  /* Custom styles */
  html {
    scroll-padding-top: 100px;
    /* This won't affect selection */
  }

  /* body {
    scroll-behavior: smooth;
    /* Smooth scrolling */
  /*
    font-family: 'Montserrat', sans-serif;
  } */

  /* Fixed header */
  .fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }


  section {
    padding: 3rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }

  @media (min-width: 992px) {
    section {
      padding: 5rem 0;
    }
  }




  /* Navbar active state */

  .navbar {
    padding: 0px;
    margin: 0px;

  }


  .top-bar {
    background-color: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
  }

  .contact-info .nav {
    align-items: center;
    flex-wrap: wrap;
  }

  .contact-info .nav-item {
    margin-right: 15px;
    display: flex;
    align-items: center;
  }

  .contact-info svg {
    margin-right: 8px;
    flex-shrink: 0;
  }

  .contact-info a {
    text-decoration: none;
    color: #212529;
  }

  .contact-info .gray {
    color: #6c757d;
    margin-bottom: 0;
    font-size: 0.9rem;
  }

  .header_h1 {
    font-size: 40px;
    font-weight: bolder;
    color: #000000;
  }

  .header_h2 {
    font-size: 30px;
    font-weight: bold;
    color: #5FA3AC;
  }

  .more_info {
    background-color: #F26E03;
    color: #ffffff;
    font-weight: bold;
  }

  /* .section_heading {
    font-family: 'DS Marker Felt', sans-serif;
    letter-spacing: 0px;
    color: #F15E7E ;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    opacity: 1;
    font-size: 80px;
    font-weight: 700;
    text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff,
     0px  2px 0 #fff,
     2px  0px 0 #fff,
    -2px  0px 0 #fff,
     0px -2px 0 #fff;
    letter-spacing: 2px;
  } */

  .section_heading {
    font-family: 'DS Marker Felt', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: clamp(32px, 8vw, 80px);
    letter-spacing: 2px;
    color: #F15E7E;

    /* white outline using multiple text-shadows */
    text-shadow:
      -3px -3px 0 #fff,
      3px -3px 0 #fff,
      -3px 3px 0 #fff,
      3px 3px 0 #fff,
      0px 3px 0 #fff,
      3px 0px 0 #fff,
      -3px 0px 0 #fff,
      0px -3px 0 #fff,
      /* soft drop shadow for depth */
      0px 8px 18px rgba(0, 0, 0, 0.15);

    /* smooth visual appearance */
    display: inline-block;
    line-height: 1;
    transition: all 0.3s ease;
  }

  /* Optional subtle hover effect */
  .section_heading:hover {
    transform: scale(1.03);
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
  }

  .about_us_txt {
    color: #296771;
    font-size: 20px;

  }

  .about_website_link {
    color: #F26E03;
    font-size: 24px;
    font-weight: bold;
  }

  .services_div {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .services_image {
    border-top-right-radius: 2rem;
  }

  .big_rounded_div {
    border-radius: 3rem;
    border: 10px solid #ffffff;
  }

  .vision_h1 {
    -webkit-text-stroke: 2px #5FA3AC;
    /* width and color */
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 5px;
  }

  .our_team_txt {
    color: #296771;
    font-size: 25px;
    align-content: center;

  }

  .header_icons {
    font-size: 35px;
    color: #5FA3AC;
  }


  @media (min-width: 768px) {
    .navbar-custom {
      background-color: #5FA3AC;
    }
  }

  @media (min-width: 992px) {
    .ps-lg-5 {
      padding-left: 8rem !important;
    }
  }

  .bolder {
    font-weight: bolder;
  }


  .curved-card {
    position: relative;
    width: 100%;
    padding: 2rem;
    background-color: #F7F1F9;
    border: 2px solid #78BE78;
    box-shadow: 0px 3px 6px #00000029;

  }

  .curved-card img {
    width: 80px;
    height: auto;
    margin-bottom: 1rem;
  }

  .curved-card h5 {
    font-weight: bold;
    color: #9c27b0;
    text-transform: uppercase;
  }
  

  @media (max-width: 576px) {
    .curved-card {
      padding: 1rem;
      max-width: 250px;
    }

    .curved-card img {
      width: 60px;
    }
  }

  .curved-card1 {
    border-top-right-radius: 100% 124%;
    border-bottom-left-radius: 15% 15%;
    text-align: left;
  }

  .curved-card2 {
    border-top-left-radius: 100% 124%;
    border-bottom-right-radius: 15% 15%;
    text-align: right;
  }

  .curved-card3 {
    border-bottom-right-radius: 100% 124%;
    border-top-left-radius: 15% 15%;
    text-align: left;
  }

  .curved-card4 {
    border-bottom-left-radius: 100% 124%;
    border-top-right-radius: 15% 15%;
    text-align: right;
  }

  .rhymes {
    background: #B0F7FC;
    opacity: 1;
  }


  .miko {
    background: #FFF7DD !important;
    opacity: 1;
  }


  .image_generator {
    background: #FFF7DD;
    opacity: 1;
  }



  .cards-wrapper {
    display: flex;
    justify-content: center;
  }

  .card img {
    max-width: 100%;
    max-height: 100%;
  }

  .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
  }

  .carousel-inner {
    padding: 1em;
  }

  .carousel-control-prev,
  .carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  @media (min-width: 768px) {
    .card img {
      height: 11em;
    }
  }

  .hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    /* full viewport height */
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  /* Video background full width/height */
  .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .video-container .video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* Overlay Image */
  .overlay-container {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
  }

  .overlay-image {
    max-width: 100%;
    height: auto;
  }

  /* Optional dark gradient overlay (for readability if text added later) */
  .hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    /* adjust as needed */
    z-index: 1;
  }

  @media (max-width: 992px) {
    .hero-section {
      height: auto;
      /* allow section to grow naturally */
      min-height: 300px;
      padding: 2rem 0;
    }

    .video-container {
      height: 60vh;
      /* limit video height on tablets */
    }

    .overlay-image {
      width: 90%;
      /* shrink image slightly */
    }
  }

  @media (max-width: 576px) {
    .hero-section {
      height: auto;
      min-height: 220px;
    }

    .video-container {
      height: 40vh;
    }

    .overlay-image {
      width: 100%;
    }
  }

  .video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .overlay-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .overlay-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }




  .logo {
    height: 80px;
  }

  .custom-input-container {
    padding: 1rem;
    border-radius: 0.5rem;
  }

  .input-group .form-control::placeholder {
    color: #aaa;
    font-style: italic;
  }

  .input-group-text {
    background-color: transparent;
    border: none;
  }

  .btn-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }




  .image-stack {
    position: relative;
    /* width: 800px; /* adjust based on image size */
    height: 300px;
    /* set enough height to show all images */
    margin: auto;
  }

  .image-stack div {
    position: absolute;
  }

  .image-1 {
    top: 5px;
    left: 0;
    z-index: 1;
    width: 50%;
  }

  .image-2 {
    top: 80px;
    left: 184px;
    z-index: 2;
    width: 50%;
  }

  .image-3 {
    top: 40px;
    left: 340px;
    z-index: 3;
    width: 50%;
  }

  .product-card {
    position: relative;
    width: 350px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .heart-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    border: none;
    padding: 6px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .product-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .shop-btn {
    background-color: #FF6600;
    border: none;
    color: white;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 8px;
  }

  .navbar-custom a {
    pointer-events: auto !important;
  }

  .navbar-custom {
    background-color: rgba(255, 255, 255, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .nav-link {
    font-weight: bold;
    color: white !important;
    padding: 12px 25px;
    border-radius: 20px;
    min-width: 200px;
    text-align: center;
    margin: 2px;
  }

  .nav-link.active {
    background-color: #FFD700;
    color: #000000 !important;
  }

  .nav-link:not(.active) {
    background-color: #DA70D6;
  }

  .navbar-custom .nav-link {
    transition: color 0.3s ease;
  }

  .navbar-custom .nav-link:hover {
    background-color: #FFD700;
    color: #000000 !important;
  }



  /* ✅ Make toggler visible and matching your theme */
  .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8);
  }

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

  /* ✅ On mobile: show menu with same glassy background */
  @media (max-width: 992px) {
    .navbar-collapse {
      background-color: rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(10px);
      border-radius: 0 0 15px 15px;
      padding: 10px 0;
    }
  }



  /* Scroll to top button */
  .scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #DA70D6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .scroll-to-top.active {
    opacity: 1;
  }

  .scroll-to-top:hover {

    background: #FFD700;
    transform: translateY(-3px);
    color: white;
  }

  .story_books {
    background-color: #FFFFFF;
  }

  .kitchen_story {
    background-color: #FFF7DD;
  }

  .gallery-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }



  .image-stack-pan {
    position: relative;
    /* width: 800px; /* adjust based on image size */
    height: 300px;
    /* set enough height to show all images */
    margin: auto;
  }

  .image-stack-pan div {
    position: absolute;
  }

  .imagepan-1 {
    top: 0px;
    left: 0;
    z-index: 1;
    width: 60%;
  }

  .imagepan-2 {
    top: 0px;
    left: 129px;
    z-index: 2;
    width: 60%;
  }

  .imagepan-3 {
    top: 0px;
    left: 258px;
    z-index: 3;
    width: 60%;
  }


  .drawing_outer {
    background: #3B3536 0% 0% no-repeat padding-box;
    border-radius: 39px;
    padding: 20px;
  }

  .drawing_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 40px;
    height: 100%;
  }

  .ribbon {
    width: 30px;
    height: 67px;

    position: relative;
    margin: 50px auto;
  }

  .ribbon::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 16px solid transparent;

  }

  .ribbon-orange {
    background-color: orange;
  }

  .ribbon-orange::after {
    border-top: 24px solid orange;
  }

  .ribbon-red {
    background-color: red;
  }

  .ribbon-red::after {
    border-top: 24px solid red;
  }


  .ribbon-yellow {
    background-color: yellow;
  }

  .ribbon-yellow::after {
    border-top: 24px solid yellow;
  }

  .ribbon-green {
    background-color: green;
  }

  .ribbon-green::after {
    border-top: 24px solid green;
  }

  .ribbon-blue {
    background-color: blue;
  }

  .ribbon-blue::after {
    border-top: 24px solid blue;
  }

  .ribbon-purple {
    background-color: purple;
  }

  .ribbon-purple::after {
    border-top: 24px solid purple;
  }

  .ribbon.selected {
    height: 90px;
  }


  .badge-custom {
    background: #FFFFFF;
    border: 1px solid #95489A;
    border-radius: 25px;
    opacity: 1;
    position: relative;
    padding: 0.75rem 2.5rem 0.75rem 1.5rem;
    margin: 0.25rem;
    font-size: 0.9rem;
    color: #95489A;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }

  .badge-custom .btn-close {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    font-size: 0.7rem;
    padding: 0.35rem;
    background-size: 0.7rem;
    transition: all 0.2s ease;
    filter: none;
  }

  .badge-custom .btn-close:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    background-color: rgba(0, 0, 0, 0.1);
  }

  /* 📱 Tablet screens */
  @media (max-width: 768px) {
    .badge-custom {
      font-size: 0.8rem;
      padding: 0.6rem 2rem 0.6rem 1.2rem;
      border-radius: 20px;
    }

    .badge-custom .btn-close {
      font-size: 0.6rem;
      right: 0.4rem;
    }

    body {
      padding-top: 70px !important;
      /* adjust if your header is taller */
    }
  }

  /* 📱 Small mobile screens */
  @media (max-width: 576px) {
    .badge-custom {
      font-size: 0.75rem;
      padding: 0.5rem 1.6rem 0.5rem 1rem;
      border-radius: 18px;
    }

    .badge-custom .btn-close {
      font-size: 0.55rem;
      right: 0.35rem;
      padding: 0.25rem;
    }
  }


  .kitchen_story_accordion {
    font-family: 'Montserrat', sans-serif;
    background-color: #F9E9F6;
    color: #95489A;
    font-size: 35px;
    font-weight: 600;
  }


  .kitchen_story_faq {
    font-family: 'Montserrat', sans-serif;
    background-color: #CCFEE7;
    color: #95489A;
    font-size: 35px;
    font-weight: 600;
  }

  .kitchen_story_tips {
    font-family: 'Montserrat', sans-serif;
    background-color: #FFD6E8;
    color: #95489A;
    font-size: 35px;
    font-weight: 600;
  }

  .kitchen_story_portion {
    font-family: 'Montserrat', sans-serif;
    background-color: #EAFBFC;
    color: #95489A;
    font-size: 35px;
    font-weight: 600;
  }

  .kitchen_story_learn {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff4cc;
    color: #95489A;
    font-size: 35px;
    font-weight: 600;
  }

  .circle-btn {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
  }

  .circle-btn i {
    font-size: 40px;
    margin-bottom: 8px;
  }


  .kitchen_story_heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .kitchen_story_cook {
    font-size: 1.1rem;
    color: #ff6600;
  }

  .kitchen_story_description {
    font-size: 1.1rem;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* ✅ Responsive tweaks for phones */
  @media (max-width: 768px) {
    .kitchen_story_heading {
      font-size: 1.6rem;
      line-height: 1.2;
      padding: 0 10px;
    }

    .kitchen_story_description {
      font-size: 1rem;
      padding: 0 12px;
    }
  }

  @media (max-width: 480px) {
    .kitchen_story_heading {
      font-size: 1.4rem;
    }

    .kitchen_story_description {
      font-size: 0.95rem;
    }
  }

  .image-card {
    border: 3px solid #e0f7fa;
    /* Light teal border */
    border-radius: 20px;
    /* Rounded corners */
    padding: 8px;
    /* Space inside border */
    background-color: #ffffff;
    /* White background */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
    transition: transform 0.3s ease;
    overflow: hidden;
    border-radius: .5rem;
  }

  .image-card:hover {
    transform: scale(1.03);
    /* Slight zoom on hover */
  }

  .image-card img {
    width: 100%;
    border-radius: 15px;
    /* Inner image rounding */
  }

  .miko_heading {
    color: #982B94;
    font-size: clamp(40px, 6vw, 90px);
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0px 3px 0 #fff, 3px 0px 0 #fff, -3px 0px 0 #fff, 0px -3px 0 #fff, 0px 8px 18px rgba(0, 0, 0, 0.15);
    line-height: 1;
    transition: all 0.3s ease;
  }

  .miko_with {
    font-size: clamp(25px, 3vw, 50px);
    font-weight: bold;
  }

  .miko_learning {
    color: #DA70D6;
    font-size: 20px;
    font-weight: bold;
  }

  .coming-up {
    font-size: 30px;
    font-weight: bold;
  }

  footer {
    background-color: #ffffff;
    padding: 40px 0 20px;
    position: relative;
    text-align: center;
    font-size: 30px;
  }

  .footer-links a {
    display: block;
    color: #b129b1;
    font-weight: bold;
    text-decoration: none;
    margin: 6px 0;
    transition: color 0.2s ease;

  }

  .footer-links a:hover {
    color: #e74de2;
  }

  .copyright {
    background-color: #B0F7FC;
    text-align: center;
    padding: 12px;
    font-size: 15px;
    color: #707070;
  }

  .pan_img {
    border: 10px solid #fff;
    border-radius: 15px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
  }

  .video-container .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .object-fit-cover {
    object-fit: cover;
    object-position: center;
  }

  @media (max-width: 992px) {
    .image-stack-pan {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .image-stack-pan>div {
      position: static !important;
      /* removes overlap */
      width: 100% !important;
      z-index: auto !important;
      margin-bottom: 20px;
    }

    .image-stack-pan img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
      /* optional for nice corners */
    }
  }



  /* For small devices */
  @media (max-width: 768px) {
    .rhymes .card-wrapper {
      flex-direction: column;
      /* stack cards vertically */
      align-items: center;
      /* center them horizontally */
    }

    .rhymes .card-wrapper .col-12,
    .rhymes .card-wrapper .col-sm-6,
    .rhymes .card-wrapper .col-md-4 {
      width: 100%;
      /* each card takes full width */
      max-width: 90%;
      /* small margin from edges */
    }

    .rhymes .image-card {
      margin-bottom: 20px;
    }
  }

  /* Optional: Adjust carousel buttons on mobile */
  @media (max-width: 576px) {

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      width: 24px;
      height: 24px;
    }
  }

  @media (max-width: 992px) {
  .product-img {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .card-wrapper {
    flex-direction: column;       /* stack vertically */
    align-items: center;
    gap: 25px;
  }

  .product-card {
    width: 100%;
  }

  .product-img {
    width: 90%;                   /* slightly smaller than full width */
    max-width: 300px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .product-img {
    width: 100%;
    max-width: 250px;
  }
}

.link-title {
  font-size: 1.25rem;        /* slightly larger text for title */
  font-weight: 600;          /* semi-bold for emphasis */
  color: #222;               /* dark grayish black */
  text-decoration: none;     /* no underline */
  transition: color 0.3s ease, transform 0.2s ease;
}

.link-title:hover {
  color: #000;               /* pure black on hover */
  text-decoration: underline;
  transform: translateY(-1px); /* subtle lift effect */
}

/* Description style */
.link-description {
  font-size: 0.95rem;        /* slightly smaller */
  color: #555;               /* medium gray for readability */
  line-height: 1.6;          /* comfortable spacing */
  margin-top: 4px;
  text-decoration: none; 
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.link-description:hover {
  color: #000;               /* darken text on hover */
  text-decoration: underline; /* subtle underline on hover */
  cursor: pointer;
}
