﻿*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html[dir="rtl"] {
  direction: rtl;
}

html[dir="ltr"] {
  direction: ltr;
}

svg {
  display: block;
  flex-shrink: 0;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
    /* margin: 0;
  padding: 0; */
}

p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

ol {
  list-style-position: inside !important;
}
#root,
#__next {
  isolation: isolate;
}
button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: 0;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/* IBM Plex Sans Arabic */

@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("/Style%20Library/EF26/assets/fonts/IBMPlexSansArabic-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("/Style%20Library/EF26/assets/fonts/IBMPlexSansArabic-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("/Style%20Library/EF26/assets/fonts/IBMPlexSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("/Style%20Library/EF26/assets/fonts/IBMPlexSansArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("/Style%20Library/EF26/assets/fonts/IBMPlexSansArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("/Style%20Library/EF26/assets/fonts/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSansArabic";
  src: url("/Style%20Library/EF26/assets/fonts/IBMPlexSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Font family base */
.ibm-arabic {
  font-family: "IBMPlexSansArabic", sans-serif;
}

:root {
  --arabic-font: "IBMPlexSansArabic", sans-serif;
  --english-font: "IBMPlexSansArabic", sans-serif;
  --Text-text-oncolor-primary: #fff;
  --text-primary: #1b8354;
  --radius-full: 9999px;
  --button-background-neutral-default: #f3f4f6;
  --bg: #ffffff;
  --background-body: #f9fafb;
  --text-secondary-paragraph: #6c737f;
  --nav-bg: #111;
  --accent: #e8c547;
  --text: #161616;
  --muted: #888;
  --text-display: #1f2a37;
  --dl-bg-disabled: #e5e7eb;
  --dl-gray-10: rgba(254, 255, 255, 0.3019607843);
  --dl-gray-100: #f3f4f6;
  --dl-gray-200: #e5e7eb;
  --dl-gray-300: #d2d6db;
  --dl-gray-400: #9da4ae;
  --dl-gray-500: #6c737f;
  --dl-gray-600: #4d5761;
  --dl-gray-700: #384250;
  --dl-gray-800: #1f2a37;
  --dl-gray-900: #111927;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  --radius: 10px;
  --ease: 0.2s ease cubic-bezier(0.4, 0, 0.2, 1);
  --nav-height: 72px;
  --green: #1a5c38;
  --green-hover: #2e7d50;
  --green-bg: #eef6f2;
  --navy: #1b2f5c;
  --border: #d6dce8;
  --text-muted: #6b7a99;
  --link-neutral: #384250;
  --header-h: 76px;
  --side: -4px 0 40px rgba(0, 0, 0, 0.14);
  --dur: 0.22s;
  --footer-bg: #074d31;
  --Background-background-primary-25: #f7fdf9;
  --Background-background-primary: #1b8354;
  --text-default-disabled: #9da4ae;
  --Line-Height-Display-line-heights-display-xl: 72px;
  --Line-Height-Display-line-heights-display-sm: 38px;
  --Text-line-heights-text-sm: 20px;
  --Line-Height-Text-line-heights-text-sm: 24px;
  --size-display-md: 36px;
  --Line-Height-Text-line-heights-text-md: 28px;
  --Line-Height-Text-line-heights-text-xl: 30px;
  --Size-Display-typo-size-display-sm: 30px;
  --stepper-btn-completed: #1b8354;
  --background-neutral-200: #e5e7eb;
  --text-primary-sa-flag: #14573a;
  --default-size: 16px;
  --Text-typo-size-text-sm: 14px;
  --size-md: 18px;
  --Global-spacing-xl: 16px;
  --spacing-5xl: 40px;
  --spacing-10xl: 128px;
  --spacing-4xl: 32px;
  --Size-Display-typo-size-display-xl: 60px;
  --Size-Text-typo-size-text-xl: 20px;
  --Global-spacing-3xl: 24px;
  --Radius-radius-sm: 4px;
  --Radius-radius-xl: 24px;
  --Radius-radius-md: 8px;
  --Border-border-neutral-primary: #d2d6db;
  --Background-background-neutral-100: #f3f4f6;
  --border-oncolor-transparent-30: #ffffff4d;
  --buttons-lg-gap: 4px;
  --card-lg-gap: 24px;
  --Global-spacing-8xl: 80px;
  --spacing-md: 8px;
  --radius-lg: 16px;
  --spacing-lg: 32px;
  /* //btn */
  --btn-bg-primary-500: #88d8ad;
  --background-primary-50: #f3fcf6;
  --btn-bg-primary-default: #1b8354;
  --btn-bg-primary-400: #54c08a;
  --btn-bg-primary-200: #b8eacb;
  --btn-bg-primary-100: #085d3a;
  --bg-green-active: #155c2e;
  --btn-hover: #1d7a3e;
  --error: #b42318;
  /* Hero */
  --hero-overlay-bg: rgba(9, 42, 30, 0.8);

  /* Sidebar */
  --sidebar-backdrop-bg: rgba(15, 25, 50, 0.52);
  --sidebar-search-active-bg: #e4e8f4;
  --sidebar-search-border-hover: #c5cae0;
  --sidebar-footer-lang-bg: #f4f6fa;
  --sidebar-footer-lang-hover-bg: #e8ebf4;

  /* Hover states */
  --hover-bg-subtle: #f0f2f8;
  --hover-bg-light: #eef0f8;
  --nav-open-hover-bg: #166a45;

  /* Button active outline */
  --btn-active-outline-color: #0d1f10;

  /* Cards */
  --card-border: #e4e7ec;
  --card-img-placeholder-bg: #cce5f0;

  /* Goals section */
  --goals-section-bg: #1d6b3c;

  /* Input */
  --input-placeholder-color: #aab2c8;

  /* Programs swiper nav */
  --programs-swiper-btn-border: #d3eaf5;
  --programs-swiper-btn-color: #1d7ea5;

  /* Brands section */
  --brands-dark-color: #1a2e4a;
  --brands-slide-border: #e4e8ef;
  --brands-hover-shadow: rgba(0, 0, 0, 0.08);

  /* News section */
  --news-title-color: #101828;
  --news-pagination-bullet-bg: #d0d5dd;
  --news-btn-bg: #006c35;
  --news-btn-hover-bg: #005228;

  /* About section */
  --about-title-color: #1a1a1a;
  --about-subtitle-color: #555;
  --discover-link-color: #2e7d46;

  /* Breadcrumb */
  --breadcrumb-link-hover: ;

  --ar-green: #1d7a3e;
  --ar-border: #e2e8f0;
  --ar-text: #1a202c;
  --ar-muted: #94a3b8;
}
html {
  font-size: 100%;
  overflow: auto;
}

a,
a.nav-link,
a.btn-link,
a.dropdown-item,
a.page-link,
a.list-group-item,
a.card-link,
a.navbar-brand,
a.breadcrumb-item,
a.badge {
  color: inherit !important;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
  color: inherit;
}

[type="email"],
[type="number"],
[type="tel"],
[type="url"] {
  direction: unset !important;
}
body {
  overflow: auto;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: var(--arabic-font) !important;
  background: var(--bg);
  font-size: var(--default-size);
  color: var(--text);
  min-height: 100vh;
  font-weight: 400;
}

.container__max {
  width: min(100% - clamp(24px, 2.5vw, 120px), 1800px);
  margin-inline: auto;
  padding: clamp(16px, 3.2vw, 80px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .container__max {
    padding-block: clamp(16px, 5vw, 80px);
  }
}
.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.component-header {
  margin-bottom: 1.5rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}

/* btn stlye generic */

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  font-family: inherit;
  font-weight: 500;
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.4; 
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
  margin-top: auto;
  align-self: flex-start;
  outline: none;
  transition:
    background-color 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    transform 0.08s ease;
}

/* Primary button */
.btn-primary {
  color: var(--bg) !important;
  background: var(--btn-bg-primary-default);
}

.btn-primary:hover {
  background: var(--btn-hover);
}

.btn-primary:active {
  background: var(--bg-green-active);
  box-shadow: none;
  transition: all 3ms;
  outline: 2px solid var(--btn-active-outline-color) !important;
  outline-offset: 1px;
  transform: translateY(1px);
}

/* Secondary button */
.btn-secondary {
  color: var(--text);
  background: transparent;
  border: 1px solid var(--dl-gray-300);
}

.btn-secondary:hover {
  background: var(--dl-gray-100) !important;
}

.btn-secondary:active {
  box-shadow: none;
  transition: all 3ms;
  background: var(--dl-gray-300) !important;
  outline: 2px solid var(--text) !important;
  outline-offset: 1px;
  transform: translateY(1px);
  border: 1px solid transparent;
}

/* typogaphy */
h1 {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: clamp(2.5rem, 5vw, 3.75rem) !important;
  letter-spacing: -0.02em !important;
}
h2.section__heading {
  font-size: clamp(1.2rem, 2.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.27;
  margin: 0;
}
h3.section__subheading {
  font-size: clamp(16px, 3.5vw, 18px);
  font-weight: 700;
  margin: 0;
  line-height: var(--Line-Height-Text-line-heights-text-md);
  letter-spacing: 0%;
}
p {
  font-weight: 400;
  font-size: clamp(14px, calc(13.5px + 0.2vw), 16px);
  line-height: var(--Line-Height-Text-line-heights-text-sm);
  letter-spacing: 0%;
}

@media (min-width: 1480px) {
  p {
    font-size: 1.125rem;
    line-height: 1.65;
    letter-spacing: 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  p {
    font-size: 1.0625rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 0.8rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  h2.section__heading {
    font-size: 16px;
  }
}

/* Components styles */

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• HEADER STYLES â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */
.ef-mega.ef-is-open{
  position: absolute;
}
.ef-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  height: var(--nav-height);
}
.ef-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0 !important;

  height: 100%;
}
.ef-header__start {
  display: flex;
  align-items: stretch;
  height: 100%;
  flex: 1;
  min-width: 0;
  gap: 1rem;
}
.ef-header__end {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  height: 100%;
}
.ef-header__end button{
  outline: none;
}
.ef-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.ef-logo img{
  max-width: 90%;
}
.ef-nav {
  gap: 4px;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: start;
  height: 100%;
  margin-inline: 1rem;
}

.ef-nav-item {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 6px;
  cursor: pointer;
  transition: background var(--dur) var(--ease);
}
.ef-nav-item:hover {
  background: var(--dl-gray-100);
}
.ef-nav-item:active{
  background: var(--dl-gray-200);
}
.ef-nav-item {
  position: relative;
}

.ef-nav-item:hover:not(.ef-is-open)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 6px;
  background: var(--dl-gray-400);
  border-radius: 999px;
}
.ef-nav-item:active:not(.ef-is-open)::after {
 background: #1f2a37 !important;
}
.ef-nav-item.ef-is-open {
  background: var(--btn-bg-primary-default);
  border-radius: 6px 6px 0 0;
  position: relative;
  color: white !important;
}
.ef-nav-item.ef-is-open:hover {
  background: #166A45;
}
.ef-nav-item.ef-is-open:active {
  background: #104631;
}
.ef-btn-icon.ef-is-active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 6px;
    background: #54C08A;
    border-radius: 999px;
}
.ef-btn-icon.ef-is-active:hover:not(.ef-is-open)::after{
  background: #54C08A;
}
.ef-btn-icon.ef-is-active:active:not(.ef-is-open)::after{
  background: #54C08A !important;
}
.ef-nav-item.ef-is-open::after {
  background: #54C08A;
  border-radius: 99px;
  bottom: 0;
  content: "";
  height: 6px;
  left: 6px;
  position: absolute;
  right: 6px;
  transition:
    opacity 0.3s ease,
    background-color 0.3s ease;
  z-index: 2;
}

.ef-nav-item.ef-is-open .ef-icon {
  filter: brightness(0) invert(1);
}

.ef-nav-item__label {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  transition: color var(--dur) var(--ease);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #161616;
  text-decoration: none;
}

.ef-nav-item.ef-has-children .ef-nav-item__label {
  padding-inline-end: 6px;
}

.ef-nav-item.ef-is-open .ef-nav-item__label {
  color: #fff !important;
}

.ef-nav-item__chevron {
  display: flex;
  align-items: center;
  padding-inline-end: 8px;
  color: var(--text);
}
.ef-nav-item.ef-is-open .ef-nav-item__chevron {
  color: #fff;
}
.ef-nav-item.ef-is-open .ef-nav-item__chevron .ef-icon {
  transform: rotate(180deg);
}

.ef-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
}
.ef-actions .ef-btn-icon:active{
  outline: none !important;
  border: none !important;
}
.ef-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: var(--text);
  transition: background var(--dur) var(--ease);
  height: 100%;
  position: relative; 
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; 
gap: 8px;
flex-direction: row-reverse;
}
.ef-btn-icon.ef-is-active::before{
  color: #FFF;
}
.ef-icon::before {
    filter: brightness(0) invert(1);
}
.ef-btn-icon::before {
  content: "البحث";
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text);
}
[dir="ltr"] .ef-btn-icon::before {
   content: "Search";
}
[dir="ltr"] .ef-btn-icon {
  flex-direction:row-reverse;
}
.ef-btn-icon:hover {
  background: var(--dl-gray-100);
}
.ef-btn-icon:active {
  color: white;
  background-color: var(--dl-gray-100);
  box-shadow: none;
  transition: all 3ms;
  outline: 2px solid var(--btn-active-outline-color) !important;
  outline-offset: 2px;
  transform: translateY(1px);
}
.ef-btn-icon.ef-is-active {
  text-decoration: none;
  outline: none !important;
  background: var(--btn-bg-primary-default);
  color: white;
}

