:root {
    --the-white: #fff;
    --the-blue: #0C5075;
    --the-grey: #231F20;
    --the-light-blue: #6BAFCC;
    --the-light-grey: #F4F4F4;
    --the-black: #242B3B;
    --the-gradient: linear-gradient(90deg, #6DAECC 0%, #9CC6DF 100%);
    --the-blue-gradient: rgba(78, 109, 188, 0.7);
    --the-image-gradient: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(36, 43, 59, 0.5) 50%, rgba(36, 43, 59, 0.8) 75%, rgba(36, 43, 59, 0.9) 100%);
}

@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*Font icons*/

@font-face {
  font-family: 'maisha';
  src: url('font/maisha.eot?73214789');
  src: url('font/maisha.eot?73214789#iefix') format('embedded-opentype'),
       url('font/maisha.woff2?73214789') format('woff2'),
       url('font/maisha.woff?73214789') format('woff'),
       url('font/maisha.ttf?73214789') format('truetype'),
       url('font/maisha.svg?73214789#maisha') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'maisha';
    src: url('../font/maisha.svg?73214789#maisha') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "maisha";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before { content: '\e800'; } /* '' */
.icon-Plus:before { content: '\e801'; } /* '' */
.icon-right-big:before { content: '\e802'; } /* '' */
.icon-left-big:before { content: '\e803'; } /* '' */
.icon-right-up:before { content: '\e804'; } /* '' */
.icon-instagram:before { content: '\e805'; } /* '' */
.icon-linkedin:before { content: '\e806'; } /* '' */
.icon-X:before { content: '\e807'; } /* '' */
.icon-right-down:before { content: '\e808'; } /* '' */
.icon-play:before { content: '\e809'; } /* '' */
.icon-right-small:before { content: '\e80a'; } /* '' */
.icon-email:before { content: '\e80b'; } /* '' */
.icon-home:before { content: '\e80c'; } /* '' */
.icon-search:before { content: '\e80d'; } /* '' */
.icon-location:before { content: '\e80e'; } /* '' */
.icon-close:before { content: '\e80f'; } /* '' */
.icon-phone:before { content: '\e810'; } /* '' */
.icon-minus:before { content: '\e811'; } /* '' */



/*------------------------------------------------------------*/
html,
body,
a,
p,
ul,
li {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

.the-body-content {
    margin-bottom: 6em;
}

iframe {
	min-height: 550px;
    border-radius: 10px !important;
    overflow: hidden;
}
.the-h2-center h2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5em;
    margin-top: 3em;
    position: relative;
    text-transform: uppercase;
    font-family: 'saira' !important;
    font-weight: 500;
    font-size: clamp(1.4rem, 4.5vw, 2.2em);
}

.row {
    width: 100% !important;
}

/* .the-h2-center h2 {
	font-family: "Platypi", serif !important;
} */

iframe {
    width: 100%;
    margin-bottom: 2em;
    height: 100%;
}

p {
    font-size: 18px !important;
}

a:hover {
    text-decoration: none !important;
}

.container {
    max-width: 90%;
}

button {
    outline: none !important;
}

/*--------------------------*/

.the-body-content {
    overflow: hidden;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth !important;
}

ul {
    padding: 0;
}


li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.the-body-content ul li {
    position: relative;
    list-style-position: inside;
    list-style: none;
    font-size: 1.1em;
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}


a {
    color: var(--the-black);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: var(--the-blue);
}

a img {
    transition: 500ms;
}

a img:hover {
    opacity: 0.8;
    transform: translateY(5px);
}


/* LOgo */

.log img {
    width: 270px;
}

.color-logo {
    display: none;
}

.sticky .color-logo {
    display: block;
}

.sticky .black-logo {
    display: none;
}

.main-logo img {
    max-height: 85px;
}

/*---------Banner----------*/

.banner-flex {
    display: grid;
    gap: 4em;
    grid-template-columns: 2fr 3fr;
    width: 100%;
    align-items: center;
}
.the-banner-all-site-title h2 {
	color: var(--the-blue);
}
/* Mobile / small screens */
@media (max-width: 768px) {
    .banner-flex {
        grid-template-columns: 1fr;
        /* stack columns */
        gap: 2em;
        /* smaller gap for mobile */
        text-align: center;
        /* optional: center content */
    }
}

.banner-caption {
    padding-top: 3em;
    padding-bottom: 3em;
}
.the-banner-all-site-title {
	margin-bottom: 2em;
}
.banner-flex {
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 2em;
	position: relative;
	top: -120px;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: -2em;
}

/*.mk-bgimg {*/
/*	position: relative;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	margin: 143px 0 40px 0;*/
/*	height: 510px;*/
/*	background-color: var(--the-dark-gray);*/
/*}*/
.page-intro {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
    color: #eaeaea;
}

.the-banner-title {
    position: relative;
}

@media (min-width: 800px) {
    .the-banner-title::after {
        content: "";
        position: absolute;
        border-right: 1px solid #ADB5BD;
        height: 100%;
        right: 0;
    }
}

.the-banner-title h2,
.need-assistance h2 {
    color: var(--the-light-blue);
    display: inline-block;
    font-weight: 600;
    font-size: clamp(28px, 5vw, 50px);
}

.container.banner {
    position: relative;
    margin-bottom: 5em;
}

.mk-bgimg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 0 40px 0;
    height: 500px;
    background-color: var(--the-dark-gray);
}

