
@font-face {
    font-family: 'ReadexPro-Bold';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-Bold.woff2') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'ReadexPro-SemiBold';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-SemiBold.woff2') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'ReadexPro-Regular';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-Regular.woff2') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'ReadexPro-Medium';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-Medium.woff2') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'ReadexPro-Light';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-Light.woff2') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'ReadexPro-ExtraLight';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-ExtraLight.woff2') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}

h1{
    font-family: 'ReadexPro-Bold';
}
h2{
    font-family: 'ReadexPro-Regular';
}
h3{
    font-family: 'ReadexPro-Medium';
}
h4{
    font-family: 'ReadexPro-Light';
}
p {
    font-family: 'ReadexPro-Regular';
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    background-color: #F5FCFF;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'ReadexPro-Regular';
    overflow-x: hidden;
    direction: rtl;
}
.nav-item a, .nav-item .nav-link {
    color: #ffffff;
}
.main-nav-links li a:hover{
  color: #dddddd;
}
.header-fixed{

    height: 120px;
    background:transparent;
    position: absolute;
    inset: 0;
    top: 0;
    z-index:10;
    transition: ease-in-out 0.4s;
}
.Navbar-A {
    width: 1330px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(33, 43, 53, 0.65);
    transition: ease-in-out 0.5s;
    margin: 30px clamp(0px,30vw,60px) 0 clamp(0px,30vw,60px);
    padding: 10px 15px;
}
.Navbar-A.scrolled {
    transition: ease-in-out 0.5s;
    margin-top: 0px;
}
.Navbar-B {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
  padding-right: clamp(0px, 4.5vw, 60px);
  height: 45px;
  width: 100%;
  background: linear-gradient(90deg, rgba(55, 109, 179, 1) 0%, rgba(3, 31, 115, 1) 100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: translateY(0);
  opacity: 1;
  position: fixed; /* use fixed to stay on top while scrolling */
  top: 0;
  z-index: 999;
}

.Navbar-B.scrolled {
  transform: translateY(-100%);
  opacity: 0;
}
.Navbar-B li a{
  font-size: clamp(12px,1.4vw,16px);
  color: white !important;
}
.Navbar-B li a:hover{
  font-size: clamp(12px,1.4vw,16px);
  color: #ff8c69 !important;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-y);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-family: 'ReadexPro-Regular';
}
.lang-btn{
    background-color: #ffffff;
    width: 79px;
    height: 26px;
    color: #031F73 !important;
    border: 1px solid #031F73;
    font-size: clamp(12px,1.3vw,14px);
    border-radius: 50px;
    font-family: 'ReadexPro-Regular';
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lang-btn p{
    font-family: 'ff-shamel' !important;
    margin: 0;
    margin-top: 5px;
}
.Coop-text{
    font-size: 10px;
    color: #4E738A;
    border-top: 1px solid #4E738A;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
}
/* Arrow image */
.dropdown-arrow {
  margin-right: 5px;
  width: 10px;
  transition: transform 0.3s ease;
}

/* Dropdown container */
.nav-item.dropdown {
  position: relative;
}

/* Dropdown menu */
.dropdown-menu {
  position: absolute;
  top: 110%;
  right: 0;
  background: white;
  border-radius: 0px;
  padding: 10px 0;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  z-index: 1000;
  border-bottom: 5px solid #212B35;
}

/* Dropdown item */
.dropdown-menu .dropdown-item {
  padding: 8px 16px;
  text-decoration: none;
  color: #212B35;
  display: block;
  font-size: 15px;
  text-align: right;
  transition: background-color 0.3s;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #2e3a45;
}

/* Show dropdown */
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
  .dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
/* sidebar style */

/* ====== Overlay ====== */
.sidebar-overlay {
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 999;
}

.sidebar-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}
:root {
    --sidebar-w: 380px;
}
/* ====== Sidebar ====== */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--sidebar-w, 320px);
    max-width: 100vw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    background: #2337a88e;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-left: 1px solid var(--sidebar-border);
    box-shadow: -18px 0 40px rgba(0, 0, 0, .08);
    transform: translateX(-100%);
    transition: transform .28s ease;
    z-index: 1000;
    border-radius: 0px;
}

.sidebar.is-open {
    transform: translateX(0);
}

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 0px;
    padding: 18px 18px 10px 18px;
}

.sidebar-header h2 {
    margin: 0;
    font-family: 'ReadexPro-Bold';
    font-size: 16px;
    color: #ffffff;
}

.sidebar-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 0;
    background: #EBECEC;
    cursor: pointer;
    transition: transform .12s ease, background .2s;
}

.sidebar-close img{
  filter: invert(1);
}
.sidebar-close:hover {
    background: #E6E7E6;
    transform: translateX(1px);
}

.sidebar-body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  overflow-y: auto;
  padding: 14px 10px 24px 10px;
}

.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-links>li {
    margin: 6px 0;
}

.sidebar-links a,
.sub-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    padding: 12px 12px;
    border-radius: 12px;
    color: #ffffff;
    font-family: 'ReadexPro-Regular';
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.sidebar-links a:hover,
.sub-toggle:hover {
    background: #F2F3F3;
}

.sub-toggle img {
    transform: rotate(0deg);
    transition: transform .2s ease;

}

