@font-face {
    font-family: "ArchivoNarrow";
    src: url("../fonts/ArchivoNarrow-VariableFont_wght.ttf") format("truetype");
    font-weight: 400;
    /* since it's variable, you can specify range */
    font-style: normal;
}
@font-face {
    font-family: "CarlMarx Handwriting";
    src: url("../fonts/CarlMarxHandwriting-Bold.otf") format("truetype");
    font-weight: 400; 
    font-style: normal;
}
@font-face {
    font-family: "CarlMarx Handwriting Regular";
    src: url("../fonts/CarlMarxHandwriting-Regular.otf") format("truetype");
    font-weight: 400; 
    font-style: normal;
}  

body, a, nav a, b {
    margin: 0;
    font-family: "CarlMarx Handwriting" !important;
    font-weight: 400;
}

h1,
h3 {
    font-family: "CarlMarx Handwriting" !important;
    font-weight: 700;
}
/* .col-md-5.d-flex.flex-column.justify-content-center.text-white.ps-5 {
    padding-right: 0px !important;
} */
h2.mt-4.text-white.f-regular {
    font-size: 1.75rem;
}
h1 {
    font-size: 3.4rem;
}
.hero h1 {
    font-size: 4rem; 
        width: max-content; 
}
h1 span{
    font-size: 38px;
    font-family: "CarlMarx Handwriting Regular";
    font-weight: 400;
}
.navbar a img{
    width: 175px;
}
.process h1 span {
    font-size: 4rem;
    font-family: "CarlMarx Handwriting" !important;
}
.f-regular{
    font-family: "CarlMarx Handwriting Regular" !important;
}

p {
    font-size: 1.6rem;
    font-family: "CarlMarx Handwriting Regular";
    font-weight: 400;
}
ul li a {
    font-size: 1.1rem;
}
a{
    text-decoration: none;
    color: #644a86;
}
.white-btn{
    margin: 5px;
}
.white-btn a{
    color: #644a86;
    font-size: large;
}

.text-purple,
p,
h1,
h2,
h3 {
    color: #644a86;
}


.w-100 {
    border-bottom: 15px solid #ffd354;
    width: 100vw !important;
}

.navbar {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar a {
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
} 
.navbar a:hover {
    color: #ffd354;
}

.hero-text {
    padding: 3rem 2rem;
}

.hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero-text p {
    font-size: 24px;
    margin: 10px 0;
}

.hero {
    background: #644a86;
    height: 100vh;
    position: relative;
    border-bottom: 10px solid #fff;
    overflow: hidden;
}
.images {
    position: relative;
    height: 94vh;
    margin-top: 2rem;
    overflow: visible;
    /* 👈 keeps animation inside */
    justify-content: center;
    margin-right: -35px;
}

.images img {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translateY(250px) scale(0.6);
    transition: all 1s ease-out;
}

.images img.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    justify-content: center;
}

.snacks-img {
    /* max-height: 580px; */
    position: absolute;
    margin-bottom: -40px;
    z-index: 99;
    height: 74vh;
    /* margin-right: 15px; */
}

.shadow-img {
    /* max-height: 725px; */
    position: relative;
    bottom: 0;
    margin-bottom: -20px;
    z-index: 1;
    height: 80vh;
    margin-right: 15px;
}

.pepper-img {
    bottom: 40% !important;
    left: 0;
    width: 50px;
    z-index: 99;
}
.pepper-img4 {
    bottom: 50% !important;
    right: 10%;
    width: 50px;
    z-index: 99;
}

.leaf-and-pepper-img {
    bottom: 65% !important;
    right: -30px;
    width: 220px;
    z-index: 1;
    /* rotate: -5deg; */
}
.leaf-img { 
    left: 0;
    width: 135px;
    z-index: 1; 
}
.chilli-2-img {
    bottom: 60% !important;
    left: 25px;
    width: 250px;
    z-index: 1;
} 

.chilli-img {
    bottom: 12% !important;
    right: -15px;
    width: 180px;
    z-index: 1;
} 
button img {
    padding-right: 5px;
    width: 40px;
}
button{
    margin: 5px;
}
.primary-btn {
    background-color: #644a86;
    color: #ffffff; 
    border-radius: 100px;
    border: 0px;
    padding: 6px 14px;
}