.page-intro {
    color: var(--the-black);
}

.banner-flex {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 2em;
}

.mk-bgimg .container {
    display: flex;
    height: 100%;
    align-items: center;
}

.mk-bgimg h2 {
    color: var(--the-white);
    font-weight: 400 !important;
}

.mk-bgimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* .ms-caption {
      position: absolute;
      z-index: 8;
      top: 35%;
  } */

.actual-bread {
    position: relative;
    z-index: 8;
    top: -14em !important;
    background: transparent;
    margin-bottom: -5em;
    /* padding: 10px 0px 0 45px; */
}

.mk-page-title {
    color: var(--the-white);
    font-weight: 400;
}

.breadcrumb {
    color: var(--the-orange);
    font-weight: 600;
}

.breadcrumb a {
    color: var(--the-black);
    font-weight: 300;
}

.breadcrumb .icon-right-arrow {
    color: var(--the-black);
}

.ms-caption {
    margin-bottom: 0em;
    position: absolute;
    top: 50%;
    /* text-align: center; */
    display: block;
    /* width: 100%; */
    /* left: 0; */
}

.mk-page-title .dot {
    position: relative;
    top: -9px;
}

.ms-caption li {
    list-style: disc;
    color: var(--the-gray);
    list-style-position: inside;
}

.mk-page-title .dot::after {
    content: "";
    background: var(--the-orange);
    height: 9px;
    width: 9px;
    display: inline-block;
    color: var(--the-orange);
    position: absolute;
    bottom: 6px;
    left: 2px;
}


/* .ms-caption span {
      font-size: 4em;
  } */

.mk-page-title {
    font-size: 1.2em;
    font-weight: 400;
    color: var(--the-white);
}

.page-intro {
    font-size: 20px !important;
}

/*
  .mk-bgimg {
      filter: brightness(80%);
  }
  */

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}


/*--------------------------*/


/*for banner image*/

.the-actual-img {
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 40px 0;
    height: 500px;
    width: 100%;
    /* z-index: 9 !important; */
    top: 35%;
    right: 5%;
}

.mk-bgimg {
    position: relative;
}


/*-------------------------*/



/* Slider */
.slider-parallax {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slider-parallax::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    /* optional overlay */
    z-index: 1;
}

.slider-content-wrapper {
    position: relative;
    z-index: 2;
    /* text stays above background */
}

#homeSlider .item {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.slider-captionn h2 {
    font-size: 4em;
    color: var(--the-white);
}

#homeSlider .item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* #homeSlider {
	margin-bottom: 4em;
} */
.slider-content-wrapper {
    position: absolute;
    top: 20%;
    width: 37%;
    z-index: 2;
}

.slider-link a {
    color: var(--the-white);
    transition: 300ms;
    display: inline-block;
    margin-top: 4em;
    border: 2px solid var(--the-white);
    padding: 20px 30px;
    border-radius: 50px;
    position: relative;
    font-weight: 600;
}

.slider-link a:hover,
.about-us-body .title-link-to-more a:hover {
    background: var(--the-black);
    border-color: var(--the-black);
}

.slider-link a::before {
    content: '\e80a';
    font-family: 'maisha';
    position: relative;
    margin-right: 10px;
}

