@import url("./frontend.css");

/* general style for swiper  */

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Active Button style in swiper*/
.swiper-prev,
.swiper-next {
  background-color: var(--disabled-slider-btn-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
}

.swiper-button-prev.active,
.swiper-button-next.active {
  background-color: #002f87 !important;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: var(--disabled-slider-btn-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #fff;
  opacity: 1 !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.swiper-button-prev.active,
.swiper-button-prev.active {
  background-color: #002f87 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
}

.hero {
  min-height: 100vh;
  margin-bottom: 22px;
  padding-top: 80px; 
}

.hero .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero .content {
  width: 100%;
  color: var(--white-color);
  padding: 40px 0 ;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  min-height: 100vh;
}

.hero .content .hero-text-container {
  max-width: 1056px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  margin-left: 83px;
  margin-bottom: 73px;
}

html[dir="ltr"] .hero .content .hero-text-container {
  margin-left: 83px;
  margin-right: 0;
  text-align: left;
}

html[dir="rtl"] .hero .content .hero-text-container {
  margin-right: 83px;
  margin-left: 0;
  text-align: right;
}

.hero .content h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 76.8px;
  color: var(--white-color);
}

html[dir="ltr"] .hero .content h1 {
  text-align: left;
}

html[dir="rtl"] .hero .content h1 {
  text-align: right;
}

.hero .underline {
  height: 2px;
  background-color: #ffffff80;
  margin: 10px 0 0;
  transition: width 0.5s ease;
  animation: expandLine 1s forwards;
  border: 1px solid #ffffff80;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -webkit-animation: expandLine 1s forwards;
}

@keyframes expandLine {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.hero .content p {
  font-size: 36px;
  font-weight: 400;
  line-height: 57.6px;
  margin-bottom: 24px;
  margin-top: 40px;
  color: var(--white-color);
}

.hero .explore-more-btn {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: var(--blue-color);
  background-color: var(--yellow-color);
  border-radius: 8px;
  padding: 8px 22.5px;
  transition: 0.25s all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
}

.hero .explore-more-btn img {
  margin-inline-start: 19px;
}

html[dir="rtl"] .hero .explore-more-btn img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.hero .explore-more-btn:hover {
  opacity: 0.8;
}

/* media query for hero section  */
@media (max-width: 768px) {
  .hero {
    min-height: 100vh !important;
    margin-bottom: 0 !important;
    padding-top: 60px !important; /* Smaller padding for mobile navbar */
  }
 

  .hero .swiper {
    height: 100vh;
  }

  button:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  
  .hero .content {
    padding: 24px !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }  .hero .content .hero-text-container {
    max-width: 100% !important;
    text-align: center !important;
    align-items: center !important;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  html[dir="ltr"] .hero .content .hero-text-container,
  html[dir="rtl"] .hero .content .hero-text-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    align-items: flex-start !important;
  }

  html[dir="rtl"] .hero .content .hero-text-container {
    text-align: right !important;
    align-items: flex-end !important;
  }
  .hero .content h1 {
    font-size: 24px;
    line-height: 38.4px;
    color: var(--white-color);
    width: 100%;
  }

  html[dir="ltr"] .hero .content h1 {
    text-align: left;
  }

  html[dir="rtl"] .hero .content h1 {
    text-align: right;
  }
  .hero .underline {
    margin: 10px 0 0;
    align-self: flex-start;
    width: 60%;
  }

  html[dir="rtl"] .hero .underline {
    align-self: flex-end;
  }
  .hero .content p {
    font-size: 12px;
    line-height: 19.2px;
    margin-bottom: 24px;
    margin-top: 24px;
    color: var(--white-color);
    width: 100%;
  }

  html[dir="ltr"] .hero .content p {
    text-align: left;
  }

  html[dir="rtl"] .hero .content p {
    text-align: right;
  }  .hero .explore-more-btn {
    font-size: 12px;
    line-height: 19.2px;
    padding: 6.5px;
    min-width: 156px;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  html[dir="rtl"] .hero .explore-more-btn {
    align-self: flex-end;
  }

  .hero .explore-more-btn:hover {
    opacity: 0.8;
  }
  html, body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: 100vw;
    max-width: 100%;
  }
}

@media(min-width:992px) and (max-width:1024px) {
  .hero .content {
    padding: 24px 50px;
  }

  .hero .content h1 {
    font-size: 23px;
    line-height: 38.4px;
  }

  .hero .content p {
    font-size: 18px;
    line-height: 25px;
  }
}

/* start about section style  */
.about-us {
  margin-bottom: 54px;
}

.about-us .heading {
  margin-bottom: 16px;
}

.about-us h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: var(--yellow-color);
}

.about-us h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 57.6px;
  color: var(--blue-color);
}