.white-btn {
    background-color: #ffffff;
    color: #644a86; 
    border-radius: 100px;
    border: 0px;
    padding: 6px 14px;
    min-height: 50px;
}
.sec-01, .sec-01, .sec-04{
    text-align: left;
}
.sec-03{
    text-align: center;
}

model-viewer {
    display: block;
    width: 100%;
    height: 400px;
    background: #ffffff;
}

.no-padding {
    padding: 0px !important;
}

section {
    padding: 100px 0;
}

.process {
    background-color: #F8D9FF; 

}
.Linkedin-posts{
    background-color: #f2f2f2;
}

.word-container {
    justify-content: center;
    text-align: center;
    width: 100%;
}

.word {
    opacity: 0;
    transition: opacity 0.3s ease-in;
    /* 👈 quicker show/hide */
}

.word.show {
    opacity: 1;
}
#word3{
    font-size: larger;
}

.why {
    background-color: #F2776E;
}

.why p {
    display: inline-block;
}

.funding {
    background-color: #D4E9B1;
}

.row.text-center.image-row {
    margin-bottom: 100px;
    margin-top: 50px;
}

.review {
    background-image: url(../images/review-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* scale to fill */
    background-position: bottom center;
    /* bottom aligned */
}

.youtube-thumb {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}

.thumb-img {
    display: block;
    max-width: 550px;
    height: auto;
    border-radius: 30px;
    margin-top: 20px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    background: rgba(0, 0, 0, 0.3);
    /* dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    border-radius: 30px;
    margin-top: 20px;
}

.play-icon {
    width: 140px;
    /* adjust as needed */
    height: auto;
}
/* 
.youtube-thumb:hover .overlay {
    opacity: 1;
} */


 

/* ---------- FUNDING PARTICLE SLIDER (fixed) ---------- */
.funding {
    background-color: #D4E9B1;
    position: relative;
    padding: 120px 0;
    /* give the section space so the absolute slider has height */
    overflow: hidden;
}

/* make sure main logos sit above the background slider */
.funding .logo,
.funding .funding-img {
    position: relative;
    z-index: 3;
    max-width: 600px;
    display: block;
    margin: 0 auto 20px;
}

/* wrapper for the animated track (absolute) */
.slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    /* behind the logos (logos have z-index:3) */
}

/* the animated sliding track */
.slider {
    display: flex;
    width: max-content;
    /* expands to fit all images */
    gap: 0;
    /* no gaps between repeated images */
    align-items: center;
    height: 100%;
    animation: slide 30s linear infinite;
    /* <-- this uses the keyframes added below */
    will-change: transform;
}

footer section{
    background-color: #ffd354;
}

.footer-logo{
    width: 200px;
}

footer ul li{
    list-style: none;
    font-family: "ArchivoNarrow", sans-serif;
    color: #644a86;
}
.social a img{
    width: 50px;
    padding: 5px;
}
footer section{
    padding-bottom: 0px !important;
}
.footer-icons {
    background-color: #ffd354;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: -webkit-fill-available;
    margin: 0 auto;
    max-height: 250px;
    display: inline-grid;
}
  .icon{
    height: -webkit-fill-available;
    bottom: 0px;
    background-color: #ffd354;
  }
  .icon::after, .icon::before{
    background: #ffd354 !important; 
  } 
  /* fallback for browsers that don't support aspect-ratio */
  .icon::before{
    content: "";
    display: block;
    padding-top: 100%; /* makes container square */
    visibility: hidden;
    height: 0;
  }
  .icon > img{
    position: relative;
    max-width: 100%;
    max-height: 70%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    padding: 0px 5px;
  }
  /* small responsive tweak so icons don't shrink too small */
 
 

  @media (max-width: 600px){
    .vani-before img, .rohan-before img{
        width: 100% !important;
        padding: 35px 0px !important;
}
p{
    font-size: 18px !important;
}
    section {
        padding: 50px 0;
    }
    .mobile-only{
        display: block !important;
    }
    .desktop-only{
        display: none !important;
    }
    .footer-icons { gap: 0px; }
    .icon > img { 
        max-width: 100%; max-height: 60%; 
        padding: 0px 5px;
    }
    .process {
        background-color: #F8D9FF;
        padding-bottom: 30px;
    }
  }
