/*general*/

header {
  position: relative !important;
}

.blank-div {
	display: none !important;
}

body {
  background: #0C0C0D !important;
  background: linear-gradient(180deg, rgba(12, 12, 13, 1) 0%, rgba(12, 12, 13, 1) 40%, rgba(90, 63, 173, 1) 75%, rgba(121, 83, 237, 1) 100%) !important;
  background-attachment: fixed !important;
}

.wrapper {
  background: transparent;
}

section {
  background: transparent !important;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 40px !important;
}

.container-fluid {
  padding: unset !important;
}

h2 {
  text-wrap: balance !important;
}

section h2, section p:not(a.fcs-item > div:nth-child(1) p), section h3, section li {
  color: #fff !important;
}

.scroll-fade { 
  opacity: 1; 
  transform: none; 
}

.js .scroll-fade {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 450ms ease, transform 450ms ease;
  will-change: opacity, transform;
}

.js .scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[class*="cell-"] {
  padding: unset !important;
}

/*mrkto form*/

.mkto-form-main {
  position: relative;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

/*buttons*/

a.btn {
	position: relative;
  padding: 15px 40px;
  transition: transform .4s, opacity .4s, background-color .4s, color .4s;
}

a.btn-2 {
  background: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
}

a.btn:after{
	content: "";
    inset: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  box-shadow: 0 0 30px 0px #52b056;
	border-radius: 25px;
	z-index: -1;
	opacity: 1;
}

a.btn-2:after{
  box-shadow: none;
}

a.btn:hover {
	transform:scale(1.1);
	transition: .4s;
	opacity: 1 !important;
	background: #fff;
	color: #0a214d !important;
}

a.btn-2:hover {
  background: #52b056 !important;
  border-color: #52b056 !important;
}

a.btn:hover::after{
opacity: 1;
z-index: -1;
 box-shadow: 0 0 30px 0px #ffffff;
}

a.btn-2:hover::after{
opacity: 1;
z-index: -1;
 box-shadow: 0 0 30px 0px #52b056;
}

/*hero section*/

.home-hero-right-media-section {
	max-height: unset;  
  padding-bottom: 350px !important;
  margin-top: 50px;
  position: static;
}

.home-hero-right-media-section .row * {
  z-index: 5;
}

.home-hero-right-media-section .row:first-of-type:after {
content: "";
  position: absolute;
  top: -00px;
  left: 0;
  width: 100vw;
  height: 200vh;
  background-image:url('https://sciencelogic.com/wp-content/uploads/2026/01/bg-gradient.png') !important;
  background-size: fit !important;
  background-repeat: no-repeat;
}

.home-hero-right-media-section .hhs-wrap {
  padding: 0 !important;
}

.home-hero-right-media-section .hhs-right {
  aspect-ratio: unset !important;
}

.home-hero-right-media-section .container-left {
  width: 62%;
  z-index: 99 !important;
}

.home-hero-right-media-section .container-left .hhs-wrap,
.home-hero-right-media-section .container-left .hhs-wrap .hhs-content{
  width: 100% !important;
  max-width: unset;
}

.home-hero-right-media-section .container-left .right-media-title p {
  font-size: 3.4rem !important;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-wrap: balance;
}

.home-hero-right-media-section .container-left .js .right-media-title p {
  visibility: hidden;
}

.home-hero-right-media-section .container-left .js .right-media-title.is-ready p {
  visibility: visible;
}

.home-hero-right-media-section .container-left .right-media-title p span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(120px, 0, 0.001px);
  animation-name: word-in;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(.22,.61,.36,1);
  animation-fill-mode: both;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.home-hero-right-media-section .container-left .right-media-title p span:nth-child(5) {
  position: relative;
}

.home-hero-right-media-section .container-left .right-media-title p span:nth-child(5)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  animation: strike-line 0.6s ease-in-out 3s both;
  will-change: transform;
  pointer-events: none;
}

