@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&family=Almarai:wght@200;300;400;700&display=swap');
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html {
  scroll-behavior: smooth;
}
p:empty {
  display: none !important;
}
body {
  /* font-family: "DM Sans", sans-serif; */
  font-family: 'Montserrat', sans-serif;
  background: #fff;
   overflow-x: hidden;
}

:root {
  --btn-clr: #5252D1;
  --black: #1A1A1A;
  --footer-bg: #F5F1E5;
  --socket-bg: #2d3737;
  --accent-green: #4FD98E;
  --integral-blue: #5252D1;
  --text-main: #444;
  --section-bg: linear-gradient(90deg, #55d68d, #5252d1);
  --top-header:var(--ATFP-Gradient-1, linear-gradient(90deg, var(--Integral-Blue, #5252D1) 0%, var(--Growth-Green, #4FD98E) 100%));
  --card-width: 250px;
  --card-gap: 30px;
  --total-cards: 4;
}
p{
  color: var(--colorTokens-neutralDark-100, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

h3{
  color: var(--Black, #1A1A1A);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h3, 36px);
font-style: normal;
font-weight: 500;
line-height: 120%; /* 43.2px */
}
button {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}
/* TOP BAR */
.top-bar {
  background: var(--top-header);
  padding: 8px 0;
  font-size: 14px;
  border-bottom-left-radius: 50px;
}

.top-bar a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
}

.lang-btn {
    border: none;
    background: #fff;
    border-radius: 50px;
    padding: 4px 12px;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Almarai", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
}

.icon-btn {
  border: none;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}



/* NAVBAR */
    .navbar {
      position: relative;
      background: linear-gradient(270deg, #5252D1 0%, #0C1521 100%) !important;
    }

    /* Gradient Border Top */
    .navbar::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      /* background: linear-gradient(270deg, #6666ca 0%, #19283c 100%); */
    }

    .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
    
.navbar-nav .nav-link {
  font-weight: 500;
  color: #fff;
  padding: 18px 14px;
}

/* .navbar {
  background: #F5F1E5;
} */

.dropdown-menu {
  border-radius: 0;
  border: 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

/* HERO */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  object-fit: cover;
  border-bottom-right-radius: 120px;
}

/* MEGA DROPDOWN */
.mega-dropdown {
  position: static;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    border: none;
    padding: 40px 0;
    border-radius: 0 0 110px 0;
    background: var(--colorTokens-primary-Integral-Blue, #5252D1);
}

/* CARD */
.mega-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/* .mega-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-top-right-radius: 100px;
} */

.mega-card  {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-top-right-radius: 100px;
}
.mega-card-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.mega-card-content p{
  color: #fff;
}

/* TITLES */
.mega-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
  border-bottom: 1px solid #999;
  padding-bottom: 6px;
  text-align: start;
}

/* LIST */
.mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;
}

.mega-list li {
  margin-bottom: 10px;
}

.mega-list a {
  color: var(--colorTokens-neutral-100, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

.mega-list a:hover {
  color: #1b1b1b;
}

.mega-card-content h5 {
  text-align: start;
}

.mega-card-content p {
  text-align: start;
}

/* MOBILE */
@media (max-width: 991px) {
  .hero-img {
    height: 140px;
    border-bottom-right-radius: 60px;
  }

  .top-bar .container {
    flex-wrap: wrap;
    gap: 10px;
  }
  .icon-btn {
  width: 32px;
  height: 32px;
}
.mega-dropdown {
  position: static;
  border-bottom: 1px solid #c9c9c9;
}
}

@media (min-width: 992px) {
  .mega-dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }

  .mega-dropdown>.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease; 
    border-bottom-right-radius: 100px;
  }
}

/* MOBILE MENU DESIGN */
@media (max-width: 991px) {

  .m-bg-dark{
            background: linear-gradient(270deg, #5252D1 0%, #0C1521 100%);
  }
  .navbar-collapse {
    background: linear-gradient(270deg, rgb(82, 82, 209) 0%, rgb(12, 21, 33) 100%);
    padding: 10px 0px 0px;
  }

  .navbar-nav .nav-link {
    padding: 14px 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    color: #fff !important;
  }

  .dropdown-menu {
    position: static !important;
    box-shadow: none;
    background: linear-gradient(270deg, rgb(82, 82, 209) 0%, rgb(12, 21, 33) 100%);
    margin: 0;
    padding: 10px 15px;
  }

  /* Mega menu simplified */
  .mega-menu {
    padding: 0;
    background: linear-gradient(270deg, rgb(82, 82, 209) 0%, rgb(12, 21, 33) 100%);
  }

  .mega-title {
    font-size: 12px;
    margin-top: 12px;
  }

  .mega-list li {
    margin-bottom: 8px;
  }

  .mega-list a {
    display: block;
    padding: 6px 0;
  }


  /* Dropdown arrow right aligned */
  .nav-link.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
  }

    .mobile-clr {
        background: var(--accent-green);
        padding: 22px 12px;
        border-bottom-left-radius: 50px;
        position: relative;
        bottom: 7px;
        left: 10px;
        display: flex;
        gap: 8px;
    }
}

/* MOBILE TOP LINKS */
.mobile-top-links {
  background: var(--section-bg);
  padding: 12px 15px;
  border-bottom-left-radius: 40px;
}

.mobile-top-links .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-top-links a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
/* Smooth arrow rotation */
.nav-link.dropdown-toggle::after {
  transition: transform 0.3s ease;
}

/* Desktop hover arrow up */
@media (min-width: 992px) {
  .mega-dropdown:hover > .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

/* Active class arrow up */
.nav-item.show > .nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
}

/* MOBILE BOTTOM LINKS BAR */
.mobile-bottom-links {
  display: none; /* default hidden */
  background: var(--top-header);
  padding: 14px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  border-bottom-right-radius: 60px;
}

.mobile-bottom-links a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-bottom-links span {
  margin: 0 6px;
  opacity: 0.6;
}

/* show only when menu open */
.mobile-bottom-links.show {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}


/* ========================= */
/* BUNA MOBILE LINKS STYLE   */
/* ========================= */

.bunabg {
  display: none; /* hidden by default */
}

.bunabg a {
  color: #ffffff;
}

.bunabg.show {
  display: block;
}


.bunabg{
  padding: 10px 7px;
  background: linear-gradient(95deg, var(--colorTokens-secondaryDark-100, #4A4E50) -23%, var(--definedColours-Primary-ActionText, #132E26) 100%);
}

/* ===========bootstrap class ========== */

.navbar-toggler {
    padding: 6px 8px !important;
    line-height: 1;
    color: rgb(0 0 0) !important;
    background-color: #ffffff !important;
    border: var(--bs-border-width) solid rgb(0 0 0 / 0%) !important;
    border-radius: 50px !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0 !important;
}

.dropdown-toggle::after {
  display: inline-block;
  content: "";
  border: none;  
  background: url("../image/home/vectorarrow.png") no-repeat center;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: middle;
  margin-top: -1px;
}


/* @media (max-width: 991px) {
  .dropdown.show .dropdown-toggle::after {
    background-color: #ffffff; 
    padding: 15px;
    border-radius: 50px;
    width: 32px;
  }
} */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
      color: var(--definedColours-Primary-ActionTextDefault, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 16.8px */
    }
}

/*=================== importent css ==================*/
/*=================== importent css ==================*/
.ptb-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sincebg {
  background: linear-gradient(45deg, #132E26, #4FD98E);
  border-top-right-radius: 150px;
}

.sincebg2 {
  background: linear-gradient(45deg, #132E26, #4FD98E);
  border-bottom-right-radius: 150px;
}

.sincebg h1 {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1;
  font-optical-sizing: auto;
}


span{
  font-family: DM Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
/* img{
  max-width: 100%;
    height: auto;
} */
/* button */
.learn-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 18px;
  background: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 9px 15px;
  color: var(--definedColours-Tertiary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */

}

.learn-btn .icon {
  width: 28px;
  height: 28px;
  background: var(--btn-clr);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.learn-btn:hover {
  background: #f9f9f9;
}

.learn-btn:hover .icon {
  transform: translateX(2px);
}


.learn-btn2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 18px;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 60px;
border: 1px solid var(--ATFP-Blue-to-Navy-Diagonal, #0C1521);
background: var(--color-tokens-primary-integral-blue-15, #5252d126);
backdrop-filter: blur(11px);

color: var(--definedColours-Tertiary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
}

.learn-btn2 .icon {
  width: 28px;
  height: 28px;
  /* background: #ffffff; */
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.learn-btn2:hover {
  background: #5252d126;
}

.learn-btn2:hover .icon {
  transform: translateX(2px);
}


/* LEARN BUTTON 3 */
.learn-btn3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 18px;
  background: var(--integral-blue);
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
color: var(--definedColours-Primary-ActionTextDefault, #FFF) !important;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
}

.learn-btn3 .icon {
  width: 26px;
  height: 26px;
  /* background: #000000; */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.learn-btn3:hover .icon {
  transform: translateX(2px);
}

.sectionheading h3 {
color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h3, 36px);
font-style: normal;
font-weight: 500;
line-height: 120%; /* 43.2px */
}

.news-title {
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h3, 36px);
font-style: normal;
font-weight: 500;
    margin-bottom: 15px;
line-height: 120%; /* 43.2px */
}

.news-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.meta-badge {
  border-radius: 9999px;
border: 1px solid var(--colorTokens-primaryDark-100, #0C1521);
background: var(--definedColours-InActiveLink-BG, rgba(12, 21, 33, 0.10));
backdrop-filter: blur(11px);
    padding: 3px 10px;
color: var(--definedColours-InActiveLink-Text, #0C1521);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 16.8px */
}

.meta-badge2 {
    border-radius: 9999px;
    border: 1px solid var(--colorTokens-primaryDark-100, #0C1521);
    background: #4FD98E;
    backdrop-filter: blur(11px);
    padding: 3px 10px;
    color: var(--definedColours-InActiveLink-Text, #0C1521);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.news-desc {
color: var(--colorTokens-neutralDark-100, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 28px */
}
.news-desc2 {
color: var(--colorTokens-neutralDark-100, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}


/* resend update */
.updates-section {
  overflow: hidden;
  border-radius: 0px 0px 96px 0px;
  background: var(--top-header);
}

/* resend update */
.updates-section2 {
  overflow: hidden;
background: var(--AFTP-Faded-BG, linear-gradient(285deg, rgba(79, 217, 142, 0.10) -8.95%, rgba(82, 82, 209, 0.10) 67.76%), #FFF);
}

.updates-section3 {
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
  background: var(--top-header);
}

.slider-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  mask-image: linear-gradient(to right, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
}

.slider-track {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease-in-out;
  padding: 20px 0;
}

.update-card-new2 {
  padding: 36px;
  border-radius: var(--cardRadius-md, 96px) var(--cardRadius-sm, 20px) var(--cardRadius-sm, 20px) var(--cardRadius-sm, 20px);
background: var(--colorTokens-neutral-100, #FFF);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.update-card-new {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--cardRadius-md, 96px) var(--cardRadius-sm, 20px) var(--cardRadius-sm, 20px) var(--cardRadius-sm, 20px);
background: var(--colorTokens-neutral-100, #FFF);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.update-card-new h6{
    vertical-align: bottom;
    color: var(--definedColours-Primary-ActionText, #0C1521);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.update-card-new .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update-card-new .card-title2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update-card-new h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.update-card-new p {
  display: -webkit-box;
  -webkit-line-clamp: 4;  
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.corner-img img{
  border-radius: var(--radius-lg, 96px) 20px 20px 20px;
background: url(../image/home/news.png) lightgray 50% / cover no-repeat;
    height: 210px;
    width: 100%;
    object-fit: cover;
}
.corner-img2 img{
  border-radius: 100px 20px 0 0;
background: url(../image/home/news.png) lightgray 50% / cover no-repeat;
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.new-card{
  display: flex;
padding: 24px 24px 36px 24px;
flex-direction: column;
gap: 10px;
align-self: stretch;
  border-radius: 0 0 20px 20px;
background: var(--definedColours-Primary-ActionBG, #FFF);
backdrop-filter: blur(22px);
    min-height: 185px;
    justify-content: space-between;
}

.new-card h5 {
color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}
.update-card .card-title  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update-card .card-title2  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update-card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;  
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tcdi-testimonial-quote {
  display: -webkit-box;
  -webkit-line-clamp: 4;  
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* .update-card-new img {
    width: 100%;
    height: 264px;
    object-fit: cover;
    display: block;
    border-radius: 30px 30px 100px 30px;
} */

.update-card {
    min-width: 300px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: var(--cardRadius-sm, 20px);
    background: var(--definedColours-Primary-ActionBG, #FFF);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.card-icon {
  /* font-size: 40px; */
  margin-bottom: 20px;
  color: #35a776;
}



.card-title2 {
  font-family: "DM Sans";
  color: #444;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 30px;
  line-height: 1.4;
}

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 30px auto 0;
}

.nav-circle {
      background: #5252D180;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    font-size: 29px;
    line-height: 40px;
}

.dots-group {
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  background: #5252D180;
  border-radius: 50%;
}

.dot.active {
  background: var(--theme-clr);
  width: 12px;
  height: 8px;
  border-radius: 4px;
}


.economic-initiatives {
  background-color: #ffffff;
}

.initiative-card2 {
  background: var(--AFTP-Faded-BG, linear-gradient(285deg, rgba(79, 217, 142, 0.10) -8.95%, rgba(82, 82, 209, 0.10) 67.76%), #FFF);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

.initiative-card {
  background: linear-gradient(145deg, #ffffff, #ffffff);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

.initiative-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.initiative-card .card-text {
  color: #4FD98E;
  font-family: DM Sans;
  margin-bottom: 25px;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
}




.main-container {
  margin: 0 auto;
  border: 1px solid #b5c4b9;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.tableheader {
  font-family: DM Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  letter-spacing: -2%;
  vertical-align: middle;
  background-color: #edfbf4;
  padding: 15px 20px;
  font-size: 16px;
  color: #132E26;
  border-bottom: 1px solid #b5c4b9;
}

.tableheader2 {
     font-family: DM Sans;
    font-weight: 700 !important;
    font-size: 18px !important;
    vertical-align: middle;
    background-color: #edfbf4;
    color: #132E26;
}

/* Mobile Scroll Logic */
.scroll-wrapper {
  overflow-y: auto;
  width: 100%;
  height:619px;
  background: #fff;  
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  width: 100%;
  background: #fff;
}

.location-item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  gap: 10px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.flag {
  font-size: 1.2rem;
}

.name {
  font-size: 14px;
  color: #374151;
  font-family: DM Sans;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;

}

/* Scrollbar styling (Optional: isse scrollbar clean dikhta hai) */
.scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.scroll-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}





h2 {
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}


.logo-card img {
  max-width: 80%;
  height: auto;
}



/* Dots (Static for CSS version) */
.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.dot {
  width: 8px;
  height: 8px;
  background: #5252D180;
  border-radius: 50%;
}

.dot.active {
  background: #5252d1;
}

.slider-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scrollLTR 20s linear infinite;
}

/* Card */
.logo-card {
  width: var(--card-width);
  height: 140px;
  background: #fff;
  border-radius: 12px;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  border: 1.5px solid #eaeaea;
}

/* RTL spacing */
html[dir="rtl"] .logo-card {
  margin-right: 0;
  margin-left: 20px;
}

/* LTR Animation */
@keyframes scrollLTR {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* RTL Animation */
html[dir="rtl"] .logo-track {
  animation: scrollRTL 20s linear infinite;
}

@keyframes scrollRTL {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}



.publication-list {
  margin-top: 30px;
}

.publication-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.card-content h4 {
  font-family: "DM Sans";
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 15px;
  font-weight: 400;
}

.meta-tags {
  display: flex;
  gap: 10px;
}

.tag {
  text-align: center;
  font-feature-settings: 'salt' on;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  background: #e7e9e8;
  padding: 3px 10px;
  border-radius: 50px;
  border: 1px solid #020202;
  font-size: 0.8rem;
  color: #020202;
}



/* Keep your existing desktop CSS above this */

@media (max-width: 767px) {

  /* Stack content vertically in mobile */
  .publication-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }

  /* Adjust heading size for mobile */
  .card-content h4 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  /* Ensure button takes full width or stays consistent */
  .card-action {
    width: 100%;
  }

}

.site-footer {
  background: linear-gradient(270deg, #5252D1 0%, #0C1521 100%) ;
  padding-top: 60px;
  border-top-right-radius: 100px;
}

.footer-logo {
  max-width: 250px;
  margin-bottom: 20px;
}

.contact-info p {
color: var(--definedColours-Primary-ActionTextDefault, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links ul li a {
color: var(--definedColours-Primary-ActionTextDefault, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */
}

.footer-links ul li a:hover {
  color: #d8d5d5;
  padding-left: 5px;
}

/* Bottom Bar */
.footer-bottom {
  background: linear-gradient(45deg, #0C1521, #0C1521);
  ;
  padding: 20px 0;
  color: white;
  margin-top: 40px;
}

.legal-links a,
.legal-links span {
  text-decoration: none;
  margin-right: 25px;
  color: var(--colorTokens-neutral-100, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 16.8px */
}

/* Social Icons Styling */
.social-icons {
  display: flex;
  gap: 12px;
}

.social-btn {
  width: 35px;
  height: 35px;
  background-color: var(--accent-green);
  color: var(--socket-bg) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.social-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}

.spansence {
  font-family: "DM Sans";
  font-size: 23px;
  margin-top: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .site-footer {
    border-top-right-radius: 50px;
  }

  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .legal-links a {
    margin: 0 10px;
  }

  .sincebg h1 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 1.5px;
    
  }

  .spansence {
    font-size: 25px;
  }
}


@media (max-width: 768px) {
  .footer-bottom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
  }

  .legal-links a {
    margin: 0;
    display: inline-block;
  }

  .legal-links span {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    order: 3;
  }

  .social-icons {
    order: 4;
  }
}

/* Desktop normal */
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.separator {
  margin: 0 6px;
}

/* Mobile */
@media (max-width: 576px) {

  .breadcrumb {
    /* flex-wrap: nowrap; */
    overflow: hidden;
    white-space: nowrap;
  }

  /* Sab hide */
  .breadcrumb-item,
  .separator {
    display: none;
  }

  /* First show */
  .breadcrumb-item:first-child {
    display: inline-flex;
    flex-shrink: 0;
  }

  /* Last show */
  .breadcrumb-item:last-child {
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }

  /* Dots separator */
  .breadcrumb-item:first-child::after {
    content: " ... ";
    font-weight: 600;
    margin: 0 6px;
    color: #fff;
  }
}

.custom-breadcrumb-nav {
  position: relative;
  background: linear-gradient(270deg, #5252D1 0%, #0C1521 100%) !important;
  padding: 10px 0;
}

/* Gradient Border Top */
.custom-breadcrumb-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #6666ca 0%, #19283c 100%);
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
}

/* Home button styling */
.btn-home {
  background-color: #ffffff1a;
  text-decoration: none;
  padding: 3px 15px;
  border-radius: 25px;
  color: var(--definedColours-Primary-ActionTextDefault, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */
}

/* .btn-home:hover {
  background-color: #ddd;
  color: #333;
} */



/* Arrow separator styling */
.separator {
  margin: 0 10px;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
}

/* About Us (Active) button styling */
.btn-about {
  background-color: var(--accent-green);
  padding: 3px 15px;
  border-radius: 25px;
  color: var(--definedColours-ActiveLink-Text, #0C1521);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 16.8px */
}

/* Bootstrap default slash hatane ke liye */
.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}




/* Section Styles */
.research-pub-section {
  background-color: #fff;
  padding: 64px 0;
}

.custom-h3 {
  font-size: 2.2rem;
}

.custom-p {
  color: #555;
  max-width: 90%;
  line-height: 1.6;
}

/* Card Container */
.amf-custom-card {
  border-radius: 30px;
  /* High rounding as per image */
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Image Part */
.card-img-top {
  overflow: hidden;
}

.card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark Green Content Part */
.card-content-bottom {
  font-family: "DM Sans", sans-serif;
  background: linear-gradient(145deg, #1e2f2a, #16221f);
  padding: 40px;
  color: #ffffff;
  flex-grow: 1;
}

.card-content-bottom h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.card-content-bottom p {
  margin-bottom: 15px;
  color: #fff;
}


/* Responsive */
@media (max-width: 768px) {
  .card-img-top {
    height: 250px;
  }

  .custom-h3 {
    font-size: 1.6rem;
  }

  .director-info {
    margin-top: 0px;
    margin-left: 0px;
  }

  .director-info2 {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

.nav-label {
  font-weight: 600;
  font-size: 16px;
}

.nav-pill {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  text-decoration: none;
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 14px;
  transition: 0.3s;
}

.nav-pill:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.nav-pill.active {
  background-color: var(--btn-clr);
  border-color: var(--btn-clr);
  color: #1A3129;
  font-weight: 600;
}

.namedrirector {
color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}
.directorname{
  color: var(--Primary-Integral-Blue, #5252D1);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}
.designation{
  color: var(--Primary-Crystal-Navy, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

/* Common Card Styling */
.director-card,
.director-card-mobile {
  background: var(--top-header);
  border-radius: 30px;
  overflow: hidden;
  color: white;
}


.director-card-mobile2 {
  border-radius: 30px;
  overflow: hidden;
  color: #000;
  border-radius: var(--radius-md, 20px);
background: #ECF3F6 !important;
}

/* Desktop Styles */

.director-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px 20px 120px 20px;
}



.accordion-item {
  border-radius: var(--radius-md, 20px);
background: var(--colorTokens-BGSet, #F0F1F2);
  margin-bottom: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.accordion-header {
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.accordion-header span:first-child {
  flex: 1;
}

.accordion-header .icon {
  flex-shrink: 0;
}


.accordion-header .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}


.accordion-header .icon.active {
  background: var(--accent-green);
  color: #000;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  line-height: 1.6;
  transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--Black, #1A1A1A);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.accordion-item.active .accordion-body {
  max-height: 1000px;
  padding: 0 20px 18px;
}

/* Mobile */
@media (max-width: 600px) {
  .accordion-header {
    padding: 16px;
  }
}

    .fs-4 {
        font-size: 1.5rem !important;
        line-height: 1.5;
    }

.search-wrap {
  margin: 20px auto;
}

.search-box {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 15px;
  background: var(--section-bg);
}

.search-input {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 0 12px;
  height: 40px;
}


.search-input input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.filter-btn {
  border: none;
  background: #FFF9E8;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}

/* Outer Card */
.bank-card {
  margin-top: 40px;
  background: linear-gradient(135deg, #1f2d2a, #0f231e);
  border-radius: 18px;
  padding: 30px;
}

/* Inner Capsule */
.bank-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(90deg, #4fe18c, #ffc33a);
  border-radius: 150px;
  padding: 30px 20px;
}


/* Content */
.bank-content ul {
  margin: 0;
  padding-left: 18px;
}

.bank-content li {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 6px;
  color: #16332b;
}

/* Responsive */
@media (max-width: 768px) {
  .bank-inner {
    flex-direction: column;
    border-radius: 30px;
  }
  .sincebg
 {
    background: linear-gradient(45deg, #132E26, #4FD98E);
    border-top-right-radius: 76px;
}
  .sincebg2
 {
    border-bottom-right-radius: 76px;
}
}




.card-text2 {
  color: #4FD98E;
  font-size: 20px;
}

.text3 {
  font-size: 14px;
}



.timeline-col {
  position: relative;
}

.timeline-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-img {
  width: 70px;
  z-index: 2;
}

.timeline-line {
  width: 2px;
  flex-grow: 1;
  margin-top: 0px;
  border-left: 2px dotted #8fd3a8;
}

.timeline-row:last-child .timeline-line {
  display: none;
}



.investment-slider {
  color: #fff;
  position: relative;
  min-height: 260px;
}

.investment-slider h3 {
  color: #67e0a3;
  font-weight: 600;
  margin-bottom: 15px;
}

.investment-slider p {
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
}


.slider-content {
  display: none;
}

.slider-content.active {
  display: block;
}

/* arrows */
.slider-arrows {
  position: absolute;
  display: flex;
  gap: 12px;
}

.slider-arrows button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #0b1f1c;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.slider-arrows button:hover {
  background: #67e0a3;
}



.contact-card {
  background: #f5f1e5;
  padding: 30px 15px;
  border-radius: 18px;
}

.field-wrap {
  position: relative;
}

.field-label {
  border-radius: 12px;
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 16.8px */
   position: absolute;
    top: -4px;
    left: 22px;
    background: #f0f1f2;
    padding: 0 8px;
    z-index: 2;
}


.custom-textarea {
  border-radius: 18px;
  padding: 16px 18px;
  border: 1px solid #d6d6d6;
  min-height: 160px;
  resize: none;
  font-size: 14px;
}

.custom-input:focus,
.custom-textarea:focus {
  box-shadow: none;
  border-color: #bfbfbf;
}

.send-btn {
  background: transparent;
  border: none;
  color: #8d8d8d;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.send-btn span {
  width: 26px;
  height: 26px;
  background: #efe6cf;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.field-wrap {
  position: relative;
}

/* .field-label {
  position: absolute;
  top: -4px;
  left: 22px;
  background: #f5f1e5;
  padding: 0 8px;
  font-size: 12px;
  color: #9a9a9a;
  line-height: 1;
  z-index: 2;
} */


.custom-input {
  border-radius: 30px;
  padding: 14px 18px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  background: #fff;
}

.custom-textarea {
  border-radius: 18px;
  padding: 16px 18px;
  border: 1px solid #d6d6d6;
  min-height: 160px;
  resize: none;
}

.custom-input:focus,
.custom-textarea:focus {
  box-shadow: none;
  border-color: #c2c2c2;
}

/* select.custom-input {
  appearance: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
} */

.upload-box {
  border: 2px dashed #ddd;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: #fff;
}

.upload-placeholder {
  color: #999;
}

.upload-icon {
  font-size: 28px;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto 10px;
}

.upload-link {
  color: #6f42c1;
  font-weight: 500;
  cursor: pointer;
}

.preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
}

.preview-item {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  cursor: pointer;
}


a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.spancard {
  background-color: #F2B13E33;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 12px;
}




.check2 {
  font-size: 12px;
  color: #9a9a9a;
}


.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

/* ================= STEPPER ================= */
.stepper-wrapper {
  /* max-width: 1200px; */
  margin: 0 auto 40px;
}

.stepper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* FIXED LINE */
.stepper::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  right: 50px;
  height: 2px;
  background: #6edfa3;
  z-index: 0;
}

/* circle */
.step .circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #cfcfcf;
  position: relative;
  z-index: 1;
}

.step.done .circle {
  background: #6edfa3;
  border-color: #6edfa3;
}

.step.done .circle::after {
  content: "✓";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step.active .circle {
  border-color: #6edfa3;
}

.step.active .circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #6edfa3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.label {
  margin-top: 8px;
  line-height: 1.2;
}

.tick {
  margin-top: 8px;
  width: 18px;
  height: 18px;
  background: #6edfa3;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}


/* ================= FORM ================= */
.form-wrapper {
  margin: auto;
  background: #f6f2e6;
  border-radius: 16px;
  padding: 0px 10px;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

/* ================= COMPLETE ================= */
.complete-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #bfeecf;
  padding: 15px 18px;
  border-radius: 10px;
}

.complete-icon {
  width: 26px;
  height: 26px;
  background: #6edfa3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ================= MOBILE ================= */
@media(max-width:768px) {
  .stepper {
    overflow-x: auto;
    padding-bottom: 10px; 
    display: flex;
  }

  .step {
    min-width: 130px;
    flex-shrink: 0; 
  }

  .stepper::before {
    right: auto; 
    width: 100%; 
    min-width: 780px; 
  }
}
.event-shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25) !important;
  justify-content: end !important;
      height: 100%;
}
.update-card .event-title {
 white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    overflow: hidden;
    color: #444;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4;
}


/* ========== */


/* common icon style */
.learn-btn .icon2,
.learn-btn2 .icon2,
.learn-btn3 .icon2{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-weight:700;
}

/* size variants */
.learn-btn .icon2,
.learn-btn2 .icon2{
  width:28px;
  height:28px;
  font-size:16px;
}

.learn-btn3 .icon2{
  width:26px;
  height:26px;
  font-size:14px;
}

/* colors */
.learn-btn .icon2{ background:var(--btn-clr); color:#000; }
.learn-btn2 .icon2,
.learn-btn3 .icon2{ background:#fff; color:#000; }

/* hover */
/* .learn-btn:hover{ background:#8989fd26; }
.learn-btn2:hover{ background:#8989fd26; } */

.learn-btn:hover .icon2,
.learn-btn2:hover .icon2,
.learn-btn3:hover .icon2{
  transform:translateY(2px);
}

/* hero section  */

.atfp-hero-section{
  position: relative;
  overflow: hidden;
  background: linear-gradient(270deg, #5252D1 0%, #0C1521 100%);
}



.atfp-hero-content-wrap{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
   min-height: clamp(350px, 50vw, 550px);
  max-width: 100%;
}

.atfp-hero-content{
  padding: 40px 20px 00px 00px;
}

.atfp-hero-content h1{
color: var(--definedColours-Secondary-ActionBG, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
 font-size: clamp(32px, 4vw, 64px);
font-style: normal;
font-weight: 400;
line-height: 1.2;
max-width: 700px;
}

.atfp-hero-btn{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 20px;
  border-radius: 40px;
  text-decoration: none;
  border-radius: 50px;
border: 1px solid var(--definedColours-Secondary-ActionBG, #FFF);
background: rgba(255, 255, 255, 0.10);
backdrop-filter: blur(2px);
  color: var(--definedColours-Secondary-ActionBG, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.atfp-hero-btn span{
  font-size: 17px;
  transition: transform .3s ease;
}

/* .atfp-hero-btn:hover{
  background: #fff;
  color: #101828;
} */

.atfp-hero-btn:hover span{
  transform: translateX(4px);
}

/* slider controls button ke niche */
.atfp-slider-nav-wrap{
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 42px;
  padding-left: 00px;
}

.atfp-nav-btn{
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  transition: all .3s ease;
  padding-bottom: 4px;
}

.atfp-prev{
  background: rgba(71, 207, 141, 0.5);
}

.atfp-next{
  background: #48d48b;
}

.atfp-nav-btn:hover{
  transform: scale(1.06);
}

.atfp-indicators{
  position: static;
  margin: 0;
  gap: 6px;
}

.atfp-indicators [data-bs-target]{
  width: 5px;
  height: 5px;
  margin: 0 2px;
  border: 0;
  border-radius: 50%;
  opacity: 1;
  background: rgba(255,255,255,0.28);
}

.atfp-indicators .active{
  background: rgba(255,255,255,0.95);
}

/* fixed image */
.atfp-hero-image-wrap2{
  position: relative;
  min-height: 550px;
  z-index: 2;
}

.atfp-hero-image-shape2 {
  position: absolute;
  top: 0;
  right: 0;
  /* width: 100%; */
  height: 100%;
  overflow: hidden;
  /* Using path() for smooth Bezier curves */
  /* clip-path: path("M1000,0 L1030,1032 L555,1040 L1,327 C20,321 358,472 641,-8 C834,270 937,73 1019,34 Z"); */
}

.atfp-hero-image-shape2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateX(0%);
}




/* fixed image */
.atfp-hero-image-wrap{
  position: relative;
  min-height: 720px;
  z-index: 2;
      
}

.atfp-hero-image-shape{
  position: absolute;
  top: 0;
  right: 0;
  /* width: 100%; */
  height: 100%;
  overflow: hidden;
/* clip-path: path("M 1004 1 L 980 1074 L 357 9225 L -527 968 C -347 291 211 453 211 3 C 1687 1333 3219 344 1116 134 Z"); */
}

.atfp-hero-image-shape img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateX(0%);
}


/* fixed image */
.atfp-hero-image-wrap3{
  position: relative;
  min-height: 550px;
  z-index: 2;
      
}

.atfp-hero-image-shape3{
  position: absolute;
  top: 0;
  right: 0;
  /* width: 100%; */
  height: 100%;
  overflow: hidden;
 /* Using path() for smooth Bezier curves */
  /* clip-path: path("M 1032 1 L 994 1059 L 360 9220 L -503 913 C 354 274 232 442 263 10 C 1276 1333 3219 344 1116 134 Z"); */
}

.atfp-hero-image-shape3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateX(0%);
}

@media (max-width: 1399.98px){
  .atfp-hero-content h1{
    font-size: 54px;
  }
}

@media (max-width: 1199.98px){
  .atfp-hero-content-wrap,
  .atfp-hero-image-wrap{
    min-height: 650px;
  }

  .atfp-hero-content-wrap2,
  .atfp-hero-image-wrap2{
    min-height: 650px;
  }
  .atfp-hero-content h1{
    font-size: 48px;
  }
}

@media (max-width: 991.98px){

  .atfp-hero-content-wrap{
    min-height: auto;
    padding-top: 25px;
  }

   .atfp-hero-content-wrap3{
    min-height: auto;
    padding-top: 25px;
  }
   .atfp-hero-content-wrap2{
    min-height: auto;
    padding-top: 25px;
  }

  .atfp-hero-content{
    max-width: 100%;
    padding: 20px 10px 10px;
  }

  .atfp-hero-content h1{
    font-size: 40px;
    line-height: 1.24;
  }

  .atfp-slider-nav-wrap{
    margin-top: 28px;
    padding-left: 10px;
  }
  .atfp-hero-image-wrap3{
    min-height: 380px;
    margin-top: 20px;
  }
  .atfp-hero-image-wrap{
    min-height: 380px;
    margin-top: 20px;
  }

    .atfp-hero-image-wrap2{
    min-height: 380px;
    margin-top: 20px;
  }
  .atfp-hero-image-shape{
    position: relative;
    width: 100%;
    height: 380px;
    /* clip-path: path("M 1004 1 L 980 1074 L 328 9225 L -531 968 C -330 355 211 464 125 67 C 1017 1333 3219 344 1116 134 Z"); */
  }

    .atfp-hero-image-shape3{
    position: relative;
    width: 100%;
    height: 380px;
    /* clip-path: polygon(51% 11%, 100% 82%, 100% 100%, 0 100%, 14% 85%, 28% 66%, 43% 37%);
  -webkit-clip-path: polygon(51% 11%, 100% 82%, 100% 100%, 0 100%, 14% 85%, 28% 66%, 43% 37%); */
  }

  .atfp-hero-image-shape2{
    position: relative;
    width: 100%;
    height: 380px;
    /* clip-path: path("M1000,0 L1085,1159 L611,755 L-1,189 C-191,278 537,-52 616,-47 C916,376 1023,109 1052,48 Z"); */
  }
}

@media (max-width: 767.98px){
  .atfp-hero-content h1{
    font-size: 31px;
    line-height: 1.3;
    letter-spacing: -0.3px;
  }

  .atfp-hero-btn{
    padding: 12px 18px;
    font-size: 14px;
  }

  .atfp-hero-image-wrap{
    min-height: 250px;
  }


  .atfp-nav-btn{
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .atfp-slider-nav-wrap{
    gap: 14px;
  }
} 


/* initiative-greencard */
.initiative-greencard{
  position: relative;
  border-radius: 25px 25px 75px 25px;
  overflow: hidden;
  height: 300px;
  background: url('../image/home/cardgreen.png') center/cover no-repeat;
}

.initiative-greencard::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.initiative-greencard .card-body{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.initiative-greencard .card-text{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
}

.initiative-greencard .atfp-hero-btn{
  align-self: flex-start;
}



.initiative-greencard2{
  position: relative;
  border-radius: 20px 20px 96px 20px;
  overflow: hidden;
  height: 300px;
  background: url('../image/home/card3.png') center/cover no-repeat;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.initiative-greencard2::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.initiative-greencard2 .card-body{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.initiative-greencard2 .card-text{
  margin-bottom: 15px;
  color: var(--definedColours-Primary-ActionText, #0C1521);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Montserrat;
  font-size: var(--typography-h4, 28px);
  font-style: normal;
  font-weight: 300;
  margin-top: 15px;
  }

.initiative-greencard2  .atfp-hero-btn{
  align-self: flex-start;
}


/* new initiative-box  */

.initiative-box{
  position: relative;
  border-radius: 25px 25px 75px 25px;
  overflow: hidden;
  height: 320px;
  background: url('../image/home/card1.png') center/cover no-repeat;
  padding-bottom: 12px;
}

.initiative-box::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.initiative-box .card-body{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.initiative-box .card-text{
  color: var(--definedColours-Primary-ActionBG, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}

.initiative-box .atfp-hero-btn{
  align-self: flex-start;
}

.initiative-box2{
  position: relative;
  border-radius: 20px 20px 96px 20px;
  overflow: hidden;
  height: 320px;
  background: url('../image/home/card2.png') center/cover no-repeat;
  border-radius: var(--cardRadius-sm, 20px) var(--cardRadius-sm, 20px) var(--cardRadius-md, 96px) var(--cardRadius-sm, 20px);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
padding-bottom: 12px;
}

.initiative-box2::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.initiative-box2 .card-body{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.initiative-box2 .card-text{
  margin-bottom: 15px;
  color: var(--definedColours-Primary-ActionText, #0C1521);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Montserrat;
  font-size: var(--typography-h4, 28px);
  font-style: normal;
  font-weight: 300;
  margin-top: 15px;
  }

.initiative-box2 .atfp-hero-btn{
  align-self: flex-start;
}

.initiative-box3{
  position: relative;
  border-radius: 20px 20px 96px 20px;
  overflow: hidden;
  height: 320px;
  background: url('../image/home/card3.png') center/cover no-repeat;
  border-radius: var(--cardRadius-sm, 20px) var(--cardRadius-sm, 20px) var(--cardRadius-md, 96px) var(--cardRadius-sm, 20px);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
padding-bottom: 12px;
}

.initiative-box3::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.initiative-box3 .card-body{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.initiative-box3 .card-text{
  margin-bottom: 15px;
  color: var(--definedColours-Primary-ActionText, #0C1521);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Montserrat;
  font-size: var(--typography-h4, 28px);
  font-style: normal;
  font-weight: 300;
  margin-top: 15px;
  }

.initiative-box3  .atfp-hero-btn{
  align-self: flex-start;
}


.initiative-box4{
  position: relative;
  border-radius: 25px 25px 75px 25px;
  overflow: hidden;
  height: 280px;
  background: url('../image/home/card4.png') center/cover no-repeat;
  border-radius: var(--cardRadius-sm, 20px) var(--cardRadius-sm, 20px) var(--cardRadius-md, 96px) var(--cardRadius-sm, 20px);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.initiative-box4::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.initiative-box4 .card-body{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.initiative-box4 .card-text{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
}

.initiative-box4 .atfp-hero-btn{
  align-self: flex-start;
}

.initiative-box4 h3{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}

.initiative-box4 p{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.initiative-box8{
  position: relative;
  border-radius: 25px 25px 75px 25px;
  overflow: hidden;
  height: 280px;
  background: url('../image/home/card8.png') center/cover no-repeat;
  border-radius: var(--cardRadius-sm, 20px) var(--cardRadius-sm, 20px) var(--cardRadius-md, 96px) var(--cardRadius-sm, 20px);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.initiative-box8::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.initiative-box8 .card-body{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.initiative-box8 .card-text{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
}

.initiative-box8 .atfp-hero-btn{
  align-self: flex-start;
}

.initiative-box8 h3{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}

.initiative-box8 p{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.initiative-box5{
  position: relative;
  border-radius: 20px 20px 96px 20px;
  overflow: hidden;
  height: 200px;
  background: url('../image/home/card3.png') center/cover no-repeat;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.initiative-box5::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.initiative-box5 .card-body{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.initiative-box5 .card-body h3{
 font-weight: 400;
 line-height: 40px;
}

.initiative-box5 .card-text{
  margin-bottom: 15px;
  color: var(--definedColours-Primary-ActionText, #0C1521);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Montserrat;
  font-size: var(--typography-h4, 28px);
  font-style: normal;
  font-weight: 300;
  margin-top: 15px;
  }

.initiative-box5  .atfp-hero-btn{
  align-self: flex-start;
}


.initiative-box6{
  position: relative;
  border-radius: 25px 25px 75px 25px;
  overflow: hidden;
  height: 200px;
  background: url('../image/home/card4.png') center/cover no-repeat;
  border-radius: var(--cardRadius-sm, 20px) var(--cardRadius-sm, 20px) var(--cardRadius-md, 96px) var(--cardRadius-sm, 20px);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.initiative-box6::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.initiative-box6 .card-body{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.initiative-box6 .card-text{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
}

.initiative-box6 .atfp-hero-btn{
  align-self: flex-start;
}
.initiative-box6 h3{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}



.initiative-box7{
  position: relative;
  overflow: hidden;
  background: url('../image/home/card5.png') center/cover no-repeat;
  border-radius: var(--cardRadius-sm, 20px) var(--cardRadius-sm, 20px) var(--cardRadius-md, 96px) var(--cardRadius-sm, 20px);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.initiative-box7::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.initiative-box7 .card-body{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-top: 24px;
}

.initiative-box7 .atfp-hero-btn{
  align-self: flex-start;
}
.initiative-box7 h3{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* atfp-numbers-section */

.atfp-numbers-section{
  position: relative;
  overflow: hidden;
  padding: 0px 0;
  border-radius: 96px 0;
  background: linear-gradient(90deg, #5252D1 0%, #4FD98E 100%);
}

.atfp-bg-shape{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  max-width: 500px;
  z-index: 1;
  pointer-events: none;
}

.atfp-numbers-content{
  position: relative;
  z-index: 2;
  padding: 40px 0px 40px 0px;
}

.number-item{
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.22);
}

.number-item:last-child{
  border-bottom: none;
}

.number-item h2{
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 6px;
}

.number-item p{
 color: var(--definedColours-Secondary-ActionBG, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

.atfp-numbers-title{
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 40px 40px 40px 20px;
}

.atfp-numbers-title h3{
  color: #fff;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 991.98px){
  .atfp-numbers-section{
    padding: 26px 0 22px;
    border-radius: 34px 0;
  }

  .atfp-bg-shape{
    top: 0;
    right: 0;
    bottom: auto;
    width: 64%;
    max-width: none;
    opacity: 0.95;
  }

  .atfp-numbers-title{
    text-align: left;
    padding: 18px 20px 6px 20px;
  }

  .atfp-numbers-title h3{
    font-size: 18px;
    line-height: 1.15;
  }

  .atfp-numbers-content{
    padding: 6px 20px 10px 20px;
  }

  .number-item{
    padding: 12px 0;
  }

  .number-item h2{
    font-size: 19px;
    line-height: 1.1;
    margin-bottom: 4px;
  }

  .number-item p{
    font-size: 10px;
    line-height: 1.35;
    max-width: 180px;
  }
  .initiative-box4{
  height: 300px  !important;
}
}

@media (max-width: 575.98px){
  .atfp-numbers-section{
    border-radius: 28px 0;
  }

  .atfp-bg-shape{
    width: 100%;
  }

  .atfp-numbers-title{
    padding: 16px 18px 4px;
  }

  .atfp-numbers-content{
    padding: 4px 18px 8px;
  }

  .number-item h2{
    font-size: 18px;
  }

  .number-item p{
    font-size: 9.5px;
    max-width: 165px;
  }
}

.who-we-are-section {
  position: relative;
  overflow: hidden;
     background: #ffffff;
    padding: 30px 0 0 0;
}

.who-we-are-inner {
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  min-height: 620px;
  position: relative;
}

/* left image */
.who-we-are-image {
  position: relative;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
  border-top-right-radius: 320px;
}

.who-we-are-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
    /* height: 735.202px; */
flex: 1 0 0;
aspect-ratio: 351/365; 
}

/* right content */
.who-we-are-content {
  position: relative;
  padding: 70px 90px 70px 95px;
  z-index: 2;
}

.atfp-bg-shape2{
  position: absolute;
  right: 0;
       bottom: -312px;
    width: 40%;
  max-width: 500px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
.who-we-are-image img{
  height: 340.044px;
flex: 1 0 0;
aspect-ratio: 327.00/340.04;
}
}
/* laptop */
@media (max-width: 1199px) {
  .who-we-are-inner {
    grid-template-columns: 44% 56%;
    min-height: 560px;
  }
  .who-we-are-image {
    min-height: 560px;
    border-top-right-radius: 240px;
    border-bottom-right-radius: 240px;
  }

  .who-we-are-content {
    padding: 55px 50px 55px 60px;
  }
}

/* tablet */
@media (max-width: 991px) {
  .who-we-are-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    z-index: 2;
  }

  .who-we-are-image {
    min-height: 420px;
    border-top-right-radius: 180px;
    border-bottom-right-radius: 0;
  }

  .who-we-are-content {
    padding: 45px 28px 55px;
  }

}

/* mobile */
@media (max-width: 575px) {
  .who-we-are-image {
    min-height: 300px;
    border-top-right-radius: 110px;
  }
}

@media (min-width:1400px){
.milestone-container {
    max-width: 1500px !important;
}}

/* brochure section */

.brochure{
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #5252D1 0%, #4FD98E 100%);
}


.topbg{
  background: linear-gradient(270deg, #5252D1 0%, #0C1521 100%);
}

.missionvision img{
  border-radius: 25px 25px 75px 25px;
}

.multimedia {
    padding: 25px 25px 35px 25px;
    transition: all 0.3s ease;
   border-radius: 20px 20px 96px 20px;
    background: var(--AFTP-Faded-BG);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.multimedia .multimediaimg{
  border-radius: 20px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.success-stories-card{
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px 20px 96px 20px;
    padding: 20px;
}
.success-img {
    display: flex;
    height: 350px;
    align-self: stretch;
    border-radius: 20px;
}
.success-stories-content{
padding: 20px;
}
.success-stories-content h5{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
/* Desktop (English)/H4 (Light) */
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */

}

.br-96{
border-bottom-right-radius: 96px;
background: var(--Gradient-1, linear-gradient(90deg, var(--Integral-Blue, #5252D1) 0%, var(--Growth-Green, #4FD98E) 100%));
}


@media (max-width: 767px) {
    .mtop {
        order: -1;
    }
    .mbottom {
        order: 1;
    }
    .mtop > div {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .mtop .gap-2 {
        display: flex;
        gap: 16px !important;
    }

    .mtop .gap-2 .mb-3 {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
}

.benefits-section{
  background: var(--AFTP-Faded-BG, linear-gradient(285deg, rgba(79, 217, 142, 0.10) -8.95%, rgba(82, 82, 209, 0.10) 67.76%), #FFF);
}

.bg-gray{
  background: var(--colorTokens-BGSet, #F0F1F2);
}
.initiative-border{
    border-right: 2px solid #f3f3f3;
    border-left: 2px solid #f3f3f3;
}

/* tab section */

.custom-tabs-wrap {
  width: 100%;
  margin: 30px auto;
  display: flex;
  background: #f0f1f2;
  border-radius: 30px;
  overflow: hidden;
}

.custom-tab {
  flex: 1;
  border: 0;
  padding: 13px 20px;
  position: relative;
  color: var(--definedColours-Primary-ActionText, #0C1521);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 16.8px */
}

.custom-tab:not(:last-child) {
  border-right: 1px solid #fff;
}

.custom-tab.active {
  background: var(--accent-green);
  color: var(--Black, #1A1A1A);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 16.8px */
}

.custom-tab:first-child.active {
  border-radius: 30px 0 0 30px;
}

.custom-tab:last-child.active {
  border-radius: 0 30px 30px 0;
}

.custom-tab:hover {
  background: #55d98e;
}

.tab-content-box {
  display: none;
  margin: 0 auto;
  /* padding: 25px; */
  border-radius: 16px;
  background: #fff;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
}

.tab-content-box.active {
  display: block;
}

@media (max-width: 576px) {
  .custom-tabs-wrap {
    flex-direction: column;
    border-radius: 18px;
  }

  .custom-tab,
  .custom-tab:first-child.active,
  .custom-tab:last-child.active {
    border-radius: 0;
  }

  .custom-tab:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #fff; 
  }
}

.rates-card2 {
    overflow: hidden;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.rates-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    padding: 28px 34px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
}

.rates-card::before {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    width: 200px;
    height: 100%;
    background: #e8e9ef;
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 90% 100%, 80% 79%, 69% 61%, 59% 49%, 49% 42%, 38% 40%, 11% 48%);
}

.rates-content {
    position: relative;
    z-index: 2;
}

.rates-content h3 {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 500;
    color: #1f2937;
}



.rates-content p {
    margin: 0;
    font-size: 17px;
    color: #374151;
}

.rates-actions {
    position: relative;
    z-index: 2;
    min-width: 170px;
}

.rate-action {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 18px;
}

.rate-action img {
    font-size: 18px;
}

.share-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-row strong {
    font-size: 14px;
    color: #111827;
    margin-right: 6px;
}



@media (max-width: 767px) {
    .rates-card {
        flex-direction: column;
        padding: 24px;
    }

    .rates-card::before {
        width: 180px;
        opacity: .7;
    }

    .rates-actions {
        min-width: auto;
    }
}





/* keep your existing .updates-section2 background as it is */

/* Flag */
.flag-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  padding: 5px;
}

/* Country */
.country-link {
 color: var(--colorTokens-primary-Integral-Blue, #5252D1);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */one;
  margin-top: 7px;
}

/* Info */
.info-list li {
     margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--definedColours-Primary-ActionText, #0C1521);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}




/* video button */
/* Play Button Overlay on Image */
.video-play-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px; 
}

.video-play-wrapper .newsimg {
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
}

.video-play-wrapper:hover .newsimg {
    transform: scale(1.001); 
}

.play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3); 
    opacity: 1;
    /* transition: background 0.3s ease; */
    border-radius: var(--radius-lg, 96px) 20px 20px 20px;
}

.video-play-wrapper:hover .play-button-overlay {
    background: rgba(0, 0, 0, 0.5); 
}

.play-button-overlay i {
    color: #fff; 
    font-size: 60px; 
    opacity: 0.8;
    transition: all 0.3s ease;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.video-play-wrapper:hover .play-button-overlay i {
    opacity: 1;
    transform: scale(1.1); 
}

/* Video Modal (Popup) Styles */
.video-modal {
    display: none; /* Shuru mein chhupa rahega */
    position: fixed;
    z-index: 9999; /* Sabse upar dikhe */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); 
    overflow: auto;
}

.video-modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 800px; /* Popup ki max width */
    background-color: #000;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.close-modal {
    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close-modal:hover {
    color: #bbb;
}

/* Responsive Video Container (16:9 aspect ratio) */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .video-modal-content {
        width: 95%;
        margin: 20% auto;
    }
    .close-modal {
        right: 10px;
        top: -40px;
    }
    .play-button-overlay i {
        font-size: 40px;
    }
}



/* thumb nail slider */
.thumb-img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    border: 2px solid transparent;
  }

  .thumb-img:hover, .thumb-img.active {
    opacity: 1;
    border-color: #5cb85c; /* Aapka theme green color */
  }

  /* Scrollbar styling for thumbnails */
  .custom-thumb-slider::-webkit-scrollbar {
    height: 5px;
  }
  .custom-thumb-slider::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }


  .text-purple{
    color:#5252D1;
  }

  .accordion-item:first-of-type{
    border-radius: 20px !important;
  }

  .accordion-item:last-of-type{
    border-radius: 20px !important;
  }

  .br96{
    border-radius:96px 0 96px 0;
  }

  .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0rem !important;
  }



  /* map */
  /* SCROLL CONTAINER */
.map-scroll{
    width:100%;
    /* overflow-x:auto; */
    overflow-y:visible;
}

/* MAP */
.map-wrap{
    position:relative;
    max-width:1400px;
    margin:auto;
    border-radius:20px 20px 120px 20px;
    border:1px solid #C6D4D4;
    overflow:visible; 
}

.map-image{
    width:100%;
    display:block;
}

/* MOBILE SPECIAL */
@media (max-width:768px){
    .map-scroll{
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        overflow-y:visible;
        /* padding-top: 30px; */
    }

    .map-wrap{
        width:900px;
         overflow:visible; 
    }

    .map-image{
        width:100%;
    }
    .map-pin{
    position:absolute;
    left:0;
    top:0;
    transform:translate(-50%,-100%);
    width:40px;
    cursor:pointer;
    z-index:5;
}
}

/* PIN */
.map-pin{
    position:absolute;
    left:0;
    top:0;
    transform:translate(-50%,-100%);
    width:40px;
    cursor:pointer;
    z-index:5;
}

.map-pin img{
    width:100%;
    display:block;
}

/* MAP PIN */
.map-pin{
    position:absolute;
    transform:translate(-50%, -50%);
    cursor:pointer;
    z-index:5;
}

.map-pin img{
    display:block;
}

/* ADVANCED TOOLTIP */
.pin-tooltip{
     position:absolute;

    left:50%;
    bottom:55px;

    transform:translateX(-50%);

    width:220px;

    background:#fff;
    border-radius:18px;
    padding:16px;

    opacity:0;
    visibility:hidden;

    transition:0.3s ease;

    /* VERY HIGH Z-INDEX */
    z-index:9999999999 !important;

    box-shadow:0 12px 40px rgba(0,0,0,0.12);
}

/* tooltip arrow */
.pin-tooltip::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-10px;
    transform:translateX(-50%) rotate(45deg);
    width:20px;
    height:20px;
    background:#fff;
}

/* TOP */
.tooltip-top{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
}

.tooltip-top img{
    width:24px;
    height:18px;
    border-radius:3px;
    object-fit:cover;
}

.tooltip-top h4{
    margin:0;
    font-size:24px;
    font-weight:500;
    color:#3d3d3d;
}

/* CONTENT */
.tooltip-label{
    font-size:15px;
    color:#444;
    margin-bottom:14px;
}

.tooltip-desc{
    font-size:15px;
    line-height:1.6;
    color:#5a5a5a;
    margin-bottom:14px;
}

.tooltip-data{
    font-size:15px;
    color:#555;
    margin-bottom:18px;
}

/* BUTTON */
.tooltip-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 20px;
    background:linear-gradient(90deg,#4f46e5,#5b5bf6);
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    transition:0.3s;
}

.tooltip-btn:hover{
    transform:translateY(-2px);
    color:#fff;
}

/* SHOW */
.map-pin:hover .pin-tooltip,
.map-pin.active .pin-tooltip{
    opacity:1;
    visibility:visible;
}

/* MOBILE */
@media(max-width:768px){

    .pin-tooltip{
        width:200px;
        padding:14px;
        bottom:45px;
    }

    .tooltip-top h4{
        font-size:20px;
    }

    .tooltip-label,
    .tooltip-desc,
    .tooltip-data{
        font-size:13px;
    }

    .tooltip-btn{
        padding:10px 16px;
        font-size:12px;
    }
}

.br20{
      border-radius: 20px 20px 0 0 !important;
}

.searchcriteria{
  border-radius: 50px;
    border: 1px solid #999;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    padding: 10px;
    position: relative;
}


.btn-close {
    background: url('../image/home/close.png') center/30px no-repeat;
    opacity: 1;
    box-shadow: none !important;
}

.ourvalues{
  color: var(--definedColours-Primary-ActionText, #0C1521) !important;
  font-feature-settings: 'liga' off, 'clig' off !important;
  font-family: Montserrat !important;
  font-size: var(--typography-h4, 28px) !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 140% !important;

  /* 3 line ellipsis */
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media (max-width:768px){
  .ourvalues{
  font-size: var(--typography-h4, 26px) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
}

.vissionhead{
  color: #FFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.joinevent{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}


.initiative-card h4{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}

li{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

.fourline{
   display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.threeline{
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.twoline{
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oneline{
   display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.update-card-new h5{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aftpbrochure{
  color: var(--definedColours-Primary-BG, #5252d1da);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}


.update-card h5{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.countrysector{
  color: var(--colorTokens-primaryDark-100, #132E26);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */
}

.applyreg{
  color: var(--colorTokens-primary-Integral-Blue, #5252D1);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}


.armtext{
color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}

.institutionsname{
  color: var(--definedColours-Primary-ActionText, #0C1521);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 300;
line-height: 140%; /* 39.2px */
}

.downlink{
  color: var(--colorTokens-primary-Integral-Blue, #5252D1);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 16.8px */
}


/* .site-wrapper{
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    overflow: hidden;
} */





 /* ---------- Testimonials section (screenshot exact: #2D583F, #FDC744, 6 dots) ---------- */
.testimonials-section {
  background: #f7f5ef;
  padding: 48px 0 64px;
  position: relative;
}

.testimonials-container {
  position: relative;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.testimonials-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  color: #2D583F;
  margin: 0 0 32px 0;
  line-height: 1.2;
}

.testimonials-slider-wrap {
  position: relative;
}

#testimonialsCarousel .carousel-inner {
  overflow: visible;
}

#testimonialsCarousel .carousel-item {
  padding: 0 8px;
}

.testimonial-card {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: visible;
  position: relative;
  min-height: 320px;
}

.testimonial-card .row {
  border-radius: 24px;
  overflow: hidden;
}

.testimonial-card-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FDC744;
  color: #8B6914;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-card-icon svg {
  width: 24px;
  height: 24px;
}

.testimonial-card-img-wrap {
  height: 100%;
  min-height: 320px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.testimonial-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card-body {
  padding: 32px 40px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.testimonial-card-quote {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.65;
  text-align: left;
}

.testimonial-card-body .testimonial-card-quote:last-child {
  margin-bottom: 0;
}

.testimonials-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0 0 0 0;
  min-height: 48px;
}

.testimonial-prev,
.testimonial-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none !important;
  opacity: 1;
  padding: 0;
  flex-shrink: 0;
}

.testimonial-prev {
  background: #2D583F !important;
}

.testimonial-prev .carousel-control-prev-icon {
  width: 24px;
  height: 24px;
  background-size: 100%;
  filter: brightness(0) invert(1);
}

.testimonial-next {
  background: #2D583F !important;
}

.testimonial-next .carousel-control-next-icon {
  width: 24px;
  height: 24px;
  background-size: 100%;
  filter: brightness(0) invert(1);
}

.testimonial-indicators {
  position: static;
  margin: 0;
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #D9D9D9;
  opacity: 1;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.testimonial-indicators button.active {
  background: #2D583F;
}

/* ---------- TCDI Testimonials (pixel-perfect Figma specs – training-capacity-development-institute only) ---------- */
.tcdi-testimonials-section {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  padding: 64px;
  gap: 36px;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 var(--radius-lg, 96px) 0;
  background: var(--AFTP-Faded-BG, linear-gradient(285deg, rgba(79, 217, 142, 0.10) -8.95%, rgba(82, 82, 209, 0.10) 67.76%), #FFF);
  flex: none;
  flex-grow: 0;
}



.tcdi-testimonials-slider-wrap {
  width: 100%;
  max-width: 1248px;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  padding-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.tcdi-testimonials-track {
  display: flex;
  gap: 40px;
  transition: transform 0.3s ease;
  will-change: transform;
}

.tcdi-testimonial-card {
  flex-shrink: 0;
  width: 1114px;
  height: 392px;
  padding: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  position: relative;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  overflow: visible;
}

.tcdi-testimonial-card.tcdi-testimonial-active {
  opacity: 1;
}

.tcdi-testimonial-icon {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}

.tcdi-testimonial-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.tcdi-testimonial-img-wrap {
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  border-radius: 28px;
  overflow: hidden;
}

.tcdi-testimonial-img-wrap img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  display: block;
}

.tcdi-testimonial-body {
  flex: 1;
  min-width: 0;
}

.tcdi-testimonial-heading {
color: var(--colorTokens-primaryDark-100, #132E26);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Montserrat;
font-size: var(--typography-h4, 28px);
font-style: normal;
font-weight: 500;
line-height: 140%; /* 39.2px */
}


.tcdi-testimonial-quote::before {
  content: '"';
}

.tcdi-testimonial-quote::after {
  content: '"';
}

.tcdi-testimonials-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1248px;
  margin-top: 24px;
  min-height: 48px;
}

.tcdi-testimonial-prev,
.tcdi-testimonial-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #5252D180;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  transition: background 0.2s, color 0.2s;
}

.tcdi-testimonial-prev:hover,
.tcdi-testimonial-next:hover {
  opacity: 0.9;
}

.tcdi-testimonial-prev svg,
.tcdi-testimonial-next svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.tcdi-testimonial-prev.tcdi-arrow-inactive,
.tcdi-testimonial-next.tcdi-arrow-inactive {
  background: #E5E5E5;
  color: #6C6C6C;
  cursor: not-allowed;
  opacity: 0.8;
}

.tcdi-testimonial-prev.tcdi-arrow-inactive:hover,
.tcdi-testimonial-next.tcdi-arrow-inactive:hover {
  opacity: 0.8;
}

.tcdi-testimonial-indicators {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.tcdi-testimonial-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #5252D180;
  padding: 0;
  cursor: pointer;
  margin: 0;
}

.tcdi-testimonial-indicators button.active {
  background: #ddddff ;
}

/* ---------- Mobile View Fix ---------- */
@media (max-width: 768px) {

  .tcdi-testimonials-section {
    padding: 40px 20px;
  }

  .tcdi-testimonial-card {
    width: 100%;
    height: auto;
    flex-direction: column;   
    padding: 24px;
    gap: 24px;
  }

  .tcdi-testimonial-img-wrap {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .tcdi-testimonial-img-wrap img {
    width: 100%;
    height: auto;
  }

  .tcdi-testimonial-heading {
    font-size: 22px;
  }

  .tcdi-testimonial-quote {
    font-size: 14px;
  }

  .tcdi-testimonial-icon {
    top: -24px;
    right: 0px;
    width: 60px;
    height: 60px;
  }

  .tcdi-testimonial-icon img {
    width: 60px;
    height: 60px;
  }
}



.initiative-box2 .hover-text,
.initiative-box2 .hover-btn,
.initiative-box3 .hover-text,
.initiative-box3 .hover-btn{
    display: none;
}

.initiative-box2:hover .hover-text,
.initiative-box2:hover .hover-btn,
.initiative-box3:hover .hover-text,
.initiative-box3:hover .hover-btn{
    display: block;
}

.initiative-box img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease; 
}

.initiative-box2 img, 
.initiative-box3 img {
    filter: none;
    transition: filter 0.3s ease;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #00000000 !important;
}

.rate-action span {
    color: var(--definedColours-Primary-ActionText, #0C1521);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}


.img-center {
     display: flex;
    margin: 0 auto;
}

.logo-width{
  width: 200px;
  padding: 10px 0px;
}
@media (max-width:768px){
  .logo-width{
  width: 150px;
}
.img-center {
  margin: 0 !important;
  margin-bottom: 15px !important;
}
.dots-group {
    display: flex;
    gap: 1px;
}
}

.header-border-bottom{
      border-top: 1px solid #d9d9d966;
      
}

.custom-select-arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("../image/about/icon2/arrow-down.png") no-repeat right 18px center;
    background-size: 26px;
    padding-right: 45px; 
    cursor: pointer;
}
.custom-select-arrow::-ms-expand {
    display: none;
}

.border-divider {
    flex: 1;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #d9d9d9;
}
.arabbg{
   background-size: cover;
   background-image: url(../image/home/non-arab.png);
}



.row-center{
    justify-content: center;
    align-items: center;
}
.displaying {
    display: flex;
    align-items: center;
    gap: 5px;
}
.hover-btn {
    margin-top: 10px;
}


.search-modal{
    border:0;
    border-radius:18px;
    overflow:hidden;
}

.search-modal .modal-body{
    padding:25px;
}

    .search-modal .search-box {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 30px;
        padding: 2px 15px;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .search-modal .search-icon {
        color: #b8b8b8;
    }

.search-modal .search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    margin: 0 12px;
}

.btn-close-search{
    border:none;
    background:none;
    font-size:20px;
    cursor:pointer;
}

.search-results{
    margin-top:20px;
    max-height:420px;
    overflow-y:auto;
}

.search-results::-webkit-scrollbar{
    width:6px;
}

.search-results::-webkit-scrollbar-thumb{
    background:#c8c8c8;
    border-radius:20px;
}

.search-item{
    padding:18px 10px;
    border-bottom:1px solid #d8efe8;
    cursor:pointer;
    transition:.3s;
}

.search-item:hover{
    background:#f8fcfb;
}

.search-item h6{
    margin:0;
    font-size:15px;
    color:#666;
    font-weight:600;
}

.search-item p{
    margin:4px 0 0;
    color:#a8a8a8;
    font-size:13px;
}

.img-redius {
    border-radius: 20px 20px 120px 20px;
}