.about-us .about-content {
  max-width: 772px;
}

.about-us p {
  font-size: 24px;
  font-weight: 400;
  line-height: 38.4px;
  color: var(--gray-text-color);
}

.about-us .imgs-container {
  max-width: 424px !important;
}

.about-us .img {
  margin-bottom: 16px;
}

/* media query for about-us section style  */
@media (max-width: 992px) {
  .about-us {
    margin-bottom: 24px;
    padding-top: 0;
    margin-top: 0;
  }

  .about-us .heading {
    margin-bottom: 8px;
  }

  .about-us h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
  }

  .about-us h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
  }

  .about-us .about-content {
    max-width: 100%;
  }

  .about-us p {
    font-size: 12px;
    line-height: 19.2px;
  }  .about-us .imgs-container {
    max-width: 100% !important;
    margin-top: 32px;
  }
}

@media(min-width:993px) and (max-width:1025px) {
  .about-us p {
    font-size: 14px;
    line-height: 25px;
  }
}

/* profile button in about section */
.about-us .profile-btn-container {
  margin-top: 24px;
}

.about-us .profile-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  color: var(--blue-color);
  background-color: var(--yellow-color);
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-block;
  transition: 0.25s all;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
}

.about-us .profile-btn:hover {
  opacity: 0.8;
  color: var(--blue-color);
  text-decoration: none;
}

@media (max-width: 992px) {
  .about-us .profile-btn-container {
    margin-top: 24px;
  }
  
  .about-us .profile-btn {
    font-size: 16px;
    line-height: 25.6px;
    padding: 10px 20px;
  }
}

/* start find-us-section-style  */
.find-us {
  background-color: var(--light-blue-color);
  padding: 56px 0 40.44px;
  margin-bottom: 64px;
}

.find-us .container {
  max-width: calc(100% - 13px) !important;
  padding-inline-start: 0 !important;
  margin-inline-start: 0 !important;
}

/* .find-us .map-container{
  max-width: 605.03px !important;
  min-height: 468.23px !important;
} */
.find-us .find-us-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

html[dir="rtl"] .find-us .find-us-img img {
  transform: none;
}

.find-us .col-lg-6 {
  max-width: 736px;
}

.find-us h2 {
  text-align: center !important;
}

.find-us .get-direction {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.find-us .get-direction .txt {
  max-width: 506px;
}

.find-us p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  color: #5c5c5c;
}

