body {
  margin: 0%;
  padding: 0%;
}

@media(max-width:575px) {
  .navbar-custom {
    background-color: #fff;
    padding: 1rem 2rem;
  }

  .navbar-brand {
    color: var(--Primary_CL, #406550);
    font-family: "Libertinus Math";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

  .nav-link {
    color: var(--Primary_CL, #406550);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px;

  }

  .nav-link:hover,
  .nav-link.active {
    color: #1e3932;
  }

  .btn-custom {
    display: flex;
    width: 122px;
    height: 44px;
    align-items: center;
    background: var(--Primary_CL, #406550);

    color: #fff;
    padding: 8px 30px;
    border: none;
    border-radius: none;
  }

  .banner-bg {
    background-image: url(Images/Zerra_banner_1\ 2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;
    margin: 0%;
  }

  .zerra-text {
    color: #FFF;
    font-family: "Libertinus Math";

    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;

  }

  .zerra-text {
    font-family: "Libertinus Math", serif;
    font-size: 100px;
    color: #406550;
    animation: fadeZoomIn 1.5s ease-out forwards;
    opacity: 0;
    color: #fff;
  }

  @keyframes fadeZoomIn {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  p {

    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.50);
    padding: 15px;
  }

  .highlight {
    color: var(--Accent_CL, #18B45B);
    font-family: Parastoo;
    font-size: 20.985px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .tagline {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 10.991px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.589px */
  }

  /* Highlight word animation */
  .highlight {
    display: inline-block;
    color: #4CAF50;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
  }

  /* Stagger the highlights */
  .highlight:nth-of-type(1) {
    animation-delay: 0.3s;
  }

  .highlight:nth-of-type(2) {
    animation-delay: 0.6s;
  }

  .highlight:nth-of-type(3) {
    animation-delay: 0.9s;
  }

  /* Keyframes */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .animate {
    opacity: 0;
    width: 1964px;

    color: white;

    font-weight: 600;
    margin-top: 20px;

    border-radius: 5px;
    max-width: 100%;
    transform: translateY(100px);
    /* Start from bottom */

    transition:
      opacity 800ms linear 1ms,
      transform 800ms linear 1ms;
  }

  .animate.visible {
    opacity: 1;
    transform: translateY(0);
    /* Move upward */
  }

  .both-container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .image-swap {
    display: grid;
    place-items: center;
    width: 80%;
    overflow: hidden;
    margin: 5px auto;
  }

  .image-swap img {
    grid-area: 1 / 1;
    transition: opacity 0.5s ease-in-out;
    width: 80%;
    height: auto;
    object-fit: cover;
  }

  .hover-img {
    opacity: 0;
  }

  .image-swap:hover .hover-img {
    opacity: 2;
  }

  .image-swap:hover .main-img {
    opacity: 1;
  }

  /* --- Scroll Animation --- */
  .animate-left,
  .animate-right {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .animate-left {
    transform: translateX(-100px);
  }

  .animate-right {
    transform: translateX(100px);
  }

  .scroll-in {
    opacity: 1;
    transform: translateX(0);
  }

  /* --- Additional Styles --- */
  .highlight-title {
    color: var(--Secondary_CL, #6B482C);
    font-family: Parastoo;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 81.25% */
    background-color: #fff;
    text-align: left;
    padding: 0%;
    margin: 0%;
  }

  .highlight-title img {
    width: 15px;
  }

  .about-heading {
    color: var(--Heading_Text_CL, #101828);
    font-family: Parastoo;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30spx;
    text-align: left;
  }

  .about-text {
    color: #1A1A33;
    margin-bottom: 20px;
    background-color: white;
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 130% */
    text-align: left;
    padding: 0%;
    margin: 0%;
  }

  .tagline-about {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    background-color: #fff;
    text-align: left;
    padding: 0%;
  }

  .underline {
    width: 90px;
    height: 2px;

    margin-bottom: 10px;
  }

  .underline {
    width: 90px;
    height: 2px;
    background-color: #6B482C;
    /* Ya jo bhi color chahiye */
    animation: underlineGroweed 1s forwards;
    margin-top: 10px;
  }

  @keyframes underlineGroweed {
    from {
      width: 0;
    }

    to {
      width: 76px;
    }
  }

  .about-text span {
    font-weight: 700;
  }

  .tagline-about .highlights:nth-child(1) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .tagline-about .highlights:nth-child(2) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .tagline-about .highlights:nth-child(3) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }


  .impact-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url(Images/Zerra_banner_1\ 2.png) lightgray no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .impact-title {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 96px */
    text-align: center;


  }

  .impact-card {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
    text-align: center;

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }



  .plus-sign {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
  }

  .impact-card p {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    color: #F9FAFB;
    text-align: center;
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 33.6px */
    line-height: normal;
    background: transparent;
    border-top: none;
    border-bottom: none;
  }

  .underline-container {
    display: flex;
    justify-content: flex-start;
    /* Align to left */

    /* Optional: some spacing from edge */
  }

  .underlines {
    width: 0;
    height: 4px;
    background: #18B45B;
    animation: underlineGrowes 1.2s ease forwards;
    transform-origin: left;
    margin-left: 150px;
  }

  @keyframes underlineGrowes {
    from {
      width: 0;
    }

    to {
      width: 120px;
    }
  }

  .scroll-animate-down {
    text-align: center;
    margin-top: 40px;
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .underliness {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 130px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 150px;
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
  }

  .scroll-gallery {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll-left 60s linear infinite;
    gap: 15px;
  }

  .scroll-gallery img,
  .scroll-gallery video {

    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;

  }

  .scroll-gallery {
    display: inline-flex;

    animation: scroll-left 120s linear infinite;
  }

  .scroll-gallery img,
  .scroll-gallery video {
    height: 150px;
    width: auto;
    object-fit: cover;
    border-radius: 5px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /* Scroll animation styles */
  .scroll-animate-up,
  .scroll-animate-down {
    opacity: 0;
    transform: translateY(50px);
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }

  .scroll-animate-down {
    transform: translateY(-50px);
  }

  .scroll-animate-up.scroll-visible {
    animation-name: fadeInUp;
  }

  .scroll-animate-down.scroll-visible {
    animation-name: fadeInDown;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }

    to {
      opacity: 4;
      transform: translateY(0);
    }
  }

  /* Scroll animation setup */
  .animate-top,
  .animate-bottom {
    opacity: 0;
    transition: all 1s ease;
  }

  .animate-top {
    transform: translateY(-60px);
  }

  .animate-bottom {
    transform: translateY(60px);
  }

  .active.animate-top,
  .active.animate-bottom {
    opacity: 1;
    transform: translateY(0);
  }

  .underlinesss {
    height: 3px;
    width: 0;
    background-color: #5e3b1d;
    margin-left: 110px;
    margin-right: 110px;
    transition: width 1s ease;
  }

  .underlinesss.active {
    width: 160px;
  }

  .testimonial-section .card {

    border-radius: 16px;
    border: 1px solid rgba(64, 101, 80, 0.60);
    background: #EEFFF5;

  }

  .main-header {
    color: var(--Title-Color-900, #101828);
    text-align: center;

    /* Heading/H2 */
    font-family: "Libertinus Math";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 60px */
  }

  .card-text img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20px;
    padding: 0%;

  }

  .card-text {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    background-color: #EEFFF5;
    text-align: left;
    border: none;

  }

  .identy h5 {
    color: #101828;
    font-family: "Libertinus Math";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    /* 30px */
  }

  .identy h6 {
    color: var(--Body-Color-Text-2, #667085);
    font-family: Parastoo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .stars {
    color: #ffc107;
    width: 70px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #000;

  }



  .right-project button {
    background: var(--Primary_CL, #406550);
    color: #FFF;
    font-family: Parastoo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 160px;
    height: 45px;
    border: none;
    margin-top: 10px;
  }

  .right-project button a {
    text-decoration: none;
    color: #fff;

  }

  .right-project .about-text {
    background-color: transparent;
    border: none;
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 130% */
  }

  .right-project .about-heading {
    color: var(--Neutral_FFF, #FFF);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .underlined {
    width: 180px;
    height: 3px;

    margin-bottom: 20px;
  }

  .underlined {
    width: 0px;
    height: 3px;
    background: var(--Accent_CL, #18B45B);
    /* Ya jo bhi color chahiye */
    animation: underlineGrowed 1s forwards;

  }

  @keyframes underlineGrowed {
    from {
      width: 0;
    }

    to {
      width: 150px;
    }
  }

      .footer {
    padding: 54px;
    background: var(--Primary_CL, #406550);
  }

  .footer h5 {
    color: var(--nutral-ffffff, #FFF);
    font-family: Parastoo;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    /* 39px */
  }

  .footer a {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    text-decoration: none;
    text-align: center;
  }
.address{
 align-items: center;
 justify-content: center;
}
  .footer p {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    background-color: transparent;
    border: none;
 text-align: center;
    padding: 0%;
  }
  .address{
    align-items: center;
    justify-content: center;
  }
    
.p{
  align-items: center;
  justify-content: center;
}
.lists{
  text-align: center;
}
  .footer h3 {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }

  .footer-bottom {
    border-top: 1px solid #89A16D;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;
    
  }
  .footer-bottom p{
    color: var(--Neutral_FFF, #FFF);
font-family: "Abhaya Libre";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
  }
  .footer-bottom a{
    color: var(--Neutral_FFF, #FFF);
font-family: "Abhaya Libre";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
  }

  .gallery-section {
    padding: 60px 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .gallery-title {
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    text-align: center;
  }

  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 120px;
    margin-right: 120px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 90px;
    }
  }

  .scroll-wrapper {
    display: flex;
    gap: 16px;
    animation: scrollX 60s linear infinite;
    width: max-content;
  }

  .bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
    width: 20%;
    height: 5%;
  }

  .bento-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;

  }

  .bento-item img,
  .bento-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 15s ease-in-out;

  }

  .bento-item:hover img,
  .bento-item:hover video {
    transform: scale(1.05);
  }

  /* Bento Sizes */
  .wide {
    grid-column: span 4;
  }

  .tall {
    grid-row: span 2;
  }

  .square {
    grid-column: span 2;
  }



  /* Auto-scroll animation */
  @keyframes scrollX {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }
  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrowess 1.2s ease forwards;
    transform-origin: left;
    margin-left: 180px;
    margin-right: 180px;
  }

  @keyframes underlineGrowess {
    from {
      width: 0;
    }

    to {
      width: 80px;
    }
  }
}

@media (min-width:576px) and (max-width:766.99px) {
  .navbar-custom {
    background-color: #fff;
    padding: 1rem 2rem;
  }

  .navbar-brand {
    color: var(--Primary_CL, #406550);
    font-family: "Libertinus Math";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

  .nav-link {
    color: var(--Primary_CL, #406550);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px;

  }

  .nav-link:hover,
  .nav-link.active {
    color: #1e3932;
  }

  .btn-custom {
    display: flex;
    width: 122px;
    height: 44px;
    align-items: center;
    background: var(--Primary_CL, #406550);

    color: #fff;
    padding: 8px 30px;
    border: none;
    border-radius: none;
  }

  .banner-bg {
    background-image: url(Images/Zerra_banner_1\ 2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .zerra-text {
    color: #FFF;
    font-family: "Libertinus Math";

    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;

  }

  .zerra-text {
    font-family: "Libertinus Math", serif;
    font-size: 160px;
    color: #406550;
    animation: fadeZoomIn 1.5s ease-out forwards;
    opacity: 0;
    color: #fff;
  }

  @keyframes fadeZoomIn {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  p {

    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.50);
    padding: 15px;
  }

  .highlight {
    color: var(--Accent_CL, #18B45B);
    font-family: Parastoo;
    font-size: 36.985px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .tagline {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.589px */
  }

  /* Highlight word animation */
  .highlight {
    display: inline-block;
    color: #4CAF50;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
  }

  /* Stagger the highlights */
  .highlight:nth-of-type(1) {
    animation-delay: 0.3s;
  }

  .highlight:nth-of-type(2) {
    animation-delay: 0.6s;
  }

  .highlight:nth-of-type(3) {
    animation-delay: 0.9s;
  }

  /* Keyframes */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .tagline {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease-in-out forwards;
    /* 57.589px */
  }

  /* Highlight word animation */
  .highlight {
    display: inline-block;
    color: #4CAF50;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
  }

  /* Stagger the highlights */
  .highlight:nth-of-type(1) {
    animation-delay: 0.3s;
  }

  .highlight:nth-of-type(2) {
    animation-delay: 0.6s;
  }

  .highlight:nth-of-type(3) {
    animation-delay: 0.9s;
  }

  /* Keyframes */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .both-container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .image-swap {
    display: grid;
    place-items: center;
    width: 70%;
    overflow: hidden;
    margin: 5px auto;
  }

  .image-swap img {
    grid-area: 1 / 1;
    transition: opacity 0.5s ease-in-out;
    width: 70%;
    height: auto;
    object-fit: cover;
  }

  .hover-img {
    opacity: 0;
  }

  .image-swap:hover .hover-img {
    opacity: 2;
  }

  .image-swap:hover .main-img {
    opacity: 1;
  }

  /* --- Scroll Animation --- */
  .animate-left,
  .animate-right {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .animate-left {
    transform: translateX(-100px);
  }

  .animate-right {
    transform: translateX(100px);
  }

  .scroll-in {
    opacity: 1;
    transform: translateX(0);
  }

  /* --- Additional Styles --- */
  .highlight-title {
    color: var(--Secondary_CL, #6B482C);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 81.25% */
    background-color: #fff;
    text-align: left;
    padding: 0%;
    margin: 0%;
  }

  .highlight-title img {
    width: 15px;
  }

  .about-heading {
    color: var(--Heading_Text_CL, #101828);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30spx;
    text-align: left;
  }

  .about-text {
    color: #1A1A33;
    margin-bottom: 20px;
    background-color: white;
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 130% */
    text-align: left;
    padding: 0%;
    margin: 0%;
  }

  .tagline-about {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    background-color: #fff;
    text-align: left;
    padding: 0%;
  }

  .underline {
    width: 100px;
    height: 2px;

    margin-bottom: 10px;
  }

  .underline {
    width: 100px;
    height: 2px;
    background-color: #6B482C;
    /* Ya jo bhi color chahiye */
    animation: underlineGroweed 1s forwards;
    margin-top: 10px;
  }

  @keyframes underlineGroweed {
    from {
      width: 0;
    }

    to {
      width: 80px;
    }
  }

  .about-text span {
    font-weight: 700;
  }

  .tagline-about .highlights:nth-child(1) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .tagline-about .highlights:nth-child(2) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .tagline-about .highlights:nth-child(3) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .animate {
    opacity: 0;
    width: 1964px;

    color: white;

    font-weight: 600;
    margin-top: 20px;

    border-radius: 5px;
    max-width: 100%;
    transform: translateY(100px);
    /* Start from bottom */

    transition:
      opacity 800ms linear 1ms,
      transform 800ms linear 1ms;
  }

  .animate.visible {
    opacity: 1;
    transform: translateY(0);
    /* Move upward */
  }

  .impact-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url(Images/Zerra_banner_1\ 2.png) lightgray no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .impact-title {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 96px */
    text-align: center;


  }

  .impact-card {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .card3 {
    border-right: none;
  }

  .plus-sign {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
  }

  .impact-card p {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    color: #F9FAFB;
    text-align: center;
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 33.6px */
    line-height: normal;
    background: transparent;
    border-top: none;
    border-bottom: none;
  }

  .underline-container {
    display: flex;
    justify-content: flex-start;
    /* Align to left */

    /* Optional: some spacing from edge */
  }

  .underlines {
    width: 0;
    height: 4px;
    background: #18B45B;
    animation: underlineGrowes 1.2s ease forwards;
    transform-origin: left;
    margin-left: 200px;
  }

  @keyframes underlineGrowes {
    from {
      width: 0;
    }

    to {
      width: 120px;
    }
  }

  .scroll-animate-down {
    text-align: center;
    margin-top: 40px;
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .underliness {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 300px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 160px;
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
  }

  .scroll-gallery {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll-left 60s linear infinite;
    gap: 15px;
  }

  .scroll-gallery img,
  .scroll-gallery video {

    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;

  }

  .scroll-gallery {
    display: inline-flex;

    animation: scroll-left 120s linear infinite;
  }

  .scroll-gallery img,
  .scroll-gallery video {
    height: 150px;
    width: auto;
    object-fit: cover;
    border-radius: 5px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /* Scroll animation styles */
  .scroll-animate-up,
  .scroll-animate-down {
    opacity: 0;
    transform: translateY(50px);
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }

  .scroll-animate-down {
    transform: translateY(-50px);
  }

  .scroll-animate-up.scroll-visible {
    animation-name: fadeInUp;
  }

  .scroll-animate-down.scroll-visible {
    animation-name: fadeInDown;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }

    to {
      opacity: 4;
      transform: translateY(0);
    }
  }

  /* Scroll animation setup */
  .animate-top,
  .animate-bottom {
    opacity: 0;
    transition: all 1s ease;
  }

  .animate-top {
    transform: translateY(-60px);
  }

  .animate-bottom {
    transform: translateY(60px);
  }

  .active.animate-top,
  .active.animate-bottom {
    opacity: 1;
    transform: translateY(0);
  }

  .underlinesss {
    height: 3px;
    width: 0;
    background-color: #5e3b1d;
    margin-left: 180px;
    margin-right: 180px;
    transition: width 1s ease;
  }

  .underlinesss.active {
    width: 170px;
  }

  .testimonial-section .card {

    border-radius: 16px;
    border: 1px solid rgba(64, 101, 80, 0.60);
    background: #EEFFF5;

  }

  .main-header {
    color: var(--Title-Color-900, #101828);
    text-align: center;

    /* Heading/H2 */
    font-family: "Libertinus Math";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 60px */
  }

  .card-text img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20px;
    padding: 0%;

  }

  .card-text {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    background-color: #EEFFF5;
    text-align: left;
    border: none;

  }

  .identy h5 {
    color: #101828;
    font-family: "Libertinus Math";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    /* 30px */
  }

  .identy h6 {
    color: var(--Body-Color-Text-2, #667085);
    font-family: Parastoo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .stars {
    color: #ffc107;
    width: 70px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #000;

  }

  body {
    margin: 0%;
    padding: 0%;
  }

  .right-project button {
    background: var(--Primary_CL, #406550);
    color: #FFF;
    font-family: Parastoo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 160px;
    height: 45px;
    border: none;
    margin-top: 10px;
  }

  .right-project button a {
    text-decoration: none;
    color: #fff;

  }

  .right-project .about-text {
    background-color: transparent;
    border: none;
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 130% */
  }

  .right-project .about-heading {
    color: var(--Neutral_FFF, #FFF);
    font-family: Parastoo;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .underlined {
    width: 180px;
    height: 3px;

    margin-bottom: 20px;
  }

  .underlined {
    width: 0px;
    height: 3px;
    background: var(--Accent_CL, #18B45B);
    /* Ya jo bhi color chahiye */
    animation: underlineGrowed 1s forwards;

  }

  @keyframes underlineGrowed {
    from {
      width: 0;
    }

    to {
      width: 150px;
    }
  }

  .footer {
    padding: 54px;
    background: var(--Primary_CL, #406550);
  }

  .p {
    align-items: center;
    justify-content: center;
  }

  .footer h5 {
    color: var(--nutral-ffffff, #FFF);
    font-family: Parastoo;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    /* 39px */
  }

  .footer a {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    text-decoration: none;
    text-align: center;
  }

  .address {
    align-items: center;
    justify-content: center;
  }

  .footer p {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    background-color: transparent;
    border: none;
    text-align: center;
    padding: 0%;
  }

  .lists {
    text-align: center;
  }

  .footer h3 {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }

  .footer-bottom {
    border-top: 1px solid #89A16D;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;

  }

  .footer-bottom p {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .footer-bottom a {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .gallery-section {
    padding: 60px 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .gallery-title {
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    text-align: center;
  }

  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 180px;
    margin-right: 180px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 180px;
    }
  }

  .scroll-wrapper {
    display: flex;
    gap: 20px;
    animation: scrollX 60s linear infinite;
    width: max-content;
  }

  .bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 200px;
    gap: 20px;
    width: 20%;
    height: 10%;
  }

  .bento-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .bento-item img,
  .bento-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 15s ease-in-out;

  }

  .bento-item:hover img,
  .bento-item:hover video {
    transform: scale(1.05);
  }

  /* Bento Sizes */
  .wide {
    grid-column: span 4;
  }

  .tall {
    grid-row: span 2;
  }

  .square {
    grid-column: span 2;
  }



  /* Auto-scroll animation */
  @keyframes scrollX {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }
  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrowess 1.2s ease forwards;
    transform-origin: left;
    margin-left: 220px;
    margin-right: 220px;
  }

  @keyframes underlineGrowess {
    from {
      width: 0;
    }

    to {
      width: 100px;
    }
  }
}

@media (min-width: 767px) and (max-width: 991.99px) {

  .navbar-custom {
    background-color: #fff;
    padding: 1rem 2rem;
  }

  .navbar-brand {
    color: var(--Primary_CL, #406550);
    font-family: "Libertinus Math";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

  .nav-link {
    color: var(--Primary_CL, #406550);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px;

  }

  .nav-link:hover,
  .nav-link.active {
    color: #1e3932;
  }

  .btn-custom {
    display: flex;
    width: 122px;
    height: 44px;
    align-items: center;
    background: var(--Primary_CL, #406550);

    color: #fff;
    padding: 8px 30px;
    border: none;
    border-radius: none;
  }

  .banner-bg {
    background-image: url(Images/Zerra_banner_1\ 2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .zerra-text {
    color: #FFF;
    font-family: "Libertinus Math";

    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;

  }

  .zerra-text {
    font-family: "Libertinus Math", serif;
    font-size: 190px;
    color: #406550;
    animation: fadeZoomIn 1.5s ease-out forwards;
    opacity: 0;
    color: #fff;
  }

  @keyframes fadeZoomIn {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  p {

    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.50);
    padding: 15px;
  }

  .highlight {
    color: var(--Accent_CL, #18B45B);
    font-family: Parastoo;
    font-size: 52.985px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .tagline {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 33.991px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.589px */
  }

  /* Highlight word animation */
  .highlight {
    display: inline-block;
    color: #4CAF50;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
  }

  /* Stagger the highlights */
  .highlight:nth-of-type(1) {
    animation-delay: 0.3s;
  }

  .highlight:nth-of-type(2) {
    animation-delay: 0.6s;
  }

  .highlight:nth-of-type(3) {
    animation-delay: 0.9s;
  }

  /* Keyframes */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .banner-bg {
    background-image: url('Images/Zerra_banner_1 2.png');
    /* 👈 your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  .zerra-text {
    font-size: 100px;
    font-weight: bold;
    transition: transform 0.3s ease, font-size 0.3s ease;
  }

  .tagline {
    font-size: 24px;
    margin-top: 20px;

    transition: transform 0.3s ease;

  }

  .highlight {
    color: #88d498;
    font-weight: bold;
  }

  /* Shrink on scroll */
  .shrink .zerra-text {
    font-size: 60px;
    transform: scale(0.9);
  }

  .shrink .tagline {
    transform: scale(0.9);
  }

  .banner-bg {
    background-image: url(Images/Zerra_banner_1\ 2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;

  }

  .zerra-text {
    color: #FFF;
    font-family: "Libertinus Math";
    font-size: 180px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;

  }

  .zerra-text {
    font-family: "Libertinus Math", serif;
    font-size: 130px;
    color: #406550;
    animation: fadeZoomIn 1.5s ease-out forwards;
    opacity: 0;
    color: #fff;
  }

  @keyframes fadeZoomIn {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  p {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 47.991px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.589px */
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.50);
    padding: 15px;
  }

  .highlight {
    color: var(--Accent_CL, #18B45B);
    font-family: Parastoo;
    font-size: 50.985px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .tagline {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 27.991px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease-in-out forwards;
    /* 57.589px */
  }

  /* Highlight word animation */
  .highlight {
    display: inline-block;
    color: #4CAF50;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
  }

  /* Stagger the highlights */
  .highlight:nth-of-type(1) {
    animation-delay: 0.3s;
  }

  .highlight:nth-of-type(2) {
    animation-delay: 0.6s;
  }

  .highlight:nth-of-type(3) {
    animation-delay: 0.9s;
  }

  /* Keyframes */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .both-container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .image-swap {
    display: grid;
    place-items: center;
    width: 80%;
    overflow: hidden;
    margin: 10px auto;
  }

  .image-swap img {
    grid-area: 1 / 1;
    transition: opacity 0.5s ease-in-out;
    width: 80%;
    height: auto;
    object-fit: cover;
  }

  .hover-img {
    opacity: 0;
  }

  .image-swap:hover .hover-img {
    opacity: 2;
  }

  .image-swap:hover .main-img {
    opacity: 1;
  }

  /* --- Scroll Animation --- */
  .animate-left,
  .animate-right {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .animate-left {
    transform: translateX(-100px);
  }

  .animate-right {
    transform: translateX(100px);
  }

  .scroll-in {
    opacity: 1;
    transform: translateX(0);
  }

  /* --- Additional Styles --- */
  .highlight-title {
    color: var(--Secondary_CL, #6B482C);
    font-family: Parastoo;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 81.25% */
    background-color: #fff;
    text-align: left;
    padding: 0%;
    margin: 0%;
  }

  .highlight-title img {
    width: 18px;
  }

  .about-heading {
    color: var(--Heading_Text_CL, #101828);
    font-family: Parastoo;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30spx;
    text-align: left;
  }

  .about-text {
    color: #1A1A33;
    margin-bottom: 20px;
    background-color: white;
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 130% */
    text-align: left;
    padding: 0%;
    margin: 0%;
  }

  .tagline-about {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    background-color: #fff;
    text-align: left;
    padding: 0%;
  }

  .underline {
    width: 130px;
    height: 2px;

    margin-bottom: 10px;
  }

  .underline {
    width: 130px;
    height: 2px;
    background-color: #6B482C;
    /* Ya jo bhi color chahiye */
    animation: underlineGroweed 1s forwards;
    margin-top: 10px;
  }

  @keyframes underlineGroweed {
    from {
      width: 0;
    }

    to {
      width: 100px;
    }
  }

  .about-text span {
    font-weight: 700;
  }

  .tagline-about .highlights:nth-child(1) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .tagline-about .highlights:nth-child(2) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .tagline-about .highlights:nth-child(3) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .animate {
    opacity: 0;
    width: 1964px;

    color: white;

    font-weight: 600;
    margin-top: 20px;

    border-radius: 5px;
    max-width: 100%;
    transform: translateY(100px);
    /* Start from bottom */

    transition:
      opacity 800ms linear 1ms,
      transform 800ms linear 1ms;
  }

  .animate.visible {
    opacity: 1;
    transform: translateY(0);
    /* Move upward */
  }

  .impact-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url(Images/Zerra_banner_1\ 2.png) lightgray no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .impact-title {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 96px */
    text-align: center;


  }

  .impact-card {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .card2 {
    border-right: none;
  }

  .plus-sign {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
  }

  .impact-card p {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    color: #F9FAFB;
    text-align: center;
    font-family: "Abhaya Libre";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 33.6px */
    line-height: normal;
    background: transparent;
    border-top: none;
    border-bottom: none;
  }

  .underline-container {
    display: flex;
    justify-content: flex-start;
    /* Align to left */

    /* Optional: some spacing from edge */
  }

  .underlines {
    width: 0;
    height: 4px;
    background: #18B45B;
    animation: underlineGrowes 1.2s ease forwards;
    transform-origin: left;
    margin-left: 276px;
  }

  @keyframes underlineGrowes {
    from {
      width: 0;
    }

    to {
      width: 150px;
    }
  }

  .scroll-animate-down {
    text-align: center;
    margin-top: 40px;
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .underliness {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 400px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 180px;
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
  }

  .scroll-gallery {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll-left 60s linear infinite;
    gap: 15px;
  }

  .scroll-gallery img,
  .scroll-gallery video {

    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;

  }

  .scroll-gallery {
    display: inline-flex;

    animation: scroll-left 120s linear infinite;
  }

  .scroll-gallery img,
  .scroll-gallery video {
    height: 150px;
    width: auto;
    object-fit: cover;
    border-radius: 5px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /* Scroll animation styles */
  .scroll-animate-up,
  .scroll-animate-down {
    opacity: 0;
    transform: translateY(50px);
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }

  .scroll-animate-down {
    transform: translateY(-50px);
  }

  .scroll-animate-up.scroll-visible {
    animation-name: fadeInUp;
  }

  .scroll-animate-down.scroll-visible {
    animation-name: fadeInDown;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }

    to {
      opacity: 4;
      transform: translateY(0);
    }
  }

  /* Scroll animation setup */
  .animate-top,
  .animate-bottom {
    opacity: 0;
    transition: all 1s ease;
  }

  .animate-top {
    transform: translateY(-60px);
  }

  .animate-bottom {
    transform: translateY(60px);
  }

  .active.animate-top,
  .active.animate-bottom {
    opacity: 1;
    transform: translateY(0);
  }

  .underlinesss {
    height: 3px;
    width: 0;
    background-color: #5e3b1d;
    margin-left: 270px;
    margin-right: 270px;
    transition: width 1s ease;
  }

  .underlinesss.active {
    width: 170px;
  }

  .testimonial-section .card {

    border-radius: 16px;
    border: 1px solid rgba(64, 101, 80, 0.60);
    background: #EEFFF5;

  }

  .main-header {
    color: var(--Title-Color-900, #101828);
    text-align: center;

    /* Heading/H2 */
    font-family: "Libertinus Math";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 60px */
  }

  .card-text img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20px;
    padding: 0%;

  }

  .card-text {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    background-color: #EEFFF5;
    text-align: left;
    border: none;

  }

  .identy h5 {
    color: #101828;
    font-family: "Libertinus Math";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    /* 30px */
  }

  .identy h6 {
    color: var(--Body-Color-Text-2, #667085);
    font-family: Parastoo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .stars {
    color: #ffc107;
    width: 70px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #000;

  }

  body {
    margin: 0%;
    padding: 0%;
  }

  .right-project button {
    background: var(--Primary_CL, #406550);
    color: #FFF;
    font-family: Parastoo;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 160px;
    height: 45px;
    border: none;
    margin-top: 10px;
  }

  .right-project button a {
    text-decoration: none;
    color: #fff;

  }

  .right-project .about-text {
    background-color: transparent;
    border: none;
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 130% */
  }

  .right-project .about-heading {
    color: var(--Neutral_FFF, #FFF);
    font-family: Parastoo;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .underlined {
    width: 180px;
    height: 3px;

    margin-bottom: 20px;
  }

  .underlined {
    width: 0px;
    height: 3px;
    background: var(--Accent_CL, #18B45B);
    /* Ya jo bhi color chahiye */
    animation: underlineGrowed 1s forwards;

  }

  @keyframes underlineGrowed {
    from {
      width: 0;
    }

    to {
      width: 180px;
    }
  }

  .footer {
    padding: 50px 100px 50px 100px;
    background: var(--Primary_CL, #406550);
  }

  .address {
    padding-left: 10px;
  }

  .links {
    padding-left: 40px;
  }

  .footer h5 {
    color: var(--nutral-ffffff, #FFF);
    font-family: Parastoo;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 39px */
  }

  .footer a {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    text-decoration: none;
  }

  .footer p {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0%;
  }

  .footer h3 {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .footer-bottom {
    border-top: 1px solid #89A16D;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;

  }

  .footer-bottom p {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .footer-bottom a {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .gallery-section {
    padding: 60px 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .gallery-title {
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    text-align: center;
  }

  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 300px;
    margin-right: 300px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 180px;
    }
  }

  .scroll-wrapper {
    display: flex;
    gap: 40px;
    animation: scrollX 60s linear infinite;
    width: max-content;
  }

  .bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 200px;
    gap: 20px;
    width: 30%;
    height: 20%;
  }

  .bento-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .bento-item img,
  .bento-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 15s ease-in-out;

  }

  .bento-item:hover img,
  .bento-item:hover video {
    transform: scale(1.05);
  }

  /* Bento Sizes */
  .wide {
    grid-column: span 4;
  }

  .tall {
    grid-row: span 2;
  }

  .square {
    grid-column: span 2;
  }



  /* Auto-scroll animation */
  @keyframes scrollX {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrowess 1.2s ease forwards;
    transform-origin: left;
    margin-left: 290px;
    margin-right: 290px;
  }

  @keyframes underlineGrowess {
    from {
      width: 0;
    }

    to {
      width: 160px;
    }
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-custom {
    background-color: #fff;
    padding: 1rem 2rem;
  }

  .navbar-brand {
    color: var(--Primary_CL, #406550);
    font-family: "Libertinus Math";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

  .nav-link {
    color: var(--Primary_CL, #406550);
    font-family: Parastoo;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px;

  }

  .nav-link:hover,
  .nav-link.active {
    color: #1e3932;
  }

  .btn-custom {
    display: flex;
    width: 122px;
    height: 44px;
    align-items: center;
    background: var(--Primary_CL, #406550);

    color: #fff;
    padding: 8px 30px;
    border: none;
    border-radius: none;
  }

  .banner-bg {
    background-image: url('Images/Zerra_banner_1 2.png');
    /* 👈 your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  .zerra-text {
    font-size: 100px;
    font-weight: bold;
    transition: transform 0.3s ease, font-size 0.3s ease;
  }

  .tagline {
    font-size: 24px;
    margin-top: 20px;

    transition: transform 0.3s ease;

  }

  .highlight {
    color: #88d498;
    font-weight: bold;
  }

  /* Shrink on scroll */
  .shrink .zerra-text {
    font-size: 60px;
    transform: scale(0.9);
  }

  .shrink .tagline {
    transform: scale(0.9);
  }

  .banner-bg {
    background-image: url(Images/Zerra_banner_1\ 2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;

  }

  .zerra-text {
    color: #FFF;
    font-family: "Libertinus Math";
    font-size: 180px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;

  }

  .zerra-text {
    font-family: "Libertinus Math", serif;
    font-size: 180px;
    color: #406550;
    animation: fadeZoomIn 1.5s ease-out forwards;
    opacity: 0;
    color: #fff;
  }

  @keyframes fadeZoomIn {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  p {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 47.991px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.589px */
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.50);
    padding: 15px;
  }

  .highlight {
    color: var(--Accent_CL, #18B45B);
    font-family: Parastoo;
    font-size: 60.985px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .tagline {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 37.991px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease-in-out forwards;
    /* 57.589px */
  }

  /* Highlight word animation */
  .highlight {
    display: inline-block;
    color: #4CAF50;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
  }

  /* Stagger the highlights */
  .highlight:nth-of-type(1) {
    animation-delay: 0.3s;
  }

  .highlight:nth-of-type(2) {
    animation-delay: 0.6s;
  }

  .highlight:nth-of-type(3) {
    animation-delay: 0.9s;
  }

  /* Keyframes */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .image-swap {
    display: grid;
    place-items: center;
    width: 100%;
    overflow: hidden;
  }

  .image-swap img {
    grid-area: 1 / 1;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .hover-img {
    opacity: 0;
  }

  .image-swap:hover .hover-img {
    opacity: 2;
  }

  .image-swap:hover .main-img {
    opacity: 1;
  }

  /* --- Scroll Animation --- */
  .animate-left,
  .animate-right {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .animate-left {
    transform: translateX(-100px);
  }

  .animate-right {
    transform: translateX(100px);
  }

  .scroll-in {
    opacity: 1;
    transform: translateX(0);
  }

  /* --- Additional Styles --- */
  .highlight-title {
    color: var(--Secondary_CL, #6B482C);
    font-family: Parastoo;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 81.25% */
    background-color: #fff;
    text-align: left;
    padding: 0%;
    margin: 0%;
  }

  .highlight-title img {
    width: 15px;
  }

  .about-heading {
    color: var(--Heading_Text_CL, #101828);
    font-family: Parastoo;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
  }

  .about-text {
    color: #1A1A33;
    margin-bottom: 20px;
    background-color: white;
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 130% */
    text-align: left;
    padding: 0%;
    margin: 0%;
  }

  .tagline-about {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    background-color: #fff;
    text-align: left;
    padding: 0%;
  }

  .underline {
    width: 250px;
    height: 2px;

    margin-bottom: 10px;
  }

  .underline {
    width: 250px;
    height: 2px;
    background-color: #6B482C;
    /* Ya jo bhi color chahiye */
    animation: underlineGroweed 1s forwards;
    margin-top: 10px;
  }

  @keyframes underlineGroweed {
    from {
      width: 0;
    }

    to {
      width: 76px;
    }
  }

  .about-text span {
    font-weight: 700;
  }

  .tagline-about .highlights:nth-child(1) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .tagline-about .highlights:nth-child(2) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .tagline-about .highlights:nth-child(3) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .animate {
    opacity: 0;
    width: 1964px;

    color: white;

    font-weight: 600;
    margin-top: 20px;

    border-radius: 5px;
    max-width: 100%;
    transform: translateY(100px);
    /* Start from bottom */

    transition:
      opacity 800ms linear 1ms,
      transform 800ms linear 1ms;
  }

  .animate.visible {
    opacity: 1;
    transform: translateY(0);
    /* Move upward */
  }

  .impact-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url(Images/Zerra_banner_1\ 2.png) lightgray no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .impact-title {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 96px */
    text-align: center;


  }

  .impact-card {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .card1 {
    border-right: none;
  }

  .plus-sign {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
  }

  .impact-card p {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    color: #F9FAFB;
    text-align: center;
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 33.6px */
    line-height: normal;
    background: transparent;
    border-top: none;
    border-bottom: none;
  }

  .underline-container {
    display: flex;
    justify-content: flex-start;
    /* Align to left */

    /* Optional: some spacing from edge */
  }

  .underlines {
    width: 0;
    height: 4px;
    background: #18B45B;
    animation: underlineGrowes 1.2s ease forwards;
    transform-origin: left;
    margin-left: 380px;
    margin-right: 380px;
  }

  @keyframes underlineGrowes {
    from {
      width: 0;
    }

    to {
      width: 180px;
    }
  }

  .scroll-animate-down {
    text-align: center;
    margin-top: 40px;
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .underliness {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 490px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 200px;
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
  }

  .scroll-gallery {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll-left 60s linear infinite;
    gap: 15px;
  }

  .scroll-gallery img,
  .scroll-gallery video {

    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;

  }

  .scroll-gallery {
    display: inline-flex;

    animation: scroll-left 120s linear infinite;
  }

  .scroll-gallery img,
  .scroll-gallery video {
    height: 150px;
    width: auto;
    object-fit: cover;
    border-radius: 5px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /* Scroll animation styles */
  .scroll-animate-up,
  .scroll-animate-down {
    opacity: 0;
    transform: translateY(50px);
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }

  .scroll-animate-down {
    transform: translateY(-50px);
  }

  .scroll-animate-up.scroll-visible {
    animation-name: fadeInUp;
  }

  .scroll-animate-down.scroll-visible {
    animation-name: fadeInDown;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }

    to {
      opacity: 4;
      transform: translateY(0);
    }
  }

  /* Scroll animation setup */
  .animate-top,
  .animate-bottom {
    opacity: 0;
    transition: all 1s ease;
  }

  .animate-top {
    transform: translateY(-60px);
  }

  .animate-bottom {
    transform: translateY(60px);
  }

  .active.animate-top,
  .active.animate-bottom {
    opacity: 1;
    transform: translateY(0);
  }

  .underlinesss {
    height: 3px;
    width: 0;
    background-color: #5e3b1d;
    margin-left: 380px;
    margin-right: 380px;
    transition: width 1s ease;
  }

  .underlinesss.active {
    width: 190px;
  }

  .testimonial-section .card {

    border-radius: 16px;
    border: 1px solid rgba(64, 101, 80, 0.60);
    background: #EEFFF5;

  }

  .main-header {
    color: var(--Title-Color-900, #101828);
    text-align: center;

    /* Heading/H2 */
    font-family: "Libertinus Math";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 60px */
  }

  .card-text img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30px;
    padding: 0%;

  }

  .card-text {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    background-color: #EEFFF5;
    text-align: left;
    border: none;

  }

  .identy h5 {
    color: #101828;
    font-family: "Libertinus Math";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    /* 30px */
  }

  .identy h6 {
    color: var(--Body-Color-Text-2, #667085);
    font-family: Parastoo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .stars {
    color: #ffc107;
    width: 90px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #000;

  }

  body {
    margin: 0%;
    padding: 0%;
  }

  .right-project button {
    background: var(--Primary_CL, #406550);
    color: #FFF;
    font-family: Parastoo;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 160px;
    height: 45px;
    border: none;
    margin-top: 10px;
  }

  .right-project button a {
    text-decoration: none;
    color: #fff;

  }

  .right-project .about-text {
    background-color: transparent;
    border: none;
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 130% */
  }

  .right-project .about-heading {
    color: var(--Neutral_FFF, #FFF);
    font-family: Parastoo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .right-project {
    margin-top: 20px;
  }

  .underlined {
    width: 180px;
    height: 3px;

    margin-bottom: 20px;
  }

  .underlined {
    width: 180px;
    height: 3px;
    background: var(--Accent_CL, #18B45B);
    /* Ya jo bhi color chahiye */
    animation: underlineGrowed 1s forwards;

  }

  @keyframes underlineGrowed {
    from {
      width: 0;
    }

    to {
      width: 280px;
    }
  }

  .footer {
    padding: 50px 150px 50px 150px;
    background: var(--Primary_CL, #406550);
  }

  .address {
    padding-left: 80px;
  }

  .links {
    padding-left: 150px;
  }

  .footer h5 {
    color: var(--nutral-ffffff, #FFF);
    font-family: Parastoo;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 39px */
  }

  .footer a {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    text-decoration: none;
  }

  .footer p {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0%;
  }

  .footer h3 {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .footer-bottom {
    border-top: 1px solid #89A16D;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;

  }

  .footer-bottom p {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .footer-bottom a {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .gallery-section {
    padding: 60px 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .gallery-title {
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    text-align: center;
  }


  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 400px;
    margin-right: 400px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 180px;
    }
  }

  .scroll-wrapper {
    display: flex;
    gap: 40px;
    animation: scrollX 60s linear infinite;
    width: max-content;
  }

  .bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 200px;
    gap: 20px;
    width: 40%;
  }

  .bento-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .bento-item img,
  .bento-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 15s ease-in-out;

  }

  .bento-item:hover img,
  .bento-item:hover video {
    transform: scale(1.05);
  }

  /* Bento Sizes */
  .wide {
    grid-column: span 4;
  }

  .tall {
    grid-row: span 2;
  }

  .square {
    grid-column: span 2;
  }



  /* Auto-scroll animation */
  @keyframes scrollX {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrowess 1.2s ease forwards;
    transform-origin: left;
    margin-left: 420px;
    margin-right: 420px;
  }

  @keyframes underlineGrowess {
    from {
      width: 0;
    }

    to {
      width: 150px;
    }
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {


  .navbar-custom {
    background-color: #fff;
    padding: 0.5rem 2rem;
  }

  .navbar-brand {
    color: var(--Primary_CL, #406550);
    font-family: "Libertinus Math";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

  .nav-link {
    color: var(--Primary_CL, #406550);
    font-family: Parastoo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px;

  }

  .nav-link:hover,
  .nav-link.active {
    color: #1e3932;
  }

  .btn-custom {
    display: flex;
    width: 120px;
    height: 44px;
    align-items: center;
    background: var(--Primary_CL, #406550);

    color: #fff;
    padding: 8px 25px;
    border: none;
    border-radius: none;
  }

  .banner-bg {
    background-image: url('Images/Zerra_banner_1 2.png');
    /* 👈 your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  .zerra-text {
    font-size: 100px;
    font-weight: bold;
    transition: transform 0.3s ease, font-size 0.3s ease;
  }

  .tagline {
    font-size: 24px;
    margin-top: 20px;

    transition: transform 0.3s ease;

  }

  .highlight {
    color: #88d498;
    font-weight: bold;
  }

  /* Shrink on scroll */
  .shrink .zerra-text {
    font-size: 60px;
    transform: scale(0.9);
  }

  .shrink .tagline {
    transform: scale(0.9);
  }

  .banner-bg {
    background-image: url(Images/Zerra_banner_1\ 2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;

  }

  .zerra-text {
    color: #FFF;
    font-family: "Libertinus Math";
    font-size: 180px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;

  }

  .zerra-text {
    font-family: "Libertinus Math", serif;
    font-size: 180px;
    color: #406550;
    animation: fadeZoomIn 1.5s ease-out forwards;
    opacity: 0;
    color: #fff;
  }

  @keyframes fadeZoomIn {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  p {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 47.991px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.589px */
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.50);
    padding: 15px;
  }

  .highlight {
    color: var(--Accent_CL, #18B45B);
    font-family: Parastoo;
    font-size: 60.985px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .tagline {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 37.991px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease-in-out forwards;
    /* 57.589px */
  }

  /* Highlight word animation */
  .highlight {
    display: inline-block;
    color: #4CAF50;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
  }

  /* Stagger the highlights */
  .highlight:nth-of-type(1) {
    animation-delay: 0.3s;
  }

  .highlight:nth-of-type(2) {
    animation-delay: 0.6s;
  }

  .highlight:nth-of-type(3) {
    animation-delay: 0.9s;
  }

  /* Keyframes */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .image-swap {
    display: grid;
    place-items: center;
    width: 100%;
    overflow: hidden;
  }

  .image-swap img {
    grid-area: 1 / 1;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .hover-img {
    opacity: 0;
  }

  .image-swap:hover .hover-img {
    opacity: 2;
  }

  .image-swap:hover .main-img {
    opacity: 1;
  }

  /* --- Scroll Animation --- */
  .animate-left,
  .animate-right {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .animate-left {
    transform: translateX(-100px);
  }

  .animate-right {
    transform: translateX(100px);
  }

  .scroll-in {
    opacity: 1;
    transform: translateX(0);
  }

  /* --- Additional Styles --- */
  .highlight-title {
    color: var(--Secondary_CL, #6B482C);
    font-family: Parastoo;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 81.25% */
    background-color: #fff;
    text-align: left;
    padding: 0%;
  }

  .about-heading {
    color: var(--Heading_Text_CL, #101828);
    font-family: Parastoo;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
  }

  .about-text {
    color: #1A1A33;
    margin-bottom: 20px;
    background-color: white;
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 130% */
    text-align: left;
    padding: 0%;
    margin: 0%;
  }

  .tagline-about {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    background-color: #fff;
    text-align: left;
    padding: 0%;
  }

  .underline {
    width: 250px;
    height: 2px;

    margin-bottom: 20px;
  }

  .underline {
    width: 250px;
    height: 2px;
    background-color: #6B482C;
    /* Ya jo bhi color chahiye */
    animation: underlineGroweed 1s forwards;
    margin-top: 10px;
  }

  @keyframes underlineGroweed {
    from {
      width: 0;
    }

    to {
      width: 90px;
    }
  }

  .about-text span {
    font-weight: 700;
  }

  .tagline-about .highlights:nth-child(1) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .tagline-about .highlights:nth-child(2) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .tagline-about .highlights:nth-child(3) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .animate {
    opacity: 0;
    width: 1964px;

    color: white;

    font-weight: 600;
    margin-top: 20px;

    border-radius: 5px;
    max-width: 100%;
    transform: translateY(100px);
    /* Start from bottom */

    transition:
      opacity 800ms linear 1ms,
      transform 800ms linear 1ms;
  }

  .animate.visible {
    opacity: 1;
    transform: translateY(0);
    /* Move upward */
  }


  .impact-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url(Images/Zerra_banner_1\ 2.png) lightgray no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .impact-title {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 96px */
    text-align: center;


  }

  .impact-card {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .card1 {
    border-right: none;
  }

  .plus-sign {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
  }

  .impact-card p {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    color: #F9FAFB;
    text-align: center;
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 33.6px */
    line-height: normal;
    background: transparent;
    border-top: none;
    border-bottom: none;
  }

  .underline-container {
    display: flex;
    justify-content: flex-start;
    /* Align to left */

    /* Optional: some spacing from edge */
  }

  .underlines {
    width: 0;
    height: 4px;
    background: #18B45B;
    animation: underlineGrowes 1.2s ease forwards;
    transform-origin: left;
    margin-left: 470px;
    margin-right: 470px;
  }

  @keyframes underlineGrowes {
    from {
      width: 0;
    }

    to {
      width: 180px;
    }
  }

  .scroll-animate-down {
    text-align: center;
    margin-top: 40px;
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .underliness {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 520px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 200px;
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
  }

  .scroll-gallery {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll-left 60s linear infinite;
    gap: 15px;
  }

  .scroll-gallery img,
  .scroll-gallery video {

    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;

  }

  .scroll-gallery {
    display: inline-flex;

    animation: scroll-left 120s linear infinite;
  }

  .scroll-gallery img,
  .scroll-gallery video {
    height: 150px;
    width: auto;
    object-fit: cover;
    border-radius: 5px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /* Scroll animation styles */
  .scroll-animate-up,
  .scroll-animate-down {
    opacity: 0;
    transform: translateY(50px);
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }

  .scroll-animate-down {
    transform: translateY(-50px);
  }

  .scroll-animate-up.scroll-visible {
    animation-name: fadeInUp;
  }

  .scroll-animate-down.scroll-visible {
    animation-name: fadeInDown;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }

    to {
      opacity: 4;
      transform: translateY(0);
    }
  }

  /* Scroll animation setup */
  .animate-top,
  .animate-bottom {
    opacity: 0;
    transition: all 1s ease;
  }

  .animate-top {
    transform: translateY(-60px);
  }

  .animate-bottom {
    transform: translateY(60px);
  }

  .active.animate-top,
  .active.animate-bottom {
    opacity: 1;
    transform: translateY(0);
  }

  .underlinesss {
    height: 3px;
    width: 0;
    background-color: #5e3b1d;
    margin-left: 450px;
    margin-right: 450px;
    transition: width 1s ease;
  }

  .underlinesss.active {
    width: 220px;
  }

  .main-header {
    color: var(--Title-Color-900, #101828);
    text-align: center;

    /* Heading/H2 */
    font-family: "Libertinus Math";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 60px */
  }

  .testimonial-section .card {

    border-radius: 16px;
    border: 1px solid rgba(64, 101, 80, 0.60);
    background: #EEFFF5;

  }

  .card-text img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30px;
    padding: 0%;

  }

  .card-text {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    background-color: #EEFFF5;
    text-align: left;
    border: none;

  }

  .identy h5 {
    color: #101828;
    font-family: "Libertinus Math";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 30px */
  }

  .identy h6 {
    color: var(--Body-Color-Text-2, #667085);
    font-family: Parastoo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .stars {
    color: #ffc107;
    width: 100px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #000;

  }

  body {
    margin: 0%;
    padding: 0%;
  }

  .right-project button {
    background: var(--Primary_CL, #406550);
    color: #FFF;
    font-family: Parastoo;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 160px;
    height: 45px;
    border: none;
    margin-top: 10px;
  }

  .right-project button a {
    text-decoration: none;
    color: #fff;

  }

  .right-project .about-text {
    background-color: transparent;
    border: none;
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 130% */
  }

  .right-project .about-heading {
    color: var(--Neutral_FFF, #FFF);
    font-family: Parastoo;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .right-project {
    margin-top: 50px;
  }

  .underlined {
    width: 180px;
    height: 3px;

    margin-bottom: 20px;
  }

  .underlined {
    width: 180px;
    height: 3px;
    background: var(--Accent_CL, #18B45B);
    /* Ya jo bhi color chahiye */
    animation: underlineGrowed 1s forwards;

  }

  @keyframes underlineGrowed {
    from {
      width: 0;
    }

    to {
      width: 280px;
    }
  }

  .footer {
    padding: 50px 150px 50px 150px;
    background: var(--Primary_CL, #406550);
  }

  .address {
    padding-left: 110px;
  }

  .links {
    padding-left: 180px;
  }

  .footer h5 {
    color: var(--nutral-ffffff, #FFF);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 39px */
  }

  .footer a {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    text-decoration: none;
  }

  .footer p {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0%;
  }

  .footer h3 {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .footer-bottom {
    border-top: 1px solid #89A16D;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;

  }

  .footer-bottom p {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .footer-bottom a {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }


  .gallery-section {
    padding: 60px 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .gallery-title {
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    text-align: center;
  }

  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 500px;
    margin-right: 500px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 180px;
    }
  }

  .scroll-wrapper {
    display: flex;
    gap: 40px;
    animation: scrollX 60s linear infinite;
    width: max-content;
  }

  .bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 200px;
    gap: 20px;
    width: 40%;
  }

  .bento-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .bento-item img,
  .bento-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 15s ease-in-out;

  }

  .bento-item:hover img,
  .bento-item:hover video {
    transform: scale(1.05);
  }

  /* Bento Sizes */
  .wide {
    grid-column: span 4;
  }

  .tall {
    grid-row: span 2;
  }

  .square {
    grid-column: span 2;
  }



  /* Auto-scroll animation */
  @keyframes scrollX {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrowess 1.2s ease forwards;
    transform-origin: left;
    margin-left: 570px;
    margin-right: 570px;
  }

  @keyframes underlineGrowess {
    from {
      width: 0;
    }

    to {
      width: 150px;
    }
  }
}

@media (min-width: 1400px) {
  .navbar-custom {
    background-color: #fff;
    padding: 1rem 2rem;
  }

  .navbar-brand {
    color: var(--Primary_CL, #406550);
    font-family: "Libertinus Math";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

  .nav-link {
    color: var(--Primary_CL, #406550);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px;

  }

  .nav-link:hover,
  .nav-link.active {
    color: #1e3932;
  }

  .btn-custom {
    display: flex;
    width: 122px;
    height: 44px;
    align-items: center;
    background: var(--Primary_CL, #406550);

    color: #fff;
    padding: 8px 30px;
    border: none;
    border-radius: none;
  }

  .banner-bg {
    background-image: url('Images/Zerra_banner_1 2.png');
    /* 👈 your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  .zerra-text {
    font-size: 100px;
    font-weight: bold;
    transition: transform 0.3s ease, font-size 0.3s ease;
  }

  .tagline {
    font-size: 24px;
    margin-top: 20px;

    transition: transform 0.3s ease;

  }

  .highlight {
    color: #88d498;
    font-weight: bold;
  }

  /* Shrink on scroll */
  .shrink .zerra-text {
    font-size: 60px;
    transform: scale(0.9);
  }

  .shrink .tagline {
    transform: scale(0.9);
  }

  .banner-bg {
    background-image: url(Images/Zerra_banner_1\ 2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 130px;
    padding-top: 130px;

  }

  .zerra-text {
    color: #FFF;
    font-family: "Libertinus Math";
    font-size: 247.204px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;

  }

  .zerra-text {
    font-family: "Libertinus Math", serif;
    font-size: 247px;
    color: #406550;
    animation: fadeZoomIn 1.5s ease-out forwards;
    opacity: 0;
    color: #fff;
  }

  @keyframes fadeZoomIn {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  p {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 47.991px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.589px */
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.50);
    padding: 15px;
  }

  .highlight {
    color: var(--Accent_CL, #18B45B);
    font-family: Parastoo;
    font-size: 75.985px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .tagline {
    color: #FFF;
    text-align: center;
    font-family: Parastoo;
    font-size: 47.991px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease-in-out forwards;
    /* 57.589px */
  }

  /* Highlight word animation */
  .highlight {
    display: inline-block;
    color: #4CAF50;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
  }

  /* Stagger the highlights */
  .highlight:nth-of-type(1) {
    animation-delay: 0.3s;
  }

  .highlight:nth-of-type(2) {
    animation-delay: 0.6s;
  }

  .highlight:nth-of-type(3) {
    animation-delay: 0.9s;
  }

  /* Keyframes */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .image-swap {
    display: grid;
    place-items: center;
    width: 100%;
    overflow: hidden;
  }

  .image-swap img {
    grid-area: 1 / 1;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .hover-img {
    opacity: 0;
  }

  .image-swap:hover .hover-img {
    opacity: 2;
  }

  .image-swap:hover .main-img {
    opacity: 1;
  }

  /* --- Scroll Animation --- */
  .animate-left,
  .animate-right {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .animate-left {
    transform: translateX(-100px);
  }

  .animate-right {
    transform: translateX(100px);
  }

  .scroll-in {
    opacity: 1;
    transform: translateX(0);
  }

  /* --- Additional Styles --- */
  .highlight-title {
    color: var(--Secondary_CL, #6B482C);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 81.25% */
    background-color: #fff;
    text-align: left;
    padding: 0%;
  }

  .about-heading {
    color: var(--Heading_Text_CL, #101828);
    font-family: Parastoo;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
  }

  .about-text {
    color: #1A1A33;
    margin-bottom: 20px;
    background-color: white;
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 130% */
    text-align: left;
    padding: 0%;
    margin-left: 0%;
  }

  .tagline-about {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    background-color: #fff;
    text-align: left;
    padding: 0%;
  }

  .underline {
    width: 100px;
    height: 3px;

    margin-bottom: 20px;
  }

  .underline {
    width: 100px;
    height: 3px;
    background-color: #6B482C;
    /* Ya jo bhi color chahiye */
    animation: underlineGroweed 1s forwards;

  }

  @keyframes underlineGroweed {
    from {
      width: 0;
    }

    to {
      width: 120px;
    }
  }

  .about-text span {
    font-weight: 700;
  }

  .tagline-about .highlights:nth-child(1) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .tagline-about .highlights:nth-child(2) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .tagline-about .highlights:nth-child(3) {
    color: var(--Accent_CL, #18B45B);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .animate {
    opacity: 0;
    width: 1964px;

    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 20px;

    border-radius: 5px;
    max-width: 100%;
    transform: translateY(100px);
    /* Start from bottom */

    transition:
      opacity 800ms linear 1ms,
      transform 800ms linear 1ms;
  }

  .animate.visible {
    opacity: 1;
    transform: translateY(0);
    /* Move upward */
  }

  .impact-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url(Images/Zerra_banner_1\ 2.png) lightgray no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .impact-title {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";

    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 96px */
    text-align: center;


  }

  .impact-card {
    color: #FFF;

    /* Heading/H3 */
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .card1 {
    border-right: none;
  }

  .plus-sign {
    font-size: 2rem;
    margin-left: 4px;
  }

  .impact-card p {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    color: #F9FAFB;
    text-align: center;
    font-family: "Abhaya Libre";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 33.6px */
    line-height: normal;
    background: transparent;
    border-top: none;
    border-bottom: none;
  }

  .underline-container {
    display: flex;
    justify-content: flex-start;
    /* Align to left */

    /* Optional: some spacing from edge */
  }

  .underlines {
    width: 0;
    height: 4px;
    background: #18B45B;
    animation: underlineGrowes 1.2s ease forwards;
    transform-origin: left;
    margin-left: 540px;
    margin-right: 540px;
  }

  @keyframes underlineGrowes {
    from {
      width: 0;
    }

    to {
      width: 220px;
    }
  }


  .gallery-section {
    padding: 60px 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .gallery-title {
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    text-align: center;
  }


  .gallery-underline {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrowess 1.2s ease forwards;
    transform-origin: left;
    margin-left: 630px;
    margin-right: 630px;
  }

  @keyframes underlineGrowess {
    from {
      width: 0;
    }

    to {
      width: 160px;
    }
  }

  .scroll-wrapper {
    display: flex;
    gap: 40px;
    animation: scrollX 60s linear infinite;
    width: max-content;
  }

  .bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 200px;
    gap: 20px;
    width: 40%;
  }

  .bento-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .bento-item img,
  .bento-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 15s ease-in-out;

  }

  .bento-item:hover img,
  .bento-item:hover video {
    transform: scale(1.05);
  }

  /* Bento Sizes */
  .wide {
    grid-column: span 4;
  }

  .tall {
    grid-row: span 2;
  }

  .square {
    grid-column: span 2;
  }



  /* Auto-scroll animation */
  @keyframes scrollX {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /*

  .scroll-animate-down {
    text-align: center;
    margin-top: 40px;
    color: var(--Heading_Text_CL, #101828);
    font-family: "Libertinus Math";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    
  }

  .underliness {
    width: 60px;
    height: 3px;
    background-color: #5a321e;

    animation: underlineGrow 1.2s ease forwards;
    transform-origin: left;
    margin-left: 700px;
  }

  @keyframes underlineGrow {
    from {
      width: 0;
    }

    to {
      width: 180px;
    }
  }
.img2{
  height: 34px;
  width: 78px;
}
  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
  }

  .scroll-gallery {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll-left 60s linear infinite;
    gap: 15px;
  }

  .scroll-gallery img,
  .scroll-gallery video {

    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .scroll-gallery-wrapper {
    overflow: hidden;
    white-space: nowrap;

  }

  .scroll-gallery {
    display: inline-flex;

    animation: scroll-left 120s linear infinite;
  }

  .scroll-gallery img,
  .scroll-gallery video {
    height: 150px;
    width: auto;
    object-fit: cover;
    border-radius: 5px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /* Scroll animation styles */
  .scroll-animate-up,
  .scroll-animate-down {
    opacity: 0;
    transform: translateY(50px);
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }

  .scroll-animate-down {
    transform: translateY(-50px);
  }

  .scroll-animate-up.scroll-visible {
    animation-name: fadeInUp;
  }

  .scroll-animate-down.scroll-visible {
    animation-name: fadeInDown;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }

    to {
      opacity: 4;
      transform: translateY(0);
    }
  }

  /* Scroll animation setup */
  .animate-top,
  .animate-bottom {
    opacity: 0;
    transition: all 1s ease;
  }

  .animate-top {
    transform: translateY(-60px);
  }

  .animate-bottom {
    transform: translateY(60px);
  }

  .active.animate-top,
  .active.animate-bottom {
    opacity: 1;
    transform: translateY(0);
  }

  .underlinesss {
    height: 3px;
    width: 0;
    background-color: #5e3b1d;
    margin-left: 530px;
    margin-right: 530px;
    transition: width 1s ease;
  }

  .underlinesss.active {
    width: 240px;
  }

  .main-header {
    color: var(--Title-Color-900, #101828);
    text-align: center;

    /* Heading/H2 */
    font-family: "Libertinus Math";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 60px */
  }


  .testimonial-section .card {

    border-radius: 16px;
    border: 1px solid rgba(64, 101, 80, 0.60);
    background: #EEFFF5;

  }

  .card-text img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40px;
    padding: 0%;

  }

  .card-text {
    color: var(--Body_Text_CL, #475467);
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    background-color: #EEFFF5;
    text-align: left;
    border: none;
    padding: 5px
  }

  .small-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .identy h5 {
    color: #101828;
    font-family: "Libertinus Math";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 30px */
  }

  .identy h6 {
    color: var(--Body-Color-Text-2, #667085);
    font-family: Parastoo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .stars {
    color: #ffc107;
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #000;
  }

  .right-project button {
    background: var(--Primary_CL, #406550);
    color: #FFF;
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 180px;
    height: 50px;
    border: none;
  }

  .right-project button a {
    text-decoration: none;
    color: #fff;

  }

  .right-project .about-text {
    background-color: transparent;
    border: none;
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 130% */
  }

  .right-project .about-heading {
    color: var(--Neutral_FFF, #FFF);
    font-family: Parastoo;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
  }

  .right-project {
    margin-top: 70px;
  }

  .underlined {
    width: 180px;
    height: 3px;

    margin-bottom: 20px;
  }

  .underlined {
    width: 180px;
    height: 3px;
    background: var(--Accent_CL, #18B45B);
    /* Ya jo bhi color chahiye */
    animation: underlineGrowed 1s forwards;

  }

  @keyframes underlineGrowed {
    from {
      width: 0;
    }

    to {
      width: 300px;
    }
  }

  .footer {
    padding: 50px 150px 50px 150px;
    background: var(--Primary_CL, #406550);
  }

  .address {
    padding-left: 174px;
  }

  .links {
    padding-left: 280px;
  }

  .footer h5 {
    color: var(--nutral-ffffff, #FFF);
    font-family: Parastoo;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 39px */
  }

  .footer a {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    text-decoration: none;
  }

  .footer p {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0%;
  }

  .footer h3 {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .footer-bottom {
    border-top: 1px solid #89A16D;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;

  }

  .footer-bottom p {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .footer-bottom a {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Abhaya Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

}