
@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('/public/argon/fonts/Bahij/BahijTheSansArabic-Plain.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('/public/argon/fonts/Bahij/BahijTheSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('/public/argon/fonts/Bahij/Bahij_TheSansArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }



body {
    font-family: 'Bahij TheSansArabic', sans-serif !important;
}
body:lang(ar) {
    direction: rtl;
    text-align: right;
}
.phone-number:lang(ar){
    direction: ltr;
}
.form-select{
    background: none !important;
}
/* For English (ltr) */
body:lang(en) {
    direction: ltr;
    text-align: left;
}
/* في الصفحات العربية (اتجاه RTL) */
html:lang(ar) .phone-number {
    direction: ltr;       /* الأرقام تظهر LTR حتى في النصوص العربية */
    text-align: right;    /* المحاذاة لليمين لتتناسب مع السياق العربي */
}

/* في الصفحات الإنجليزية (اتجاه LTR) */
html:lang(en) .phone-number {
    direction: ltr;       /* نفس الاتجاه (طبيعي) */
    text-align: left;     /* محاذاة لليسار */
}
.custom-button {
    background-color: #266f76;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    transition: 0.2s ease-in-out;
    border-radius: 48px;
    width: fit-content;
}
.custom-button:hover {
    text-decoration: none;
    background-color: #18555a !important;
}
.customlabel {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #012626;
    margin: 0;
}
.customh2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 55px;
    color: #333333;
    margin-top: 8px;
    margin-bottom: 0;
}

.customParagraph {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #4a4a4a;
    margin: 0;
}

.homepage img {
    width: 100%;
    height: 100%;
}
img.theProjectLogo{
    width: 170px;
    height: 34px;
}
.header-navbar {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 16px;
    top: 40px !important;
}

.header-navbar .container-fluid {
    background-color: white;
    border-radius: 40px;
    padding: 20px;
    box-shadow: 0px 4px 24px 4px #0000000f;
}

/* Menu Items */

.header-navbar .menu-items {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header-navbar .menu-items a {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.header-navbar .menu-section .buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}
/* Language dropdown */

.header-navbar .menu-section .buttons .language-box .web-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: black;
}
/* login button */

.header-navbar .menu-section .buttons .login-btn {
    background-color: #266f76;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    transition: 0.2s ease-in-out;
    border-radius: 48px;
    white-space: nowrap;
    overflow: hidden;    
    text-overflow: ellipsis; 
}
.header-navbar .menu-section .buttons .login-btn:hover {
    text-decoration: none;
    background-color: #18555a !important;
}

@media (max-width: 991px) {
    .header-navbar {
        top: 24px !important;
    }
    .header-navbar .menu-items {
        display: none;
    }
    .header-navbar .container-fluid {
        padding: 16px;
    }
}

/* Homepage */
.grid {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}

.homepage {
    position: relative;
}
.homepage .vector {
    position: absolute;
    left: 0;
    top: 0;
}
body.en .homepage .vector {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
/* Hero Section */
.homepage .hero-section-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 226px;
}

.homepage .hero-section-home .text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 611px;
}

.homepage .hero-section-home .text h1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 60px;
    color: #333333;
}
/* .homepage .hero-section-home .paragraph {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #4a4a4a;
} */
.homepage .hero-section-home .categories {
    display: flex;
    align-items: center;
    gap: 4px;
}
.homepage .hero-section-home .categories .single {
    min-height: 105px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 5 - 2px);
    box-shadow: 0px 2px 15px 0px #1b1c1d0d;
    flex-direction: column;
    gap: 8px;
    color: #7e7e7e;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-size: 14px;
}
.homepage .hero-section-home .categories .single p {
    margin: 0;
    font-weight: 500;
    color: #4a4a4a;
}
.homepage .hero-section-home .categories .single:hover,
.homepage .hero-section-home .categories .single.active {
    color: #266f76 !important;
    border: 1px solid #266f76;
}
.homepage .hero-section-home .categories .single:hover p,
.homepage .hero-section-home .categories .single.active p {
    color: #266f76 !important;
}

