
@font-face {
    font-family: 'ReadexPro-Bold';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-Bold.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'ReadexPro-SemiBold';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-SemiBold.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'ReadexPro-Regular';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-Regular.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'ReadexPro-Medium';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-Medium.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'ReadexPro-Light';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-Light.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'ReadexPro-ExtraLight';
    src: url('/App_Themes/ThemeAr/fonts/ReadexPro-ExtraLight.ttf') 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-ExtraLight';
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html , body{
    background-color: #F2EFEC;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'ReadexPro-Regular';
    overflow-x: hidden;
}
/* ===== Homepage Loader ===== */
#page-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: opacity 1.2s ease, transform 1.2s ease;
}

#page-loader.fade-out {
    opacity: 0;
    transform: scale(1.05);
    pointer-events: none;
}

#loader-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#splash {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1.2s ease, visibility 1.2s ease;
}

    #splash.hide {
        opacity: 0;
        visibility: hidden;
    }

    #splash video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

body.splash-active {
    overflow: hidden;
}
html.no-scroll,
body.no-scroll {
    overflow: hidden !important;
    height: 100%;
}

/* HARD scroll lock */
html.loader-active,
body.loader-active {
    height: 100%;
    overflow: hidden !important;
    touch-action: none;
}

.nav-item a{
    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: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: transparent;
    transition: ease-in-out 0.5s;
    padding: 0;
    margin: 0;
}
.Navbar-A.scrolled {
    transition: ease-in-out 0.5s;
    margin-top: 0px;
}

.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: #5E3C3D;
    border-radius: 5px;
    padding: 15px 10px 7px 10px;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 4px 0px rgba(0,0,0,0.1);
    z-index: 1000;
    border-bottom: 8px solid #FFFFFF;
}

    /* Dropdown item */
    .dropdown-menu .dropdown-item {
        padding: 8px 16px;
        text-decoration: none;
        color: #ffffff;
        display: block;
        font-size: 15px;
        text-align: right;
        transition: background-color 0.3s;
        border-bottom: 1px solid white;
    }

    .dropdown-menu li:last-child .dropdown-item {
        border-bottom: 0 !important;
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: #f5f5f5;
        color: #000000;
    }

/* 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: #ffffff;
    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: #000;
}

.sidebar-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 0;
    background: #ececec;
    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: #000;
    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: rgba(226, 226, 226, 0.3);
}

.sub-toggle img {
  filter: invert(1);
    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: #ececec;
    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: #000;
    border-radius: 10px;
    outline: none;
}

.sidebar-searchbar2::placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.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;
    filter: invert(1);
}

.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: #000;
  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(0, 0, 0, 0.85);
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
  font-family: 'ReadexPro-Light';
}

.sub-menu li a:hover {
  background: rgba(226, 226, 226, 0.3);
  color: #000000;
}
@media (prefers-reduced-motion: reduce) {

    .sidebar,
    .sidebar-overlay {
        transition: none !important;
    }
}








/* hero section */
.hero-container{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
}
.hero-right-text {
    position: absolute;
    top: 50%;
    right: clamp(15px,5vw,80px);
    transform: translateY(-50%);
    text-align: right;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: clamp(240px,50vw,710px);
}
.hero-right-text h1{
    width: 900px;
    max-width: 900px;
    color: white;
    font-family: 'ReadexPro-Bold';
    font-size: clamp(24px, 3vw, 48px);
    padding: 0;
    margin: 0;
    margin-bottom: clamp(10px,1.5vw,20px);
    text-align: start;
}
.hero-right-text h3{
  font-family: 'ReadexPro-Regular';
  color: white;
  font-size: clamp(16px,2vw,24px);
  margin: 0px;
  line-height: clamp(30px,4vw,45px);
  text-align: start;
}
.hero-right-text h4{
  width: 100%;
  font-family: 'ReadexPro-Bold';
  color: white;
  font-size: 13px;
  margin: 0px;
  text-align: end;
}
.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: 99px;
    height: 8px;
    background: rgb(255, 255, 255,0.45);
    opacity: 0.4;
    border-radius: 20px;
    cursor: pointer ;
    transition: 0.5s;
}

.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),
.tabs input:nth-child(4):checked ~ .buttons label:nth-child(4) {
    opacity: 1;
    background: rgb(255, 255, 255,1);
}