.sub-toggle[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.sub-menu {
    list-style: none;
    padding: 0 0 0 6px;
    margin: 4px 0 8px 0;
}

.sub-menu[hidden] {
    display: none;
}

.sub-menu li a {
    padding: 10px 12px 10px 16px;
    color: #333;
}

.sidebar-separator {
    border: 0;
    border-top: 1px solid var(--sidebar-border);
    margin: 10px 6px 14px;
}

.sidebar-utilities {
    display: grid;
    gap: 12px;
    padding: 0 6px 8px;
}

.sidebar-lang-search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.sidebar-lang-search .language-text {
    color: #fff;
    font-family: 'ReadexPro-Regular';
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}

/* Search */
.search-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
}

.sidebar-searchbar2 {
    width: 100%;
    height: 100%;
    padding-right: 42px;
    padding-left: 14px;

    background: transparent;
    border: 0;
    color: #fff;
    border-radius: 10px;
    outline: none;
}

.sidebar-searchbar2::placeholder {
    color: rgba(255, 255, 255, 0.70);
}

.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-btn img {
    width: 18px;
    height: 18px;
}

.sidebar-cta {
    padding: 10px 6px 0;
}

.w-100 {
    width: 100%;
}

/* Lock scroll when sidebar is open */
.body-locked {
    overflow: hidden;
    touch-action: none;
}

.search-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    /* adjust as needed */
}

.sidebar-searchbar {
    width: 100%;
    height: 100%;
    padding-right: 40px;
    padding-left: 20px;
    background-color: transparent;
    border: 0;
    color: #000;
    border-radius: 8px;
    outline: none;
}

.search-btn {
    position: absolute;
    right: 10px;
    /* distance from the right edge */
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-btn img {
    width: 18px;
    height: 18px;
}
/* Dropdown button look */
.sub-toggle {
  background: transparent;
  border: 0;
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  color: #fff;
  font-family: 'ReadexPro-Regular';
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: background .15s ease;
}

.sub-toggle:hover {
  background: rgba(255, 255, 255, 0.10);
}

/* Arrow */
.sub-toggle img {
  width: 14px;
  transition: transform .2s ease;
}

/* rotate arrow when open */
.qaiam-dropdown-toggle.qaiam-active img {
  transform: rotate(180deg);
}

/* Sub menu animation */
.qaiam-dropdown-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s ease;
  margin-top: 6px;
  padding-left: 6px;
}

/* When open */
.qaiam-dropdown-content.qaiam-open {
  max-height: 500px; /* enough for most menus */
}

/* Sub links */
.sub-menu li a {
  display: block;
  padding: 10px 12px 10px 16px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
  font-family: 'ReadexPro-Light';
}

.sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {

    .sidebar,
    .sidebar-overlay {
        transition: none !important;
    }
}








