html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}


.hero-bg {
  background-image: url('../images/green-abstract-background.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: background-position; /* hint for better performance */
  height: 100vh;
  position: relative;
  color: #fff;
  padding-top: 85vw;
  transition: background-position 0.1s linear;
}

    

    /* TOP heading overlay */
    .hero-heading {
      position: absolute;
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      padding: 25px 30px;
      width: min(900px, 90%);

      border-radius: 10px;
      z-index: 5;
    }
   .hero-heading h1{font-size: 65px !important;font-weight: 400 !important;}
    .hero-heading p{color: #fff !important;font-weight: 900 !important;font-size: 32px !important;}
    .hero-content-text p{color: #fff !important;}

.hero-heading {
  overflow: hidden;
}

/* Initial state + animation */
.hero-heading h1,
.hero-heading p {
  opacity: 0;
  transform: translateY(35px) scale(0.98);
  filter: blur(4px);
  animation: heroReveal 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

/* Paragraph comes slightly later */
.hero-heading p {
  animation-delay: 0.20s;
}


/* Keyframes */
@keyframes heroReveal {
  0% {
    opacity: 0;
    transform: translateY(35px) scale(0.98);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
    filter: blur(0px);
  }
}

    .hero-content-box {
      position: absolute;
      bottom: 8vw;
      left: 50%;
      transform: translateX(-50%);
      width: min(1360px, 92%);
   
      display: flex;
      gap: 40px;
      align-items: flex-start;
      z-index: 5;
    }

    /* .hero-content-box img {
      width: 340px;
      max-width: 40%;
     
    } */

    .hero-content-text {
      flex: 1;
      font-size: 15px;
      line-height: 1.75;
      color: #e8efe8;
    }

    @media (max-width: 992px) {
      .hero-content-box {
        flex-direction: column;
        text-align: center;
      }

      .hero-content-box img {
        margin: 0 auto;
      }
      .hero-heading h1{font-size: 32px !important;font-weight: 400 !important;}
      .hero-heading p {font-size: 20px !important;}
      .hero-content-text p { font-size: 14px !important;}
    .hero-content-box img {max-width: 100%; }
        .hero-content-box img {margin: 0 auto;filter: brightness(0);}
        .hero-content-box{padding: 15px !important;}


    }

    /* globally aditya birla css */
    /* Background */
.section-bg {
  background-image: url('../images/globally-aditya-birla-bg.webp');
  background-size: cover;
  background-position: center;
  padding: 90px 0;
  background-color: #fff;
}






.Globally-title-section h2{font-size: 40px;}  
.global-map-section {
    margin-bottom: 180px !important;
}
.card-fotter-margin-top{
    margin-top: 25px;
}

.europe-section{
    position: relative;
}
.europe-card{width: 50%;}
.europe-section h3{
    font-size: 36px !important  ;
    color: #131313;
}
.india-section h3{
    font-size: 36px !important  ;
    color: #131313; }

.europe-map{
    position: absolute;
    top: 17%;
    left: 25%;
    z-index: 5;
  
}
.Globally-title-section h1 {
  font-size: 40px !important;
  font-weight: 400 !important;
  color: #191919;
}
/* Cards */
.stat-card {
  background: white;
  border-radius: 10px;
  padding: 22px 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.stat-card h2 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #5D6F63;
}

.stat-card small {
  font-size: 14px;
  color: #6A7282;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.map-img {

  width: 100%;
  height: auto;
}

.map-small {

  width: 100%;
  height: auto;
}
.stat-card-img img{display: block ; margin: 0 auto;}
.europe-card {position: relative; z-index: 10;}


.sustain-full-bg .container {
    position: relative;
    z-index: 2; /* content above background */
}
.sustain-full-bg {
  position: relative;
  min-height: 768px;
  overflow: hidden;
  padding: 120px 0;
  display: flex;
  align-items: center;
}

.bgParallax {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  height: 120%;
  top: -70%;
  left: 0;
  transform: translateY(50%);
}

.bgParallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: translate3d(0,0,0);
}


.relative {position: relative;}
/* LEFT CONTENT */
.sustain-left {
    
    /* padding: 20px 10px; */
position: relative; z-index: 10;
}

.sustain-full-bg h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.sustain-full-bg p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
    max-width: 640px;
    color: #fff !important;
}


/* fiber section css*/

.fibres-section{background-color: #fff;}
.fibres-section h2 {
    font-size: 36px;

}

.fibre-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 25px;


   box-shadow: 0 6px 25px rgba(0,0,0,0.10); /* add this */
}

/* Large left image */
.fibre-img img {
    width: 100%;
  
    border-radius: 10px;
    object-fit: cover;
}

/* Right card image */
.fibre-small-img {
    width: 220px;
    border-radius: 10px;
    object-fit: cover;
}

/* Content area */
.fibre-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.Cellulose-img{
    padding: 0px 50px 0px 20px;
}


/* Yarn Section */
/* Background area */
.yarns-section {
    background-image: url('../images/globally-aditya-birla-bg.webp');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
    background-color: #667d58;
}

/* Title */
.yarn-title {
    font-size: 36px;
    font-weight: 700;
}

/* Image styling */
.yarn-img {
    width: 100%;
   
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Text block */

.yarn-text h4 {
    font-size: 26px;
    margin-bottom: 10px;
}
.yarn-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
}
.yarn-row {
    margin-bottom: 6rem !important;
}


/* linen section */

.linen-section{
    background-color: #fff;
}
.linen-img {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    object-fit: cover;
}

.linen-text h2 {
    font-size: 36px;
}

.linen-text p {
    font-size: 18px;
    line-height: 1.7;
}

/* waving the future css */
.weaving-section {
    position: relative;
    width: 100%;
    height: 95vh; /* Adjust as needed */
    overflow: hidden;
    color: #fff;
}

/* Background video */
.bg-video {
    position: absolute;
    top: 59%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
        mix-blend-mode: luminosity;
}



/* Content area */
.weaving-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin-top: 75px;
}

.weaving-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.weaving-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
}

/* Color layer */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 40, 22, 0.75); /* #1A2816 with opacity */
    z-index: 0;
}
/* ============================
      RESPONSIVE FIXES
===============================*/

