  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

  /* Regular */
  @font-face {
    font-family: "Noto Sans Devanagari";
    src: url("../fonts/NotoSansDevanagari-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }

  /*Bold */
  @font-face {
    font-family: "Noto Sans Devanagari";
    src: url("../fonts/NotoSansDevanagari-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }

  /* Italic */
  @font-face {
    font-family: "Noto Sans Devanagari";
    src: url("../fonts/NotoSansDevanagari-Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: medium;
  }

  /* Regular */
  @font-face {
    font-family: "Bodoni Moda 9pt";
    src: url("../fonts/Bodoni Moda/BodoniModa_9pt-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }

  /* Bold */
  @font-face {
    font-family: "Bodoni Moda 9pt";
    src: url("../fonts/Bodoni Moda/BodoniModa_9pt-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }

  /* Italic */
  @font-face {
    font-family: "Bodoni Moda 9pt italic";
    src: url("../fonts/Bodoni Moda/BodoniModa_9pt-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
  }

  /* Bold Italic */
  @font-face {
    font-family: "Bodoni Moda 9pt";
    src: url("../fonts/Bodoni Moda/BodoniModa_9pt-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
  }

  /* Medium */
  @font-face {
    font-family: "Bodoni Moda 9pt";
    src: url("../fonts/Bodoni Moda/BodoniModa_9pt-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }

  /* Medium Italic */
  @font-face {
    font-family: "Bodoni Moda 9pt";
    src: url("../fonts/Bodoni Moda/BodoniModa_9pt-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
  }

  body {
    padding: 0;
    margin: 0;
    font-size: 18px;
  }

  html,
  body {
    margin: 0;
    scroll-behavior: smooth;
    background-color: #f2e6da;
  }

  a {
    cursor: pointer !important;
  }

  p {
    padding: 0;
    margin: 0;
  }

  .main {
    padding-top: 190px;
  }

  .pt0 {
    padding-top: 0px !important;
  }

  h1 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 4.8em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3em;
  }

  h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 2.67em;
    line-height: 1.3em;
    color: rgb(145, 56, 50);
    font-family: "Bodoni Moda 9pt", serif;
    position: relative;
  }

  h3 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 2.8em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3em;
  }

  .pl-contact h3 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 4px;
  }

  h5.articlename {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.444em;
    font-style: italic;
    font-weight: 400;
    line-height: 1em;
  }

  h2.common-heading.align-left {
    text-align: left;
  }



  .border-b::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: #913832;
    width: 60px;
    height: 3px;
    margin: -8px auto;
    bottom: -8px;
  }

  .border-b.white::after {
    background-color: #ffffff;
  }

  .border-b.common-heading.align-left::after {
    right: auto;
    text-align: left;
  }

  h2.common-heading.white {
    color: #ffffff;
  }

  .dropdownul li a {
    color: #913832;
    font-weight: 400;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
    transition: 0.8s;
    white-space: nowrap;
  }

  .dropdownul li a:hover {
    text-decoration: underline;
    font-weight: 500;
  }

  .section-height {
    padding: 100px 0px;
  }

  .navenenu a.homelink {
    font-family: "Noto Sans";
    color: rgb(240, 230, 218);
    transition:
      ease-in 0.4s;
    font-weight: 300;
    font-size: 24px;
    font-style: normal;
    line-height: 100%;
    vertical-align: middle;
    letter-spacing: 0.05em;
    text-decoration: none;
  }

  .mainheader li {
    list-style: none;
  }

  .mainheader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .mainheader li {
    list-style: none;
  }

  .nav-item.dropdown:hover .dropdown-menu .background li {
    transform: translateY(0px);
    margin-top: 5px;
    padding-bottom: 5px;
  }

  .nav-item.dropdown .dropdown-menu .background li {
    transform: translateY(-8px);
    transition: all 2.5s ease-out;
    margin-top: -4px;
  }

  



  .homedropdown {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-15px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 30px;
    pointer-events: none;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: white;
  }

  button.navbar-toggler {
    position: relative;
    z-index: 9999;
    margin-right: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 25px !important;
  }

  .about-us-nav {
    background-image: url(../img/nave-bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 28px;
    padding-top: 15px;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
  }


  .breadcrumb-item:nth-last-child(1)::before {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7 14' fill='none'%3E%3Cpath d='M0.75 0.75L5.75 6.75L0.75 12.75' stroke='%23913832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .swiper-button-next,
  .swiper-button-prev {
    &.swiper-button-disabled svg {
      cursor: auto;
      opacity: .35;
      pointer-events: none;
    }
  }

  .common-read-more-btn {
    padding: 9px 28px;
    max-width: 242px;
    max-height: 60px;
    background-color: transparent;
    border: 1px solid rgb(145, 56, 50);
    border-radius: 30px;
    text-decoration: none !important;
    cursor: pointer;
  }

  .common-read-more-btn .btn-text {
    font-size: 20px;
    font-family: Noto Sans;
    line-height: normal;
    color: rgb(145, 56, 50);
  }

  .home-footer {
    scroll-snap-align: end;
  }

  .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }





  .sec-1 .nav-link {
    font-family: Noto Sans;
    font-size: 1.5rem;
    color: rgb(240, 230, 218);
    transition: ease-in 0.4s;
  }

  .sec-1 .nav-link:active {
    color: rgb(240, 230, 218);
  }

  .sec-1 .nav-link:hover {
    border-radius: 15px;
  }

  .sec-1 .line-img {
    height: 45px;
    width: 2px;
  }

  .sec-1 .gap {
    gap: 10px;
  }



  .sec-1 .bottom-img {
    width: 140px;
    height: 3px;
  }

  .navbar .btn-img {
    width: 25px;
    border: none;
  }

  .nav-item .background {
    position: relative;
    background-image: url(../img/nav-bg.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-clip: border-box;
    padding: 8px 10px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  #fullpage .sec-1 .nav-item .background {
    background-image: url(../img/dropbg.png);
    background-size: 100% 100% !important;
    background-position: top;
    padding-bottom: 20px;
  }


  .nav-item .background .list-text:hover {
    text-decoration: underline;
    padding: 20px;
    font-weight: 500;
    text-decoration: underline;
  }

  .dotsmap svg.map-size {
    width: 1000px;
  }

 

  

 

  .sec-3 {
    overflow: hidden;
    overflow-x: hidden;
    background-image: url(../img/sec-5-bg.jpg);
    background-position: center;
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sec-3 .image {
    width: 340px;
    height: 450px;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  }

  .sec-3 .bottom-div {
    bottom: 10px;
    margin-left: 55px;
  }

  .sec-3 .bottom-div .text {
    padding-left: 5px;
    font-family: Bodoni Moda 9pt;
    font-size: 16px;
    font-weight: 500;
    color: white;
  }

  .sec-3 .bottom-div .text-2 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }

  .sec-3 .bottom-div .text-3 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .sec-3 .bottom-div .text-4 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-3 .bottom-div .text-5 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }

  .sec-3 .bottom-div .text-6 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .sec-3 .bottom-div .text-7 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-3 .left-arr-btn {
    margin-left: -150px;
  }

  .sec-3 .right-arr-btn {
    margin-left: 150px;
  }

  #myCarousel {
    margin-top: 25px !important;
  }

  #myCarousel .carousel-inner {
    overflow: hidden;
  }



  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-start,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex;
  }

  .sec-4 .gap {
    gap: 20px;
  }

  .sec-4 .text {
    font-family: Bodoni Moda 9pt;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: rgb(145, 56, 50);
    font-style: italic;
    transition: ease-in-out 0.5s;
  }


  .h3-gap {
    margin-top: 50px;
  }

  .sec-5 .image {
    width: 340px;
    height: 450px;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  }

  .sec-5 .bottom-div {
    bottom: 10px;
    margin-left: 55px;
  }

  .sec-5 .bottom-div .text {
    padding-left: 5px;
    font-family: Bodoni Moda 9pt;
    font-size: 16px;
    font-weight: 500;
    color: white;
  }
 
  .sec-5 .bottom-div .text-4 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-5 .bottom-div .text-5 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }


  .sec-5 .bottom-div .text-7 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-5 .left-arr-btn {
    margin-left: -150px;
  }

  .sec-5 .right-arr-btn {
    margin-left: 150px;
  }

  #myCarousel {
    margin-top: 25px !important;
  }

  .sec-5 .carousel-control-prev {
    width: 7%;
  }

  .sec-5 .left-arr-btn {
    margin-left: -6rem;
  }

  .sec-5 .right-arr-btn {
    padding-left: 45px;
  }

  .sec-5 .carousel-item a {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
  }

  

  .sec-5 .bottom-div .source-text {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease-in-out,
      transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

 
  /* --- Hover State --- */
  .sec-5 .carousel-item a:hover .bottom-div .text-3,
  .sec-5 .carousel-item a:hover .bottom-div .text-6 {
    transform: translateY(-15px);
  }

  .sec-5 .carousel-item a:hover .bottom-div .source-text {
    opacity: 0;
    transform: translateY(20px);
  }
 

  .sec-5 .carousel-item a {
    display: block;
    transition: transform 0.6s ease-in-out;
  }

  .sec-5 .carousel-item a:hover {
    transform: translateY(-5px);
  }

  .sec-5 .carousel-item a .image {
    transition: filter 0.6s ease-in-out;
  }

  .sec-5 .carousel-item a:hover .image {
    filter: brightness(0.95);
  }



  .timeline-wrapper {
    position: relative;
    width: 100%;
    height: 475px;
    display: flex;
    align-items: center;
  }

  .flesing {
    max-width: 850px;
  }

  .conentsliv {
    padding-left: 240px;
  }

  .about-us-section-1 .section-title {
    position: absolute;
    left: 0;
    top: 64px;
  }

  .years-column {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 70px;
    transition: transform 0.8s ease;
    width: 120px;
    text-align: right;
  }

  .year-label {
    font-size: 15px;
    opacity: 0.6;
    transition: all 0.5s ease;
  }

  .year-label.active {
    opacity: 1;
    font-weight: bold;
  }

  .timeline-line {
    position: absolute;
    left: 167px;
    top: 59%;
    transform: translateY(-50%);
    width: 2px;
    background: #913832;
    height: 235px;
    transition: height 0.8s ease;
    z-index: 0;
  }

  .myswiper .swiper-button-next {
    left: 182px;
    bottom: 78px !important;
    top: auto;
    transform: translateY(50%);
    background: #f2e6da;
  }

  .dots-container {
    position: absolute;
    left: 168px;
    top: 58%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: transform 0.8s ease;
  }

  .dot {
    width: 12px;
    height: 12px;
    border: 2px solid #913832;
    border-radius: 50%;
    background: #f6ede2;
    transition: all 0.5s ease;
    position: relative;
  }

  .dot.active {
    background: #913832;
    transform: scale(1.8);
  }

  .myswiper {
    width: 100%;
    height: 100%;
  }

  .myswiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .description {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.5;
  }

  .myswiper .swiper-button-next,
  .myswiper .swiper-button-prev {
    color: #913832;
    width: 14px;
    height: 25px;
    opacity: 1;
  }

  .myswiper .swiper-button-next::after,
  .myswiper .swiper-button-prev::after {
    font-size: 15px;
  }

  .myswiper .swiper-button-prev {
    left: 182px;
    top: 10px;
    transform: translateY(-50%);
    background: #f2e6da;
  }

  .dot.active {
    margin-bottom: 40px;
  }

  .dot:last-child::after {
    content: "";
    background: #f2e6da;
    height: 110px;
    width: 10px;
    position: absolute;
    top: 10px;
    left: 0px;
  }

  .dot:last-child.active {
    position: relative;
  }

  .myswiper .swiper-slide p.description {
    opacity: 0.4;
    transition: 0.5s all ease;
  }

  .swiper-slide.swiper-slide-active p.description {
    opacity: 1;
  }

  .myswiper .swiper-slide .year-label.section-title {
    opacity: 0;
    transition: 0.5s all ease;
  }

  .year-label.section-title {
    opacity: 0;
  }

  .dot.active .year-label.section-title {
    opacity: 1;
  }

  .dot {
    position: relative;
  }

  .dot .year-label.section-title {
    opacity: 0;
    left: -130px;
    position: absolute;
    top: -6px;
    width: 130px;
    font-size: 13px;
  }

  .nav-tabs {
    border-bottom: none !important;
  }

  .about-us-nav .dispaly {
    display: block !important;
  }


  .about-us-nav .second-logo {
    height: 150px;
    margin-right: auto;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85) translateY(0px);
    transition: all 1s ease-in-out;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }


  .about-us-nav .logo-2 {
    height: 110px;
    padding: 10px 0px;
    opacity: 1;
    position: relative;
    top: 0%;

  }

  img.one.logoto2 {
    opacity: 1;
  }


  .logoto2 {
    height: 110px;
    padding: 10px 0px;
    visibility: visible;
    position: absolute;
    opacity: 0;
    inset: 0;
    top: 10px;
    transition: 1s;
    bottom: 30px;
  }

  .showactive img.one.logoto2 {
    opacity: 0;
    top: 35%;
  }

  .showactive img.logoto2 {
    opacity: 1;
    height: 190px;
    top: 28%;
  }


  .about-us-nav .btn-img {
    width: 25px;
    border: none;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
    right: auto;
    left: 35px;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 30px 0px;
    border: 1px solid #fff;
    background-color: transparent;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .about-us-nav .nav-menu {
    max-width: 450px;
    justify-self: end;
    margin-right: 0;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 230px;
    margin-left: auto;
  }

  #navbarNavAltMarkup {
    margin-top: -540px;
    display: block !important;
    height: 520px !important;
  }

  .showactive #navbarNavAltMarkup {
    margin-top: 30px !important;
  }

  .about-us-nav .nav-link {
    color: white;
    line-height: normal;
  }

  .about-us-nav .nav-link:active .list-a {
    margin-left: -170px;
  }

  .about-us-nav .nav-item {
    transition: ease-in 0.5s;
    margin-bottom: 18px;
    font-weight: 300;
    border-left: 1px solid #fff;
    padding-left: 30px;
  }



  .about-us-nav .nav-height {
    line-height: 40px;
  }

  .about-us-nav .nav-item:hover {
    font-weight: 600;
    transform: scale(1.05) translatex(-20px);
    border-left: 2px solid #fff;
  }

  .about-us-nav .line-img {
    height: 30px;
    width: 2px;
    margin-right: 10px;
  }


  .about-us-nav .nav-item .background .list-text {
    color: #913832;
  }

  .about-us-nav .nav-item .background .list-text:hover {
    border-radius: 15px;
  }


  .about-us-nav .effect {
    transition: ease-in-out 0.8s;
  }


  .showactive .mainlogo {
    position: inherit;
  }

  .about-us-section-1 .gaps {
    padding-bottom: 20px;
  }

  .about-us-section-1 .scrolling-div {
    max-height: 350px;
  }

  .about-us-section-1 .main-sec {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }

  .about-us-section-1 .section-title {
    color: #913832;
    text-align: left;
    font-family: "Bodoni Moda 9pt";
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }

  .about-us-section-1 .content {
    display: flex;
    gap: 30px;
    max-width: 20rem;
  }

  .about-us-section-1 .content .line-dot {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .about-us-section-1 .content .line-dot .dot {
    --size: 0.5rem;
    width: var(--size);
    height: var(--size);
    margin: calc((1rem - var(--size)) / 2);
    border-radius: 50%;
    background-color: #913832;
    flex-grow: 0;
  }

  .about-us-section-1 .content .line-dot .line {
    flex-grow: 1;
    margin: 8px 0;
    width: 3px;
    background-color: #913832;
  }

  .about-us-section-1 .main-image {
    top: 0;
    right: 0px;
    height: 100%;
    width: auto;
    max-width: 90vh;
    max-height: 730px;
  }

  .flesing .year-label.section-title {
    display: none;
  }

  .coverlec {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
        rgba(206, 69, 75, 0) 55.04%,
        #682326 94.69%);
    transition: 2s;
  }

  .hovermove:hover .coverlec {
    background-color: #913832;
    top: 0;
  }

  .imgbginner::before {
    content: "";
    background: url(../img/trip.png);
    width: 56px;
    height: 345px;
    position: absolute;
    right: auto;
    top: 0;
    left: -55px;
    background-size: cover;
    opacity: 0;
    z-index: 9;
    transition: 2s;
  }


  .imgbginner::after {
    content: "";
    background: url(../img/trip2.png);
    width: 55px;
    height: 350px;
    position: absolute;
    right: -1px;
    top: 0;
    background-size: cover;
    opacity: 0;
    z-index: 9;
    transition: 1.3s all ease;
  }

  .sector-in-focus-1 .imgbginner::after {
    background: url(../img/trip-offwhite.png);
  }

  .hovermove:hover .imgbginner::after,
  .hovermove:hover .imgbginner::before {
    opacity: 1;
  }

  .thirdbgimg .hovermove:hover .imgbginner::before {
    opacity: 1;
  }

  .thirdbgimg .hovermove:hover .imgbginner::after {
    opacity: 0;
  }


  .imgbginner .contentuser {
    pointer-events: none;
  }

  .hovermove:hover .contentuser {
    pointer-events: none;
  }

  .background-black {
    row-gap: 20px;
  }

  .background-black .blackbg {
    background-color: #514c47;
  }

  .background-black.offwhites .blackbg {
    background-color: #f3eae1;
  }





  .torow {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .tothree {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .imgbg {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .fullimgeslider {
    width: 100%;
    height: calc(100% - 75px);
    position: relative;
  }

  .contentuser {
    position: absolute;
    bottom: 30px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    color: #fff;
    z-index: 3;
    max-width: 80%;
    width: 80%;
    transition: 0.9s;
    padding-left: 20px;
    padding-bottom: 30px;
  }

  section#our-journey {
    position: relative;
    z-index: 2;
  }

  section#giving-philosophy {
    padding-top: 90px;
    position: relative;
    margin-top: -90px;
    z-index: 0;
  }

  .hovermove:hover .contentuser {
    bottom: 20px;
  }

  .hovermove:hover .contentuser p {
    bottom: 0px;
    opacity: 1;
    max-height: 180px;
  }

  .about-us-section-2 {
    padding-bottom: 50px;
    background-image: url(../img/about-us-sec-2-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-size: cover;
  }

  .content-text h4 {
    font-family: "Bodoni Moda 9pt";
    font-size: 40px;
    font-weight: 500;
  }

  .content-text p {
    font-weight: 400;
    font-style: italic;
  }

  .about-us-section-3 {
    background-image: url(../img/about-us-sec-3-bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .about-us-section-3 .images {
    width: -webkit-fill-available;
    height: 110px;
  }

  .about-us-section-3 .top-padding {
    padding-top: 200px;
  }

  .about-us-section-3 .bottom-padding {
    padding-bottom: 150px;
  }

  .about-us-section-3 .scrolling-div {
    max-height: 350px;
  }

  .about-us-section-3 .main-sec {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }

  .about-us-section-3 .section-title {
    position: sticky;
    top: 20px;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    width: 117px;
  }

  .text-content {
    max-width: 20rem;
    margin-left: 70px;
  }

  .about-us-section-3 .content .line-dot {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
  }

  

 
  .swipersmain .swiper-button-next {
    left: 60px;
    bottom: 360px;
    width: 10px;
    color: #fff;
    z-index: 99;
  }

  .swipersmain .swiper-button-prev {
    left: 60px;
    top: 360px;
    width: 10px;
    color: #fff;
    opacity: 1;
  }

  .about-us-section-3 .menu .text {
    color: #913832;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: normal;
    text-decoration: none !important;
  }

  .about-us-section-3 .main-image {
    width: auto;
    height: 580px;
    opacity: 0;
    transition: 0.2s all ease;
  }

  .about-us-section-3 .swiper-slide.swiper-slide-active img.main-image {
    opacity: 1;
  }


  .imgcrav {
    margin-top: -128px;
    width: 59%;
    text-align: end;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span.swiper-pagination-bullet {
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    background-color: transparent;
    margin: 25px 0px;
    opacity: 1;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
    right: auto;
    left: 80px;
  }



  .sector-in-focus-1 {
    background-image: url(../img/sector-in-focus-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    background-position: bottom center;
    margin-top: -148px;
    padding-top: 290px;
    margin-bottom: 60px;
  }


  .sector-in-focus-1 .image-1 {
    max-width: 400px;
  }

  .sector-in-focus-1 .image-2 {
    max-width: 600px;
  }



  .our-partner-1 .input-tag::placeholder {
    color: rgba(145, 56, 50, 1);
  }

  .our-partner-1 .heading-for-otherpage {
    margin-top: -50px;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 20px;
    float: right;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
  }

  .our-partner-1 .text-2 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
  }




 

  .our-partner-1 .image-div:hover .image {
    height: 150px;
    width: 150px;
  }

  .our-partner-1 .image-div .description {
    color: #913832;
    display: none;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
  }

  .our-partner-1 .image-div:hover .description {
    display: contents;
  }

  .our-partner-1 .image-div .description {
    opacity: 1;
    transition: opacity 0.4s ease;
  }

  .our-partner-1 .image-div .description-2 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    display: none;

    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
  }

  .our-partner-1 .image-div:hover .description-2 {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }



  .our-partner-1 .tab-menu {
    margin-top: 100px;
  }

  .our-partner-1 .tab-menu .menus {
    background-color: transparent;
  }


  .filter-list {
    position: absolute;
    display: none;

    top: 100%;
    left: 0;
    width: 100%;

    background: transparent;
    padding: 0;
    list-style: none;

    overflow: hidden;
    transition: max-height 1.4s ease;
    z-index: 998 !important;
  }

  .filter-list.open {
    max-height: 450px;
  }

  .filter-list li {
    background: #F0E6DA;
    border: 1px solid #A93B3B;
    border-radius: 30px;
    padding: 10px 20px;
    color: #A93B3B;
    font-size: 1.1em;
    cursor: pointer;
    text-align: left;
    padding-left: 40px;
  }

  .title-line {
    position: relative;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 48px;
    font-family: "Bodoni Moda 9pt";
    text-transform: uppercase;
    font-size: 40px;
    line-height: 65px;
    color: rgb(145, 56, 50);
    letter-spacing: 7px;
  }

  .contants-approch {
    transform-origin: center bottom;
    transform: translateY(60px) scale(0.98);
    opacity: 0;
    transition: transform 2000ms cubic-bezier(.2, .9, .3, 1), opacity 2000ms ease;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.2em;
    font-style: italic;
    font-weight: 500;
    will-change: transform, opacity;
    position: absolute;
    bottom: 0;
    left: 0;
right: 0;  }

  .partners-section:hover .contants-approch {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

.contants-approch a {
    color: #913832;
    text-decoration: none;
    font-size: 17px; 
}

.borderbottom::after {
    content: "";
    position: absolute;
    bottom: -3px;
    background-color: #913832;
    height: 2px;
    width: 170px;
    left: 0;
    right: 0;
    margin: -5px auto;
}
.borderbottom{
  position: relative;
}
.contenttowtabs h4 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    text-align: center;
    transition: 1s;
    line-height: 1.4;
    transform: translateY(15px);
    font-size: 1.7em;
}
.contenttowtabs p {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.2em;
    font-style: italic;
    font-weight: 500;
    position: absolute;
    bottom: -67px;
    transition: 1s;
    left: 0;
    right: 0;
    margin: 0 auto;
}



.contenttowtabs {
    overflow: hidden;
    position: relative;
    min-height:140px;
}
.borderbottom:hover h4 {
    transform: translateY(0px);
}
.borderbottom:hover p {
    bottom: 0;
}






  .partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 0 20px;
  }

  .partner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .partner-image {
    width: 240px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
  }

  .partner-title h5 {
    font-size: 1.9em;
    font-weight: 600;
    color: #913832;
    /* margin-bottom: 48px; */
    height: 80px;
    font-family: "Bodoni Moda 9pt";
  }

  .partner-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* .partner-t-4 h5 {
    margin-bottom: 15px;
  }
*/

  .partner-description {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #913832;
    line-height: 1.4;
    min-height: 140px;
    display: flex;
    align-items: end;
    padding-bottom: 20px;
  }

  .divider-line {
    width: 100%;
    height: 2px;
    background-color: #913832;
    margin-top: auto;
  }

  .text p {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 50px;
  }

  .text-3 h2 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 60px;
    line-height: 50px;
  }

  .partner-description p {
    font-family: "Bodoni Moda 9pt";
    font-size: 1em;
    font-style: italic;
    font-weight: 400;
    color: #913832;
    line-height: 1.4;
    margin-bottom: 0px;
  }

  p.outreach-description {
    font-family: "Bodoni Moda 9pt";
    font-size: 1.8em;
    font-style: italic;
    font-weight: 600;
    color: #913832;
    line-height: 1.4;
    padding-bottom: 60px;
    text-align: center;
    margin: 0px auto;
  }

  .dotsmap {
    position: relative;
  }

  .img-text h5 {
    font-weight: 600;
    font-size: 25px;
  }

  .hide_11 {
    transform-box: fill-box;
    transform-origin: center;
  }

  .color_change {
    transition: fill 0.6s ease-in-out;
  }

  .cirile {
    display: flex;
    position: absolute;
    top: 70px;
    right: 8rem;
  }

  .text h2 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    list-style: normal;
    width: 1243px !important;
    margin: 0 auto;
  }

  .main-boxesi {
    display: flex;
    justify-content: center;
    gap: 80px;
    /* margin-bottom: 100px; */
    padding-bottom: 5rem;
  }

  .main-boxes {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: center;
    margin-bottom: 38px;
  }

  .scrolling-div.mt-5 {
    position: relative;
  }

  .scrolling-div.seconds .dot::before {
    height: 0;
  }

  .scrolling-div.seconds .dot.active::before {
    content: "";
    background: #7c5b5b;
    width: 5px;
    left: 4px;
    position: absolute;
    z-index: -1;
    top: 14px;
    transition: 0.5s all ease;
    background: #ffffff;
    height: 270px;
  }

  .scrolling-div section.main-sec:nth-child(2) .dot {
    left: -2px;
  }

  .scrolling-div section.main-sec:nth-child(3) .dot {
    left: -3px;
  }

  .about-us-section-3 .content .line-dot .dot {
    background-color: #93443d;
    position: relative;
  }

  .secondimgbg .torow.hovermove::after,
  .secondimgbg .torow.hovermove::before {
    content: "";
    width: 90px;
    height: 104%;
    position: absolute;
    left: -64px;
    top: -3px;
    background-image: url(../img/off-white-shap.svg);
    background-repeat: no-repeat;
    z-index: 999;
    object-fit: contain;
    background-size: contain;
  }

  .secondimgbg .torow.hovermove.offwhite::after,
  .secondimgbg .torow.hovermove.offwhite::before {
    background-image: url(../img/off-white-shap.svg);
  }

  .halfcard .secondimgbg .torow.hovermove::after {
    opacity: 0;
  }

  .sector-in-focus-1 .contentuser {
    text-align: left;
    z-index: 99;
  }

  .halfcard .hovermove {
    width: 100%;
  }

  .halfcard .torow.offwhite.hovermove .imgbginner::before {
    opacity: 0;
  }

  .halfcard .hovermove .imgbginner::after,
  .halfcard .hovermove .imgbginner::before {
    width: 64px;
    height: 419px;
  }

  .halfcard .secondimgbg .torow.hovermove::before {
    width: 96px;
    right: -18px;
  }

  .secondimgbg .torow.hovermove::before {
    left: auto;
    right: -24px;
  }




  .the-rotary-foundation .the-rotary-foundation-img {
    width: -webkit-fill-available;
  }

  .plpr {
    padding-top: 40px;
  }

  .imgthankyu img.mobilethank {
    display: none;
  }





  .news-narratives-page .effect:hover {
    transition: ease-in 0.5s;
    transform: scale(1.03);
  }

 





  .news-narratives-page .read-more {
    color: #913832 !important;
    font-family: "Bodoni Moda 9pt";
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
  }

  .news-narratives-page .name-date {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
  }



  .news-narratives-page .bottom-div {
    gap: 10px;
    margin-bottom: 0;
  }

  .pleft {
    padding-left: 25px;
  }

  .pright {
    padding-right: 25px;
  }

  .news-narratives-page .arrows {
    height: 20px;
    width: 12px;
  }

  .news-narratives-page .bottom-div li:last-child {
    margin-left: 20px;
  }

  .news-narratives-page .number-btn {
    height: 25px;
    width: 25px;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #913832;
    border-radius: 50%;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
  }

  .news-narratives-page .number-btn:hover {
    background-color: #913832;
    color: white;
    cursor: pointer;
  }

  .bottom-div a.page-link {
    padding: 0;
    background-color: transparent;
    border: none;
  }



  .stripbottom {
    position: relative;
  }

  .stripbottom.red::after {
    background: rgb(145, 56, 50);
  }

  .mb-6 {
    margin-bottom: 75px;
  }

  .hovermove {
    height: 468px;
  }
  .content-text br {
    display: none;
}

  .bannerbg {
    background-image: url(../img/sector-in-focus-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    background-position: bottom center;
    padding-top: 190px;
    overflow: hidden !important;
  }

  .bannerbg .name {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 2.6em;
    font-weight: 500;
    line-height: normal;
    transition: 1s;
  }

  .our-partner-1 .text-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 198px;
    height: 2px;
    background-color: #913832;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .animatiobox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 198px;
    height: 2px;
    background-color: #913832;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .bannerbg .date {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.2em;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }

  .policy-contents h5 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 2em;
    line-height: normal;
    font-weight: 700;
    margin-top: 51px;
    margin-bottom: 0;
  }
.dropdown-item:active{
  background-color: transparent;
}
  .linesboreders::after {
    content: "";
    width: 170px;
    height: 2px;
    background-color: #913832;
    right: 0;
    left: 0;
    bottom: 108px;
    position: relative;
  }

  .policy-contents p {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.6em;
    line-height: normal;
    font-weight: 400;
  }

  .topser {
    margin-top: 5px;
    margin-right: 15px;
  }

  span.v-divider {
    background: #913832;
    width: 3px;
    height: 46px;
    margin-left: 6px;
  }

  span.share-text {
    color: #913832;
    text-align: right;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.5em;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    padding-left: 5px;
  }


  .bannerbg .view-article {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 34px;
    font-weight: 700;
  }

  .bannervideo .iframe-tag {
    padding: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 4px solid #913832;
  }

  .bannervideo {
    padding-top: 40px;
    height: 600px;
    max-width: 80%;
    margin: 0 auto;
  }

  .contentuser p {
    margin-top: 10px;
    opacity: 0;
    transition: 0.9s;
    position: relative;
    bottom: -67px;
    font-size: 18px;
    max-height: 0;
    overflow: hidden;
    font-family: 'Bodoni Moda 9pt Italic';
  }

  .parent-card:hover .contentuser p {
    bottom: 0px;
    opacity: 1;
  }


  .privacy-policy .gap {
    gap: 20px;
    padding-top: 3rem;
  }





  .overview-page {
    overflow: hidden !important;
  }



  .overview-page .map-img {
    height: 700px;
  }


  .overview-page .img-text {
    margin-left: 10px;
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
  }

  .overview-page-2 {
    margin-top: -100px;
  }

  a.nav-link {
    font-size: 24px;
  }


  .overview-page-2 .second-div .images {
    height: 160px;
    width: 180px;
  }

  .overview-page-2 .second-div .name {
    margin-top: 15px;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
  }

  .overview-page-2 .second-div .description {
    margin-top: 30px;
    text-align: center;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
  }

  .overview-page-2 .second-div .text-2 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
  }

  .nav-link.dropdown-toggle::after {
    position: absolute;
    top: 25px;
    font-size: 20px;
  }



  .thank-you-page .main-div {
    background-image: url(../img/thank-you-page-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-position: right;
  }

  .thank-you-page .row-gap {
    padding-top: 400px;
    padding-bottom: 200px;
  }

  .thankyoucontent h4 {
    color: #a93b3b;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.7em;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }

  .imgthankyu {
    position: relative;
        padding-bottom: 15px; 
        margin: 0 auto; 
  }
  .delay-link {
    transition: opacity 0.1s ease;
    text-decoration: none;
}

 .imgthankyu img {
    width: 100%;
}

  .thankyoucontent {
    position: absolute;
    left: -180px;
    right: 0;
    padding-right: 0;
    top: 50%;
    transform: translateY(-43%);
    padding-left: 0;
    width: 445px;
    margin: 0 auto;
}


  .imgtopshape {
    text-align: right;
    padding-bottom: 20px;
  }

  .contactbgmain {
    background-image: url(../img/postcard-bgcontact2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-clip: border-box;
    padding-bottom: 70px;
    padding-top: 100px;
  }

  .contact-us .labels {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }

  .contact-us .inputs {
    background: transparent;
    border-bottom: 2px #913832 solid;
    border-radius: 0px;
    padding: .175rem .75rem;
    box-shadow: none;
    border-right: 0px;
    border-left: 0px;
    border-top: 0;
  }

  textarea.form-control,
  textarea.form-control:focus {
    background: transparent;
    border-bottom: 2px #913832 solid;
    border-radius: 0px;
    min-height: 140px;
    resize: none;
    box-shadow: none;
    border-right: 0px;
    border-left: 0px;
    border-top: 0;
  }

  .leftimg {
    text-align: center;
  }

  .contact-us .image {
    height: 420px;
    width: auto;
  }

 

  .contact-us .submit-btn:hover {
    background: #913832;
    color: #fff;
  }


  .contact-us .address-name {
    color: #913832;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }

  .contact-us .address {
    color: #913832;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
  }


  .navbar-toggler .menuicon span.linemenu {
    background-color: #F0E6DA;
    display: block;
    width: 30px;
    height: 1px;
    transition: 1s;
  }

  .navbar-toggler .menuicon span.linemenu.linetow {
    margin: 10px 0px;
  }

  .showactive .navbar-toggler .menuicon span.linemenu.linethree {
    transform: rotate(-44deg) translate(3px, -3px);
  }
 .showactive .navbar-toggler .menuicon span.linemenu.lineone {
       transform: rotate(44deg) translate(10px, 9px);
  }


  .showactive .navbar-toggler .menuicon span.linemenu.lineone {
  transform: rotate(43deg) translate(10px, 9px);
  }

  .showactive .navbar-toggler .menuicon span.linemenu.linetow {
    visibility: hidden;
    opacity: 0;
  }

  @keyframes dropdownFadeIn {
    0% {
      opacity: 0;
      transform: translateY(-15px) scale(0.95);
    }

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

  @keyframes slideInDown {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes backgroundPulse {
    0% {
      opacity: 0.8;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 1;
    }
  }

  .nav-item {
    transition: transform 0.3s ease;
  }

  .nav-item:hover {
    transform: translateY(-2px);
  }

  .sec-3 {
    overflow: hidden;
    overflow-x: hidden;
    background-image: url(../img/sec-5-bg.jpg);
    background-position: center;
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sec-3 .image {
    width: 340px;
    height: 450px;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
  }

  .sec-3 .image:hover {
    transform: scale(1.05);
  }

  .sec-3 .bottom-div {
    bottom: 10px;
    margin-left: 55px;
  }

  .sec-3 .bottom-div .text {
    padding-left: 5px;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-weight: 500;
    color: white;
  }

  .sec-3 .carousel-control-prev,
  .sec-3 .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(145, 56, 50, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .sec-3 .carousel-control-prev {
    left: 20px;
  }

  .sec-3 .carousel-control-next {
    right: 20px;
  }

  .sec-3 .carousel-control-prev:hover,
  .sec-3 .carousel-control-next:hover {
    background-color: rgba(145, 56, 50, 1);
  }

  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex;
  }

  .carousel-item-end.active,
  .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-item-start.active {
    transform: translateX(-25%);
  }

  .carousel-item-end,
  .carousel-item-prev.active {
    transform: translateX(0);
  }

  .myswiper .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 320ms ease, transform 320ms ease;
    pointer-events: none;
  }

  .myswiper .reveal.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .swiper-scrollbar {
    opacity: 0.9;
  }


  .common-heading.stripbottom-2 {
    color: #913832 !important;
  }

  .about-us-nav .second-logo.display {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(184%);
    transition: all 1s ease;
  }

  /* HIDE animation */
  .about-us-nav .second-logo.remove {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85);
  }

  .text-2.my-3 p {
    margin-top: 50px;
  }

  #fullpage header {
    display: none;
  }

  img.left-shaf {
    width: 472px;
    position: absolute;
    bottom: -112px;
    left: -41px;
    transform: rotate(344deg);
    pointer-events: none;
  }


  img.right-shaf {
    width: 455px;
    position: absolute;
    bottom: -137px;
    right: -31px;
    transform: rotate(349deg);
    pointer-events: none;
  }











  .sec-1 .nav-link {
    font-family: "Noto Sans";
    color: rgb(240, 230, 218);
    transition: ease-in 0.4s;
    font-weight: 300;
    font-size: 24px;
    font-style: normal;
    line-height: 100%;
    vertical-align: middle;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #f2ebe1;
    font-family: "Noto Sans";
    font-weight: 300;
  }

  .sec-1 .nav-link {
    font-family: "Noto Sans";
    color: rgb(240, 230, 218);
    transition: ease-in 0.4s;
    font-weight: 300;
    font-size: 24px;
    font-style: normal;
    line-height: 100%;
    vertical-align: middle;
    letter-spacing: 0.05em;
  }


  .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(145, 56, 50, 0.1);
    transition: left 0.3s ease;
    z-index: -1;
    display: none;
  }

  .dropdown-menu .dropdown-item:hover::before {
    left: 0;
  }



  .navbar-collapse {
    padding-bottom: 25px;
  }

  .our-collaborations .image-div:hover .image {
    transform: translateY(-10px) scale(1.5);
    position: absolute;
    top: 0;
    opacity: 0;
  }

  .our-collaborations .name,
  .our-collaborations .description,
  .our-collaborations .description-3,
  .our-collaborations .description-2 {
    transition: transform 2s ease, opacity 2s ease;
  }

  .our-collaborations .image-div {
    min-height: 300px;
  }

  .our-collaborations .image-div::after {
    content: "";
    position: absolute;
    max-width: 200px;
    width: 100%;
    height: 1px;
    background-color: #913832;
    bottom: 0;
    transition: all 0.5s ease;
  }

  .our-collaborations .image-div:hover::after {
    height: 2px;
  }

  .our-collaborations .text-wrapper {
    position: relative;
    width: 100%;
    min-height: 4rem;
    max-width: 305px;
  }


  .our-collaborations .image-div:hover .colectionimg {
    transform: translateY(-10px);
    position: absolute;
    top: 0;
    opacity: 0;
  }

  .our-collabrations-box .grid-basic {
    gap: 60px;
  }

  .collabrations-box {
    position: relative;
    border-bottom: 3px solid #913832;
    padding-bottom: 15px;
    cursor: pointer;
    transition: 1s;
    min-height: 275px;
    ;
  }

  .our-collabrations-box .grid-basic.towcol {
    width: 75%;
    margin: 0 auto;
  }

  .our-collabrations-box .grid-basic p {
    font-size: 1.2em;
    position: absolute;
    bottom: -52%;
    transition: all 0.8s ease;
    height: 0;
    overflow: hidden;
    opacity: 0%;
  }

  .collabrations-box:hover p {
    bottom: 0%;
    height: auto;
    opacity: 100%;
  }

  .collabrations-box:hover .name,
  .collabrations-box:hover .colectionimg {
    opacity: 0;
    margin-top: -50px;
  }

  .our-collabrations-box {
    padding: 60px 0;
  }

  .colectionimg {
    height: 150px;
    width: 180px;
    position: relative;
    transition: all 1s;
    text-align: center;
    margin: 0 auto;
  }

  .our-collaborations .image-div .image {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    transition: transform 2s ease, opacity 2s ease;
  }

  .our-collaborations .image-div {
    text-align: center;
    overflow: hidden;
  }


  .news-narratives-page .effect:hover .ifeect {
    transform: translateY(15px);
  }

  .ifeect {
    transition: ease-in 0.3s;
    text-align: left;
    padding: 0px 30px;
  }

  .news-narratives-page .effect:hover {
    transition: ease-in 0.5s;
    transform: scale(1);
  }

  .news-narratives-page .effect .ifeect a {
    display: block;
    transition: 0.3s;
  }

  .news-narratives-page .effect:hover .ifeect a {
    margin-left: 45px;
    display: block;
  }

  .ifeect .no-itelic {
    font-style: normal;
  }

  .news-narratives-page .arrows {
    height: 19px;
    width: 12px;
  }

  .double-arrows {
    height: 20px !important;
    width: 20px !important;
  }


  .imgtopshape img {
    width: 290px;
  }

  .contact-us .address-div {
    padding: 1rem 0px 1rem 0px;
    display: flex;
    gap: 15px;
  }

  .pl-contact {
    padding-left: 60px;
    position: relative;
    padding-top: 40px;
    height: 100%;
  }

  .prdiingcontact {
    padding-right: 25px;
    border-left: 2px solid #91393270;
    padding-left: 20px;
    padding-bottom: 0px;
  }



  .thank-you-page .main-div {
    background-image: url("../img/thanku-postcard.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-position: center;
  }

  .thank-you-page .row-gap {
    padding-top: 400px;
    padding-bottom: 260px;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #f2ebe1;
    font-family: "Noto Sans";
    font-weight: 400;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    vertical-align: middle;
    position: relative;
    top: 2px;
  }

  nav.breadcrumb-nav ol.breadcrumb li a {
    color: #913832;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    line-height: normal;
    text-decoration: none !important;
    font-weight: 300;
  }

  ol.breadcrumb {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
  }

  nav.breadcrumb-nav {
    margin-left: 55px;
  }

  .common-read-more-btn {
    padding: 9px 28px;
    max-width: 242px;
    max-height: 60px;
    background-color: transparent;
    border: 1px solid rgb(145, 56, 50);
    border-radius: 30px;
    text-decoration: none !important;
    cursor: pointer;
  }

  .common-read-more-btn .btn-text {
    font-size: 20px;
    font-family: Noto Sans;
    line-height: normal;
    color: rgb(145, 56, 50);
  }

  .footer-logo {
    width: 310px;
  }

  .footer-logo img {
    width: 80%;
  }

  #news-slider .owl-wrapper {
    margin-left: -250px;
  }


  #news-slider {
    padding-top: 65px;
  }

  .navbar .nav-link:focus,
  .navbar .nav-link:active {
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar .btn-img {
    width: 25px;
    border: none;
  }

  .nav-item.dropdown:hover .dropdown-menu .background li {
    transform: translateY(0px);
    margin-top: 2px;
  }

  .customeborder {
    position: relative;
    border-left: 1px solid #F0E6DA;
    padding: 0px 0px 0 10px;
  }

  .nav-item .background .list-text {
    color: #913832;
    font-weight: 400;
    font-size: 15px !important;
    padding: 20px;
    font-size: medium;
    font-weight: 300;
  }

  .nav-item .background .list-text:hover {
    text-decoration: underline;
    padding: 20px;
    font-weight: 500;
  }


  #myCarousel .carousel-inner {
    overflow: hidden;
  }


  .sec-4 .gap {
    gap: 20px;
  }

  .sec-4 .text {
    font-family: Bodoni Moda 9pt;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: rgb(145, 56, 50);
    font-style: italic;
    transition: ease-in-out 0.5s;
  }


  .common-heading.stripbottom {
    color: #fff;
  }

  .sec-5 #demo .bottom-div {
    max-width: 250px;
  }

  .sec-4 {
    background-image: url(../img/sec-4-bg.jpg);
    background-position: bottom center;
    background-size: 100% 100%;
    background-clip: border-box;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 230px;
    padding-top: 100px;
  }

  .sec-4 .gap {
    gap: 20px;
  }

  .sec-4 .text {
    font-family: Bodoni Moda 9pt;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: rgb(145, 56, 50);
    font-style: italic;
    transition: ease-in-out 0.5s;
  }

  .content.sec-1-content.stripbottom.red {
    padding-top: 30px;
  }

  .sec-5 #demo .bottom-div {
    max-width: 250px;
  }

  .sec-5 {
    background-image: url(../img/sec-5-bg.jpg);
    background-position: center;
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-top: 70px; */
    padding-bottom: 110px;
  }

  .sec-5 .image {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));

  }

  .sec-5 .bottom-div {
    bottom: 10px;
    margin-left: 55px;
    width: 70%;
  }

  .sec-5 .bottom-div .text {
    padding-left: 5px;
    font-family: Bodoni Moda 9pt;
    font-size: 16px;
    font-weight: 500;
    color: white;
  }

  .sec-5 .bottom-div .text-2 {
    color: white !important;
    font-family: "Bodoni Moda 9pt";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }
 


  .sec-5 .bottom-div .text-4 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-5 .bottom-div .text-5 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }

  .sec-5 .bottom-div .text-6 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .sec-5 .bottom-div .text-7 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-5 .base-image {
    position: absolute;
    top: 0;
  }

  .sec-5 .overlay-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }

  .description-text {
    font-size: 16px !important;
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-weight: 400;
    text-decoration: none;
  }

  .textwhite.description-text {
    color: #fff;
  }

  #news-slider .owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #913633;
    background: transparent;
    margin: 0 6px;
  }

  #news-slider .owl-pagination .owl-page.active {
    opacity: 1;
    background: #913633;
  }

  #news-slider .owl-pagination {
    bottom: -80px;
  }

  .sec-5 .left-arr-btn {
    margin-left: -150px;
  }

  .sec-5 .right-arr-btn {
    margin-left: 150px;
  }

  .carousel-item {
    opacity: 0;
  }

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

  .contents.mt-6 {
    margin-top: 110px;
  }

  #news-slider .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    bottom: -45px;
  }

  .owl-buttons .owl-prev,
  .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/slider-right-btn.png);
    width: 25px;
    height: 48px;
    background-size: cover;
    right: -50px;
    z-index: 999;
  }

  .owl-buttons .owl-prev {
    background-image: url(../img/slider-left-btn.png);
    left: -50px;
  }


  .sec-5 .carousel-control-prev {
    width: 7%;
  }

  .sec-5 .left-arr-btn {
    margin-left: -12rem;
    padding-top: 220px;
  }

  .sec-5 .right-arr-btn {
    padding-left: 115px;
    padding-top: 220px;
  }

  .sec-5 .post-slide a {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
  }

 

  .sec-5 .bottom-div .source-text {
    color: white !important;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease-in-out,
      transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .sec-5 .bottom-div .source-text-2 {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease-in-out,
      transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

 

  .sec-5 .post-slide a:hover .bottom-div .text-3,
  .sec-5 .post-slide a:hover .bottom-div .text-6 {
    transform: translateY(-15px);
  }

  .sec-5 .post-slide a:hover .bottom-div .source-text {
    opacity: 0;
    transform: translateY(20px);
  }

  .sec-5 .post-slide a:hover .bottom-div .description-text {
    max-height: 200px;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mobileuse {
    display: none;
  }

  .sec-5 .post-slide a {
    display: block;
    transition: transform 0.6s ease-in-out;
  }

  .sec-5 .post-slide a:hover {
    transform: translateY(-5px);
  }

  .sec-5 .post-slide a .image {
    transition: filter 0.6s ease-in-out;
  }

  .sec-5 .post-slide a:hover .image {
    filter: brightness(0.95);
  }



  .sec-5 .post-slide a,
  .sec-5 .post-slide a:link,
  .sec-5 .post-slide a:visited,
  .sec-5 .post-slide a:hover,
  .sec-5 .post-slide a:active,
  .sec-5 .post-slide a:focus,
  .sec-5 .post-slide a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
    color: #913832;
    text-decoration: none;
    font-family: "Noto Sans", "Noto Sans Devanagari", sans-serif;
  }

  .sec-5 .post-slide a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  .nav-tabs {
    border-bottom: none !important;
  }

  .about-us-nav .logo-2 {
    height: 110px;
    padding: 10px 0px;
  }

  .about-us-nav .dispaly {
    display: block !important;
  }

  .about-us-nav .not-display {
    display: none;
  }

  .about-us-nav .remove {
    display: none;
  }


  /****************marquee ***************/

  .marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }


  .marquee-track {
    display: inline-flex;
    animation: marquee-horizontal 25s linear infinite;
  }

  .marquee-track:hover {
    animation-play-state: paused;
  }

  .marquee-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .marquee-track .sec-7-c {
    margin: 0 -26px;
  }


  @keyframes marquee-horizontal {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /****************marquee **End*************/

  .about-us-nav .second-logo {
    height: 150px;
    margin-top: 100px;
    margin-left: 50px;
  }

  .about-us-nav .btn-img {
    width: 25px;
    border: none;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 30px 0px;
    border: 1px solid #fff;
    background-color: transparent;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .about-us-nav .nav-link:active .list-a {
    margin-left: -170px;
  }

  .about-us-nav .nav-height {
    line-height: 40px;
  }

  .about-us-nav .line-img {
    height: 30px;
    width: 2px;
    margin-right: 10px;
  }

  .about-us-nav .nav-item .background {
    left: -188px;
    top: -27px;
    width: 100%;
  }

  .about-us-nav .nav-item .background .list-text {
    color: #913832;
  }

  .about-us-nav .nav-item .background .list-text:hover {
    border-radius: 15px;
  }

  .about-us-nav .effect {
    transition: ease-in-out 1s;
  }

  .about-us-section-1 {
    background-image: url(../img/about-us-sec-1-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    background-position: bottom center;
    padding-bottom: 70px;
    min-height: 1000px;
  }


  .about-us-section-1 .main-sec {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }


  .about-us-section-1 .content {
    display: flex;
    gap: 30px;
    max-width: 20rem;
  }

  .about-us-section-1 .content .line-dot {
    display: flex;
    align-items: center;
    flex-direction: column;
  }


  .about-us-section-1 .content .line-dot .dot {
    --size: 0.5rem;
    width: var(--size);
    height: var(--size);
    margin: calc((1rem - var(--size)) / 2);
    border-radius: 50%;
    background-color: #913832;
    flex-grow: 0;
  }

  .about-us-section-1 .content .line-dot .line {
    flex-grow: 1;
    margin: 8px 0;
    width: 3px;
    background-color: #913832;
  }

  @keyframes dropdownFadeIn {
    0% {
      opacity: 0;
      transform: translateY(-15px) scale(0.95);
    }

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

  @keyframes slideInDown {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes backgroundPulse {
    0% {
      opacity: 0.8;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 1;
    }
  }

  .nav-item {
    transition: transform 0.3s ease;
  }


  .sec-2 .some-descrip,
  .sec-2 .Signature {
    position: relative;
    z-index: 3;
  }



  .sec-2 canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    pointer-events: none;
  }

  .sec-2 .container {
    position: relative;
    z-index: 3;
  }

  .post-slide {
    display: flex;
    justify-content: space-between;
    gap: 0;
    height: 626px;
  }


  .carousel-inner {
    padding-left: 35px;
    padding-bottom: 30px;
  }

  .description.container-fluid.pb-0 {
    padding-bottom: 0 !important;
    position: absolute;
    bottom: 10%;
  }


  .bannerbg .gap .icons {
    height: 30px;
    width: 30px;
  }


  .description .border-b::after {
    width: 116px;
    height: 4px;
    margin: 0 auto;
    bottom: -30px;
  }

  .sec-1 .nav-item.dropdown {
    z-index: 9;
  }

  .sec-1 .nav-item:hover {
    transform: translateY(0px);
  }

  .sec-1 .nav-item.dropdown:hover .dropdown-toggle {
    transform: translateY(0px);
    font-weight: 300;
  }



  .the-rotary-foundation .the-rotary-foundation-img {
    width: -webkit-fill-available;
  }

  .grid-basic.onecol {
    grid-template-columns: 100%;
    margin-top: 40px;
  }

  .grid-basic.towcol {
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
  }

  .grid-basic.threecol {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }


  .grid-basic {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-bottom: 50px;
  }

  .italics {
    font-style: italic;
    text-decoration: none;
  }


  .grid-basic h5 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 2.5em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4em;
  }

  .grid-basic h4 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.4em;
  }

  .grid-basic p {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.7em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
  }



  .news-narratives-page .effect:hover {
    transition: ease-in 0.5s;
    transform: scale(1.03);
  }

  .news-narratives-page .news-article {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
  }




  .news-narratives-page .read-more {
    color: #913832 !important;
    font-family: "Bodoni Moda 9pt";
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
  }

  .news-narratives-page .name-date {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
  }


  .news-narratives-page .bottom-div {
    gap: 10px;
  }

  .news-narratives-page .arrows {
    height: 25px;
    width: 20px;
  }

  .news-narratives-page .number-btn {
    height: 25px;
    width: 25px;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #913832;
    border-radius: 50%;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .news-narratives-page .number-btn:hover {
    background-color: #913832;
    color: white;
    cursor: pointer;
  }

  .news-narratives-page .bottom-div {
    gap: 10px;
  }

  .news-narratives-page .arrows {
    height: 25px;
    width: 20px;
  }

  .news-narratives-page .number-btn {
    height: 25px;
    width: 25px;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #913832;
    border-radius: 50%;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .news-narratives-page .number-btn:hover {
    background-color: #913832;
    color: white;
    cursor: pointer;
  }

  canvas.waterEffect {
    pointer-events: none;
  }

  /*****************Home css end******************************/
  .svgbg {
    width: 560px;
    transition: 0.5s all ease;
  }

  .svgbg svg {
    width: 100%;
    height: 100%;
  }

  .svgbg img.image {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 85%;
    height: auto;
  }

  /* .sec-7-c a.position-relative.abc:hover {
    transform: scale(1.08);
  } */

  .sec-7 .bottom-div {
    margin-left: 26%;
  }

  .sec-7 .bottom-div {
    bottom: 50px;
  }
  .marquee-track-list a.position-relative.abc {
	cursor: auto !important;
  }

  .sec-1 .nav-item.dropdown .dropdown-menu {
    left: 0;
    width: 175px;
    top: 35px;
  }

  .sdg-grid .sdg-item:first-child {
    margin-left: 185px;
  }

  .sdg-grid .sdg-item:nth-child(2) {
    margin-left: 75px;
  }

  .sdg-grid .sdg-item:nth-child(3) {
    margin-left: -75px;
  }

  .sdg-grid .sdg-item:nth-child(4) {
    margin-left: -200px;
  }


  .sec-5 .bottom-div .source-text-article {
    color: white !important;
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 1s ease-in-out,
      transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .sec-5 .article-card:hover .source-text-article {
    opacity: 1;
    transform: translateY(0);
  }



  .f-image {
    width: 200px !important;
  }

  .overview-page-body {
    background-color: white !important;
  }

  .good-hlth {
    width: 12 0px !important;
    height: auto !important;
  }

  .overview-grid-1 {
    display: flex;
    gap: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .overview-grid-1 img {
    width: 100% !important;
    height: auto !important;
  }



  .overview-page>main {
    padding-top: 0px !important;
  }

  /* SDG Grid Styles */


  .sdg-item {
    width: 100%;
    max-width: 150px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* First 4 items span 5 columns each (20 / 4 = 5) */
  .sdg-item:nth-child(-n + 4) {
    grid-column: span 5;
  }

  /* Next 5 items span 4 columns each (20 / 5 = 4) */
  .sdg-item:nth-child(n + 5) {
    grid-column: span 4;
  }

  .sdg-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .card-image svg .main-image {
    transition: fill 2s ease-in-out;
  }

  .card-image:hover svg .main-image {
    fill: red;
  }

  .img-fluid-2 {
    max-width: 100%;
    height: 720px;
  }

  .background-black.offwhites-2 .blackbg {
    background-color: transparent;
  }

  .card-image {
    position: relative;
    display: inline-block;
    /* or block */
  }

  .card-image .base-img {
    display: block;
    width: 100%;
    z-index: 3;
  }

  .card-image .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;

  }

  .child-card .hovermove {
    height: 642px !important;
  }

  .child-card:hover .bordersline {
    opacity: 1;
    left: -10px;
    width: 2px;
    height: 82%;
  }




  .bordersline {
    width: 0.1px;
    height: 79%;
    left: -12px;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
  }

  .child-card {
    position: relative;
    overflow: hidden;
    /* border-radius: 8px; */
  }

  .abou2section img.img-fluid.section-2-image {
    width: 635px;
  }

  .contentuser .bordersline {
    margin-left: 10px;
  }


  .content-h4 {
    font-family: 'Bodoni Moda 9pt';
  }

  .parent-card:hover .contentuser p {
    max-height: 190px;
    font-family: 'Bodoni Moda 9pt Italic';
  }

  .slide-mr .bordersline {
    margin-left: 37px;
  }

  .slide-mr .content-h4 {
    margin-left: 18px;
  }

  .slide-mr p {
    margin-left: 18px;
  }


  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-clip: border-box;
    background-position: center;
    background-repeat: no-repeat;
  }

  .footer-bottom-text {
    margin-top: 30px;
    max-width: 75%;
  }

  .footer-bottom-text p {
    color: #f1e8df;
    font-size: 1.2em;
    font-family: 'Noto Sans';
    font-weight: 100
  }

  .footer-terms-of a {
    color: #efe5db;
    text-decoration: none;
    font-size: 1.5em;
    border-right: 2px solid #efe5db;
    padding-bottom: 2px;
    padding-right: 10px;
    font-family: 'Noto Sans';
    font-weight: 300;
  }

  .footer-terms-of {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    right: 0;
    bottom: 20px;
  }

  svg .sector1 {
    transition: fill 0.5s ease;
  }

  .sector1 stop,
  .rise-dark {
    transition: stop-opacity 2s ease, stop-color 2s ease;
  }

  .overlay-img:hover .rise-dark {
    stop-opacity: 1;
    stop-color: #682326;
  }

  .overlay-img:hover .sector1 stop:first-child {
    stop-opacity: 0;
    stop-color: #CE454B;
  }


  /***************style2**************/
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 9999999999;
    pointer-events: none;
  }

  .cursor div {
    position: absolute;
    display: grid;
    place-items: center;
  }

  .cursor div div {
    border: 1px solid #fff;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    box-shadow: 0 0 50px 5px #d7abff6e;
  }

  .cursor div:nth-child(1),
  .cursor div:nth-child(2) {
    width: 100%;
    height: 100%;
  }

  .cursor div:nth-child(1) {
    transition: transform 0.2s ease-out;
  }

  .cursor div:nth-child(2) {
    transition: transform 0.1s ease-out;
  }

  .cursor div:nth-child(2) div {
    background: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
  }

  .marquee-track-list a.position-relative.abc {
    margin-left: -90px;
  }

  .mainerror {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    flex-direction: column;
  }


  img.bottom-img {
    width: 100%;
  }

  .reveal-main {
    height: 400px;
    background: #e3e3e3;
  }



  .sec-1 .m-logo {
    display: none;
  }

  .sec-1-content {
    max-width: 1060px;
    margin-top: 10%;
    text-align: center;
  }

  .sec-1-content h1 {
    font-family: "Bodoni Moda 9pt";
    font-style: italic;
    font-size: 5.47em;
    line-height: 1.1;
    font-weight: 500;
  }

  .navbar-collapse {
    padding-bottom: 190px;
  }




  .sec-1 .nav-link {
    font-family: "Noto Sans";
    color: rgb(240, 230, 218);
    transition: ease-in 0.4s;
    font-weight: 300;
    font-size: 24px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0%;
    transition: ease-in 0.4s;
    vertical-align: middle;
  }

  .sec-1 .nav-link:active {
    color: rgb(240, 230, 218);
    font-family: "Noto Sans" !important;
  }

  .sec-1 .nav-link:hover {
    font-family: "Noto Sans";
    border-color: transparent;
  }
.thnkyous{
  margin-top: 0px;
}

  .sec-1 .line-img {
    height: 45px;
    width: 2px;
  }


  .sec-1 .bottom-img {
    width: 140px;
    height: 3px;
  }


  .stripbottom.red::after {
    background: rgb(145, 56, 50);
  }

  .content.sec-1-content.stripbottom.red::after {
    bottom: -24px;
    width: 100px;
    height: 3px;
  }






  .some-descrip {
    padding-top: 60px;
  }

  div#sec-2-content {
    margin-top: 0;
  }

  .sec-2-text {
    font-family: "Bodoni Moda 9pt" !important;
    color: rgb(145, 56, 50);
    font-size: 1.8em;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 23px !important;
  }




  .owl-wrapper-outer::after {
    left: 0;
    background: linear-gradient(to right, rgb(241 232 223) 0%, rgb(239 229 219 / 86%) 30%, rgba(245, 245, 245, 0) 100%)
  }

  .owl-wrapper-outer::before {
    right: 0;
    background: linear-gradient(to left, rgb(239 229 219) 0%, rgb(239 229 219) 30%, rgba(245, 245, 245, 0) 100%)
  }

  .contents p {
    font-family: "Bodoni Moda 9pt";
    font-weight: 400;
    font-size: 2.7em;
    line-height: 60px;
    text-align: center;
    color: rgb(145, 56, 50);
    margin-bottom: 95px;
    font-style: italic;
  }

  .contents {
    margin-top: 90px;
    text-align: center;
  }

  .button2 {
    padding: 15px 66px;
    background-color: transparent;
    border: 1px solid #913832;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 1.5em;
    font-family: Noto Sans;
    color: rgb(145, 56, 50);
    transition: 0.9s;
    box-shadow: inset 0px 0px 0px 0px rgb(145, 56, 50);
  }

  .button2:hover {
    color: #fff;
    box-shadow: inset 218px 0px 0px 0px rgb(145, 56, 50);
  }

  #myCarousel2 .carousel-item {
    transition: transform 0.6s ease !important;
    margin-right: -220px;
    margin-left: -220px;
  }

  #myCarousel2 .carousel-inner {
    position: relative;
  }

  #myCarousel2::before {
    content: "";
    position: absolute;
    left: -110px;
    top: 0;
    width: 180px;
    height: 100%;
    z-index: 20;
    pointer-events: none;
    background: linear-gradient(to right, #f6efe8, rgba(246, 239, 232, 0));
  }

  #myCarousel2::after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    width: 180px;
    height: 100%;
    z-index: 20;
    pointer-events: none;
    background: linear-gradient(to left, #f6efe8, rgba(246, 239, 232, 0));
  }

  .sec-5 .carousel-gap {
    gap: 0px;
  }

  /* Left Side Button */
  .carousel-control-prev {
    margin-left: 3.2rem;
  }

  /* Right Side Button */
  .carousel-control-next {
    margin-right: 1rem;
  }




  /* Overview Page */
  .overview-page-body {
    background-color: #fff !important;
  }



  .overview-page .map-img {
    height: 700px;
  }

  .india {
    overflow-x: hidden !important;
  }

  .overview-page .img-text {
    margin-left: 10px;
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
  }
  .overview-page-2 {
    margin-top: -100px;
  }

  .overview-page-2 .second-div {
    background-color: #f0e6da;
    margin-top: -10px;
  }

  .overview-page-2 .image {
    width: -webkit-fill-available;
  }

  .overview-page-2 .second-div .text {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 52px;
    font-style: italic;
    font-weight: 400;
  }

  .overview-page-2 .second-div .images {
    height: 160px;
    width: 180px;
  }

  .overview-page-2 .second-div .name {
    margin-top: 15px;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
  }

  .overview-page-2 .second-div .description {
    margin-top: 30px;
    text-align: center;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
  }

  .overview-page-2 .second-div .text-2 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
  }






  /* Bottom Text */
  .bottom-text {
    text-align: center;
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    color: #913832;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.5;
  }



  /* ***************  Error Page ****************** */

  .error-404 {
    background-image: url(../img/error-404-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    background-position: bottom center;
    overflow: hidden !important;
  }



  .errorpage {
    height: 100%;
    display: flex;
    align-items: center;
  }




  div#sec-2-content p:last-child {
    margin-bottom: 0 !important;
  }


  /* SDG Grid Styles */
  .sdg-grid {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    gap: 25px 0px;
    padding-bottom: 70px;
    margin: 0 auto;
    justify-items: center;
    max-width: 1200px;
  }

  .sdg-item {
    width: 100%;
    max-width: 150px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* First 4 items span 5 columns each (20 / 4 = 5) */
  .sdg-item:nth-child(-n + 4) {
    grid-column: span 5;
  }

  /* Next 5 items span 4 columns each (20 / 5 = 4) */
  .sdg-item:nth-child(n + 5) {
    grid-column: span 4;
  }

  .sdg-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .bottom-img-s {
    display: none;
  }

  .left-links .publisher {
    color: #913832;
    font-style: italic;
    font-family: "Bodoni Moda 9pt Italic";
    font-weight: 700;
    font-size: 1.78em;
    letter-spacing: 0;
  }

  .left-links {
    color: #913832;
    font-style: italic;
    font-family: "Bodoni Moda 9pt Italic";
    font-weight: 400;
    letter-spacing: 0;
  }

  main.our-collaborations-main {
    background-color: #F0E6DA;
  }

  .article-link {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.7em;
    font-weight: 700;
  }

  .trf-main .text {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    padding-bottom: 30px;
  }

  .footer-text-1 {
    font-family: "Noto Sans";
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.125rem;
  }

  .footer-text-2 {
    font-family: "Noto Sans";
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
  }


  .our-partner-1 .input-tag::placeholder {
    color: rgba(145, 56, 50, 1);
  }

  .our-partner-1 .heading-for-otherpage {
    margin-top: -50px;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 20px;
    float: right;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
  }



  .our-partner-1 .text-below-heading {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
  }

  .our-partner-1 .image-div {
    transition: all 0.4s ease;
    position: relative;
    padding: 20px 0;
    text-align: center;
    overflow: visible;
  }

  /* Image styling */
  .our-partner-1 .image-div .image {
    height: 150px;
    width: 180px;
    object-fit: contain;
    transition: transform 0.4s ease;
    margin-bottom: 15px;
    filter: grayscale(1);
    max-width: 200px;
  }

  .our-partner-1 .image-div:hover .image {
    transform: translateY(-70px);
  }


  .our-partner-1 .text-wrapper {
    position: relative;
    width: 100%;
  }

  .our-partner-1 .text-wrapper-2 {
    position: relative;
    width: 100%;
    min-height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .our-partner-1 .text-wrapper-2 .description-3 {
    margin-top: 12px;
  }

  .our-partner-1 .name,
  .our-partner-1 .description,
  .our-partner-1 .description-3,
  .our-partner-1 .description-2 {
    left: 50%;
    width: 90%;
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.4;
  }

  /* Name visible initially */
  .our-partner-1 .name {
    top: 0;
    font-size: 22px;
    font-weight: 500;
    opacity: 1;
  }

  .our-partner-1 .name-2 {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translate(-50%, 30px);
    width: 80%;
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.4;
    font-size: 1.7em;
  }

  .our-partner-1 .image-div:hover .name-2 {
    opacity: 1;
    margin-top: 10px;
    transform: translateX(-50%) translateY(-10px);
  }

  /* Description initially hidden */
  .our-partner-1 .description-3 {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
  }

  .name-2,
  .description-3 {
    line-height: 1.3;
    word-break: break-word;
    /* prevents overlap */
  }

  /* Description initially hidden */
  .our-partner-1 .description {
    top: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    opacity: 0;
  }

  .our-partner-1 .image-div:hover .description-3 {
    opacity: 1;
    transform: translateX(-50%) translateY(-50px);
  }

  /* Read More link — positioned below description */
  .our-partner-1 .description-2 {
    top: auto;
    bottom: 0;
    font-size: 15px;
    font-style: italic;
    text-decoration: none;
    opacity: 0;
  }

  /* Hover state animations */
  .our-partner-1 .image-div:hover .name {
    opacity: 0;
  }

  .our-partner-1 .image-div:hover .description {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  /* Read More fades in slightly after description */
  .our-partner-1 .image-div:hover .description-2 {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    transition-delay: 0.1s;
    /* smooth stagger */
  }



  /* -------------------------------------------- */
  /*                TAB MENU                      */
  /* -------------------------------------------- */

  .our-partner-1 .tab-menu {
    margin-top: 100px;
    position: relative;
    z-index: 10;
  }

  .our-partner-1 .tab-menu .menus {
    background: transparent;
    border: none;
    color: #913832;
    letter-spacing: 0.1rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s ease;
    position: relative;
    cursor: pointer;
    font-family: "Bodoni Moda 9pt";
    opacity: 0.4;
    font-size: 24px;
    padding: 0;
  }

  .our-partner-1 .tab-menu .menus.active::after {
    width: 0 !important;
  }

  /* Show underline only on hover (desktop) */
  .our-partner-1 .tab-menu .menus:hover::after {
    width: 100%;
  }

  /* Base underline element */
  .our-partner-1 .tab-menu .menus::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #913832;
    transition: width 0.3s ease;
  }


  



  .tab-pane-inner {
    opacity: 0;
    transform: translateX(0);
    transition: opacity 3s ease, transform 3s cubic-bezier(.18, .82, .28, 1.08);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
  }

  .tab-pane-inner.slide-active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
    padding-bottom: 3rem !important;
  }

  .tab-pane-inner.fade-out {
    opacity: 0 !important;
    transform: translateX(-100%) !important;
    z-index: 2;
  }

  /* Horizontal slide animations */
  .tab-pane-inner.slide-in-from-right {
    transform: translateX(100%);
    opacity: 0;
  }

  .tab-pane-inner.slide-in-from-left {
    transform: translateX(-100%);
    opacity: 0;
  }

  .tab-pane-inner.slide-out-to-left {
    transform: translateX(-100%);
    opacity: 0;
  }

  .tab-pane-inner.slide-out-to-right {
    transform: translateX(100%);
    opacity: 0;
  }

  /* Ensure animated states remain overlaid */
  .tab-pane.active .tab-pane-inner.slide-in-from-right,
  .tab-pane.active .tab-pane-inner.slide-in-from-left,
  .tab-pane.active .tab-pane-inner.slide-out-to-left,
  .tab-pane.active .tab-pane-inner.slide-out-to-right {
    z-index: 2;
  }

  .active-label {
    display: block;
  }

  /* Always show tab button */
  .tab-block .menus {
    display: block;
  }

  .tab-block.active-tab .menus {
    display: none !important;
  }

  .relative {
    position: relative;
  }


  .partner-logo {
    transition: transform 0.6s ease, filter 0.6s ease, box-shadow 0.6s ease;
  }

  .partner-logo:hover {
    transform: scale(1.08);
    filter: brightness(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }


  .our-partner-1 .margin-class {
    margin-top: 0px;
  }





  .our-collaborations .text {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
  }

  .our-collaborations .input-tag {
    max-width: 484px;
    background-color: transparent;
    border-radius: 35px;
    border: 1px solid #913832;
    padding: 17px 30px;
    font-family: "Bodoni Moda 9pt";
    font-size: 21px;
    font-weight: 600;
  }

  .our-collaborations .input-tag::placeholder {
    color: rgba(145, 56, 50, 1);
  }

  .our-collaborations .heading-for-otherpage {
    margin-top: -50px;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 20px;
    float: right;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
  }

  .our-collaborations .text-2 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
  }

  .our-collaborations .text-below-heading {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
  }

  .our-collaborations .image-div {
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    min-height: 320px;
    /* ensures same height for all */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Image styling */
  .our-collaborations .image-div .image {
    height: 150px;
    width: 180px;
    object-fit: contain;
    transition: transform 0.4s ease;
    margin-bottom: 15px;
  }

  /* Image moves up slightly on hover */
  .our-collaborations .image-div:hover .image {
    transform: translateY(-10px);
  }

  /* Wrapper for text between image and line */
  .our-collaborations .text-wrapper {
    position: relative;
    height: 60px;
    /* keeps fixed height for name/description */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Keep text-wrapper positioned relative for absolute children */
  .our-collaborations .text-wrapper {
    position: relative;
    width: 100%;
    min-height: 7.5rem;
    /* enough space for description + read more */
  }

  .our-collaborations .text-wrapper-2 {
    position: relative;
    width: 100%;
    min-height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .our-collaborations .text-wrapper-2 .description-3 {
    margin-top: 12px;
  }

  /* Common text styles */
  .our-collaborations .name,
  .our-collaborations .description,
  .our-collaborations .description-3,
  .our-collaborations .description-2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 30px);
    width: 90%;
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.4;
  }

  /* Name visible initially */
  .our-collaborations .name {
    top: 0;
    font-size: 22px;
    font-weight: 500;
    opacity: 1;
  }

  .our-collaborations .name-2 {
    top: 0;
    font-size: 31px;
    font-weight: 500;
    opacity: 1;
  }

  .our-collaborations .name-2 {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translate(-50%, 30px);
    width: 70%;
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.4;
  }

  /* Hover state animations */
  .our-collaborations .image-div:hover .name-2 {
    opacity: 1;
    margin-top: 10px;
    transform: translateX(-50%) translateY(-10px);
  }

  /* Description initially hidden */
  .our-collaborations .description-3 {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
  }

  .name-2,
  .description-3 {
    line-height: 1.3;
    word-break: break-word;
    /* prevents overlap */
  }

  /* Description initially hidden */
  .our-collaborations .description {
    top: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    opacity: 0;
  }

  .our-collaborations .image-div:hover .description-3 {
    opacity: 1;
    transform: translateX(-50%) translateY(-50px);
  }

  /* Read More link — positioned below description */
  .our-collaborations .description-2 {
    top: auto;
    bottom: 0;
    font-size: 15px;
    font-style: italic;
    text-decoration: none;
    opacity: 0;
  }

  /* Hover state animations */
  .our-collaborations .image-div:hover .name {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }

  .our-collaborations .image-div:hover .description {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  /* Read More fades in slightly after description */
  .our-collaborations .image-div:hover .description-2 {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    transition-delay: 0.1s;
    /* smooth stagger */
  }

  /* Optional: Line below */
  .our-collaborations .line-img {
    max-width: 200px;
    height: 2px;
    margin-top: 25px;
  }

  /* -------------------------------------------- */
  /*                TAB MENU                      */
  /* -------------------------------------------- */

  .our-collaborations .tab-menu {
    margin-top: 100px;
    position: relative;
    z-index: 10;
  }

  .our-collaborations .tab-menu .menus {
    background: transparent;
    border: none;
    color: #913832;
    letter-spacing: 0.2rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s ease;
    position: relative;
    cursor: pointer;
    font-family: "Bodoni Moda 9pt";
    margin: 0.5rem 0.5rem;
  }

  /* ----- DESKTOP UNDERLINE BEHAVIOR ----- */

  /* Remove underline from active tab (desktop) */
  .our-collaborations .tab-menu .menus.active::after {
    width: 0 !important;
  }

  /* Show underline only on hover (desktop) */
  .our-collaborations .tab-menu .menus:hover::after {
    width: 100%;
  }

  /* Base underline element */
  .our-collaborations .tab-menu .menus::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #913832;
    transition: width 0.3s ease;
  }

  /* -------------------------------------------- */
  /*              TAB CONTENT WRAPPER             */
  /* -------------------------------------------- */

  .tab-content {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    transition: min-height 3s ease;
    z-index: 1;
  }

#myTabContent {
    min-height: auto !important;
}
  .tab-pane-inner {
    opacity: 0;
    transform: translateX(0);
    transition: opacity 3s ease, transform 3s cubic-bezier(.18, .82, .28, 1.08);
    pointer-events: none;  
    width: 100%;  
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
  }

  .tab-pane-inner.slide-active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
  }

  .tab-pane-inner.fade-out {
    opacity: 0 !important;
    transform: translateX(-100%) !important;
    z-index: 2;
  }

  /* Horizontal slide animations */
  .tab-pane-inner.slide-in-from-right {
    transform: translateX(100%);
    opacity: 0;
  }

  .tab-pane-inner.slide-in-from-left {
    transform: translateX(-100%);
    opacity: 0;
  }

  .tab-pane-inner.slide-out-to-left {
    transform: translateX(-100%);
    opacity: 0;
  }

  .tab-pane-inner.slide-out-to-right {
    transform: translateX(100%);
    opacity: 0;
  }

  /* Ensure animated states remain overlaid */
  .tab-pane.active .tab-pane-inner.slide-in-from-right,
  .tab-pane.active .tab-pane-inner.slide-in-from-left,
  .tab-pane.active .tab-pane-inner.slide-out-to-left,
  .tab-pane.active .tab-pane-inner.slide-out-to-right {
    z-index: 2;
  }

  /* ACTIVE LABEL (desktop only) */
  .active-label {
    display: block;
  }

  /* Always show tab button */
  .tab-block .menus {
    display: block;
  }

  /* Hide active tab button on DESKTOP */
  .tab-block.active-tab .menus {
    display: none !important;
  }



  .partner-logo {
    transition: transform 0.6s ease, filter 0.6s ease, box-shadow 0.6s ease;
  }

  .partner-logo:hover {
    transform: scale(1.08);
    filter: brightness(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .our-collaborations .margin-class {
    margin-top: -130px;
  }


  /* Our Partner Image 1 */
  .our-collaborations .image-div {
    text-align: center;
    overflow: visible;
    width: 30% !important;
  }

  .our-collaborations .image-div .image-1 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-1 {
    content: url(../img/our-partner-color-logo-1.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }

  /* Our Partner Image 2 */
  .our-collaborations .image-div {
    text-align: center;
    overflow: visible;
  }

  .our-collaborations .image-div .image-2 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-2 {
    content: url(../img/our-partner-color-logo-2.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }

  /* Our Partner Image 3 */
  .our-collaborations .image-div {
    text-align: center;
    overflow: visible;
  }

  .our-collaborations .image-div .image-3 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-3 {
    content: url(../img/our-partner-color-logo-3.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-4 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-4 {
    content: url(../img/our-partner-color-logo-4.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-5 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-5 {
    content: url(../img/our-partner-color-logo-5.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-6 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-6 {
    content: url(../img/our-partner-color-logo-6.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-7 {
    width: 100%;
    max-width: 200px;
    transition: all 0.7s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-7 {
    content: url(../img/our-partner-color-logo-7.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-8 {
    width: 100%;
    max-width: 200px;
    transition: all 0.8s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-8 {
    content: url(../img/our-partner-color-logo-8.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-9 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-9 {
    content: url(../img/our-partner-color-logo-9.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-10 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-10 {
    content: url(../img/our-partner-color-logo-10.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-11 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-11 {
    content: url(../img/our-partner-color-logo-11.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-12 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-12 {
    /* content: url(../img/our-partner-color-logo-12.png); */
    content: url(../img/our-partner-12.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-13 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-13 {
    content: url(../img/our-partner-color-logo-13.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-14 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-14 {
    content: url(../img/our-partner-color-logo-14.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-15 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-15 {
    content: url(../img/our-partner-color-logo-15.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-16 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-16 {
    content: url(../img/our-partner-color-logo-16.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-17 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-17 {
    content: url(../img/our-partner-color-logo-17.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-18 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-18 {
    content: url(../img/our-partner-color-logo-18.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }


  .our-collaborations .image-div .image-19 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-19 {
    content: url(../img/our-partner-color-logo-19.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-20 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-20 {
    content: url(../img/our-partner-color-logo-20.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }


  .our-collaborations .image-div .image-21 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-21 {
    content: url(../img/our-partner-color-logo-21.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }


  .our-collaborations .image-div .image-22 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-22 {
    content: url(../img/our-partner-color-logo-22.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-23 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-2023 {
    content: url(../img/our-partner-color-logo-23.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-24 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-24 {
    content: url(../img/our-partner-color-logo-24.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-25 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-25 {
    content: url(../img/our-partner-color-logo-25.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-26 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-26 {
    content: url(../img/our-partner-color-logo-26.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-27 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-27 {
    content: url(../img/our-partner-color-logo-27.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-28 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-28 {
    content: url(../img/our-partner-color-logo-28.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }


  .our-collaborations .image-div .image-29 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-29 {
    content: url(../img/our-partner-color-logo-29.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }


  .our-collaborations .image-div .image-30 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-30 {
    content: url(../img/our-partner-color-logo-30.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-31 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-31 {
    content: url(../img/our-partner-color-logo-31.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-32 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-32 {
    content: url(../img/our-partner-color-logo-32.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }


  .our-collaborations .image-div .image-33 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-33 {
    content: url(../img/our-partner-color-logo-33.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-34 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-34 {
    content: url(../img/our-partner-color-logo-34.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-35 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-35 {
    content: url(../img/our-partner-color-logo-35.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }



  .our-collaborations .image-div .image-36 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-36 {
    content: url(../img/our-partner-color-logo-36.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }


  .our-collaborations .image-div .image-37 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-37 {
    content: url(../img/our-partner-color-logo-37.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }

  /* Our Partner Image 38 */
  /* .our-collaborations .image-div {
  text-align: center;
  overflow: hidden;
} */

  .our-collaborations .image-div .image-38 {
    width: 100%;
    max-width: 200px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    filter: brightness(1);
  }

  .our-collaborations .image-div:hover .image-38 {
    content: url(../img/our-partner-color-logo-38.png);
    transform: scale(1.08) translateY(-12px);
    /* gentle upward push */
    filter: brightness(1.15) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    /* smooth, slow-mo feel */
  }


  .thank-you-page .main-div {
    position: relative;
    z-index: 50;
    background-image: url(../img/thank-you-post-card.png);
    background-size: 98%;
    /* ← IMAGE NEVER CUTS */
    background-repeat: no-repeat;
    background-position: center;
    min-height: 50rem;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .thank-you-page .row-gap {
    display: flex;
    justify-content: center;
    padding-top: 21rem;
    padding-bottom: 15rem;
  }

  .thank-you-page .main-div .text {
    color: #a93b3b;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 2rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }


  .article-one .text {
    color: #913832;
    font-family: "Bodoni Moda 9pt Italic";
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 700;
    padding-left: 0.7rem;
    text-decoration: underline;
    text-decoration-color: #f2e9de;
    border-left: 2px solid #913832;
  }

  .article-one .ol-list {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #filterBox {
    transition: transform 400ms cubic-bezier(.2, .7, .2, 1), opacity 300ms ease;
    transform: translateX(0);
    opacity: 1;
    display: flex;
    align-items: center;
  }

  .filter-hidden {
    opacity: 0 !important;
    transform: translateX(30px) !important;
  }

  .filter-visible {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }


  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: white;
  }

  /* .breadcrumb {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M0.5 2.05591C0.499915 1.78223 0.575269 1.51336 0.718451 1.27647C0.861634 1.03958 1.06758 0.843042 1.31548 0.706711C1.56339 0.57038 1.84449 0.49908 2.13039 0.500009C2.41629 0.500938 2.69688 0.574064 2.94381 0.712003L12.6906 6.15453C12.9366 6.29116 13.1408 6.4872 13.2828 6.72305C13.4249 6.95891 13.4998 7.22631 13.5 7.49855C13.5002 7.77079 13.4258 8.03832 13.2842 8.27441C13.1426 8.5105 12.9388 8.70687 12.6931 8.84391L2.94381 14.288C2.69688 14.4259 2.41629 14.4991 2.13039 14.5C1.84449 14.5009 1.56339 14.4296 1.31548 14.2933C1.06758 14.157 0.861634 13.9604 0.718451 13.7235C0.575269 13.4866 0.499915 13.2178 0.5 12.9441V2.05591Z' stroke='%23913832' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  } */

  .breadcrumb {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7 14' fill='none'%3E%3Cpath d='M0.75 0.75L5.75 6.75L0.75 12.75' stroke='%23913832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .breadcrumb-item+.breadcrumb-item::before {
    vertical-align: middle;
    position: relative;
    top: 2px;
    margin-right: 10px;
  }

  /* .breadcrumb-item:nth-last-child(1)::before {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='15' viewBox='0 0 13 15' fill='none'%3E%3Cpath d='M0.5 2.05591C0.499922 1.78223 0.569479 1.51336 0.701647 1.27647C0.833816 1.03958 1.02392 0.843042 1.25276 0.706711C1.48159 0.57038 1.74107 0.49908 2.00498 0.500009C2.26888 0.500938 2.52789 0.574064 2.75583 0.712003L11.7529 6.15453C11.9799 6.29116 12.1684 6.4872 12.2995 6.72305C12.4307 6.95891 12.4998 7.22632 12.5 7.49855C12.5002 7.77079 12.4316 8.03832 12.3008 8.27441C12.1701 8.5105 11.982 8.70687 11.7551 8.84391L2.75583 14.288C2.52789 14.4259 2.26888 14.4991 2.00498 14.5C1.74107 14.5009 1.48159 14.4296 1.25276 14.2933C1.02392 14.157 0.833816 13.9604 0.701647 13.7235C0.569479 13.4866 0.499922 13.2178 0.5 12.9441V2.05591Z' fill='%23913832' stroke='%23913832' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  } */
  .breadcrumb-item:nth-last-child(1)::before {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7 14' fill='none'%3E%3Cpath d='M0.75 0.75L5.75 6.75L0.75 12.75' stroke='%23913832' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }


  .common-read-more-btn {
    padding: 9px 28px;
    max-width: 242px;
    max-height: 60px;
    background-color: transparent;
    border: 1px solid rgb(145, 56, 50);
    border-radius: 30px;
    text-decoration: none !important;
    cursor: pointer;
  }

  .common-read-more-btn .btn-text {
    font-size: 20px;
    font-family: Noto Sans;
    line-height: normal;
    color: rgb(145, 56, 50);
  }

  .sec-1 {
    position: relative;
    background-image: url(../img/bannderbg.jpg);
    background-repeat: no-repeat;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.5);
    z-index: 99;
    background-size: 100% 100%;
    padding-top: 0;
    max-height: 940px;
    height: 100%;
  }

  /* .homebanner nav.navbar {
    position: relative;
    top: -88px;
    z-index: 3;
}
.homebanner {
    position: relative;
    overflow: hidden;
    max-height: 100vh;
    height: 100vh;
} */
  /* 
img.headerbg {
    position: absolute;
    top: -24%;
    width: 105%;
    transform: rotate(356deg);
    z-index: 2;
}

.banner-bottom-description {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    z-index: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3%;
}

.banner-bottom-description .border-b {
    position: relative;
    max-width: 820px;
    font-size: 4.56em;
    font-weight: 500;
    font-style: italic;
    z-index: 9;
} */

  .sec-1 .logo {
    height: 12em;
    width: auto;
    margin-top: 30px;
    margin-bottom: 1.7rem;
  }


  .sec-1 .nav-link {
    font-family: Noto Sans;
    font-size: 1.8em;
    color: rgb(240, 230, 218);
    transition: ease-in 0.4s;
  }

  .sec-1 .nav-link:active {
    color: rgb(240, 230, 218);
  }


  .sec-1 .line-img {
    height: 45px;
    width: 2px;
  }

  .sec-1 .gap {
    gap: 10px;
  }

  .sec-1 .description {
    justify-content: center;
    display: flex;
    align-items: flex-start;

  }

  .sec-1 .bottom-img {
    width: 140px;
    height: 3px;
  }

  .navbar .btn-img {
    width: 25px;
    border: none;
  }


  .nav-item .background .list-text {
    color: #913832;
    font-weight: 400;
    font-size: larger;
    padding: 20px;
    font-size: medium;
    font-weight: 300;
  }

  .nav-item .background .list-text:hover {
    text-decoration: underline;
    padding: 20px;
    font-weight: 500;
    text-decoration: underline;
  }


  .sec-2 {
    /* min-height: 100vh; */
    background-image: url(../img/sec-2-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: border-box;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.5);
    z-index: 9;
    position: relative;
    align-items: center;
    background-color: #f3eae1;

  }


  .sec-2 .gap {
    gap: 15px;
  }

  .sec-2 .text {
    font-family: "Bodoni Moda 9pt";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: rgb(145, 56, 50);
  }

  .sec-2 .sign {
    height: 180px;
  }

  .sec-2 .sign-name {
    font-family: "Bodoni Moda 9pt";
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: normal;
    color: rgb(145, 56, 50);
  }


  .sec-3 {
    overflow: hidden;
    overflow-x: hidden;
    background-image: url(../img/sec-5-bg.jpg);
    background-position: center;
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sec-3 .image {
    width: 340px;
    height: 450px;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  }

  .sec-3 .bottom-div {
    bottom: 10px;
    margin-left: 55px;
  }

  .sec-3 .bottom-div .text {
    padding-left: 5px;
    font-family: Bodoni Moda 9pt;
    font-size: 16px;
    font-weight: 500;
    color: white;
  }

  .sec-3 .bottom-div .text-2 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }

  .sec-3 .bottom-div .text-3 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .sec-3 .bottom-div .text-4 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-3 .bottom-div .text-5 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }

  .sec-3 .bottom-div .text-6 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .sec-3 .bottom-div .text-7 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-3 .left-arr-btn {
    margin-left: -150px;
  }

  .sec-3 .right-arr-btn {
    margin-left: 150px;
  }

  #myCarousel {
    margin-top: 25px !important;
  }


  #myCarousel .carousel-inner {
    overflow: hidden;
  }

  .image {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .bottom-div {
    bottom: 15px;
    left: 0;
    right: 0;
    justify-content: center;
    gap: 10px;
  }



  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-start,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex;
  }





  .sec-4 .gap {
    gap: 20px;
  }

  .sec-4 .text {
    font-family: Bodoni Moda 9pt;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: rgb(145, 56, 50);
    font-style: italic;
    transition: ease-in-out 0.5s;
  }

  .sec-5 .bottom-div {
    bottom: 10px;
    margin-left: 55px;
  }

  .sec-5 .bottom-div .text {
    padding-left: 5px;
    font-family: Bodoni Moda 9pt;
    font-size: 16px;
    font-weight: 500;
    color: white;
  }

  

  .sec-5 .bottom-div .text-3 {
    color: #fff!important;
    font-family: "Bodoni Moda 9pt";
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .sec-5 .bottom-div .text-4 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-5 .bottom-div .text-5 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }

  

  .sec-5 .bottom-div .text-7 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-5 .left-arr-btn {
    margin-left: -150px;
  }

  .sec-5 .right-arr-btn {
    margin-left: 150px;
  }

  #myCarousel {
    margin-top: 25px !important;
  }


  .sec-5 .carousel-control-prev {
    width: 7%;
  }

  .sec-5 .left-arr-btn {
    margin-left: -6rem;
  }

  .sec-5 .right-arr-btn {
    padding-left: 45px;
  }

  /* Card link wrapper */
  .sec-5 .carousel-item a {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
  }

  /* --- Base States --- */
  .sec-5 .bottom-div .text-3,
  .sec-5 .bottom-div .text-6 {
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 80px;
  }

  .sec-5 .bottom-div .source-text {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease-in-out,
      transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .sec-5 .bottom-div .description-text {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 1s ease-in-out, opacity 0.9s ease-in-out,
      margin 1s ease-in-out;
  }

 
  

  .sec-5 .carousel-item a:hover .bottom-div .description-text {
    max-height: 200px;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* --- Optional: Card & Image subtle hover --- */
  .sec-5 .carousel-item a {
    display: block;
    transition: transform 0.6s ease-in-out;
  }

  .sec-5 .carousel-item a:hover {
    transform: translateY(-5px);
  }

  .sec-5 .carousel-item a .image {
    transition: filter 0.6s ease-in-out;
  }

  .sec-5 .carousel-item a:hover .image {
    filter: brightness(0.95);
  }

  .sec-5 .bottom-div .source-text {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), margin 0.5s ease;
    height: 40px;
  }


  .nav-tabs {
    border-bottom: none !important;
    /* remove default */
  }

  .about-us-nav .logo-2 {
    height: 110px;
    padding: 10px 0px;
  }

  .about-us-nav .dispaly {
    display: block !important;
  }

  .about-us-nav .not-display {
    display: none;
  }

  .about-us-nav .remove {
    display: none;
  }

  .about-us-nav .second-logo {
    height: 150px;
    margin-top: 100px;
    margin-left: 50px;
  }

  .about-us-nav .btn-img {
    width: 25px;
    border: none;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
    right: auto;
    left: 35px;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 30px 0px;
    border: 1px solid #fff;
    background-color: transparent;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .about-us-nav .nav-link:active .list-a {
    margin-left: -170px;
  }

  .about-us-nav .nav-height {
    line-height: 40px;
  }

  .about-us-nav .nav-item:hover {
    font-weight: 600;
    transform: scale(1.05) translatex(-20px);
  }

  .about-us-nav .line-img {
    height: 30px;
    width: 2px;
    margin-right: 10px;
  }

  .about-us-nav .nav-item .background .list-text {
    color: #913832;
  }

  .about-us-nav .nav-item .background .list-text:hover {
    border-radius: 15px;
  }

  .about-us-nav .effect {
    transition: ease-in-out 1s;
  }

  .about-us-section-1 .main-sec {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }

  .container.founding-members {
    padding-top: 70px;
  }

  .about-us-section-1 .section-title {
    position: sticky;
    top: 20px;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    width: 180px;
  }

  .about-us-section-1 .content {
    display: flex;
    gap: 30px;
    max-width: 20rem;
  }

  .about-us-section-1 .content .line-dot {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .about-us-section-1 .heading {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
  }

  .about-us-section-1 .description {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  .about-us-section-1 .content .line-dot .dot {
    --size: 0.5rem;
    width: var(--size);
    height: var(--size);
    margin: calc((1rem - var(--size)) / 2);
    border-radius: 50%;
    background-color: #913832;
    flex-grow: 0;
  }

  .about-us-section-1 .content .line-dot .line {
    flex-grow: 1;
    margin: 8px 0;
    width: 3px;
    background-color: #913832;
  }





  .hovermove:hover .imgbginner::after,
  .hovermove:hover .imgbginner::before {
    opacity: 1;
  }

  .thirdbgimg .hovermove:hover .imgbginner::before {
    opacity: 1;
  }

  .thirdbgimg .hovermove:hover .imgbginner::after {
    opacity: 0;
  }

  .imgbginner .contentuser {
    pointer-events: none;
  }

  .hovermove:hover .contentuser {
    pointer-events: none;
  }

  .background-black {
    row-gap: 20px;
  }

  .hovermove:hover .bordersline {
    opacity: 1;
    left: -10px;
    width: 2px;
    height: 100%;
  }

  .torow {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .tothree {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .about-us-gallery .gallery-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    height: 328px;
  }

  .hovermove:hover .contentuser {
    bottom: 20px;
  }

  .hovermove:hover .contentuser p {
    bottom: 0px;
    opacity: 1;
  }

  .about-us-section-2 {
    padding-bottom: 60px;
    background-image: url(../img/about-us-sec-2-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-size: cover;
  }

  .about-us-section-2 .text {
    font-family: "Bodoni Moda 9pt", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    color: rgb(145, 56, 50);
    font-style: italic;
  }

  .about-us-section-3 .images {
    width: -webkit-fill-available;
    height: 100px;
  }

  .about-us-section-3 .scrolling-div {
    max-height: 350px;
  }

  .about-us-section-3 .main-sec {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }

  .about-us-section-3 .section-title {
    position: sticky;
    top: 20px;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    width: 117px;
  }

  .about-us-section-3 .content {
    display: flex;
    justify-content: space-between;
  }

  .about-us-section-3 .content .line-dot {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
  }

  .about-us-section-3 .heading {
    color: #fff;
    font-feature-settings: "dlig" on;
    font-family: "Bodoni Moda 9pt";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .about-us-section-3 .heading-2 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    font-style: italic;
  }

  .about-us-section-3 .description {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }

  .about-us-section-3 .content .line-dot .dot {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-top: 25px;
    background-color: transparent;
    border: 0.5px solid white;
  }

  .about-us-section-3 .content .line-dot .dot.active {
    background-color: white;
    transform: scale(1.2);
    transition: all 0.3s ease;
  }

  .about-us-section-3 .menu .text {
    color: #913832;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: normal;
    text-decoration: none !important;
  }

  .swipersmain {
    height: 590px;
    overflow: hidden;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span.swiper-pagination-bullet {
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    background-color: transparent;
    margin: 35px 0px;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }

  .customepagition.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
    right: auto;
    left: 35px;
  }


  .about-us-gallery {
    /* background-image: url(../img/about-gallery-bg.jpg); */
    background-image: url(../img/aboutlastlast.png);
    background-size: cover;
    background-position:top -180px center;
    background-clip: border-box;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 100px;

  }

  .sector-in-focus-1 {
    background-image: url(../img/sector-in-focus-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    background-position: bottom center;
    margin-top: -290px;
    padding-top: 290px;
    overflow-x: hidden !important;
  }



  .sector-in-focus-1 .image-1 {
    max-width: 400px;
  }

  .sector-in-focus-1 .image-2 {
    max-width: 600px;
  }

  .filterbox {
    margin-top: 20px;
}

  h3.border-b.common-heading {
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 30px;
    line-height: 1.3em;
    color: rgb(145, 56, 50);
    font-family: "Bodoni Moda 9pt", serif;
    margin-bottom: 0;
    font-style: normal;
  }


  .our-partner-1 .input-tag {
    max-width: 484px;
    background-color: transparent;
    border-radius: 35px;
    border: 1px solid #913832;
    padding: 10px 30px;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.2em;
    font-weight: 400;
    cursor: pointer;
    outline: none;
  }

  .our-partner-1 .input-tag::placeholder {
    color: rgba(145, 56, 50, 1);
  }

  .our-partner-1 .heading-for-otherpage {
    margin-top: -50px;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 20px;
    float: right;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
  }




  .our-partner-1 .image-div .name {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
  }



  

  .our-partner-1 .image-div:hover .image {
    height: 150px;
    width: 150px;
    filter: grayscale(0);
  }

  .our-partner-1 .image-div .description {
    color: #913832;
    display: none;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
  }

  .our-partner-1 .image-div:hover .description {
    display: contents;
  }

  .our-partner-1 .image-div .description {
    opacity: 1;
    transition: opacity 0.4s ease;
  }

  .our-partner-1 .image-div .description-2 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    display: none;

    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
  }

  .our-partner-1 .image-div:hover .description-2 {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
.our-partner-1 .tab-menu {
    margin-top: 30px;
}

  .our-partner-1 .tab-menu .menus {
    background-color: transparent;
  }




  .scrolling-div.mt-5 {
    position: relative;
  }

  /* .scrolling-div.mt-5.seconds::after {
    content: "";
    background: #a28282;
    width: 5px;
    position: absolute;
    left: 6px;
    right: 0;
    height: 271%;
    top: 38px;
    z-index: -1;
} */
  .scrolling-div.seconds .dot::before {
    height: 0;
  }

  .scrolling-div.seconds .dot.active::before {
    content: "";
    background: #7c5b5b;
    width: 5px;
    left: 4px;
    position: absolute;
    z-index: -1;
    top: 14px;
    transition: 0.5s all ease;
    background: #ffffff;
    height: 270px;
  }

  .scrolling-div section.main-sec:nth-child(2) .dot {
    left: -2px;
  }

  .scrolling-div section.main-sec:nth-child(3) .dot {
    left: -3px;
  }

  .about-us-section-3 .content .line-dot .dot {
    background-color: #93443d;
    position: relative;
  }


  .the-rotary-foundation .the-rotary-foundation-img {
    width: -webkit-fill-available;
  }


  .news-narratives-page {
    /* background-image: url(../img/news&narratives-page-bg.jpg); */
    background-image: url(../img/vertycalams.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    background-position: top center;
    position: relative;
  }


  .news-narratives-page .effect:hover {
    transition: ease-in 0.5s;
    transform: scale(1.03);
  }

 
.min-hverty .effect {
    min-height: 350px;
}


  .news-narratives-page .name {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
  }

  .news-narratives-page .description {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    display: -webkit-box;
   -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
   overflow: hidden;
  text-overflow: ellipsis;
  }

  .news-narratives-page .read-more {
    color: #913832 !important;
    font-family: "Bodoni Moda 9pt";
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
  }

  .news-narratives-page .name-date {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
  }

  .news-narratives-page .input-tag {
    width: 300px;
    background-color: transparent;
    border-radius: 35px;
    border: 1px solid #913832;
    padding: 13px 20px;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.2em;
    font-weight: 400;
    outline: none;
  }

  .news-narratives-page .input-tag::placeholder {
    color: rgba(145, 56, 50, 1);
  }

  .news-narratives-page .bottom-div {
    gap: 10px;
  }

  .news-narratives-page .arrows {
    height: 25px;
    width: 20px;
  }

  .news-narratives-page .number-btn {
    height: 25px;
    width: 25px;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #913832;
    border-radius: 50%;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .news-narratives-page .number-btn:hover {
    background-color: #913832;
    color: white;
    cursor: pointer;
  }

  .right-social {
    gap: 10px;
  }

  .bannerbg .view-article {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 34px;
    font-weight: 700;
  }



  .error-404 {
    background-image: url(../img/error-404-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    background-position: bottom center;
    margin-top: -290px;
    padding-top: 290px;
    overflow: hidden !important;
  }

  .policy-contents {
    padding-bottom: 100px;
  }


  .number-pl {
    counter-reset: section;
  }

  .number-pl h5 {
    counter-increment: section;
    position: relative;
    padding-left: 30px;
  }

  .number-pl h5::before {
    content: counter(section) ". ";
    color: #913832;
    font-weight: 700;
  }

  .number-pl h4 {
    padding-left: 8px;
  }

  .number-pl p {
    padding-left: 40px;
  }



  .error-404 .error-div .text {
    color: #fff;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 16em;
    font-style: normal;
    font-weight: 700;
    line-height: 0.7em;
    letter-spacing: -4px;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 2px;
  }

  .error-404 .error-div .text-2 {
    margin-top: -50px;
    color: #fff;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 3.8em;
    font-style: normal;
    line-height: normal;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    font-weight: 600;
    margin-left: 50px;
  }

  .error-404 .error-div {
    background-image: url(../img/error-404.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    background-position: center top -20px;
    text-align: center;
    padding: 80px 0px;
    height: 450px;
    width: auto;
    text-align: center;
  }



  .error-404 .bottom-img {
    width: -webkit-fill-available;
  }

  .overview-page {
    overflow: hidden !important;
  }


  .overview-page .map-img {
    height: 700px;
  }

  .overview-page .map-img:hover {
    content: url(../img/overview-page-image-2.png);
  }

  .overview-page .img-text {
    margin-left: 10px;
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
  }

  .overview-page .circle-img {
    height: 25px;
    width: 25px;
  }


  .overview-page-2 {
    margin-top: -100px;
  }

  .overview-page-2 .second-div {
    background-color: #f0e6da;
    margin-top: -10px;
  }

  .overview-page-2 .image {
    width: -webkit-fill-available;
  }

  .overview-page-2 .second-div .text {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 52px;
    font-style: italic;
    font-weight: 400;
  }

  .overview-page-2 .second-div .images {
    height: 160px;
    width: 180px;
  }

  .overview-page-2 .second-div .name {
    margin-top: 15px;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
  }

  .overview-page-2 .second-div .description {
    margin-top: 30px;
    text-align: center;
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
  }

  .overview-page-2 .second-div .text-2 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
  }


  .text-3 h3 {
    padding-bottom: 60px;
  }


  .thank-you-page .main-div {
    background-image: url(../img/thank-you-page-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-position: right;
  }

  .thank-you-page .row-gap {
    padding-top: 400px;
    padding-bottom: 200px;
  }

  .thank-you-page .main-div .text {
    color: #a93b3b;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 42px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }

  .contact-us {
    padding-bottom: 60px;
  }

  .contact-us .labels {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .contact-us .inputs {
    background: transparent;
    border-bottom: 2px #913832 solid;
    border-radius: 0px;
  }



  .contact-us .submit-btn {
    margin-right: 10px;
    background: transparent;
    color: #913832;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #913832;
    border-radius: 50px;
    transition: 0.5s all;
    text-transform: uppercase;
    padding: 6px 0px;
    width: 130px;
}


  /* Keyframe animations */
  @keyframes dropdownFadeIn {
    0% {
      opacity: 0;
      transform: translateY(-15px) scale(0.95);
    }

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

  @keyframes slideInDown {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes backgroundPulse {
    0% {
      opacity: 0.8;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 1;
    }
  }

  .nav-item {
    transition: transform 0.3s ease;
  }

  .nav-item:hover {
    transform: translateY(-2px);
  }

  .sec-3 {
    overflow: hidden;
    overflow-x: hidden;
    background-image: url(../img/sec-5-bg.jpg);
    background-position: center;
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sec-3 .image {
    width: 340px;
    height: 450px;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
  }

  .sec-3 .image:hover {
    transform: scale(1.05);
  }

  .sec-3 .bottom-div {
    bottom: 10px;
    margin-left: 55px;
  }

  .sec-3 .bottom-div .text {
    padding-left: 5px;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-weight: 500;
    color: white;
  }

  .sec-3 .carousel-control-prev,
  .sec-3 .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(145, 56, 50, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .sec-3 .carousel-control-prev {
    left: 20px;
  }

  .sec-3 .carousel-control-next {
    right: 20px;
  }

  .sec-3 .carousel-control-prev:hover,
  .sec-3 .carousel-control-next:hover {
    background-color: rgba(145, 56, 50, 1);
  }

  /* Multi-item carousel fix */
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex;
  }


  .carousel-item-end.active,
  .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-item-start.active {
    transform: translateX(-25%);
  }

  .carousel-item-end,
  .carousel-item-prev.active {
    transform: translateX(0);
  }



  :root {
    --swiper-theme-color: #007aff
  }

  :host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
  }

  .swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
  }

  .swiper-vertical>.swiper-wrapper {
    flex-direction: column
  }

  .swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
  }

  .swiper-android .swiper-slide,
  .swiper-ios .swiper-slide,
  .swiper-wrapper {
    transform: translateZ(0)
  }

  .swiper-horizontal {
    touch-action: pan-y
  }

  .swiper-vertical {
    touch-action: pan-x
  }

  .swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
  }

  .swiper-slide-invisible-blank {
    visibility: hidden
  }

  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto
  }

  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
  }

  .swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
  }

  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
  }

  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
  }

  .swiper-3d {
    perspective: 1200px;

    .swiper-cube-shadow,
    .swiper-slide {
      transform-style: preserve-3d
    }
  }

  .swiper-css-mode {
    >.swiper-wrapper {
      overflow: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;

      &::-webkit-scrollbar {
        display: none
      }
    }

    >.swiper-wrapper>.swiper-slide {
      scroll-snap-align: start start
    }

    &.swiper-horizontal {
      >.swiper-wrapper {
        scroll-snap-type: x mandatory
      }
    }

    &.swiper-vertical {
      >.swiper-wrapper {
        scroll-snap-type: y mandatory
      }
    }

    &.swiper-free-mode {
      >.swiper-wrapper {
        scroll-snap-type: none
      }

      >.swiper-wrapper>.swiper-slide {
        scroll-snap-align: none
      }
    }

    &.swiper-centered {
      >.swiper-wrapper:before {
        content: "";
        flex-shrink: 0;
        order: 9999
      }

      >.swiper-wrapper>.swiper-slide {
        scroll-snap-align: center center;
        scroll-snap-stop: always
      }
    }

    &.swiper-centered.swiper-horizontal {
      >.swiper-wrapper>.swiper-slide:first-child {
        margin-inline-start: var(--swiper-centered-offset-before)
      }

      >.swiper-wrapper:before {
        height: 100%;
        min-height: 1px;
        width: var(--swiper-centered-offset-after)
      }
    }

    &.swiper-centered.swiper-vertical {
      >.swiper-wrapper>.swiper-slide:first-child {
        margin-block-start: var(--swiper-centered-offset-before)
      }

      >.swiper-wrapper:before {
        height: var(--swiper-centered-offset-after);
        min-width: 1px;
        width: 100%
      }
    }
  }

  .swiper-3d {

    .swiper-slide-shadow,
    .swiper-slide-shadow-bottom,
    .swiper-slide-shadow-left,
    .swiper-slide-shadow-right,
    .swiper-slide-shadow-top {
      height: 100%;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 10
    }

    .swiper-slide-shadow {
      background: #00000026
    }

    .swiper-slide-shadow-left {
      background-image: linear-gradient(270deg, #00000080, #0000)
    }

    .swiper-slide-shadow-right {
      background-image: linear-gradient(90deg, #00000080, #0000)
    }

    .swiper-slide-shadow-top {
      background-image: linear-gradient(0deg, #00000080, #0000)
    }

    .swiper-slide-shadow-bottom {
      background-image: linear-gradient(180deg, #00000080, #0000)
    }
  }

  .swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid #0000;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
  }

  .swiper-watch-progress .swiper-slide-visible,
  .swiper:not(.swiper-watch-progress) {
    .swiper-lazy-preloader {
      animation: swiper-preloader-spin 1s linear infinite
    }
  }

  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
  }

  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
  }

  @keyframes swiper-preloader-spin {
    0% {
      transform: rotate(0deg)
    }

    to {
      transform: rotate(1turn)
    }
  }

  .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
  }

  .swiper-virtual.swiper-css-mode {
    .swiper-wrapper:after {
      content: "";
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0
    }
  }

  .swiper-virtual.swiper-css-mode.swiper-horizontal {
    .swiper-wrapper:after {
      height: 1px;
      width: var(--swiper-virtual-size)
    }
  }

  .swiper-virtual.swiper-css-mode.swiper-vertical {
    .swiper-wrapper:after {
      height: var(--swiper-virtual-size);
      width: 1px
    }
  }

  :root {
    --swiper-navigation-size: 44px
  }


  .swiper-button-next,
  .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10;

    & .swiper-button-disabled {
      cursor: auto;
      opacity: .35;
      pointer-events: none
    }

    &.swiper-button-hidden {
      cursor: auto;
      opacity: 0;
      pointer-events: none
    }

    .swiper-navigation-disabled & {
      display: none !important
    }

    svg {
      height: 100%;
      object-fit: contain;
      transform-origin: center;
      width: 100%;
      fill: currentColor;
      pointer-events: none
    }
  }

  .swiper-button-lock {
    display: none
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%)
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;

    .swiper-navigation-icon {
      transform: rotate(180deg)
    }
  }

  .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px)
  }

  .swiper-horizontal {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
      margin-left: 0;
      margin-top: calc(0px - var(--swiper-navigation-size)/2);
      top: var(--swiper-navigation-top-offset, 50%)
    }

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {
      left: var(--swiper-navigation-sides-offset, 4px);
      right: auto
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev,
    &~.swiper-button-next,
    .swiper-button-next {
      left: auto;
      right: var(--swiper-navigation-sides-offset, 4px)
    }

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {
      .swiper-navigation-icon {
        transform: rotate(180deg)
      }
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev {
      .swiper-navigation-icon {
        transform: rotate(0deg)
      }
    }
  }

  .swiper-vertical {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
      margin-left: calc(0px - var(--swiper-navigation-size)/2);
      margin-top: 0;
      right: auto
    }

    .swiper-button-prev,
    ~.swiper-button-prev {
      /* bottom: auto;
        top: var(--swiper-navigation-sides-offset, 4px); */

      .swiper-navigation-icon {
        transform: rotate(-90deg)
      }
    }

    .swiper-button-next,
    ~.swiper-button-next {
      /* bottom: var(--swiper-navigation-sides-offset, 4px); */
      top: auto;

      .swiper-navigation-icon {
        transform: rotate(90deg)
      }
    }
  }

  .swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;

    &.swiper-pagination-hidden {
      opacity: 0
    }

    &.swiper-pagination-disabled,
    .swiper-pagination-disabled>& {
      display: none !important
    }
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
  }

  .swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;

    .swiper-pagination-bullet {
      position: relative;
      transform: scale(.33)
    }

    .swiper-pagination-bullet-active,
    .swiper-pagination-bullet-active-main {
      transform: scale(1)
    }

    .swiper-pagination-bullet-active-prev {
      transform: scale(.66)
    }

    .swiper-pagination-bullet-active-prev-prev {
      transform: scale(.33)
    }

    .swiper-pagination-bullet-active-next {
      transform: scale(.66)
    }

    .swiper-pagination-bullet-active-next-next {
      transform: scale(.33)
    }
  }

  .swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));

    button& {
      appearance: none;
      border: none;
      box-shadow: none;
      margin: 0;
      padding: 0
    }

    .swiper-pagination-clickable & {
      cursor: pointer
    }

    &:only-child {
      display: none !important
    }
  }

  .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
  }

  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0);

    .swiper-pagination-bullet {
      display: block;
      margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
    }

    &.swiper-pagination-bullets-dynamic {
      top: 50%;
      transform: translateY(-50%);
      width: 8px;

      .swiper-pagination-bullet {
        display: inline-block;
        transition: transform .2s, top .2s
      }
    }
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-horizontal.swiper-pagination-bullets {
    .swiper-pagination-bullet {
      margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
    }

    &.swiper-pagination-bullets-dynamic {
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;

      .swiper-pagination-bullet {
        transition: transform .2s, left .2s
      }
    }
  }

  .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
  }

  .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
  }

  .swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, #00000040);
    position: absolute;

    .swiper-pagination-progressbar-fill {
      background: var(--swiper-pagination-color, var(--swiper-theme-color));
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transform: scale(0);
      transform-origin: left top;
      width: 100%
    }

    .swiper-rtl & .swiper-pagination-progressbar-fill {
      transform-origin: right top
    }

    &.swiper-pagination-horizontal,
    &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .swiper-horizontal>&,
    .swiper-vertical>&.swiper-pagination-progressbar-opposite {
      height: var(--swiper-pagination-progressbar-size, 4px);
      left: 0;
      top: 0;
      width: 100%
    }

    &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
    &.swiper-pagination-vertical,
    .swiper-horizontal>&.swiper-pagination-progressbar-opposite,
    .swiper-vertical>& {
      height: 100%;
      left: 0;
      top: 0;
      width: var(--swiper-pagination-progressbar-size, 4px)
    }
  }

  .swiper-pagination-lock {
    display: none
  }

  .swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, #0000001a);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;

    &.swiper-scrollbar-disabled,
    .swiper-scrollbar-disabled>& {
      display: none !important
    }

    &.swiper-scrollbar-horizontal,
    .swiper-horizontal>& {
      bottom: var(--swiper-scrollbar-bottom, 4px);
      height: var(--swiper-scrollbar-size, 4px);
      left: var(--swiper-scrollbar-sides-offset, 1%);
      position: absolute;
      top: var(--swiper-scrollbar-top, auto);
      width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
      z-index: 50
    }

    &.swiper-scrollbar-vertical,
    .swiper-vertical>& {
      height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
      left: var(--swiper-scrollbar-left, auto);
      position: absolute;
      right: var(--swiper-scrollbar-right, 4px);
      top: var(--swiper-scrollbar-sides-offset, 1%);
      width: var(--swiper-scrollbar-size, 4px);
      z-index: 50
    }
  }

  .swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, #00000080);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
  }

  .swiper-scrollbar-cursor-drag {
    cursor: move
  }

  .swiper-scrollbar-lock {
    display: none
  }

  .swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;

    >canvas,
    >img,
    >svg {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain
    }
  }

  .swiper-slide-zoomed {
    cursor: move;
    touch-action: none
  }

  .swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
  }

  .swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
  }

  .swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
  }

  .swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
  }

  .swiper-fade {
    &.swiper-free-mode {
      .swiper-slide {
        transition-timing-function: ease-out
      }
    }

    .swiper-slide {
      pointer-events: none;
      transition-property: opacity;

      .swiper-slide {
        pointer-events: none
      }
    }

    .swiper-slide-active {
      pointer-events: auto;

      & .swiper-slide-active {
        pointer-events: auto
      }
    }
  }

  .swiper.swiper-cube {
    overflow: visible
  }

  .swiper-cube {
    .swiper-slide {
      backface-visibility: hidden;
      height: 100%;
      pointer-events: none;
      transform-origin: 0 0;
      visibility: hidden;
      width: 100%;
      z-index: 1;

      .swiper-slide {
        pointer-events: none
      }
    }

    &.swiper-rtl .swiper-slide {
      transform-origin: 100% 0
    }

    .swiper-slide-active {

      &,
      & .swiper-slide-active {
        pointer-events: auto
      }
    }

    .swiper-slide-active,
    .swiper-slide-next,
    .swiper-slide-prev {
      pointer-events: auto;
      visibility: visible
    }

    .swiper-cube-shadow {
      bottom: 0;
      height: 100%;
      left: 0;
      opacity: .6;
      position: absolute;
      width: 100%;
      z-index: 0;

      &:before {
        background: #000;
        bottom: 0;
        content: "";
        filter: blur(50px);
        left: 0;
        position: absolute;
        right: 0;
        top: 0
      }
    }
  }

  .swiper-cube {
    .swiper-slide-next+.swiper-slide {
      pointer-events: auto;
      visibility: visible
    }
  }

  .swiper-cube {

    .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
    .swiper-slide-shadow-cube.swiper-slide-shadow-left,
    .swiper-slide-shadow-cube.swiper-slide-shadow-right,
    .swiper-slide-shadow-cube.swiper-slide-shadow-top {
      backface-visibility: hidden;
      z-index: 0
    }
  }

  .swiper.swiper-flip {
    overflow: visible
  }

  .swiper-flip {
    .swiper-slide {
      backface-visibility: hidden;
      pointer-events: none;
      z-index: 1;

      .swiper-slide {
        pointer-events: none
      }
    }

    .swiper-slide-active {

      &,
      & .swiper-slide-active {
        pointer-events: auto
      }
    }
  }

  .swiper-flip {

    .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
    .swiper-slide-shadow-flip.swiper-slide-shadow-left,
    .swiper-slide-shadow-flip.swiper-slide-shadow-right,
    .swiper-slide-shadow-flip.swiper-slide-shadow-top {
      backface-visibility: hidden;
      z-index: 0
    }
  }

  .swiper-creative {
    .swiper-slide {
      backface-visibility: hidden;
      overflow: hidden;
      transition-property: transform, opacity, height
    }
  }

  .swiper.swiper-cards {
    overflow: visible
  }

  .swiper-cards {
    .swiper-slide {
      backface-visibility: hidden;
      overflow: hidden;
      transform-origin: center bottom
    }
  }


  .sec-7 {
    overflow: hidden;
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: whitesmoke;
    background-position: center;
    background-clip: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.6);
    padding-top: 100px;
    padding-bottom: 80px;
    height: auto;
  }

  .sec-7 .image {
    width: 480px;
    height: 450px;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  }

  .sec-7 .text {
    font-family: "Bodoni Moda 9pt";
  }

  .sec-7 .bottom-div .text {
    font-size: 20px;
    font-weight: 500;
    color: white;
  }

  .sec-7 .bottom-div .sector-img {
    height: 2.1rem;
    width: 0.08rem;
  }

  .sec-7-c a {
    border-radius: 10px;
    transition: transform 0.4s ease;
  }

  .sec-7-c a .image {
    transition: transform 0.6s ease-in-out;
  }

  .sec-7 .bottom-div .text-2 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }

  .sec-7 .bottom-div .text-3 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .sec-7 .bottom-div .text-4 {
    color: #fff;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-7 .bottom-div .text-5 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }

  .sec-7 .bottom-div .text-6 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .sec-7 .bottom-div .text-7 {
    color: #913832;
    font-family: "Bodoni Moda 9pt";
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
  }

  .sec-7-c .bottom-div .sector-img {
    margin-left: 0.2rem;
  }


  #sec-7-p {
    display: flex;
    width: 100%;
  }

  .sec-7-slider {
    width: 85%;
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
  }

  .sec-7-slider #sec-7-p {
    display: flex;
    width: max-content;
    overflow: visible;
  }

  .sec-7-c {
    flex: 0 0 auto;
    margin: 0 -10px;
  }

  .sec-7-slider::before,
  .sec-7-slider::after,
  .owl-wrapper-outer::after,
  .owl-wrapper-outer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    z-index: 10;
    pointer-events: none;
  }

  .sec-7-slider::before {
    left: 0;
    background: linear-gradient(to right,
        rgba(245, 245, 245, 1) 0%,
        rgba(245, 245, 245, 0.8) 30%,
        rgba(245, 245, 245, 0) 100%);
  }

  .sec-7-slider::after {
    right: 0;
    background: linear-gradient(to left,
        rgba(245, 245, 245, 1) 0%,
        rgba(245, 245, 245, 0.8) 30%,
        rgba(245, 245, 245, 0) 100%);
  }



  .error-404 .error-div .text-3 {
    color: #913832;
    text-align: center;
    font-family: "Bodoni Moda 9pt";
    font-size: 1.5em;
    font-style: normal;
    font-weight: 600;
    margin-left: 30px;
  }



/*2025-12-14*/

.our-partner-1 .image-div {
    transition: all 0.4s ease;
    position: relative;
    padding: 20px 12px;
    text-align: center;
    overflow: visible;
    white-space: normal;
}


/*Overview page*/
.partner-description {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #913832;
    line-height: 1.4;
    min-height: 140px;
    display: flex;
    align-items: start;
    padding-bottom: 20px;
    flex: 1;
}




/* news narratives page */
.grid-basic tbody td {
    width: 100% !important;
    padding: 0 !important;
}

table tr td {
    display: block;
    width: 100%;
}

.grid-basic table {
    width: 100%;

}

#news-slider .owl-wrapper {
    margin-left: 0px;
}

.our-partner-1 .image-div:hover .image {
    height: 150px;
    width: 150px;
    filter: grayscale(0);
    margin-bottom: 50px;
}
.parent-card:hover .gallery-image.base-img {
    opacity: 0;
}

.news-narratives-page div#filterBox {
    display: none !important;
}


/*hamburger 2025-12-19*/

/*
.navbar-collapse {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.navbar-collapse.show {
  opacity: 1;
  transform: translateY(0);
}


.navbar-collapse .background {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.navbar-collapse.show .background {
  opacity: 1;
}


.navbar-collapse.show * {
  opacity: 1 !important;
}

.navbar-collapse .nav-link,
.navbar-collapse .dropdown-item {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
*/