@import url("https://fonts.googleapis.com/css2?family=Anton&family=Arimo:ital,wght@0,400..700;1,400..700&family=Cal+Sans&family=Coiny&family=Courgette&display=swap");

body {
  overflow-x: hidden;
  background: url("../img/background.jpg") repeat center;
  background-size: cover;
  font-family: "Arimo", sans-serif;
  /* font-family: "Coiny", system-ui; */
}
.cursive-font {
  font-family: "Courgette", cursive;
}
a {
  text-decoration: none;
}
p {
  font-size: 1.4rem;
  line-height: 1.3;
}
ul {
  padding-left: 0;
}

li {
  font-size: 1.4rem;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cal Sans", sans-serif;
}

.navbar {
  /* background: #fff; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); */
  /* width: 1120px; */
  max-width: 1320px !important;
  border-radius: 10px;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.navbar .container {
  /* border-radius: 10px; */
}
.navbar-nav .nav-link {
  font-size: 1.1rem;
}
.navbar-nav .nav-link.active {
  color: #ffc25d;
}
.navbar-nav .nav-link:hover {
  color: #ffc25d;
}
.navbar-nav {
  gap: 20px;
}

/* Hamburger animation */
/* Hide default Bootstrap hamburger */
.navbar-toggler-icon {
  display: none;
}

/* Custom Hamburger Base */
.custom-toggler {
  border: none;
  background: transparent;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  margin-right: 5px;
}

.custom-toggler .bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 5px;
  background: white; /* White on page load */
  transition: all 0.4s ease;
}
.custom-toggler .bar2 {
  width: 20px;
}

/* Terms page: colorful on load */
.terms-page .custom-toggler .bar {
  background: #000;
}

/* Animate to X when expanded */
.custom-toggler:not(.collapsed) .bar1 {
  transform: rotate(45deg) translate(7px, 6px);
}
.custom-toggler:not(.collapsed) .bar2 {
  opacity: 0;
}
.custom-toggler:not(.collapsed) .bar3 {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* When navbar gets scrolled */
.navbar.scrolled .custom-toggler .bar1 {
  background: #559ae9;
}
.navbar.scrolled .custom-toggler .bar2 {
  background: #80c9ae;
}
.navbar.scrolled .custom-toggler .bar3 {
  background: #c28fe9;
}

.navbar-toggler:focus {
  box-shadow: none;
}
/*  */

.logo {
  width: 100px;
  margin-left: 15px;
}

.navbar a.nav-link {
  font-weight: 500;
}

/* hero */
.hero {
  min-height: 100vh;
  background: url("../img/banner1.webp") no-repeat top;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -73px;
  opacity: 0;
    animation: fadeInBanner 2s ease-in-out forwards;
}

@keyframes fadeInBanner {
  from { opacity: 0; }
  to { opacity: 1; }
}

.hero-overlay {
  max-width: 600px;
}

.tagline h1 {
  font-size: 4rem;
  color: #fff;
  /* margin-bottom: 3rem; */
}

.too-active {
  background: #ffc25d;
  padding: 0px 15px;
  display: inline-block;
  box-shadow: 3px 15px 15px #8e8e8e;
}

.distract {
  transform: rotate(5deg) !important;
  background: #5ba8ea;
  padding: 0px 15px;
  display: inline-block;
  box-shadow: 3px 15px 15px #8e8e8e;
}
.e-sub {
  transform: rotateZ(333deg);
  display: inline-block;
  margin-left: -8px;
  padding-right: 10px;
  font-size: 5rem;
  line-height: 0;
}

/* .hero-overlay img {
  width: 30%;
  padding-left: 40px;
  transform: rotate(227deg) !important;
} */
.hero-overlay p {
  color: #867366;
  font-size: 2rem;
}

.delayed-gif {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  animation: showGif 0s forwards;
  animation-delay: 2s; /* wait before showing */
}

lottie-player{
  width: 280px;
    height: 80px;
}


@keyframes showGif {
  to {
    opacity: 1;
  }
}

.banner-heading{
color: #521d89;
}

.awareness{
  width: 41%;
  margin-top: 15%;

}
/* Video Section */
.intro p span {
  color: #f4887e;
  font-size: 1.5rem;
}
.video-text-mob {
  display: none;
}
.video-box {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 500px; /* adjust as needed */
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 40%,
    rgba(0, 0, 0, 0) 80%
  );
  z-index: 2;
}
.video-content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 95px;
  color: #fff;
}
.video-text {
  max-width: 45%;
  font-size: 16px;
  line-height: 1.6;
}
.play-btn {
  font-size: 60px;
  border: 7px solid #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.play-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.play-btn i {
  font-size: 40px;
  color: #fff;
  margin-left: 5px;
}
.fancybox__content {
  width: 100% !important;
  height: 100% !important;
}