/* Tablet */
@media (max-width: 1366px) {
 .fibre-card{flex-direction: column !important;}
 .Cellulose-img{margin: 0 auto;}
 .bg-video {position: absolute;top: 70%;left: 50%;}
.weaving-section {position: relative;width: 100%;height: 55vh;}
.europe-section h3{margin-bottom: 50px;}
    .europe-map {
        position: absolute;
        top: 30%;
        left: 55%;}
}

@media (max-width: 992px) {
  .section-bg {
    padding: 60px 0;
  }

  h2, h3 {
    text-align: center;
  }

  /* .stat-card {
    width: 100%;
  } */

  .map-small {
    margin: 0 auto;
    display: block;
  }


/* sustanbility sectiom */
     .sustain-full-bg {
        padding: 80px 0;
        background-position: center;
        height: 100%;
    }
.bgParallax img { height: 100%;    object-position: 70%;}
.sustain-full-bg {position: relative;min-height: 100%;}
.sustain-full-bg:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


        .fibre-card {
        flex-direction: column;
    }

    .fibre-img img {
        width: 100%;
    
    }

    .fibre-small-img {
        width: 100%;
        max-width: 260px;
    }

    /* yarns section */
    .yarn-img {
        margin-bottom: 20px;
    }

    /* linen section */
        .linen-text {
        text-align: center;
    }
    .linen-text h2 {
        font-size: 28px;
    }
    .global-map-section {
    margin-bottom: 0px !important;
}
.europe-map {
    position: absolute;
    top: 30%;
    left: 55%;
    z-index: 5;
}
.pop-image-europe{
  width: 31vw;
}
.europe-section {

    margin-bottom: 45px;
}
.india-section h3 {

    margin-bottom: 30px;
}

}


