* {
  margin: 0;
  padding: 0;
  font-family: "poppins";
}

body {
  font-family: "poppins";
}

:root {
  --active-blue: #0E7490;
  --gray-text: #4a4a4a;
}

/* ----------------------page loader----------------- */
.page_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.page_loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* --------------------navbar------------------- */
.navbar-custom {
  background-color: #ffffff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
  color: #2a2929c6 !important;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none !important;
  margin: 0px 5px;
}

@media (max-width: 1200px) {
  .navbar-nav .nav-link {
    margin: 0px;
  }

}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #0E7490 !important;
}

.dropdown-menu {
  background-color: white !important;
  border: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-item {
  color: #555 !important;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none !important;
}

.dropdown-item:hover {
  background-color: #0E7490 !important;
  color: #fff !important;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2300A4C7' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2300A4C7' stroke-width='3' stroke-linecap='round' d='M6 6l18 18M24 6L6 24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
  border: none !important;
  padding: 4px 6px !important;
}

@media (max-width: 991px) {
  .mobile-logo {
    height: 42px;
  }
}

#navbarMenu .nav-link,
#navbarMenu .dropdown-item {
  cursor: pointer;
}

.hamburger-x {
  font-size: 32px;
  color: var(--active-blue);
  background: none;
  border: none;
  line-height: 1;
}

.navbar-toggler {
  border: none !important;
  padding: 4px 6px !important;
  background: none !important;
}

.navbar-custom {
  background: #fff !important;
}

.navbar-nav .nav-link {
  color: var(--gray-text);
  font-weight: 500;
  text-decoration: none !important;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: var(--active-blue) !important;
}

.navbar-nav .nav-link.active {
  color: var(--active-blue) !important;
  font-weight: 600;
}

