@charset "UTF-8";
/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Classes Styles _____________ ====================================== */
.leftContainer {
  margin-left: auto;
  padding: 0 15px;
  padding-right: 0;
}
@media (max-width: 576px) {
  .leftContainer {
    width: 100%;
    padding-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .leftContainer {
    width: calc(540px + (100vw - 540px) / 2);
    padding-right: 15px;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .leftContainer {
    width: calc(720px + (100vw - 720px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .leftContainer {
    width: calc(960px + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .leftContainer {
    width: calc(1140px + (100vw - 1140px) / 2);
  }
}

.rightContainer {
  margin-right: auto;
  padding: 0 15px;
  padding-left: 0;
}
@media (max-width: 576px) {
  .rightContainer {
    width: 100%;
    padding-left: 15px;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rightContainer {
    width: calc(540px + (100vw - 540px) / 2);
    padding-left: 15px;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rightContainer {
    width: calc(720px + (100vw - 720px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rightContainer {
    width: calc(960px + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .rightContainer {
    width: calc(1140px + (100vw - 1140px) / 2);
  }
}

.mainColor {
  color: #D5C29C !important;
}

.secColor {
  color: #FEFEFE !important;
}

.whtColor {
  color: #FFFFFF !important;
}

.blkColor {
  color: #000000 !important;
}

.blueColor {
  color: #282A6B !important;
}

.blueBg {
  background-image: url("../img/home/whatwedo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ====================================== _____________ Classes Styles _____________ ====================================== */
@font-face {
  font-family: "NexaLight";
  src: url("font/Nexa-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NexaRegular";
  src: url("font/Nexa-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NexaBold";
  src: url("font/Nexa-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
:root {
  font-size: 16px;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 1.5rem 5rem;
}
.navbar .nav-link {
  color: #FEFEFE !important;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.navbar .nav-link:hover {
  opacity: 1;
  color: #D5C29C !important;
}
.navbar .nav-link.active {
  color: #D5C29C !important;
  opacity: 1;
}
.navbar .navbar-brand .logo-img {
  width: 10.188rem;
  height: 2.5rem;
  object-fit: contain;
}
.navbar .custom-toggler {
  background-color: black !important;
}

/* Medium and below */
@media (max-width: 991.98px) {
  .navbar {
    padding: 1rem 1.25rem;
  }
  .navbar .navbar-brand .logo-img {
    width: 8rem;
    height: 2rem;
  }
  .navbar .navbar-collapse {
    justify-content: center !important;
  }
  .navbar .nav-link {
    font-size: 0.95rem;
    text-align: center;
    padding: 0.5rem 0;
  }
}
/* Extra Small */
@media (max-width: 576px) {
  .navbar {
    padding: 0.75rem 1rem;
  }
}
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
  z-index: 1;
}

.hero-content {
  padding: 1.5rem 4.25rem;
}

.hero-title {
  font-size: 2.5rem;
  font-family: "NexaBold" !important;
  font-weight: 400;
  line-height: 48px;
  color: #FFFFFF;
}

.hero-subtitle {
  font-size: 1rem;
  font-family: "NexaLight" !important;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 70%;
  width: 35%;
}

.read-more-btn {
  margin-top: 1rem;
  font-size: 1rem;
  width: 10.375rem;
  height: 3rem;
  background-color: #D5C29C;
  border: none;
  color: #000000;
  transition: 0.3s ease;
  font-family: "NexaBold" !important;
  font-weight: 400;
  border-radius: 6px;
}

/* Logos */
.hero-logos {
  padding: 1.5rem 5rem !important;
  z-index: 2;
  width: 50%;
}

.hero-logos a img {
  width: 50px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.hero-logos img:hover {
  transform: scale(1.05);
}

/* === Media Queries === */
/* ======================== */
/* Large Screens (Desktops, 1200px - 1439px) */
@media (max-width: 1439px) {
  .hero-title {
    font-size: 1.7rem;
    line-height: 35px;
  }
  .hero-subtitle {
    width: 30%;
  }
}
/* Tablets Portrait & Small Laptops (768px - 991px) */
@media (max-width: 991px) {
  .hero-content {
    padding: 0rem 0.5rem !important;
    text-align: start;
  }
  .hero-title {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .hero-subtitle {
    width: 50% !important;
    font-size: 1rem;
    display: none;
  }
  .read-more-btn {
    margin-top: 0rem;
    font-size: 1rem;
    width: 8rem;
    height: 2.5rem;
  }
  .hero-logos {
    padding: 1.5rem 1.25rem !important;
    width: 50%;
  }
  .hero-logos img {
    width: 70px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
  }
}
/* Extra Small Devices (≤ 480px) */
@media (max-width: 480px) {
  .hero-content {
    padding: 0rem 0.5rem !important;
    text-align: start;
    position: relative;
  }
  .hero-title {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .hero-subtitle {
    width: 100% !important;
    font-size: 1rem;
  }
  .read-more-btn {
    margin-top: 0rem;
    font-size: 1rem;
    width: 8rem;
    height: 2.5rem;
  }
  .hero-logos img {
    width: 45px;
  }
  .hero-logos {
    width: 100%;
  }
  .hero-logos img {
    width: 70px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
  }
  .heroSwiper .hero-content img {
    width: 100% !important;
  }
}
.heroSwiper {
  position: relative !important;
}

.swiper-pagination {
  position: absolute !important;
  bottom: 30% !important;
  left: 8% !important;
  transform: translate(-50%, -50%) !important;
}

.heroSwiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 20%;
  background-color: white;
}

.heroSwiper .swiper-pagination-bullet-active {
  width: 20px;
  height: 5px;
  border-radius: 2px;
  background-color: white !important;
  transition: 0.8s;
  opacity: 100%;
}

@media (max-width: 1024px) {
  .swiper-pagination {
    position: absolute !important;
    bottom: 22% !important;
    left: 12% !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-width: 427px) {
  .swiper-pagination {
    position: absolute !important;
    bottom: 22% !important;
    left: 20% !important;
    transform: translate(-50%, -50%) !important;
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-section {
    height: 60vh;
    background-color: black;
  }
}
@media (max-width: 768px) {
  .hero2 {
    height: 40vh !important;
    background-color: #fff;
  }
  .hero3 {
    height: 40vh !important;
    background-color: #fff;
  }
  .hero3 .hero-content img {
    width: 50% !important;
    margin-bottom: 0 !important;
    margin-top: 25px;
  }
  .hero-section .hero-bg {
    margin-top: 65px !important;
  }
}
.footer {
  padding: 2rem 0;
  background-color: #0A0A0A;
  text-transform: capitalize;
  position: relative;
}
.footer .container-fluid {
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .footer .container-fluid {
    padding: 0 25px;
  }
}
.footer .footer_list_item {
  padding-bottom: 10px;
}
.footer .footer_title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  font-family: "NexaBold";
  color: #D5C29C;
  text-decoration: none;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .footer_list_item a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
  font-family: "NexaRegular";
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 20px;
}
.footer .footer_list_item a:hover {
  color: #D5C29C;
}
.footer .footer_content_logo {
  width: 261px !important;
  height: 55px !important;
  object-fit: contain;
}
@media (max-width: 768px) {
  .footer .footer_content_logo {
    width: 100% !important;
    height: 100% !important;
  }
}
.footer .btn-primaryy {
  background-color: #D5C29C !important;
  border-radius: 2.999px;
}
.footer .end-link {
  position: absolute;
  right: 0;
  text-align: end;
}
@media (max-width: 768px) {
  .footer .end-link {
    position: relative;
  }
}
.footer .newsletter-relative img {
  width: 267px !important;
  height: 55px !important;
}
@media (max-width: 768px) {
  .footer .newsletter-relative img {
    display: none;
  }
}
.footer .mediaQuery {
  padding-left: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.footer .newsletter {
  position: absolute;
  top: -10px;
  right: 0;
}
.footer .footer-P-end {
  color: #79797C;
  font-family: "Helvetica Neue";
  font-size: 10px;
  font-weight: 500;
  margin-top: -20px;
}
.footer .footer_desc {
  color: #FFF;
  width: 412.572px;
  font-family: "NexaRegular";
  font-size: 9.002px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 10.802px */
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer .footer_desc {
    width: 100%;
  }
}
.footer .Subscribe {
  margin-top: 20px;
}
.footer .Subscribe .btn {
  color: #002469 !important;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 500;
}
.footer .footer_content_logo {
  width: 200px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .footer .footer_content_logo {
    max-width: 105px !important;
    object-fit: contain;
    margin-bottom: 1rem;
  }
}
.footer .footer_content_hotline {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .footer .footer_content_hotline {
    width: 105px !important;
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
.footer .footer_content_socialList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .footer .footer_content_socialList {
    margin-top: 10px;
  }
}
.footer .footer_content_socialList img {
  padding: 0;
  margin: 0;
}
.footer .footer_content_socialList .footer_content_socialList {
  margin-bottom: 0;
}
.footer .form-group {
  width: 60%;
  position: relative;
  margin: 1.5rem 0 0.3rem;
}
@media (max-width: 768px) {
  .footer .form-group {
    width: 100%;
  }
}
.footer .form-group input[type=email] {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border-radius: 2.999px;
  border: 0.75px solid #FFF;
  opacity: 0.8;
  background: #FFF;
  color: #fff;
}
.footer .form-group input[type=email]::placeholder {
  color: #000;
  font-family: "NexaRegular";
  font-size: 10.502px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 10.502px */
}
.footer .form-group button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.footer .footer_content_list {
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .footer .footer_content_list {
    margin-bottom: 20px !important;
  }
}
.footer .footer_content_list_item {
  margin-bottom: 0.75rem;
}
.footer .footer_content_list_item:last-child {
  margin-bottom: 0;
}
.footer .footer_content_list_item .noactive {
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .footer .footer_content_list_item .noactive {
    display: flex;
    align-items: center;
  }
}
.footer .footer_content_list_item_link {
  color: #AAA;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  text-decoration: none;
}
.footer .footer_content_list_item_link:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer .footer_content_list {
    text-align: start;
  }
}
@media (max-width: 768px) {
  .footer .newsletter-relative {
    text-align: start;
  }
}
@media (max-width: 768px) {
  .footer .col-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 10440px) {
  .footer {
    padding: 0rem 0;
    overflow: hidden;
  }
}

.footer_copyright {
  background: #282A6B;
  display: flex;
}

.footer_copyright_text {
  font-family: "NexaRegular";
  font-size: 0.563rem;
  font-weight: 400;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
}

/* ====================================== _____________ Slider Styles _____________ ====================================== */
.WhatWeDo .swiper-pagination {
  bottom: 77%;
  text-align: end;
}
@media (max-width: 991px) {
  .WhatWeDo .swiper-pagination {
    bottom: 95%;
  }
}
@media (max-width: 568px) {
  .WhatWeDo .swiper-pagination {
    bottom: 92%;
    text-align: right;
  }
}
@media (max-width: 400px) {
  .WhatWeDo .swiper-pagination {
    bottom: 91%;
    text-align: right;
  }
}
.WhatWeDo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #D9D9D9;
}
.WhatWeDo .swiper-pagination-bullet-active {
  background: #C59972;
}
.WhatWeDo .swiper-button-next,
.WhatWeDo .swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center;
}
.WhatWeDo .swiper-button-next::after,
.WhatWeDo .swiper-button-prev::after {
  display: none;
}
.WhatWeDo .swiper-wrapper {
  width: 90%;
}
@media (max-width: 568px) {
  .WhatWeDo .swiper-wrapper {
    width: 75%;
  }
}
.WhatWeDo .swiper-wrapper .swiper-slide {
  width: 100%;
}
@media (max-width: 991px) {
  .WhatWeDo .swiper-wrapper .swiper-slide {
    height: 400px;
  }
}
.WhatWeDo .swiper-button-next {
  background-image: url("../img/global/arrow-left.png") !important;
  top: 65%;
}
.WhatWeDo .swiper-button-prev {
  background-image: url("../img/global/arrow-right.png") !important;
  top: 65%;
}
body.ar .WhatWeDo .swiper-button-prev {
  transform: rotate(180deg);
}

/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* ====================================== _____________ Buttons Styles _____________ ====================================== */
.custCard {
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .custCard {
    height: 400px;
  }
}
.custCard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.custCard.custCard {
  height: 21.688rem;
}
@media (max-width: 991px) {
  .custCard.custCard {
    height: 100%;
  }
}
.custCard .custCard_top {
  height: 100%;
}
@media (max-width: 991px) {
  .custCard .custCard_top {
    height: 100%;
  }
}
.custCard_top {
  transition: all 0.3s ease-in-out;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.custCard_bottom {
  position: absolute;
  top: 76%;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.custCard_bottom_text {
  padding: 20px;
  text-align: start;
}
.custCard_bottom_text_title {
  color: #FFF;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "NexaBold";
}
.custCard_bottom_text_hoverText {
  font-size: 0.9rem;
  color: white;
  font-weight: 100;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-family: "NexaLight";
}
@media (max-width: 991px) {
  .custCard_bottom {
    top: 89%;
  }
}
.custCard:hover::before,
.custCard:hover .custCard_bottom_text_hoverText {
  opacity: 1;
}
.custCard:hover .custCard_bottom {
  top: 60%;
}
@media (max-width: 991px) {
  .custCard:hover .custCard_bottom {
    top: 80%;
  }
}

.smallCard {
  position: relative;
  width: 100%;
  height: 21.688rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.smallCard_head {
  width: 100%;
  height: 70%;
  position: relative;
  transition: height 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 12px;
}
.smallCard_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease-in-out;
  z-index: 0;
}
.smallCard_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.smallCard_body {
  position: relative;
  padding: 1rem;
  text-align: left;
  z-index: 2;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}
.smallCard .smallCard_headline {
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  outline: none;
  color: #FFF;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "NexaBold";
}
.smallCard .smallCard_text {
  font-size: 0.9rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(10px);
}
.smallCard:hover .smallCard_head {
  height: 100%;
}
.smallCard:hover .smallCard_image {
  transform: scale(1.05);
}
.smallCard:hover .smallCard_image::after {
  opacity: 1;
}
.smallCard:hover .smallCard_body {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.smallCard:hover .smallCard_text {
  opacity: 1;
  transform: translateY(0);
  font-size: 0.6rem;
  color: white;
  font-weight: 100;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-family: "NexaLight";
}

@media (max-width: 991px) {
  .custCard::before,
  .custCard .custCard_bottom_text_hoverText {
    opacity: 1;
  }
  .WhatWeDo .swiper-button-next {
    background-image: url(../img/global/arrow-left.png) !important;
    top: 65%;
  }
  .WhatWeDo .swiper-button-prev {
    background-image: url(../img/global/arrow-right.png) !important;
    top: 65%;
  }
  .custCard .custCard_bottom {
    top: 80%;
  }
  .smallCard .smallCard_head {
    height: 100%;
  }
  .smallCard .smallCard_image {
    transform: scale(1.05);
  }
  .smallCard .smallCard_image::after {
    opacity: 1;
  }
  .smallCard .smallCard_body {
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .smallCard .smallCard_text {
    opacity: 1;
    transform: translateY(0);
    font-size: 0.6rem;
    color: white;
    font-weight: 100;
    font-family: "NexaLight";
  }
}
/* ====================================== _____________ cards Styles _____________ ====================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.kasrawy-section {
  padding: 0;
}

.kasrawy-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.kasrawy-card {
  position: relative;
  overflow: hidden;
  height: 630px;
  cursor: pointer;
}

.kasrawy-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.kasrawy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.kasrawy-card:hover .kasrawy-overlay {
  opacity: 1;
}

.kasrawy-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 400px;
  padding: 1.5rem 5rem;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.kasrawy-content img {
  width: 100%;
  object-fit: contain;
}

.kasrawy-card:hover .kasrawy-content {
  top: 20%;
}

.kasrawy-description {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  text-align: start;
  color: #fff;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
  width: 100%;
  padding: 1.5rem 5rem;
}

.kasrawy-description h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
  font-family: "NexaRegular";
  margin-bottom: 5px;
  color: #fff;
}

.kasrawy-description p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  font-family: "NexaLight";
  opacity: 70%;
}

.kasrawy-card:hover .kasrawy-description {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 768px) {
  .kasrawy-content {
    width: 100%;
    padding: 0rem 5rem;
  }
  .kasrawy-description {
    width: 100%;
    padding: 0rem 1.25rem;
  }
}
@media (max-width: 992px) {
  .kasrawy-card .kasrawy-overlay {
    opacity: 1;
  }
  .kasrawy-card .kasrawy-content {
    top: 20%;
  }
  .kasrawy-card .kasrawy-description {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.who-we-are {
  position: relative;
  overflow: hidden;
}

.background-img {
  object-fit: cover;
  height: 100vh;
  z-index: 1;
  top: 0;
  left: 0;
}

.who-we-are .container-fluid {
  z-index: 2;
  position: relative;
  padding: 0rem 5rem;
}

.who-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  font-family: "NexaBold";
  margin-bottom: 0;
  padding-top: 5rem;
}

.who-desc {
  font-size: 1rem;
  color: #000000;
  opacity: 70%;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  max-width: 100%;
  font-family: "NexaRegular";
}

.who-desc.desc1 {
  padding-top: 5rem;
}

.btn-read-more {
  display: inline-block;
  width: 10.375rem;
  /* 166px */
  height: 3rem;
  /* 48px */
  background-color: #282A6B;
  color: #fff;
  text-decoration: none;
  border-radius: 0.375rem;
  /* 6px */
  font-weight: 500;
  margin-top: 1.75rem;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NexaBold";
}

.btn-read-more:hover {
  background-color: #A1A6A9;
  color: #282A6B;
}

@media (max-width: 320px) {
  .who-we-are .container-fluid {
    padding: 0rem 1.25rem;
  }
  .who-title {
    padding-top: 1rem;
  }
  .who-desc.desc1 {
    padding-top: 1rem;
  }
  .who-title {
    font-size: 1.5rem;
  }
  .who-desc {
    font-size: 0.95rem;
  }
  .btn-read-more {
    font-size: 0.9rem;
    margin-top: 0.75rem;
  }
  .min-vh-100 {
    min-height: 110vh !important;
  }
}
@media (max-width: 576px) {
  .who-we-are .container-fluid {
    padding: 0rem 1.25rem;
  }
  .who-title {
    padding-top: 0.5rem;
  }
  .who-desc.desc1 {
    padding-top: 0.5rem;
  }
  .who-title {
    font-size: 1.5rem;
  }
  .who-desc {
    font-size: 0.95rem;
  }
  .btn-read-more {
    font-size: 0.9rem;
    margin-top: 0.75rem;
  }
  .background-img {
    height: 150vh !important;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .who-we-are .container-fluid {
    padding: 0rem 1.25rem;
  }
  .who-title {
    font-size: 1.6rem;
  }
  .who-desc {
    font-size: 1rem;
  }
  .btn-read-more {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .who-title {
    font-size: 2rem;
  }
  .who-desc {
    font-size: 1.2rem;
    max-width: 85%;
  }
}
.our-values {
  position: relative;
  overflow: hidden;
  color: white;
  min-height: 100vh;
}

.values-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.our-values .container-fluid {
  position: relative;
  z-index: 2;
  padding: 0 5rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.values-content-wrapper {
  max-width: 50%;
  width: 100%;
}

.values-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  line-height: 48px;
  color: #FFFFFF;
  font-family: "NexaBold";
}

.value-icon {
  width: 3.125rem;
  height: 4rem;
  flex-shrink: 0;
}

.value-heading {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "NexaBold";
}

.value-text {
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 0.5rem;
  color: #FEFEFE;
  opacity: 70%;
  font-family: "NexaLight";
}

.value-link {
  font-size: 1rem;
  font-weight: 400;
  color: #FEFEFE;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "NexaRegular";
}

.value-link:hover {
  color: #ddd;
}

@media (max-width: 992px) {
  .our-values .container-fluid {
    padding: 3rem 1.25rem;
    flex-direction: column;
    justify-content: center;
  }
  .values-content-wrapper {
    max-width: 100%;
  }
  .values-title {
    font-size: 1.8rem;
  }
  .value-heading {
    font-size: 1.05rem;
  }
  .value-text {
    font-size: 0.95rem;
  }
}
.media-gallery {
  padding: 5rem 0px 5rem 5rem;
  overflow: hidden;
  background: url("../img/home/GalleryBg.png") no-repeat center center;
  background-size: cover;
}

.media-gallery .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.media-gallery h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 48px;
  font-family: "NexaBold";
  color: #000000;
}

.media-gallery p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  font-family: "NexaRegular";
  color: #000000;
  margin-bottom: 1.875rem;
}

.media-gallery .slider-wrapper {
  position: relative;
  overflow: visible;
  margin-bottom: 2rem;
}

.media-gallery .slider {
  display: flex;
  transition: transform 0.5s ease;
}

.media-gallery .slide {
  flex-shrink: 0;
  width: 80%;
  margin-right: -220px;
  position: relative;
  z-index: 1;
  transition: transform 0.5s ease;
}

.media-gallery .slide img {
  width: 100%;
}

.slider-bottom-controls .btn {
  width: 10.375rem;
  height: 3rem;
  background-color: #282A6B;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-gallery .slider-buttons {
  display: flex;
  gap: 2.5rem;
}

.media-gallery .slider-bottom-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
}

.media-gallery .slider-btn {
  background: none;
  border: none;
  font-size: 35px;
  cursor: pointer;
  color: #282A6B;
  /* كحلي داكن */
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* عند تعطيل الزر (Swiper يضيف .swiper-button-disabled) */
.media-gallery .slider-btn.swiper-button-disabled {
  color: #282A6B;
  cursor: default;
  opacity: 20%;
}

@media (max-width: 768px) {
  .media-gallery {
    padding: 3rem 1.25rem;
  }
  .media-gallery .slider {
    flex-direction: row;
    gap: 0;
  }
  .media-gallery .slide {
    width: 100%;
    margin-right: 0;
  }
  .media-gallery .slider-bottom-controls {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 1.25rem;
    width: 100%;
  }
  .media-gallery .slider-buttons {
    justify-content: flex-start;
  }
  .slider-bottom-controls .btn {
    width: 100%;
    justify-content: center;
  }
  .media-gallery h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .media-gallery p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .media-gallery .slider-btn {
    font-size: 28px;
  }
}
.getInTouch {
  padding: 4rem 0;
  background-image: url("../img/home/kasrawyphotos/GETINTOUCH.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.getInTouch .container-fluid {
  padding: 0rem 5rem;
}

.getInTouch_content {
  margin-bottom: 1.5rem;
}

.getInTouch_img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainTitle {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 48px;
  font-family: "NexaBold";
  color: #FFFFFF;
  text-transform: capitalize;
}

.mainDesc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  font-family: "NexaLight";
  color: #FFFFFF;
  opacity: 70%;
}

.getInTouch_form {
  height: 100%;
}

@media (min-width: 1200px) {
  .getInTouch_form {
    padding-inline-start: 1rem;
  }
}
.getInTouch_form label {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 100;
  font-family: "NexaBold";
}

.getInTouch_form input,
.getInTouch_form textarea {
  background-color: transparent;
  border: 1px solid white;
  font-size: 0.8rem;
  font-weight: 100;
  opacity: 0.5;
  color: white;
  padding: 0.65rem;
  height: auto;
  margin-bottom: 1rem;
}

.getInTouch_form input::placeholder,
.getInTouch_form textarea::placeholder {
  color: white;
  font-size: 0.8rem;
  font-weight: 100;
  opacity: 0.6;
}

.getInTouch_form input:focus,
.getInTouch_form textarea:focus {
  color: white;
  background-color: transparent;
  border-color: #e6e6e6;
  box-shadow: none;
  opacity: 1;
}

.getInTouch_form input:focus::placeholder,
.getInTouch_form textarea:focus::placeholder {
  opacity: 1;
}

.getInTouch_form textarea {
  resize: none;
}

.getInTouch_form button {
  padding: 13px 55px;
}

.getInTouch_form_title {
  color: #FFF;
  font-size: 2.25rem;
  font-family: "NexaBold";
}

.getInTouch_form_desc {
  color: #FFF;
  font-size: 0.85rem;
  font-weight: 100;
  letter-spacing: 0.5px;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  font-family: "NexaLight";
}

.whiteButton {
  border-radius: 6px;
  font-weight: 400;
  margin-top: 20px;
  background-color: #D5C29C;
  color: #000000;
}

.editBttton {
  width: 100%;
  display: flex;
  align-items: start;
}

@media (max-width: 768px) {
  .getInTouch .container-fluid {
    padding: 0rem 1.25rem;
  }
  .mainTitle {
    font-size: 1.5rem;
  }
  .mainDesc {
    font-size: 1rem;
  }
  .getInTouch_form_title {
    font-size: 1.5rem;
  }
}
.getInTouch .row {
  align-items: stretch;
}

.getInTouch_img {
  height: 100%;
  object-fit: cover;
}

.getInTouch_form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-section {
  padding: 5rem 5rem;
  background: #F7F7F7;
}

.news-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.news-header h2 {
  color: #141414;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "NexaBold";
}

.news-header a {
  color: #000000;
  text-decoration: underline;
  font-size: 1.25rem;
  font-family: "NexaBold";
}

.news-slider {
  width: 100%;
  height: 360px;
}

.news-slide {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 2px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 360px;
}

.news-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.slide-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.news-date {
  color: #282A6B;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "NexaBold";
  height: 360px;
  padding-top: 1rem;
}

.news-date .month {
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2px;
  position: relative;
}

.news-date .month::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: #1e3a8a;
}

.news-date .day {
  color: #282A6B;
  font-family: "NexaBold";
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-image {
  margin: 0 0px;
  flex-shrink: 0;
  height: 22.5rem;
}

.news-image img {
  max-width: 100%;
  height: 100%;
}

.news-text {
  margin-right: 0;
  flex: 1;
  padding: 0 2rem;
  height: 360px;
  padding-top: 2rem;
}

.news-text h3 {
  color: #000;
  font-family: "NexaBold";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.news-text p {
  color: #000;
  font-family: "NexaLight";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.news-text span {
  color: #000;
  font-family: "NexaRegular";
  font-size: 1rem;
  font-weight: 400;
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .news-section {
    padding: 5rem 1.25rem;
    background: #F7F7F7;
  }
  .news-slide {
    flex-direction: column;
  }
  .news-slider {
    width: 100%;
    height: 100%;
  }
  .news-header h2 {
    font-size: 1.5rem;
  }
  .news-header a {
    font-size: 1rem;
  }
  .slide-content {
    flex-direction: column;
    align-items: center;
    padding: 0rem;
  }
  .col-1, .col-5, .col-6 {
    width: 100%;
  }
  .news-date {
    height: auto;
    padding: 1rem 0;
  }
  .news-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .news-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .news-text {
    padding: 1rem;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .news-date .month {
    font-size: 1rem;
  }
  .news-date .day {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-section {
    padding: 5rem 1.25rem;
    background: #F7F7F7;
  }
  .news-slide {
    flex-direction: column;
  }
  .news-slider {
    width: 100%;
    height: 100%;
  }
  .news-header h2 {
    font-size: 1.5rem;
  }
  .news-header a {
    font-size: 1rem;
  }
  .slide-content {
    flex-direction: column;
    align-items: center;
    padding: 0rem;
  }
  .col-2, .col-5, .col-6 {
    width: 100%;
  }
  .news-date {
    height: auto;
    padding: 1rem 0;
  }
  .news-image {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .news-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .news-text {
    padding: 1rem;
    height: auto;
  }
}
.WhatWeDo {
  padding: 4rem 4.25rem;
}
@media (max-width: 767px) {
  .WhatWeDo {
    padding: 0rem 0.5rem;
  }
}
.WhatWeDo_slide {
  text-align: start;
}
.WhatWeDo_slide_img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}
.WhatWeDo_slide_content {
  padding: 1rem;
}
.WhatWeDo_slide_content_title {
  color: #FFF;
  font-size: 1rem;
  font-weight: 100;
  text-transform: uppercase;
}
.WhatWeDo_slide_content_desc {
  font-size: 0.7rem;
  font-weight: 100;
  color: white;
}
@media (max-width: 1200px) {
  .WhatWeDo_slide_content_desc {
    width: 60%;
  }
}
.WhatWeDo_content {
  padding: 1rem;
}
@media (max-width: 991px) {
  .WhatWeDo_content {
    padding: 1rem 0;
  }
}
@media (max-width: 1200px) {
  .WhatWeDo_content_desc {
    width: 80%;
  }
}
.WhatWeDo_parent {
  text-align: end;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .WhatWeDo_parent {
    margin-top: 2rem;
  }
}
.WhatWeDo_parent_link {
  color: #FFF;
  font-size: 1rem;
  text-decoration: underline;
  opacity: 0.7;
  margin-bottom: 0;
  display: inline-block;
}
.WhatWeDo_parent_link:hover {
  color: white;
  text-decoration: underline;
}
body.ar .WhatWeDo_parent_link svg {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .hero-section .hero-bg {
    height: 25vh !important;
    object-fit: cover;
    margin-top: 75px;
  }
  .hero-section .hero-overlay {
    top: 7% !important;
    bottom: auto;
    align-items: flex-start;
    padding-top: 0rem;
  }
  .hero-section .hero-content {
    width: 100%;
    padding: 0 1rem;
  }
  .hero-section .hero-title {
    font-size: 1rem;
    line-height: 1.3rem;
    width: 140px;
  }
  .hero-section .hero-subtitle {
    font-size: 0.7rem;
    line-height: 0.9rem;
    width: 54% !important;
  }
  .hero-section .hero-logos {
    bottom: auto !important;
    left: 0;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0rem !important;
  }
}
/* Hero logos - Desktop */
.hero-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem; /* قلل المسافة بين الشعارات */
  justify-content: flex-start; /* بداية الصف على الشمال */
  align-items: center;
  padding-left: 0;
  margin-left: 0;
}

.hero-logos a {
  flex: 0 0 25%; /* قلل العرض لكل شعار لتقريبهم من بعض */
}

.hero-logos a img {
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  width: 100px;
  height: 50px;
}

.hero-logos a:hover img {
  transform: scale(1.05);
}

/* Mobile: 4 أيقونات في الصف دائمًا */
@media (max-width: 768px) {
  .hero-logos {
    gap: 0.25rem;
  }
  .hero-logos a {
    flex: 0 0 23%;
  }
  .hero-logos a img {
    height: 40px;
    width: 80px;
  }
}
@media (max-width: 320px) {
  .hero-logos a {
    flex: 0 0 23%;
  }
  .hero-logos a img {
    height: 35px;
  }
}
.stats-section {
  padding: 4rem 0;
  position: relative;
}

.new-bg {
  background-image: url("../img/home/whatwedo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* العنوان */
.stats-title {
  color: #fff;
  font-family: "NexaRegular";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 50px;
}

/* البوكس */
.stat-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 260px; /* طول موحد */
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  text-align: center;
  box-sizing: border-box;
}

/* الأيقونة */
.stat-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 15px;
}

/* عنوان البوكس */
.stat-heading {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #141414;
  margin: auto;
}

/* النص */
.stat-desc {
  font-size: 1rem;
  color: #666;
}

/* الموبايل */
@media (max-width: 768px) {
  .stats-title {
    font-size: 1.6rem;
  }
  .stat-box {
    min-height: 220px;
  }
}
.statsSwiper {
  position: relative; /* لازم عشان الأسهم مطلقة بالنسبة للسلايدر */
}

.statsSwiper .swiper-button-next,
.statsSwiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #282A6B;
  width: 35px;
  height: 35px;
  z-index: 10; /* أهم حاجة عشان تظهر فوق السلايدر */
}

.statsSwiper .swiper-button-next {
  right: 10px;
}

.statsSwiper .swiper-button-prev {
  left: 10px;
}

.part2 {
  padding: 1.5rem 5rem !important;
}

.part3 {
  padding-bottom: 3.5rem !important;
}

@media (max-width: 767px) {
  .part2 {
    padding: 1.5rem 1.25rem !important;
  }
}
.visit {
  padding: 0 4.25rem;
}
@media (max-width: 768px) {
  .visit {
    padding: 0 0.5rem;
  }
}
.visit_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.visit_box_title {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "NexaBold";
}
.visit_box_desc {
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "NexaRegular";
  color: #3C3B3D;
}
.visit_box_smallbox {
  margin-left: 2rem;
  position: relative;
  margin-bottom: 1.2rem;
}
.visit_box_smallbox h3 {
  font-size: 1rem;
  color: #666468;
  color: #666468;
  font-weight: 400;
  font-family: "NexaRegular";
}
.visit_box_smallbox p {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "NexaBold";
  color: #1A191A;
}
.visit_box_smallbox::before {
  position: absolute;
  content: "";
  height: 95px;
  width: 1px;
  background: #282A6B;
  display: flex;
  left: -2rem;
}
.visit_box_B {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "NexaRegular";
  color: #3C3B3D;
}
.visit iframe {
  border-radius: 8px;
  height: 432px;
}

.contact-info-section {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.contact-container {
  position: relative;
  z-index: 1;
  max-width: 600px;
  padding: 4rem 5rem;
  color: #000;
}

.contact-container h2 {
  font-size: 2.5rem;
  font-family: "NexaBold";
  color: #282A6B;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.contact-item {
  margin-bottom: 1.5rem;
  border-left: 2px solid #282A6B;
  padding-left: 1rem;
}

.contact-item .label {
  font-weight: 400;
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  color: #141414;
  font-family: "NexaRegular";
}

.contact-item .value {
  font-family: "NexaBold";
  font-size: 1.25rem;
  font-weight: 400;
  color: #141414;
}

@media (max-width: 768px) {
  .contact-container {
    position: relative;
    z-index: 1;
    max-width: 600px;
    padding: 4rem 1.25rem;
    color: #000;
  }
  .visit_box_smallbox::before {
    position: absolute;
    content: "";
    height: 150px;
    width: 1px;
    background: #282A6B;
    display: flex;
    left: -2rem;
  }
}
.history-section {
  padding: 5rem 4.25rem;
  background-image: url("../img/about-us/HistoryBg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #000;
  overflow: hidden;
}

.history-section .container-fluid {
  margin: 0 auto;
}

.history-section .history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.history-section .section-title {
  color: #141414;
  font-family: "NexaBold";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 48px;
  text-transform: capitalize;
}

.history-section .custom-swiper-nav {
  display: flex;
  gap: 10px;
}

.history-section .history-card {
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}

.history-section .history-card .year {
  margin-bottom: -20px;
  color: #282A6B;
  font-family: "NexaBold";
  font-size: 4rem;
  font-weight: 400;
}

.history-section .card-image {
  width: 100%;
  height: 139px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.history-section .card-title {
  color: #000;
  font-family: "NexaBold";
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 6px;
}

.history-section .card-text {
  color: #8F8F8F;
  font-family: "NexaRegular";
  font-size: 12px;
  font-weight: 400;
}

.history-section .swiper-wrapper {
  margin-right: 0 !important;
}

.history-section .swiper-slide {
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  .history-section {
    padding: 5rem 0.5rem;
  }
  .history-section .section-title {
    font-size: 1.5rem;
  }
  .history-section .history-card .year {
    font-size: 1.5rem !important;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .history-section .history-card .year {
    margin-bottom: -10px;
    color: #282A6B;
    font-family: "NexaBold";
    font-size: 2rem;
    font-weight: 400;
  }
}
.Innovation-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 4.25rem;
}

.Innovation-section .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.Innovation-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.Innovation-section .container-fluid {
  position: relative;
  z-index: 2;
}

.Innovation-section .section-title {
  color: #FFF;
  font-family: "NexaBold";
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.Innovation-section .info-box {
  padding: 20px;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}

.Innovation-section .info-title {
  color: #D5C29C;
  font-family: "NexaBold";
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
}

.Innovation-section .info-box strong {
  color: #FFF;
  font-family: "NexaRegular";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 24px;
}

.Innovation-section .info-box p {
  color: #FFF;
  font-family: "NexaLight";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

@media (max-width: 768px) {
  .Innovation-section {
    padding: 5rem 0.5rem;
  }
  .Innovation-section .section-title {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .Innovation-section .info-title {
    font-size: 1.5rem;
  }
}
.glance-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 4.25rem;
}

.bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  color: #000;
}

.glance-title {
  color: #282A6B;
  font-family: "NexaRegular";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 50px;
  text-transform: capitalize;
}

.glance-title span {
  color: #282A6B;
  font-family: "NexaRegular";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 50px;
  text-transform: capitalize;
}

.icon-img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  margin-bottom: 10px;
}

h6 {
  color: #141414;
  font-family: "NexaRegular";
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
  width: 70%;
}

.desc {
  color: #000;
  font-family: "NexaLight";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50%;
}

@media (max-width: 768px) {
  .glance-section {
    padding: 5rem 0.5rem;
  }
  .glance-title {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .glance-title span {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.25rem;
    width: 100%;
  }
  .desc {
    font-size: 1rem;
    width: 100%;
  }
}
.innovation-section {
  position: relative;
  overflow: hidden;
  min-height: 25rem;
  display: flex;
  align-items: center;
  color: #fff;
}

.innovation-section .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.innovation-section .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 3.75rem 0.938rem;
}

.innovation-section .innovation-title {
  color: #FFF;
  font-family: "NexaLight";
  font-size: 2rem;
  font-weight: 400;
  line-height: 48px;
  text-transform: capitalize;
}

.innovation-section .innovation-title span {
  font-weight: 600;
  color: #fff;
  font-family: "NexaBold";
}

.innovation-section .sectors-list li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #FFF;
  font-family: "NexaLight";
  font-weight: 400;
  text-transform: capitalize;
}

.innovation-section .lead {
  color: #FFF;
  font-family: "NexaBold";
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}

.innovation-section .text-green-change {
  color: #FFF;
  font-family: "NexaLight";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .innovation-section .innovation-title {
    font-size: 1.5rem;
    line-height: 40px;
  }
}
.visionary-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 4.25rem;
}

.visionary-section .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.visionary-section .content-wrapper {
  position: relative;
  z-index: 1;
}

.visionary-section .section-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 50px;
  color: #282A6B;
  font-family: "NexaLight";
}

.visionary-section .section-title .bold {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 50px;
  color: #282A6B;
  font-family: "NexaRegular";
}

.visionary-section .founder-img {
  width: 185px;
  height: 223px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.visionary-section .founder-caption {
  font-family: "NexaRegular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  text-transform: capitalize;
  color: #141414;
  margin-bottom: 0;
}

.visionary-section .founder-subcaption {
  font-family: "NexaLight";
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  text-transform: capitalize;
  color: #141414;
}

.visionary-section .paragraph {
  font-family: "NexaLight";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 28px;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  .visionary-section {
    padding: 5rem 0.5rem;
    text-align: center;
  }
  .visionary-section .section-title {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .visionary-section .section-title .bold {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.heroSwiper .hero-content img {
  width: 21.688rem;
  height: 5.313rem;
  object-fit: contain;
  margin-bottom: 1rem;
}

.brands-frame-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 5rem 4.25rem;
}

.brands-frame-section .bg-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.brands-frame-section .frame-wrapper {
  position: relative;
  width: 100%;
  display: block;
}

.brands-frame-section .frame-img {
  width: 100%;
  display: block;
}

.brands-frame-section .frame-text,
.brands-frame-section .logos,
.brands-frame-section .side-text {
  position: absolute;
}

.brands-frame-section .frame-img {
  width: 100%;
  display: block;
}

.brands-frame-section .frame-text {
  position: absolute;
  top: 50%;
  left: 21%;
  transform: translateY(-50%);
  max-width: 400px;
}

.brands-frame-section .frame-text .subtitle {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-family: "NexaLight";
  padding-bottom: 1.5rem;
}

.brands-frame-section .frame-text .subtitle span {
  color: #2771B8;
  font-weight: 400;
  font-size: 1rem;
  font-family: "NexaLight";
}

.brands-frame-section .frame-text .title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #fff;
  font-family: "NexaRegular";
  margin-bottom: 0;
}

.brands-frame-section .frame-text .title2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #fff;
  font-family: "NexaRegular";
}

.brands-frame-section .frame-text .title2 span {
  color: #2771B8;
  font-size: 2rem;
  font-weight: 400;
  font-family: "NexaBold";
}

.brands-frame-section .frame-text .description {
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  height: 150px;
  font-family: "NexaLight";
}

.brands-frame-section .logos {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.brands-frame-section .logos img {
  height: 3.75rem;
  width: 8.5rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.brands-frame-section .side-text {
  position: absolute;
  top: 20%;
  right: 7%;
  transform: rotate(-90deg) translateY(50%);
  transform-origin: right center;
  font-size: 2rem;
  color: #FEFEFE;
  font-weight: 400;
  font-family: "NexaBold";
}

@media (max-width: 769px) {
  .brands-frame-section {
    padding: 5rem 0.5rem;
  }
  .brands-frame-section .frame-img {
    display: none;
  }
  .brands-frame-section .frame-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .brands-frame-section .frame-text,
  .brands-frame-section .logos,
  .brands-frame-section .side-text {
    position: static;
    transform: none;
    text-align: center;
    width: 100%;
  }
  .brands-frame-section .frame-text {
    order: 0;
    position: static;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
  .brands-frame-section .logos {
    order: 2;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .brands-frame-section .logos img {
    width: 100px;
    height: auto;
    filter: brightness(0) invert(1);
  }
  .brands-frame-section .side-text {
    order: 1;
    font-size: 1.25rem;
    transform: none;
    writing-mode: horizontal-tb;
    margin-top: 0;
    color: #fff;
  }
  .brands-frame-section .frame-text .description {
    height: 100% !important;
  }
}
@media (max-width: 1024px) {
  .brands-frame-section .frame-text .description {
    height: 90px;
  }
  .brands-frame-section .logos img {
    height: 2.75rem;
    width: 2.75rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
  .brands-frame-section .side-text {
    font-size: 1.5rem;
  }
  .brands-frame-section .logos {
    right: 11%;
    gap: 5px;
  }
}
.authorized-brands-section {
  background-image: url("../img/automotive/authorized-brands.png");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 5rem 5rem;
}

.authorized-brands-section .container-fluid {
  position: relative;
  z-index: 2;
  padding: 0;
}

.authorized-brands-section .section-title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "NexaRegular";
  height: 100px;
  color: #FFFFFF;
  padding: 1.5rem 1.5rem;
}

.authorized-brands-section .brand-logo {
  max-height: 2.188rem;
  max-width: 3.75rem;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.authorized-brands-section .brand-logo:hover {
  transform: scale(1.1);
}

.authorized-brands-section .all-logos {
  background-color: rgba(0, 0, 0, 0.2);
  height: 5.5rem;
  padding-left: 2.5em;
}

@media (max-width: 768px) {
  .authorized-brands-section {
    margin: 5rem 1.25rem;
  }
  .authorized-brands-section .all-logos {
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .authorized-brands-section .section-title {
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "NexaRegular";
    height: 100px;
    color: #FFFFFF;
    padding: 1.5rem 1.5rem;
  }
  .authorized-brands-section .all-logos {
    height: 6.5rem;
  }
}
.brands-frame-section2 {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 5rem 4.25rem;
  margin-bottom: 5rem;
}

.brands-frame-section2 .bg-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.brands-frame-section2 .frame-wrapper {
  position: relative;
  width: 100%;
  display: block;
}

.brands-frame-section2 .frame-img {
  width: 100%;
  display: block;
}

.brands-frame-section2 .frame-text,
.brands-frame-section2 .logos,
.brands-frame-section2 .side-text {
  position: absolute;
}

.brands-frame-section2 .frame-img {
  width: 100%;
  display: block;
}

.brands-frame-section2 .frame-text {
  position: absolute;
  top: 50%;
  left: 21%;
  transform: translateY(-50%);
  max-width: 400px;
}

.brands-frame-section2 .frame-text .subtitle {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-family: "NexaLight";
  width: 100%;
  padding-bottom: 1.5rem;
}

.brands-frame-section2 .frame-text .subtitle span {
  color: #2771B8;
  font-weight: 400;
  font-size: 1rem;
  font-family: "NexaLight";
}

.brands-frame-section2 .frame-text .title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #fff;
  font-family: "NexaRegular";
  margin-bottom: 0;
}

.brands-frame-section2 .frame-text .title2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #fff;
  font-family: "NexaBold";
}

.brands-frame-section2 .frame-text .title span {
  color: #2771B8;
  font-size: 2rem;
  font-weight: 400;
  font-family: "NexaBold";
}

.brands-frame-section2 .frame-text .description {
  font-size: 1.5rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  font-family: "NexaLight";
  width: 93%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.brands-frame-section2 .frame-text .description2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "NexaLight";
  width: 93%;
}

.brands-frame-section2 .logos {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.brands-frame-section2 .logos img {
  height: 29.313rem;
  width: 43.375rem;
  object-fit: contain;
}

@media (max-width: 769px) {
  .brands-frame-section2 {
    padding: 5rem 0.5rem;
  }
  /* إخفاء الفريم */
  .brands-frame-section2 .frame-img {
    display: none;
  }
  /* ضبط الحاوية العامة */
  .brands-frame-section2 .frame-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  /* تحويل العناصر لموقع عادي */
  .brands-frame-section2 .frame-text,
  .brands-frame-section2 .logos,
  .brands-frame-section2 .side-text {
    position: static;
    transform: none;
    text-align: center;
    width: 100%;
  }
  .brands-frame-section2 .frame-text {
    order: 0;
    position: static;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
  .brands-frame-section2 .logos {
    order: 2;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .brands-frame-section2 .logos img {
    width: 100% !important;
    height: 15.313rem !important;
  }
  .brands-frame-section2 .side-text {
    order: 1;
    font-size: 1.25rem;
    transform: none;
    writing-mode: horizontal-tb;
    margin-top: 0;
    color: #fff;
  }
  .brands-frame-section2 .frame-text .description {
    height: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .brands-frame-section2 .frame-text .description {
    height: 90px;
  }
  .brands-frame-section2 .logos img {
    height: 29.313rem;
    width: 17.375rem;
    object-fit: contain;
  }
  .brands-frame-section2 .side-text {
    font-size: 1.5rem;
  }
  .brands-frame-section2 .logos {
    right: 0%;
    bottom: 0;
    gap: 0px;
  }
}
.kasrawy-grid {
  padding: 3.75rem 0rem;
}

.kasrawy-grid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.kasrawy-grid .box {
  background-color: #C0C0C0;
  position: relative;
  overflow: hidden;
}

.kasrawy-grid .big-image {
  height: 25rem;
  display: flex;
  align-items: center;
}

.kasrawy-grid .left-inner-image {
  height: 100%;
  width: 70%;
  position: relative;
}

.kasrawy-grid .left-inner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(0% 0%, 75% 0%, 100% 20%, 75% 100%, 0% 100%);
}

.kasrawy-grid .overlay-text {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
  z-index: 2;
}

.kasrawy-grid .right-text {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 5rem 2.5rem;
  text-transform: uppercase;
}

.kasrawy-grid .right-text .text1,
.kasrawy-grid .right-text .text2 {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  font-family: "NexaLight";
  margin-bottom: 0;
}

.kasrawy-grid .right-text .text3,
.kasrawy-grid .right-text .text4 {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  font-family: "NexaBold";
  margin-bottom: 0;
  padding-top: 6px;
}

.kasrawy-grid .small-box {
  height: 13.125rem;
}

.kasrawy-grid .small-box img {
  max-width: 100%;
  display: block;
  height: 100% !important;
  object-fit: fill;
}

.kasrawy-grid .logo-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.688rem;
  height: 6.25rem;
  object-fit: contain;
  max-width: 100%;
  box-sizing: border-box;
}

.kasrawy-grid .side-image {
  height: 100%;
  min-height: 25rem;
}

.kasrawy-grid .side-image .top-text {
  position: absolute;
  top: 6.25rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  color: #FEFEFE;
  line-height: 40px;
  font-family: "NexaRegular";
  text-transform: uppercase;
  max-width: 100%;
  box-sizing: border-box;
}

.kasrawy-grid .side-image .bottom-text {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 100%;
  text-align: end;
  font-weight: 400;
  font-size: 2rem;
  color: #FEFEFE;
  line-height: 40px;
  font-family: "NexaRegular";
  text-transform: uppercase;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .kasrawy-grid .big-image {
    flex-direction: column;
    height: auto;
  }
  .kasrawy-grid .left-inner-image {
    width: 100%;
    height: auto;
  }
  .kasrawy-grid .right-text {
    width: 100%;
    padding: 2rem 1.5rem;
    align-items: flex-start;
  }
  .kasrawy-grid .right-text .text1,
  .kasrawy-grid .right-text .text2,
  .kasrawy-grid .right-text .text3,
  .kasrawy-grid .right-text .text4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin: auto;
  }
  .kasrawy-grid .small-box {
    height: 10rem;
    margin-bottom: 0.5rem;
  }
  .kasrawy-grid .logo-center {
    width: 4rem;
    height: 5rem;
  }
  .kasrawy-grid .side-image {
    min-height: 18.75rem;
    margin-top: 1rem;
  }
  .kasrawy-grid .side-image .top-text,
  .kasrawy-grid .side-image .bottom-text {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .kasrawy-grid .side-image .bottom-text {
    right: 1rem;
    bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .kasrawy-grid .right-text {
    padding: 1.5rem 1rem;
  }
  .kasrawy-grid .right-text .text1,
  .kasrawy-grid .right-text .text2,
  .kasrawy-grid .right-text .text3,
  .kasrawy-grid .right-text .text4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin: auto;
  }
  .kasrawy-grid .logo-center {
    width: 3.5rem;
    height: 4.5rem;
  }
  .kasrawy-grid .side-image .top-text,
  .kasrawy-grid .side-image .bottom-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .kasrawy-grid .right-text {
    padding: 5rem 0.5rem !important;
  }
}
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

.kasrawy-section-2 {
  background-image: url("../img/real-estate/Frame 1984078170.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 3.75rem 4.25rem;
  overflow: hidden;
  margin-bottom: 5rem;
}

.kasrawy-section-2 .container-fluid {
  position: relative;
  z-index: 2;
}

.kasrawy-section-2 .box {
  background-color: #C0C0C0;
  height: 100%;
  min-height: 25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.kasrawy-section-2 .left-box {
  background-color: #c0c0c0;
  padding: 0 !important;
}

.kasrawy-section-2 .top-image-wrapper {
  height: 50%;
  position: relative;
  overflow: hidden;
}

.kasrawy-section-2 .top-image-wrapper .top-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0% 0%, 75% 0%, 100% 20%, 75% 100%, 0% 100%);
}

.kasrawy-section-2 .overlay-text {
  position: absolute;
  top: 10%;
  left: 2%;
  padding: 0 1rem;
  width: 9.188rem;
  height: 2.563rem;
}

.kasrawy-section-2 .overlay-text img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kasrawy-section-2 .left-box .text-section {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.kasrawy-section-2 .left-box .tagline1 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #FEFEFE;
  font-family: "NexaLight";
}

.kasrawy-section-2 .left-box .tagline2 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #FEFEFE;
  font-family: "NexaBold";
}

.kasrawy-section-2 .left-box .k-icon {
  width: 2.563rem;
  height: 3.375rem;
  object-fit: contain;
}

.kasrawy-section-2 .center-box .center-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kasrawy-section-2 .center-box .text-overlay {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.kasrawy-section-2 .center-box .text-overlay .p1 {
  font-size: 2rem;
  font-weight: 400;
  color: #FEFEFE;
  font-family: "NexaLight";
  text-transform: uppercase;
  margin: 0;
}

.kasrawy-section-2 .center-box .text-overlay .p2 {
  font-size: 2rem;
  font-weight: 400;
  color: #FEFEFE;
  font-family: "NexaBold";
  text-transform: uppercase;
  margin: 0;
}

.kasrawy-section-2 .right-box {
  height: 100%;
  min-height: 25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.kasrawy-section-2 .right-image-box {
  flex: 1;
  height: 50%;
  overflow: hidden;
}

.kasrawy-section-2 .right-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kasrawy-section-2 .right-logo-box {
  flex: 1;
  height: 50%;
  background-color: #a0a0a0;
  padding: 2rem 1rem;
}

.kasrawy-section-2 .right-logo-box .logo-image {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
}

.kasrawy-section-2 .right-logo-box .logo-image2 {
  width: 15.625rem;
  height: 3.563rem;
  object-fit: contain;
  margin-top: 1.563rem;
}

@media (max-width: 768px) {
  .kasrawy-section-2 {
    padding: 3.75rem 0.5rem;
  }
  .kasrawy-section-2 .left-box .tagline2 {
    text-align: center;
  }
  .kasrawy-section-2 .right-logo-box .logo-image2 {
    width: 10.625rem;
    height: auto;
  }
  .kasrawy-grid {
    padding: 0rem 0rem !important;
  }
}
.red-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 5rem;
}

.red-section .column {
  flex: 1;
  min-width: 15.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.red-section .img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 18.75rem;
}

.red-section .logo-area {
  background-color: #D5564C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
  text-align: center;
  padding: 1.25rem;
  flex: 1;
}

.red-section .logo-area img {
  max-width: 17.375rem;
}

.red-section .bus-area img {
  clip-path: polygon(0% 0%, 100% 0, 75% 20%, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 18.75rem;
}

.red-section .text-box {
  background-color: #F2F2F5;
  color: #D5564C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  min-height: 18.75rem;
  flex: 1;
  clip-path: polygon(100% 0%, 25% 0%, 0% 20%, 25% 100%, 100% 100%);
  margin-left: -7.5rem;
  z-index: 2;
  position: relative;
  padding-top: 6.25rem;
}

.red-section .text-box h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  font-family: "NexaLight";
  text-transform: uppercase;
  font-family: "NexaLight";
}

.red-section .text-box h2 {
  font-family: "NexaBold";
}

.red-section .pioneers {
  font-size: 0.75rem;
  color: #b04c40;
  margin-top: auto;
  width: 100%;
  text-align: end;
}

.red-section .hotline-box {
  position: relative;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
}

.red-section .hotline-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 18.75rem;
}

.red-section .hotline-box .hotline-text {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "NexaRegular";
  color: #FEFEFE;
}

@media (min-width: 1600px) {
  .red-section .text-box {
    background-color: #F2F2F5;
    margin-left: -13rem;
  }
}
@media (max-width: 1024px) {
  .red-section .text-box {
    background-color: #F2F2F5;
    margin-left: -6rem;
    text-align: center;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .red-section {
    flex-direction: column;
    padding: 0 1rem;
    gap: 1.5rem;
  }
  .red-section .column {
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 1.5rem;
  }
  .red-section .text-box {
    margin-left: 0;
    clip-path: none;
    padding-top: 2rem;
    padding: 2rem;
  }
  .red-section .bus-area img,
  .red-section .hotline-box img {
    clip-path: none;
    height: 240px;
    object-fit: cover;
  }
  .red-section .hotline-box .hotline-text {
    font-size: 1.2rem;
    left: 10px;
    bottom: 10px;
  }
  .red-section .logo-area img {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .red-section {
    flex-direction: column;
    padding: 0 0rem;
    gap: 1rem;
    margin-top: 0;
  }
  .red-section .column {
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 0.5rem;
  }
  .red-section .text-box {
    margin-left: 0;
    clip-path: none;
    padding: 1.5rem;
    padding-top: 1.5rem;
  }
  .red-section .bus-area img,
  .red-section .hotline-box img {
    clip-path: none;
    height: 200px;
  }
  .red-section .hotline-box .hotline-text {
    font-size: 1rem;
    left: 8px;
    bottom: 8px;
  }
  .red-section .logo-area img {
    max-width: 80%;
  }
}
.kasrawy-experience-section {
  width: 100%;
  min-height: 25rem;
  background-color: #D5564C;
  overflow: hidden;
  display: flex;
  padding: 5rem 10rem;
  margin: 5rem 0;
  align-items: stretch;
}

.kasrawy-experience-section .content-area {
  flex: 1;
  background-color: #FEFEFE;
  padding: 3.75rem 2.5rem;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1F1F1F;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.kasrawy-experience-section .image-area {
  flex: 1;
  position: relative;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  margin-left: -5rem;
  z-index: 1;
  height: auto;
  display: flex;
  align-items: stretch;
}

.kasrawy-experience-section .image-area .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0% 0%, 83% 0, 100% 25%, 75% 100%, 0% 100%);
  display: block;
}

.kasrawy-experience-section .logo-img {
  width: 15.625rem;
  height: 9.375rem;
  margin-bottom: 1.25rem;
}

.text-content {
  padding-top: 3.125rem;
  text-align: center;
}

.kasrawy-experience-section .subtitle {
  font-size: 2rem;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #282A6B;
  margin-bottom: 0.5rem;
  font-family: "NexaLight";
}

.kasrawy-experience-section .title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #282A6B;
  font-family: "NexaBold";
}

.kasrawy-experience-section .footer-note {
  color: #D5564C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
  font-family: "NexaLight";
  margin-top: 80px;
}

.kasrawy-experience-section .footer-note span {
  color: #D5564C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  font-family: "NexaBold";
}

@media (min-width: 1600px) {
  .kasrawy-experience-section .content-area,
  .kasrawy-experience-section .image-area {
    height: auto;
  }
  .kasrawy-experience-section .main-image {
    height: 100%;
    object-fit: cover;
  }
  .kasrawy-experience-section .image-area {
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    margin-left: -9rem;
  }
}
@media (max-width: 1024px) {
  .kasrawy-experience-section {
    flex-direction: row;
    align-items: stretch;
    padding: 2rem;
  }
  .kasrawy-experience-section .content-area,
  .kasrawy-experience-section .image-area {
    width: 50%;
    margin: 0;
    height: auto;
  }
  .kasrawy-experience-section .image-area {
    margin-left: -5rem;
  }
  .kasrawy-experience-section .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 768px) {
  .kasrawy-experience-section {
    flex-direction: column;
    padding: 3rem 1.25rem;
  }
  .kasrawy-experience-section .content-area,
  .kasrawy-experience-section .image-area {
    clip-path: none;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .kasrawy-experience-section .image-area .main-image {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    margin-top: 1.25rem;
  }
  .kasrawy-experience-section .logo-img {
    width: 12.5rem;
    height: auto;
  }
  .kasrawy-experience-section .subtitle {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .kasrawy-experience-section .title {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .kasrawy-experience-section .footer-note {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .kasrawy-experience-section {
    flex-direction: column;
    padding: 2rem 1rem;
    margin: 2rem 0;
  }
  .kasrawy-experience-section .content-area,
  .kasrawy-experience-section .image-area {
    clip-path: none;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .kasrawy-experience-section .content-area {
    padding: 1.875rem 0.938rem;
    align-items: center;
    text-align: center;
  }
  .kasrawy-experience-section .image-area .main-image {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    margin-top: 1.25rem;
  }
  .kasrawy-experience-section .logo-img {
    width: 9.375rem;
    height: auto;
  }
  .kasrawy-experience-section .subtitle {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .kasrawy-experience-section .title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .kasrawy-experience-section .footer-note {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}
.careers-section {
  padding: 4rem 0;
  margin: auto;
  position: relative;
}

.section-title {
  color: #1E2A68;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 48px;
  font-family: "NexaRegular";
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.jobs-wrapper {
  background-image: url("../img/careers/Frame1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0rem 0;
  position: relative;
  z-index: 1;
}

.job-card {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #FEFEFE;
  transition: transform 1s ease, padding 0.9s ease;
  overflow: hidden;
  min-height: 190px;
  padding: 0;
  transform-origin: bottom;
}

.job-card:hover {
  transform: scaleY(0.97) translateY(-2px);
  padding: 0rem 0rem;
  background-color: #e7e7ec;
  color: #000;
}

.job-info {
  padding: 2rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s ease;
}

.job-card:hover .job-info {
  transform: translateX(50px);
}

.job-info .date,
.job-info .company,
.job-info .details,
.tags-list {
  transition: font-size 0.3s ease;
}

.job-card:hover .title {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "NexaBold";
  line-height: 24px;
  color: #1B1822;
}

.job-card:hover .company,
.job-card:hover .details,
.job-card:hover .tags-list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  font-family: "NexaRegular";
  color: #1B1822;
}

.job-info .title {
  font-size: 1.5rem;
  color: #D5C29C;
  font-family: "NexaBold";
  line-height: 24px;
  transition: font-size 0.3s ease;
}

.job-info .date {
  font-size: 1rem;
  color: #FEFEFE;
  font-family: "NexaLight";
  margin-bottom: 0.5rem;
}

.job-info:hover .date {
  font-size: 0.75rem;
  color: #1B1822;
  font-family: "NexaLight";
  margin-bottom: 0.5rem;
}

.job-info .company {
  font-size: 1rem;
  color: #FEFEFE;
  font-family: "NexaLight";
  margin-bottom: 0.563rem;
  text-transform: lowercase;
}

.job-info .details {
  font-size: 1rem;
  font-family: "NexaLight";
  color: #FEFEFE;
}

.tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 1rem;
  color: #FEFEFE;
  font-family: "NexaRegular";
  font-weight: 400;
}

.job-info:hover .tags-list {
  font-size: 0.75rem;
  color: #1B1822;
  font-family: "NexaRegular";
  font-weight: 400;
}

.job-info:hover .tags-list li::before {
  font-size: 0.75rem;
  color: #1B1822;
  font-family: "NexaRegular";
  font-weight: 400;
}

.tags-list li {
  position: relative;
}

.tags-list li::before {
  content: "•";
  margin-right: 0.4rem;
  color: #FEFEFE;
}

.tags-list li::before {
  content: "•";
  margin-right: 0.4rem;
  color: #FEFEFE;
}

.tags-list li:first-child::before {
  content: "";
}

.job-action {
  width: 220px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: background 0.3s ease;
  border-left: none;
  position: relative;
}

.job-action::before {
  content: "";
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background-color: rgba(254, 254, 254, 0.2);
}

.job-card:hover .job-action {
  background-color: #d5be94;
}

.apply-btn {
  background: transparent;
  border: none;
  color: #D5C29C;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  z-index: 1;
}

.job-card:hover .apply-btn {
  display: none;
}

.hover-actions {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 700;
  color: #282A6B;
  width: 100%;
}

.job-card:hover .hover-actions {
  opacity: 1;
  visibility: visible;
  width: 90%;
}

.hover-actions button {
  background: transparent;
  border: none;
  color: #1E2A68;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.95rem;
  margin: auto;
}

.not-interested,
.apply {
  width: 50%;
}

@media (max-width: 991px) {
  .job-card {
    flex-direction: column;
    min-height: auto;
  }
  .job-info {
    padding: 1.5rem;
    transform: none !important;
  }
  .job-card:hover .job-info {
    transform: none;
  }
  .job-action {
    width: 100%;
    border-left: none;
    border-top: 1px solid #c1ac86;
    margin-top: 1rem;
    padding: 1rem 0;
    flex-direction: row;
    justify-content: space-around;
  }
  .job-action::before {
    display: none;
  }
  .apply-btn {
    font-size: 1rem;
  }
  .hover-actions {
    flex-direction: row;
    justify-content: space-around;
    gap: 0.5rem;
  }
  .hover-actions button {
    font-size: 0.95rem;
  }
  .section-title {
    font-size: 2rem;
    text-align: center;
    padding: 1.5rem 1rem;
  }
  .tags-list {
    font-size: 0.875rem;
    flex-wrap: wrap;
  }
  .job-info .title {
    font-size: 1.25rem;
  }
  .job-info .company,
  .job-info .details {
    font-size: 0.875rem;
  }
  .job-info .date {
    font-size: 0.75rem;
  }
}

/*# sourceMappingURL=style.css.map */