/* waving future Responsive */
@media (max-width: 768px) {
    .weaving-section {
        height: 520px;
    }
    .weaving-content h2 {
        font-size: 26px;
    }
    .weaving-content p {
        font-size: 14px;
        padding: 0 15px;
    }
}


/* Mobile */
@media (max-width: 576px) {

  /* Reduce font sizes */
  .container h2 {
    font-size: 26px !important;
  }

  .container h3 {
    font-size: 23px !important;
  }

  .stat-card {
    padding: 18px 16px;
  }

  .stat-card h2 {
    font-size: 20px;
  }

    .stat-card {
    width: 100%;
  }


  .map-img {
    max-width: 260px;
    margin: 0 auto;
  }

  .map-small {
    max-width: 200px;
    margin: 20px auto 0;
    padding-bottom: 50px;
  }

  /* Center text on mobile */
  .stat-card,
  .stat-card * {
    text-align: center;
  }

  /* sustainbility csss */
    .sustain-full-bg h2 {
        font-size: 26px;
    }
    .sustain-full-bg p {
        font-size: 14px;
    }


    /* fiber section */
        .fibres-section h2 {
        font-size: 26px;
    }
    .fibre-card {
        padding: 18px;
    }
    .fibre-content p {
        font-size: 14px;
    }

    /* yarn css */
        .yarns-section {
        padding: 50px 0;
    }

    .yarn-title {
        font-size: 26px;
    }

    /* Center image + text on mobile */
    .yarn-row {
        text-align: center;
    }
    .yarn-text {
        max-width: 100%;
        margin: 0 auto;
    }
    .yarn-text p {
        font-size: 14px;
    }

    /* linen section */
        .linen-text h2 {
        font-size: 24px;
    }
    .linen-text p {
        font-size: 14px;
    }

    /* video css */
    .bg-video {
        position: absolute;
        top: 80%;
        left: 50%;
        width: 100%;
        height: 159%;
        z-index: -1;
        transform: translate(-50%, -50%);
        object-fit: fill;
        mix-blend-mode: luminosity;
    }


    .europe-map{position: static;}
    .pop-image-europe {width: 100vw;}.pop-image-europe {width: 100vw;}
    .europe-india-section {margin-top: 6rem !important;}
    .europe-section{margin-bottom: 3rem !important ;}
    .yarn-text h4 {font-size: 22px;}

}


/* Image animtionncss  */
.pop-image {
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1); /* smooth & elastic */
}

.pop-image.visible {
  opacity: 1;
  transform: scale(1);
}
.map-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* slide cards animation */
/* Universal Slide Animation */
.slide-universal {
  opacity: 0;
  transform: translateY(20px);
  transition: 
      opacity 0.7s ease,
      transform 3.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

/* Dynamic directions */
.slide-universal[data-direction="left"] {
  transform: translateX(-60px);
}

.slide-universal[data-direction="right"] {
  transform: translateX(60px);
}

.slide-universal[data-direction="up"] {
  transform: translateY(40px);
}

.slide-universal[data-direction="down"] {
  transform: translateY(-40px);
}

/* Final visible state */
.slide-universal.visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* Mobile: disable strong slide for smoother UX */
@media (max-width: 768px) {
  .slide-universal[data-direction="left"],
  .slide-universal[data-direction="right"],
  .slide-universal[data-direction="up"],
  .slide-universal[data-direction="down"] {
    transform: translateY(20px);
  }
  .pop-image-europe.visible {opacity: 1;transform: scale(0.8);}
  .Cellulose-img img{width: 100%;}
}




/*STYLE FOR 1920*1080 screen at 150% scale*/
@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), 
screen and (min-width: 1024px) and (min-resolution: 144dpi) {


    .sustain-full-bg p {
    font-size: 16px;
    line-height: 1.5;}
.fibre-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.yarn-text p {
    font-size: 16px;
    line-height: 1.5;}
    .linen-text p {
    font-size: 16px;
    line-height: 1.5;
}
.weaving-content p {
    font-size: 16px;
    line-height: 1.5;}

}