.ef-btn-icon.ef-is-active .ef-icon {
  filter: brightness(0) invert(1);
}
.ef-btn-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 500;
  background: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: var(--text);
  white-space: nowrap;
  transition: background var(--dur) var(--ease);
}
.ef-btn-lang:hover {
  height: 100%;
}

.ef-btn-menu {
  display: none;
  width: 24px;
  height: 40px;
  border-radius: 8px;
  background: var(--bg);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  border: none;
  touch-action: manipulation;
}
.ef-btn-menu__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transform-origin: center;
  transition:
    transform var(--dur) var(--ease),
    opacity var(--dur) var(--ease);
}
.ef-btn-menu.ef-is-open .ef-btn-menu__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.ef-btn-menu.ef-is-open .ef-btn-menu__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.ef-btn-menu.ef-is-open .ef-btn-menu__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.ef-mega {
  position: fixed;
  top: var(--h);
  inset-inline: 0;
  z-index: 199;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    opacity var(--dur) var(--ease),
    transform var(--dur) var(--ease),
    visibility var(--dur) var(--ease);
}
.ef-mega.ef-is-open {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.ef-mega__inner {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px clamp(16px, 4vw, 80px) 36px;
}
.ef-mega__col {
  flex: 1;
  padding-inline: 24px;
  border-inline-end: 1px solid var(--border);
}
.ef-mega__col:first-child {
  padding-inline-start: 0;
}
.ef-mega__col:last-child {
  border-inline-end: none;
}
.ef-mega__heading {
  text-decoration: none !important;
  padding-inline: var(--spacing-md);
  color: var(--text-primary) !important;
  font-size: 18px;
  font-style: normal;
  line-height: var(--Line-Height-Text-line-heights-text-md);
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  transition: color var(--dur) var(--ease);
}
.ef-mega__heading:hover {
  color: var(--text-primary);
}
.ef-mega__link {
  margin-bottom: 1rem;
  display: block;
  padding: 0 var(--spacing-md);
  transition: color var(--dur) var(--ease);
  color: var(--text-display);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-Text-line-heights-text-md);
  text-decoration: none;
}
.ef-mega__link:hover {
  background-color: var(--background-neutral-200);
  text-decoration: underline;
  border-radius: var(--Radius-radius-sm);
}

.ef-search-overlay {
  position: fixed;
  top: var(--h);
  inset-inline: 0;
  z-index: 198;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    opacity 0.25s var(--ease),
    transform 0.25s var(--ease),
    visibility 0.25s var(--ease);
}
.ef-search-overlay.ef-is-open {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.ef-search-overlay.ef-is-open .container__max {
  padding-top: 32px;
  padding-bottom: 32px;
}

.ef-btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 10px;
  border-radius: 6px;
  border: none;
  background: none;
  cursor: pointer;
  margin-bottom: 16px;
  transition: background var(--dur);
}

.ef-search-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(16px, 5vw, 24px);
}
.ef-search-field {
  flex: 1;
  display: flex;
  align-items: center;
  height: 40px;
  overflow: hidden;
  transition:
    border-color var(--dur),
    box-shadow var(--dur);
  border-radius: 4px;
  border: 1px solid var(--dl-gray-400);
  background: #fff;
}
.ef-search-field__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  flex-shrink: 0;
}
.ef-search-field__input {
  width: 100%;
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  color: var(--text);
  background: transparent;
}
.ef-search-field__input::placeholder {
  color: var(--input-placeholder-color);
  line-height: 24px;
}

.ef-search-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.ef-search-tags__label {
  color: var(--text-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.ef-search-tag {
  border-radius: 4px;
  background: var(--button-background-neutral-default);
  padding: 5px 14px;
  font-family: inherit;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  border: none;
  transition:
    border-color var(--dur),
    background var(--dur),
    color var(--dur);
}
.ef-search-tag::before {
  content: "+";
  display: inline-block;
  margin-left: 6px;
}
.ef-search-tag:hover {
  background: var(--green-bg);
  color: var(--green);
}

.ef-sidebar {
  position: fixed;
  inset: 0;
  z-index: 300;
  visibility: hidden;
  pointer-events: none;
}
.ef-sidebar.ef-is-open {
  visibility: visible;
  pointer-events: auto;
}
.ef-sidebar__backdrop {
  position: absolute;
  inset: 0;
  background: var(--sidebar-backdrop-bg);
  opacity: 0;
  backdrop-filter: blur(2px);
  transition: opacity var(--dur);
}
.ef-sidebar.ef-is-open .ef-sidebar__backdrop {
  opacity: 1;
}
.ef-sidebar__panel {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  height: 100%;
  background: var(--bg);
  box-shadow: var(--shadow-side);
  overflow-y: auto;
  transform: translateX(110%);
  transition: transform 0.32s var(--ease);
}
[dir="rtl"] .ef-sidebar__panel {
  transform: translateX(110%);
}
.ef-sidebar.ef-is-open .ef-sidebar__panel {
  transform: translateX(0) !important;
}
.ef-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  min-height: 64px;
}
.ef-sidebar__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ef-sidebar__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: none;
  cursor: pointer;
  transition:
    background var(--dur),
    border-color var(--dur);
}

.ef-sidebar__search {
  padding: 12px 20px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ef-sidebar__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  transition:
    border-color var(--dur),
    background var(--dur);
  touch-action: manipulation;
}
.ef-sidebar__search-btn:hover {
  background: var(--hover-bg-light);
  border-color: var(--sidebar-search-border-hover);
}
.ef-sidebar__search-btn:active {
  background: var(--sidebar-search-active-bg);
}

.ef-sidebar__nav {
  flex: 1;
  overflow-y: auto;
}

.ef-snav-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--hover-bg-subtle);
  position: relative;
  transition: background var(--dur);
}
.ef-snav-row:hover {
  background: var(--Background-background-neutral-100);
}
.ef-snav-row.ef-is-open {
  margin: 0;
  border-radius: 4px;
}
.ef-snav-row.ef-is-open::after {
  background-color: var(--dl-gray-400);
  border-radius: 99px;
  content: "";
  width: 6px;
  top: 6px;
  bottom: 6px;
  right: 0;
  position: absolute;
  transition:
    opacity 0.3s ease,
    background-color 0.3s ease;
  z-index: 2;
}
[dir="ltr"] .ef-snav-row.ef-is-open::after {
  right: unset;
  left: 0;
}

.ef-snav-row__label {
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-Height-Text-line-heights-text-sm);
  flex: 1;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  font-size: 15px;
  transition: color var(--dur);
  text-decoration: none;
}

.ef-snav-row__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  cursor: pointer;
}
.ef-snav-row.ef-is-open .ef-snav-row__chevron .ef-icon {
  transform: rotate(180deg);
}

.ef-snav-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s var(--ease);
}
.ef-snav-sub.ef-is-open {
  max-height: 600px;
}
.ef-snav-sub__link {
  display: block;
  padding: 0.4rem 46px;
  transition: color var(--dur) var(--ease);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Text-line-heights-text-md);
  text-decoration: none;
}
.ef-snav-sub__link:hover {
  color: var(--text);
  background: var(--hover-bg-subtle);
}

.ef-sidebar__footer {
  padding: 16px 20px;
  border-top: 1px solid var(--border);
}
.ef-sidebar__footer .ef-btn-lang {
  width: 100%;
  height: 42px;
  justify-content: center;
  border-radius: var(--Radius-radius-sm);
  background: var(--sidebar-footer-lang-bg);
  border: 1px solid var(--border);
  font-size: 13.5px;
}
.ef-sidebar__footer .ef-btn-lang:hover {
  background: var(--sidebar-footer-lang-hover-bg);
}

@media (max-width: 960px) {
  .ef-nav {
    display: none;
  }
  .ef-btn-icon {
    display: none;
  }
  .ef-header__end .ef-btn-lang {
    display: none;
  }
  .ef-btn-menu {
    display: flex;
  }
}
@media (max-width: 600px) {
  .ef-sidebar__panel {
    max-width: 100%;
  }
  .ef-search-field {
    height: 44px;
  }
}

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• HERO SLIDERS STYLE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: auto;
}

.hero_swiper_slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay-bg);
  z-index: 1;
  pointer-events: none;
}

.slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.slide-text {
  display: flex;
  width: 640px;
  max-width: 640px;
  flex-direction: column;
  gap: var(--Global-spacing-3xl);
}

.slide-text h2 {
  color: var(--Text-text-oncolor-primary);
  font-weight: 600 !important;

  font-size: clamp(36px, 5vw, 60px);
  line-height: clamp(44px, 6vw, 72px);
}

.slide-text p {
  color: var(--Text-text-oncolor-primary);
  line-height: 2;
}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: var(--background-neutral-200) !important;
  border-radius: 50%;
  transition:
    background 0.3s,
    transform 0.3s;
  opacity: unset !important;
}

.swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  background: var(--stepper-btn-completed) !important;
  /* transform: scale(1.2); */
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}
.ef-search-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 1rem 0rem;
  border-radius: 1.25rem;
}

/* â”€â”€ Search field â”€â”€ */
.ef-search-field {
  position: relative;
  flex: 1;
}

.ef-search-field__input {
  width: 100%;
  border: none;
  /* border-bottom: 1.5px solid #ddd; */
  background: transparent;
  padding: 0.5rem 0.25rem;
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  color: var(--about-title-color);
  outline: none;
}

