body {
  font-family: Montserrat;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

main {
  flex: 1 0 auto;
}

/* Top bar / navigation */
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.address a,
.phone a {
  color: #ffffff;
  text-decoration: none;
}

.wwm_topnav {
  z-index: 999;
  position: relative;
  background-color: #0c5ea7 !important;
}

.navbar-toggler {
  border: none !important;
  transition: none !important;
  box-shadow: none;
}

.navbar-nav {
  margin-left: auto;
}

@media (min-width: 992px) {
  .navbar-nav {
    padding-right: 40px;
  }
  .navbar-brand {
    padding-left: 40px !important;
  }
}

@media (max-width: 576px) {
  .navbar-nav .nav-link {
    padding-left: 10px;
  }
  .wwm_row_black {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .wwm_row_black {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar-nav .nav-link {
  color: white;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: yellow;
}
.navbar-nav .nav-link.active {
  color: white;
  font-weight: bold;
}

.navbar_selected
{
    color: yellow !important;
    font-weight: bold !important;
    letter-spacing: 0.6px;
}

/* Logo / header */
.youarenotalone {
  font-family: 'Comic Neue', cursive;
}

#wwm_top_site_header {
  background: #0c5ea7;
  padding: 15px 0 25px;
}

.wwm_logoholder {
  padding-left: 12px;
  color: #ffffff !important;
}

.wwm_logotextholder {
  padding-top: 14px;
  padding-left: 14px;
  color: #ffffff !important;
  font-family: Roboto Slab, serif;
  animation: fadeIn 0.5s ease-in;
}

.wwm_logopart2 {
  text-align: center !important;
  color: #b2f650;
  font-size: 14px;
  font-weight: bold;
  font-family: Montserrat;
}

.wwm_logoimg {
  border: 0.1px solid #c1c1c1;
  border-radius: 60px;
  animation: popIn 0.5s ease-in;
}

/* Black top row */
.wwm_row_black {
  color: #ffffff;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #141414;
}

/* Carousel / hero wrappers */
.wwm_carousel_wrapper {
  position: relative;
  height: 470px;
  overflow: hidden;
  background-color: #ecf6fe;
  animation: fadeIn 0.5s ease-in;
}

.carousel-item {
  position: relative;
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 576px) {
  .wwm_carousel_wrapper {
    height: 200px;
  }
  .wwm_carousel_wrapper::before {
    height: 200px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .wwm_carousel_wrapper {
    height: 300px;
  }
  .wwm_carousel_wrapper::before {
    height: 300px;
  }
}

/* Intro cards */
.wwm_introduction {
  background-color: #7eabcf;
}

.wwmintcard {
  border: none;
  text-align: left;
  color: #0c5ea7;
  padding: 10px 15px;
  font-family: Roboto Slab, serif;
  margin-bottom: 22px;
  border-radius: 22px;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.wwmintcard.visible {
  transform: translateY(0);
  opacity: 1;
}

.wwmintcardicon {
  color: #ffffff !important;
  font-size: 20px;
  border-radius: 30px;
  padding: 18px;
  background-color: #0c5ea7 !important;
}

.wwmintcardicon i {
  animation: popIn 1s ease-in;
}

.redtext {
  color: #b9b600;
}

/* Founders image */
.wwmfoundersImage {
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: popIn 0.5s ease-in;
}

.wwmfounders_title {
  color: #0c5ea7 !important;
  font-family: Roboto Slab, serif;
}

/* Instagram area */
.instagram-area {
  border-bottom: 10px solid transparent;
  background-color: #000000;
  border-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet) 1;
}

.instagram-area .single-instagram::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 7, 139, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.4s;
}

/* Video testimonials */
.wwmvideotestimonials {
  background-color: #000000;
  padding: 20px;
  color: #ffffff;
  overflow-x: hidden !important;
}

.wwmvideotestimonials_title {
  font-family: Roboto Slab, serif;
}

/* Work flows */
.wwm_work_flows {
  background-color: #ecf6fe;
  padding: 40px 0;
}

.workflow-card {
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 140px;
}

.workflow-card i {
  font-size: 4rem;
  color: #000000;
  margin-bottom: 15px;
}

.workflow-card h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

/* Video-card visual style */
.video-testimonials-carousel {
  position: relative;
}

.video-card {
  position: relative;
  margin-bottom: 0;
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  border-radius: 22px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: perspective(1000px) rotateY(5deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}

.video-card:hover {
  transform: perspective(1000px) rotateY(0deg) translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), 0 6px 12px rgba(0, 0, 0, 0.15);
}

.video-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
  border-radius: 12px;
  pointer-events: none;
  z-index: 1;
}

.video-card iframe {
  position: relative;
  z-index: 2;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 215px;
}

.video-card .card-body {
  position: relative;
  z-index: 2;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 0 12px 12px;
}

.video-card .card-body h6 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #FFFFFF;
}

@media (max-width: 576px) {
  .video-card {
    transform: perspective(1000px) rotateY(3deg);
  }
}

/* Owl nav for video testimonials */
.video-testimonials-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.video-testimonials-carousel .owl-nav button.owl-prev,
.video-testimonials-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0c5ea7;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 0 10px;
}