.find-us p span {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.find-us .location-link a {
  background-color: rgba(255, 236, 76, 1);
  color: rgba(34, 65, 146, 1);
  font-size: 16px;
  font-weight: 500;
  padding: 3px 16px;
  line-height: 25.6px;
  border-radius: 8px;
  /*min-width: 119px;
  */transition: 0.25s all;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.find-us .location-link:hover {
  opacity: 0.8;
}

.find-us .addresses {
  display: flex;
  justify-content: space-between;
}

.find-us .get-direction,
.find-us .address {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  border: 1px solid rgba(208, 208, 208, 1);
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.find-us .addresses div:last-child {
  margin-inline-end: 0 !important;
}

.find-us .address {
  max-width: 240px;
  min-height: 113px;
  margin-inline-end: 8px;
}

@media (max-width: 1024px) {
  .find-us {
    background-color: var(--light-blue-color);
    padding: 24px 0;
  }

  .find-us .container {
    max-width: 100% !important;
    padding-inline-start: 16px !important;
    padding-inline-end: 16px !important;
  }

  .find-us .row {
    justify-content: center !important;
  }

  .find-us .map-container {
    margin-bottom: 16.44px;
  }

  .find-us .col-lg-6 {
    max-width: 100%;
  }
  .find-us .heading {
    text-align: center;
  }

  .find-us .project-locations-title h2 {
    line-height: 1.3;
    font-size: 24px;
  }

  .find-us .get-direction {
    margin-bottom: 10px;
    display: block;
  }

  .find-us .get-direction .txt {
    max-width: 100%;
  }

  .find-us p {
    margin-bottom: 0;
  }

  .find-us .location-link {
    display: flex;
    justify-content: end;
  }

  .find-us .location-link a {
    font-size: 12px;
    padding: 3px 16px;
    line-height: 19.2px;
    /* max-width: 99px; */
  }

  .find-us .get-direction,
  .find-us .address {
    padding: 16px;
  }

  .find-us .addresses {
    display: block;
  }

  .find-us .address {
    max-width: 100% !important;
    min-height: 113px;
    margin-inline-end: 0px;
    margin-bottom: 10px;
  }
}

@media(max-width:567px) {
  .find-us .find-us-img {
    text-align: center;
  }

  .find-us .find-us-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .find-us .project-locations-title h2 {
    line-height: 1.2;
    font-size: 22px;
  }
}

/* start why-choose-us-section-style  */
.why-choose-us {
  background-color: #e8e8e8;
  padding-inline-end: 56px;
  margin-bottom: 108px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.why-choose-us .why-choose-us-container {
  flex-shrink: 0;
}

.why-choose-us .img {
  max-width: 710px;
  min-height: 569px;
}

.why-choose-us img {
  max-width: 100%;
  min-height: 100%;
}

.why-choose-us h3 {
  color: var(--blue-color);
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
  text-align: start;
}

.why-choose-us .content {
  max-width: 616px;
}

.why-choose-us .our-card {
  box-shadow: 0px 4px 20px 0px #0000002e;
  background-color: var(--white-color);
  border-radius: 16px;
  margin-bottom: 32px;
  min-width: 618px;
  flex-shrink: 0;
  transition: 0.5s all;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.why-choose-us .header {
  padding: 24px 46px 24px 24px;
}

.why-choose-us .header img {
  max-width: 80px;
  max-height: 80px;
  object-fit: cover;
  margin-inline-end: 14.9px;
}

.why-choose-us .header h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 38.4px;
  color: var(--blue-color);
}

.why-choose-us button {
  outline: none;
  border: none;
  background-color: #002f876e;
  width: 36px;
  height: 36px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10.72;
  color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.why-choose-us .card-content {
  max-width: 544px;
  padding-inline-start: 24px;
  padding-bottom: 37px;
  padding-inline-end: 48px;
  display: none;
}

/* media query for why-choose-us section  */
@media (max-width: 1024px) {
  .why-choose-us {
    padding-inline-end: 0;
    margin-bottom: 24px;
    padding-bottom: 27px;
  }

  .why-choose-us .why-choose-us-container {
    flex-direction: column;
    justify-content: center;
  }

  .why-choose-us .img {
    max-width: 100% !important;
    min-height: 277px;
    margin-bottom: 50px;
    padding: 0 15px;
  }

  .why-choose-us h3 {
    font-size: 24px;
    line-height: 25.6px;
    text-align: center;
  }

  .why-choose-us .content {
    min-width: 100%;
    padding: 0 24px;
  }

  .why-choose-us .our-card {
    border-radius: 8px;
    margin-bottom: 32px;
    min-width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

  .why-choose-us .header {
    padding: 13.5px 18.5px;
  }

  .why-choose-us .header img {
    max-width: 20.41px;
    max-height: 22.8px;
    margin-inline-end: 8px;
  }

  .why-choose-us .header h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
  }

  .why-choose-us button {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7.15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

  .why-choose-us .card-content {
    max-width: 100%;
    padding: 16px;
    display: none;
  }
}

/* start alaragi-numbers-section-style  */
.alarji-numbers {
  margin-bottom: 125px;
}

.alarji-numbers .heading {
  margin-bottom: 48px;
}

.alarji-numbers h2 {
  text-align: center;
}

.alarji-numbers .col-lg-2,
.alarji-numbers .col-lg-3,
.alarji-numbers .col-lg-1 {
  flex-shrink: 0;
  padding: 0 !important;
}

.alarji-numbers .content {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.alarji-numbers .row>div {
  position: relative;
}

.alarji-numbers .row>div:not(:last-child)::after {
  content: "";
  position: absolute;

  bottom: 0;
  width: 1px;
  background-color: #e7e7e7;
  height: 65%;
}

html[dir="ltr"] .alarji-numbers .row>div:not(:last-child)::after {
  right: 0;
}

html[dir="rtl"] .alarji-numbers .row>div:not(:last-child)::after {
  left: 0;
}

.alarji-numbers .icon {
  max-height: 80px;
  margin-bottom: 16px;
}

.alarji-numbers .card-5 .icon {
  margin-top: 0;
}

.alarji-numbers .icon img {
  object-fit: cover;
  /* width: 100%; */
  height: 100%;
}

.alarji-numbers h4,
.alarji-numbers h5 {
  color: rgba(115, 115, 115, 1);
}

.alarji-numbers h4 {
  font-family: 'Dubai', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 51.2px;
  margin: 0;
}

.alarji-numbers h5 {
  font-family: 'Dubai', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  margin: 0;
}

.sm-screen {
  display: none;
}

.sm-screen .col-5 {
  margin-bottom: 32px;
  flex-shrink: 0 !important;
  /* min-height: 150px; */
}

.sm-screen .content {
  height: 100%;
  /* min-height: 150px !important; */
  flex-shrink: 0;
}


/* media query for alarji-numbers  */
@media (max-width: 1200px) {
  .alarji-numbers {
    margin-bottom: 37.47px;
  }

  .sm-screen {
    display: none;
  }

  .lg-screen {
    display: block;
  }

  .alarji-numbers .card-5 .icon {
    margin-top: 0;
  }
}

@media(min-width:1200px) {
  .alarji-numbers.sm-screen {
    display: none;
  }

  .alarji-numbers.lg-screen {
    display: block;
  }
}
  


/* start contact us section style  */
.contact-us {
  background-color: #eff1f3;
  margin-top: 69px;
}

.contact-us .cont-container {
  flex-shrink: 0;
}

.contact-us .img {
  max-width: 806px;
  padding-bottom: 0 !important;
}

.contact-us .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;
}

.contact-us .contact-form {
  min-width: 515px;
  padding: 0 16px;
  margin: 0 auto;
  text-align: left;
}

/* RTL support for Arabic */
[dir="rtl"] .contact-us .contact-form {
  text-align: right;
}

.contact-us .contact-form .input,
.contact-us .contact-form .txtarea {
  text-align: left;
}

/* RTL support for Arabic */
[dir="rtl"] .contact-us .contact-form .input,
[dir="rtl"] .contact-us .contact-form .txtarea {
  text-align: right;
}

.contact-us .heading {
  margin-bottom: 24px;
}

.contact-us h3 {
  color: #5c5c5c;
  font-size: 40px;
  font-weight: 500;
  line-height: 64px;
}

.contact-us label {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 8px;
  text-align: left;
}

/* RTL support for Arabic */
[dir="rtl"] .contact-us label {
  text-align: right;
}

.contact-us input::placeholder,
.contact-us textarea::placeholder {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.contact-us .form-control {
  border: 1px solid #d0d0d0 !important;
  border-radius: 10px !important;
  padding: 11px 16px !important;
  margin-bottom: 24px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.contact-us textarea {
  min-height: 148px;
}

.contact-us button {
  border: none;
  outline: none;
  background-color: var(--yellow-color);
  border-radius: 8px;
  color: var(--blue-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  min-width: 157px;
  padding: 8px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.contact-us button:hover {
  background-color: var(--blue-color);
  color: var(--yellow-color);
}

/* media query for contact us section  */
@media (max-width: 1024px) {
  .contact-us {
    padding-top: 23px;
    padding-bottom: 24px;
  }  .contact-us .cont-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact-us .contact-form {
    text-align: left;
  }

  /* RTL support for Arabic - mobile */
  [dir="rtl"] .contact-us .contact-form {
    text-align: right;
  }

  .contact-us .contact-form .input,
  .contact-us .contact-form .txtarea {
    text-align: left;
  }

  /* RTL support for Arabic - mobile */
  [dir="rtl"] .contact-us .contact-form .input,
  [dir="rtl"] .contact-us .contact-form .txtarea {
    text-align: right;
  }.contact-us .img {
    max-width: 100%;
    width: 100%;
    min-height: 332px;
    margin-bottom: 4px;
    margin-top: -70px;
    margin-right: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-us .img img {
    width: auto;
    height: auto;
    max-width: 80%;
    object-fit: contain;
  }

  .contact-us .contact-form {
    min-width: 100%;
    padding: 0 28px;
    margin-inline-end: 0px;
    margin: auto;
  }  .contact-us .heading {
    margin-bottom: 0px;
    text-align: center;
  }

  .contact-us h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
  }  .contact-us label {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
    margin-bottom: 5px;
    text-align: left;
  }

  /* RTL support for Arabic - mobile */
  [dir="rtl"] .contact-us label {
    text-align: right;
  }

  .contact-us input::placeholder,
  .contact-us textarea::placeholder {
    color: #d2d2d2;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
  }

  .contact-us .form-control {
    border: 1px solid #d0d0d0 !important;
    border-radius: 10px !important;
    padding: 8px 13px !important;
    margin-bottom: 16px;
  }

  .contact-us textarea {
    min-height: 98px;
  }

  .contact-us button {
    font-size: 12px;
    line-height: 19.2px;
    min-width: 100%;
    padding: 6.5px;
  }
}

/* * start our-key section style  */
.our-key {
  padding: 0 22px;
  margin-bottom: 147px;
}

.our-key .heading {
  margin-bottom: 31px;
}

.our-key h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 57.6px;
  color: var(--blue-color);
}

.swiper-container {
  position: relative;
  padding: 0;
}

.swiper-container,
.swiper-container .swiper-wrapper {
  max-height: 134px !important;
}

.our-key .swiper-button-prev,
.our-key .swiper-rtl .swiper-button-next {
  left: 0 !important;
  right: auto;
}

.key-next,
.key-prev {
  top: 50%;
  transform: translateY(-50%);
}

.our-key .swiper-slide {
  min-height: 134px !important;
  padding: 22px;
  height: 100%;
  background-color: var(--light-yellow-color);
}

.our-key .card-content {
  gap: 24px;
}

.our-key .icon {
  min-width: 80px;
}

.our-key .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our-key .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blue-color);
  color: var(--yellow-color);
  display: flex;
  justify-content: center;
  align-items: center;
  /* transform: translateX(%); */
  opacity: 0;
  z-index: 2;
  transition: 0.5s ease-in-out;
}

.our-key .layer:hover {
  opacity: 1;
  cursor: pointer;
}

.our-key .txt h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 38.4px;
  color: #1e3b84;
  position: relative;
  text-align: start;
  z-index: 1;
}

.our-key .txt h4::after {
  content: "";
  position: absolute;
  bottom: -5px;
  z-index: -1;
  width: 71px;
  background-color: #1e3b84;
  height: 3px;
}

html[dir="ltr"] .our-key .txt h4::after {
  left: 0;
}

html[dir="rtl"] .our-key .txt h4::after {
  right: 0;
}

.our-key .layer p {
  font-size: 24px;
  font-weight: 500;
  line-height: 38.4px;
  margin: 0 16px;
  text-align: center;
  text-wrap: balance;
}

.our-key .swiper-button-prev,
.our-key .swiper-button-next {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 10.72px;
  color: var(--white-color);
  z-index: 99;
}

.our-key .swiper-button-prev {
  left: 0 !important;
}

.our-key .swiper-button-next {
  right: 0 !important;
}

@media (max-width: 1024px) {
  .our-key {
    padding: 0;
    margin-bottom: 70px;
  }

  .our-key .icon {
    min-width: 60px;

  }

  .our-key .heading {
    margin-bottom: 16px;
  }

  .our-key .swiper.container {
    max-width: 100% !important;
    padding: 0 !important;

  }

  .swiper-container,
  .swiper-container .swiper-wrapper {
    min-height: 158px !important;
  }

  .our-key .swiper-slide {
    padding: 16px;
    min-height: 158px !important;
  }

  .our-key .card-content {
    gap: 16px;
    flex-direction: column !important;
    justify-content: space-between !important;
    text-align: center;
    height: 100%;
    min-height: 100%;
  }

  .our-key .txt h4 {
    font-size: 14px;
    line-height: 22.4px;
    color: #1e3b84;
    display: inline-block;
    text-align: center;
  }

  .our-key .txt h4::after {
    position: unset;
    margin: auto;
    display: block;
    width: 95px;
  }

  .our-key .layer p {
    font-size: 12px;
    line-height: 19.2px;
  }

  .our-key .swiper-button-prev,
  .our-key .swiper-button-next {
    position: absolute;
    top: calc(100% + 20px);
    width: 24px;
    height: 24px;
  }

  .our-key .swiper-button-prev {
    left: 24px !important;
  }

  .our-key .swiper-button-next {
    right: 24px !important;
  }
}

/* start our-services-section-style  */

.services .services-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.services .swiper-slide {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services .service-box {
  position: absolute;
  top: 50%;
  text-align: start;
  transform: translateY(-50%);
  max-width: 628px;
  min-height: 367px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54.5px 27.5px;
  isolation: isolate;
}

html[dir="ltr"] .services .service-box {
  left: 8%;
}

html[dir="rtl"] .services .service-box {
  right: 8%;
}

.services .service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292D32;
  background: rgba(41, 45, 50, 0.33);
  backdrop-filter: blur(12.9px);
  border-radius: 8px;
  z-index: -1;
  -webkit-backdrop-filter: blur(12.9px);
}

.services .service-box h3 {
  color: var(--yellow-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 51.2px;
  position: relative;
  z-index: 6;
  margin-bottom: 24px;
  display: inline-block;
  isolation: isolate;
}

.services .service-box h3::after {
  content: "";
  position: absolute;
  top: -8px;
  min-width: 133px;
  height: 3px;
  background: var(--yellow-color);
  z-index: 9;
}

html[dir="ltr"] .services .service-box h3::after {
  left: 0;
}

html[dir="rtl"] .services .service-box h3::after {
  right: 0;
}

.services .service-box p {
  font-size: 24px;
  line-height: 38.8px;
  margin-bottom: 20px;
  font-weight: 400;
  color: var(--white-color);  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services .service-box .read-more {
  color: var(--yellow-color);
  border-bottom: 1px solid var(--yellow-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 38.4px;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  transition: color 0.3s ease;
  /* margin-inline-start: 10.72px; */
  text-transform: capitalize;
}

.services .service-box .read-more:hover {
  opacity: 0.8;
}

.services .swiper-button-prev,
.services .swiper-button-next {
  width: 52.5px;
  height: 52.5px;
  color: var(--white-color);
  border-radius: 12px;
  display: flex;
  top: 50%;
  align-items: center;
  justify-content: center;
}


html[dir="rtl"] .services .swiper-button-next i {
  transform: rotate(-180deg);
}

html[dir="rtl"] .services .swiper-button-prev i {
  transform: rotate(-180deg);
}

html[dir="ltr"] .services .swiper-button-prev {
  left: 48.5px !important;
}

html[dir="ltr"] .services .swiper-button-next {
  right: 48.5px !important;
}

html[dir="rtl"] .services .swiper-button-prev {
  right: 48.5px !important;
}

html[dir="rtl"] .services .swiper-button-next {
  left: 48.5px !important;
}

.swiper-button-next {
  margin-top: 0 !important;
}

.swiper-button-prev {
  margin-top: 0 !important;
}

.services .swiper-button-prevswiper-prev::after,
.services .swiper-button-next::after {
  font-size: 10.7px;
}

@media (max-width: 992px) {
  .services .swiper-wrapper {
    max-height: 283px;
  }

  .services .swiper-slide {
    max-height: 283px;
  }
  html[dir="rtl"] .services .service-box {
    left: 50% !important;
    transform: translateX(-2%) translateY(0) !important;
    min-width: calc(100% - 80px) !important;
    max-width: calc(100% - 80px) !important;
    -webkit-transform: translateX(-2%) translateY(0) !important;
    -moz-transform: translateX(-2%) translateY(0) !important;
    -ms-transform: translateX(-2%) translateY(0) !important;
    -o-transform: translateX(-2%) translateY(0) !important;
}
  html[dir="ltr"] .services .service-box {
    left: 50% !important;
    transform: translateX(-50%) translateY(0) !important;
    min-width: calc(100% - 80px) !important;
    max-width: calc(100% - 80px) !important;
    -webkit-transform: translateX(-50%) translateY(0) !important;
    -moz-transform: translateX(-50%) translateY(0) !important;
    -ms-transform: translateX(-50%) translateY(0) !important;
    -o-transform: translateX(-50%) translateY(0) !important;
}  .services .service-box {
    top: unset;
    bottom: 0;
    text-align: center;
    padding: 13px 8px !important;
    min-height: 170px !important;
    border-radius: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    isolation: isolate;
  }  .services .service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292D32;
    background: rgba(41, 45, 50, 0.33);
    backdrop-filter: blur(12.9px);
    -webkit-backdrop-filter: blur(12.9px);
    border-radius: 8px;
    z-index: -1;
  }


  .services .services-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #1b3168;
  }

  html[dir="ltr"] .services .swiper-button-prev {
    left: 12px !important;
    top: 65% !important;
  }

  html[dir="ltr"] .services .swiper-button-next {
    right: 12px !important;
    top: 65% !important;
  }

  html[dir="rtl"] .services .swiper-button-prev {
    right: 12px !important;
    top: 65% !important;
  }

  html[dir="rtl"] .services .swiper-button-next {
    left: 12px !important;
    top: 65% !important;
  }

  .services .service-box h3 {
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 17px;
  }

  .services .service-box h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--yellow-color);
  }

  .services .service-box p {
    font-size: 12px;
    line-height: 19.2px;
    margin-bottom: 0;
  }

  .services .service-box .read-more {
    font-size: 12px;
    line-height: 19.2px;
  }

  .services .swiper-button-prev,
  .services .swiper-button-next {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }

  .services .swiper-button-prev::after,
  .services .swiper-button-next::after {
    font-size: 10.7px;
  }
}

@media(min-width:992px) and (max-width:1024px) {
  html[dir="ltr"] .services .service-box {
    left: 15%;
  }

  html[dir="rtl"] .services .service-box {
    right: 15%;
  }

  .services .service-box {
    max-width: 528px;
  }
}

/* Achievement Section Styles */
.achievements-section {
  margin-bottom: 97px;
}

.achievements-section .achievements-swiper {
  margin-top: 46px;
}

.achievements-section .swiper-wrapper,
.achievements-section .swiper {
  height: auto !important;
}

/* Navigation Controls */
.achievements-section .achievements-controls {
  gap: 22px;
}

.achievements-section .achievements-prev,
.achievements-section .achievements-next {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 10.72px;
  color: var(--white-color);
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--disabled-slider-btn-color);
}

.achievements-section .achievements-prev.active,
.achievements-section .achievements-next.active {
  background-color: var(--blue-color);
}

html[dir="rtl"] .achievements-section .achievements-prev i {
  transform: rotate(-180deg);
}

html[dir="rtl"] .achievements-section .achievements-next i {
  transform: rotate(-180deg);
}

.achievements-section .achievements-prev::after,
.achievements-section .achievements-next::after {
  display: none;
}

.achievements-section .achievement-card {
  border-radius: 8px;
  overflow: hidden;

  background: var(--white-color);
  border-top: 10px solid var(--yellow-color);
  max-width: 411px;
  /* min-height: 544px; */
}

.achievements-section .achievement-card-img {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.achievements-section .achievement-card-img[data-landscape="true"] {
  min-height: 411px;

}

.achievements-section .achievement-card-img[data-landscape="false"] {
  min-height: 304px;

}

.achievements-section .achievement-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achievements-section .achievement-card-content {
  background-color: #f1f8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 76px;
  padding: 9px 35px;
}

.achievements-section .achievement-card-content p {
  font-weight: 500;
  line-height: 28.8px;
  color: var(--blue-color);
  font-size: 18px;
  margin: 0;
}

/* .achievements-section .achievements-slide {
  height: auto;
} */

.achievements-section .mob {
  display: none;
}

@media (max-width: 1024px) {
  .achievements-section {
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .achievements-section .achievements-swiper {
    margin-top: 24px;
  }

  .achievements-section .achievements-controls {
    gap: 22px;
  }

  .achievements-section .swiper-button-prev,
  .achievements-section .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    color: var(--white-color);
    transform: translateY(-50%);
  }

  .achievements-section .achievement-card-img {
    width: 100%;
    max-height: 304px;
  }

  .achievements-section .achievement-card-content p {
    line-height: 19.2px;
    font-size: 12px;
  }

  .achievements-section .mob {
    display: flex;
    margin-top: 16px;
  }

  .achievements-section .desktop {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .achievements-section .desktop {
    display: flex !important;
  }

  .achievements-section .mob {
    display: none !important;
  }
}

/* start our-partners-section-style  */
.our-partners {
  margin-bottom: 105px;
  text-align: center;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.our-partners .logos {
  overflow: hidden;
  white-space: nowrap;
}

.our-partners .logos:hover .logos-slide {
  animation-play-state: paused;
}

.our-partners .logos-slide {
  display: flex;
  animation: 15s slide infinite linear;
  gap: 24px;
}

html[dir="rtl"] .our-partners .logos-slide {
  direction: ltr !important;
}

.our-partners .logo {
  flex-shrink: 0;
  flex-grow: 1;
  width: 208px;
  height: 128px;
  border-radius: 8px;
  border: 1px solid rgba(217, 217, 217, 1);
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}

.our-partners img {
  /* max-width: calc(100% - 7px);ظ */
  width: 100%;
  height: 100%
}

@media (max-width: 767px) {
  .our-partners {
    margin-bottom: 34px;
  }

  .our-partners .logos-slide {
    gap: 10px;
  }

  .our-partners .logo {
    width: 114px;
    height: 56px;
  }

  .logo4 {
    max-width: calc(100% - 70px);
    background-color: red;
  }
}

/* Flexbox layout for ALARJI numbers */
.alarji-numbers-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 12px;
  flex-wrap: nowrap;
  max-width: 1439px;
  margin: 0 auto;
  padding: 0 20px;
}

.alarji-item {
  flex: 1;
  min-width: 180px;
  max-width: 220px;
  height: 178px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.alarji-item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
}

.alarji-item .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alarji-item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.alarji-item .number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.alarji-item h4 {
  font-family: 'Dubai', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  color: #737373;
  margin: 0 0 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.alarji-item h5 {
  font-family: 'Dubai', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  color: #737373;
  margin: 0;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* Remove the old separator lines */
.alarji-item:not(:last-child)::after {
  display: none;
}

html[dir="ltr"] .alarji-item:not(:last-child)::after,
html[dir="rtl"] .alarji-item:not(:last-child)::after {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .alarji-numbers-flex {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  
  .alarji-item {
    min-width: 160px;
    max-width: 180px;
    height: 150px;
    padding: 20px 15px;
    flex: 1;
    margin-bottom: 15px;
  }
  
  .alarji-item .content {
    gap: 10px;
  }
  
  .alarji-item .icon {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 768px) {
  .alarji-numbers-flex {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 0 10px;
  }
  
  .alarji-item {
    min-width: 140px;
    max-width: 160px;
    height: 140px;
    padding: 15px 10px;
    flex: 1;
    margin-bottom: 10px;
  }
  
  .alarji-item .content {
    gap: 8px;
  }
    .alarji-item .icon {
    width: 35px;
    height: 35px;
  }
}

/* Mission-Vision specific styles */
.mission-vision .col-lg-6 {
  margin-bottom: 0;
}

/* Mobile responsive for mission-vision section */
@media (max-width: 991px) {
  .mission-vision .row {
    margin-top: 60px;
  }
}