/* Optional responsive tweaks */
@media(max-width: 600px) {
    .slider-content-wrapper {
        width: 90%;
        top: 30%;
    }
}

.slider-captionn h2 {
    font-size: 4em;
    /* default for large screens */
    color: var(--the-white);
}

/* Large tablets / small desktops */
@media (max-width: 1200px) {
    .slider-captionn h2 {
        font-size: 3.2em;
    }
}

/* Tablets / landscape phones */
@media (max-width: 992px) {
    .slider-captionn h2 {
        font-size: 2.5em;
    }
}

/* Mobile phones */
@media (max-width: 600px) {
    .slider-captionn h2 {
        font-size: 1.8em;
        line-height: 1.2;
    }
}


/*Pagenation*/
.pagination {
    justify-content: flex-end;
}

.pagination span,
.pagination a {
    border-radius: 5px;
    font-size: 15px;
    background: var(--the-main-blue);
    color: var(--white);
    padding: 5px 10px;
    margin: 5px 5px 30px;
}

.pagination span:hover,
.pagination a:hover {
    background: var(--the-black);
}

.pagination .current {
    background: var(--the-black) !important;
}


/* COntact us */
@media(min-width: 901px) {
    .wpcf7-form.init {
        padding-left: 6em;
    }
}

.contact p::before {
    content: '\e810';
    font-family: 'maisha';
    font-size: 2em;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.email p::before {
    content: '\e80b';
    font-family: 'maisha';
    font-size: 2em;
    margin-right: 13px;
}

.head-office p::before {
    content: '\e80e';
    font-family: 'maisha';
    font-size: 2em;
    margin-right: 10px;
}

.contact p,
.email p,
.head-office p {
    display: flex;
    align-items: center;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.need-assistance h2 {
    margin-bottom: 1em;
}

.need-assistance p {
    font-weight: 600;
    line-height: 1;
    font-size: clamp(22px, 4.5vw, 39px) !important;
}

.wpcf7-form-control.wpcf7-text {
    border: none;
    border-bottom: 2px solid var(--the-grey);
    height: 2.5em;
    width: 100%;
}

.wpcf7-form-control.wpcf7-textarea {
    border: none;
    border-bottom: 2px solid var(--the-grey);
    width: 100%;
}

.wpcf7-form-control.wpcf7-select {
    border: none;
    border-bottom: 2px solid var(--the-grey);
    width: 100%;
    height: 2.5em !important;
    background: transparent !important;
}

.wpcf7-form.init p label {
    width: 90% !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 10px 30px;
    background: var(--the-white);
    border: 2px solid var(--the-black);
    font-weight: 600;
    border-radius: 500px;
    transition: 300ms;
    margin-top: 3em;
}

.contact-icons-details {
    background: var(--the-black);
    padding: 2em;
    color: var(--the-white);
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: space-between;
    min-height: 250px;
    border-radius: 10px;
    align-content: center;
    margin-top: 3em;
}

.page-id-35 .questions-container {
    display: none;
}

.contact-icons-details h3 {
    font-weight: 400;
}

.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: var(--the-black);
    color: var(--the-white);
}


/*--------Search-----------*/
/* FULLSCREEN SEARCH OVERLAY */
#search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

/* ACTIVE STATE */
#search-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* INPUT FIELD */
#search-overlay input[type="search"] {
    width: 100%;
    max-width: 700px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 32px;
    text-align: center;
    outline: none;
}

/* PLACEHOLDER */
#search-overlay input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* CLOSE BUTTON */
.search-close {
    position: absolute;
    top: 30px;
    right: 40px;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
    #search-overlay input[type="search"] {
        font-size: 22px;
        width: 90%;
    }
}

.icon-play {
	border: 1px solid var(--the-white);
	border-radius: 59px;
	padding: 4px;
	display: flex;
	height: 94px;
	align-items: center;
	background: rgba(36, 43, 59, 0.4);
}
/* Play button overlay */
.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.video-player {
    max-width: 100% !important;
    max-height: 800px; 
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.video-player video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* or cover if you want full fill */
    display: block;
}

.custom-play-btn img {
  width: 100%;
  height: 100%;
}

/* Hover effect */
.custom-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Hide button when playing */
.custom-play-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
 */
.video-player {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    max-height: 600px;
    border-radius: 10px;
    overflow: hidden;
}