@keyframes slideParticles {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
/* each repeated particle image - keep them small so they tile nicely */
.slider .particle {
    width: 1500px;
    /* padding-top: 80px; */
    height: auto;
    margin: 0;
    pointer-events: none;
    user-select: none;
}
/* KEYFRAMES for particle slider (was missing) */
@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
    /* move by half the full width (first set) */
}
/* ---------- CLIENTS SLIDER (JS-driven) ---------- */
.clients {
    background: #fff;
    overflow: hidden; 
    margin-bottom: -40px !important;
}
.clients-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slide-track {
    display: flex;
    width: max-content;
    will-change: transform;
    transition: transform 0.1s linear;
}
.slide-track img {
    max-width: 100%;
    height: 120px;
    margin: 0 25px;
    flex-shrink: 0;
    user-select: none;
    pointer-events: none;
    
}
/* know-more */
.know-more {
    background-color: #644a86;
    color: #ffffff;
}
.sec-02{
    padding-top: 20px !important;
}
.sec-04 img{
width:35% !important;
}
/* .sec-02 ul li{
    text-align: left;
} */
.mobile-only{
    display: none !important;
}
.desktop-only{
    display: block !important;
}
section.birth-story.text-center.mobile-only, 
section.text-center.two-thing.mobile-only {
    display: none !important;
}
 
