@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
:target {
  scroll-margin-top: 100px;
}

.fancybox__container {
  z-index: 1999;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
  direction: ltr !important;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: var(--main);
}

::-webkit-scrollbar-thumb {
  background: var(--main);
  height: 300px;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

html[lang=ar] {
  direction: rtl;
}

body {
  background: #ffffff;
  overflow-x: hidden;
  position: relative;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  border: none;
  outline: none;
  background: none;
}

.row {
  margin: 0;
  padding: 0;
}

.preloader {
  background-color: #fff;
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url("../images/BG.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  opacity: 0.2;
  pointer-events: none;
}

.preloaderImg {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  background: url("../images/logo.svg") center/contain no-repeat;
  opacity: 0;
  animation: fade-in-logo 1.2s ease forwards;
  background-color: #fff;
}

/* Fade-in animation */
@keyframes fade-in-logo {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
a[href*=tel] {
  direction: ltr;
}

@media screen and (max-width: 768px) {
  html[lang=ar] .nav-links {
    right: -60%;
    left: auto;
  }
  html[lang=ar] .nav-links.active {
    right: 0;
    left: auto;
  }
}
html[lang=ar] header nav .logo img {
  z-index: 1;
}
@media (max-width: 992px) {
  html[lang=ar] header.scrolled img {
    filter: none !important;
  }
}
@media (max-width: 768px) {
  html[lang=ar] main .project-details-section .project-meta {
    right: 0%;
  }
}
html[lang=ar] .values .value-item:last-child {
  border-bottom: none;
  border-right: 2px solid rgba(255, 255, 255, 0.25);
  border-left: none;
}
html[lang=ar] .hero-section .hero-navigation button {
  transform: rotate(180deg);
}
html[lang=ar] .hero-section .hero-wrapper .hero-social::before {
  left: auto;
  right: 20%;
}
html[lang=ar] .hero-section .hero-content {
  right: 5%;
  left: auto;
}
html[lang=ar] main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .hero-center-right {
  text-align: right;
}

.body-overlay {
  position: fixed;
  z-index: 1;
  pointer-events: none;
  top: 0;
  opacity: 1;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: top left;
  background-image: url(../images/body-bg.png);
}

.section-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #078082;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  margin: 12px 0 24px;
  line-height: 1.2;
  z-index: 1;
}
.section-title::before {
  content: "";
  background-image: url("../images/dots.png");
  background-repeat: repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 40px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }
}

/* 🔴 Force Light Mode - Kill Chrome Auto Dark */
html {
  color-scheme: light !important;
  background-color: #ffffff !important;
}

body {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Break Chrome Darkening Logic */
@media (prefers-color-scheme: dark) {
  html,
  body {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  header {
    padding: 1.4rem 10px;
  }
  header .navbar {
    padding: 0 100px;
  }
}
header.scrolled a {
  color: rgb(17, 45, 95) !important;
}
header.scrolled button {
  color: rgb(17, 45, 95) !important;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
header nav.scrolled {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
  border-radius: 15px;
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  header nav.scrolled {
    border-radius: 0 0 15px 15px;
  }
}
@media screen and (max-width: 576px) {
  header nav.navbar {
    padding: 0px 32px;
  }
}
@media screen and (min-width: 577px) and (max-width: 991px) {
  header nav.navbar {
    padding: 10px 32px;
  }
}
header nav .logo {
  position: relative;
  display: inline-block;
  padding: 16px 0;
}
header nav .logo img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav.scrolled .logo img {
  filter: none;
}
@media screen and (max-width: 992px) {
  header nav.scrolled img {
    filter: none;
  }
}
header nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
header nav .nav-links a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  position: relative;
  transition: 0.3s ease;
}
header nav .nav-links a:hover {
  color: #078082;
}
header nav .nav-links a.active {
  font-weight: bold;
}
header nav .nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #078082;
}
header nav .nav-links li.hide_lg {
  display: none;
}
@media screen and (max-width: 992px) {
  header nav .nav-links {
    padding: 2rem 1.5rem;
    position: fixed;
    background: #ffffff;
    height: 100vh;
    top: 0;
    left: -60%;
    width: 50%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
  header nav .nav-links li.hide_lg {
    display: block;
  }
  header nav .nav-links li.hide_lg img {
    height: 40px;
  }
  header nav .nav-links.active {
    left: 0;
    z-index: 99999;
  }
  header nav .nav-links a {
    color: #078082 !important;
  }
}
header nav .layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
header nav .layer.active {
  display: block;
}
header nav .actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
header nav .actions button {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.1rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
header nav .actions button:hover {
  color: #078082;
}
header nav .actions .menu-button {
  display: none;
}
@media screen and (max-width: 992px) {
  header nav .actions .menu-button {
    display: block;
    color: #ffffff;
  }
}

main .hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
}
main .hero-section .hero-wrapper {
  display: flex;
  height: 100%;
  /* Zoom in effect */
}
main .hero-section .hero-wrapper .hero-social {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 40px;
  overflow: visible;
  display: none;
}
@media screen and (max-width: 768px) {
  main .hero-section .hero-wrapper .hero-social {
    display: none;
  }
}
main .hero-section .hero-wrapper .hero-social::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 90%;
  width: 100%;
  height: 42%;
  background: url("../images/body-bg.png") no-repeat center center;
  background-color: #fff;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 111;
  display: none;
}
@media screen and (max-width: 768px) {
  main .hero-section .hero-wrapper .hero-social::before {
    display: none;
  }
}
main .hero-section .hero-wrapper .hero-social .social-line {
  width: 2px;
  height: 50px;
  background-color: #ccc;
  margin-bottom: 20px;
}
main .hero-section .hero-wrapper .hero-social ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .hero-section .hero-wrapper .hero-social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 50%;
  color: rgb(17, 45, 95);
  font-size: 1.2rem;
  transition: all 0.3s;
}
main .hero-section .hero-wrapper .hero-social ul li a:hover {
  background-color: rgb(17, 45, 95);
  color: #fff;
}
main .hero-section .hero-wrapper .hero-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main .hero-section .hero-wrapper .hero-slider {
    width: 100%;
  }
}
main .hero-section .hero-wrapper .hero-slider .hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 6s ease-in-out;
  z-index: 1;
}
main .hero-section .hero-wrapper .hero-slider .hero-slide.active {
  opacity: 1;
  z-index: 2;
  transform: scale(1.07);
}
main .hero-section .hero-wrapper .hero-slider .hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3rem 2rem;
  color: #fff;
  z-index: 2;
  max-width: 700px;
}
main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .hero-center-right {
  text-align: left;
}
@media screen and (max-width: 768px) {
  main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .hero-center-right {
    text-align: left;
  }
}
main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .hero-center-right h1,
main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .hero-center-right p {
  margin: 0;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .hero-center-right h1,
  main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .hero-center-right p {
    font-size: 2rem;
  }
}
main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .hero-center-right p {
  margin-top: 1rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .hero-center-right p {
    font-size: 0.95rem;
  }
}
main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .btn-contact {
  position: relative;
  align-self: flex-start;
  padding: 8px 20px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
}
main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .btn-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #078082;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 0;
  color: #ffffff;
}
main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .btn-contact:hover {
  color: #ffffff;
}
main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .btn-contact:hover::before {
  transform: scaleX(1);
}
main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .btn-contact span {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  main .hero-section .hero-wrapper .hero-slider .hero-slide .hero-content .btn-contact {
    align-self: flex-start;
  }
}
main .hero-section .hero-wrapper .hero-navigation {
  position: absolute;
  bottom: 20px;
  left: 5%;
  display: flex;
  gap: 10px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .hero-section .hero-wrapper .hero-navigation {
    left: auto;
    right: 20px;
  }
}
main .hero-section .hero-wrapper .hero-navigation button {
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
}
main .hero-section .hero-wrapper .hero-navigation button:hover {
  background: #078082;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.07);
  }
}
main .about-section {
  background: #ffffff;
  padding: 5rem 0;
}
main .about-section .lead-text {
  color: rgb(17, 45, 95);
  font-weight: 500;
  margin-bottom: 16px;
}
main .about-section .experience-box {
  margin-top: 40px;
}
main .about-section .experience-box .exp-counter-card {
  border-radius: 16px;
  padding: 28px 22px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s, background 0.4s, border 0.4s;
}
main .about-section .experience-box .exp-counter-card span {
  font-size: 38px;
  color: #1e3557;
}
main .about-section .experience-box .exp-counter-card .counter {
  font-size: 40px;
  font-weight: bold;
  color: #078082;
}
main .about-section .experience-box .exp-counter-card .exp-text {
  text-align: center;
}
main .about-section .experience-box .exp-counter-card .exp-text small {
  color: #6c7a89;
  font-size: 13px;
}
main .about-section .experience-box .exp-counter-card .exp-text strong {
  font-size: 16px;
  color: rgb(17, 45, 95);
  letter-spacing: 0.5px;
  font-size: 16px;
}
main .about-section .experience-box .exp-counter-card:hover {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  /* Optional: add a subtle border and light inner shadow for glass effect */
  /* border: 1.5px solid rgba(255,255,255,0.35); */
}
main .about-section .about-image-wrapper {
  position: relative;
  padding: 30px;
}
main .about-section .about-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid #078082;
  transform: translate(20px, 20px);
  z-index: 1;
  top: 8%;
  left: 6%;
  border-radius: 5px;
}
main .about-section .about-image-wrapper::after {
  content: "";
  position: absolute;
  width: 90%;
  top: -10%;
  bottom: -4%;
  left: -4%;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: 0;
}
main .about-section .about-image-wrapper .video-cover {
  position: relative;
  z-index: 2;
}
main .about-section .about-image-wrapper .video-cover img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
main .about-section .about-image-wrapper .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background: #078082;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
main .about-section .about-image-wrapper .play-btn:hover {
  transform: scale(1.1);
  background: rgba(0, 0, 0, 0.6);
}
main .about-section .about-image-wrapper .about-video {
  display: none;
  width: 100%;
  position: relative;
  z-index: 2;
}
main .video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}
main .video-modal.active {
  display: flex;
}
main .video-modal .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  animation: scaleIn 0.35s ease;
}
main .video-modal video {
  width: 100%;
  height: auto;
  display: block;
}
main .video-modal .close-modal {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
@keyframes scaleIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
main .values {
  position: relative;
  height: 80vh;
  background-image: url("../images/1.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  main .values {
    height: auto;
    padding: 10px 0;
  }
}
main .values .values-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
main .values .values-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  height: 100%;
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  margin-top: auto;
}
@media (max-width: 768px) {
  main .values .values-grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    height: auto;
    row-gap: 10px;
    border-left: none;
  }
}
main .values .value-item {
  padding: 0 20px;
  display: grid;
  grid-template-rows: auto auto minmax(60px, auto);
  align-content: end;
  color: #ffffff;
  cursor: pointer;
  border-right: 2px solid rgba(255, 255, 255, 0.25);
  position: relative;
}
main .values .value-item:last-child {
  border-right: none;
}
main .values .value-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  display: none;
}
main .values .value-item .num {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
  font-family: "Playfair Display", serif;
  letter-spacing: 3px;
}
main .values .value-item h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  letter-spacing: 1.5px;
}
main .values .value-item p {
  font-size: 14px;
  min-height: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
  color: #dbdbdb;
}
main .values .value-item:hover p {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  main .values .value-item {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    padding: 20px 10%;
  }
  main .values .value-item::after {
    display: block;
  }
  main .values .value-item:last-child {
    border-bottom: none;
  }
  main .values .value-item:last-child::after {
    display: none;
  }
}
main .services-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  background: url("../images/bg-shape.jpg") center/cover no-repeat;
}
main .services-section .swiper-wrapper {
  display: flex;
}
main .services-section .swiper-wrapper .swiper-slide {
  display: flex;
  height: auto;
}
main .services-section .swiper-wrapper .service-card.custom-card {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 10px 10px rgba(50, 50, 50, 0.096);
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  min-height: 260px;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
main .services-section .swiper-wrapper .service-card.custom-card:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  content: "";
  width: 120px;
  height: 120px;
  background: #f5f5f5;
  border-bottom-left-radius: 136px;
  transition: all 0.4s ease-in-out;
}
main .services-section .swiper-wrapper .service-card.custom-card .icon-wrapper {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 100px;
  z-index: 1;
  text-align: center;
}
main .services-section .swiper-wrapper .service-card.custom-card .icon-wrapper i {
  color: #078082;
  font-size: 48px;
  line-height: 65px;
  transition: all 0.4s ease-in-out;
}
main .services-section .swiper-wrapper .service-card.custom-card .serv-section-desc,
main .services-section .swiper-wrapper .service-card.custom-card h5 {
  position: relative;
  margin-top: 70px;
}
main .services-section .swiper-wrapper .service-card.custom-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}
main .services-section .swiper-wrapper .service-card.custom-card p {
  font-size: 17px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin-top: 5px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main .services-section .swiper-wrapper .service-card.custom-card .section-heading-line-left {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #078082;
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 5px;
}
main .services-section .swiper-wrapper .service-card.custom-card:hover:before {
  background: #078082;
}
main .services-section .swiper-wrapper .service-card.custom-card:hover .icon-wrapper i {
  color: #fff;
}
main .clients-section {
  padding: 100px 0;
  background: #fff;
}
main .clients-section .clients-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 992px) {
  main .clients-section .clients-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
main .clients-section .clients-logos {
  width: 100%;
}
main .clients-section .clients-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}
@media (max-width: 992px) {
  main .clients-section .clients-slider .swiper-wrapper {
    gap: 90px;
  }
}
main .clients-section .clients-slider .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
main .clients-section .logos-grid {
  display: grid;
  grid-template-rows: repeat(2, 120px);
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
main .clients-section .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px;
}
main .clients-section .logo-item img {
  max-width: 120px;
  max-height: 80px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  main .clients-section .logo-item img {
    max-width: 70px;
    max-height: 50px;
  }
}
main .clients-section .logo-item:nth-child(even) {
  border-bottom: none;
}
main .gallery-section {
  padding: 80px 0;
  /* Responsive */
}
main .gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
main .gallery-section .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/9;
}
main .gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
main .gallery-section .gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.342);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
main .gallery-section .gallery-item .overlay p {
  margin: 0;
  font-size: 16px;
}
main .gallery-section .gallery-item:hover img {
  transform: scale(1.06);
}
main .gallery-section .gallery-item:hover .overlay {
  opacity: 1;
}
@media (min-width: 768px) {
  main .gallery-section .gallery-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  main .gallery-section .gallery-item:nth-child(1),
  main .gallery-section .gallery-item:nth-child(2),
  main .gallery-section .gallery-item:nth-child(6),
  main .gallery-section .gallery-item:nth-child(7) {
    grid-column: span 3;
  }
  main .gallery-section .gallery-item:nth-child(3),
  main .gallery-section .gallery-item:nth-child(4),
  main .gallery-section .gallery-item:nth-child(5) {
    grid-column: span 2;
  }
}
@media (max-width: 576px) {
  main .gallery-section .gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  main .gallery-section .gallery-item {
    min-height: 160px;
  }
}
main .contact-section {
  position: relative;
  overflow-x: hidden;
  width: 100dvw;
}
main .contact-section::before, main .contact-section::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 520px;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.1;
}
main .contact-section::before {
  bottom: 0;
  left: -60px;
  background-image: url("../images/shape.png");
}
main .contact-section::after {
  bottom: 0px;
  right: -60px;
  background-image: url("../images/shape.png");
}
main .contact-section .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
main .contact-section .container .contact-card {
  position: relative;
  padding: 60px 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
main .contact-section .container .contact-card .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #111;
}
main .contact-section .container .contact-card form {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 768px) {
  main .contact-section .container .contact-card {
    padding: 40px 20px;
  }
  main .contact-section .container .contact-card::before, main .contact-section .container .contact-card::after {
    display: none;
  }
  main .contact-section .container .contact-card .contact-form .form-row {
    flex-direction: column;
  }
}
main .contact_page {
  position: relative;
  padding: 120px 0 80px 0;
  z-index: 1;
}
main .contact_page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to bottom, #99baf2 0%, rgba(120, 160, 220, 0.8) 30%, rgba(90, 130, 200, 0.45) 50%, rgba(60, 100, 170, 0.2) 60%), url("../images/2.jpg") center/cover no-repeat;
  background-attachment: fixed;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
}
main .contact_page .container {
  position: relative;
  z-index: 2;
  margin-top: 4%;
}
main .contact_page .contact_info {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.12);
}
main .contact_page .contact_info h3 {
  font-size: 22px;
  color: rgb(17, 45, 95);
  font-weight: 600;
  margin-bottom: 32px;
}
main .contact_page .contact_info ul {
  padding: 0;
  margin: 0;
}
main .contact_page .contact_info h5 {
  font-size: 22px;
  color: rgb(17, 45, 95);
  font-weight: 600;
  margin-bottom: 8px;
}
main .contact_page .contact_info p {
  color: #777;
  font-size: 14px;
  line-height: 22px;
}
main .contact_page .contact_info .field {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  gap: 16px;
}
main .contact_page .contact_info .field .icon {
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #078082;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .contact_page .contact_info .field .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  background: #078082;
}
main .contact_page .contact_info .field .icon i {
  font-size: 24px;
  color: #078082;
  z-index: 1;
}
main .contact_page .contact_info .field .text {
  display: flex;
  flex-direction: column;
}
main .contact_page .contact_info .field .text h4 {
  margin-bottom: 4px;
  color: rgb(17, 45, 95);
  font-size: 18px;
}
main .contact_page .contact_info .field .text a {
  color: #777;
}
main .contact_page .contact_info .field:hover .text a {
  color: rgb(17, 45, 95);
}
main .contact_page .contact_info .field:hover .icon {
  border-color: transparent;
}
main .contact_page .contact_info .field:hover .icon i {
  color: #fff;
}
main .contact_page .contact_info .field:hover .icon::after {
  opacity: 1;
}
main .contact_page form {
  padding: 120px 30px;
}
main form {
  background: #fff;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.12);
  padding: 42px 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 576px) {
  main form {
    padding: 32px 0;
  }
}
main form .form-group {
  display: flex;
  width: 100%;
  gap: 24px;
}
@media (max-width: 768px) {
  main form .form-group {
    flex-direction: column;
    gap: 48px;
  }
}
main form .form-group .inputfield {
  position: relative;
  width: 100%;
}
main form .form-group .inputfield input,
main form .form-group .inputfield textarea {
  width: 100%;
  padding: 14px 16px 14px 40px;
  border: none;
  border-bottom: 2px solid #eee;
  outline: none;
  font-size: 14px;
  background: none;
  resize: none;
}
main form .form-group .inputfield label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #aaa;
  pointer-events: none;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 0 4px;
}
main form .form-group .inputfield input:not(:-moz-placeholder) + label, main form .form-group .inputfield textarea:not(:-moz-placeholder) + label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  color: rgb(17, 45, 95);
}
main form .form-group .inputfield input:focus + label,
main form .form-group .inputfield textarea:focus + label,
main form .form-group .inputfield input:not(:placeholder-shown) + label,
main form .form-group .inputfield textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  color: rgb(17, 45, 95);
}
main form .form-group .inputfield .highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #eee;
}
main form .form-group .inputfield .highlight::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 2px;
  background: rgb(17, 45, 95);
  transform: translateX(-50%);
  transition: 0.3s ease;
}
main form .form-group .inputfield input:focus + label + .highlight::after,
main form .form-group .inputfield textarea:focus + label + .highlight::after {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
main form .btn-submit {
  position: relative;
  margin-top: 10px;
  align-self: center;
  background: #078082;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
main form .btn-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(4.9153284672, 89.8802919708, 91.2846715328);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
  z-index: -1;
}
main form .btn-submit:hover::before {
  transform: scaleY(1);
}
main form .btn-submit span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
main form .btn-submit .arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
}
main form .btn-submit:hover .arrow {
  transform: translateX(5px);
}
main .projects-section {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}
main .projects-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to bottom, #99baf2 0%, rgba(14, 37, 77, 0.747) 30%, rgba(14, 37, 77, 0.384) 50%, rgba(14, 37, 77, 0.2) 60%), url("../images/2.jpg") center/cover no-repeat;
  background-attachment: fixed;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%);
}
main .projects-section .container {
  position: relative;
  z-index: 2;
  margin-top: 10%;
}
main .projects-grid {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  main .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  main .projects-grid {
    grid-template-columns: 1fr;
  }
}
main .projects-grid .project-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: box-shadow 0.4s;
  min-height: 100%;
}
main .projects-grid .project-card:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
main .projects-grid .project-card .project-image {
  position: relative;
  overflow: hidden;
}
main .projects-grid .project-card .project-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
main .projects-grid .project-card .project-image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  transition: background 0.4s;
}
main .projects-grid .project-card .project-image .project-name {
  color: rgb(214, 223, 238);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
}
main .projects-grid .project-card .project-image h4 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 5px 0;
  transition: transform 0.3s;
}
main .projects-grid .project-card .project-image .line {
  width: 50px;
  height: 1px;
  background: #fff;
  margin: 4px auto;
  opacity: 0.8;
  transition: width 0.4s;
}
main .projects-grid .project-card .project-image .project-arrow {
  color: #fff;
  font-size: 22px;
  margin-top: 8px;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
}
main .projects-grid .project-card:hover .overlay {
  padding: 20px;
  background: rgba(0, 0, 0, 0.623);
}
main .projects-grid .project-card:hover .project-image img {
  transform: scale(1.15);
}
main .projects-grid .project-card:hover .project-image .project-name,
main .projects-grid .project-card:hover .project-image h4 {
  transform: translateY(-8px);
}
main .projects-grid .project-card:hover .project-image .line {
  width: 100%;
}
main .projects-grid .project-card:hover .project-image .project-arrow {
  opacity: 1;
  transform: translateY(-3px);
}
main .project-details-section {
  position: relative;
  padding: 120px 0 0px 0;
  z-index: 1;
  /* Slider */
  /* Project Description */
}
main .project-details-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to bottom, #99baf2 0%, rgba(120, 160, 220, 0.8) 30%, rgba(90, 130, 200, 0.45) 50%, rgba(60, 100, 170, 0.2) 60%), url("../images/2.jpg") center/cover no-repeat;
  background-attachment: fixed;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
}
main .project-details-section .container {
  position: relative;
  z-index: 2;
  margin-top: 2%;
}
main .project-details-section .project-slider {
  position: relative;
  overflow: hidden;
  height: 520px;
  margin-bottom: 40px;
}
main .project-details-section .project-slider .slides {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.8s ease;
}
main .project-details-section .project-slider .slides a {
  flex: 0 0 100%;
  height: 100%;
}
main .project-details-section .project-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: zoom-in;
}
main .project-details-section .project-slider .nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: all 0.3s ease;
}
main .project-details-section .project-slider .nav i {
  font-size: 18px;
  line-height: 1;
}
main .project-details-section .project-slider .nav:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.08);
}
main .project-details-section .project-slider .nav.next {
  left: 90px;
}
main .project-details-section .project-meta {
  position: absolute;
  bottom: 30%;
  right: 20px;
  z-index: 10;
  background: #ffffff;
  padding: 25px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  width: 55%;
}
main .project-details-section .project-meta .meta-item span {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(17, 45, 95);
  margin-bottom: 5px;
}
main .project-details-section .project-meta .meta-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 992px) {
  main .project-details-section .project-meta {
    width: 50%;
    bottom: 30%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  main .project-details-section .project-meta {
    left: 0%;
    bottom: 39%;
    margin: 20px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  main .project-details-section .project-meta {
    bottom: 49%;
  }
  main .project-details-section .project-meta .meta-item span {
    font-size: 10px;
  }
  main .project-details-section .project-meta .meta-item p {
    font-size: 12px;
  }
}
main .project-details-section .project-description {
  margin-top: 8%;
}
@media (max-width: 768px) {
  main .project-details-section .project-description {
    margin-top: 20%;
  }
}
@media (max-width: 480px) {
  main .project-details-section .project-description {
    margin-top: 50%;
  }
}
main .project-details-section .project-description h1 {
  font-size: 40px;
  letter-spacing: 2px;
  color: rgb(17, 45, 95);
  margin-bottom: 15px;
}
main .project-details-section .project-description h1 p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
main .related-projects {
  padding: 60px 0;
}
main .certificates-section {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
main .certificates-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #99baf2 0%, rgba(120, 160, 220, 0.8) 30%, rgba(90, 130, 200, 0.45) 50%, rgba(60, 100, 170, 0.2) 60%), url("../images/2.jpg") center/cover no-repeat;
  background-attachment: fixed;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
}
main .certificates-section .container {
  position: relative;
  z-index: 1;
}
main .certificates-section .certificates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
main .certificates-section .certificate-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 4/3;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
main .certificates-section .certificate-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.25);
}
main .certificates-section .certificate-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 14px;
  background: #f6f7f9;
  transition: transform 0.5s ease;
}
main .certificates-section .certificate-card:hover img {
  transform: scale(1.05);
}
main .certificates-section .certificate-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 17, 22, 0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 20px;
}
main .certificates-section .certificate-card .overlay h4 {
  font-size: 18px;
  margin-bottom: 6px;
}
main .certificates-section .certificate-card .overlay p {
  font-size: 14px;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main .certificates-section .certificate-card:hover .overlay {
  opacity: 1;
}
@media (max-width: 992px) {
  main .certificates-section .certificates-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  main .certificates-section {
    padding: 80px 0;
  }
  main .certificates-section .certificates-grid {
    grid-template-columns: 1fr;
  }
}

.footer {
  position: relative;
  background: #041826;
  padding: 90px 20px 30px;
  font-size: 15px;
}
.footer::before {
  background-image: url("../images/footerbg.png");
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 400px;
  width: 700px;
  pointer-events: none;
  z-index: 1;
}
.footer .footer-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .footer-about p {
  color: rgba(255, 255, 255, 0.85);
  margin: 12px 0 18px;
  line-height: 1.7;
  max-width: 420px;
}
.footer .footer-about .footer-logo img {
  height: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer .footer-about .footer-logo img {
    height: 30px;
  }
}
.footer .footer-about .footer-social {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.footer .footer-about .footer-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #078082;
  color: #fff;
  transition: 0.2s;
}
.footer .footer-about .footer-social a:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.06);
  color: #078082;
  border: 1px solid #078082;
}
.footer h4 {
  margin: 0 0 12px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
}
.footer .footer-links ul,
.footer .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul li,
.footer .footer-contact ul li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.footer .footer-links ul li a,
.footer .footer-contact ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: 0.15s;
  overflow-wrap: anywhere;
}
.footer .footer-links ul li a:hover,
.footer .footer-contact ul li a:hover {
  color: #078082;
}
.footer .footer-links ul li i,
.footer .footer-contact ul li i {
  margin-inline-end: 10px;
  color: #078082;
}
.footer .footer-contact a {
  color: rgba(255, 255, 255, 0.95);
}
.footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.247);
  padding-top: 18px;
}
.footer .footer-bottom .copy {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  text-align: center;
}
@media (max-width: 576px) {
  .footer {
    padding: 60px 16px;
  }
  .footer .footer-about p {
    max-width: 100%;
  }
  .footer .footer-social a {
    width: 36px;
    height: 36px;
  }
}
.footer .footer-links ul li a {
  position: relative;
  padding-left: 16px;
}
.footer .footer-links ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #078082;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}/*# sourceMappingURL=style.css.map */