.video-player video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* or cover */
    display: block;
}

#playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    font-size: 60px;
    color: white;
    transition: transform 0.2s;
}

#playBtn:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.video-error {
    color: red;
    text-align: center;
    margin-top: 20px;
}
.video-section.animate__animated.animate__zoomIn {
	margin-top: 6em;
}
/* About Us */
.at-a-glance-flexx {
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
	justify-content: space-between;
	margin: 4em 0px;
}
.at-a-glance-flexx div {
	max-width: 480px;
}
.at-a-glance-flexx p {
	text-transform: capitalize !important;
}
.management-link a {
	border: 1px solid var(--the-black);
	padding: 15px 30px;
	border-radius: 50px;
	display: inline-block;
	margin-top: 3em;
}
.management-link a {
	border: 1px solid var(--the-black);
	padding: 15px 30px;
	border-radius: 50px;
	display: inline-block;
	margin-top: 3em;
	position: relative;
    transition: 300ms;
}
.management-link a::before {
	content: '\e80a';
	font-family: 'maisha';
	font-size: 12px;
	position: relative;
	margin-right: 11px;
	top: -2px;
}
.management-link a:hover {
	background: var(--the-black);
	color: var(--the-white);
}
/* 1. Base Container (Large Desktop) */
.management-body {
    position: relative;
    width: 100%;
    max-width: 1500px; /* Your desired wide width */
    margin: 0 auto;
    display: block !important;
}

/* 2. Content Layout (The Grid) */
.management-flex-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Side by side */
    gap: 4em;
    align-items: center;
    padding: 0 100px; /* Room for arrows on wide screens */
}

.management-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* Optional: adds a nice touch */
}

/* 3. Navigation Arrows (Edge to Edge) */
#managementSlider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100% !important;
    left: 0 !important;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 100;
}

#managementSlider .owl-nav .owl-prev,
#managementSlider .owl-nav .owl-next {
    pointer-events: auto;
    background: transparent !important;
    border: none !important;
    font-size: 45px !important;
    color: #333;
    cursor: pointer;
}
.the-management-text h2 {
	color: var(--the-light-blue);
}
#managementSlider .owl-nav .owl-prev {
	position: absolute;
	left: 0;
}
#managementSlider .icon-left-big {
	background: var(--the-black);
	color: var(--the-white);
}
#managementSlider .owl-nav .owl-next { position: absolute; right: 0; }
#managementSlider .icon-left-big {
	background: var(--the-black);
	color: var(--the-white);
	font-size: 21px;
	padding: 10px 20px 8px 6px;
	position: absolute;
	right: -7px;
}
#managementSlider .icon-right-big {
	background: var(--the-black);
	color: var(--the-white);
	font-size: 21px;
	padding: 10px 20px 8px 6px;
	position: absolute;
	left: -7px;
}
/* ================================================================
   MOBILE RESPONSIVE BREAKPOINTS
   ================================================================ */

/* Mobile Phones (under 768px) */
@media (max-width: 768px) {
    /* Reset the main container to take full screen width */
    .management-body {
        max-width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Remove the 1fr 1fr grid and let content fill the width */
    .management-flex-container {
        display: block; /* Switch from grid to block for maximum space */
        padding: 20px;  /* Small breathing room on the edges */
        text-align: center;
    }

    /* Fix the photo scaling so it isn't tiny or squashed */
    .management-photo {
        margin: 0 auto 20px auto;
        width: 100%;
    }

.management-photo img {
	max-width: 280px;
	width: 80%;
	height: auto;
	margin: 0 auto;
	/* border-radius: 50%; */
	padding-top: 2em;
}

    /* Ensure text doesn't have forced margins */
    .management-text {
        width: 100%;
        padding: 0;
    }

    .the-management-text {
        max-width: 100% !important;
    }

    /* Handle the Arrows - move them to sit ON TOP of the photo or hide them */
    #managementSlider .owl-nav {
        top: 150px; /* Moves arrows up to the photo area so they don't squash text */
        width: 100% !important;
    }
    
    #managementSlider .owl-nav .owl-prev { left: 5px; }
    #managementSlider .owl-nav .owl-next { right: 5px; }
}
.tabcontent {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}
.management-photo img {
	max-height: 600px;
	max-width: 420px;
	object-fit: cover;
}
.tablinks {
    cursor: pointer;
}
.management-body {
	background: var(--the-light-grey);
	padding: 3em;
	position: relative;
}
.tablinks.active {
    color: var(--the-blue);
    border-bottom: 5px solid var(--the-blue);
}