.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{
  position: relative;
  width: 400vw;
  display: flex;
  transition: left 0.5s ease;
}
.content .box{
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    padding: 0px;
    overflow: hidden; /* Prevents video overflow */
}
.content .box img {
    width: 100vw;
    height: 100vh;
    object-fit: cover; 
}
.content .box:nth-child(1){
    background: linear-gradient(180deg, rgba(9, 55, 123, 0.795) 0%, rgba(109, 109, 109, 0.507) 100%);
}
.content .box:nth-child(2){
    background: linear-gradient(180deg, rgba(9, 55, 123, 0.795) 0%, rgba(109, 109, 109, 0.507) 100%);
}
.content .box:nth-child(3){
    background: linear-gradient(180deg, rgba(9, 55, 123, 0.795) 0%, rgba(109, 109, 109, 0.507) 100%);
}
.content .box:nth-child(4){
    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 {
  font-family: 'ReadexPro-Light';
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 5px;
  background-color: #D1C6BD;
  color: #000000;
  text-decoration: none;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-btn:hover{
  color: white;
  background-color: #B7A698;
}
/* 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: 5px;
  padding: 12px 24px;
  background-color: #fff;
  color: #000;
  border: none;
}
/*.form-control:focus {
    color: black !important;
    background-color: transparent !important;
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 109, 253, 0) !important;
}*/
.form-control {
    width: 100%;
    padding: 12px 24px;
    padding-left: 24px;
    border: 1px solid #ffffff00;
    border-radius: 5px;
    background: #fff;
    color: #000000;
    outline: none;
    font: inherit;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.Website-button-style1{
  width: fit-content;
  font-family: 'ReadexPro-Light';
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 5px;
  background-color: white;
  color: #000000;
  text-decoration: none;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Website-button-style2{
  width: fit-content;
  font-family: 'ReadexPro-Light';
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 5px;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.Website-button-style2:hover{
  background-color: #f4f4f4;
}

.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;
}

/* 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 {
  background-color: #8d9588;
  color: white;
  direction: rtl;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  padding: 25px 30px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.footer-rights {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 20px;
  order: 4;
  border-top: 1px solid rgba(255,255,255,0.3);
}
.footer-rights p{
  font-family: 'ReadexPro-Light';
  font-size: clamp(12px,1.3vw,14px);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: start;
  align-items: start;
  order: 2;
}
.quick-links{
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
}
.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-follow {
  display: flex;
  flex-direction: column;
  gap: 8px;
  order: 3;
  justify-content: start;
  align-items: start;
}



.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  order: 1;
}

.footer-logo img {
  height: 81px;
}

.footer-logo span {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.footer-h1-size{
  font-size: clamp(12px,1.3vw,14px);
}


.footer-quickLinks-size{
  font-family: 'ReadexPro-Regular';
  font-size: clamp(12px,1.3vw,14px);
}




/* ABOUT US PAGE */
/* innerpage hero */
.innerpage-hero{
  width: 100%;
  position: relative;
}
.inner-hero-background {
    width: 100%;
    height: 450px;
    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 h4 a {
        color: white;
        margin: 0;
        text-align: start;
        font-size: clamp(12px, 1.5vw, 16px);
        text-decoration: none;
    }
.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)
}
.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    color: white !important;
}
.bdr-secandery {
    background-color: #D1C6BD;
}
.bdr-grey {
    background-color: white;
    height: 65px;
    padding-top: 18px !important;
}
/* homepage section 2 */
.Section2-card {
    position: relative;
    overflow: hidden;
    background: transparent;
    border: 1px solid #D1C6BD;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    height: clamp(300px,35vw,420px);
    width: 100%;
    text-decoration: none;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.loader-active {
    pointer-events: none;
    overflow: hidden;
}

#page-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1.2s ease;
}
.sectoin2-cards-content{
  width: 100%;
  height: 100%;
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.Section2-wrapper {
  background-color: #F2EFEC;
  width: 100%;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: clamp(35px,5vw,75px) 15px 20px;
}
.Section2-wrapper h1{
  text-align: center;
  color: #000;
  font-size: clamp(24px, 3vw, 48px);
  font-family: 'ReadexPro-Bold';
  margin: 0;
  margin-top: 10px;
}

.sectoin2-cards-content img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sectoin2-cards-content h1 {
  text-align: center;
  color: #000;
  font-size: clamp(16px, 1.7vw, 24px);
  font-family: 'ReadexPro-Regular';
  margin: 0;
  margin-top: 10px;
}

.Awards-tab-button{
  width: 100%;
  padding: 12px 24px;
  background-color: #D1C6BD;
  border-radius: 5px;
  border: 0;
  transition: all 0.3s ease-in-out;
  color:black !important;
  text-decoration:none !important;
  text-align:center;
  cursor:pointer;
}
.Awards-tab-button:hover{
  background-color: #dbd0c8;
}
.section2-Awards-conatiner{
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
/* ===== Expandable area under the 3 cards ===== */
.section2-subawards{
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 2s ease-in, opacity .25s ease, transform .25s ease;
  margin-top: 10px;
}

.section2-subawards.is-open{  
  max-height: 1200px; /* enough space for content */
  opacity: 1;
  transform: translateY(0);
}

.section2-subawards-inner{
  padding: clamp(5px,1vw,18px);
  background: #F2EFEC; /* same as section background */
}

/* only one panel visible */
.section2-subawards-panel{ display: none; }
.section2-subawards-panel.is-active{ display: block; }

/* mini cards like the bottom row in screenshot */
.section2-mini-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    align-items: stretch;
    justify-content: center;
    max-width: 100%;
}

.section2-mini-card{
  background: #F2EFEC;
  border: 1px solid #D1C6BD;
  border-radius: 5px;
  padding: clamp(5px,1vw,16px) clamp(3px,0.5vw,10px);
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.section2-mini-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

    .section2-mini-card img {
        width: 100%;
        height: 86px;
        object-fit: contain;
    }

.section2-mini-card h3{
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'ReadexPro-Light';
}

/* active card/button state (optional, nice UX) */
.Section2-card.is-active{
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.Section2-card.is-active .Awards-tab-button{
  background-color: #dbd0c8;
}

/* ===== Responsive ===== */
@media (max-width: 800px){
  .section2-mini-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .section2-Awards-conatiner{
    flex-direction: column;
  }
  .Section2-card{
    height: auto;
  }
}

@media (max-width: 576px){
  .section2-mini-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}



/* section 2-2 */
.section3-content{
  background-color: #D1C6BD;
  z-index: 10;
  display: flex;
  gap: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(35px,6vw,80px) 20px clamp(40px,6vw,110px);
}
.section3-content h1{
  text-align: center;
  color: #000;
  font-size: clamp(24px, 3vw, 48px);
  font-family: 'ReadexPro-Bold';
  margin: 0;
  margin-top: 10px;
}
.section3-cards-container{
  display: flex;
  gap: 0px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section3-card{
  position: relative;
  height: 410px;
  width: 400px;
  background-color: white;
  padding: 0px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.section3-card:nth-child(1){
  border-radius: 0px 20px 20px 0px;
}
.section3-card-image1{
  border-radius: 0px 20px 20px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Section3-card-filter1{
  background-color: rgba(117, 97, 80);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  border-radius: 0px 20px 20px 0px;
}
.section3-card:nth-child(2){
  border-radius: 0px;
}
.section3-card-image2{
  border-radius: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Section3-card-filter2{
  background-color: rgba(94, 60, 61);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  border-radius: 0px;
}
.section3-card:nth-child(3){
  border-radius: 20px 0px 0px 20px;
}
.section3-card-image3{
  border-radius: 20px 0px 0px 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Section3-card-filter3{
  background-color: rgba(34, 48, 48);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  border-radius: 20px 0px 0px 20px;
}
.section3-card h1{
  font-family: 'ReadexPro-Light';
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(24px,3vw,40px);
}
.Section3-card-filter1,
.Section3-card-filter2,
.Section3-card-filter3 {
  opacity: 0.8; /* default */
  transition: opacity 0.4s ease; /* smooth transition */
}
.section3-card:hover .Section3-card-filter1,
.section3-card:hover .Section3-card-filter2,
.section3-card:hover .Section3-card-filter3 {
  opacity: 0.9;
}
@media(max-width: 1240px){
  .section3-card:nth-child(1){
    border-radius: 20px;
  }
  .section3-card-image1{
    border-radius: 20px;
  }
  .Section3-card-filter1{
    border-radius: 20px;
  }
  .section3-card:nth-child(2){
    border-radius: 20px;
  }
  .section3-card-image2{
    border-radius: 20px;
  }
  .Section3-card-filter2{
    border-radius: 20px;
  }
  .section3-card:nth-child(3){
    border-radius: 20px;
  }
  .section3-card-image3{
    border-radius: 20px;
  }
  .Section3-card-filter3{
    border-radius: 20px;
  }
}
@media(max-width: 840px){
  .section3-card:nth-child(1){
    border-radius: 20px 20px 0px 0px ;
  }
  .section3-card-image1{
    border-radius: 20px 20px 0px 0px ;
  }
  .Section3-card-filter1{
    border-radius: 20px 20px 0px 0px ;
  }
  .section3-card:nth-child(2){
    border-radius: 0px;
  }
  .section3-card-image2{
    border-radius: 0px;
  }
  .Section3-card-filter2{
    border-radius: 0px;
  }
  .section3-card:nth-child(3){
    border-radius:0px 0px 20px 20px ;
  }
  .section3-card-image3{
    border-radius:0px 0px 20px 20px ;
  }
  .Section3-card-filter3{
    border-radius:0px 0px 20px 20px ;
  }
}

@media(max-width: 410px){
  .section3-card{
    position: relative;
    height: auto;
    width: 100%;
    background-color: white;
    padding: 0px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    cursor: pointer;
  }
}




/* Homepage Section 4 */
/* ===== Section 4 Wrapper ===== */
.section4-content{
  width: 100%;
  padding: clamp(35px,6vw,80px) 20px clamp(40px,6vw,110px);
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  direction: rtl;
  background: #F4F1ED; /* نفس روح الصورة */
}

.section4-content > h1{
  color: #000;
  font-size: clamp(26px, 3.2vw, 54px);
  font-family: 'ReadexPro-Bold';
  margin: 0 0 55px;
}

/* ===== Layout (Desktop) ===== */
.section4-layout{
  width: min(1200px, 100%);
  display: grid;
  grid-template-columns: 1fr 1.55fr; /* list + featured */
  gap: clamp(18px, 3vw, 40px);
  align-items: start;
}

/* ===== Left List ===== */
.section4-list{
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: clamp(14px, 2.2vw, 24px);
  text-align: right;
}

/* each row looks like image: text + thumb */
.section4-list-item{
  display: grid;
  grid-template-columns:127px 1fr ; /* text + thumbnail */
  gap: 14px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.section4-date{
  display: inline-block;
  font-family: 'ReadexPro-Regular';
  font-size: 14px;
  color: #7A7A7A;
  margin: 0px;
}

.section4-title{
  margin: 0;
  font-family: 'ReadexPro-Regular';
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.8;
  color: #111;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section4-thumb{
  width: 127px;
  height: 127px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
}

.section4-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* More button */
.section4-more-btn{
  margin-top: 8px;
  width: fit-content;
  align-self: start;
  text-decoration: none;
  font-family: 'ReadexPro-Regular';
  font-size: 14px;
  color: #111;
  border: 1px solid rgba(0,0,0,.35);
  padding: 10px 22px;
  border-radius: 10px;
  background: transparent;
  transition: transform .2s ease, background .2s ease;
}
.section4-more-btn:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,.04);
}

/* ===== Featured Card ===== */
.section4-featured{
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: right;
}

.section4-featured-img{
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
}

.section4-featured-img img{
  width: 100%;
  height: clamp(260px, 22vw, 380px);
  object-fit: cover;
  display: block;
}

.section4-featured-meta{
  display: flex;
  flex-direction: column;
  gap: clamp(2px,0.5vw,10px);
}

.section4-featured-title{
  margin: 0;
  font-family: 'ReadexPro-Bold';
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== Responsive: Tablet & Down ===== */
@media (max-width: 992px){
  .section4-layout{
    grid-template-columns: 1fr;
  }

  .section4-featured{
    order: 1;
  }

  .section4-list{
    order: 2;
  }

  .section4-featured-img img{
    height: clamp(220px, 45vw, 360px);
  }
}

/* ===== Responsive: Mobile ===== */
@media (max-width: 576px){
  .section4-list-item{
    grid-template-columns: 78px 1fr ;
    gap: 12px;
  }

  .section4-thumb{
    width: 78px;
    height: 62px;
    border-radius: 10px;
  }

  .section4-date{
    font-size: 13px;
  }

  .section4-more-btn{
    padding: 9px 18px;
    border-radius: 9px;
  }
}


/* section 5 homepage */
/* ===== Section 5 Styles (SCOPED) ===== */
#section5Awards.section5-wrapper{
  padding: clamp(36px, 5vw, 70px) 0;
  background: #243434;
}

#section5Awards .section5-container{
  width: min(1200px, 92vw);
  margin-inline: auto;
}

#section5Awards .section5-title{
  margin: 0 0 clamp(18px, 2.6vw, 30px);
  text-align: center;
  color: #fff;
  font-family: "ReadexPro-Bold", system-ui, sans-serif;
  font-size: clamp(22px, 3.2vw, 40px);
}

/* Swiper layout */
#section5Awards .section5-swiper{
  padding-bottom: 70px;
}

#section5Awards .section5-slide{
  width: min(680px, 86vw);
  height: auto;
  display: flex;
  justify-content: center;
}

/* Card */
#section5Awards .section5-card{
  width: 100%;
  border-radius: 22px;
  border: 2px solid rgba(232, 223, 213, 0.55);
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(120% 120% at 50% 15%, rgba(255,255,255,0.16), rgba(255,255,255,0) 55%),
    linear-gradient(145deg, rgba(255,255,255,0.14), rgba(0,0,0,0.35));
  box-shadow: 0 14px 32px rgba(0,0,0,0.25);
  min-height: clamp(250px, 26vw, 340px);
}

#section5Awards .section5-card-inner{
  height: 100%;
  padding: clamp(18px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

#section5Awards .section5-logo{
  width: clamp(150px, 18vw, 240px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.35));
}

#section5Awards .section5-card-year{
  margin: 0;
  color: #fff;
  font-family: "ReadexPro-Bold", system-ui, sans-serif;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.2;
}

#section5Awards .section5-divider{
  width: min(360px, 70%);
  height: 2px;
  background: rgba(232, 223, 213, 0.65);
  border-radius: 99px;
  margin-top: 6px;
}

/* button (bottom-right on desktop, centered on mobile) */
#section5Awards .section5-btn{
  margin-top: 6px;
  align-self: flex-end;
  text-decoration: none;
  color: #fff;
  font-family: "ReadexPro-Medium", system-ui, sans-serif;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(232, 223, 213, 0.6);
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(6px);
  transition: transform .2s ease, background .2s ease;
}