.home-hero-right-media-section .container-left .right-media-title p span:nth-child(10) {
  position: relative;
  animation-name: word-in, glow-in;
  animation-duration: 1.5s, 1.5s;
  animation-timing-function: cubic-bezier(.22,.61,.36,1), ease-in-out;
  animation-fill-mode: both, both;
  animation-delay: 1.2s, 3.6s;
  will-change: transform, opacity, color;
}

.home-hero-right-media-section .container-left .right-media-title p span:nth-child(10)::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: currentColor;
  opacity: 0;
  -webkit-text-stroke: 0px currentColor;
  pointer-events: none;
  animation: thicken-overlay 1.5s ease-in-out 3.6s both;
}

.home-hero-right-media-section .container-left .right-media-title p span:nth-child(1)  { animation-delay: 0.1s; }
.home-hero-right-media-section .container-left .right-media-title p span:nth-child(2)  { animation-delay: 0.2s; }
.home-hero-right-media-section .container-left .right-media-title p span:nth-child(3)  { animation-delay: 0.3s; }
.home-hero-right-media-section .container-left .right-media-title p span:nth-child(4)  { animation-delay: 0.4s; }
.home-hero-right-media-section .container-left .right-media-title p span:nth-child(5)  { animation-delay: 0.5s; }
.home-hero-right-media-section .container-left .right-media-title p span:nth-child(6)  { animation-delay: 0.6s; }
.home-hero-right-media-section .container-left .right-media-title p span:nth-child(7)  { animation-delay: 0.7s; }
.home-hero-right-media-section .container-left .right-media-title p span:nth-child(8)  { animation-delay: 0.8s; }
.home-hero-right-media-section .container-left .right-media-title p span:nth-child(9)  { animation-delay: 0.9s; }

@keyframes word-in {
  from {
    opacity: 0;
    transform: translate3d(120px, 0, 0.001px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0.001px);
  }
}

@keyframes strike-line {
  from { 
    transform: translateY(-50%) scaleX(0); 
  }
  to   { 
    transform: translateY(-50%) scaleX(1); 
  }
}

@keyframes thicken-overlay {
  from {
    opacity: 0;
    -webkit-text-stroke: 0px currentColor;
  }
  to {
    opacity: 1;
    -webkit-text-stroke: 1.25px currentColor;
  }
}

@keyframes glow-in {
  from { 
    color: #fff; 
  }
  to   { 
    color: rgb(82, 183, 72);
    text-shadow: 0 0 6px rgba(82, 183, 72, 0.7), 0 0 18px rgba(82, 183, 72, 0.45), 0 0 32px rgba(82, 183, 72, 0.25); 
  }
}

.home-hero-right-media-section .container-left .btn-wrap {
  display: flex;
  gap: 20px;
}

.home-hero-right-media-section .container-right {
  position: relative;
  width: 38%;
  padding: 0;
}

.home-hero-right-media-section  .container-right .hhs-img {
  position: relative;
  width: 100%;
  height: 100%;
	display: flex !important;	  
	place-content: center;
	width: 100%;
}

.home-hero-right-media-section .container-right .hhs-img img {
  max-width: 1500px;
  width: 1400px;
  margin: 0 auto;
  position: absolute;
  right: -100px;
  pointer-events: none;
  top: -50px;
	padding: 20px;
}

/* featured video*/

.featured-video {
  padding: 40px 50px 0 50px !important;
  max-width: 85rem;
  margin: 0 auto;
}

/*two column section*/

.four-column-section:nth-of-type(2) .fcs-wrap .fcs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px !important;
}

.four-column-section:nth-of-type(2) .fcs-wrap .fcs-list .fcs-item {
  width: 100%;
}

.four-column-section:nth-of-type(2) .fcs-item-wrap:hover {
  box-shadow: 0px 0px 10px 2px #0f7cd8 !important;
}