.about-us-body {
    background: var(--the-gradient);
    padding: 2em;
    color: var(--the-white);
}

.vision-mission-values-tabs, .about-image {
    background-image: url('img/vision-mission-values.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--the-white);
    position: relative;
    padding: 2em;
}
.about-image{
    position: relative;
}
.vision-mission-values-tabs::before, .about-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    top: 0;
    left: 0;
}
.about-image {
	min-height: 500px;
}
.tabs,
#vision,
#mission,
#values {
    position: relative;
    z-index: 2;
}

.about-us-body h4 {
    font-size: 30px;
    margin-bottom: 1.5em;
}
.map {
	margin-bottom: 4em;
	margin-top: 5em;
}
.about-us-body p,
.tabs {
    margin-bottom: 3.5em;
}

.about-us-body .title-link-to-more a {
    border: 1px solid var(--the-white);
    padding: 20px 30px;
    border-radius: 50px;
    transition: 300ms;
    position: relative;
    top: 0px;
    color: var(--the-white);
}

.tablinks.active {
    color: var(--the-white);
    border-bottom: 4px solid rgba(107, 175, 204, 1);
    font-weight: 500;
}
.about-maisha-flex .tablinks.active {
	border-bottom: 4px solid var(--the-blue);	
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: space-between;
    position: relative;
}

.tabs button {
    background: none;
    border: none;
    color: var(--the-white);
    font-size: 20px;
    font-weight: 500;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-maisha-flex {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 901px) {
    .about-maisha-flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .tabs::before {
        content: "";
        position: absolute;
        left: 0;
        border-bottom: 1px solid var(--the-white);
        width: 100%;
        bottom: -1px;
    }

    .about-us-body,
    .vision-mission-values-tabs {
        padding: 3em;
    }
}
.the-maisha-way {
	margin-bottom: 6em;
}
/* At A Glance */


.glance-icon .icon-right-big::before {
    content: '\e802';
    transform: rotate(37.35deg);
}

.glance-icon i {
    font-size: 3.5em;
    font-weight: 400;
}

.experience {
    background: var(--the-black);
    color: var(--the-white);

}

.the-numbers h3 {
    font-size: clamp(48px, 10vw, 109px);
    font-weight: 500;
}

.experience,
.clients-served,
.client-retention {
    min-width: 300px;
    min-height: 307px;
    border-radius: 10px;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;

}

.clients-served {
    background: var(--the-blue);
    color: var(--the-white);
}

.client-retention {
    background: linear-gradient(90deg, #6DAECC 0%, #9CC6DF 100%);
    color: var(--the-white);
}

.at-a-glance-flex {
    display: flex;
    gap: 1em;
    justify-content: space-between;
    flex-wrap: wrap;
}

.the-numbers p {
    font-size: clamp(16px, 4.5vw, 20px);
    text-transform: uppercase;
}

.the-numbers {
    text-align: center;
}

@media (min-width: 901px) {

    .experience,
    .clients-served,
    .client-retention {
        min-width: 370px;
    }
}

/* Our Solutions */
.news-content.solutions .news-title a {
    position: relative;
    display: block;
}

.news-content.solutions .news-title h5 a::after {
    content: '\e80a';
    position: absolute;
    font-family: 'maisha';
    right: 0;
    font-size: 17px;
}



/* News  insights */
/* Mobile First (Default) */
.newsSlider {
    display: grid;
    gap: 1.5em;
    grid-template-columns: 1fr; /* 1 Column on mobile */
}

/* Tablet (Screens wider than 600px) */
@media (min-width: 600px) {
    .newsSlider {
        grid-template-columns: 1fr 1fr; /* 2 Columns */
    }
}

/* Desktop (Screens wider than 1000px) */
@media (min-width: 1000px) {
    .newsSlider {
        grid-template-columns: 1fr 1fr 1fr; /* 3 Columns */
    }
}
.news-image img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}

.news-read-more {
    position: relative;
    top: 10px;
}

#newsSlider .owl-nav.disabled,
#solutionsSlider .owl-nav.disabled, #leadershipSlider .owl-nav.disabled, #theManagementSlider .owl-nav.disabled {
    display: flex;
    gap: 14px;
    border: 2px solid;
    width: 115px;
    padding: 10px;
    border-radius: 50px;
    justify-content: space-between;
    margin: 0 auto;
    padding-right: 14px;
    margin-top: 1em;
    transition: 300ms;
}