#section5Awards .section5-btn:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,0.3);
}

/* bottom arrows */
#section5Awards .section5-nav{
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#section5Awards .section5-arrow{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: rgba(232, 223, 213, 0.9);
  display: grid;
  place-items: center;
  font-size: 44px;
  line-height: 1;
  transition: transform .2s ease, opacity .2s ease;
  opacity: .95;
}

#section5Awards .section5-arrow:hover{
  transform: scale(1.06);
  opacity: 1;
}

/* side cards look smaller */
#section5Awards .section5-swiper .swiper-slide:not(.swiper-slide-active) .section5-card{
  transform: scale(0.92);
  opacity: 0.95;
  filter: saturate(0.95);
}

/* mobile tweaks */
@media (max-width: 576px){
  #section5Awards .section5-nav{ gap: 18px; }
  #section5Awards .section5-arrow{ width: 40px; height: 40px; font-size: 40px; }
  #section5Awards .section5-btn{ align-self: center; }
}
/* Gallery slider only (section6-*) */
#section5Awards.section6-wrapper{
  padding: clamp(36px, 5vw, 70px) 0;
  background: #243434;
}

#section5Awards .section6-container{
  width: 100%;
  padding: 15px clmap(5px,2.5vw,45px);
}

#section5Awards .section6-title{
  text-align: center;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 48px);
  font-family: 'ReadexPro-Bold';
  margin: 0;
  margin-bottom: 55px;
}