/* Animated bottom line â€” grows from center */
.ef-search-field::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.35s ease;
}

.ef-search-field:focus-within::after {
  width: 100%;
}
@media (max-width: 768px) {
  .swiper-slide img {
    height: 492px;
  }

  .slide-content {
    align-items: start;
    margin-top: 10% !important;
  }

  .slide-text h2 {
    letter-spacing: -0.72px;
    line-height: 42px;
    max-width: 100%;
  }

  .slide-text p {
    line-height: 28px;
  }

  .swiper-slide::before {
    background: var(--hero-overlay-bg);
  }
}

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• swipper images slider 3rd component STYLE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */
.programs {
  background: var(--Background-background-neutral-100);
}
.programs-section__card-content .btn-primary::after {
  content: "";
  display: inline-block;

  width: 24px;   
  height: 24px;

  background-image: url('/Style%20Library/EF26/assets/svgs/arrow-up-01.svg');
  background-repeat: no-repeat;
  background-position: center;


}
[dir="rtl"] .programs-section__card-content .btn-primary::after{
  transform: scaleX(-1);
}
.programs-section__all-btn {
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 6px;
  border: 1px solid #d0d5dd;
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

.programs-section__all-btn:hover {
  background: var(--dl-gray-100) !important;
  border: 1px solid var(--background-neutral-200) !important;
}

.programs-section__all-btn:active {
  background: var(--dl-gray-200) !important;
  outline: 2px solid var(--btn-active-outline-color);
  outline-offset: 2px;
}

[dir="ltr"] .programs-section__all-btn img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transform: scaleX(-1);
}

.programs-section__swiper-wrap {
  overflow-x: hidden;
  width: 100%;
}

.programs .container__max .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets .swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0px;
}

.programs-section__swiper {
  width: 100%;
  overflow: visible !important;
}

.programs-section__swiper .swiper-wrapper {
  align-items: stretch;
}

.programs-section__swiper .swiper-slide {
  display: flex;
  height: auto;
}

.programs-section__card {
  flex: 1 1 0%;
  margin-bottom: 8%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid var(--card-border);
  background: #ffffff;
  box-sizing: border-box;
  transition:
    transform 0.25s ease,
    box-shadow 0.3s;
}

.programs-section__card-image {
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: 320px;
  aspect-ratio: 16 / 12;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background-color: var(--card-img-placeholder-bg);
}

.programs-section__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  image-rendering: auto;
}

.programs-section__card-content {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0 !important;
}
.programs-section__card-content p{
  margin-bottom: clamp(12px, 1.2vw, 16px);
}

.programs-section__card-title {
  padding-bottom: 8px;
}

.programs-section__card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.programs-section__bullets {
  list-style: none;
  margin:16px 0 !important;
  padding: 0;
}

.programs-section__bullets li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.programs-section__bullets li img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.programs-section__bullets li span {
  color: #475467;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 400;
  line-height: 24px;
}

.programs-sectionswiper .swiper-button-prev,
.programs-sectionswiper .swiper-button-next {
  background: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--programs-swiper-btn-border);
  color: var(--programs-swiper-btn-color);

  top: 50%; /* changed */
  transform: translateY(-50%); /* added */
}
.programs-section__swiper .swiper-button-prev::after,
.programs-section__swiper .swiper-button-next::after {
  font-size: 1.1rem;
  font-weight: 700;
}

.programs-section__swiper .swiper-button-prev:hover,
.programs-section__swiper .swiper-button-next:hover {
  background: var(--programs-swiper-btn-color);
  color: #ffffff;
}

.programs-section__swiper .swiper-button-prev {
  right: -4px;
  left: auto;
}

.programs-section__swiper .swiper-button-next {
  left: -4px;
  right: auto;
}

@media (min-width: 768px) {
  .programs-section__swiper .swiper-button-prev {
    right: -14px;
  }

  .programs-section__swiper .swiper-button-next {
    left: -14px;
  }
}

@media (max-width: 768px) {
  .programs-section__swiper .swiper-button-prev,
  .programs-section__swiper .swiper-button-next {
    display: none !important;
  }
  /* .programs-section__card-content .btn-primary::after{
    display: none;
  } */
}
@media (max-width: 1200px) {

  .programs-section__card-content .btn-primary::after{
  width: 14px;   
  height: 14px;
  }
}

.programs-section__swiper .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: var(--background-neutral-200) !important;
}

.programs-section__swiper .swiper-pagination-bullet-active {
  background: var(--stepper-btn-completed) !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  transition: width 0.25s;
}
/* Replace the span selector with p */
.programs-section__bullets li p {
  color: #079455;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 500;
  line-height: 20px;
  margin: 0; /* <-- critical: <p> has default browser margin that breaks alignment */
}

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• about section 4th component  STYLE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */

.about-section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: var(--background-body);
  border-radius: 12px;
}

.bg-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.bg-circle-tl {
  width: 500px;
  height: 500px;
  top: -148px;
  left: -148px;
}

.bg-circle-tl::after {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 50%;
}

.bg-circle-br {
  overflow: hidden;
  position: absolute;
  width: clamp(300px, 55%, 600px);
  height: auto;
  bottom: -57px;
  right: -41px;
  transform: translate(33%, 35%);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 767px) {
  .bg-circle-br {
    transform: translate(24%, 17%);
  }
}
.bg-circle-br::after {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  border: 2.5px solid rgba(255, 255, 255, 0.5);
}

.component-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.about-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--about-title-color);
  margin: 0;
}

.discover-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--discover-link-color);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: gap 0.25s ease;
  white-space: nowrap;
}

.discover-link:hover {
  gap: 10px;
}

.about-subtitle {
  font-size: 15px;
  color: var(--about-subtitle-color);
  line-height: 1.9;
  margin-bottom: 48px;
}

.about__features {
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 2rem;
  display: grid;
  justify-content: center;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (max-width: 767px) {
  .about__features {
    margin-right: 0%;
    margin-left: 0%;
  }
}

.about__features .about__feature {
  text-align: start;
  padding: 1.5rem;
  background-color: var(--bg);
  border-radius: var(--radius-lg);
}

.icon-wrap {
  width: 54px;
  height: 54px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap svg {
  width: 48px;
  height: 48px;
}

.about__feature-title {
  color: var(--discover-link-color);
  margin-bottom: 8px !important;
}

.about-section__all-btn {
  z-index: 1;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 6px;
  background: var(--Background-background-neutral-100);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text);
}

.about-section__all-btn:hover {
  color: var(--text);
  background: var(--background-neutral-200);
}

.about-section__all-btn:active {
  outline: 2px solid var(--dl-gray-200);
  background: var(--dl-gray-200);
  outline-offset: 2px;
}

[dir="ltr"] .about-section__all-btn img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transform: scaleX(-1);
}

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• EFRole section component style STYLE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */

.role-section {
  color: var(--Text-text-oncolor-primary);
  background: var(--btn-bg-primary-default);
}

.role-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
[dir="ltr"] .role-header img {
  transform: scaleX(-1);
}
.features {
  margin-top: 2.5rem;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-right: 6%;
  margin-left: 6%;
}

.features .feature {
  text-align: start;
  padding: 16px;
  background-color: var(--bg);
  border-radius: var(--radius-lg);
}

.goals-section {
  background-color: var(--goals-section-bg);
  padding: 50px 0;
}

.goals-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .goals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .goals-grid {
    margin-left: 0;
    gap: 0.5rem !important;
  }

  .features {
    margin-top: 1rem;
    margin-right: 0%;
    margin-left: 0%;
  }
}

.goal-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 32px;
}

.goal-text {
  margin: 0;
  padding-top: 6px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0%;
}

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• supported sectors 5th component STYLE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */

.sector-section {
  background: var(--background-body);
}
.sector-section .container__max {
  padding-bottom: 5.9rem;
}
.sector-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.sectors__features {
  margin-right: 6%;
  margin-left: 6%;
  margin-top: clamp(3rem, 8vw, 4rem) !important;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.sectors__features .sector {
  text-align: start;
  padding: 16px;
  background-color: var(--bg);
  border-radius: var(--radius-lg);
}

.sectors-grid {
  text-align: center;
  display: grid;
  gap: 60px 75px;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  place-items: baseline;
}

@media (min-width: 1480px) {
  .sectors__features {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .sectors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .sectors__features {
    margin-right: 0%;
    margin-left: 0%;
  }
  .sectors-grid {
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .sectors-grid {
    margin-left: 0;
  }

  .sectors-card {
    gap: 24px !important;
  }
}

.sectors-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: 400px;
}

.sectors-text {
  margin: 0;
  padding-top: 6px;
  line-height: 28px;
  letter-spacing: 0%;
}

.supported-sectors-section__card-title {
  color: var(--text-primary-sa-flag);
}

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• fund members section componet STYLE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */

.ef-stats {
  background: var(--Background-background-neutral-100);
  position: relative;
}
.ef-stats {
  padding-top: 2.3rem;
}
.ef-stats .ef-stats__header {
  display: grid;
  align-items: center;
  margin-bottom: 24px;
}

.ef-stats .ef-stats__features {
  margin-top: 2rem;
}

.ef-stats .ef-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 2rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .ef-stats .ef-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 767px) {
  .ef-stats .ef-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .ef-stats {
    padding-top: 3.5rem;
  }
}

.ef-stats .ef-stats__card {
  width: 100%;
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-items: center;
  justify-items: center;
  gap: 8px;
  background: var(--bg);
  padding: clamp(0.75rem, 2vw, 1.5rem);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .ef-stats .ef-stats__card {
    gap: 6px;
  }
}

.ef-stats .ef-stats__card-icon {
  width: auto;
  height: auto;
}

.ef-stats .ef-stats__card-number {
  font-size: 40px !important;
  line-height: 60px !important;
  letter-spacing: -0.02em !important;
  color: var(--text-primary-sa-flag);
  margin: 0;
}

@media (max-width: 767px) {
  .ef-stats .ef-stats__card-number {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .ef-stats .ef-stats__card-unit {
    font-size: 14px;
  }
}

.ef-stats .ef-stats__card-unit {
  font-weight: 400 !important;
  color: var(--text-secondary-paragraph) !important;
  margin: 0;
}

.ef-stats .ef-stats__card-text {
  margin: 0;
  padding-top: 6px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--text-display) !important;
  align-self: start;
}

@media (max-width: 767px) {
  .ef-stats .ef-stats__card-text {
    font-size: 0.8rem;
    line-height: 22px;
  }
}

/* the section ABOVE stats â€” remove its overflow hidden */
.section-above {
  overflow: visible !important;
  position: relative;
  z-index: 1;
}

.ef-stats__wrapper {
  position: relative;
  z-index: 999;
  margin-top: 60px;
}

.ef-stats__outer {
  overflow-x: clip;
}

.ef-stats__vector {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 1500px;
  line-height: 0;
  pointer-events: none;
  z-index: 10;
}

.ef-stats__vector img {
  width: 100%;
  display: block;
}

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•  ef brands section component STYLE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */

.brandsEF {
  background-color: var(--background-body);
}

.brandsEF .brandsEF__heading {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--brands-dark-color);
  margin-bottom: 2.5rem;
}

.brandsEF .brandsEF__wrapper {
  position: relative;
}

.brandsEF .brandsEF__swiper {
  width: 100%;
  padding: 1rem 0.5rem;
}