.video-testimonials-carousel .owl-nav button.owl-prev:hover,
.video-testimonials-carousel .owl-nav button.owl-next:hover {
  background-color: #b2f650;
  color: #000000;
  transform: scale(1.1);
}

.video-testimonials-carousel .owl-nav button.owl-prev {
  margin-left: -50px;
}

.video-testimonials-carousel .owl-nav button.owl-next {
  margin-right: -50px;
}

.video-testimonials-carousel .owl-nav button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Notice Board Section */
.notice-board {
  background-color: #ecf6fe;
  padding: 40px 0;
}

.notice-board-title {
  font-family: Roboto Slab, serif;
  color: #0c5ea7;
  font-weight: bold;
}

.notice-list {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

.notice-list::-webkit-scrollbar {
  width: 8px;
}

.notice-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.notice-list::-webkit-scrollbar-thumb {
  background: #0c5ea7;
  border-radius: 10px;
}

.notice-list::-webkit-scrollbar-thumb:hover {
  background: #b2f650;
}

.notice-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.5s ease-out;
  opacity: 1;
  transform: translateY(20px);
  cursor: pointer;
}

.notice-card.show {
  opacity: 1;
  transform: translateY(0);
}

.notice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.notice-title {
  font-family: Roboto Slab, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0c5ea7;
  margin-bottom: 10px;
}

.notice-description {
  font-family: Montserrat;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

/* Team / footer */
.wwm_team_members {
  padding-top: 20px;
  padding-bottom: 40px;
}

.wwm_team_members h2 {
  font-family: Roboto Slab, serif;
}

.teamsImagex {
  border-radius: 30px;
}

.footer {
  margin-top: auto;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000 !important;
}

.footer a {
  color: #b2f650;
  text-decoration: none;
}

.footer h5 {
  font-family: Roboto Slab, serif;
}

.footer-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #6c757d;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  transition: background-color 0.3s, color 0.3s;
}

.footer-social a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.footer-social i {
  vertical-align: middle;
}

.mainSocialPoints {
  font-size: 14.5px;
  font-weight: bold;
  letter-spacing: 1px;
}

.gmpasbtn {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 22px;
}

.gmpasbtn a {
  color: #000000 !important;
  font-weight: bold;
}

.itProvider {
  margin-top: 80px;
  font-size: 13.5px;
}

.itProvider a {
  color: #5df0fc;
  font-weight: bold;
}