#section5Awards .section6-swiper{ padding-bottom: 70px; }

#section5Awards .section6-slide{
  width: clamp(300px,40vw,560px);
  height: clamp(240px,30vw,400px);
  display: flex;
  justify-content: center;
}

#section5Awards .section6-card{
  width: 100%;
  border-radius: 22px;
  border: 2px solid rgba(232, 223, 213, 0.55);
  overflow: hidden;
  background:
    radial-gradient(120% 120% at 50% 15%, rgba(255,255,255,0.16), rgba(255,255,255,0) 55%),
    linear-gradient(145deg, rgba(255,255,255,0.14), rgba(0,0,0,0.35));
  box-shadow: 0 14px 32px rgba(0,0,0,0.25);
  min-height: clamp(250px, 26vw, 340px);
}

#section5Awards .section6-card-inner{
  background-image: url('Assets/images/gallery-slider-image.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: clamp(18px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 14px;
  text-align: center;
}

#section5Awards .section6-logo{
  width: clamp(150px, 18vw, 240px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.35));
}

#section5Awards .section6-card-year{
  margin: 0;
  color: #fff;
    font-family: 'ReadexPro-Medium';
  font-size: clamp(20px, 2.6vw, 36px);
  line-height: 1.2;
}

#section5Awards .section6-divider{
  width: min(360px, 70%);
  height: 2px;
  background: rgba(232, 223, 213, 0.65);
  border-radius: 99px;
}