#solutionsSlider .owl-nav.disabled {
    margin-top: 3em;
}

.news-content.solutions::before {
    content: "";
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100vw;
    left: -1px;
    top: -17px;
}

.owl-prev:hover,
.owl-next:hover {
    scale: 1.2;
    color: var(--the-blue) !important;
}

.owl-prev,
.owl-next {
    transition: 300ms;
}

.news-read-more a {
    display: block;
    font-weight: 600;
    position: relative;
    width: 100%;
    transition: 300ms;
    margin-bottom: 2em;
}

.news-read-more a::after {
    content: '\e80a';
    position: absolute;
    font-family: 'maisha';
    right: 0;
}

.news-image::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(36, 43, 59, 0) 0%, rgba(36, 43, 59, 0.459302) 37.98%, rgba(36, 43, 59, 0.75) 62.02%, rgba(36, 43, 59, 0.95) 82.69%);
    height: 100%;
    width: 100%;
    bottom: 0;
}

.title-link-to-more a::before {
    content: '\e80a';
    position: relative;
    font-family: 'maisha';
    font-size: 14px;
    padding-right: 10px;
    font-weight: 400;
}

.news-image {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.title-link-to-more a {
    border: 1px solid var(--the-black);
    padding: 14px 20px;
    border-radius: 50px;
    transition: 300ms;
    position: relative;
    top: -7px;
}

.title-link-to-more a:hover {
    background: var(--the-black);
    color: var(--the-white);
}

.more-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: space-between;
    align-items: baseline;
}

.news-box {
    position: relative;
}

.news-content {
    position: absolute;
    bottom: 10px;
    padding: 20px 30px;
    color: var(--the-white);
    width: 100%;
}

.date-read-time {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: space-between;
    position: relative;
    padding-top: 25px;
}

.date-read-time::before {
    content: "";
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100vw;
    left: -37px;
}

.news-and-insights.aos-init.aos-animate {
    margin-bottom: 7em;
}

.news-title a {
    color: var(--the-white);
    font-family: 'saira';
}

.date-read-time::before {
    content: "";
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100vw;
    left: -37px;
    top: 10px;
}

/* Join Our Team & Sustainability */
.learn-more a {
    color: var(--the-white);
    border: 1px solid var(--the-white);
    padding: 10px 20px;
    display: inline-block;
    margin-top: 2em;
    border-radius: 100px;
    transition: 300ms;
    position: relative;
}

.learn-more a::before {
    content: '\e80a';
    font-family: 'maisha';
    font-size: 11px;
    position: relative;
    right: 0px;
    top: -1px;
    padding-right: 15px;
}

.learn-more a:hover {
    background: var(--the-white);
    color: var(--the-blue);
}

.join-team-text h2 {
    font-weight: 400 !important;
    font-size: clamp(28px, 5vw, 50px) !important;
}

.join-our-team,
.sustainability {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* padding-top: 5em; */
}

.sustainability .join-team-text {
    padding-left: 0;
}

.outer-section h2, .map h2, .our-management h2 {
    text-transform: uppercase;
    font-family: 'saira' !important;
    font-weight: 500;
    font-size: clamp(1.4rem, 4.5vw, 2.2em);
    margin-bottom: 1em;
}

.parallax-bg {
    position: absolute;
    inset: 0;
    background-image: url("img/join-our-team.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: transform;
    pointer-events: none;
}

.sustainability .parallax-bg {
    position: absolute;
    inset: 0;
    background-image: url("img/csr.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: transform;
    pointer-events: none;
}

.join-our-team .container {
    display: flex;
    flex-direction: row-reverse;
    height: auto;
}

.join-team-text {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 2rem;
    color: #fff;
}


/* Optional overlay */
.parallax-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, rgba(36, 43, 59, 0.5) 50%, rgba(36, 43, 59, 0.8) 75%, rgba(36, 43, 59, 0.9) 100%);
}