/* responsive tweaks */
@media (max-width: 992px) {
    section.birth-story.text-center.mid-parent.mobile-only { 
        height: auto !important;
        background-color: #FAE5FF;
        padding: 180px 20px 80px 20px !important; /* controls spacing instead of fixed height */
        display: flex  !important;
        align-items: center !important;     /* vertical centering */
        justify-content: center !important; /* horizontal centering */
        text-align: center;
      }
      
      section.birth-story.text-center.mid-parent.mobile-only.mid-parent {
        width: 100%;
      }
      
      section.birth-story.mobile-only .mid{
        position: relative;
        top: auto !important;
        transform: none;    
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
      }
    nav{
        margin-top: 20px;
    }
    .navbar a{
        font-size: 1.3rem !important;
    }
    
    .mobile-only{
        display: block !important;
    }
    .desktop-only{
        display: none !important;
    }
    section.birth-story.text-center.desktop-only , 
   .two-thing.desktop-only, 
    section.bg-white.text-center.desktop-only{
        display: none !important;
    }
    section.text-center.two-thing.mobile-only{
        display: block !important;
    }
    .logo {
        max-width: 120px;
    }

    .vani-before h1, .rohan-before h1{

        font-size: 38px;
    }
    h1 span{
        font-size: 24px;
    }
    p{
        font-size: 16px;
    }

    .w-100{
        border: none;
    }
    .hero{
       /* height: 94vh !important; */
       height: 100% !important;
    }
    .hero p{
        z-index: 9999;
        position: relative;
    }
    .hero h1 {
        padding-top: 25vh;
        font-size: 32px;
        text-align: center;
    }
    .hero h1 span{ 
        font-size: 34px;
        text-align: center;
    }
    .hero-text {
        text-align: center;
    }
    .ps-5 {
        padding-left: 20px !important;
    }
    .process     h1 span {
        font-size: 36px;
    }

    .hero {
        border-bottom: 0px !important;
    }
    .w-100{
        /* height: 95vh; */
        border-bottom: 15px solid #ffd354 !important;
    }
    .images {
        height: 40vh;
    }

    .snacks-img {
        max-height: 300px; 
        margin-right:10px;
        /* margin-bottom: -75px !important; */
    } 

    .shadow-img {
        max-height: 45vh;
        margin-bottom: -33px !important;
        /* min-width: 600px !important; */
    }

    .sec-04 img{
        width:30% !important;
        }

    .pepper-img {
        width: 40px !important; 
    }
    .pepper-img4{
        display: none;
    }
    .chilli-img{
        /* bottom: 30% !important; */
        right: -5px;
        width: 100px;
        z-index: 1;
    }
    .chilli-2-img{
        bottom: 70% !important;
        left: -5px;
        width: 150px;
        z-index: 1;
    }
    .leaf-and-pepper-img {
        bottom: 65% !important;
        right: 20px;
        width: 130px;
        z-index: 1;
    }
    .leaf-img {
        margin-bottom: -20px;
        left: -110px;
        width: 150px;
        z-index: 1;
        rotate: 164deg;
    }
    .review { 
        background-size: contain; 
    }
    .slider .particle {
        width: 1800px;
    }
    .sec-02, .sec-03, .sec-04 {
        padding: 15px 0px;
    }
    .sec-04 img{
        width: 40% !important;
    }
    .swiper-slide iframe{
        min-height: 500px;
    }
    .swiper-slide iframe{
        overflow: none !important;    
    }
    .why p{
        width: 100% !important;
        font-size: 18px !important;
    }
    .why-wrapper{
        width: 100% !important;
    } 
    .vani-before, .rohan-before{
        padding-left:20px !important;
        padding-right:20px !important;
    }
    .m-mb-40{
        margin-bottom: 40px;
    }
    .h2{
        font-size: 2rem;
        padding: 15px 0px;
    }
    .mid h1, h1{
        font-size: 2.3rem !important;
    }
    .two-thing svg{
        /* transform: rotate(90deg) !important; */
        margin: 10px;
        width: 80px;
    }
    /* .align-mid{
        display: grid !important;
    }  */

}
    
    model-viewer{
        margin: 0px 50px !important;
        width: -webkit-fill-available !important;
    }

    .why {
        position: relative;
        overflow: hidden;
      }
      
      .why-wrapper {
        position: relative;
        display: inline-block;  
        width: 70%;
        z-index: 99;  
      }
      
      .why p {
        background: #ffffff;
        color: #F2776E !important;
        border-radius: 35px;
        padding: 35px;
        margin-top: 25px;
        position: relative;
      }
      
      /* Single floating decor */
      .decor {
        position: absolute;
        top: 40%;          /* pick where you want it vertically */
        left: 50%;         /* visible from the start */
        width: 60px;
        opacity: 0.7;
        animation: slideLoop 20s linear infinite;
        z-index: 0;        /* behind text */
      }
      
      /* Infinite sliding loop */
      @keyframes slideLoop {
        0%   { transform: translateX(0); }
        100% { transform: translateX(-120vw); }
      }
    
    /* .why-wrapper {
        position: relative;
        display: inline-block;  
        width:60%;
      }
      
      .why p {
        background: #ffffff;
        color: #F2776E !important;
        border-radius: 35px;
        padding: 35px;
        margin-top: 25px;
        position: relative;
        z-index: 1;  
      }
      
      .decor {
        position: absolute;
        width: 60px;  
        height: auto;
      }
      
      .top-right {
        top: -15px;
        right: 0px;
      }
      
      .bottom-left {
        bottom: -15px;
        left: -15px;
      } */

    section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .funding-img {
        width: 100%;
        padding: 20px;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    .sec-01, .sec-01, .sec-03, .sec-04{
        text-align: center;
        padding: 20px 0px;
    }
    footer ul li{
        text-align: center;
    }
    .footer-icons{
        max-height: 150px;
    }
    ul {
        margin: 0px;
        padding: 0px;
    } 

.thumb-img {
    width: 100%;
}

.particle {
    /* fallback - slider .particle selector above is preferred */
    height: 80%;
    width: auto;
}
.image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 250px; /* force space so section is visible */
  }
  
  .image-wrapper img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: auto;
  }
  
  /* hover images (appear instantly) */
  .hover-img {
    opacity: 0;
    pointer-events: none;
    width: 95px;
    transition: none; /* 👈 remove fade */
  }
  
  .image-row:hover .hover-img {
    opacity: 1; /* show all instantly */
  }
  
  /* fade images (smooth transition on visibility) */
  .fade-img {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
  }
  
  .fade-img.show {
    opacity: 1;
  }


  /* my story page */
  body.mystory .navbar a{
    color: #644a86 !important;
  }
  .birth-story{
    height: 100vh;
    background-color: #FAE5FF;
  }
  .birth-story h2{
    font-weight: 400; 
  }
  .mid-parent {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
}
.mid {
    /* position: relative;
    top: 55%;
    transform: translateY(-50%);   */
    width: 100%;
}
.mid h1 {
    font-size: 4rem;
}
.vani-before, .rohan-before{
    padding-left: 60px;
    padding-right: 60px;
}
.rohan-before{
    background-color: #F5FBEC;
}
.vani-before img, .rohan-before img{
    width: 80%;
    padding: 35px 20px;
    margin: 0px auto;
    display: block;
}
.px-20{
padding-left: 20px;
padding-right: 20px;
}
.align-mid{
    display: flex;
        justify-content: center;
        align-items: center;
}
.bg-white{
    background-color: white;
}
.bg-violet{
    background-color: #644a86;
}