/* hero section */
.hero-container {
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 100vh;
}
.hero-right-text {
    position: absolute;
    top: 50%;
    right: clamp(20px,8vw,170px);
    transform: translateY(-50%);
    text-align: right;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.hero-right-text h1{
    width: 900px;
    max-width: 900px;
    color: white;
    font-family: 'ReadexPro-Bold';
    font-size: clamp(18px, 3vw, 45px);
    padding: 0;
    margin: 0;
    margin: 0px;
}
.hero-right-text h3{
  font-family: 'ReadexPro-Regular';
  color: white;
  font-size: 16px;
  margin: 0px;
}
.tabs input{
    visibility: hidden;
    display: none;
}
.buttons {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,0%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index:2;
}
 .responsive-display-none{
        display: none;
    }
.sliders-buttons{
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    z-index: 12;
    border-radius: 40px;
    padding: 5px 15px;
}
.buttons label{
    margin: 0px 1px;
    width: 45px;
    height: 8px;
    background: rgb(255, 255, 255);
    opacity: 0.4;
    border-radius: 20px;
    cursor: pointer ;
    transition: 0.5s;
}
.sliders-buttons label.active {
    opacity: 1;
    background-color: #42CEA9;
}

.tabs input:nth-child(1):checked ~ .buttons label:nth-child(1),
.tabs input:nth-child(2):checked ~ .buttons label:nth-child(2),
.tabs input:nth-child(3):checked ~ .buttons label:nth-child(3) {
    opacity: 1;
    background-color:#42CEA9;
}

.slider-arrows {
  display: none;
  gap: 10px;
  text-align: center;
}
.slider-arrow {
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding:10px;
  width: 30px;
  height: 30px;
  color: #333;
  transition: color 0.3s;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slider-arrow:hover {
  color: #000;
}

.content {
    display: flex;
    flex-direction: row; /* ✅ force left-to-right order */
    transition: transform 0.5s ease;
    direction: ltr;
}

    .content .box {
        min-width: 100vw;
        height: 100vh;
        flex-shrink: 0;
        position: relative;
    }

    .content .box-inner {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        direction: rtl; /* ✅ text flows right-to-left inside */
    }

        .content .box-inner img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            display: block;
        }

    .content .hero-right-text {
        position: absolute;
        top: 50%;
        left: 10%;
        color: #fff;
        z-index: 10;
    }

    .content .box {
        background: linear-gradient( 180deg, rgba(9, 55, 123, 0.795) 0%, rgba(109, 109, 109, 0.507) 100% );
    }

.tabs input:nth-child(1):checked ~ .content{
    left: 0;
}
.tabs input:nth-child(2):checked ~ .content{
    left: 100vw;
}
.tabs input:nth-child(3):checked ~ .content{
    left: 200vw;
}
.tabs input:nth-child(4):checked ~ .content{
    left: 300vw;
}


.social-media-hero-links{
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.divider1-socials{
    height: 140px;
    width: 1px;
    background-color: white;
}
.social-media-hero-links ul{
    
    list-style: none;
    padding: 10px 0px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.divider2-socials{
    height: 140px;
    width: 1px;
    background-color: white;
}
.Scrolldown-Position{
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 10px 5px;
  border: 2px solid white;
  border-radius: 23px;
  height: 47px;
  width: 26px;
  display: none;
  justify-content: center;
  align-items: center;
}
.Scrolldown-Position img{
  width: 24px;
}
.fixed-help-icon1{
  padding: 0px 20px;
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 15;
}
.fixed-help-icon1 img{
  width: 64px;
  height: 64px;
}
.fixed-help-icon2 img{
  width: 64px;
  height: 64px;
}
.accessibility-box {
  position: fixed;
  bottom: 80px;
  left: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.hidden {
  display: none;
}

.fixed-help-icon3{
  padding: 0px 20px;
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 15;
}
.fixed-help-icon2{
  padding: 0px 20px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 15;
}

.fixed-help-icon1 img{
  border-radius: 100%;
}
.fixed-help-icon2 img{
  border-radius: 100%;
}
.chatbot-box {
  position: fixed;
  bottom: 55px;
  right: 80px;
  width: 300px;
  height: 400px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  z-index: 1000;
}

.chatbot-header {
  padding: 10px;
  background: #031F73;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chatbot-body {
  padding: 15px;
  overflow-y: auto;
  flex-grow: 1;
}
.chatbot-body h3{
  font-size: clamp(16px, 1.6vw, 20px);
}
.close-btn {
  background: none;
  border: none;
  color: #555;
  font-size: 20px;
  cursor: pointer;
}
.custom-btn {
  border-radius: 30px;
  background-color: #1E35BF;
  width: 140px;
  height: 40px;
  color: white;
}


.custom-btn:hover{
  color: white;
  background-color: #172ead;
}
/* Dark background overlay */
.search-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}

.search-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Search bar – full width at top */
.search-bar-container {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateY(-120%) translateX(-50%);
  width: min(780px, 100% - 32px); /* nice max width */
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  transition: transform 0.35s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.search-bar-container.active {
  transform: translateY(65%) translateX(-50%);
}
.nav-link:focus, .nav-link:hover {
    color: #dddddd !important;
}
.search-input {
  width: 100%;
  border-radius: 30px;
  padding: 10px 20px;
  background-color: #f0f0f0;
  border: none;
}

.Website-button-style1{
  font-family: 'ReadexPro-Light';
  font-size: 15px;
  padding: 15px clamp(20px,3vw,55px);
  border-radius: 50px;
  background-color: white;
  color: #000000;
  text-decoration: none;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Website-button-style2{
  font-family: 'ReadexPro-Light';
  font-size: 15px;
  padding: 15px clamp(20px,3vw,55px);
  border-radius: 50px;
  background-color: #1E35BF;
  color: #ffffff;
  text-decoration: none;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Website-button-style3{
  font-family: 'ReadexPro-Light';
  font-size: 15px;
  padding: 11px clamp(20px,3vw,55px);
  border-radius: 50px;
  background-color: #4DB394;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
    .Website-button-style3:hover {
        color: white;
        background-color: #52ad8d;
    }
/* Mobile: full-width top bar */
@media (max-width: 768px) {
  .search-bar-container {
    width: 100%;
    left: 50%;
    border-radius: 0 0 12px 12px;
    padding-inline: 12px;
  }

  .custom-btn {
    width: auto;
    padding-inline: 16px;
  }
}


/* Footer */
.footer-container{
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #F2F3FA;
}
.contact-us-footer-container{
  width: fit-content;
  height: 60px;
  padding: 8px 18px 8px 12px;
  background-color: white;
  border-radius: 50px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-us-footer-container p{
  font-size: 14px;
  font-family: 'ReadexPro-Light';
  color: black;
  margin: 0;
}
footer {
    width: 100%;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.258);
    background-image: url(/App_Themes/ThemeAr/images/footer-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    font-size: 0.9rem;
}
.footer-icons a {
  color: #000;
  margin-right: 10px;
} 
.footer-h6{
  color: #A2895A;
}
.fw-bold{
  font-family: 'ReadexPro-Bold';
  font-size: 14px;
  color: #ffffff;
}
.list-unstyled li{
  margin-bottom: 10px;
}
    .list-unstyled li a, .list-unstyled li span {
        font-family: 'ReadexPro-Light';
        color: #ffffff !important;
        font-size: 14px;
    }
        .list-unstyled li span:hover {
            color: white !important;
        }
        .list-unstyled li a:hover {
            color: #4DB394 !important;
            /*font-size: clamp(12px, 1.1vw, 12px);*/
        }

footer .container .row{
  justify-content: space-between;
}
.orange-button-style{
  background-color: #C84118;
  border-radius: 50px;
  color: white;
  font-size: clamp(12px, 1.4vw ,16px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 45px;
  width: 137px;
  max-width: 137px;
  text-decoration: none;
  font-family: 'GothamMed';
  transition: all 0.2s ease-in;
}
.orange-button-style:hover {
  background-color: #d44a20;
}
.orange-link-style{
  font-family: 'GothamMed';
  color: #C84118;
  font-size: clamp(12px, 1.4vw ,16px);
  text-underline-offset: 5px;
  text-decoration: underline;
}
@media (max-width:387px){
  .contact-us-footer-container{
  width: fit-content;
  height: auto !important;
  padding: 8px 18px 8px 12px;
  background-color: white;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
  .contact-us-footer-container a{
    width: 100% !important;
  }
}



/* ABOUT US PAGE */
/* innerpage hero */
.innerpage-hero{
  width: 100%;
  position: relative;
}
.inner-hero-background {
  width: 100%;
  min-height: 250px;
  display: block;
  object-fit: cover;
}
.innerpage-text{
  position: absolute;
  right:clamp(0px, 10vw, 120px);
  bottom: 30px;
}

.innerpage-text h1{
  color: white;
  font-family: 'ReadexPro-Bold';
  font-size: clamp(30px, 4vw, 50px);
  margin: 0px;
  text-align: start;
  margin-bottom: 20px;
}

.innerpage-links img{
  transform: rotate(180deg);
}
.innerpage-links{
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
}
    .innerpage-links h4, .innerpage-links a, .innerpage-links span {
        color: white;
        margin: 0;
        text-align: start;
        font-size: clamp(12px, 1.5vw, 16px);
        text-decoration: none;
    }
.breadcrumb-item + .breadcrumb-item::before {
    content: "" !important;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0px 0px 0px 20px;
    background-image: url('/App_Themes/ThemeAr/images/white-arrow-right2.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    position: relative;
    top: 4px;
    padding: 0px 0px;
    transform:rotate(180deg);
}
    .innerpage-sticky {
        position: sticky;
        top: 120px;
        left: 0;
        background-color: #4E738A;
        height: 56px;
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        z-index: 9;
    }
.innerpage-sticky-ul{
  margin-left: 120px;
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
  margin: 0;
  margin-left: clamp(0px, 5vw, 70px);
}
.innerpage-sticky-ul li{
  padding: 5px 15px;
}
.innerpage-sticky-ul li a{
  color: white;
  text-decoration: none;
  font-size: clamp(10px, 1.5vw, 14px)
}

/* homepage section 2 */
.Section2-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 5px 12.35px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 20px 10px 20px;
  border-radius: 0px;
  height: 230px;
  width: 240px;
  text-decoration: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Gradient overlay */
.Section2-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(30, 53, 191) 0%, rgb(80, 186, 146) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

/* Ensure content stays above overlay */
.Section2-card > * {
  position: relative;
  z-index: 1;
}

/* Hover state */
.Section2-card:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.20);
}
.Section2-card:hover::before {
  opacity: 1;
}
.sectoin2-cards-content{
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
    .sectoin2-cards-content img {
        height: 50px;
        width: 50px;
    }
/* Icons */
.my-icon,
.my-icon2 svg {
  width: 45px;
  height: 45px;
  transition: filter 0.4s ease;
}
.my-icon2{
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}
.my-icon2 svg {
  width: 50px;
  height: 50px;
  transition: filter 0.4s ease;
}

/* Hover → make both icons white */
.Section2-card:hover .my-icon,
.Section2-card:hover .my-icon2 svg {
  filter: brightness(0) invert(1);
}

/* Text */
.Section2-card h1,
.Section2-card h3 {
  transition: color 0.4s ease;
}

.Section2-card h1 {
  text-align: start;
  color: #000;
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: 'ReadexPro-Bold';
  margin: 0;
  margin-top: 10px;
}

.Section2-card h3 {
  text-align: start;
  color: #6C6C6C;
  font-size: clamp(14px, 1.7vw, 18px);
  font-family: 'ReadexPro-Regular';
  margin: 0;
}

.Section2-wrapper {
  position: relative;
}
.background-floating-icon1 {
  position: absolute;
  width: clamp(400px,60vw,1050px);
  height: auto;
  right: 0;
  top: -60%;
  right: -38%;
  z-index: 0;
  pointer-events: none; 
}
@media (max-width:528px ){
  .background-floating-icon1 {
    display: none;
  }
}

/* Hover → text becomes white */
.Section2-card:hover h1,
.Section2-card:hover h3 {
  color: #ffffff;
}
.section2-2-content{
  z-index: 10;
  margin-top: 120px;
  display: flex;
  gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section2-2-content h1{
  padding: 0px 20px;
  color: #2C3C51;
  max-width: 900px;
  font-size: clamp(20px,3vw,40px);
  font-family: 'ReadexPro-Bold';
}
.section2-2-cards-container{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section2-2-card{
  width: 280px;
  background-color: white;
  height: 296px;
  padding: 15px 46px;
  border-radius: 20px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.section2-2-card-circle-for-icon{
  border-radius: 100%;
  width: 90px;
  height: 90px;
  background-color: #CBFFF3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2-2-card-circle-for-icon img{
  width: 53px;
  height: 53px;
}
.section2-2-card h1{
  font-family: 'ReadexPro-Bold';
  margin: 0;
  color: #2C3C51;
  text-align: center;
  font-size: clamp(16px,1.8vw,20px);
}
.section2-2-card p{
  font-family: 'ReadexPro-Regular';
  margin: 0;
  color: #505050;
  text-align: center;
  font-size: 14px;
}
/* Homepage Section3 */
.Section3-background{
  margin-top: clamp(40px,20vw,120px);
  width: 100%;
  padding: 40px clamp(15px,3vw,40px);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between; 
  align-items: center;
}

.section3-header{
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  max-width: 600px;
}
.section3-header h1{
  font-family: 'ReadexPro-Bold';
  color: #2C3C51;
  font-size: clamp(20px, 3vw, 40px);
}
.section3-header h3{
  font-family: 'ReadexPro-Light';
  color: #000000;
  font-size: 16px;
  max-width: 600px;
}
.section3-content-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.section3-content{
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-self: start;
  align-items: start;
  max-width: 170px;
  margin-top: 20px;
}
.section3-content h1{
  color: #4AAC96;
  font-size: clamp(24px,3vw,40px);
  font-family: 'ReadexPro-Bold';
  margin: 0;
}
.section3-content p{
  color: #2C3C51;
  font-size: 16px;
  font-family: 'ReadexPro-Bold';
  margin: 0;
}
/* === Outer layout: left collage + right content === */
.section-photos{
  position: relative;
}
.section3-floating-icon1{
  position: absolute;
  bottom: 10%;
  right: -5%;
}
.section3-floating-icon2{
  position: absolute;
  top: 10%;
  left: -30%;
}
.section-photos-grid {
  display: flex;
  width: 550px;
  gap: 8px;
  justify-content: start;
  align-items: start;
}

/* Left big image fills all vertical space */
.left-big {
  height: 100%;
}

.left-big img {
  width: 100%;
  height: 448px;
  object-fit: cover;
}

/* Right stacked images */
.right-stack {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 8px;
}

/* Small images */
.right-stack img {
  width: 240px;
  height: 220px;
  object-fit: cover;
}


@media(max-width:582px){
  .section-photos-grid {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;    
    gap: 8px;
    justify-content: start;
    align-items: start;
  }
  .right-stack {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 8px;
  }
  .right-stack img {
    width: 140px;
    height: 120px;
    object-fit: cover;
  }
  .left-big img{
    width: 140px;
    height: 120px;
    object-fit: cover;
  }
  .section3-floating-icon2{
    display: none;
  }
}


/* Homepage Section 4 */

/* wrapper stays the same */
.sectoin4-sea-fixed-bg-position{
  position: relative;
}
.section4-fixed-image-bg{
  position: absolute;
  left: -30%;
  bottom: -90%;
}
/* background image: stays absolute but behind everything */
.sea-fixed-background{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -80%;
  left: 0px;
  z-index: 1;
  pointer-events: none; 
}
.section4-content{
  padding: 0px clamp(15px,3vw,40px);
  position: relative;
  z-index: 10;
  margin-top: clamp(30px,6vw,120px);
  display: flex;
  gap: clamp(20px,3vw,60px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section4-content h1{
  color: #000000;
  max-width: 900px;
  font-size: clamp(20px,3vw,40px);
  font-family: 'ReadexPro-Bold';
}
.section4-span{
  color: #1E35BF;
  max-width: 900px;
  font-size: clamp(20px,3vw,40px);
  font-family: 'ReadexPro-Bold';
}
.section4-cards-container{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section4-card{
  position: relative;
  text-decoration: none;
  width: 325px;
  height: 227px;
  padding: 15px 20px;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  z-index: 10;
}
.section4-card-circle-for-icon {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* blur background layer */
.section4-card-circle-for-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(43, 128, 255, 0.2);
  filter: blur(40px);     
  z-index: 0;
}

/* make sure content stays ABOVE the blur */
.section4-card-circle-for-icon > * {
  position: relative;
  z-index: 1;
}
.section4-card-circle-for-icon img{
  width: 40px;
  height: 40px;
}
.section4-card p {
    font-family: 'ReadexPro-Regular';
    margin: 0;
    color: #505050;
    text-align: center;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}
/* Arrow initial state: hidden inside bottom */
.section4-arrow-icon {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(25px); /* move down so it hides */
  opacity: 0;
  width: 19px;
  height: auto;
}

/* On hover → arrow rises smoothly and fades in */
.section4-card:hover .section4-arrow-icon {
  transform: translateY(0);
  opacity: 1;
}


.section5-wrapper {
  padding: clamp(15px,2vw,40px) 0 clamp(20px,3vw,60px);
  margin: clamp(16px,2.5vw,48px) 0 clamp(16px,2.5vw,48px) 0;
}

/* header button */
.section5-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.section5-header h1{
  font-family: 'ReadexPro-Bold';
  font-size: clamp(24px,3vw,38px);
  color: #000;
  margin: 0;
}

.section5-view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  border-radius: 999px;
  background-color: #1E35BF;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Gotham-Bold', system-ui, sans-serif;
}

/* slider container */
.section5-swiper {
  padding-bottom: 40px; /* space for pagination dots */
}

/* slide */
.section5-slide {
  height: auto;
}

/* card */
.section5-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  height: 370px;
}

/* image */
.section5-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.section5-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* body */
.section5-card-body {
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}

.section5-card-date {
  font-family: 'ReadexPro-Bold';
  font-size: 18px;
  color: #042380;
  text-align: start;
  margin: 0;
}

.section5-card-text {
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  text-align: start;
  margin: 0;
  font-family: 'ReadexPro-Light';
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* read more link */
.section5-card-link {
  margin-top: 4px;
  font-size: 15px;
  color: #10B981; /* green */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-family: 'ReadexPro-Medium';
}
.section5-card-link span{
  font-size: 15px;
  color: #10B981; /* green */
  text-decoration: none;
  font-family: 'ReadexPro-Medium';
}

/* pagination dots */
.section5-pagination {
  position: static;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.section5-pagination .swiper-pagination-bullet {
  width: 45px !important;
  height: 8px !important;
  background-color: #888787 !important;
  opacity: 1 !important;
  border-radius: 4px !important; /* ← turns circles into rectangles */
}

.section5-pagination .swiper-pagination-bullet-active {
  background-color: #1E35BF !important;
  border-radius: 4px !important;
}

/* responsive tweaks */
@media (max-width: 576px) {
  .section5-card-image {
    height: 160px;
  }
}



/* Section Wrapper */
.section6-wrapper {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: transparent;
}
.section6-wrapper {
  font-family: 'ReadexPro-Bold';
  font-size: clamp(24px,3vw,38px);
  color: #000;
  margin: 0;
}

/* Align slider and arrows */
.section6-container {
  display: flex;
  align-items: center;
  position: relative;
  margin: clamp(20px,3vw,50px) 0 clamp(30px,4vw,60px);
  padding: 0px clamp(5px,2vw,50px) !important;

}

/* Arrows */
.section6-arrow {
  background: none;
  border: none;
  color: #10B981;
  font-size: 24px;
  cursor: pointer;
  padding: 0 8px;
}

.section6-prev {
  margin-left: 10px;
}

.section6-prev img{
  width: 14px;
  height: auto;
}
.section6-next {
  margin-right: 10px;
}
.section6-next img{
  width: 14px;
  height: auto;
}

/* Slider takes full remaining width */
.section6-swiper {
  flex: 1;
}

/* Slide styling */
.section6-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section6-slide img {
  height:auto;
  width: clamp(120px,12vw,200px);
  object-fit: contain;
}

/* Responsive sizes */
@media (max-width: 768px) {
  .section6-slide img {
    height:auto;
    object-fit: contain;
  }
}




/* Community Engagement */
.community-engagement-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding-bottom: 10px;
    box-shadow: 0px 4px 4px 0px rgb(120, 120, 120, 0.25);
}

.community-engagement-inputfields-content {
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 4px 4px 0px rgb(120, 120, 120, 0.25);
    padding: clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px) clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px);

}

.community-engagement-inputfields-content h1 {
  font-family: 'ReadexPro-Bold';
  font-size: clamp(24px,3vw,38px);
  color: #000;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.community-engagement-inputfields-content p {
    color: #2C3C51;
    font-size: 16px;
    font-family: 'ReadexPro-Regular';
    text-align: center;
    margin: 0;
}

/* Filter Bar */
.community-engagement-filter-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 24px;
}

/* Field */
.community-engagement-field {
    flex: 1 1 220px;
    min-width: 220px;
}

.community-engagement-field label {
    display: block;
    font-family: 'ReadexPro-Regular';
    margin-bottom: 12px;
    font-size: 16px;
    color: #3A6F43;
    line-height: 1;
}

/* Inputs + Selects (pill) */
.community-engagement-filter-bar input,
.community-engagement-filter-bar select {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #ffffff00;
    border-radius: 9999px;
    background: #fff;
    color: #00301C;
    outline: none;
    font: inherit; 
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);

}

.community-engagement-filter-bar input:focus,
.community-engagement-filter-bar select:focus {
    border-color: #3A6F43;
    box-shadow: 0 0 0 4px rgba(58, 111, 67, .25);
}

/* Search with icon */
.community-engagement-input-with-icon {
    position: relative;
}

.community-engagement-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #7e8b82;
    pointer-events: none;
}

.community-engagement-input-with-icon input {
    padding-left: 38px;
}

/* Custom select chevron */
.community-engagement-select-wrap {
    position: relative;
}

.community-engagement-select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 36px;
    background-color: #fff;
}



/* Actions */
.community-engagement-actions {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}

.community-engagement-btn, .btnSearchDetails {
    height: 40px;
    padding: 0 18px;
    border-radius: 9999px;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: 'ReadexPro-Bold';
}

.community-engagement-btn-primary, .btnSearchDetails {
    background: #1E35BF;
    color: #ffffff;
    text-decoration: none !important;
    padding-top: 7px;
}
    .community-engagement-btn-primary, .btnSearchDetails:hover, .Website-button-style2:hover {
        color: white;
        background-color: #1f26ab;
    }


    .community-engagement-btn-ghost {
        background: #fff;
        color: #14B9F3;
        border-color: #14B9F3;
    }
.bdr-secandery {
    background-color: #e4f7f4;
    box-shadow: 0px 0px 1px 0 #019c85;
}
.bdr-grey {
    box-shadow: 0px 0px 1px 0 #019c85;
}
/* Responsive */
@media (max-width:900px) {
    .community-engagement-actions {
        margin-left: 0;
        flex: 1 1 220px;
        justify-content: flex-start;
    }
}

@media (max-width:560px) {
    .community-engagement-filter-bar {
        gap: 12px;
    }

    .community-engagement-btn {
        width: calc(50% - 5px);
    }

    .community-engagement-filter-bar input,
    .community-engagement-filter-bar select,
    .community-engagement-btn {
        height: 40px;
    }
}

.Card-list-container {
    width: 100%;
    padding: clamp(0px, 1vw, 20px) clamp(20px, 6vw, 100px) clamp(0px, 1vw, 20px) clamp(20px, 6vw, 100px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: start;
    gap: 24px;
}

.community-engagement-card {
    width: 400px;
    height: 415px;
    border-radius: 32px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 12px;
    gap: 0px;
}

.community-engagement-card-image {
    height: 220px;
    width: 100%;
    border-radius: 16px;
}
.community-engagement-card-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.community-engagement-card-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    margin-top: 3px;
    padding: 0;
}

@media(max-width:450px) {
    .community-engagement-card {
        width: 100%;
        height: auto;
        border-radius: 32px;
        background-color: #ffffff;
        border: 1px solid #3A6F43;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .community-engagement-card img {
        height: auto;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 24px;
    }
}

.com-eng-card-content-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
}
.com-eng-card-categoire-content{
    width: 100%;
    overflow-x: auto;
    display: flex;
    gap: 5px;
    justify-content: start;
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow-x: auto;
    padding: 5px 0;
}
.com-eng-card-categoire-content::-webkit-scrollbar {
    height: 4px;              /* Scrollbar height */
}

.com-eng-card-categoire-content::-webkit-scrollbar-track {
    background: #E5E5E5;       /* Track color */
    border-radius: 10px;
}

.com-eng-card-categoire-content::-webkit-scrollbar-thumb {
    background: #01B69B;       /* Scroll thumb color */
    border-radius: 10px;
}

.com-eng-card-categoire-content::-webkit-scrollbar-thumb:hover {
    background: #029d87;       /* Darker on hover */
}
.com-eng-card-content-button-rigth{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}
.com-eng-card-content-flex h1 {
    color: #164B45;
    font-size: clamp(18px, 2vw, 24px);
    font-family: 'Graphie-Bold';
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.com-eng-card-content-flex h3 {
    scroll-snap-align: start;
    padding: 8px 12px;
    background-color: rgba(1, 182, 155, 0.1);
    color: #01B69B;
    border-radius: 109px;
    font-family: 'Graphie-Regular';
    font-size: 12px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    user-select: none;
}

.com-eng-card-content-flex p {
    font-family: 'Graphie-Regular';
    color: #B6B6B6;
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Pagination Container */
.community-engagement-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 40px 0;
    font-family: "Graphie", sans-serif;
}

/* Buttons */
.community-engagement-page-btn, .CurrentPageClass, .NumericClass {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #1E35BF;
    background-color: transparent;
    color: #1E35BF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

/* Active Page */
    .community-engagement-page-btn.active, .CurrentPageClass {
        background-color: #1E35BF;
        color: #fff;
        border-color: #1E35BF;
    }

/* Hover */
.community-engagement-page-btn:hover:not(.active):not(:disabled) {
    background-color:rgb(20, 185, 243,0.08);
}

/* Disabled Arrow (left edge) */
.community-engagement-page-btn:disabled {
    border-color: #C7D5C9;
    color: #C7D5C9;
    cursor: default;
    background: transparent;
}
    /* Dots */
    .community-engagement-dots {
        font-size: 20px;
        color: #3A6F43;
        font-weight: 600;
        user-select: none;
    }

/* Responsive (smaller devices) */
@media (max-width: 600px) {
    .community-engagement-page-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .community-engagement-dots {
        font-size: 18px;
    }
}

/* card */
.Tenders-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 415px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.Tenders-card-block-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    width: 100%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
    .Tenders-card-block-list .Tenders-card-image {
        border: 2px solid black;
        border-radius: 15px 15px 0px 0px;
    }
    .heightGallery {
        height: 325px;
    }
@media(max-width:450px) {
    .Tenders-card {
    width: 100%;
  }
}
/* image */
.Tenders-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.Tenders-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* body */
.Tenders-card-body {
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}

.Tenders-card-date {
  font-family: 'ReadexPro-Bold';
  font-size: 18px;
  color: #042380;
  text-align: start;
  margin: 0;
}

.Tenders-card-text {
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  text-align: start;
  margin: 0;
  font-family: 'ReadexPro-Light';
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* read more link */
.Tenders-card-link {
    margin-top: 4px;
    font-size: 15px;
    color: #10B981; /* green */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-family: 'ReadexPro-Medium';
    cursor: pointer;
}
.Tenders-card-link a{
  font-size: 15px;
  color: #10B981; /* green */
  text-decoration: none;
  font-family: 'ReadexPro-Medium';
}





/* ===========================
   Documents Table
=========================== */
.DocumentManuals-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    width: 100%;
    padding: clamp(0px, 1vw, 20px) clamp(20px, 6vw, 100px) clamp(0px, 1vw, 20px) clamp(20px, 6vw, 100px);
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 24px;
    width: 100%;
    overflow-x: auto;   /* enables horizontal scroll */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

.DocumentManuals-wrapper table {
    min-width: 900px;
    width: 100%;
    box-shadow: 0px 0px 1px 0 #019c85;
}

.DocumentManuals-wrapper thead {
    background-color: rgba(1, 182, 155, 0.1);
}

.DocumentManuals-wrapper th {
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #164B45;
    border-bottom: 1px solid #E5E5E5;
    text-align: start;
}

.DocumentManuals-wrapper tbody tr {
    height: 55px;
    display: table-row; /* ensure rows behave like actual table rows */
    vertical-align: middle;
}

.DocumentManuals-wrapper td {
    font-family: 'ReadexPro-Regular';
    padding: 14px 16px;
    font-size: 14px;
    border-bottom: 1px solid rgba(1, 182, 155, 0.2);
    color: #000;
    vertical-align: middle;
    line-height: 1.4;
    text-wrap: nowrap;
}
.DocumentManuals-wrapper td svg {
    display: inline-block;
    height: 26px;
}
/* Document Title */
.Document-list-table-title {
    font-weight: 600;
    max-width: 850px;
    color: #164B45;
    white-space: nowrap;
    overflow-x: auto;
    user-select: none;
}
.Document-list-table-title::-webkit-scrollbar {
    height: 6px;              /* Scrollbar height */
}

.Document-list-table-title::-webkit-scrollbar-track {
    background: #E5E5E5;       /* Track color */
    border-radius: 10px;
}

.Document-list-table-title::-webkit-scrollbar-thumb {
    background: #01B69B;       /* Scroll thumb color */
    border-radius: 10px;
}

.Document-list-table-title::-webkit-scrollbar-thumb:hover {
    background: #029d87;       /* Darker on hover */
}
/* File Size */
.Document-list-table-size {
    color: #888;
}

/* PDF Icon */
.DocumentManuals-pdf-icon {
    width: 26px;
}

/* Eye / Download Icon */
.DocumentManuals-eye-icon {
    width: 25px;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.2s;
    color: #000000;
}

.DocumentManuals-eye-icon:hover {
    transform: scale(1.15);
    color:#0da6de;
}

/* Center View/Download Column */
.DocumentManuals-centered {
    display: flex;
    justify-content: start;
    align-items: center;
}

.DocumentManuals-wrapper tbody tr:hover {
    background-color: #F9FFFD;
}

.form-control {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    padding-left: 16px;
    border: 1px solid #ffffff00;
    border-radius: 9999px;
    background: #fff;
    color: #00301C;
    outline: none;
    font: inherit;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
table .form-control{
    margin-top:10px;
}
/* SUCCESS STORIES STYLE */
/* Container: optional max-width; remove if you want full-bleed */
.Card-list-container2 {
    width: 100%;
    padding: clamp(8px, 2vw, 24px) clamp(16px, 6vw, 100px);
    display: grid;
    gap: 24px;
}

/* Card: grid = easier responsive control than flex */
.Success-Storie-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    /* desktop default */
    align-items: stretch;
    gap: 24px;
    width: 100%;
    min-height: clamp(240px, 32vw, 313px);
    border-radius: 24px;
    background: transparent;
    padding: clamp(0px, 1.5vw, 16px) clamp(12px, 2vw, 24px);
}

/* Image: always cover the available area */
.Success-Storie-card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    display: block;
}

/* Content area */
.Success-Storie-card-content {
    background: #ffffff;
    width: 100%;
    border-radius: 24px;
    padding: clamp(16px, 2vw, 32px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* pushes CTA down on tall screens */
    gap: 16px;
}

.com-eng-card-content-flex2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.com-eng-card-content-flex2 h1 {
    color: #2C3C51;
    font-size: clamp(20px, 2.2vw, 28px);
    font-family: 'ReadexPro-Bold';
    margin: 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
}

.com-eng-card-content-flex2 p {
    font-family: 'ReadexPro-Regular';
    color: #4E4E4E;
    font-size: clamp(14px, 1.2vw, 16px);
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.min-height120 {
    min-height: 55px;
}
.social-media-link {
    border: 0px;
    background-color: #4DB394;
    padding: 10px;
    margin: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .social-media-link img {
        height: 21px;
        width: auto;
    }
.usefullinks-link {
    color: #1D1D1D !important;
    text-decoration: none !important;
}
.BorderClass {
    border-right: 4px solid #4db394;
    padding-right: 10px;
}
.itemDirection{
    display:block ruby !important;
}
.pager-next-rev {
    border-radius: 50%;
    border: 2px solid #1E35BF;
    background-color: transparent;
    color: #223030;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 16px;
    position: relative;
    top: 14px;
}
.media-body h5 a, .media-body a, .media-heading, .no-decoration {
    color: #1d1d1d;
    text-decoration: none !important;
}
.innersearch .responsive-align-right {
    margin: 0px 20px;
}

.blockListItems .Tenders-card {
    height: 330px;
}
/* ====== Breakpoints ====== */
/* Large tablets: shrink image column a bit */
@media (max-width: 1200px) {
    .Success-Storie-card {
        grid-template-columns: 320px 1fr;
    }
}

/* Tablets: still side-by-side but tighter */
@media (max-width: 992px) {
    .Success-Storie-card {
        grid-template-columns: 280px 1fr;
        gap: 16px;
    }
}

/* Phones: stack vertical, give image a fixed aspect for nice crop */
@media (max-width: 768px) {
    .Success-Storie-card {
        grid-template-columns: 1fr;
        /* stack */
        min-height: unset;
        padding: clamp(0px, 3vw, 16px);
    }

    .Success-Storie-card>img {
        height: auto;
        aspect-ratio: 16 / 9;
        /* keeps a nice banner on mobile */
        border-radius: 16px;
    }

    .Success-Storie-card-content {
        padding: clamp(14px, 4vw, 24px);
    }
}

@media (max-width: 450px) {
    .Success-Storie-card {
        gap: 8px;
    }

    .com-eng-card-content-flex2 {
        gap: 12px;
    }

    .com-eng-card-content-flex2 h1 {
        font-size: clamp(18px, 5.5vw, 22px);
    }

    .com-eng-card-content-flex2 p {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {

}
/* Search with icon */
.community-engagement-input-with-icon2 {
    position: relative;
}
.community-engagement-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #7e8b82;
    pointer-events: none;
}
.community-engagement-input-with-icon2 input {
    padding-left: 16px;
}



/* ===========================
   Pagination
=========================== */
.ListView-pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.ListView-pagination button {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #DADADA;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

.ListView-pagination button img {
    width: 18px;
}

.ListView-pagination button:hover {
    border-color: #01B69B;
}

.ListView-pagination button.active {
    background-color: #01B69B;
    color: #fff;
    border-color: #01B69B;
}
.checkboxList label {
    display: inline;
    padding-right: 8px;
}
.w100Center{
    width:100%;
    text-align:center;
}
/* ===========================
   Responsive
=========================== */
@media (max-width: 768px) {
    .ListView-filters {
        flex-direction: column;
        align-items: stretch;
    }

    .ListView-filter-group button {
        width: 100%;
    }

    .DocumentManuals-wrapper table {
        min-width: 650px;
    }
}