.homepage .hero-section-home .image {
    width: calc(100% - 611px - 80px);
}

@media (max-width: 1200px) {
    .homepage .hero-section-home .text,
    .homepage .hero-section-home .image {
        width: calc(50% - 20px);
    }
}

@media (max-width: 991px) {
    .homepage .hero-section-home {
        flex-direction: column;
        gap: 20px;
        padding-top: 110px;
    }
    .homepage .hero-section-home .text,
    .homepage .hero-section-home .image {
        width: 100%;
        text-align: center;
    }
    .homepage .hero-section-home .text h1 {
        font-size: 38px;
        line-height: 55px;
        text-align: center;
    }
    .homepage .hero-section-home .categories {
        gap: 12px;
        overflow-x: auto;
    }
    .homepage .hero-section-home .categories::-webkit-scrollbar {
        display: none;
    }
    .homepage .hero-section-home .categories .single {
        min-height: 102px;
        font-size: 12px;
        flex: 0 0 90px;
    }
    .homepage .hero-section-home a {
        margin: 0 auto;
    }
}

/* Aboutus Section */

.homepage .about-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 150px;
}

.homepage .about-section .text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 609px;
}

/* .homepage .about-section .text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #4a4a4a;
    margin: 0;
} */

.homepage .about-section .image {
    width: calc(100% - 609px - 129px);
}

@media (max-width: 1200px) {
    .homepage .about-section .text,
    .homepage .about-section .image {
        width: calc(50% - 20px);
    }
}

@media (max-width: 991px) {
    .homepage .about-section {
        flex-direction: column;
        gap: 24px;
        margin-top: 80px;
    }
    .homepage .about-section .text,
    .homepage .about-section .image {
        width: 100%;
        gap: 16px;
    }

    .homepage .about-section a {
        margin: 0 auto;
    }
}

/* Our services section */

.ourservices-section {
    padding: 80px 0;
}

#main-content {
    display: none !important;
}