#section5Awards .section6-btn{
  margin-top: 6px;
  align-self: start !important;
  text-decoration: none;
  color: #fff;
  font-family: "ReadexPro-Medium", system-ui, sans-serif;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(232, 223, 213, 0.6);
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(6px);
}

#section5Awards .section6-nav{
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  display: flex;
  gap: 26px;
  z-index: 10;
}

#section5Awards .section6-arrow{
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: rgba(232, 223, 213, 0.9);
  display: grid;
  place-items: center;
  font-size: 44px;
  line-height: 1;
}

@media (max-width: 576px){
  #section5Awards .section6-btn{ align-self: center; }
  #section5Awards .section6-nav{ gap: 18px; }
  #section5Awards .section6-arrow{ width: 40px; height: 40px; font-size: 40px; }
}


/* Community Engagement */
.community-engagement-body {
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding-bottom: 10px;
}

.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 rgba(193, 193, 193, 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: #000;
    line-height: 1;
}

/* Inputs + Selects (pill) */
.community-engagement-filter-bar input,
.community-engagement-filter-bar select {
    width: 100%;
    padding: 12px 24px;
    border: 1px solid #ffffff00;
    border-radius: 5px;
    background: #fff;
    color: #000000;
    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 {
  width: fit-content;
  font-family: 'ReadexPro-Light';
  font-size: 17px;
  padding: 12px 24px;
  border-radius: 5px;
  border: 0px;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.community-engagement-btn-primary {
    background: white;
    color: #000000;
}



.community-engagement-btn-ghost {
    background: #fff;
    color: #14B9F3;
    border-color: #14B9F3;
}



@media (max-width:560px) {
    .community-engagement-filter-bar {
        gap: 12px;
    }
    .community-engagement-actions {
      width: 100%;
    }
    .community-engagement-btn {
        width: 100% !important;
    }

    .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, .NumericClass, .CurrentPageClass {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #959D90;
    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;
}
.pager-next-rev {
    border-radius: 50%;
    border: 2px solid #959D90;
    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;
}
.community-engagement-page-btn img{
  fill: #000;
}
/* Active Page */
    .community-engagement-page-btn.active, .CurrentPageClass {
        background-color: #959D90;
        color: #ffffff;
        border-color: #959D90;
    }

/* Hover */
    .community-engagement-page-btn:hover:not(.active):not(:disabled), .NumericClass:hover {
        background-color: rgba(149, 157, 144, 0.5);
    }
.itemDirection {
    display: block ruby;
}
/* Disabled Arrow (left edge) */
.community-engagement-page-btn:disabled {
    border-color:  rgba(149, 157, 144, 0.8);
    color: rgba(149, 157, 144, 0.8);
    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: 5px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 415px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
@media(max-width:450px){
  .Tenders-card {
    width: 100%;
  }
}
/* image */
.Tenders-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: start;
}

    .Tenders-card-image img {
        width: auto;
        height: 100%;
        object-fit: fill;
    }

/* 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-Light';
  font-size: 16px;
  color: #5E4F43;
  text-align: start;
  margin: 0;
  font-weight:bolder;
}

.Tenders-card-text {
  font-size: 20px;
  color: #000000;
  line-height: 25px;
  text-align: start;
  margin: 0;
  font-family: 'ReadexPro-Regular';
  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';
}
.Tenders-card-link span{
  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;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.DocumentManuals-wrapper table {
    min-width: 900px;
    width: 100%;
    box-shadow: 0px 0px 5px 0 #D1C6BD;
    border-radius: 5px;
    background-color: white;
}

.DocumentManuals-wrapper thead {
    background-color:#D1C6BD;
}

.DocumentManuals-wrapper th {
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #E5E5E5;
    text-align: start;
}

.DocumentManuals-wrapper tbody tr {
    height: 65px;
    display: table-row;
    vertical-align: middle;
}

.DocumentManuals-wrapper td {
    font-family: 'ReadexPro-Regular';
    padding: 24px 16px;
    font-size: 14px;
    border-bottom: 1px solid rgba(209, 198, 189, 0.5);
    color: #000;
    vertical-align: middle;
    line-height: 1.4;
    text-wrap: nowrap;
}

.DocumentManuals-wrapper td svg {
    display: inline-block;
    height: 26px;
    width: fit-content;
}
.DocumentManuals-wrapper td img {
    display: inline-block;
    height: 26px;
    width: fit-content;
}

/* Document Title */
.Document-list-table-title {
    font-weight: 600;
    max-width: 450px;
    color: #000;
    white-space: nowrap;
    overflow-x: auto;
    user-select: none;
}

.Document-list-table-title::-webkit-scrollbar {
    height: 6px;
}
.Document-list-table-title::-webkit-scrollbar-track {
    background: #E5E5E5;
    border-radius: 10px;
}
.Document-list-table-title::-webkit-scrollbar-thumb {
    background: #5E4F43;
    border-radius: 10px;
}

/* File Size */
.Document-list-table-size {
    color: #888;
}

/* Icons */
.DocumentManuals-pdf-icon {
    width: 26px;
    align-self: start !important;
}

.DocumentManuals-eye-icon {
    width: 25px;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.2s;
    color: #000000;
}
.DocumentManuals-eye-icon:hover {
    transform: scale(1.15);
    color:#959D90;
}

/* View / Download */
.DocumentManuals-centered {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.DocumentManuals-wrapper tbody tr:hover {
    background-color: #F2EFEC !important;
}

/* ======================================================
   RESPONSIVE: squeeze everything to screen width (NO overflow)
   ====================================================== */

@media (max-width: 900px) {
  .DocumentManuals-wrapper table {
      min-width: 100%;
      width: 100%;
      box-shadow: 0px 0px 5px 0 #D1C6BD;
      border-radius: 5px;
      background-color: white;
  }
}
@media (max-width: 768px) {

  
    /* kill any horizontal overflow on mobile */
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* wrapper must never exceed viewport */
    .DocumentManuals-wrapper {
        display: block;          /* prevent flex width issues */
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 12px 14px;      /* squeeze padding on phones */
        overflow-x: hidden;      /* no x overflow */
    }

    /* table shouldn't force width */
    .DocumentManuals-wrapper table {
        min-width: 100%;
        width: 100%;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        table-layout: fixed;     /* squeeze columns */
    }

    /* hide header */
    .DocumentManuals-wrapper thead {
        display: none;
    }

    /* rows as cards */
    .DocumentManuals-wrapper tbody {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .DocumentManuals-wrapper tbody tr {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        height: auto;

        margin-bottom: 12px;
        padding: 12px;
        background: #fff;
        box-shadow: 0px 0px 5px 0 #D1C6BD;
        border-radius: 12px;
    }

    /* each cell squeezes inside width */
    .DocumentManuals-wrapper td {
        display: flex;
        flex-wrap: wrap;          /* allow wrap to avoid overflow */
        align-items: flex-start;
        justify-content: space-between;
        gap: 8px;

        padding: 10px 0;
        border-bottom: 1px solid rgba(209, 198, 189, 0.5);

        white-space: normal;      /* allow wrapping */
        text-wrap: wrap;
        max-width: 100%;
        box-sizing: border-box;

        overflow-wrap: anywhere;  /* break long words/urls */
        word-break: break-word;
    }

    .DocumentManuals-wrapper tbody tr td:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    /* label */
    .DocumentManuals-wrapper td::before {
        content: attr(data-label);
        font-weight: 600;
        width: 100%;              /* label on its own line when needed */
        text-align: start;
    }

    /* value */
    .DocumentManuals-wrapper td > * {
        width: 100%;
        max-width: 100%;
        text-align: start;        /* better squeeze on phones */
        box-sizing: border-box;
    }

    /* title must wrap, no inner scroll */
    .Document-list-table-title {
        max-width: 100%;
        width: 100%;
        white-space: normal;
        overflow: hidden;
    }

    /* icons stay inside width */
    .DocumentManuals-centered {
        width: 100%;
        flex-direction: row;
        justify-content: start;
        gap: 10px;
    }

    .DocumentManuals-eye-icon {
        margin: 0;
    }
}

/* extra small phones: squeeze even more */
@media (max-width: 380px) {
    .DocumentManuals-wrapper {
        padding: 10px 12px;
    }
    .DocumentManuals-wrapper tbody tr {
        padding: 10px;
    }
    .DocumentManuals-wrapper td {
        padding: 8px 0;
        font-size: 13px;
    }
}







/* 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, 360px);
    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: #5E4F43;
    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: #000;
    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;
}

/* ====== 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;
}
.custom-size-on-responsive1 {
    height: clamp(100px, 11vw,135px) !important;
}
/* ===========================
   Responsive
=========================== */
@media (max-width: 768px) {
    .ListView-filters {
        flex-direction: column;
        align-items: stretch;
    }

    .ListView-filter-group button {
        width: 100%;
    }

}


.globalmenu {
    list-style: none !important;
    margin-top:13%;
}

    .globalmenu li {
        display: block;
        border-bottom: 1px solid #B7B7B7;
        padding: 13px 2px;
    }

        .globalmenu li a {
            text-decoration: none;
            color: #1D1D1D;
        }

        .globalmenu li .active {
            text-decoration: none;
            color: #35708C;
        }


        .globalmenu li a:hover {
            transition: 0.3s ease-out;
        }

.NumericClass {
    text-decoration: none !important;
}


/* Innerpage hero text with vertical layout */
.innerpage-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    max-width: 1400px;
}

    /* Title - max 50% width with ellipsis */
    .innerpage-text h1 {
        max-width: 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: white;
        font-family: 'ReadexPro-Bold';
        font-size: clamp(24px, 3.5vw, 48px);
        margin: 0;
    }

/* Breadcrumb under title - max 50% width with responsive text */
.innerpage-links {
    max-width: 50%;
}

    .innerpage-links ol,
    .innerpage-links nav {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .innerpage-links li,
    .innerpage-links h4,
    .innerpage-links h4 a {
        font-size: clamp(11px, 1.2vw, 16px);
        white-space: nowrap;
    }

/* Mobile adjustments */
@media (max-width: 992px) {
    .innerpage-text h1,
    .innerpage-links {
        max-width: 90%;
    }

        .innerpage-links li,
        .innerpage-links h4,
        .innerpage-links h4 a {
            font-size: clamp(10px, 1.8vw, 14px);
        }
}

@media (max-width: 576px) {
    .innerpage-text h1 {
        font-size: clamp(20px, 5vw, 32px);
        max-width: 100%;
    }

    .innerpage-links {
        max-width: 100%;
    }

        .innerpage-links li,
        .innerpage-links h4,
        .innerpage-links h4 a {
            font-size: 11px;
        }
}

.rate {
    border-top: 1px solid #dbdbdb;
    padding: 15px 0px 0px 0px;
}

.hb-ratingbar {
    position: relative;
    width: 114px;
    height: 23px;
    overflow: hidden;
    cursor: pointer;
}

    .hb-ratingbar:hover .filled {
        background: #ffb628;
    }

    .hb-ratingbar .unfilled {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ccc;
        z-index: 1;
    }

    .hb-ratingbar .filled {
        position: absolute;
        transition: 0.2s width ease;
        top: 0;
        right: 0;
        height: 100%;
        background: #f4a100;
        z-index: 2;
    }

    .hb-ratingbar .cover {
        color: #fff;
        z-index: 3;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .hb-ratingbar[data-rated="0"] .filled {
        width: 0%;
    }

    .hb-ratingbar[data-rated="0.5"] .filled {
        width: 10%;
    }

    .hb-ratingbar[data-rated="1"] .filled {
        width: 20%;
    }

    .hb-ratingbar[data-rated="1.5"] .filled {
        width: 30%;
    }

    .hb-ratingbar[data-rated="2"] .filled {
        width: 40%;
    }

    .hb-ratingbar[data-rated="2.5"] .filled {
        width: 50%;
    }

    .hb-ratingbar[data-rated="3"] .filled {
        width: 60%;
    }

    .hb-ratingbar[data-rated="3.5"] .filled {
        width: 70%;
    }

    .hb-ratingbar[data-rated="4"] .filled {
        width: 80%;
    }

    .hb-ratingbar[data-rated="4.5"] .filled {
        width: 90%;
    }

    .hb-ratingbar[data-rated="5"] .filled {
        width: 100%;
    }