.sustainability .parallax-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(36, 43, 59, 0.5) 50%, rgba(36, 43, 59, 0.8) 75%, rgba(36, 43, 59, 0.9) 100%);
}

.join-team-text {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 2rem;
    color: #fff;
}

/* Partners */
#partnersSlider img {
    max-width: 246px;
    max-height: 123px;
    object-fit: contain;
}

.who-we-work-with {
    margin-bottom: 3em;
}

/* Footer */
.fluid-container.for-footer {
    background: var(--the-blue);
    color: var(--the-white);
}

.copy-right-menu {
	display: flex;
	justify-content: space-between;
	gap: 2em;
	padding-top: 6em;
	padding-bottom: 1.4em;
	position: relative;
	flex-wrap: wrap;
}

#menu-terms-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.copy-right-menu::before {
    content: "";
    position: absolute;
    border-top: 1px solid var(--the-white);
    width: 100%;
    top: 55px;
}

#menu-terms-menu li a,
.website-by a {
    color: var(--the-white);
}

.website-by {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

#tnp-1 {
    background: transparent;
    border-bottom: 1px solid var(--the-white);
    color: var(--the-white);
}

.tnp-field.tnp-field-email label {
    display: none;
}

.subscribe {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    width: 100%;
}

@media(max-width: 599px) {
    .questions-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 10px 10px;
    }
}

@media(min-width: 600px) {
    .subscribe {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
        align-items: center;
        width: 100%;
    }

    .footer-menu::after {
        content: "";
        position: absolute;
        border-right: 1px solid var(--the-white);
        height: 65%;
        width: 100%;
        top: 0;
        right: -50%;
    }

    .questions-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 0px 0px;
    }

    .questions-box {
        grid-area: 1 / 1 / 3 / 8;
    }

    .please-contact-us {
        grid-area: 2 / 4 / 4 / 7;
    }

    .please-contact-us {
        position: relative;
        right: -5em;
    }
}

.pcu {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
}

.please-contact-us {
    background: var(--the-gradient);
    padding: 2em;
    border-radius: 15px;
    max-height: 220px;
    height: 100%;
}

.pcu p {
    max-width: 400px;
}

.please-contact-us {
    background: var(--the-gradient);
}

.pcu a i {
    background: var(--the-black);
    padding: 12px;
    color: var(--the-white);
    border-radius: 100%;
    transition: 300ms;
    font-size: 18px;
}

.please-contact-us {
    background: var(--the-gradient);
    padding: 2em;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tnp-submit {
    border: 1px solid var(--the-white) !important;
    background: transparent !important;
    border-radius: 100px;
    padding: 1em 3em !important;
    transition: 300ms !important;
    position: relative !important;
}

.tnp-field.tnp-field-button::before {
    content: '\e802' !important;
    font-family: 'maisha' !important;
    position: relative !important;
    top: -2px;
    right: -34px;
    font-size: 10px !important;
}

.tnp-submit:hover {
    background: var(--the-white) !important;
    color: var(--the-blue) !important;
}

.tnp-field.tnp-field-button:hover::before {
    color: var(--the-blue) !important;
}

.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field {
    margin-bottom: 1.7em;
    border: 0;
    padding: 0;
    width: 100% !important;
}

div.tnp-subscription {
    max-width: auto !important;
}

.tnp-field.tnp-field-button {
    margin-left: -12px !important;
    margin-top: 25px;
}

.footer-logo-text {
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
}

.footer-address {
    line-height: 0.8;
}

#menu-footer-menu li a {
    color: var(--the-white);
    font-weight: 500;
    transition: 300ms;
    line-height: 2;
}

.footer-sec-two {
    display: flex;
    justify-content: space-between;
    gap: 2em;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 5em;
}

.the-social-icons i {
    color: var(--the-white);
    font-size: 20px;
    transition: 300ms;
}

.footer-menu {
    position: relative;
}

.footer-sec-one {
    padding-top: 4em;
    width: 100%;
}

.sub-text p {
    max-width: 514px;
}

div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 100% !important;
    width: 100% !important;
}

.tnp-field.tnp-field-button {
    display: inline-block;
}

.questions-box {
    background: var(--the-black);
    color: var(--the-white);
    min-height: 310px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 3em;
}

.questions-box h2 {
    font-size: clamp(1.8rem, 5vw, 3em);
    font-weight: 300;
    max-width: 381px;
    position: relative;
}