.brandsEF .brandsEF__slide {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--brands-slide-border);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 1rem;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.brandsEF .brandsEF__slide img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: none;
}

.brandsEF .brandsEF__slide:hover img {
  filter: grayscale(0%);
}

.brandsEF .brandsEF__btn-prev,
.brandsEF .brandsEF__btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: var(--Radius-radius-sm);
  background: var(--button-background-neutral-default);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}

.brandsEF .brandsEF__btn-prev:hover,
.brandsEF .brandsEF__btn-next:hover {
  background: var(--background-neutral-200);
  box-shadow: var(--btn-bg-primary-default);
}

.brandsEF .brandsEF__btn-prev:active,
.brandsEF .brandsEF__btn-next:active {
  outline: 2px solid black;
}

.brandsEF .brandsEF__btn-prev:hover svg path,
.brandsEF .brandsEF__btn-next:hover svg path {
  stroke: #ffffff;
}

.brandsEF .brandsEF__btn-prev {
  right: -44px;
}

.brandsEF .brandsEF__btn-next {
  left: -44px;
}

.brandsEF .brandsEF__btn-prev svg,
.brandsEF .brandsEF__btn-next svg {
  width: 18px;
  height: 18px;
}

.brandsEF .brandsEF__btn-prev svg path,
.brandsEF .brandsEF__btn-next svg path {
  stroke: var(--brands-dark-color);
  transition: stroke 0.2s;
}

.brandsEF .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

@media (max-width: 767px) {
  .brandsEF {
    padding: 1rem 1rem;
  }

  .brandsEF .brandsEF__slide {
    height: 100px;
  }

  .brandsEF .brandsEF__btn-prev {
    right: -33px;
    width: 30px;
    height: 30px;
  }

  .brandsEF .brandsEF__btn-next {
    left: -33px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 477px) {
  .brandsEF .brandsEF__slide {
    height: 120px;
    padding: 0.75rem 1rem;
  }
}

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• footer section componet style STYLE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */

.ef-footer {
  font-family: var(--ef-font);
  background: var(--footer-bg);
  color: var(--bg);
  font-size: 0.875rem;
  line-height: 1.7;
}

.ef-footer__top {
  padding-block: 2.5rem;
}

.ef-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
}
.ef-footer__grid .ef-footer__list {
  padding-inline: 0rem !important;
}
.ef-footer__col {
  padding-inline: 1rem;
  border-inline-start: 1px solid var(--ef-divider);
}

.ef-footer__col:last-child {
  border-inline-end: 1px solid var(--ef-divider);
}

.ef-footer__col-title {
  padding-bottom: 8px;
  font-size: 1rem;
  letter-spacing: 0%;
  font-weight: 500;
  color: var(--bg);
  margin-bottom: 0.8rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid var(--border-oncolor-transparent-30);
  line-height: 24px;
}

.ef-footer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ef-footer__link {
  color: var(--ef);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  line-height: 20px;
  letter-spacing: 0%;
  font-size: 14px;
  transition: color 0.2s;
  font-weight: 400;
}

.ef-footer__link:hover,
.ef-footer__link:focus-visible {
  color: var(--ef-accent);
  outline: none;
  text-decoration: underline;
}

.ef-footer__ext-icon {
  flex-shrink: 0;
  opacity: 0.45;
  transition: opacity 0.2s;
}

.ef-footer__link:hover .ef-footer__ext-icon {
  opacity: 1;
}

.ef-footer__social-row {
  display: flex;
  gap: 0.1rem;
  flex-wrap: wrap;
}

.ef-footer__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ef-social-bg);
  color: var(--ef-white);
  border: 1px solid var(--ef-divider);
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
  flex-shrink: 0;
}

.ef-footer__social-btn:hover,
.ef-footer__social-btn:focus-visible {
  background: var(--ef-accent);
  color: var(--ef-bg);
  border-color: var(--ef-accent);
  outline: none;
}

.ef-footer__bottom {
  background: var(--ef-bg-bottom);
  border-top: 1px solid var(--ef-divider);
}

.ef-footer__bottom-inner {
  padding-block: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ef-footer__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.ef-footer__bottom-logos {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
  flex-direction: row-reverse !important;
}

.ef-footer__logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
}

.ef-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.ef-footer__bottom-link:hover {
  text-decoration: underline;
}

.ef-footer__bottom-link {
  text-decoration: none;
  padding-inline: 0.875rem;
  border-inline-end: 1px solid var(--ef-divider);
  white-space: nowrap;
  transition: color 0.2s;
}

.ef-footer__bottom-link:first-child {
  padding-inline-start: 0;
}

.ef-footer__bottom-link:last-child {
  border-inline-end: none;
}

.ef-footer__bottom-link:hover {
  color: var(--ef-accent);
}

.ef-footer__copyright {
  display: flex;
  flex-direction: column;
  gap: 0.4rem 2rem;
}

.ef-footer__copyright .title {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0% !important;
  margin: 0;
}
.ef-footer__copyright .description {
  font-size: 14px !important;
  margin: 0;
}

@media (max-width: 1199px) {
  .ef-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ef-footer__col--social {
    grid-column: 1 / -1;
    border-top: 1px solid var(--ef-divider);
    padding-top: 2rem;
    margin-top: 0.5rem;
    border-inline-start: none;
    border-inline-end: none;
    padding-inline: 0;
  }
}

@media (max-width: 767px) {
  .ef-footer__top {
    padding: 2.5rem 1.25rem 2rem;
  }

  .ef-footer__grid {
    grid-template-columns: 1fr;
  }

  .ef-footer__col {
    padding-inline: 0;
    border-inline-start: none;
    border-inline-end: none;
    border-bottom: 1px solid var(--ef-divider);
    padding-bottom: 1.5rem;
  }

  .ef-footer__col:last-child {
    border-bottom: none;
  }

  .ef-footer__col--social {
    grid-column: unset;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }

  .ef-footer__bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .ef-footer__bottom-links {
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }

  .ef-footer__bottom-link {
    border-inline-end: none;
    padding-inline: 0;
    font-size: 0.8125rem;
  }

  .ef-footer__copyright {
    flex-direction: column;
    gap: 0.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ef-footer__link,
  .ef-footer__social-btn,
  .ef-footer__bottom-link {
    transition: none;
  }
}

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• latest news section component css STYLE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */

.nws-section {
  position: relative;
  font-family: inherit;
  overflow: hidden;
}

.nws-section .nws-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.nws-section .nws-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--news-title-color);
  margin: 0;
}

.nws-section .nws-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1.5px solid var(--news-title-color);
  border-radius: 8px;
  background: transparent;
  color: var(--news-title-color);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.2s,
    color 0.2s;
}

.nws-section .nws-all-btn:hover {
  background: var(--news-title-color);
  color: #fff;
}

.nws-section .nws-swiper {
  padding: 0 2px;
  width: 100%;
  overflow: hidden;
}

.nws-section .nws-swiper .swiper-slide {
  height: auto;
}

.nws-section .nws-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid var(--Border-border-neutral-primary);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.nws-section .nws-card-img {
  width: 100%;
  aspect-ratio: 1/0.7;
  object-fit: cover;
  display: block;
  border-radius: var(--Radius-radius-sm);
}

.nws-section .nws-card-body {
  padding: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.nws-card-body .btn-primary,
.nws-card-body .btn-secondary {
  font-size: clamp(12px, 1vw, 18px);
}
.nws-section .nws-card-title {
  font-weight: 700;
  font-size: clamp(16px, 5vw, 20px);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nws-section .nws-card-date {
  border: 1px solid var(--dl-gray-200);
  background: var(--background-body);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: var(--text-display);
  margin: 0;
  padding: 1px 8px;
  border: 1px solid var(--background-neutral-200);
  width: max-content;
  border-radius: var(--Radius-radius-sm);
}
.nws-card-date img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.nws-section .nws-card-btn {
  display: inline-block;
  padding: 10px 24px;
  background: var(--news-btn-bg);
  color: #fff;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
  align-self: flex-start;
}

.nws-section .nws-card-btn:hover {
  background: var(--news-btn-hover-bg);
}

.nws-section .nws-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.nws-section .nws-card-date {
  align-self: flex-start;
}

.nws-section .nws-card-title {
  flex: 1;
  margin-bottom: 0;
}
.nws-section .nws-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--news-pagination-bullet-bg);
  border-radius: 50%;
  transition:
    background 0.2s,
    transform 0.2s;
}

.nws-section .nws-pagination .swiper-pagination-bullet-active {
  background: var(--news-btn-bg);
  width: 12px;
  height: 12px;
  /* transform: scale(1.2); */
}

.nws-section .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto !important;
}

.nws-section .nws-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
[dir="rtl"] .nws-nav,
[dir="ltr"] .nws-nav {
  transform: scaleX(-1);
}

.nws-section .nws-btn-prev,
.nws-section .nws-btn-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--button-background-neutral-default);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
  flex-shrink: 0;
}

.nws-section .nws-btn-next {
  background: var(--button-background-neutral-default);
}

.nws-section .nws-btn-prev:hover {
  background: var(--background-neutral-200) !important;
}

.nws-section .nws-btn-next:hover {
  background: var(--background-neutral-200) !important;
}

.nws-section .nws-btn-prev:active,
.nws-section .nws-btn-next:active {
  color: white;
  background-color: var(--bg-green-active);
  box-shadow: none;
  transition: all 3ms;
  outline: 2px solid var(--btn-active-outline-color) !important;
  outline-offset: 2px;
  transform: translateY(1px);
}

.nws-section .nws-btn-prev.swiper-button-disabled,
.nws-section .nws-btn-next.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 767px) {
  .nws-section .nws-title {
    font-size: 1.35rem;
  }

  .nws-section .nws-all-btn {
    font-size: 0.82rem;
    padding: 8px 14px;
  }
  .nws-card img {
    height: auto;
  }
}

/* <!-- â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• timestamp section component  STYLE â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• --> */

.timestamp__section .container__max {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.timestamp__section .container__max p {
  margin-bottom: 0 !important;
}

.ef-is-home .breadcrumb-content {
  display: none;
}

/* // About EF --- About Component */

.about_ef__role h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.01em;
}
.about_ef__role h2 span {
  position: relative;
  display: inline-block;
}
.about_ef__role h2 span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--green));
  border-radius: 2px;
}

.about_ef__role .body-text {
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  line-height: 2;
  color: var(--muted);
  font-weight: 500;
}

/* â”€â”€ Visual â”€â”€ */
.about_ef__role .visual-col {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: end;
  overflow: hidden;
}

.about_ef__role .radial-bg {
  position: absolute;
  width: 115%;
  height: 115%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: slowSpin 40s linear infinite;
  z-index: 0;
}
@keyframes slowSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.about_ef__role .pt-40 {
  padding-top: 40px !important;
}

.about_ef__role .bg-circle {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.about-content > p,
.about__features {
  position: relative;
  z-index: 1;
}
.about-content {
  position: relative;
  z-index: 99;
}
.eeginnings_establishment__block .about-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  background: var(--background-body);
}
.eeginnings_establishment__block .bg-circle-br {
  width: clamp(300px, 55%, 624px);
}
.eeginnings_establishment__block.about-section {
  background: transparent;
}

.eeginnings_establishment__block {
  padding-top: 0;
}

.about_ef .about-content .about__features {
  padding: clamp(12px, 6.25vw, 80px);
  margin: 0;
}
.overview_ef .overview_ef__content p {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .overview_ef .overview_ef__content p {
    margin-right: 0px;
  }
}