.dropdown-menu {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.dropdown-item {
  padding: 10px 18px;
  font-size: 15px;
  text-decoration: none !important;
}


.dropdown-item:hover {
  background: var(--active-blue) !important;
  color: #fff !important;
}

.navbar-toggler {
  border: none !important;
  padding: 4px 6px !important;
  background: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}


.hamburger-x {
  font-size: 32px;
  color: var(--active-blue);
  background: none;
  border: none;
  line-height: 1;
}

@media (min-width: 1200px) {
  .navbar-brand img {
    width: 280px;
  }
}
@media (max-width: 1200px) {
  .navbar-brand img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .navbar-brand img {
    width: 200px;
  }
}

.herspace-navbar-logo {
  width: 300px;
  height: auto;
}



/* ------------------footer---------------------------- */
/* NEWSLETTER BOX */
.newsletter-box {
  background: #eff8f9;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 600px;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  z-index: 10;

}

.newslettercolor {
  color: #0891b2;
}

.newsletter-input-wrapper {
  position: relative;
  max-width: 380px;
}

.newsletter-input-wrapper input {
  padding-right: 70px !important;
}

.newslettersubmit {
  background-color: #0891b2 !important;
  color: #fff !important;
  border: none;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px !important;
  height: 38px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newslettersubmit i {
  color: #fff !important;
  font-size: 18px;
}

/* FOOTER TOP SPACE INCREASED */
.footertop {
  margin-top: 150px;
}

.footer-bottom {
  background: #c4f9ff;
  background: linear-gradient(90deg, rgba(196, 249, 255, 1) 0%, rgba(230, 252, 220, 1) 100%);
  padding-top: 150px;

}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.footer-logo img {
  width: 250px;
  height: auto;
}

.footer-logo p {
  margin-top: 10px;
  margin-right: 5px;
  line-height: 1.7;
  color: #333333;
  text-align: justify;
}

.footer-section h5 {
  color: #0891b2;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-section a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 4px 0;
  transition: transform 0.3s ease, color 0.3s ease;

}

.footer-section a:hover {
  color: #0891b2;
}

.quick-links a,
.footer-services a {
  transition: transform 0.3s ease, color 0.3s ease;
}

.quick-links a:hover,
.footer-services a:hover {
  color: #0891b2;
  transform: translateX(6px);
}

.footer-section a:hover::after {
  width: 100%;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.social-icons img {
  width: 28px;
  height: 28px;
}

@media (max-width: 768px) {

  .footer-logo,
  .footer-section {
    text-align: left;
  }

  .footer-logo {
    align-items: flex-start;
  }

  .social-icons {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .newsletter-box {
    width: 95%;
    padding: 25px;
    transform: translateX(-50%) translateY(-50%);
  }

  footer {
    padding-top: 180px;
  }

  .social-icons {
    justify-content: center;
  }
}

.copyright {
  padding: 5px 0px;
}

.copyright p {
  font-size: 14px;
}

/* footer contact section */
.footer-contact i {
  color: #0891b2;
}

.footer-contact .contact-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 12px;
}

/* Icon should NOT move */
.footer-contact .contact-icon {
  transition: none;
}

/* Only text should move */
.footer-contact .contact-text {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-contact .contact-link:hover .contact-text {
  transform: translateX(6px);
  color: #0891b2;
}

/* Social icons move upward */
.social-icons a {
  display: inline-block;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  transform: translateY(-5px);
}

.social-icons i {
  background: #0891b2;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;

}

/* Footer Terms Section */
.footer-terms {
  text-align: center;
}

.footer-terms-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-terms-links a {
  position: relative;
  color: #535353;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.footer-terms-links a:not(:last-child)::after {
  content: "|";
  margin-left: 20px;
  color: #aaa;
}

.footer-terms-links a:hover {
  color: #0891b2;
}


@media (max-width: 768px) {

  .footer-terms {
    text-align: left;
  }

  .footer-terms-links {
    justify-content: flex-start;
    gap: 12px;
  }

  .footer-terms-links a::after {
    content: "";
  }
}

/* footer miruthika */
.footer-miruthika {
  text-decoration: none;
  color: #212529;

}

.footer-miruthika:hover {
  color: #0891b2;

}

/* footer contact section style */

/* -----------hero section style start---------------- */
/* --- Global Carousel Fade (Keep) --- */
.page_loader {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_loader img {
  width: 90px;
  /* Adjust size here */
  height: 90px;
  /* Adjust size here */
  object-fit: contain;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

/* --- Height (Keep) --- */
.hero-slide {
  height: 100vh;
  margin-top: 35px;
  position: relative;
  /* Essential for absolute positioning of the caption */
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/* ---------------------------------------------------- */
/* --- CAPTION STYLING: DEFAULT (DESKTOP: LEFT CENTER) --- */
/* ---------------------------------------------------- */
.slide-caption {
  /* Position absolute */
  position: absolute;
  /* color: white; */
  z-index: 10;

  /* Desktop Positioning (Left Center) */
  top: 50%;
  /* Start at the vertical middle */
  left: 10%;
  /* Fixed left position */
  transform: translateY(-50%);
  /* Pull it back up by half its height for true vertical center */

  /* Reset Mobile-specific styles for Desktop */
  width: auto;
  max-width: none;
  text-align: left;
  padding: 0;
}

.caption-title {
  color: #1F2034;
  font-weight: 800;
  font-size: 40px;
  text-transform: capitalize;
  font-family: 'Poppins';
}

/* extra large desktop */
@media (min-width: 1850px) {


  .caption-title {
    font-size: 4.25rem;
    min-width: 800px;
    padding: 30px;
  }

  .caption-sub {
    font-size: 2rem !important;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-left: 30px;
    min-width: 800px;

  }

  .phone-btn {
    padding: 25px;
    margin-left: 30px;
    font-size: 1.75rem !important;
  }

/* 

  .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 25px;

  } */
}

.caption-sub {
  max-width: 400px;
  color: #1F2034;
}

/* Phone Button (Keep) */
.phone-btn {
  /* color: white; */
  color: #1F2034;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
}

.phone-btn:hover {
  opacity: 0.8;
}

.gradiendbtn {

  background: #91D551;
  background: linear-gradient(90deg, rgba(145, 213, 81, 1) 0%, rgba(39, 183, 231, 1) 100%);
  box-shadow: 0 6px 14px rgba(0, 206, 221, 0.6);
  transition: 0.3s ease;
}

.gradiendbtn:hover {
  opacity: 0.8;
}


/* --- Custom Controls (Keep) --- */

.custom-arrow {
  background: rgba(0, 0, 0, 0.45);
  padding: 8px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-arrow i {
  color: white;
  font-size: 24px;
}

/* Position arrows at extreme left & right */
.custom-arrow-btn {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}

/* Left arrow */
.carousel-control-prev.custom-arrow-btn {
  left: 8px;
}

/* Right arrow */
.carousel-control-next.custom-arrow-btn {
  right: 8px;
}

/* Dot indicators (Keep) */
.carousel-indicators {
  margin-bottom: 1rem;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background-color: #848181;
  border-radius: 50%;
  text-decoration: none !important;
}

.carousel-indicators .active {
  background-color: #fff;
}


/* ---------------------------------------------------- */
/* 📱 MEDIA QUERY: MOBILE (TOP CENTER, WIDER BOX) 📱 */
/* ---------------------------------------------------- */
@media (max-width: 768px) {

  /* Caption Positioning Override */
  .slide-caption {
    /* **NEW WIDTH:** Force the box to be wide (approx. 3/4) */
    width: 90%;
    max-width: 400px;

    /* **MODIFIED:** Top Positioning (Moved down further) */
    top: 15%;
    /* Moves content down from the top edge */

    /* Horizontal Centering */
    left: 50%;
    transform: translateX(-50%);
    /* Only translate X for centering */

    /* Text alignment within the caption box */


    /* **NEW PADDING:** Add Padding to prevent text touching the screen edge */
    padding: 0 15px;
  }

  /* Reset caption sub-elements for center alignment */
  .caption-sub {
    margin-left: auto;
    margin-right: auto;
  }

  /* Arrow Adjustments for Mobile */
  .custom-arrow-btn {
    top: 60%;
  }

  .custom-arrow {
    background: rgba(0, 0, 0, 0.45);
    padding: 6px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-arrow i {
    color: white;
    font-size: 18px;
  }
}

/* -----------hero section style end---------------- */

/* -------------------about section style start------------------ */

.hero-section {
  position: relative;
  height: 50vh;
  width: 100%;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}

.hero-title {
  color: #AEE7F8;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
}

.hero-subtitle {
  color: #fff;
  margin-top: 15px;
  font-size: 28px;
}

.aboutustextcolor {
  color: #0891b2;
}


/* ABOUT SECTION */
.about-section {
  background: #fff8f9;
  /* background: white; */
}

.about-text {
  background: white;
  border-radius: 30px;

}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;

}

.grid-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.focus-list-container {
  height: 350px;
  overflow: hidden;
  position: relative;
}

.focus-item {
  background: #ebf5f7;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 150, 150, 0.2);
  opacity: 0.3;
  transform: scale(0.9);
  transition: 0.8s;
}

.focus-item.active {
  opacity: 1;
  transform: scale(1);
  z-index: 20;
}

.custom-box {
  flex: 1;
  text-align: center;
  text-align: justify;
  margin-right: 5%;
  margin-left: 4%;
  font-size: larger;
  padding: 1rem;
  box-shadow:
    0 4px 6px -1px rgba(253, 164, 175, 0.35),
    0 2px 4px -2px rgba(253, 164, 175, 0.25);
}

@media (min-width: 768px) {
  .custom-box {
    text-align: left;
    order: 1;
    padding: 1.5rem;
  }
}

/* Reduce height on mobile */
@media (max-width: 767px) {
  .about-section .row {
    min-height: auto;
  }
}

.about-section p {
  font-size: 1.1rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .about-section p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

}

.about-text-color {
  color: rgb(79, 79, 79);
  margin: 0px;
  padding-bottom: 10px;
}

/* -------------------about section style end------------------ */
.main-herspace-concept {
  padding: 50px 20px;
  /* background: linear-gradient(135deg, #fff 60%, #fde6f1 40%); */
  background: linear-gradient(135deg, #fff 50%, #fff8f9 50%);
}

.main-herspace-content-title {
  font-size: 2rem;
}

.hs-wrapper {
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.hs-content {
  flex: 1;

}

.hs-content-subtitle {
  display: block;
  color: #e94b9a;
  font-size: 26px;
  margin-top: 6px;
  font-weight: 500;
  padding-bottom: 15px;
}


.hs-image {
  flex: 1;
  text-align: center;
}

.hs-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(233, 75, 154, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .hs-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .main-herspace-content-title {
    font-size: 1.4rem;
  }

  .hs-image {
    text-align: center;
  }

  .hs-content-subtitle {
    font-size: 23px;
  }

}
.servicesheadingcolor {
  color: #0891b2;
}

/* ----------------services section style start------------- */
.services-section {
  padding: 60px 20px 0px;
  max-width: 85%;
  margin: auto;
  
}


.services-title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #0891b2;
  display: inline-block;
  margin-bottom: 15px;
}

.services-subtitle {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.1;
  max-width: 70%;
  margin: auto;
}

.services-row {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.service-card {
  flex: 1;
  height: 230px;
  position: relative;
  overflow: hidden;
  transition: all 0.9s ease;
  cursor: pointer;
  border-radius: 8px;
  

  
}
.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;   
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.411) 0%,
      rgba(0, 0, 0, 0.4) 60%,
      transparent 100%
  );
  z-index: 1;
  pointer-events: none;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  position: relative;
  z-index: 0;
  
  
  
}

.services-row:hover .service-card {
  flex: 0.8;
  filter: brightness(0.8);
}

.services-row .service-card:hover {
  flex: 1.8;
  filter: brightness(1);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.service-card:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top,
      rgba(30, 186, 233, 0.95),
      rgba(0, 0, 0, 0.2));
  color: #fff;
  transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}

.service-card:hover .overlay {
  bottom: 0;
}

.service-title-static {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  transition: opacity 0.3s ease;
  
}

.service-title-static h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.service-card:hover .service-title-static {
  opacity: 0;
}

.service-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.service-description {
  max-height: 0;
  opacity: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  transition: all 0.5s ease;
  overflow: hidden;
}

.service-card:hover .service-description {
  max-height: 100px;
  opacity: 1;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .services-row {
    flex-direction: column;
  }

  .service-card {
    height: 320px;
    flex: 1 !important;
    filter: brightness(1) !important;
  }

  .services-row:hover .service-card {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 60px 15px;
    max-width: 100%;
  }

  .services-subtitle {
    font-size: 1.55rem;
    max-width: 100%;
  }

  .service-card {
    height: 280px;
  }

  .overlay h3 {
    font-size: 18px;
  }

  .overlay p {
    font-size: 13px;
  }

  .service-title-static {
    bottom: 20px;
    left: 20px;
  }

  .service-title-static h3 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .diet-plan-home-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .diet-plan-home-features {
    text-align: center;
  }

  .diet-plan-home-title {
    font-size: 2rem;
    text-align: left;
  }
}
/* ----------------services style end------------- */

/* youtube section style end */

/* testimonial section style start */
.testimonial-home-container {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.header-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .header-title {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .header-title {
    font-size: 2.5rem;
  }
}

.text-cyan-600 {
  color: #0891b2;
}

.bg-custom-pink {
  background-color: #0891b2;
}

.bg-custom-pink:hover {
  background-color: #0c728a;
}

.card-bg-yellow {
  background-color: #fffbeb;
}

.card-height {
  height: 300px;
}

@media (min-width: 768px) {

  .card-height {
    height: 360px;
  }
}

.review-text {
  height: 150px;
  overflow-y: auto;
  text-align: left;
}

@media (min-width: 768px) {

  .review-text {
    height: 180px;
  }
}

/* testimonial section style end */

/* contact us section style start */
.icon-img {
  width: 25px;
  height: 25px;
}

.contact-link {
  text-decoration: none;
  color: #333;
}

.contact-link:hover {
  color: gray;
}

.contact-subtitle {
  width: 60%;
  margin: auto;
  font-size: 20px;
}
@media (max-width: 768px) {
  .contact-subtitle {
  font-size: 18px;
  width: 100%;
}
}

.contact-box {
  background: #eff8f9;
  box-shadow: 0 4px 10px rgba(255, 0, 100, 0.15);
  border-radius: 10px;
}

.submit-btn {
  background: #0891b2;
  color: white;
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
}

.submit-btn:hover {
  background: #0c728a;
  color: white;
}

.form-control {
  background: #eff8f9;
}

.contactsubtitle {
  color: gray;
  font-weight: normal;
}

/* contactus section style end */

/* yoga section services */

.yoga-section {
  background: #fff8f9;
  padding: 60px 0;
}

.yoga-img-box {
  max-width: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
  box-shadow: 0 4px 10px rgba(153, 14, 83, 0.15);
}

.yoga-benefit-icon {
  color: #990E53;
  font-size: 1.2rem;
  margin-top: 3px;
}

.yoga-btn {
  color: white;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.yoga-banner:hover {
  background-color: #0891b2;
}

.service-para{
  line-height: 1.7rem;
  font-size: 17px;
}
.main-concept-list{
  margin-left: 20px;
}
.main-concept-list li{
  font-size: 18px;
  padding: 3px 0;
}

@media (max-width: 768px) {
.main-concept-list{
  margin-left: 0px;
}
.main-concept-list li{
  font-size: 16px;
  padding: 1px 0;
}
}
/* ----- Responsive (Mobile First) ----- */
@media (max-width: 992px) {
  .yoga-img-box {
    max-width: 300px;
  }
  
}

.bannercenter-text {
  padding-top: 60px;
  width: 100%;

}

.props-banner {
  position: relative;
  height: 50vh;
  overflow: hidden;
}

.props-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.banner-title {
  color: #AEE7F8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
}

.banner-subtitle {
  font-size: 20px;
}

.bannercenter-text {
  padding-top: 60px;
  width: 100%;

}

/* Responsive Font Sizes */
@media (min-width: 576px) {
  .banner-title {
    font-size: 30px;
  }

  .banner-subtitle {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .banner-title {
    font-size: 34px;
  }

  .banner-subtitle {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .banner-title {
    font-size: 38px;
  }

  .banner-subtitle {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .banner-title {
    font-size: 42px;
  }

  .banner-subtitle {
    font-size: 20px;
  }
}

/* workout section and cardio and fatburning - services */
/* Image box shadow + rounded */
.props-img-box {
  max-width: 400px;
  max-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  margin: auto;
  box-shadow: 0 4px 10px rgba(153, 14, 83, 0.15);
}

/* Pink icon color */
.main-concept-list li {
  display: flex;
  align-items: center;
}

.main-concept-list-home li {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.check-icon {
  color: #0891b2;
  font-size: 1.3rem;
  flex-shrink: 0;
  ;
}

.check-icon-home {
  color: #0891b2;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Pink Button */
.props-btn {
  color: white;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
}

/* ----------------- trainers section style -------------------- */
.trainer-card {
  border-radius: 16px;
  width: 80%;
  margin: auto;
  overflow: hidden;
  height: 320px;
  /* FIXED HEIGHT FOR ALL CARDS */
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  background: #d1e4e7;
  border-color: #bed6da;
  /* background: #ebf5f7; */
  box-shadow: 3px 3px 8px rgba(0, 128, 128, 0.25);
}

.trainer-card:hover {
  transform: translateY(-5px);
  /* background: #d1e4e7; */
  box-shadow: 3px 3px 8px rgba(0, 128, 128, 0.25);
}

.trainer-card img {
  height: 180px;
  width: 150px;
  object-fit: cover;
  margin: auto;
  box-shadow: 3px 3px 8px rgba(0, 128, 128, 0.25);
}


.trainer-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* PUSH TEXT DOWN */
}

.bannercenter-text {
  padding-top: 60px;
  width: 100%;

}

.trainers-section {
  background: #f3f4f6;
}

/* management section */
.managemnet-card {
  border-radius: 12px 50px;
  height: 340px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  background: #ebf5f7;
  box-shadow: 3px 3px 8px rgba(0, 128, 128, 0.25);
}

.managemnet-card:hover {
  transform: translateY(-5px);
  background: #d1e4e7;
  box-shadow: 3px 3px 8px rgba(0, 128, 128, 0.25);
}

.managemnet-card img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.managemnet-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.social-icons1 img {
  height: 30px;
  width: 30px;
}

/* refund policy section */

.refine-content {
  height: 100vh;
}

/* aboutus trainer section */
.trainer-box {
  /* background-image: url('assets/img/main-page/trainers-bg.webp'); 
        background-size: cover;
        background-position: center; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  background: #fff8f9;
  color: rgb(79, 79, 79);
  box-shadow:
    0 4px 6px -1px rgba(253, 164, 175, 0.35),
    0 2px 4px -2px rgba(253, 164, 175, 0.25);

}

.trainers-btn {
  color: white;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;

}


.trainer-box h2,
.trainer-box p,
.trainer-box button {
  z-index: 2;
}

/* Mobile */
@media (max-width: 768px) {
  .trainer-box h2 {
    font-size: 1.4rem;
  }

  .trainer-box p {
    font-size: 1rem;
  }
}

@media (min-width: 450px) {
  .trainers-btn {
    width: 50%;
    margin: auto;
  }
}

/* career section styling */
.careersubmit-btn {
  background: #990E53;
  color: white;
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
  width: 80%;

}

.careersubmit-btn:hover {
  background: #7f164cb9;
  color: white;
}

/* career scection styling */
.career-form-control {
  background: #fff8f9;
}




/* thank you section style start */
.thankyou-wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}

/* Background Video */
.thankyou-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.8);
}

/* Content above video */
.thankyou-content {
  position: relative;
  z-index: 1;
  color: white;
}

/* Tick Circle */
.tick-circle {
  width: 55px;
  height: 55px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  z-index: 1;
  overflow: hidden;
}

/* Tick Image inside the circle */
.tick-circle .tick-img {
  width: 85px;
  height: 85px;
  object-fit: contain;
  animation: tick-pop 1s ease-out forwards;
  /* optional: pop effect on load */
  opacity: 0;
}

/* Animation */
@keyframes tick-pop {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}



/* Heading & Paragraph */
.thankyou-content h1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
}

.thankyou-content p {
  font-size: 15px;
  margin-bottom: 25px;
  color: white;
}


/* Responsive */
@media (min-width: 768px) {
  .thankyou-content h1 {
    font-size: 30px;
  }

  .thankyou-content p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .thankyou-content h1 {
    font-size: 34px;
  }
}

.thankyou-btn {

  background: #91D551;
  background: linear-gradient(90deg, rgba(145, 213, 81, 1) 0%, rgba(39, 183, 231, 1) 100%);
  box-shadow: 0 6px 14px rgba(0, 206, 221, 0.2);
  transition: 0.3s ease;
  color: white;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
}

.thankyou-btn:hover {
  opacity: 0.8;
}

/* diet plan section style start */
/* diet section */
.diet-section {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.diet-heading h2 {
  font-weight: 600;
  font-size: 30px;
  color: #0891b2;
  padding: 15px 0px 0px;
}

.diet-heading p {
  font-size: 18px;
  color: #888888;
  padding-bottom: 25px;
}

.diet-card {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  transition: transform 0.3s ease;
}

.diet-img {
  overflow: hidden;
  border-radius: 20px;
  height: 250px;
}

.diet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}


.diet-card:hover .diet-img img {
  transform: scale(1.1);
}

.diet-card:hover .diet-box {
  box-shadow: 0 20px 40px rgba(8, 145, 178, 0.2);
  transform: translateY(-5px);
}

.diet-box {
  background: white;
  width: 85%;
  margin: -60px auto 0;
  position: relative;
  padding: 55px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: all 0.3s ease;
}

.diet-icon {
  width: 60px;
  height: 60px;
  background: #006c86;
  border: 2px solid #006c86;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -85px auto 15px;
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.diet-box h4 {
  color: #006c86;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.diet-box p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/* 8. Mobile Responsive Fixes */

@media (max-width: 768px) {
  .diet-box {
    padding: 45px 20px;
  }

  .diet-img {
    overflow: hidden;
    border-radius: 20px;
    height: 200px;
  }

  .diet-icon {
    margin: -65px auto 15px;

  }
}


/* diet care program section style start */
.full-diet-section {
  background-color: #01251b;
  padding: 80px 0;
  color: white;
  background-image: url('your-background-pattern.png');
  background-size: cover;
}

.main-title {
  color: white;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.sub-title {
  color: gold;
  font-size: 1.1rem;

}

.diet-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.diet-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.diet-card-item {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease;
}

.diet-card-item:hover {
  transform: translateX(10px);
}

.left-side .diet-card-item {
  text-align: right;
  justify-content: flex-end;
}

.left-side .diet-card-item:hover {
  transform: translateX(-10px);
}

.diet-icon-box {
  min-width: 50px;
  height: 50px;
  color: gold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.text-content p {
  font-size: 0.9rem;
  color: #d1d5db;
  line-height: 1.4;
  margin: 0;
}

.diet-center-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(251, 191, 36, 0.3);
  padding: 15px;
}

.image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .diet-layout {
    flex-direction: column;
    gap: 50px;
  }

  .diet-center-image {
    order: -1;
  }

  .diet-card-item,
  .left-side .diet-card-item {
    text-align: left;
    justify-content: flex-start;
    flex-direction: row;
  }

  .left-side .diet-card-item {
    flex-direction: row-reverse;
  }
}

/* categories section */
.diet-categories-section {
  background-color: #f8fafc;
}

.categories-title {
  color: #0891b2;
}

/* Card */
.category-card {
  display: flex;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.category-card:hover {
  transform: translateY(-8px);
  /* Multi-layered shadow for a deep, wide spread from the bottom */

  box-shadow:
    inset 0 -60px 150px -50px rgba(34, 173, 197, 0.4),
    /* Inner bottom spread */
    0 10px 30px -15px rgba(21, 112, 128, 0.6);
  /* Outer bottom spread */
}

/* Image */
.category-image {
  flex: 0 0 40%;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.category-card:hover .category-image img {
  transform: scale(1.1);
}

/* Details */
.category-details {
  flex: 1;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category-main-title {
  color: #006c86;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

/* List */
.diet-types-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.diet-types-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: #334155;
  font-size: 16px;
}

.diet-types-list li::before {
  content: "◈";
  position: absolute;
  left: 0;
  color: #1e1f33;
  font-size: 18px;
}

/* Mobile */
@media (max-width: 991px) {
  .category-card {
    flex-direction: column;
  }

  .category-image {
    height: 220px;
  }

  .category-details {
    padding: 25px;
  }
}

/* diet plan index page style */
/* Container Layout */
/* Section Layout */
.diet-plan-home-section {
  padding: 80px 5%;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  overflow: hidden;
}

/* 50/50 Equal Width Container */
.diet-plan-home-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

/* Left Side - Image Logic */
.diet-plan-home-visual-box {
  flex: 1;
  /* Exactly 50% */
  position: relative;
  display: flex;
  justify-content: center;
}

.diet-plan-home-rotation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.diet-plan-home-plate-img {
  width: 100%;
  max-width: 500px;
  /* Plate perusa theriya adjustment */
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.18));
  animation: dietHomeRotate 25s linear infinite;
}

@keyframes dietHomeRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Right Side - Content Logic */
.diet-plan-home-content-box {
  flex: 1;
}

.diet-plan-home-gold-label {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #84d04e;
  display: inline-block;
  margin-bottom: 15px;
}

.about-us-title {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #0891b2;
  display: inline-block;
  margin-bottom: 15px;

}

.diet-plan-home-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.1;
}

.diet-plan-home-description {
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 1.05rem;
}

.diet-plan-home-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;

}

.diet-plan-home-features li {
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #d6feb944;
  padding: 15px 10px;
}


/* CTA Button */
.diet-plan-home-btn {
  display: inline-flex;
  align-items: center;
  padding: 16px 38px;
  background-color: #84d04e;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.4s ease;
  gap: 12px;
}

.diet-plan-home-btn:hover {
  background-color: #68b035;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(99, 177, 29, 0.35);
}

/* Responsive for Mobile */
@media (max-width: 992px) {
  .diet-plan-home-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .diet-plan-home-features {
    text-align: center;
  }

  .diet-plan-home-title {
    font-size: 2rem;
    text-align: left;
  }

  .diet-plan-home-description {
    text-align: left;
  }

  .diet-plan-home-btn {
    padding: 13px 25px;
    font-weight: 500;
  }

  .diet-plan-home-features li {
    font-weight: 600;
    color: #414141;
    gap: 6px;
    padding: 15px 10px;
  }
}

/* instagram reel section style start */
.exercise-reels-section {
  padding: 0;
  background-color: #ffffff;
  overflow: hidden;
}

.exercise-reels-header {
  text-align: center;
}

.exercise-reels-title {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-top: 10px;
}

.exercise-reels-container.owl-carousel {
  display: block;
  width: 100%;
  padding: 20px 0;
}

.exercise-reels-container:active {
  cursor: grabbing;
}

.exercise-reels-container::-webkit-scrollbar {
  display: none;
}

.exercise-reels-card {
  display: block;
  width: 100%;
  height: 300px;
  /* border-radius: 20px; */
  overflow: hidden;
  position: relative;
  /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); */
  background-color: #000;
  transition: transform 0.3s ease;
  z-index: 1
}

.exercise-reels-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  pointer-events: none;
  transition: box-shadow 0.3s ease;
  z-index: 1;
}

.exercise-reels-overlay,
.ex-insta-icon {
  z-index: 2;
  position: absolute;
}

.exercise-reels-card:hover::after {
  box-shadow: inset 0 0 50px rgba(60, 243, 252, 0.8),
    inset 0 0 100px rgba(84, 244, 255, 0.5);
}

.exercise-reels-card:hover {
  transform: translateY(-5px);
}

.exercise-reels-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

.ex-insta-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 1.4rem;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}

.exercise-reels-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
}

/* terms and condition section style start */
.terms-section {
  max-width: 900px;
  margin: 60px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.terms-section h1 {
  text-align: center;
  color: #0891b2;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
}

.terms-section h2 {
  color: #222;
  margin-top: 25px;
  font-size: 20px;
}

.terms-section p {
  font-size: 15px;
  margin-top: 8px;
}

.terms-section ul {
  margin-top: 8px;
  padding-left: 20px;
}

.footer-note {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  color: #777;
}

@media (max-width: 992px) {

  .terms-section h1 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .terms-section {
    max-width: 100%;
    padding: 20px;
  }

  .terms-section h1 {
    font-size: 26px;
  }
}

/* privacy policy section style start */
.privacy-section {
  max-width: 900px;
  margin: 60px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.privacy-section h1 {
  text-align: center;
  color: #0891b2;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
}

.privacy-section h2 {
  margin-top: 25px;
  font-size: 20px;
  color: #222;
}

.privacy-section p {
  font-size: 15px;
  margin-top: 8px;
}

.footer-note {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #777;
}

/* Responsive */
@media (max-width: 992px) {

  .privacy-section h1 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .privacy-section {
    max-width: 100%;
    padding: 20px;
  }

  .privacy-section h1 {
    font-size: 26px;
  }
}

/* site map section style start */
.sitemap-section {
  background: #f9fafc;
  padding: 60px 20px;
  margin-top: 50px;
}

.sitemap-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #0891b2;
  font-weight: 600;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: auto;
}

.sitemap-column h4 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #222222;
}

.sitemap-column ul {
  list-style: none;
  padding: 0;
}

.sitemap-column ul li {
  margin-bottom: 10px;
}

.sitemap-column ul li a {
  text-decoration: none;
  color: #555;
  transition: all 0.3s ease;
}

.sitemap-column ul li a:hover {
  color: #0891b2;
  padding-left: 6px;
}

/* Responsive */
@media (max-width: 992px) {
  .sitemap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sitemap-grid {
    grid-template-columns: 1fr;

  }
}



/* disclaimer section style start */
/* Disclaimer Section */
.disclaimer-section {
  background: #f9fafc;
  padding: 60px 20px;
}

.disclaimer-title {
  text-align: center;
  font-size: 32px;
  margin: 50px 0px 20px;
  color: #0891b2;
  font-weight: 600;
}

.disclaimer-section p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #555;
}

.disclaimer-section h4 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #222;
}

.disclaimer-note {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .disclaimer-section {
    padding: 40px 15px;
  }

  .disclaimer-title {
    font-size: 24px;
  }
}