.questions-box h2::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid var(--the-white);
    width: 160px;
    bottom: -23px;
}

/* ==========================================================================
   LEADERSHIP GRID
   ========================================================================== */
.leader-item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
.leader-inner {
	position: relative;
    margin-bottom: 30px;
}
.leader-item:hover {
  transform: translateY(-5px);
}

.leader-thumb {
  position: relative;
  line-height: 0;
}

.leader-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.leader-thumb .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-thumb .overlay i {
  color: #fff;
  font-size: 2.5rem;
}

.leader-item:hover .overlay {
  opacity: 1;
}

.leader-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 30px 30px;
	z-index: 1;
	color: var(--the-white);
	gap: 25px;
}

.leader-info h3 {
  margin: 0 0 5px 0;
  font-size: 1.25rem;
}

.leader-info p {
  margin: 0;
  color: #666;
}
.leader-thumb {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.leader-info::before {
	content: "";
	position: absolute;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	width: 100%;
	bottom: 50%;
	left: 0;
}
.leader-thumb::before {
	content: "";
	position: absolute;
	/* top: 0; */
	left: 0;
	right: 0;
	bottom: 0;
	height: 60%;
	background: linear-gradient( 180deg, rgba(36, 43, 59, 0) 0%, rgba(36, 43, 59, 0.459302) 37.98%, rgba(36, 43, 59, 0.75) 62.02%, rgba(36, 43, 59, 0.95) 82.69% );
	z-index: 1;
	border-radius: 10px;
}
.leader-info p {
	color: var(--the-white);
}
.leader-thumb img {
  display: block;
  width: 100%;
}

/* ==========================================================================
   MODAL CORE STYLES
   ========================================================================== */
.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

.modal-content {
  background: #fff;
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
  position: relative;
  max-height: 85vh; /* Prevents modal from leaving the screen */
  overflow-y: auto; /* Enables scrolling for long bios */
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  padding: 50px 30px 30px 30px; /* Top padding for close button */
}

/* Custom Scrollbar for the modal content */
.modal-content::-webkit-scrollbar {
  width: 8px;
}
.modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* ==========================================================================
   MODAL BODY (SIDE-BY-SIDE LOGIC)
   ========================================================================== */
.modal-body {
  display: flex;
  flex-direction: column; /* Mobile first: Stacked */
  gap: 30px;
}

.leader-thumbnail {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.leader-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.leader-details-column {
  flex: 1;
}

.leader-details-column h2 {
  margin-top: 0;
  font-size: 2rem;
  color: #222;
}

.leader-position {
  margin-bottom: 15px;
  color: #e67e22; /* Or your brand color */
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.leader-content {
  line-height: 1.6;
  color: #444;
}

/* Close Button */
.close-leader-modal {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 2.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #999;
  line-height: 1;
  transition: color 0.2s;
  z-index: 100;
}

.close-leader-modal:hover {
  color: #333;
}

/* ==========================================================================
   RESPONSIVE QUERIES
   ========================================================================== */

/* Tablet and Desktop */
@media (min-width: 768px) {
  .modal-body {
    flex-direction: row; /* Switch to side-by-side */
    align-items: flex-start;
  }

  .leader-thumbnail {
    flex: 0 0 300px; /* Image stays fixed width */
    margin: 0;
  }
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Prevent body scroll when modal is open */
body.no-scroll {
  overflow: hidden;
}

/* Joing our team */
.join-team-wrapper a h3 {
	color: var(--the-blue);
}
.join-team-wrapper {
	border-bottom: 2px solid var(--the-blue);
	margin-bottom: 2em;
	margin-top: 2em;
	padding-bottom: 2em;
}
.join-team-wrapper a, 
.join-team-wrapper a h3 {
    display: inline-block !important; 
    transition: transform 0.3s ease-out; 
    text-decoration: none;
}

.join-team-wrapper a:hover,
.join-team-wrapper a:hover h3 {
    transform: translateX(10px) !important;
    color: var(--the-black) !important;
}
.view-vacancy a {
	position: relative;
	font-weight: 600;
}
.view-vacancy a::after {
	content: '\e80a';
	position: relative;
	font-family: 'maisha';
	font-size: 14px;
	padding-right: 10px;
	font-weight: 400;
	right: -8px;
}