.four-column-section:nth-of-type(2) {
  position: relative !important;
  padding: 150px 40px 50px 40px !important;
  overflow: visible;
}

.four-column-section:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 0%;
  left: -220px;
  height: 80%;
  width: 100%;
  z-index: 9;
  background-image: url("https://sciencelogic.com/wp-content/uploads/2026/01/butterfly-animated-square.gif") !important;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/*fifty fifty sections*/

.fifty-fifty-v2-section {
  padding: 100px 40px !important;
}

.fifty-fifty-v2-section .container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: unset !important;
}

.fifty-fifty-v2-section .container .ff-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 50px !important;
  place-content: center;
  place-items: center; 
  margin: 0 auto;
}

.fifty-fifty-v2-section .container .ff-wrap .ff-left,
.fifty-fifty-v2-section .container .ff-wrap .ff-right {
  width: 100% !important;
  height: auto !important;
}

.fifty-fifty-v2-section .ff-img-wrap-2:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-image: url("https://sciencelogic.com/wp-content/uploads/2026/01/scattered-triangles-round.svg") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: scale(1.3);
  background-position: center center;
  pointer-events: none;
  opacity: .5;
}

.fifty-fifty-v2-section .popup-img:hover {
  box-shadow: 0px 0px 10px 2px #0f7cd8 !important;
  transform:scale(1.05);
  cursor: pointer;
}

/*four column section*/

.four-column-section:nth-of-type(6) {
  overflow: visible;
  padding: 60px 40px 150px 40px !important;
}

.four-column-section:nth-of-type(6) .fcs-wrap .fcs-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px !important;
}

.four-column-section:nth-of-type(6) .fcs-wrap .fcs-list .fcs-item {
  width: 100%;
}

.four-column-section:nth-of-type(6) .fcs-item-wrap {
  background: transparent !important;
  outline: 1px solid #fff2;
}

.four-column-section:nth-of-type(6) .fcs-item-wrap:hover {
  background: linear-gradient(180deg, rgba(12, 12, 13, 0) 0%, rgba(12, 12, 13, .5) 7%, rgba(12, 12, 13, .5) 40%, rgba(13, 71, 120, .5) 75%, rgba(15, 134, 233, .5) 100%) !important;;
  box-shadow: 0px 0px 10px 2px #0f7cd8;
}

.four-column-section:nth-of-type(6) .fcs-item-wrap:hover:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image:url('https://sciencelogic.com/wp-content/uploads/2026/01/grid-dots-3.png') !important;
  background-size: cover !important;
  background-position:top !important;
  transition: .3s;
  opacity: .3;
}

.four-column-section:nth-of-type(6):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://sciencelogic.com/wp-content/uploads/2026/01/scattered-triangles-2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: 100% 100%;
  pointer-events: none;
  opacity: .5;
  z-index: -1;
}

/*full width cta*/

.full-width-cta-v2-section {
  position: relative !important;
  max-width: 85rem;
  margin: 0 auto;
  overflow: visible;
  padding: 50px 40px 0px 40px !important;
}

.full-width-cta-v2-section .container {
  max-width: 85rem;
}

.full-width-cta-v2-section .container .fwc-wrap {
  display: grid;
  grid-template-columns: 1fr 350px;
}

.full-width-cta-v2-section .container .fwc-left {
  width: 100%;
}

.full-width-cta-v2-section .cell-md-4 {
  width: 100%;
  padding: unset;
}

.full-width-cta-v2-section .btn {
  width: 100%;
}