.fancybox__content video::-webkit-media-controls {
  display: none !important;
}
.fancybox__content video::-moz-media-controls {
  display: none !important;
}
.fancybox__content video::-ms-media-controls {
  display: none !important;
}
.fancybox__content video {
  outline: none !important;
  box-shadow: none !important;
}
/* CTA */
.cta-btn {
  padding: 15px 25px;
  border: unset;
  border-radius: 15px;
  color: #fff;
  z-index: 1;
  background: #fbb446;
  position: relative;
  font-weight: 1000;
  font-size: 17px;
  /* -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27); */
  transition: all 250ms;
  overflow: hidden;
}

.cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #f57f17;
  z-index: -1;
  /* -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27); */
  transition: all 250ms;
}

.cta-btn:hover {
  color: #fff;
}

.cta-btn:hover::before {
  width: 100%;
}

/* .cta-btn:hover {
  background-color: #f57f17;
  transform: scale(1.1);
  transition: all 0.3s ease;
} */

.cta-btn:after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: 95.5%;
  left: 5px;
  top: 5px;
  height: 45px;
  border-radius: 10px;
}

.puzzle-box-text h2 img {
  bottom: -25px;
  width: 80px;
  left: 16rem;
}
.puzzle-box-text p {
  padding-right: 90px;
}
.heading {
  font-size: 4rem;
}
.puzzle-animation .symptoms-gif-group {
  display: none;
}

/* Child section */
.child-img img.chat-icon {
  width: 100px;
  top: 20%;
  z-index: 1;
  left: 8%;
  animation: up-down-animate 3s infinite;
}

@keyframes up-down-animate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.counter-box {
  margin-bottom: 40px;
}
.counter {
  color: #fab446;
  font-family: "Coiny", system-ui;
  font-size: 3.5rem;
  line-height: 1;
}
.counter-label {
  font-size: 20px;
  line-height: 1.1;
}

/* Find clinic */
.find-clinic {
  background: url("../img/clinic-bg.webp") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 62vh;
  border-radius: 30px;
  color: #fff;
  padding: 3rem;
}

.find-clinic p {
  font-size: 2.5rem;
}