[dir="ltr"] .overview_ef .overview_ef__content img {
  transform: scaleX(-1);
}

.about_ef__role .role-section {
  background-color: transparent;
  color: var(--link-neutral);
}
.about_ef__role .container__max {
  padding-top: 0;
}
.about_ef__role .role-header {
  justify-content: stretch;
}

/* // About EF --- Board of director Component */

.board_directors_ef {
  background: transparent !important;
}
.board_directors_ef.container__max {
  padding-top: 0;
  padding-bottom: 40px;
}
.board_directors_ef .pt-40 {
  padding-top: 40px !important;
}
.board_directors_ef .bg-circle {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.board_directors_ef .board_directors-content > p,
.board_directors_ef .board_directors__features {
  position: relative;
  z-index: 1;
}
.board_directors_ef .board_directors-content {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--background-body);
  padding: clamp(12px, 6.25vw, 80px);
}
.board_directors_ef .board_directors_ef {
  padding-top: 0;
}

.ceo___overview_ef .container__max {
  gap: clamp(24px, 6vw, 128px);
  padding-top: 40px;
}
.ceo___overview_ef .ceo__overview_ef__content {
  max-width: 400px;
}
.ceo___overview_ef .ceo__overview_ef__content h6 {
  color: var(--text-primary);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Text-line-heights-text-md);
  margin-bottom: 1rem;
}
[dir="ltr"] .ceo___overview_ef .ceo__overview_ef__content img {
  transform: scaleX(-1);
}
.ceo___overview_ef .ceo__left__section_overview {
  max-width: 512px !important;
}
.card-img-top {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.board_directors__features .board__director__card-title {
  color: var(--text-primary);
  font-size: clamp(16px, 3.5vw, 18px);
  font-weight: 700;
}

/* // About EF --- CEO Component */

.ceo___section {
  background-color: var(--background-body);
}
.ceo___section .container__max {
  padding-block: 40px;
}
.ceo___section .equal-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.ceo___section .photo-col {
  max-width: 600px;
  min-height: auto;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  overflow: hidden;
}
.ceo___section .photo-col img {
  width: 100%;
  height: auto;
  display: block;
}

.ceo___section .content-col {
  max-width: 520px;
  min-height: auto;

  background-color: var(--background-body);
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: flex-end;
}

.ceo___section .q-top,
.q-bottom {
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 1;
  color: var(--text-primary-sa-flag);
  display: block;
  font-size: clamp(80px, 3.2vw, 128px);
}

[dir="ltr"] .ceo___section .q-top {
  transform: scaleX(-1);
}
[dir="ltr"] .ceo___section .q-bottom {
  transform: scaleX(-1);
}

.ceo___section .q-top {
  text-align: right;
  position: relative;
  top: 40px;
}

.ceo___section .q-bottom {
  text-align: left;
  margin-top: 8px;
  height: 30px;
}

.ceo___section .quote-body p {
  font-size: clamp(0.53rem, 1vw, 0.99rem);
  color: var(--link-neutral);
  margin-bottom: 1rem;
  line-height: clamp(15px, 2.2vw, 25px);
}
.ceo___section .quote-body p:last-child {
  margin-bottom: 0;
}

.ceo___section .author-name {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  font-weight: 500;
  margin: 0;
  line-height: var(--Line-Height-Text-line-heights-text-xl);
}
.ceo___section .author-title {
  font-size: clamp(0.75rem, 1vw, 0.85rem);
  color: var(--link-neutral);
  margin: 0;
  line-height: var(--Line-Height-Text-line-heights-text-md);
}

@media (max-width: 767px) {
  .ceo___section .equal-row {
    flex-direction: column;
    gap: 0rem;
  }
  .ceo___section .photo-col {
    flex: none;
    width: 100%;
  }
}

/* // About EF --- environmental system Component */

.partner___card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.partner___card .partner-logo {
  max-width: auto;
  min-width: auto;
  width: 100%;
  height: 100px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.partner___card .partner-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.partner___card .partner-title {
  font-size: clamp(1rem, 5vw, 1.13rem);
  font-weight: 600;
  line-height: var(--Line-Height-Text-line-heights-text-md);
  margin-bottom: 24px;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
  line-height: 28px;
}
[dir="ltr"] .partner___card .partner-title.partner__arrow_m {
  transform: scaleX(-1);
}
[dir="ltr"] .partner___card .partner__arrow_m {
  transform: scaleX(-1);
}
.partner___card .btn-primary {
  height: 40px;
  width: auto;
}
.partner__arrow_m {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s;
  flex-shrink: 0;
}
.partners____grid {
  row-gap: 7rem;
}
@media (max-width: 767px) {
  .partners____grid {
    row-gap: 4.5rem;
  }
}

/* â”€â”€ View system â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.ef-view {
  display: none;
}
.ef-view.ef-view--active {
  display: block;
}

@keyframes efFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ef-view--entering {
  animation: efFadeUp 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* â”€â”€ Spinner â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ef-view-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
}
.ef-view-loader__ring {
  width: 40px;
  height: 40px;
  border: 3px solid #e2e8f0;
  border-top-color: #1a7a4a;
  border-radius: 50%;
  animation: _spin 0.7s linear infinite;
}
@keyframes _spin {
  to {
    transform: rotate(360deg);
  }
}

/* // EF --- creadcrumbs style Component */
nav[aria-label="breadcrumb"] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-box-trim: trim-both;
  position: relative;
  right: 0px;
  height: 24px;
}

[dir="ltr"] nav[aria-label="breadcrumb"] {
  left: 0px;
  right: 0;
}

.breadcrumb-content {
  background-color: var(--Background-background-primary-25);
  position: relative;
  overflow: hidden;
}

.breadcrumb-content::before {
  opacity: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/Style%20Library/EF26/assets/svgs/breadcrum-style.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 768px) {
  .breadcrumb-content::before {
    width: 50%;
    left: 0;
    -webkit-mask-image: linear-gradient(to right, black 0%, black 60%, transparent 100%);
    mask-image: linear-gradient(to right, black 0%, black 60%, transparent 100%);
  }
}
[dir="ltr"] .breadcrumb-content::before {
  transform: scaleX(-1);
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding: 0 !important;
}

/* â”€â”€â”€ Content above pattern â”€â”€â”€ */
.breadcrumb-content .container__max {
  padding-block: var(--spacing-5xl, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.breadcrumb-content h1 {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0;
  color: #111827;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url("/Style%20Library/EF26/assets/svgs/arrow-left-03.svg");
  padding: 0 0.35rem;
  color: var(--text-default-disabled);
  font-size: 0.85rem;
}

.breadcrumb-item a {
  color: var(--link-neutral);
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
}

.breadcrumb-item span {
  color: var(--text-default-disabled);
  font-weight: 400;
  line-height: 1.5;
}

.breadcrumb-item a:hover {
  color: var(--breadcrumb-link-hover);
  text-decoration: underline;
}
.ef-is-home .breadcrumb-content {
  display: none;
}

/* /// OUR progrma style  */

.our___programs .grants__tab-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.programs-section__bullets li p {
  color: var(--text-primary) !important;
}
.our___programs .grants__tab-btn {
  padding: 4px 12px;
  background: var(--background-primary-50);
  cursor: pointer;
  color: var(--text-primary-sa-flag);
  transition: all 0.25s ease;
  border-radius: var(--Radius-radius-sm);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-Text-line-heights-text-md);
}
.our___programs .grants__tab-btn:hover {
  background: var(--btn-bg-primary-200);
}
.our___programs .grants__tab-btn:active {
  background: var(--btn-bg-primary-400);
}
.our___programs .grants__tab-btn.active {
  color: var(--Text-text-oncolor-primary);
  background: var(--Background-background-primary) !important;
}
.our___programs .container__max {
  padding-block: clamp(16px, 5vw, 40px);
}
.our___programs .grants__card {
  padding-top: clamp(16px, 5vw, 40px);
}
[dir="ltr"] .programs-section__card-content .btn-primary img {
  transform: scaleX(-1);
}
.our___programs .programs-section__card-desc {
  margin-bottom: 24px;
}
.tag-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: var(--btn-bg-primary-100);
  border: 1px solid #abefc6;
  background: #ecfdf3;
  padding: 3px 8px;
  border-radius: var(--Radius-radius-sm);
  font-weight: 500;
}
.tag-text--outline {
  background: var(--background-body);
  border: 1px solid gray;
  color: #1f2a37;
  border: 1px solid var(--dl-gray-200);
}
.tag-text.tag-text--secondary {
  color: #1849a9;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-radius: var(--Radius-radius-sm);
  border: 1px solid #b2ddff;
  background: #eff8ff;
}
@media (max-width: 767px) {
  .our___programs .grants__tab-btn {
    font-size: 10px;
    padding: 2px 8px;
  }
}

.opd {
  display: grid;
  grid-template-columns: 1fr 35%;
  gap: 32px;
}
.opd.container__max {
  padding-block: clamp(16px, 5vw, 40px);
}

.opd__top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.opd .opd__main .opd__top h2{
  font-weight: 700;
}
.opd__btn {
  width: 30%;
  text-align: end;
}
.opd__top .container__max {
  padding: 0;
  margin-bottom: 16px;
  width: 100%;
}
.opd__desc {
  margin-block: 16px;
}
.opd__sla {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-primary) !important;
  line-height: var(--Line-Height-Text-line-heights-text-md) !important;
  text-decoration: none;
}
.opd__sla img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(73%) saturate(540%)
    hue-rotate(110deg) brightness(90%) contrast(90%);
}
.opd__tabs-nav {
  display: flex;
  gap: 32px;
  border-bottom: 2px solid var(--b);
  margin-top: clamp(16px, 5vw, 40px);
  margin-bottom: 24px;
}
.opd__tab-btn {
  position: relative;
  padding: 9px 12px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  font-family: var(--f);
  font-size: inherit;
  transition:
    color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    font-weight 0s;
}
.opd__tab-btn:hover {
  border-radius: 4px;
  background: var(--dl-gray-100);
}
.opd__tab-btn:active {
  background: var(--dl-gray-200);
}
.opd__tab-btn::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -2px;
  height: 3px;
  border-radius: var(--radius-full);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.opd__tab-btn:hover::after {
  background: var(--text);
  transform: scaleX(1);
}
.opd__tab-btn.on {
  font-weight: 700;
}
.opd__tab-btn.on:hover {
  background: transparent;
  border-radius: 0;
}
.opd__tab-btn.on::after {
  transform: scaleX(1);
  background: var(--text-primary);
}
.opd__tabs-body {
  position: relative;
}
.opd__panel {
  display: none;
  animation: opd-fade-in 0.45s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.opd__panel.on {
  display: block;
}
@keyframes opd-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.opd__tabs-body .opd__step {
  margin-top: 24px;
}
.opd__step ul li {
  margin-bottom: 10px;
  margin-left: 20px;
}
.opd__step-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.opd__step-desc {
  margin-block: 16px;
}
.opd__side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.opd__sc {
  overflow: hidden;
  padding: clamp(16px, 5vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--dl-gray-300);
  background: var(--Text-text-oncolor-primary);
}
.opd__sc-top,
.opd__sc-bot {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.opd__sc-top .opd__sc-row:nth-of-type(-n + 3) .opd__sc-label h3 {
  font-size: 1rem;
  line-height: var(--Line-Height-Text-line-heights-text-sm);
}
.opd__sc-row:nth-of-type(-n + 3) p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: var(--Line-Height-Text-line-heights-text-sm);
  font-weight: 400;
  color: var(--text-display) !important;
}
.opd__sc-hr {
  border: 1px solid var(--Border-border-neutral-primary);
  margin-block: 24px;
}
.opd__sc-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.opd__sc-row h3 {
  font-weight: 700 !important;
  font-size: 18px;
}
.opd__sc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: var(--btn-bg-primary-default) !important;
  line-height: var(--Line-Height-Text-line-heights-text-sm);
  text-decoration: none;
  transition: color 0.2s;
  margin-right: 31px;
}
[dir="ltr"] .opd__sc-link {
  margin-left: 31px;
  margin-right: 0;
}
.opd__side p {
  margin-right: 31px;
}
[dir="ltr"] .opd__side p {
  margin-right: 0;
  margin-left: 31px;
}
@media (max-width: 1080px) {
  .opd__sc-link {
    margin-right: 0px;
  }
  .opd__side p {
    margin-right: 0px;
  }
  .opd__top{
    align-items: start;
  }
}
.opd__sc-link:hover {
  text-decoration: underline;
  color: var(--btn-bg-primary-400);
}
.opd__sc-link:active {
  color: var(--btn-bg-primary-500) !important;
}
.opd__side .opd__sc-guide {
  margin-top: 18px;
  padding: 8px 16px;
  border-radius: var(--Radius-radius-sm);
  background: var(--dl-gray-100);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
  text-decoration: underline;
}