/* Animations */
@keyframes slideDown {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Autism symptom boxes */
.autism-symptom-container {
  background-color: #ffffff;
}

.autism-symptom-box {
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  transform: translateY(20px);
  border-radius: 30px;
  padding: 15px;
  margin: 20px 0;
  position: relative;
  color: #FFFFFF;
  background: #824f48;
  text-align: center;
  width: 80%;
  max-width: 100%;
}

.autism-symptom-box.show {
  opacity: 1;
  transform: translateY(0);
}

.autism-symptom-text {
  font-size: 22px;
  letter-spacing: 1.3px;
  font-family: "Acme", sans-serif;
}

.vertical-line {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 2px solid rgb(157,107,100);
  height: 20px;
}

.symptom-row {
  position: relative;
}

.symptom-image-container {
  text-align: center !important;
  animation: fadeIn 0.5s ease-in;
  position: relative;
  overflow: hidden;
}

.symptom-image {
  display: inline-block;
  max-width: 100%;
}

.symptom-image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}

/* Misc animation */
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Section */
#symptom-title {
  font-weight: bold;
  font-family: Roboto Slab, serif;
}

.wwm_autismIsTheSolution {
  color: #ffffff;
  background-color: #04076d;
}

/* HERO: background image + top white fade */
.hero-section {
  position: relative;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .hero-section {
    height: 550px;
  }
}

/* Use ::before for full background image and ::after for top white fade */
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/assets/v2026/img/skycloudbg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 0;
}

.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* adjust fade height as needed */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Content card on hero */
.content {
  border-radius: 18px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #04076d;
  width: calc(90% - 130px);
  max-width: 1000px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

@media (max-width: 1024px) {
  .content {
    width: calc(100% - 70px);
  }
}

/* Decorative puzzle pieces */
.puzzle-piece {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 2px solid #305b8a;
  border-radius: 5px;
  z-index: 0;
}

.puzzle-left {
  left: -25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.puzzle-right {
  right: -25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.vGRMz {
  margin-left: 15px;
  font-family: "Roboto Slab", sans-serif;
}

/* RGB strip */
.autism_rgb_strip {
  height: 18px;
  width: 100%;
  background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
}

/* Banner about section */
.bannerCarouselAboutTextSection {
  background: #e6f0fa !important;
}

/* Swiper */
.mySwiper {
  width: 100%;
  height: 60vh;
  max-height: 720px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-60px);
  animation: slideDown 0.8s ease-out forwards;
  animation-delay: 0.1s;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6f0fa;
  padding: 1rem;
  box-sizing: border-box;
}

.swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .mySwiper {
    height: 45vh;
  }
  .swiper-slide {
    padding: 0.5rem;
  }
}

/* Text block */
.text-block {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Swiper navigation */
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background: rgba(255, 255, 255, 0.85) !important;
  border-radius: 50% !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0.9;
  animation: gentlePulse 2s infinite ease-in-out;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: swiper-icons;
  font-size: 20px !important;
  color: #0c5ea7 !important;
  font-weight: bold;
}

.swiper-button-prev {
  left: 20px !important;
}

.swiper-button-next {
  right: 20px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #ffffff !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  opacity: 1;
}

@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

@keyframes gentlePulse {
  0% { box-shadow: 0 4px 15px rgba(0,0,0,0.15); }
  50% { box-shadow: 0 6px 25px rgba(12,94,167,0.25); }
  100% { box-shadow: 0 4px 15px rgba(0,0,0,0.15); }
}

.slide-up-card {
  opacity: 0;
  transform: translateY(50px);
  animation: slideUp 0.8s ease-out forwards;
  animation-delay: 0.2s;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.youarenotalone {
    font-family: Roboto Slab, serif;
}

.btn-wwm {
    color: #FFFFFF !important;
    background-color: #0c5ea7 !important;
    letter-spacing: 1px;
}

.book_appn_alertbox {
    background: linear-gradient(135deg, #e3f2fd, #f0fff4); border-left: 5px solid #007BFF;
}

.bkapnhld__otp {
    display: none;
}

.wwm__toast {
    letter-spacing: 1px !important;
}