/* Beat ADHD */
.beat-sec {
  background: url(../img/beat-bg.webp) no-repeat top;
  background-size: cover;
  position: relative;
  min-height: 70vh;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.arrow-3 {
  left: 17%;
  top: 4rem;
}

.beat-adhd-box {
  margin-top: 5rem;
}
.beat-adhd-box .video-box {
  overflow: visible;
}
.beat-adhd-box .video-box video {
  border-radius: 25px;
}
.beat-adhd-box .video-content {
  justify-content: center;
}
.text-overlay {
  /* z-index: 2;
  position: absolute; */
}
.text-overlay p {
  font-family: "Anton", sans-serif;
  font-size: 5rem;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
}
.text-overlay p.stroke-text {
  color: #333333;
  -webkit-text-fill-color: rgba(
    51,
    51,
    51,
    0.377
  ); /* Will override color (regardless of order) */
  -webkit-text-stroke: 2px #fff;
}

.text-overlay p.struggle {
  left: -11rem;
  top: 1.5rem;
}
.text-overlay p.hope {
  right: -6rem;
  top: 2rem;
  font-size: 6rem;
}
.text-overlay p.help {
  left: -7rem;
  bottom: 6rem;
  font-size: 6rem;
}
.text-overlay p.strength {
  right: -11rem;
  bottom: 2rem;
}

/* Footer */

footer {
  padding: 1rem 0 1rem;
}
footer ul {
  text-align: right;
  padding-left: 0;
}
footer ul li {
  display: inline-block;
  padding-right: 25px;
}
footer ul li a,
.terms a {
  color: #666666;
  font-size: 18px;
  text-decoration: none;
}
footer ul li a:hover,
footer ul li a.active,
.terms a:hover {
  color: #f26e4a;
}
.locate-text p {
  font-size: 3rem;
}
.locate-text h3 {
  color: #333333;
  font-family: "Anton", sans-serif;
  font-size: 5.5rem;
}
.socials ul {
  text-align: right;
  padding-left: 0;
}
.socials ul li a {
  color: #333333;
  background: #ffffff;
  border-radius: 50%;
  font-size: 2.5rem;
}
.socials ul li a:hover {
  color: #f26e4a;
}
.footer-locate a {
  font-size: 3rem;
  color: #333333;
}
.footer-arrow {
  animation: slide2 5s ease-in-out infinite;
  animation-delay: 3s;
}
.footer-arrow svg {
  transform: rotate(26deg);
}

/* Animate to north-east and return */
@keyframes slide2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(100px, -100px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* svg animation*/
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 810.5595703125px;
    stroke-dasharray: 810.5595703125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 810.5595703125px;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #333333;
  }
}

/* By default, no animation */
.svg-elem-1 {
  stroke-dasharray: 810.5595703125px;
  stroke-dashoffset: 810.5595703125px;
  fill: transparent;
}

/* When active, trigger animation */
.svg-elem-1.animate {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      0s both,
    animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
    animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

/* Locate css hover animation */

.footer-locate a.flip-animate {
  perspective: 1000px;
}
.footer-locate a.flip-animate span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.footer-locate a.flip-animate span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}
.footer-locate a.flip-animate:hover span,
.footer-locate a.flip-animate:focus span {
  transform: rotateX(90deg) translateY(-22px);
}
.footer-locate a.flip-animate:hover span:before,
.footer-locate a.flip-animate:focus span:before {
  color: #f26e4a;
}

/* Symptoms Page */

.symptoms-bg {
  background: url("../img/symptoms-bg.webp") no-repeat top;
}
.of-adhd {
  transform: rotate(5deg);
  background: #f4867f;
  padding: 0px 15px;
  display: inline-block;
  box-shadow: 3px 15px 15px #0000005e;
  translate: 80px;
}
.loud {
  transform: rotate(351deg);
  background: #5ba8ea;
  padding: 0px 15px;
  display: inline-block;
  box-shadow: 3px 15px 15px #8e8e8e;
  position: relative;
  z-index: 0;
  translate: 10rem 0.2rem;
}
.symptoms-overlay img {
  width: 80px;
  transform: none !important;
  position: absolute;
  padding: 0;
  top: 32%;
  right: 13%;
}

.noise-pollution-icon {
  animation: up-down-animate2 3s infinite;
}