.opd__sc-guide:hover {
  background: var(--dl-gray-200);
}
.opd__recommend section {
  background: var(--Background-background-primary-25);
}
.opd__recommend .swiper-slide {
  height: auto;
}
.opd__recommend .programs-swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  transform: none !important;
  display: flex !important;
  justify-content: center !important;
  margin-top: 20px !important;
}
.opd__recommend .programs-section__card-content {
  justify-content: space-between;
  gap: 12px !important;
}
.opd__recommend .programs-section__card-title {
  margin-bottom: 8px;
}
.opd__recommend .programs-section__card-desc {
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.opd__recommend .programs-section__swiper {
  overflow: hidden;
  padding-bottom: 0 !important;
}
.opd__recommend .programs .container__max {
  padding-block: clamp(16px, 5vw, 40px) !important;
}
.success-icon {
  margin-bottom: 24px;
}
.opd .opd__main #pageTitle {
  margin-top: 14px;
}
.breadcrumb-content #pageTitle {
  margin-top: 14px;
}
.bottom__card__opd {
  border-radius: var(--radius-lg);
  border: 1px solid var(--Border-border-neutral-primary);
  padding: var(--Global-spacing-xl);
}
.bottom__card__opd p {
  margin-bottom: 24px;
}
.bottom__card__opd .card-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.content__bottom ol, ul{
  margin-block: 0 !important;
  padding: 0;
}
@media (max-width: 767px) {
  .opd__tabs-nav {
    gap: 12px;
  }
  .opd__tab-btn {
    font-size: 12px;
    padding: 9px 4px;
  }
  .opd {
    grid-template-columns: 1fr;
    grid-template-areas: "main" "side";
  }
  .opd__main {
    grid-area: main;
  }
  .opd__side {
    grid-area: side;
  }
}

/* <=========================media center=======================> */

/* visual identity page style css */

.visual__identity__guide {
  overflow: hidden;
}
.visual__identity__guide .description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.visual__identity__guide .description.container__max {
  padding-block: 96px;
}
.visual__identity__guide .ef__symbol-box {
  position: relative;
  background: var(--Background-background-neutral-100);
}
.visual__identity__guide .logo-img {
  width: clamp(220px, 30vw, 600px);
  height: auto;
  margin: auto;
}
.visual__identity__guide .ef__fund-logo .logo-img {
  margin-bottom: 80px;
}
.visual__identity__guide .section__heading {
  margin-bottom: 18px;
}
.visual__identity__guide .ef__symbol-box .container__max {
  padding-top: 96px;
}
.visual__identity__guide .ef__logo-left {
  padding: clamp(16px, 4vw, 80px);
  border-radius: var(--Radius-radius-xl);
  background: var(--Background-background-neutral-100);
}
.visual__identity__guide .ef__fund-logo .ef__logo-content {
  text-align: start;
}
.visual__identity__guide .ef__fund-logo .container__max {
  padding-block: 96px;
}
.visual__identity__guide .ef__fund-logo .ef__logo-download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4.296px;
  border: 1.074px solid var(--dl-gray-300);
  padding: 8px 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.776px;
}
.ef__logo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 96px;
  border-radius: var(--Radius-radius-xl, 24px);
  background: var(--Background-background-neutral-100);
}
.ef__logo-footer .ef__logo-download {
  border-radius: 4.296px;
  border: 1.074px solid var(--dl-gray-300);
  padding: 8px 18px;
}
.ef__logo-footer .section__heading {
  max-width: 50%;
}
.ef__logo-footer-baner.container__max {
  padding-top: 0;
}
.visual__identity__guide .ef__fund-logo .ef__logo-right {
  justify-content: center;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/Style%20Library/EF26/assets/svgs/arrow-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: left 12px center !important;
  background-size: 16px;
  padding-left: 36px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

[dir="ltr"] select {
  background-position: right 12px center !important;
  padding-left: unset;
  padding-right: 36px;
}
@media (max-width: 767px) {
  .ef__symbol-first {
    margin-bottom: 32px;
  }
  .ef__logo-footer .section__heading {
    max-width: 100%;
  }
  .ef__logo-left {
    margin-bottom: 32px;
  }
  .visual__identity__guide .ef__fund-logo .logo-img {
    margin-bottom: 40px;
  }
  .visual__identity__guide .ef__fund-logo .container__max {
    padding-block: 68px;
  }
  .visual__identity__guide .description.container__max {
    padding-block: 68px;
    margin-bottom: 10px;
  }
  .ef__logo-footer {
    padding-block: 68px;
    padding-inline: clamp(16px, 4vw, 80px);
  }
  .visual__identity__guide .ef__fund-logo .ef__logo-right {
    justify-content: start !important;
  }
}

/* //news detail page css style */

.nws-detail-img-wrap {
  width: 100%;
  overflow: hidden;
}
.nws-detail-section {
  position: relative;
  overflow: hidden;
}
.nws-detail-section.container__max {
  padding-block: clamp(16px, 5vw, 40px);
}
.nws-detail-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  display: block;
  border-radius: var(--Radius-radius-md) !important;
}
.nws-detail-content {
  padding-block: 34px;
}
@media (max-width: 767px) {
  .nws-detail-content {
    padding-block: 18px;
  }
}
.nws-detail-content p {
  margin-bottom: 18px;
}

.nws-detail-content p:last-child {
  margin-bottom: 0;
}
.nws-detail-body {
  margin-top: 24px;
}

.nws-related-section {
  position: relative;
  z-index: 1;
  background: var(--Background-background-primary-25);
}
.nws-related-section.container__max {
  padding-block: clamp(16px, 5vw, 40px);
}
.component-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 16px;
}

.section__heading {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0;
}

.nws-related-desc {
  font-size: 0.9rem;
  color: var(--text-display);
  margin-bottom: 32px;
  max-width: 600px;
  line-height: 1.8;
}

.view-all-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--green-primary);
  text-decoration: none;
  white-space: nowrap;
  margin-top: 4px;
}

.view-all-link:hover {
  text-decoration: underline;
}

.nws-swiper {
  width: 100%;
  overflow: hidden;
}

.nws-swiper .swiper-slide {
  height: auto;
}

.nws-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.nws-pagination.swiper-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nws-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 50%;
  transition:
    background 0.2s,
    width 0.2s;
}

.nws-pagination .swiper-pagination-bullet-active {
  background: var(--green-primary);
  width: 20px;
  border-radius: 4px;
}
.nws-detail-section .bg-circle {
  z-index: -1;
  bottom: 249px;
  right: -40px;
  transform: translate(43%, 35%);
}
.nws-detail-card {
  background: white;
}

/* //pagination style */
.pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 2rem 0;
  padding-top: 0 !important;
  flex-direction: row-reverse;
}

[dir="rtl"] .pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 2rem 0;
  padding-top: 0 !important;
  flex-direction: row-reverse;
}
[dir="rtl"] .pagination-wrap .pg-btn img {
  transform: scaleX(-1);
}
.pg-btn {
  min-width: 36px;
  height: 36px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  padding: 0 10px;
}
.pg-btn:hover {
  background: #f5f5f5;
}
.pg-btn.active {
  border-bottom: 2px solid #1d9e75;
  font-weight: 500;
}
.pg-btn.dots {
  border-color: transparent;
  cursor: default;
  color: #999;
}
.pg-btn.dots:hover {
  background: transparent;
}
.pg-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* //annual report style */

.img-frame {
  max-width: 1000px;
}
.Annual__report .Annual__report-head {
  gap: clamp(24px, 5vw, 64px);
  border-radius: var(--radius-lg);
  background: var(--Background-background-neutral-100);
  padding: 1rem;
}
.Annual__report .divider {
  border-bottom: 1px solid var(--dl-gray-300);
  margin-block: clamp(24px, 5vw, 64px);
}
.Annual__report .nws-card img {
  aspect-ratio: 1/0.8 !important;
}

/* digital library open data css */

.DL_open__data {
  position: relative;
}

.DL_open__data .section__heading {
  margin-bottom: 16px;
}
.DL_open__data .open__data-header {
  position: relative;
  margin-bottom: 24px !important;
}
.DL_open__data .open__data-header p {
  padding-bottom: 18px !important;
  margin: 0;
}
.DL_open__data .xsl__card {
  border-radius: var(--Global-spacing-xl);
  box-shadow:
    0 4px 8px -2px rgba(16, 24, 40, 0.1),
    0 2px 4px -2px rgba(16, 24, 40, 0.06);
  padding: var(--Global-spacing-xl);
  transition: 0.3s;
  background: var(--bg);
}

.DL_open__data .xsl__card:hover {
  transform: translateY(-5px);
}

.DL_open__data .file-box {
  border-radius: var(--Radius-radius-sm);
  background: var(--dl-gray-100);
  display: flex;
  padding: 9px 18px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.DL_open__data .open__data-bg-circle {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
[dir="ltr"] .DL_open__data .open__data-bg-circle {
  transform: scaleX(-1);
}
.DL_open__data .xsl__card p {
  text-align: center;
  margin: 0;
}
.DL_open__data .xsl__card .file-box {
  text-align: end;
}
.DL_open__data .xsl__card > div:first-child {
  width: 100%;
}
.DL_open__data .xls__file {
  display: flex;
  justify-content: end;
  align-items: center;
}
.open__data-footer {
  width: 50%;
  margin: auto;

  display: flex;
  padding: var(--Global-spacing-xl);
  flex-direction: column;
  gap: 58px;
  border-radius: var(--radius-lg);
  background: var(--dl-gray-100);
}
.open__data-footer .section__subheading {
  color: var(--text-primary);
  font-weight: 700;
}
.open__data-footer .link-img {
  height: 18px;
  width: 18px;
}
.DL_open__data .open__data-header .link-text {
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline !important;
}
.DL_open__data .open__data-header .link-text img {
  width: 18px;
  height: 18px;
}
@media (max-width: 1024px) {
  .DL_open__data .open__data-bg-circle {
    width: 70%;
  }
  .open__data-footer {
    width: 100%;
    gap: 32px;
  }
}

/* digital library open data form component css */

.dl-form-wrap {
  margin-top: clamp(16px, 5vw, 62px);
}
.dl-form-wrap .section__heading {
  margin-bottom: 16px;
}

.dl-form .form-label {
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  line-height: 20px;
}
.dl-form .form-label .req {
  color: var(--error);
  margin-right: 2px;
}

.dl-form .input-wrap {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}
.dl-form .input-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--text);
  transition: width 0.35s ease;
  z-index: 2;
}
.dl-form .input-wrap:focus-within::after {
  width: 100%;
}
.dl-form .btn-primary{
  margin-top: 1.5rem;
}
.dl-form .form-control,
.dl-form .form-select,
.dl-form select.form-control {
  border-radius: 4px;
  background: var(--dl-gray-100);
  padding: 8px 16px;
  border: none;
  outline: none;
  width: 100%;
  transition: background 0.2s ease;
  display: block;
}
.dl-form .form-control:focus,
.dl-form .form-select:focus,
.dl-form select.form-control:focus {
  outline: none;
  border: 1px solid var(--Border-border-neutral-primary);
  background: transparent;
}
.dl-form .form-control::placeholder {
  color: var(--dl-gray-500);
}
.dl-form textarea.form-control {
  resize: vertical;
  min-height: 90px;
  height: auto;
}