.full-width-cta-v2-section:after {
  content: "";
  position: absolute;
  top: -100px;
  right: -200px;
  height: 300px;
  width: 500px;
  z-index: 999;
  background-image: url("https://sciencelogic.com/wp-content/uploads/2026/01/butterfly-animated-square.gif") !important;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.full-width-cta-v2-section .fwc-left .fwc-content {
width: 100%;
  max-width: unset;
  text-wrap: balance;
}

.full-width-cta-v2-section .fwc-left {
  width: 1.5fr;
  padding-right: 20px !important;
}

.full-width-cta-v2-section .fwc-right {
  width: 1fr !important;
}

.full-width-cta-v2-section .fwc-left .fwc-content h2 {
  font-size: 30px;
}

.full-width-cta-v2-section .fwc-btn-wrap {
  width: 100% !important;
}

/*footer*/

footer {
  background: transparent !important;
  color: #fff;
  padding: 40px !important;
  max-width: 85rem !important;
  margin: 0 auto !important;
}

footer li a, .be-label-footer a, .terms-privacy ul li a {
  color: #87c2f3 !important;
}


@media (max-width: 1295px) {
    .home-hero-right-media-section .container-left .right-media-title p {
    font-size: clamp(28px, 4.5vw, 40px) !important;
  }
  .home-hero-right-media-section .container-left .right-media-title p span {
    font-size: clamp(28px, 4.5vw, 40px) !important;
  }
  .home-hero-right-media-section .container-right .hhs-img img {
    right: -150px;
  }
  .full-width-cta-v2-section .fwc-left .fwc-content h2 {
    font-size: clamp(22px, 2vw, 27px) !important;
  }
}

@media (max-width: 1200px) {
  .home-hero-right-media-section {
	  max-height: unset;  
    padding-bottom: 220px !important;
  }
  
  .home-hero-right-media-section .container-right .hhs-img img {
    max-width: 1100px;
    right: -100px;
    top: 50px;
  }
  
  .four-column-section .fcs-item {
    width: 50%;
  }
}

@media (max-width: 1100px) {
  
  .home-hero-right-media-section .container-right .hhs-img img {
    right: -150px;
    max-width: 1000px;
  }
}

@media (max-width: 1000px) {
.four-column-section:nth-of-type(6) .fcs-wrap .fcs-list {
  grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 950px) {
  .home-hero-right-media-section {
	  max-height: unset;  
    padding-bottom: 40vw !important;
  }
  
  .home-hero-right-media-section .container-left {
    width: 100%;
    z-index: 99 !important;
  }
  
  .home-hero-right-media-section .container-right .hhs-img img {
    max-width: 100vw;
    left: 0;
    top: -200px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 0 20px !important;
  }
  section h2 {
    font-size: 30px;
  }
  .home-hero-right-media-section div {
    flex-direction: column !important;
  }
    
  .home-hero-right-media-section .container-right .hhs-img img {
    max-width: 100vw;
    left: 0;
    top: -100px;
  }
  
.four-column-section:nth-of-type(2) {
  padding: 70px 40px 70px 40px !important;
}

.four-column-section:nth-of-type(2) .fcs-wrap .fcs-list {
  grid-template-columns: 1fr;
}
  
  .four-column-section:nth-of-type(2):after {
    display: none;
  }
  
  .fifty-fifty-v2-section {
  padding: 50px 20px !important;
}

.fifty-fifty-v2-section .container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: unset !important;
}

.fifty-fifty-v2-section .container .ff-wrap {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 50px !important;
  place-content: center;
  place-items: center; 
  margin: 0 auto;
}
  
  .four-column-section:nth-of-type(6) {
  overflow: visible;
  padding: 0px 40px 20px 40px !important;
}

.four-column-section:nth-of-type(6) .fcs-wrap .fcs-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px !important;
}
  
  .full-width-cta-v2-section:after {
  display: none;
  }
  
  .full-width-cta-v2-section {
  padding: 50px 20px 0px 20px !important;
}

.full-width-cta-v2-section .container .fwc-wrap {
  display: grid;
  grid-template-columns: 1fr;
}
  
  .full-width-cta-v2-section .fwc-left .fwc-content h2 {
    text-align: center;
  }
  
  .full-width-cta-v2-section .fwc-left {
  padding-right: 0px !important;
}
  .four-column-section:nth-of-type(6):after  {
    display: none;
  }
}