.ourservices-section .categories {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.ourservices-section .categories .single {
    box-shadow: 0px 4px 24px -62px #0000000f;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: 0.2s ease-in-out;
    width: calc(100% / 3);
}
.ourservices-section .categories .single.active {
    border: 1px solid #329c95;
    background: linear-gradient(90deg, #fefefe 0%, #f7fcfa 100%);
}

.ourservices-section .categories .single .icon {
    max-height: 60px;
}
.ourservices-section .categories .single .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ourservices-section .categories .single h3 {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    margin: 0;
}

.ourservices-section .categories .single p {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin: 0;
}

@media (max-width: 1100px) {
    .ourservices-section .categories .single {
        width: calc(100% / 2);
    }
}

@media (max-width: 767px) {
    .ourservices-section .categories .single {
        width: 100%;
    }
    .language-box {
        display: block !important;
    }
}

.partnership-section {
    background: var(--Background, #f9fdfa);
    padding: 85px 0;
    position: relative;
}

.partnership-section .purple-circle {
    position: absolute;
    right: 0;
    top: 0;
}
body.ar .partnership-section .purple-circle {
    left: 0;
    right: auto;
}

.partnership-section .categories {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.partnership-section .categories .single {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 40px;
    background-color: white;
    border: 1px solid transparent;
    transition: 0.2s ease-in-out;
    position: relative;
    border-radius: 24px;
    width: calc(100% / 3 - 14px);
}

.partnership-section .categories .single.active {
    background: linear-gradient(90deg, #fefefe 0%, #f7fcfa 100%);
    border: 1px solid #329c95;
}

.partnership-section .categories .single .icon {
    width: 60px;
}

.partnership-section .categories .single .icon img {
    object-fit: contain;
}

.partnership-section .categories .single span {
    color: #f6f8ff;
    font-size: 130px;
    font-weight: bold;
    position: absolute;
    width: fit-content;
    height: fit-content;
    inset: 0;
    margin: auto;
    /* z-index: -1; */
}

.partnership-section .categories .single h3 {
    font-weight: 500;
    font-size: 26px;
    color: #333333;
    margin: 0;
    position: relative;
}

.partnership-section .categories .single p {
    font-weight: 500;
    font-size: 16px;
    color: #4a4a4a;
    margin: 0;
    position: relative;
}

@media (max-width: 1200px) {
    .partnership-section .categories .single {
        padding: 20px;
    }
}

@media (max-width: 1100px) {
    .partnership-section .categories .single {
        width: 100%;
    }
}

.role-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 77px 0;
}

.role-section .text {
    width: calc(100% - 580px - 70px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.role-section .text ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #4a4a4a;
    margin-top: 20px !important;
    margin-bottom: 0;
}

.role-section .text ul li {
    font-size: 16px;
    position: relative;
    padding-left: 10px;
}

body.ar .role-section .text ul li {
    padding-right: 10px;
    padding-left: 0;
}
.role-section .text ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4a4a4a;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body.ar .role-section .text ul li::before {
    left: auto;
    right: 0;
}

.role-section .text ul li span {
    font-weight: 500;
}

.role-section .images {
    width: 580px;
}

.role-section .images .single {
    box-shadow: 0px 4px 20px 0px #0000000d;
    padding: 20px;
    width: calc(100%/2 - 10px);
}

.role-section .images .single .first {
    display: flex;
    justify-content: space-between;
}

.role-section .images .single .first h3 {
    font-weight: 500;
    font-size: 14px;
    color: #636363;
    margin: 0;
}

.role-section .images .single .first span {
    font-weight: 600;
    font-size: 22px;
    color: #636363;
}

.role-section .images .single .box {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
} 

.role-section .images .single .box img {
    width: 20px;
    height: auto;
 } 
.role-section .images .single.green .box {
    background: #266F76;
}

.stat-box {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
  }
  .icon-circle img {
    width: 28px;
    height: 28px;
  }
  .stat-header {
    font-size: 14px;
    font-weight: 500;
  }
  .stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #333;
  }
  .stat-change {
    font-size: 10px;
    font-family: 'Bahij TheSansArabic', sans-serif;
    font-weight: 700;
    line-height: 12px;
  }
  .stat-description {
    font-size: 12px;
    font-weight: 500;
  }
  .sparkline-img {
    width: 90px;
    height: auto;
  }
  .btn-custom {
    padding: 10px 40px;
    border-radius: 48px;
    background-color: #266F76;
    color: white;
    font-size: 16px;
    font-weight: 500;
  }
  img.sparkline-img {
    width: 100px !important;
    height: 50px;
  }

  .row.g-3 > .col-6:nth-child(2),
  .row.g-3 > .col-6:nth-child(4) {
      position: relative;
      top: -40px;
      z-index: 1;
  }
  
  .row.g-3 {
      margin-bottom: -150px;
  }

  .sparkline-average{
    background-color: #f9fdfa;
    width: 49px;
    height: 20px;
  }
  

  .slider-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    cursor: grab;
    scroll-behavior: smooth;
  }
  .slider-wrapper:active {
    cursor: grabbing;
  }
  
  .sector-card {
    position: relative;
    width: 413px;
    height: 312px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  .sector-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
  }
  
  .sector-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.64), rgba(16, 125, 88, 0.8));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .sector-card:hover .sector-overlay {
    opacity: 1;
  }
  
  .icon-and-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  
  .line-horizontal {
    width: 8.8px;
    height: 1.76px;
    background: white;
  }
  
  .icon-placeholder {
    width: 56.3px;
    height: 58px;
    background: white;
  }
  
  .dot {
    width: 1.76px;
    height: 3.52px;
    background: white;
  }
  
  .label {
    color: white;
    font-size: 22px;
    font-family: 'Bahij TheSansArabic', sans-serif;
    font-weight: 500;
    text-align: center;
  }
  .slider-wrapper {
    scrollbar-width: none;         /* Firefox */
    -ms-overflow-style: none;      /* Internet Explorer and Edge */
  }
  
  .slider-wrapper::-webkit-scrollbar {
    display: none;                 /* Chrome, Safari, Opera */
  }  


  











  .contact-section {
    width: 100%;
    position: relative;
    background: white;
    overflow: hidden;
}

.green-curve {
    width: 400px;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
    background: #F9FDFA;
    border-top-right-radius: 270.44px;
    border-bottom-right-radius: 270.44px;
}

.form-input {
    border: none;
    border-bottom: 1px solid #333;
    padding: 15px 20px;
    width: 100%;
    border-radius: 0;
}


.submit-btn {
    background: #266F76;
    color: white;
    padding: 14px 100px;
    border-radius: 30px;
    border: none;
}

.contact-icon {
    width: 48px;
    height: 48px;
    background: #266F76;
    border-radius: 11.53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-icon {
    width: 26px;
    height: 17px;
    background: white;
}

.phone-icon {
    position: relative;
    width: 25px;
    height: 25px;
}

.phone-icon::before,
.phone-icon::after {
    content: '';
    position: absolute;
    background: white;
}

.phone-icon::before {
    width: 23px;
    height: 23px;
    top: 1px;
}

.phone-icon::after {
    width: 7px;
    height: 7px;
    left: 12px;
    top: 4px;
}


.section-title {
    font-size: 20px;
    line-height: 35px;
    color: #012626;
    font-weight: 700;
}

:root {
    --Colors-Primary-300: #329C95;
    --Colors-Primary-400: #266F76;
    --Colors-Neutral-900: #4A4A4A;
    --Colors-Neutral-1000: #333333;
}

.brand-logo {
    font-family: "Bahij TheSansArabic";
    font-style: italic;
    font-weight: 800;
    font-size: 36px;
    color: var(--Colors-Primary-400);
}

.section-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #2f7c7b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}



hr{

  border: none;         /* Remove default border */
  height: 1px;          /* Set thickness of the line */
  background-color: #329C95 !important; /* Set line color */
}
a.Contact.text-decoration-none{
  color:#329C95;
}

footer  p{
    color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding-top: 15px;
}

.quick-links a, .sectors a{
color: var(--Colors-Neutral-1000, #333) !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.section-title {
    color: #012626;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }
 
  .feature-box {
    background: linear-gradient(90deg, #FEFEFE 0%, #F8FCF7 100%);
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
  }
  .feature-title {
    font-size: 22px;
    font-weight: 500;
  }
  .feature-desc {
    font-size: 14px;
    font-weight: 500;
  }
  .btn-primary-custom {
    background-color: #266F76;
    color: white;
    border-radius: 48px;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 500;
  }
  .btn-primary-custom:hover{
    color: white;
  }

  /* .container, .contact-section{
      padding-right: 3rem;
  }
  Hero Section Background Shape */
  .hero-section {
      width: 100%;
      height: 320px;
      background-color: #f7fdfa;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
  }

  .bg-shape {
      position: absolute;
      top: 0;
      width: 400px;
      height: 305px;
      background: #F6F8FF;
      z-index: 0;
      transition: all 0.3s ease;
  }

  /* RTL (Arabic) - Shape on left */
  html[lang="ar"] .bg-shape {
      left: 0;
      right: auto;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
  }

  /* LTR (English) - Shape on right */
  html[lang="en"] .bg-shape {
      right: 0;
      left: auto;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
  }
 
  .header-section { 
      position: relative;
      z-index: 1;
      padding-right: 3rem;
  }

  .main-title {
   align-self: stretch;
   color: var(--Colors-Neutral-900, #4A4A4A);
   font-family: 'Bahij TheSansArabic', sans-serif;
   font-size: 38px;
   font-style: normal;
   font-weight: 500;
   line-height: 55px;
   margin-top: 100px !important;
  }
  .h3, h3{
    align-self: stretch;
    color: var(--Colors-Neutral-900, #4A4A4A);
    font-family: "Bahij TheSansArabic";
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
  }
  .faq-section .accordion-item{
    display: flex;
    padding: 20px;
    border-radius: 24px;
    background: var(--Background, #F9FDFA);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }
  .sub-title {
  color: var(--Colors-Neutral-900, #4A4A4A);
  font-family: "Bahij TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  }
 
  .faq-section {
      background-color: #fff;
  }
  .faq-section .section-title {
color: var(--Colors-Primary-500, #012626);
font-family: "Bahij TheSansArabic";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 25px;
  }
  .faq-section .main-heading {
      color: #4A4A4A;
      font-size: 34px;
      font-weight: 500;
      line-height: 52px;
  }
  .faq-section .accordion-button {
      font-size: 18px;
      font-weight: 500;
      color: #4A4A4A;
      text-align: inherit;
      flex-grow: 1;
  }
  .faq-section .accordion-button:not(.collapsed) {
      background-color: #F9FDFA;
      color: #012626;
  }
  .faq-section .accordion-body {
 align-self: stretch;
 color: var(--Colors-Neutral-900, #4A4A4A);
 font-family: "Bahij TheSansArabic";
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
  }
  .faq-section .accordion-item {
      border: 1px solid #E8E8E8;
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 10px;
  }
  .faq-section .accordion-button::after {
      display: none;
  }
  accordion-button collapsed:active{
    border: none;
  }
  .faq-section .custom-icon {
      margin-right: 5px;
      margin-left: 5px;
  }

  .faq-section .accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

.accordion-header {
    display: flex;       
    align-items: center;   
    justify-content: space-between; 
    width: 100%;           
}
.accordion-button {
    flex: 1;  
}
.custom-icon {
    margin-left: auto; 
}

  @media (min-width: 768px) {
  .w-md-25 {
      width: 25% !important;
  }
  }

  
  .Our-Vision {
      border: 1px solid #ddd;
      padding: 10px 15px;
      border-radius: 10px;
  }
  
  .Our-Vision hr {
      color: #ddd;
      background-color: #ddd !important;
      margin-top: 1rem;
      margin-bottom: 1rem;
  }
  @media (min-width: 768px) {
  .w-md-25 {
      width: 25% !important;
  }
  }

      .hero-section {
      width: 100%;
      height: auto;
      background-color: #f7fdfa;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      padding-bottom: 50px;
  }

  .bg-shape {
  position: absolute;
  top: 0;
  width: 400px;
  height: 305px;
  background: #F6F8FF;
  z-index: 0;
  transition: all 0.3s ease;
  }

  /* RTL (Arabic) - Shape on left */
  html[lang="ar"] .bg-shape {
  left: 0;
  right: auto;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  }

  /* LTR (English) - Shape on right */
  html[lang="en"] .bg-shape {
  right: 0;
  left: auto;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  }

  .header-section {
      position: relative;
      z-index: 1;
  }
  .faq-section .accordion-button{
    color: var(--Colors-Neutral-900, #4A4A4A);
    font-family: "Bahij TheSansArabic";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

 

  @media (min-width: 768px) {
  .w-md-25 {
      width: 25% !important;
  }
  }
  .contact-details{
      background-color: #f7fdfa;
      border-radius: 22px; 
  }
  .contact-details .col-md-4{
      padding: 10px;
  }
  .accordion-item{
    display: flex;
    padding: 10px 30px 10px 10px;
    border-radius: 8px;
    border: 1px solid var(--Colors-Neutral-200, #E8E8E8);
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
border: 1px solid var(--Colors-Neutral-200, #E8E8E8);
  }
  .accordion-header{
    color: var(--Colors-Neutral-900, #4A4A4A);
    font-family: "Bahij TheSansArabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-align: inherit !important;
  }
  .accordion-button{
    text-align: inherit !important;
    color: var(--Colors-Neutral-900, #4A4A4A);
    font-family: "Bahij TheSansArabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
  }
  .accordion-body p{
    align-self: stretch;
    color: var(--Colors-Neutral-900, #4A4A4A);
    font-family: "Bahij TheSansArabic";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
  }
  a.web-menu.nav-link{
    display: flex;
        gap: 10px;
}
@media (max-width: 500px){
    body , p , .customParagraph{
        color: var(--Colors-Neutral-900, #4A4A4A);
     
        
        /* Global Tokens/Body/B-3 */
        font-family: "Bahij TheSansArabic";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    h2, .customh2 {
        align-self: stretch;
        color: var(--Colors-Neutral-1000, #333);
        font-family: "Bahij TheSansArabic";
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 52px;
    }
    .ourservices-section .categories .single h3{
        align-self: stretch;
        color: var(--Colors-Neutral-1000, #333);
        font-family: "Bahij TheSansArabic";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .ourservices-section .categories .single p{
        align-self: stretch;
        color: var(--Colors-Neutral-900, #4A4A4A);
        font-family: "Bahij TheSansArabic";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .customlabel{
        color: var(--Colors-Primary-500, #012626);
        font-family: "Bahij TheSansArabic";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
    }
    .partnership-section .categories .single h3{
        color: var(--Colors-Neutral-1000, #333);
        font-family: "Bahij TheSansArabic";
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .partnership-section .categories .single p{
    
        color: var(--Colors-Neutral-900, #4A4A4A);
        font-family: "Bahij TheSansArabic";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .main-heading{
        color: var(--Colors-Neutral-1000, #333);
        font-family: "Bahij TheSansArabic";
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 52px;
    }

    footer{
        text-align: center !important;
    }

    footer .text-muted{
      
        color: var(--Colors-Neutral-900, #4A4A4A);
        font-family: "Bahij TheSansArabic";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        text-align: center !important;
    }

    footer .d-flex{
        align-items: center !important;
    }

    footer .section-title{
        color: var(--Colors-Neutral-1000, #333);
        font-family: "Bahij TheSansArabic";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        text-align: center;
        padding-bottom: 0 !important;
    }
    .quick-links a, .sectors a{
        color: var(--Colors-Neutral-1000, #333) !important;
        font-family: "Bahij TheSansArabic";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .quick-links{
        margin: 40px 0 !important;
    }

    .sub-title{
            align-self: stretch;
            color: var(--Colors-Neutral-900, #4A4A4A);
            font-family: "Bahij TheSansArabic";
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
    }

    .faq-section .accordion-body{
        align-self: stretch;
        color: var(--Colors-Neutral-900, #4A4A4A);
        font-family: "Bahij TheSansArabic";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .faq-section .accordion-button{
        color: var(--Colors-Primary-500, #012626);
        font-family: "Bahij TheSansArabic";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .main-heading{
        align-self: stretch;
        color: var(--Colors-Neutral-900, #4A4A4A);
        font-family: "Bahij TheSansArabic";
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    form{
        margin: 40px 0 !important;
    }
    .header-navbar .menu-section .buttons{
        display: flex;
                gap: 15px;
                flex-direction: column;
                padding-top: 15px !important;
                align-content: flex-start;
                align-items: flex-start;
    }
    .header-navbar .menu-items{
        gap: 5px !important;
    }

    /* .homepage .about-section{
        text-align: right !important;
    } */
.ar .navbar-collapse .collapse-close{
    text-align: left !important;
}
.sectors{
    display: none;
}
.navbar-collapse .collapse-brand img{
    display: none;
}

}