.dl-form .custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/Style%20Library/EF26/assets/svgs/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 16px;
  padding-right: 16px;
}
[dir="ltr"] .dl-form .custom-select {
  background-position: right 12px center;
}

.dl-form .phone-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.dl-form .phone-prefix {
  border: none;
  padding: 0 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  background: var(--dl-gray-100);
  transition: background 0.2s ease;
  border-top-right-radius: 4px;
}
[dir="ltr"] .dl-form .phone-prefix {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}
.dl-form .phone-wrap:focus-within .phone-prefix {
  outline: none;
  border: 1px solid var(--Border-border-neutral-primary);
  background: transparent;
}
.dl-form .phone-prefix select {
  background: transparent;
  border: none;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.dl-form .phone-prefix-arrow {
  font-size: 10px;
  pointer-events: none;
}
.dl-form .phone-input {
  flex: 1;
  border: none;
  padding: 8px 12px;
  min-width: 0;
  outline: none;
  transition: background 0.2s ease;
  background: var(--dl-gray-100);
  border-top-left-radius: 4px;
}
[dir="ltr"] .dl-form .phone-input {
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
}
.dl-form .phone-input::placeholder {
  font-size: 13px;
  color: var(--dl-gray-500);
}
.dl-form .phone-wrap:focus-within .phone-input {
  outline: none;
  border: 1px solid var(--Border-border-neutral-primary);
  background: transparent;
}

.dl-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}
.dl-form .radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.dl-form .radio-item input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--text-primary);
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
}
.dl-form .radio-item label {
  font-weight: 500;
  line-height: 24px;
}
.dl-form .radio-cols {
  padding-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
.dl-form .radio-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 576px) {
  .dl-form .radio-cols {
    grid-template-columns: 1fr;
  }
}

/* //digital library electronic participation component css */

.DL_open__data__electronic-participation
  .open__data__electronic-participation
  img {
  border-radius: var(--Radius-radius-sm);
  background: var(--dl-gray-100);
  padding: 9px 18px;
}
[dir="ltr"]
  .DL_open__data__electronic-participation
  .open__data__electronic-participation
  img {
  transform: scaleX(-1);
}
.DL_open__data__electronic-participation
  .open__data__electronic-participation
  .header__content {
  margin-bottom: clamp(24px, 5vw, 40px);
}
.DL_open__data__electronic-participation
  .open__data__electronic-participation
  .section__heading {
  margin-bottom: 18px;
}

.DL_open__data__electronic-participation
  .open__data__electronic-participation
  .topic-card {
  padding: 16px;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;

  border-radius: var(--radius-lg);
  box-shadow:
    0 4px 8px -2px rgba(16, 24, 40, 0.1),
    0 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.DL_open__data__electronic-participation
  .open__data__electronic-participation
  .topic-card:hover {
  transform: translateY(-5px);
}
.DL_open__data__electronic-participation
  .open__data__electronic-participation
  .topic-card
  .arrow-btn {
  border-radius: var(--Radius-radius-sm);
  background: var(--dl-gray-100);
  display: flex;
  padding: 9px 18px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.DL_open__data__electronic-participation
  .open__data__electronic-participation
  img.dl-logo {
  transform: none;
  border-radius: 50%;
  background: var(--background-primary-50);
  display: flex;
  width: auto;
  height: auto;
  padding: 12px;
  justify-content: center;
  align-items: center;
}

/* join us component css */

.join-us .title {
  color: var(--dl-gray-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.join-us .description {
  color: var(--text-display);
  font-style: normal;
  line-height: 24px;
}
.join-us .about-content {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .join-us .about-content {
    margin-top: 0px;
  }
}

/* about us component css */

.contact__us .opd__sc-copy-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact__us .opd__sc-copy {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  text-decoration: none;
}

.contact__us .opd__sc-copy:hover {
  opacity: 1;
}

.contact__us .opd__sc-copy::after {
  content: "Ù†Ø³Ø®";
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--text);
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.contact__us .opd__sc-copy:hover::after {
  opacity: 1;
}

.contact__us .opd__sc-copy.copied::after {
  content: "ØªÙ… Ø§Ù„Ù†Ø³Ø® âœ“";
  opacity: 1;
}
.contact__us .opd__sc-link {
  color: var(--text-primary) !important;
}

/* // footer pages components */

.fp-privacy {
  background: #fff;
  color: #1a1a1a;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.75;
}

.fp-privacy ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.fp-privacy ul li {
  position: relative;
  padding-right: 14px;
  margin-bottom: 4px;
  line-height: 1.8;
  font-size: clamp(14px, calc(13.5px + 0.2vw), 16px);
}
.fp-privacy ul li::before {
  content: "â€¢";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}
[dir="ltr"] .fp-privacy ul li::before {
  left: 0;
}
[dir="ltr"] .fp-privacy ul li {
  padding-left: 14px;
}
.fp-privacy .section__heading {
  margin-bottom: 1rem;
}
.fp-privacy .title {
  margin-bottom: 1.5rem;
}
.fp-privacy .section__subheading {
  margin-bottom: 1.5rem;
}
.fp-privacy .divider {
  border-bottom: 1px solid var(--dl-gray-300);
  margin-block: clamp(16px, 5vw, 32px);
}

.list-unstyled-li::before,
.list-unstyled-li::after {
  content: none !important;
  display: none !important;
}

/* // sitemap footer page css */

.sitemap-list,
.child-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--text-primary);
}

.sitemap-list > li.parent {
  margin-bottom: 6px;
}

.sitemap-list .parent-label {
  color: var(--text-primary);
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 16px;
  font-size: clamp(18px, calc(16px + 0.5vw), 24px);
}

.sitemap-list .parent-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1a9e75;
  margin-left: 10px;
  flex-shrink: 0;
}
[dir="ltr"] .sitemap-list .parent-label::before,
.sitemap-list .dot {
  margin-left: 0;
  margin-right: 10px;
}

.sitemap-list .child-list li {
  padding: 0px 18px;
  margin-bottom: 16px;
}

.sitemap-list .child-list li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: clamp(14px, 2vw, 18px);
  color: var(--text-primary);
  transition: color 0.15s ease;
}

.sitemap-list .dot {
  margin-left: 8px;
  color: var(--text-primary);
  text-decoration: none;
}

.sitemap-list .text {
  text-decoration: underline;
}

.sitemap-list .child-list li a:hover {
  color: var(--green-hover);
}

/* // faqs style  */

.FAQs__EF {
  padding: 40px 20px;
}

.FAQs__EF .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
  border-bottom: 3px solid var(--dl-gray-300);
}

.FAQs__EF .tab {
  padding: 12px 8px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  transition: color 0.3s ease;
}

.FAQs__EF .tab:hover {
  background: #f3f4f6;
  border-radius: 4px;
}

.FAQs__EF .tab::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0;
  height: 3px;
  background: var(--text-primary);
  transition: width 0.3s ease;
}

.FAQs__EF .tab.active {
  font-weight: 700;
}

.FAQs__EF .tab.active::after {
  width: 100%;
}

.FAQs__EF .tab.active:hover {
  background: none;
  border-radius: 0;
}

.FAQs__EF .faq-item {
  background: #fff;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--dl-gray-300);
}

.FAQs__EF .faq-question {
  padding: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.FAQs__EF .faq-answer {
  display: none;
  padding: 16px;
  border-top: 1px solid var(--dl-gray-300);
}

.FAQs__EF .icon {
  transition: transform 0.3s ease;
}

.FAQs__EF .faq-item.open .icon {
  transform: rotate(180deg);
}
.FAQs__EF .bottom__card__opd {
  margin-top: clamp(16px, 5vw, 80px);
}
@media (max-width: 768px) {
  .FAQs__EF .tab {
    font-size: 12px;
  }
}

/* //feedback component style */

.feedback___widget__ef .fb-bar {
  border-top: 2px solid #1b8354;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 26px;
  padding-inline: clamp(26px, 5vw, 80px);
}

.feedback___widget__ef .fb-bar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feedback___widget__ef .fb-bar-question {
  font-size: 14px;
  font-weight: 400;
}

.feedback___widget__ef .fb-bar-left {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .feedback___widget__ef .fb-bar-left {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .feedback___widget__ef .fb-bar-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: end;
    position: relative;
    top: 5px;
  }
  .feedback___widget__ef .fb-bar-right {
    justify-content: start;
  }
  .feedback___widget__ef .form-row {
    width: 100% !important;
  }
}
.feedback___widget__ef .fb-bar-stat {
  font-size: 13px;
}

.feedback___widget__ef .fb-bar-success {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-direction: row-reverse;
}

.feedback___widget__ef .fb-success-msg {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.feedback___widget__ef .fb-close-btn {
  display: none;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: inherit;
  padding: 0;
  position: relative;
  top: 5px;
  font-weight: 500;
}

.feedback___widget__ef .fb-close-icon {
  width: 20px;
  height: 20px;
  border: 1.5px solid #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
}

.feedback___widget__ef .fb-btn-group {
  display: flex;
  gap: 6px;
}

.feedback___widget__ef .fb-btn-yes,
.feedback___widget__ef .fb-btn-no {
  padding: 6px 20px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  color: #fff;
  background: #1B8354;
  transition: background 0.15s;
  min-width: 52px;
}

.feedback___widget__ef .fb-btn-yes:hover,
.feedback___widget__ef .fb-btn-no:hover {
  background: #166A45;
}

.feedback___widget__ef .fb-btn-yes.fb-active,
.feedback___widget__ef .fb-btn-no.fb-active {
  background: #104631;
}

.feedback___widget__ef .fb-expand-inner {
  display: flex;
  gap: 0;
  align-items: flex-start;
}

.feedback___widget__ef .fb-right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.feedback___widget__ef .fb-reason-title {
  margin-bottom: 14px;
  line-height: 1.5;
  width: 100%;
}

.feedback___widget__ef .fb-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.feedback___widget__ef .fb-checkbox-item {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  flex-direction: row;
  width: 100%;
}

.feedback___widget__ef .fb-checkbox-item input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #1d7a4e;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
}

.feedback___widget__ef .fb-gender-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.feedback___widget__ef .fb-radio-group {
  display: flex;
  gap: 14px;
  font-weight: 500;
}

.feedback___widget__ef .fb-radio-item {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.feedback___widget__ef .fb-radio-item input[type="radio"] {
  width: 15px;
  height: 15px;
  accent-color: #1d7a4e;
  cursor: pointer;
  margin: 0;
}

.feedback___widget__ef .fb-left-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 32px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .feedback___widget__ef .fb-expand-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 0;
    flex-shrink: 0;
  }
  .feedback___widget__ef .fb-left-col {
    width: 100%;
    padding: 0;
    margin-top: 1.5rem;
  }
  .feedback___widget__ef .fb-btn-yes {
    padding: 3px 11px;
  }
  .feedback___widget__ef #cross__icon {
    display: none;
    font-weight: 500 !important;
  }
}