@keyframes up-down-animate2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Puzzle animation css */
.puzzle-animation {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.main-puzzle {
  width: 50%;
}
.button-text img,
.only-text img {
  position: absolute;
}
.button-text .being-on-the-go {
  top: 7rem;
  right: 36%;
  width: 200px;
}

.button-text .frequent-daydreaming {
  top: 43%;
  left: 7%;
  width: 300px;
}

.button-text .careless-mistakes {
  top: 43%;
  right: 7%;
  width: 240px;
}

.button-text .taking-excess {
  bottom: 10%;
  left: 28%;
  width: 270px;
}

.only-text .losing-school-materials {
  top: 8%;
  left: 17%;
}
.only-text .not-listening {
  top: 18%;
  right: 7%;
}
.only-text .struggling-to-sit-still {
  bottom: 18%;
  left: 7%;
}
.only-text .trouble-finishing-tasks {
  bottom: 20%;
  right: 3%;
}
.only-text .interrupting-others {
  bottom: 7%;
  right: 22%;
}

/* Flip card css */
.card {
  height: 460px;
  width: 100%;
  position: relative;
  border: none;
  background: none;
}
.card__side {
  height: 100%;
  width: 100%;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 700ms ease;
  backface-visibility: hidden;
  box-shadow: 1px 1px 15px #0000005e;
  border-radius: 10px;
  gap: 10px;
}
.card__side p {
  color: #666666;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 1.8rem;
  margin-top: 2rem;
}
.card__side i {
  position: absolute;
  color: #666666;
  font-size: 2.5rem;
  top: 5%;
  right: 10%;
}
.card__side--front {
  background-color: #fff;
  padding: 20px;
}
.card__side--back {
  background: #67b5ee;
  background: radial-gradient(
    circle,
    rgba(103, 181, 238, 1) 0%,
    rgba(93, 159, 234, 1) 100%
  );
  box-shadow: 1px 1px 5px grey;
  transform: rotateY(180deg);
  padding: 40px;
  color: #fff;
}
.card__side--back:after {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 2%;
  width: 96%;
  left: 2%;
  height: 96%;
  border-radius: 10px;
}
.card__side--back p {
  font-size: 19px;
  font-family: "Arimo", sans-serif;
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
}
.card__side--back hr {
  border-bottom: 0px solid #fff;
  opacity: 1;
  width: 100%;
}
.card:hover .card__side--front {
  transform: rotateY(-180deg);
}
.card:hover .card__side--back {
  transform: rotateY(0);
}
.green-bg {
  background: #8bd5b9;
  background: radial-gradient(
    circle,
    rgba(139, 213, 185, 1) 0%,
    rgba(119, 192, 165, 1) 100%
  );
}
.red-bg {
  background: #f4857e;
  background: radial-gradient(
    circle,
    rgba(244, 133, 126, 1) 0%,
    rgba(248, 163, 158, 1) 100%
  );
}
.cards-mobile {
  display: none;
}

/* Childhood section */

.childhood-sec {
  background: url("../img/school-kids-bg.webp") no-repeat center;
  background-size: cover;
  position: relative;
  height: 590px;
  color: #fff;
  padding: 3rem 5rem;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
.list-view ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}
.list-view ul li:last-child {
  padding-bottom: 0;
}
.list-view ul li img {
  width: 60px;
}
.yellow-arrow {
  right: -3rem;
  top: 2rem;
}

/* Teens section */
.teens-sec {
  background: url(../img/teens-bg.webp) no-repeat top;
  background-size: cover;
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
}
.blue-arrow {
  left: -16rem;
  top: 9rem;
}

/* All SVG elements start hidden */
.svg-elem-ruler-1,
.svg-elem-ruler-2,
.svg-elem-ruler-3,
.svg-elem-paper-plane-1,
.svg-elem-paper-plane-2,
.svg-elem-question-1,
.svg-elem-question-2,
.svg-elem-cloud-stroke-1,
.svg-elem-chat-1,
.svg-elem-chat-2,
.svg-elem-chat-3,
.svg-elem-cloud-fill-1,
.svg-elem-cloud-fill-2,
.svg-elem-cloud-fill-3,
.svg-elem-cloud-fill-4,
.svg-elem-cloud-fill-5 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

/* When animate class is added */
.svg-elem-ruler-1.animate,
.svg-elem-ruler-2.animate,
.svg-elem-ruler-3.animate,
.svg-elem-paper-plane-1.animate,
.svg-elem-paper-plane-2.animate,
.svg-elem-question-1.animate,
.svg-elem-question-2,
.svg-elem-cloud-stroke-1.animate,
.svg-elem-chat-1.animate,
.svg-elem-chat-2.animate,
.svg-elem-chat-3.animate,
.svg-elem-cloud-fill-1.animate,
.svg-elem-cloud-fill-2.animate,
.svg-elem-cloud-fill-3.animate,
.svg-elem-cloud-fill-4.animate,
.svg-elem-cloud-fill-5.animate {
  opacity: 1;
  visibility: visible;
}

/* Treatment page css */
.treatment-bg {
  background: url("../img/treatment-bg.webp") no-repeat 100%;
}
.correct {
  transform: rotate(355deg);
  translate: 80px;
}
.correctly {
  background: #f193bf;
}
.managing {
  background: #57d3e9;
  translate: 20px 20px;
  z-index: 1;
}
.and {
  translate: 20px 35px;
  color: #3399cc;
  display: inline-block;
  font-size: 50px;
}
.treating {
  background: #caa3ee;
  transform: rotate(0deg);
  translate: 0 32px;
  z-index: 2;
}
.red-bird-icon {
  top: -1rem;
  width: 55px;
  left: 44%;
}
.blue-bird-icon {
  top: 27%;
  width: 65px;
  left: 0%;
}
.boat-icon {
  bottom: 1rem;
  width: 100px;
  left: 25%;
}

.child-mother-img img.red-bird-icon {
  animation: up-down-animate 3s infinite;
}

@keyframes up-down-animate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.child-mother-img img.boat-icon {
  animation: up-down-animate2 3s infinite;
}

@keyframes up-down-animate2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

.child-mother-img img.blue-bird-icon {
  animation: up-down-animate3 3s infinite;
  animation-delay: 2s;
}

@keyframes up-down-animate3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.cm-text p {
  padding-right: 0;
}
.cm-text .cursive-font,
.legends-heading p span {
  font-size: 1.6rem;
}
.treatment-main-sec p {
  font-size: 1.2rem;
  line-height: 1.2;
  padding-top: 20px;
}
.changes {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.changes img {
  width: 100px;
}
.treatment-bg1 {
  background: url(../img/symp-icon-bg1.png) no-repeat center;
  background-size: cover;
}
.treatment-bg2 {
  background: url(../img/symp-icon-bg2.png) no-repeat center;
  background-size: cover;
}
.treatment-bg3 {
  background: url(../img/symp-icon-bg3.png) no-repeat center;
  background-size: cover;
}
.treatment-bg4 {
  background: url(../img/symp-icon-bg4.png) no-repeat center;
  background-size: cover;
}
.treatment-bg5 {
  background: url(../img/symp-icon-bg5.png) no-repeat center;
  background-size: cover;
}

.treatment-btm-sec {
  background: url(../img/treatment-footer-bg.webp) no-repeat top;
  background-size: cover;
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.singing-lady img {
  width: 290px;
  z-index: 2;
  position: relative;
}
.football-boy img {
  width: 465px;
  translate: -10rem -11rem;
}
.blue-board {
  background: url(../img/blue-board.webp) no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 509px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7rem;
  text-align: center;
}
.blue-board p {
  color: #fff;
  /* font-size: 1.3rem; */
}

/* Terms page */
.terms-sec p {
  font-size: 1.2rem;
  text-align: justify;
}

/* Go to top */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  color: #fff;
  padding: 0;
  right: 20px;
  background-color: #fbb446;
  display: none;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  transition: 0.3s ease-in-out;
}
#btn-back-to-top:hover {
  background-color: #f57f17;
  transition: 0.3s ease-in-out;
}