.feedback___widget__ef .fb-comment-textarea:focus {
  border-color: #1d7a4e;
}

.feedback___widget__ef .fb-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 1rem;
  gap: 1rem;
}

.feedback___widget__ef .fb-footer-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.feedback___widget__ef .fb-footer-links a {
  color: #1b8354 !important;
  text-decoration: underline;
  cursor: pointer;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.feedback___widget__ef .fb-footer-links .fb-lnk {
  color: #1b8354 !important;
  font-size: 12px;
}

.feedback___widget__ef .lite__color {
  color: #6c737f;
}
.fb-checkbox-item.fb-reason-item span {
  font-weight: 500;
  color: #1f2a37;
}
.fb-gender-label {
  font-weight: 500;
}
.feedback___widget__ef .btn-primary {
  padding-inline: 16px;
}
.feedback___widget__ef .form-row {
  width: 50%;
}
.feedback___widget__ef .form-control {
  background: transparent;
  border-radius: var(--Radius-radius-sm);
  border: 1px solid var(--dl-gray-400);
}
.feedback___widget__ef .fb-expand-body {
  display: none;
  border: 1px solid #d4d4d4;
  border-top: none;
  padding-block: clamp(16px, 1vw, 26px);
  padding-inline: clamp(26px, 5vw, 80px);
}

@media (max-width: 768px) {
  .feedback___widget__ef .dl-form .form-row {
    margin-top: clamp(20px, 3vw, 32px) ;
  }
  .feedback___widget__ef .fb-footer-row{
    margin-top: 0;
  }
}

/* //feedback our programs */

.fb-idle-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.fb-rating-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #1a1a1a;
  white-space: nowrap;
}

.fb-rating-score {
  font-weight: 700;
}

.fb-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}

.fb-star {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.fb-star svg .star-bg {
  fill: var(--text-primary);
}
.fb-star.empty svg .star-bg {
  fill: var(--dl-gray-200);
}
.fb-star.half svg .star-bg {
  fill: url(#halfGrad);
}

.fb-rating-count {
  font-size: 13px;
  color: var(--text-secondary-paragraph);
  white-space: nowrap;
  line-height: 24px;
}

.fb-expand-body {
  display: none;
  padding: 0;
  position: relative;
}

.fb-expand-inner {
  display: flex;
  gap: 0;
}

.fb-star-picker {
  display: flex;
  gap: 6px;
}


.fb-star-picker .sp-star {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 0.1s;
}

.fb-star-picker .sp-star svg .star-bg {
  fill: var(--dl-gray-200);
}
.fb-star-picker .sp-star.active svg .star-bg,
.fb-star-picker .sp-star.hover svg .star-bg {
  fill: var(--text-primary);
}

.fb-left-col {
  flex: 1;
  padding: 20px 24px;
}
.feedback___widget__our__program.feedback___widget__ef .fb-right-col {
  gap: 1rem;
}
.feedback___widget__our__program.feedback___widget__ef .fb-bar-left {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .fb-idle-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .fb-rating-info {
    flex-wrap: wrap;
    white-space: normal;
    gap: 6px;
  }

  .fb-expand-inner {
    flex-direction: column;
  }

  .fb-footer-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .fb-footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .fb-rating-info {
    font-size: 13px;
    gap: 4px;
  }

  .fb-star {
    width: 24px;
    height: 24px;
  }

  .fb-rating-count {
    font-size: 12px;
  }

  .fb-star-picker .sp-star {
    width: 26px;
    height: 26px;
  }

  .fb-footer-row {
    padding: 12px;
  }

  .fb-footer-links {
    font-size: 12px;
  }
}

.fb-bar-success {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.fb-success-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fb-success-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fb-success-stars .ss-star {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.fb-success-stars .ss-star svg .star-bg {
  fill: var(--dl-gray-200);
}
.fb-success-stars .ss-star.filled svg .star-bg {
  fill: var(--text-primary);
}

.fb-success-msg {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  white-space: nowrap;
}

/* //search filter UI css */

.search___filter_EF .ef-search-row-wrap.input-wrap::after {
  display: none !important;
}
.search___filter_EF .dl-form .btn-primary {
  margin-top: 0;
  height: 40px;
}
.search___filter_EF .ef-search-row {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.search___filter_EF .ef-search-field {
  flex: 1;
  display: flex;
  align-items: center;
  background: transparent !important;
  border-radius: 4px !important;
  border: 1px solid #9da4ae !important;
  height: 40px;
  padding: 0 10px;
}
.search___filter_EF .ef-search-field__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #888;
  order: 2;
}
.search___filter_EF .ef-search-field__input {
  flex: 1;
  border: none;
  outline: none;
  padding: 8px 10px;
  font-size: 14px;
  background: transparent;
  order: 1;
}
.search___filter_EF .ef-search-field__input::-webkit-search-cancel-button {
  display: none;
}
.search___filter_EF .dl-form .input-wrap{
  margin-bottom: 1rem !important;
}
.search___filter_EF .dl-form .form-control,
.dl-form .form-select,
.dl-form select.form-control {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #9da4ae;
}
.search___filter_EF .fb-radio-group {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 0;
}
.search___filter_EF .fb-radio-item {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text, #333);
  margin: 0;
  user-select: none;
}
.search___filter_EF .fb-radio-item input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  accent-color: var(--primary, #2c6e49);
  flex-shrink: 0;
}

/* Results */
.search___filter_EF .results-list {
  display: flex;
  flex-direction: column;
}
.search___filter_EF .result-item {
  background: var(--bg);
  border-bottom: 1px solid var(--border, #e2e2de);
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background 0.15s;
}
.search___filter_EF .result-item:last-child {
  border: none !important;
}

.search___filter_EF .result-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.search___fih3 {
  font-size: clamp(15px, 2.5vw, 17px);
  font-weight: 500;
  color: var(--text-link, #006aab);
  text-align: right;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.15s;
}
.search___filter_EF .result-date {
  color: #6c737f;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.search___filter_EF .tag-text.tag-text--outline {
  display: inline-block;
  width: fit-content;
}
.search___filter_EF .opd__desc {
  margin: 0;
}
.search___filter_EF .section__subheading {
  color: #1b8354;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
  .search___filter_EF .description{
    color: #6C737F;
    margin-top: 2px;
  }
/* stats component UI style css */

.ef__stats_data__table .page-header {
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.ef__stats_data__table .page-title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.ef__stats_data__table .stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ef__stats_data__table .stat-icon {
  width: 46px;
  height: 46px;
  background: var(--green-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.ef__stats_data__table .stat-value {
  color: #14573a;
  font-size: clamp(28px, 4vw, 48px);
  line-height: clamp(36px, 5vw, 60px);
  font-weight: 400;
  letter-spacing: -0.96px;
}

.ef__stats_data__table .stat-label {
  color: #1f2a37;
}

.ef__stats_data__table .table-card {
  border-radius: 14px;
  border: 1px solid #d2d6db;
  overflow: hidden;
}

.ef__stats_data__table .table-card-header {
  text-align: center;
  padding: 1.2rem 20px;
}

.ef__stats_data__table .body__card {
  margin: 1rem;
  margin-top: 0 !important;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d2d6db;
}
.ef__stats_data__table .tbody-table tr:last-child {
  border-bottom: none !important;
}
.ef__stats_data__table .tbody-table {
  width: 100%;
  border-collapse: collapse;
}

.ef__stats_data__table .tbody-table tr {
  height: 64px;
  border-bottom: 1px solid #d2d6db;
}

.ef__stats_data__table .tbody-table tr:first-child {
  background: #f3f4f6;
  height: 48px;
}

.ef__stats_data__table .tbody-table tr:nth-child(odd):not(:first-child) {
  background: #f9fafb;
}

.ef__stats_data__table .tbody-table tr:nth-child(even) {
  background: #fff;
}

.ef__stats_data__table .tbody-table td,
.tbody-table th {
  padding: 10px 18px;
  width: 50%;
}

.ef__stats_data__table .tbody-table th {
  font-size: 12px;
  font-weight: 500;
  color: #384250;
  border-bottom: 1px solid #d2d6db;
}

.ef__stats_data__table .th-visits {
  border-right: 1px solid #d2d6db;
}

[dir="ltr"] .ef__stats_data__table .th-visits {
  border-left: 1px solid #d2d6db;
  border-right: none;
}

.ef__stats_data__table .stats__icons__row {
  max-width: 75%;
  margin: auto;
}

@media (max-width: 1024px) {
  .ef__stats_data__table .stats__icons__row {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .ef__stats_data__table .stat-value {
    font-size: clamp(22px, 5vw, 32px);
    line-height: clamp(28px, 6vw, 40px);
  }

  .ef__stats_data__table .table-card {
    margin-bottom: 16px;
  }

  .ef__stats_data__table .body__card {
    margin: 1rem;
    margin-bottom: 1rem;
  }
}

/* //cookies Ui design css */
 
 
.cookie-banner .container__max {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  width: min(100% - 32px, 1800px);
}
.cookie-banner {
  display: none;
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  background: #ffffff;
  border-top: 1px solid #d2d6db;
  box-shadow: 0 -8px 24px rgba(16, 24, 40, 0.12);
  padding: 0;
}
 
    .cookie-banner .cookie-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 12px;
    }
 
    .cookie-banner .cookie-title {
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: -0.01em;
    }
 
    .cookie-banner .cookie-icon {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
    }
 
    .cookie-banner .close-btn {
      width: 30px;
      height: 30px;
      border: none;
      background: none;
      cursor: pointer;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #555;
      transition: background 0.15s;
      padding: 0;
    }
 
    .cookie-banner .close-btn:hover {
      background: #f2f2f2;
    }
 
    .cookie-banner .close-btn svg {
      width: 18px;
      height: 18px;
    }
 
    .cookie-banner .privacy-link {
      display: inline-block;
      color: #1B8354 !important;
      text-decoration: none;
      margin-bottom: 18px;
      transition: color 0.15s;
      display: block;
    }
 
    .cookie-banner .btn-group {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
 
    .cookie-banner .btn-manage {
      background: none;
      border: none;
      font-weight: 600;
      padding: 8px 20px;
      font-size: 13.5px;
    }
 
    .cookie-banner .toast {
      display: none;
      margin-top: 12px;
      padding: 10px 14px;
      border-radius: 6px;
      font-size: 13px;
      text-align: center;
      background: #e6f5ef;
      color: #0f4a30;
      border: 1px solid #a3d9be;
    }
.cookie-banner .btn-group button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookie-banner .btn-manage{
    font-weight: 500;
    font-size: .9rem;
}
.cookie-banner .opd__desc{
    color: #384250;
}
 @media (max-width: 767px) {
  .cookie-banner .container__max {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .cookie-banner .cookie-title {
    font-size: 1rem;
  }

  .cookie-banner .opd__desc {
    font-size: 13px;
    line-height: 22px;
  }
}