@charset "UTF-8";
@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
:root {
  --app-height: 100vh;
  --app-height: 100dvh;
  --bottom-nav-height: 64px;
  --safe-area-top: env(safe-area-inset-top, 0px);
  --safe-area-bottom: env(safe-area-inset-bottom, 0px);
  --safe-area-left: env(safe-area-inset-left, 0px);
  --safe-area-right: env(safe-area-inset-right, 0px);
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-size: 16px;
  line-height: 26px;
  color: #fefefe;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-family: "Jura", "Tajawal", sans-serif;
  background: #020919;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
  body {
    padding-bottom: calc(var(--bottom-nav-height) + var(--safe-area-bottom));
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}
p {
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: "Michroma", "Alexandria", sans-serif;
  font-style: normal;
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
}

a {
  transition: all 0.3s ease-out;
  color: #0E1317;
  font-family: "Jura", "Tajawal", sans-serif;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
  color: #ff3c00;
}

.btn:focus {
  text-decoration: none;
  outline: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  transition: all 0.5s;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

ul {
  margin: 0;
  padding: 0;
}

textarea:focus {
  border-color: #f16722;
  outline-color: #f16722;
}

label {
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

a, i, cite, em, var, address, dfn, ol, li, ul {
  font-style: normal;
  font-weight: 400;
}

*::selection,
*::-moz-selection {
  background: #4fc1f0;
  color: #454545;
  text-shadow: none;
}

::-moz-selection {
  background: #4fc1f0;
  color: #454545;
  text-shadow: none;
}

::placeholder {
  color: #454545;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #454545;
}

::-moz-placeholder {
  color: #454545;
}

:-ms-input-placeholder {
  color: #454545;
}

:-moz-placeholder {
  color: #454545;
}

.counter_area ::selection,
.counter_area ::-moz-selection {
  color: #001d23;
  text-shadow: none;
}
.counter_area ::placeholder {
  color: #001d23;
  font-size: 16px;
}
.counter_area ::-webkit-input-placeholder {
  color: #001d23;
}
.counter_area ::-moz-placeholder {
  color: #001d23;
}
.counter_area :-ms-input-placeholder {
  color: #001d23;
}
.counter_area :-moz-placeholder {
  color: #001d23;
}

.contact_area ::selection,
.contact_area ::-moz-selection {
  color: #001d23;
  text-shadow: none;
}
.contact_area ::placeholder {
  color: #001d23;
  font-size: 16px;
}
.contact_area ::-webkit-input-placeholder {
  color: #001d23;
}
.contact_area ::-moz-placeholder {
  color: #001d23;
}
.contact_area :-ms-input-placeholder {
  color: #001d23;
}
.contact_area :-moz-placeholder {
  color: #001d23;
}

.blog_reply ::selection,
.blog_reply ::-moz-selection {
  color: #151948;
}
.blog_reply::placeholder {
  color: #151948;
}
.blog_reply ::-webkit-input-placeholder {
  color: #151948;
}
.blog_reply ::-moz-placeholder {
  color: #151948;
}
.blog_reply :-ms-input-placeholder {
  color: #151948;
}
.blog_reply :-moz-placeholder {
  color: #151948;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.pt-350 {
  padding-top: 350px;
}

.pt-300 {
  padding-top: 300px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-350 {
  padding-bottom: 350px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-200 {
  margin-right: 200px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.services-details-content ul,
.project-details-content ul,
.custom-page-content ul {
  margin: revert-layer;
  padding: revert-layer;
}

@media only screen and (max-width: 767px) {
  .pt-350, .pt-300, .pt-280, .pt-250, .pt-200, .pt-190, .pt-180, .pt-170 {
    padding-top: 48px;
  }
  .pt-160, .pt-150, .pt-140, .pt-130, .pt-120, .pt-115, .pt-110 {
    padding-top: 40px;
  }
  .pt-100, .pt-95, .pt-90, .pt-85, .pt-80 {
    padding-top: 32px;
  }
  .pt-75, .pt-70, .pt-65, .pt-60 {
    padding-top: 24px;
  }
  .pt-55, .pt-50, .pt-45, .pt-40 {
    padding-top: 20px;
  }
  .pb-350, .pb-250, .pb-200, .pb-190, .pb-180, .pb-170 {
    padding-bottom: 48px;
  }
  .pb-160, .pb-150, .pb-140, .pb-135, .pb-130, .pb-120, .pb-110 {
    padding-bottom: 40px;
  }
  .pb-100, .pb-95, .pb-90, .pb-85, .pb-80 {
    padding-bottom: 32px;
  }
  .pb-75, .pb-70, .pb-65, .pb-60 {
    padding-bottom: 24px;
  }
  .pb-55, .pb-50, .pb-45, .pb-40 {
    padding-bottom: 20px;
  }
  .mt-200, .mt-190, .mt-180, .mt-170, .mt-160 {
    margin-top: 40px;
  }
  .mt-150, .mt-140, .mt-130, .mt-120, .mt-110 {
    margin-top: 32px;
  }
  .mt-100, .mt-95, .mt-90, .mt-80 {
    margin-top: 24px;
  }
  .mb-200, .mb-190, .mb-180, .mb-170, .mb-160 {
    margin-bottom: 40px;
  }
  .mb-150, .mb-140, .mb-130, .mb-120, .mb-110 {
    margin-bottom: 32px;
  }
  .mb-100, .mb-95, .mb-90, .mb-80 {
    margin-bottom: 24px;
  }
  .pl-120, .pl-110, .pl-100, .pl-90, .pl-80, .pl-70, .pl-60, .pl-50 {
    padding-left: 16px;
  }
  .pr-120, .pr-110, .pr-100, .pr-90, .pr-80, .pr-70, .pr-60, .pr-50 {
    padding-right: 16px;
  }
  .ml-200, .ml-190, .ml-180, .ml-170, .ml-160, .ml-150, .ml-140, .ml-130, .ml-120, .ml-110, .ml-100 {
    margin-left: 0;
  }
  .mr-200, .mr-190, .mr-180, .mr-170, .mr-160, .mr-150, .mr-140, .mr-130, .mr-120, .mr-110, .mr-100 {
    margin-right: 0;
  }
}
.touch-target {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.touch-target-lg {
  min-width: 48px;
  min-height: 48px;
}

.touch-target-xl {
  min-width: 56px;
  min-height: 56px;
}

.tap-feedback {
  -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
}
.tap-feedback:active {
  opacity: 0.85;
}

.ripple {
  position: relative;
  overflow: hidden;
}
.ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.ripple:active::after {
  width: 200%;
  height: 200%;
  opacity: 1;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .mobile-full-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}

.mobile-only-flex {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mobile-only-flex {
    display: flex !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
  .mobile-center > * {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-stack {
    flex-direction: column;
  }
  .mobile-stack > * {
    width: 100%;
  }
}

.app-card, .app-card-elevated {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.app-card-elevated {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.glass-effect {
  background: rgba(5, 10, 30, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.safe-area-top {
  padding-top: env(safe-area-inset-top, 0);
}

.safe-area-bottom {
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.safe-area-left {
  padding-left: env(safe-area-inset-left, 0);
}

.safe-area-right {
  padding-right: env(safe-area-inset-right, 0);
}

.safe-area-all {
  padding-top: env(safe-area-inset-top, 0);
  padding-bottom: env(safe-area-inset-bottom, 0);
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.scroll-snap-x {
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-snap-x::-webkit-scrollbar {
  display: none;
}
.scroll-snap-x {
  -webkit-overflow-scrolling: touch;
}
.scroll-snap-x > * {
  scroll-snap-align: center;
}

.scroll-snap-y {
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-snap-y::-webkit-scrollbar {
  display: none;
}
.scroll-snap-y {
  -webkit-overflow-scrolling: touch;
}
.scroll-snap-y > * {
  scroll-snap-align: start;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.momentum-scroll {
  -webkit-overflow-scrolling: touch;
}

.animate-fade-in {
  animation: fadeIn 0.3s ease-out forwards;
}

.animate-slide-up {
  animation: slideUp 0.3s ease-out forwards;
}

.animate-slide-down {
  animation: slideDown 0.3s ease-out forwards;
}

.animate-scale-in {
  animation: scaleIn 0.2s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.skeleton, .skeleton-card, .skeleton-circle, .skeleton-text {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 25%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.06) 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 8px;
}

.skeleton-text {
  height: 1em;
  width: 100%;
}

.skeleton-circle {
  border-radius: 50%;
}

.skeleton-card {
  height: 200px;
  border-radius: 16px;
}

.fab-sm {
  position: fixed;
  bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #084be6;
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 12px rgba(8, 75, 230, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 500;
  transition: all 0.3s;
}
.fab-sm:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(8, 75, 230, 0.5);
}
.fab-sm:active {
  transform: scale(0.95);
}

.fab-secondary {
  position: fixed;
  bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  right: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #084be6;
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 12px rgba(8, 75, 230, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 500;
  transition: all 0.3s;
}
.fab-secondary:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(8, 75, 230, 0.5);
}
.fab-secondary:active {
  transform: scale(0.95);
}
.fab-secondary {
  background: #050a1e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.pull-handle {
  width: 36px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  margin: 8px auto 16px;
}

.text-truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.no-zoom {
  font-size: 16px !important;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.no-drag {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
:root {
  --app-height: 100vh;
  --app-height: 100dvh;
  --bottom-nav-height: 64px;
  --safe-area-top: env(safe-area-inset-top, 0px);
  --safe-area-bottom: env(safe-area-inset-bottom, 0px);
  --safe-area-left: env(safe-area-inset-left, 0px);
  --safe-area-right: env(safe-area-inset-right, 0px);
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-size: 16px;
  line-height: 26px;
  color: #fefefe;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-family: "Jura", "Tajawal", sans-serif;
  background: #020919;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
  body {
    padding-bottom: calc(var(--bottom-nav-height) + var(--safe-area-bottom));
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}
p {
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: "Michroma", "Alexandria", sans-serif;
  font-style: normal;
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
}

a {
  transition: all 0.3s ease-out;
  color: #0E1317;
  font-family: "Jura", "Tajawal", sans-serif;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
  color: #ff3c00;
}

.btn:focus {
  text-decoration: none;
  outline: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  transition: all 0.5s;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

ul {
  margin: 0;
  padding: 0;
}

textarea:focus {
  border-color: #f16722;
  outline-color: #f16722;
}

label {
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

a, i, cite, em, var, address, dfn, ol, li, ul {
  font-style: normal;
  font-weight: 400;
}

*::selection,
*::-moz-selection {
  background: #4fc1f0;
  color: #454545;
  text-shadow: none;
}

::-moz-selection {
  background: #4fc1f0;
  color: #454545;
  text-shadow: none;
}

::placeholder {
  color: #454545;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #454545;
}

::-moz-placeholder {
  color: #454545;
}

:-ms-input-placeholder {
  color: #454545;
}

:-moz-placeholder {
  color: #454545;
}

.counter_area ::selection,
.counter_area ::-moz-selection {
  color: #001d23;
  text-shadow: none;
}
.counter_area ::placeholder {
  color: #001d23;
  font-size: 16px;
}
.counter_area ::-webkit-input-placeholder {
  color: #001d23;
}
.counter_area ::-moz-placeholder {
  color: #001d23;
}
.counter_area :-ms-input-placeholder {
  color: #001d23;
}
.counter_area :-moz-placeholder {
  color: #001d23;
}

.contact_area ::selection,
.contact_area ::-moz-selection {
  color: #001d23;
  text-shadow: none;
}
.contact_area ::placeholder {
  color: #001d23;
  font-size: 16px;
}
.contact_area ::-webkit-input-placeholder {
  color: #001d23;
}
.contact_area ::-moz-placeholder {
  color: #001d23;
}
.contact_area :-ms-input-placeholder {
  color: #001d23;
}
.contact_area :-moz-placeholder {
  color: #001d23;
}

.blog_reply ::selection,
.blog_reply ::-moz-selection {
  color: #151948;
}
.blog_reply::placeholder {
  color: #151948;
}
.blog_reply ::-webkit-input-placeholder {
  color: #151948;
}
.blog_reply ::-moz-placeholder {
  color: #151948;
}
.blog_reply :-ms-input-placeholder {
  color: #151948;
}
.blog_reply :-moz-placeholder {
  color: #151948;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.pt-350 {
  padding-top: 350px;
}

.pt-300 {
  padding-top: 300px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-350 {
  padding-bottom: 350px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-200 {
  margin-right: 200px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.services-details-content ul,
.project-details-content ul,
.custom-page-content ul {
  margin: revert-layer;
  padding: revert-layer;
}

@media only screen and (max-width: 767px) {
  .pt-350, .pt-300, .pt-280, .pt-250, .pt-200, .pt-190, .pt-180, .pt-170 {
    padding-top: 48px;
  }
  .pt-160, .pt-150, .pt-140, .pt-130, .pt-120, .pt-115, .pt-110 {
    padding-top: 40px;
  }
  .pt-100, .pt-95, .pt-90, .pt-85, .pt-80 {
    padding-top: 32px;
  }
  .pt-75, .pt-70, .pt-65, .pt-60 {
    padding-top: 24px;
  }
  .pt-55, .pt-50, .pt-45, .pt-40 {
    padding-top: 20px;
  }
  .pb-350, .pb-250, .pb-200, .pb-190, .pb-180, .pb-170 {
    padding-bottom: 48px;
  }
  .pb-160, .pb-150, .pb-140, .pb-135, .pb-130, .pb-120, .pb-110 {
    padding-bottom: 40px;
  }
  .pb-100, .pb-95, .pb-90, .pb-85, .pb-80 {
    padding-bottom: 32px;
  }
  .pb-75, .pb-70, .pb-65, .pb-60 {
    padding-bottom: 24px;
  }
  .pb-55, .pb-50, .pb-45, .pb-40 {
    padding-bottom: 20px;
  }
  .mt-200, .mt-190, .mt-180, .mt-170, .mt-160 {
    margin-top: 40px;
  }
  .mt-150, .mt-140, .mt-130, .mt-120, .mt-110 {
    margin-top: 32px;
  }
  .mt-100, .mt-95, .mt-90, .mt-80 {
    margin-top: 24px;
  }
  .mb-200, .mb-190, .mb-180, .mb-170, .mb-160 {
    margin-bottom: 40px;
  }
  .mb-150, .mb-140, .mb-130, .mb-120, .mb-110 {
    margin-bottom: 32px;
  }
  .mb-100, .mb-95, .mb-90, .mb-80 {
    margin-bottom: 24px;
  }
  .pl-120, .pl-110, .pl-100, .pl-90, .pl-80, .pl-70, .pl-60, .pl-50 {
    padding-left: 16px;
  }
  .pr-120, .pr-110, .pr-100, .pr-90, .pr-80, .pr-70, .pr-60, .pr-50 {
    padding-right: 16px;
  }
  .ml-200, .ml-190, .ml-180, .ml-170, .ml-160, .ml-150, .ml-140, .ml-130, .ml-120, .ml-110, .ml-100 {
    margin-left: 0;
  }
  .mr-200, .mr-190, .mr-180, .mr-170, .mr-160, .mr-150, .mr-140, .mr-130, .mr-120, .mr-110, .mr-100 {
    margin-right: 0;
  }
}
.touch-target {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.touch-target-lg {
  min-width: 48px;
  min-height: 48px;
}

.touch-target-xl {
  min-width: 56px;
  min-height: 56px;
}

.tap-feedback {
  -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
}
.tap-feedback:active {
  opacity: 0.85;
}

.ripple {
  position: relative;
  overflow: hidden;
}
.ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.ripple:active::after {
  width: 200%;
  height: 200%;
  opacity: 1;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .mobile-full-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}

.mobile-only-flex {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mobile-only-flex {
    display: flex !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
  .mobile-center > * {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-stack {
    flex-direction: column;
  }
  .mobile-stack > * {
    width: 100%;
  }
}

.app-card, .app-card-elevated {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.app-card-elevated {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.glass-effect {
  background: rgba(5, 10, 30, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.safe-area-top {
  padding-top: env(safe-area-inset-top, 0);
}

.safe-area-bottom {
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.safe-area-left {
  padding-left: env(safe-area-inset-left, 0);
}

.safe-area-right {
  padding-right: env(safe-area-inset-right, 0);
}

.safe-area-all {
  padding-top: env(safe-area-inset-top, 0);
  padding-bottom: env(safe-area-inset-bottom, 0);
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.scroll-snap-x {
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-snap-x::-webkit-scrollbar {
  display: none;
}
.scroll-snap-x {
  -webkit-overflow-scrolling: touch;
}
.scroll-snap-x > * {
  scroll-snap-align: center;
}

.scroll-snap-y {
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-snap-y::-webkit-scrollbar {
  display: none;
}
.scroll-snap-y {
  -webkit-overflow-scrolling: touch;
}
.scroll-snap-y > * {
  scroll-snap-align: start;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.momentum-scroll {
  -webkit-overflow-scrolling: touch;
}

.animate-fade-in {
  animation: fadeIn 0.3s ease-out forwards;
}

.animate-slide-up {
  animation: slideUp 0.3s ease-out forwards;
}

.animate-slide-down {
  animation: slideDown 0.3s ease-out forwards;
}

.animate-scale-in {
  animation: scaleIn 0.2s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.skeleton, .skeleton-text, .skeleton-circle, .skeleton-card {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 25%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.06) 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 8px;
}

.skeleton-text {
  height: 1em;
  width: 100%;
}

.skeleton-circle {
  border-radius: 50%;
}

.skeleton-card {
  height: 200px;
  border-radius: 16px;
}

.fab-sm {
  position: fixed;
  bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #084be6;
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 12px rgba(8, 75, 230, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 500;
  transition: all 0.3s;
}
.fab-sm:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(8, 75, 230, 0.5);
}
.fab-sm:active {
  transform: scale(0.95);
}

.fab-secondary {
  position: fixed;
  bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  right: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #084be6;
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 12px rgba(8, 75, 230, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 500;
  transition: all 0.3s;
}
.fab-secondary:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(8, 75, 230, 0.5);
}
.fab-secondary:active {
  transform: scale(0.95);
}
.fab-secondary {
  background: #050a1e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.pull-handle {
  width: 36px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  margin: 8px auto 16px;
}

.text-truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.no-zoom {
  font-size: 16px !important;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.no-drag {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.top-header-area {
  display: none !important;
}

.header-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-info ul li {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-inline-end: 25px;
}
.header-info ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 400;
}
.header-info ul li a:hover {
  opacity: 0.8;
}
.header-info ul li i {
  display: inline-block;
  color: #ffffff;
  margin-right: 8px;
}

.top-header-social-icon {
  text-align: end;
}
.top-header-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-header-social-icon ul li {
  list-style: none;
  display: inline-block;
  color: #ffffff;
}
.top-header-social-icon ul li i {
  color: #050a1e;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  transition: all 0.5s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
}
.top-header-social-icon ul li i:hover {
  background-color: #1352e4;
  color: #ffffff;
}

.premind_nav_manu {
  padding: 20px 40px;
  position: relative;
  z-index: 500;
  transition: all 0.4s;
}
.premind_nav_manu.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  background: rgba(2, 9, 24, 0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 500;
  padding: 16px 40px;
  transition: all 0.5s;
  border-bottom: 1px solid #10182b;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.premind_nav_manu.sticky .logo {
  margin-top: 0;
}
.premind_nav_manu.sticky .logo_img {
  display: none;
}
.premind_nav_manu.sticky .main_sticky {
  display: block;
}
.premind_nav_manu.sticky .premind_menu > ul > li > a {
  color: #ffffff;
}
.premind_nav_manu.sticky .premind_menu > ul > li > a:hover {
  color: #1352e4;
}

.main_sticky {
  display: none;
}
.premind_nav_manu.sticky .main_sticky {
  display: block;
}

.logo_img {
  display: block;
}
.premind_nav_manu.sticky .logo_img {
  display: none;
}

nav.premind_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
}
nav.premind_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
nav.premind_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 2;
}
nav.premind_menu > ul > li > a {
  display: block;
  margin: 20px 18px;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Michroma", "Alexandria", sans-serif;
}
nav.premind_menu > ul > li > a:hover {
  color: #1352e4;
}
nav.premind_menu > ul > li > a i {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
}
nav.premind_menu span {
  font-size: 14px;
  padding-left: 6px;
  font-family: FontAwesome;
  opacity: 0.5;
}
nav.premind_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 150%;
  width: 220px;
  text-align: left;
  background: #ffffff;
  margin: 0;
  z-index: 1;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  border-bottom: 3px solid #084be6;
  border-top: 3px solid #084be6;
}
nav.premind_menu ul .sub-menu li {
  position: relative;
}
nav.premind_menu ul .sub-menu li a {
  display: block;
  padding: 15px 30px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.1s;
  visibility: inherit !important;
  color: #211e3b !important;
  text-decoration: none;
}
nav.premind_menu ul .sub-menu li a:hover {
  background: #084be6;
  color: #ffffff !important;
}
nav.premind_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}
nav.premind_menu > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
nav.premind_menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.logo {
  position: relative;
  top: -3px;
  z-index: 1;
}
.logo img {
  max-height: 45px;
  width: auto;
}

.header-btn a {
  display: inline-block;
  font-size: 15px;
  line-height: 48px;
  text-transform: uppercase;
  color: #1352e4;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.header-btn a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0%;
  background: #1352e4;
  bottom: 15px;
  transition: all 0.5s;
}
.header-btn a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
.header-btn a:hover::before {
  width: 84%;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

.premind_nav_manu.style-two .header-menu-btn {
  text-align: right;
}
.premind_nav_manu.style-two .premind-btn a:hover {
  color: #ffffff;
}

.premind_nav_manu.style-three {
  padding: 25px 40px;
}
.premind_nav_manu.style-three .premind_menu > ul > li > a {
  color: #ffffff !important;
}
.premind_nav_manu.style-three .premind_menu > ul > li > a:hover {
  color: #1352e4 !important;
}
.premind_nav_manu.style-three.sticky .premind_menu > ul > li > a {
  color: #ffffff !important;
}
.premind_nav_manu.style-three .header-menu-btn {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.premind_nav_manu.style-three .sidebar-button {
  display: inline-block;
  margin-left: 30px;
}
.premind_nav_manu.style-three .sidebar-button a {
  color: #084be6;
  display: inline-block;
  background-color: #d6e1fa;
  height: 45px;
  width: 45px;
  padding: 12px 15px;
}
.premind_nav_manu.style-three .premind-btn a {
  display: inline-block;
  margin-inline-start: 18px;
  padding: 14px 35px;
}
.premind_nav_manu.style-three .premind-btn a:hover {
  color: #ffffff;
}

.header-menu-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.header-menu-btn .nav__lang-select {
  position: unset;
}

.premind-btn {
  display: inline-block;
}
.premind-btn a {
  display: inline-block;
  background: #084be6;
  text-decoration: none;
  padding: 14px 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  transition: all 0.5s;
}
.premind-btn a:hover {
  background: #1352e4;
  color: #ffffff;
}

.nav__lang-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.nav__lang-select:hover {
  background: rgba(255, 255, 255, 0.15);
}
.nav__lang-select:focus {
  outline: none;
  border-color: #084be6;
}
.nav__lang-select option {
  background: #020918;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .premind_nav_manu {
    padding: 14px 20px;
  }
  .premind_nav_manu.sticky {
    padding: 10px 20px;
  }
  nav.premind_menu > ul > li > a {
    margin: 14px 8px;
    font-size: 13px;
  }
  .logo img {
    max-height: 38px;
  }
  .header-menu-btn {
    gap: 10px;
  }
  .premind-btn a {
    padding: 10px 16px;
    font-size: 12px;
  }
  .nav__lang-select {
    padding: 6px 10px;
    font-size: 11px;
  }
  .premind_nav_manu.style-three {
    padding: 14px 20px;
  }
  .premind_nav_manu.style-three .premind-btn a {
    margin-inline-start: 12px;
    padding: 10px 20px;
  }
  .premind_nav_manu.style-three .sidebar-button {
    margin-left: 15px;
  }
  .premind_nav_manu.style-three .sidebar-button a {
    height: 40px;
    width: 40px;
    padding: 10px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .premind_nav_manu,
  .top-header-area {
    display: none !important;
  }
}
.hero-area.style-three {
  height: 800px;
  background: #050a1e;
  margin: 0;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}
.hero-area.style-three .hero-contant {
  position: relative;
  padding-top: 130px;
}
.hero-area.style-three .hero-contant h6 {
  font-size: 16px;
  line-height: 42px;
  color: #1352e4;
  font-weight: 600;
  margin-left: 58px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.hero-area.style-three .hero-contant h6::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 6px;
  border-radius: 3px;
  background-color: #1352e4;
  top: 20px;
  left: -57px;
}
.hero-area.style-three .hero-contant h6::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 6px;
  border-radius: 3px;
  background-color: #1352e4;
  top: 20px;
  left: -33px;
}
.hero-area.style-three .hero-contant h1 {
  margin: 0;
  font-size: 65px;
  line-height: 80px;
  color: #ffffff;
  font-weight: 700;
  display: inline;
}
.hero-area.style-three .hero-contant span {
  display: inline-block;
  font-size: 65px;
  line-height: 80px;
  color: #1352e4;
  font-weight: 700;
  margin-right: 10px;
}
.hero-area.style-three .hero-contant p {
  font-size: 19px;
  line-height: 28px;
  color: #7a7a7a;
  width: 100%;
  opacity: 1;
  padding: 18px 0 40px;
}
.hero-area.style-three .premind-btn {
  display: inline-block;
  margin-right: 16px;
}
.hero-area.style-three .premind-btn a:hover {
  color: #ffffff;
}
.hero-area.style-three .hero-btn-3 {
  display: inline-block;
}
.hero-area.style-three .hero-btn-profile img {
  border: 2px solid #1352e4;
  border-radius: 50%;
  margin-right: 5px;
}
.hero-area.style-three .hero-btn-profile a {
  display: inline-block;
  font-size: 15px !important;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.hero-area.style-three .hero-btn-profile a span {
  display: inline-block;
  font-size: 15px !important;
  text-decoration: underline;
  text-transform: uppercase;
  color: #1352e4;
  font-weight: 700;
  margin-right: 5px;
}
.hero-area.style-three .hero-thumb-3 {
  position: relative;
  padding-top: 10px;
}
.hero-area.style-three .hero-thumb-shape {
  position: absolute;
  top: 10px;
}
.hero-area.style-three .hero-left-shape {
  position: absolute;
  top: -50px;
  left: -154px;
  animation: rotateme 15s linear infinite;
}

.hero-area.style-two .premind-btn {
  display: inline-block;
  margin-right: 56px;
}
.hero-area.style-two .premind-btn a:hover {
  color: #ffffff;
}

.hero-active {
  position: relative;
}
.hero-active .swiper-prev {
  font-size: 16px;
  line-height: 28px;
  color: #f4f4f4;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  position: absolute;
  top: 190px;
  left: 55px;
}
.hero-active .swiper-prev::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 166px;
  background-image: linear-gradient(0deg, #084be6 0%, #05091d 100%);
  left: 13px;
  bottom: 200px;
}
.hero-active .swiper-prev::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 166px;
  background-image: linear-gradient(0deg, #05091d 0%, #084be6 100%);
  left: 13px;
  bottom: 36px;
}
.hero-active .swiper-next {
  font-size: 16px;
  line-height: 28px;
  color: #f4f4f4;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  position: absolute;
  bottom: 190px;
  left: 55px;
}

.hero-area {
  height: 890px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -78px 50px 0;
  border-radius: 20px;
  position: relative;
}
.hero-area.style-two {
  border-radius: 0;
}
.hero-area.style-two .hero-thumb img {
  width: 100%;
}
.hero-area.style-two .hero-thumb-shape2 {
  position: relative;
}
.hero-area.style-two .hero-video-icon {
  position: relative;
}
.hero-area.style-three {
  overflow: hidden;
}
.hero-area.style-three .hero-left-side {
  position: absolute;
  left: 30px;
}
.hero-area.style-three .hero-contant {
  padding-top: 130px;
  padding-left: 30px;
}
.hero-area.style-three .hero-contant h1 {
  font-size: 42px;
  line-height: 50px;
}
.hero-area.style-three .hero-contant span {
  font-size: 42px;
  line-height: 50px;
}
.hero-area.style-three .hero-thumb-shape {
  display: none;
}
.hero-area.style-three .hero-img img {
  max-width: 100%;
}

.hero-contant h5 {
  font-size: 16px;
  color: #1352e4;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  border-radius: 15px;
  background-color: #161a2b;
  border: 2px solid #40465d;
  display: inline-block;
  padding: 6px 30px;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 25px;
}
.hero-contant h5::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #004cfd;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
.hero-contant h1 {
  font-size: 55px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Michroma", "Alexandria", sans-serif;
  margin: 0;
}
.hero-contant p {
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  width: 91%;
  margin: 0;
  padding: 13px 0 43px;
}

.hero-video-icon {
  display: inline-block;
}
.hero-video-icon a i {
  display: inline-block;
  background: #004cfd;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  top: 6px;
  margin-left: 39px;
  z-index: 1;
}
.hero-video-icon a i:after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: -12px;
  border-radius: 50%;
  top: -13px;
  border: 2px solid #40465d;
  z-index: -1;
}
.hero-video-icon a span {
  display: inline-block;
  opacity: 0.702;
  font-size: 15px;
  line-height: 26px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  margin-left: 32px;
}

.hero-thumb {
  text-align: right;
  margin-top: 118px;
  position: relative;
  z-index: 1;
}
.hero-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/hero-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  right: -10%;
  top: -25%;
  animation: rotateme 15s linear infinite;
  background-position: center;
}

@media (max-width: 991px) {
  .hero-area {
    height: auto;
    min-height: auto;
    margin: 0;
    padding: 80px 20px 60px;
    border-radius: 0;
  }
  .hero-area.style-two {
    padding: 80px 20px 60px;
  }
  .hero-area.style-three {
    height: auto;
    padding: 80px 20px 60px;
  }
  .hero-area.style-three .hero-left-side {
    display: none;
  }
  .hero-area.style-three .hero-contant {
    padding-top: 40px;
    padding-left: 0;
    text-align: center;
  }
  .hero-area.style-three .hero-contant h6 {
    margin-left: 0;
    display: inline-block;
  }
  .hero-area.style-three .hero-contant h6::before, .hero-area.style-three .hero-contant h6::after {
    display: none;
  }
  .hero-area.style-three .hero-contant h1 {
    font-size: 32px;
    line-height: 1.25;
  }
  .hero-area.style-three .hero-contant span {
    font-size: 32px;
    line-height: 1.25;
    margin-right: 5px;
  }
  .hero-area.style-three .hero-contant p {
    font-size: 16px;
    padding: 20px 0 30px;
  }
  .hero-area.style-three .hero-thumb-3 {
    margin-top: 40px;
    text-align: center;
  }
  .hero-area.style-three .hero-thumb-shape,
  .hero-area.style-three .hero-left-shape {
    display: none;
  }
  .hero-contant {
    text-align: center;
  }
  .hero-contant h5 {
    margin-left: 0;
  }
  .hero-contant h5::before {
    display: none;
  }
  .hero-contant h1 {
    font-size: 36px;
    line-height: 1.25;
  }
  .hero-contant p {
    width: 100%;
    font-size: 16px;
    padding: 20px 0 30px;
  }
  .hero-thumb {
    text-align: center;
    margin-top: 40px;
  }
  .hero-thumb::before {
    display: none;
  }
  .hero-thumb img {
    max-width: 80%;
    height: auto;
  }
  .hero-video-icon {
    margin-top: 20px;
  }
  .hero-video-icon a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
  }
  .hero-video-icon a i {
    margin-left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
  .hero-video-icon a i::after {
    width: 70px;
    height: 70px;
    left: -10px;
    top: -10px;
  }
  .hero-video-icon a span {
    margin-left: 0;
  }
  .hero-active .swiper-prev,
  .hero-active .swiper-next {
    display: none;
  }
  .premind-btn {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .premind-btn a {
    padding: 12px 25px;
    font-size: 14px;
  }
  .hero-btn-3,
  .hero-btn-profile {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .hero-area {
    padding: 70px 15px 50px;
  }
  .hero-area.style-three .hero-contant h1 {
    font-size: 28px;
  }
  .hero-area.style-three .hero-contant span {
    font-size: 28px;
  }
  .hero-area.style-three .hero-contant p {
    font-size: 15px;
  }
  .hero-contant h1 {
    font-size: 30px;
  }
  .hero-contant p {
    font-size: 15px;
    padding: 15px 0 25px;
  }
  .hero-thumb img {
    max-width: 90%;
  }
  .hero-video-icon a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  .hero-video-icon a i::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 479px) {
  .hero-area {
    padding: 60px 12px 40px;
  }
  .hero-contant h5 {
    font-size: 13px;
    padding: 5px 15px;
  }
  .hero-contant h1 {
    font-size: 26px;
  }
  .hero-contant p {
    font-size: 14px;
  }
  .hero-area.style-three .hero-contant h1, .hero-area.style-three .hero-contant span {
    font-size: 24px;
  }
}
.section-title.text-center {
  margin-bottom: 45px;
}
.section-title.text-left {
  margin-bottom: 55px;
}

h5.section-sub-title {
  font-size: 18px;
  color: #1352e4;
  font-weight: normal;
  font-family: "Michroma", "Alexandria", sans-serif;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: 30px 50px;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1.4;
}

h1.section-main-title {
  font-size: 45px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Michroma", "Alexandria", sans-serif;
  margin: 0;
}
h1.section-main-title span {
  display: inline-block;
  color: #004cfd;
}

h1.section-main-title2 {
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  color: #084be6;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
}

p.section-title-descr {
  width: 84%;
  margin: 0;
  padding: 19px 0 25px;
}

p.section-descr {
  margin: 0;
  position: relative;
  z-index: 1;
}
p.section-descr::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 2px;
  background: #ffe2d9;
  left: -22%;
  top: -29px;
}

h6.section-sub-title {
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.about-area .section-title.text-left {
  margin-bottom: 0;
}
.about-area::before {
  z-index: -1;
}

.pricing-area .section-title.text-left {
  margin-bottom: 47px;
}

.testimonial-area h1.section-main-title {
  color: #ffffff;
}
.testimonial-area h5.section-sub-title {
  background-color: #161a2b;
  border: 2px solid #40465d;
}
.testimonial-area.style-four h1.section-main-title {
  color: #050a1e;
}
.testimonial-area.style-four h6.section-sub-title {
  margin-left: 70px;
}
.testimonial-area.style-four h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}
.testimonial-area.style-four h6.section-sub-title::after {
  display: none;
}
.testimonial-area.style-four .section-title.text-left {
  margin-bottom: 40px;
}

.contact-area h1.section-main-title {
  margin: 0;
  font-size: 24px;
  line-height: 38px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.contact-area .section-title.text-left {
  margin-bottom: 34px;
}
.contact-area h5.section-sub-title {
  margin-bottom: 15px;
  background-color: #f4f4f4;
  border: 2px solid #ffffff;
}
.contact-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  margin: 30px 50px;
  border-radius: 20px;
}

.about-section h6.section-sub-title {
  margin-left: 70px;
}
.about-section h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}
.about-section h6.section-sub-title::after {
  display: none;
}
.about-section p.section-title-descr {
  width: 100%;
  margin: 0;
  padding: 30px 0 0px;
}
.about-section .section-title.text-left {
  margin-bottom: 36px;
}

.case-studies-area h6.section-sub-title::before {
  background: linear-gradient(270deg, #050a1e 0%, #084be6 100%);
}
.case-studies-area h6.section-sub-title::after {
  background: linear-gradient(270deg, #084be6 0%, #050a1e 100%);
}
.case-studies-area h1.section-main-title2 {
  color: #ffffff;
}

.faq-area.style-two h6.section-sub-title {
  margin-left: 70px;
}
.faq-area.style-two h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}
.faq-area.style-two h6.section-sub-title::after {
  display: none;
}

@media (max-width: 991px) {
  .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-title.text-left {
    text-align: center;
    margin-bottom: 30px;
  }
  h1.section-main-title {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }
  h1.section-main-title span {
    display: inline;
  }
  h1.section-main-title2 {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
  }
  h5.section-sub-title {
    font-size: 13px;
    padding: 8px 20px;
    margin-bottom: 15px;
  }
  h6.section-sub-title {
    font-size: 14px;
    margin-left: 0;
    text-align: center;
    display: block;
  }
  h6.section-sub-title::before, h6.section-sub-title::after {
    display: none;
  }
  p.section-title-descr {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
  }
  p.section-descr {
    text-align: center;
  }
  p.section-descr::before {
    display: none;
  }
  .about-area {
    padding: 60px 0;
  }
  .about-area::before {
    display: none;
  }
  .about-area .section-title.text-left {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .pricing-area {
    padding: 60px 0;
  }
  .pricing-area .section-title.text-left {
    text-align: center;
    margin-bottom: 30px;
  }
  .testimonial-area {
    margin: 0 15px;
    padding: 40px 20px;
    border-radius: 16px;
  }
  .testimonial-area.style-four h6.section-sub-title {
    margin-left: 0;
  }
  .testimonial-area.style-four h6.section-sub-title::before, .testimonial-area.style-four h6.section-sub-title::after {
    display: none;
  }
  .testimonial-area.style-four .section-title.text-left {
    text-align: center;
    margin-bottom: 25px;
  }
  .contact-area {
    margin: 15px;
    padding: 40px 20px;
    border-radius: 16px;
  }
  .contact-area h1.section-main-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .contact-area .section-title.text-left {
    text-align: center;
    margin-bottom: 25px;
  }
  .about-section {
    padding: 60px 0;
  }
  .about-section h6.section-sub-title {
    margin-left: 0;
  }
  .about-section h6.section-sub-title::before, .about-section h6.section-sub-title::after {
    display: none;
  }
  .about-section .section-title.text-left {
    text-align: center;
  }
  .about-section p.section-title-descr {
    padding: 15px 0 0;
  }
  .case-studies-area {
    padding: 60px 15px;
  }
  .case-studies-area h1.section-main-title2 {
    text-align: center;
  }
  .faq-area {
    padding: 60px 15px;
  }
  .faq-area.style-two h6.section-sub-title {
    margin-left: 0;
  }
  .faq-area.style-two h6.section-sub-title::before, .faq-area.style-two h6.section-sub-title::after {
    display: none;
  }
}
@media (max-width: 767px) {
  h1.section-main-title {
    font-size: 24px;
    line-height: 1.25;
  }
  h1.section-main-title2 {
    font-size: 22px;
  }
  h5.section-sub-title {
    font-size: 12px;
    padding: 6px 16px;
  }
  h6.section-sub-title {
    font-size: 13px;
  }
  p.section-title-descr {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-area,
  .about-section,
  .pricing-area {
    padding: 50px 0;
  }
  .testimonial-area {
    margin: 0 10px;
    padding: 30px 15px;
  }
  .contact-area {
    margin: 10px;
    padding: 30px 15px;
  }
  .contact-area h1.section-main-title {
    font-size: 18px;
  }
  .case-studies-area,
  .faq-area {
    padding: 50px 10px;
  }
}
@media (max-width: 479px) {
  h1.section-main-title {
    font-size: 20px;
  }
  h1.section-main-title2 {
    font-size: 18px;
  }
  h5.section-sub-title {
    font-size: 11px;
    padding: 5px 14px;
  }
  .testimonial-area,
  .contact-area {
    margin: 0 8px;
    padding: 25px 12px;
    border-radius: 12px;
  }
}
.details-section, .project-details-area, .services-details-area {
  padding: 80px 0 100px;
  background: #050a1e;
}
@media (max-width: 991px) {
  .details-section, .project-details-area, .services-details-area {
    padding: 60px 0 80px;
  }
}

.details-content {
  background: #020919;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #10182b;
}

.details-banner {
  position: relative;
}
.details-banner .banner-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.details-banner .banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.details-banner .banner-wrapper .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.details-banner .details-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.details-banner .details-badge span {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(8, 75, 230, 0.9);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
}

.details-header {
  padding: 32px 32px 24px;
  border-bottom: 1px solid #10182b;
}
@media (max-width: 767px) {
  .details-header {
    padding: 24px 20px 20px;
  }
}
.details-header .details-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .details-header .details-title {
    font-size: 24px;
  }
}
.details-header .title-decoration {
  display: flex;
  gap: 6px;
}
.details-header .title-decoration span {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #084be6;
}
.details-header .title-decoration span:nth-child(2) {
  width: 20px;
  opacity: 0.6;
}
.details-header .title-decoration span:nth-child(3) {
  width: 10px;
  opacity: 0.3;
}

.details-body {
  padding: 32px;
}
@media (max-width: 767px) {
  .details-body {
    padding: 24px 20px;
  }
}
.details-body .content-html h1, .details-body .content-html h2, .details-body .content-html h3, .details-body .content-html h4, .details-body .content-html h5, .details-body .content-html h6 {
  color: #ffffff;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 16px;
}
.details-body .content-html h1:first-child, .details-body .content-html h2:first-child, .details-body .content-html h3:first-child, .details-body .content-html h4:first-child, .details-body .content-html h5:first-child, .details-body .content-html h6:first-child {
  margin-top: 0;
}
.details-body .content-html h2 {
  font-size: 28px;
}
.details-body .content-html h3 {
  font-size: 24px;
}
.details-body .content-html h4 {
  font-size: 20px;
}
.details-body .content-html p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.details-body .content-html ul, .details-body .content-html ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.details-body .content-html ul li, .details-body .content-html ol li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}
.details-body .content-html ul li::marker, .details-body .content-html ol li::marker {
  color: #084be6;
}
.details-body .content-html img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
}
.details-body .content-html a {
  color: #084be6;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.15s linear;
}
.details-body .content-html a:hover {
  border-bottom-color: #084be6;
}
.details-body .content-html blockquote {
  border-left: 4px solid #084be6;
  padding-left: 24px;
  margin: 24px 0;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}
.details-body .content-html code {
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 14px;
}
.details-body .content-html pre {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 12px;
  overflow-x: auto;
}
.details-body .content-html pre code {
  background: none;
  padding: 0;
}
.details-body .content-html table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
.details-body .content-html table th, .details-body .content-html table td {
  padding: 12px 16px;
  border: 1px solid #10182b;
  text-align: left;
}
.details-body .content-html table th {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-weight: 600;
}
.details-body .content-html table td {
  color: rgba(255, 255, 255, 0.8);
}

.details-cta {
  padding: 32px;
  border-top: 1px solid #10182b;
}
@media (max-width: 767px) {
  .details-cta {
    padding: 24px 20px;
  }
}
.details-cta .cta-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.1), rgba(8, 75, 230, 0.05));
  border: 1px solid rgba(8, 75, 230, 0.2);
  border-radius: 16px;
}
@media (max-width: 991px) {
  .details-cta .cta-inner {
    flex-wrap: wrap;
  }
}
.details-cta .cta-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #084be6;
  border-radius: 12px;
  color: #ffffff;
}
.details-cta .cta-content {
  flex: 1;
  min-width: 200px;
}
.details-cta .cta-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 4px;
}
.details-cta .cta-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.details-cta .cta-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #084be6;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.15s linear;
}
.details-cta .cta-btn:hover {
  background: #1352e4;
  transform: translateX(4px);
}
.details-cta .cta-btn svg {
  transition: all 0.15s linear;
}
.details-cta .cta-btn:hover svg {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .details-cta .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

.details-sidebar {
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .details-sidebar {
    position: static;
    margin-top: 40px;
  }
}

.sidebar-widgets {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-widget {
  background: #020919;
  border: 1px solid #10182b;
  border-radius: 16px;
  overflow: hidden;
}

.services-widget .widget-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px;
  border-bottom: 1px solid #10182b;
}
.services-widget .widget-header .header-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.15);
  border-radius: 12px;
  color: #084be6;
}
.services-widget .widget-header h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.services-widget .services-nav {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.services-widget .service-nav-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.15s linear;
}
.services-widget .service-nav-item:hover, .services-widget .service-nav-item.active {
  background: rgba(8, 75, 230, 0.1);
  border-color: rgba(8, 75, 230, 0.3);
}
.services-widget .service-nav-item:hover .item-number, .services-widget .service-nav-item.active .item-number {
  color: #084be6;
}
.services-widget .service-nav-item:hover .item-title, .services-widget .service-nav-item.active .item-title {
  color: #ffffff;
}
.services-widget .service-nav-item:hover .item-arrow, .services-widget .service-nav-item.active .item-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #084be6;
}
.services-widget .service-nav-item .item-number {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.15s linear;
}
.services-widget .service-nav-item .item-title {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.15s linear;
}
.services-widget .service-nav-item .item-arrow {
  opacity: 0;
  transform: translateX(-10px);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.15s linear;
}

.contact-widget .contact-widget-inner {
  position: relative;
  padding: 32px 24px;
  text-align: center;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.1), rgba(8, 75, 230, 0.03));
  overflow: hidden;
}
.contact-widget .widget-decoration {
  position: absolute;
  top: -30%;
  right: -30%;
  width: 200px;
  height: 200px;
  color: rgba(8, 75, 230, 0.1);
  animation: rotateDecoration 20s linear infinite;
  pointer-events: none;
}
@keyframes rotateDecoration {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.contact-widget .contact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.15);
  border: 2px solid rgba(8, 75, 230, 0.3);
  border-radius: 50%;
  color: #084be6;
}
.contact-widget .contact-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 8px;
}
.contact-widget .contact-phone {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px;
}
.contact-widget .contact-phone a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.15s linear;
}
.contact-widget .contact-phone a:hover {
  color: #084be6;
}
.contact-widget .contact-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.6);
}
.contact-widget .contact-email svg {
  color: #084be6;
}
.contact-widget .contact-email a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.15s linear;
}
.contact-widget .contact-email a:hover {
  color: #084be6;
}
.contact-widget .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  background: #084be6;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.15s linear;
}
.contact-widget .contact-btn:hover {
  background: #1352e4;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(8, 75, 230, 0.3);
}
.contact-widget .contact-btn svg {
  transition: all 0.15s linear;
}
.contact-widget .contact-btn:hover svg {
  transform: translateX(4px);
}

.help-widget .help-widget-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
}
.help-widget .help-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.1);
  border-radius: 12px;
  color: #084be6;
}
.help-widget .help-content {
  flex: 1;
}
.help-widget .help-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 4px;
}
.help-widget .help-content p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.help-widget .help-link {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #10182b;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.15s linear;
}
.help-widget .help-link:hover {
  background: #084be6;
  border-color: #084be6;
  color: #ffffff;
}

[dir=rtl] .details-banner .details-badge {
  left: auto;
  right: 20px;
}
[dir=rtl] .details-body .content-html ul, [dir=rtl] .details-body .content-html ol {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .details-body .content-html li {
  padding-left: 0;
  padding-right: 10px;
}
[dir=rtl] .details-body .content-html blockquote {
  border-left: none;
  border-right: 4px solid #084be6;
  padding-left: 0;
  padding-right: 24px;
}
[dir=rtl] .details-cta .cta-btn:hover {
  transform: translateX(-4px);
}
[dir=rtl] .details-cta .cta-btn:hover svg {
  transform: translateX(-4px) rotate(180deg);
}
[dir=rtl] .details-cta .cta-btn svg {
  transform: rotate(180deg);
}
[dir=rtl] .services-widget .service-nav-item .item-arrow {
  transform: translateX(10px) rotate(180deg);
}
[dir=rtl] .services-widget .service-nav-item:hover .item-arrow, [dir=rtl] .services-widget .service-nav-item.active .item-arrow {
  transform: translateX(0) rotate(180deg);
}
[dir=rtl] .contact-widget .contact-btn:hover svg {
  transform: translateX(-4px) rotate(180deg);
}
[dir=rtl] .contact-widget .contact-btn svg {
  transform: rotate(180deg);
}

.breadcumb-content {
  text-align: center;
}
.breadcumb-content h4 {
  font-size: 55px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Jura", "Tajawal", sans-serif;
}
.breadcumb-content ul li {
  display: inline-block;
  margin: 0 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #084be6;
  font-weight: 500;
  font-family: "Jura", "Tajawal", sans-serif;
}
.breadcumb-content ul li a {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Jura", "Tajawal", sans-serif;
}

ul.breadcumb-list {
  margin-top: 24px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #161a2b;
}

li.list-arrow {
  color: #ffffff !important;
}

.feature-area {
  padding: 0 0 88px;
  margin-top: -60px;
}

.feature-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.feature-sinble-single-box {
  border-radius: 15px;
  background-color: #ffffff;
  border: 1px solid rgba(27, 20, 17, 0.007);
  text-align: start;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.5s;
  box-shadow: 0px 4px 20px 5px rgba(27, 20, 17, 0.09);
  padding: 12px 30px 88px;
  height: auto !important;
}
.feature-sinble-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: -17%;
  top: -3%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-sinble-single-box:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  transition: all 0.5s;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  right: 0;
  bottom: 0;
  transform: perspective(500px) rotateX(-90deg);
  opacity: 0;
}
.feature-sinble-single-box:hover {
  box-shadow: 0px 4px 10px 5px rgba(27, 20, 17, 0.17);
  cursor: pointer;
}
.feature-sinble-single-box:hover:after {
  transform: perspective(500px) rotateX(0deg);
  opacity: 1;
}
.feature-sinble-single-box:hover .feature-icon {
  filter: grayscale(0);
  transform: scale(1.5) rotate3d(0, 0, 0, 0deg);
}
.feature-sinble-single-box:hover .feature-icon img {
  transition: all 0.5s;
}
.feature-sinble-single-box:hover h3.feature-title {
  color: #084be6;
}
.feature-sinble-single-box:hover p.feature-text {
  color: #333;
}
.feature-sinble-single-box.swiper-slide-active {
  box-shadow: 0px 4px 10px 5px rgba(27, 20, 17, 0.17);
}
.feature-sinble-single-box.swiper-slide-active .feature-icon {
  filter: grayscale(0);
  transform: scale(1.5) rotate3d(0, 0, 0, 0deg);
}
.feature-sinble-single-box.swiper-slide-active h3.feature-title {
  color: #084be6;
}
.feature-sinble-single-box.swiper-slide-active p.feature-text {
  color: #333;
}
.feature-sinble-single-box .feature-icon .feature-icon-img {
  width: 100%;
  object-fit: cover;
}

.feature-icon {
  width: 100px;
  height: 100px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
  line-height: 70px;
  margin: auto;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  filter: grayscale(1);
  transition: all 0.5s;
}
.feature-icon img {
  transition: all 0.5s;
}

[dir=rtl] .feature-icon {
  left: 0;
  right: auto;
}

h3.feature-title {
  font-size: 18px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  margin: 0;
  padding: 6px 0 0px;
  transition: all 0.5s;
  cursor: pointer;
  line-height: 1.6;
  margin-bottom: 15px;
}

p.feature-text {
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  margin: 0;
  transition: all 0.5s;
}

.about-area {
  padding: 0 0 60px;
  position: relative;
  z-index: 1;
}
.about-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  right: -72%;
  top: -8%;
}
.about-area .about-thumb {
  position: relative;
  z-index: 1;
  margin-inline-start: -96px;
  margin-right: auto;
}

.about-thumb {
  position: relative;
  z-index: 1;
  margin-right: -96px;
}

h4.about-title {
  position: absolute;
  bottom: 18%;
  font-size: 20px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  left: 12%;
  margin: 0;
}

.about-shape {
  position: absolute;
  top: 20%;
  right: 44%;
}
.about-shape img {
  animation: dance 3s alternate infinite;
  -webkit-animation: dance 2s alternate infinite;
}

.about-icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: #0a1120;
  text-align: center;
  padding: 16px;
  border: 1px solid #004cfd;
}

.about-tiltle h3 {
  font-size: 18px;
  line-height: 55px;
  color: #fafafa;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  margin: 0;
}

.about-text p {
  width: 92%;
  margin: 0;
  padding: 16px 0 41px;
}

.mission-vision-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.mission-vision-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(8, 75, 230, 0.05) 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, rgba(8, 75, 230, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.mv-header {
  margin-bottom: 60px;
}
.mv-header .mv-badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.15) 0%, rgba(8, 75, 230, 0.05) 100%);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #084be6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.mv-header .mv-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.mv-header .mv-subtitle {
  font-size: 18px;
  color: #fefefe;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.mv-cards {
  position: relative;
}

.mv-card {
  height: 100%;
}
.mv-card .mv-card-inner {
  position: relative;
  background: linear-gradient(180deg, rgba(22, 26, 43, 0.8) 0%, rgba(19, 23, 41, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.mv-card .mv-card-inner:hover {
  transform: translateY(-8px);
  border-color: rgba(8, 75, 230, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(8, 75, 230, 0.1);
}
.mv-card .mv-card-inner:hover .mv-icon-wrapper .icon-glow {
  opacity: 1;
  transform: scale(1.3);
}
.mv-card .mv-card-inner:hover .card-decoration .deco-circle {
  transform: scale(1.2);
  opacity: 0.5;
}
.mv-card .mv-card-inner:hover .mv-card-accent {
  opacity: 0.15;
}
.mv-card .card-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  pointer-events: none;
}
.mv-card .card-decoration .deco-line {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(8, 75, 230, 0.3));
}
.mv-card .card-decoration .deco-circle {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  border: 1px dashed rgba(8, 75, 230, 0.2);
  border-radius: 50%;
  transition: all 0.4s;
}

.mv-card-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.mv-icon-wrapper {
  position: relative;
  flex-shrink: 0;
}
.mv-icon-wrapper .mv-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.15) 0%, rgba(8, 75, 230, 0.05) 100%);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.mv-icon-wrapper .mv-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.mv-icon-wrapper .icon-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(8, 75, 230, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
  z-index: 1;
}

.mv-label .label-number {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #084be6;
  margin-bottom: 5px;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.mv-label .label-text {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  font-family: "Michroma", "Alexandria", sans-serif;
}

.mv-card-content {
  position: relative;
  z-index: 2;
}
.mv-card-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #fefefe;
  margin: 0;
}

.mv-card-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  color: #084be6;
  opacity: 0.08;
  transition: all 0.4s;
}
.mv-card-accent svg {
  width: 100%;
  height: 100%;
}

.mission-card .mv-icon {
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.2) 0%, rgba(8, 75, 230, 0.08) 100%);
}

.vision-card .mv-icon {
  background: linear-gradient(135deg, rgba(0, 198, 255, 0.2) 0%, rgba(0, 198, 255, 0.08) 100%);
  border-color: rgba(0, 198, 255, 0.3);
}
.vision-card .label-number {
  color: #00c6ff;
}
.vision-card .mv-card-accent {
  color: #00c6ff;
}

[dir=rtl] .mv-card .card-decoration {
  right: auto;
  left: 0;
}
[dir=rtl] .mv-card .card-decoration .deco-line {
  right: auto;
  left: 30px;
  background: linear-gradient(90deg, rgba(8, 75, 230, 0.3), transparent);
}
[dir=rtl] .mv-card .card-decoration .deco-circle {
  right: auto;
  left: 20px;
}
[dir=rtl] .mv-card-accent {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}

@media (max-width: 991px) {
  .mission-vision-section {
    padding: 80px 0;
  }
  .mv-header {
    margin-bottom: 40px;
  }
  .mv-card .mv-card-inner {
    padding: 30px;
  }
  .mv-label .label-text {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .mission-vision-section {
    padding: 60px 0;
  }
  .mv-card-header {
    flex-direction: column;
    gap: 15px;
  }
  .mv-icon-wrapper .mv-icon {
    width: 70px;
    height: 70px;
  }
  .mv-icon-wrapper .mv-icon img {
    width: 38px;
    height: 38px;
  }
  .mv-label .label-text {
    font-size: 22px;
  }
  .mv-card-content p {
    font-size: 15px;
  }
}
.values-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.values-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(8, 75, 230, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.values-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(8, 75, 230, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.values-header {
  margin-bottom: 60px;
}
.values-header .values-badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.15) 0%, rgba(8, 75, 230, 0.05) 100%);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #084be6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.values-header .values-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.values-header .values-subtitle {
  font-size: 18px;
  color: #fefefe;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.values-grid {
  position: relative;
  z-index: 1;
}

.value-card {
  height: 100%;
}
.value-card .value-card-inner {
  position: relative;
  background: linear-gradient(180deg, rgba(22, 26, 43, 0.7) 0%, rgba(19, 23, 41, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 35px 30px;
  height: 100%;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s;
}
.value-card .value-card-inner:hover {
  transform: translateY(-10px);
  border-color: rgba(8, 75, 230, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 30px rgba(8, 75, 230, 0.1);
}
.value-card .value-card-inner:hover .value-number span {
  color: #084be6;
  text-shadow: 0 0 30px rgba(8, 75, 230, 0.5);
}
.value-card .value-card-inner:hover .value-icon-wrapper .value-icon {
  transform: scale(1.1);
}
.value-card .value-card-inner:hover .value-icon-wrapper .icon-ring {
  opacity: 1;
  transform: scale(1);
}
.value-card .value-card-inner:hover .value-decoration {
  opacity: 0.1;
  transform: translate(50%, 50%) rotate(10deg);
}

.value-number {
  position: absolute;
  top: 15px;
  right: 20px;
}
.value-number span {
  font-size: 48px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Michroma", "Alexandria", sans-serif;
  line-height: 1;
  transition: all 0.4s;
}

.value-icon-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
}
.value-icon-wrapper .value-icon {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.15) 0%, rgba(8, 75, 230, 0.05) 100%);
  border: 1px solid rgba(8, 75, 230, 0.25);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.value-icon-wrapper .value-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.value-icon-wrapper .icon-ring {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px dashed rgba(8, 75, 230, 0.3);
  border-radius: 30px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s;
}

.value-content {
  position: relative;
  z-index: 2;
}
.value-content .value-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.value-content .value-description {
  font-size: 15px;
  line-height: 1.7;
  color: #fefefe;
  margin: 0;
}

.value-decoration {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  color: #084be6;
  opacity: 0.05;
  transform: translate(50%, 50%);
  transition: all 0.4s;
}
.value-decoration svg {
  width: 100%;
  height: 100%;
}

.values-footer {
  margin-top: 60px;
}
.values-footer .footer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.values-footer .footer-line span {
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 75, 230, 0.3), transparent);
}
.values-footer .footer-line .footer-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.15) 0%, rgba(8, 75, 230, 0.05) 100%);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #084be6;
}

[dir=rtl] .value-number {
  right: auto;
  left: 20px;
}
[dir=rtl] .value-decoration {
  right: auto;
  left: -50px;
  transform: translate(-50%, 50%);
}
[dir=rtl] .value-card .value-card-inner:hover .value-decoration {
  transform: translate(-50%, 50%) rotate(-10deg);
}

@media (max-width: 991px) {
  .values-section {
    padding: 80px 0;
  }
  .values-header {
    margin-bottom: 40px;
  }
  .value-card .value-card-inner {
    padding: 30px 25px;
  }
  .value-icon-wrapper {
    width: 90px;
    height: 90px;
  }
  .value-icon-wrapper .value-icon img {
    width: 45px;
    height: 45px;
  }
  .values-footer {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .values-section {
    padding: 60px 0;
  }
  .values-header .values-subtitle {
    font-size: 16px;
  }
  .value-card .value-card-inner {
    padding: 25px 20px;
  }
  .value-number span {
    font-size: 40px;
  }
  .value-icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .value-icon-wrapper .value-icon {
    border-radius: 20px;
  }
  .value-icon-wrapper .value-icon img {
    width: 40px;
    height: 40px;
  }
  .value-content .value-title {
    font-size: 20px;
  }
  .value-content .value-description {
    font-size: 14px;
  }
  .values-footer .footer-line span {
    width: 60px;
  }
}
.services-page-header {
  padding: 60px 0 0;
  background: #050a1e;
}
.services-page-header .header-content {
  margin-bottom: 50px;
}
.services-page-header .services-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #084be6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.services-page-header .page-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.services-page-header .page-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.services-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 30px 50px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #10182b;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .services-stats {
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .services-stats {
    flex-direction: column;
    gap: 25px;
    padding: 25px 20px;
  }
}
.services-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.services-stats .stat-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 12px;
  color: #084be6;
  flex-shrink: 0;
}
.services-stats .stat-content .stat-number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 4px;
}
.services-stats .stat-content .stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.services-stats .stat-divider {
  width: 1px;
  height: 50px;
  background: #10182b;
}
@media (max-width: 575px) {
  .services-stats .stat-divider {
    width: 60px;
    height: 1px;
  }
}

.services-grid-section {
  padding: 80px 0;
  background: #050a1e;
}

.service-category-block {
  margin-bottom: 80px;
}
.service-category-block:last-child {
  margin-bottom: 0;
}

.category-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #10182b;
}
@media (max-width: 575px) {
  .category-header {
    flex-direction: column;
    gap: 16px;
  }
}
.category-header .category-number {
  flex-shrink: 0;
}
.category-header .category-number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(8, 75, 230, 0.1);
  border: 2px solid rgba(8, 75, 230, 0.3);
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #084be6;
}
.category-header .category-info {
  flex: 1;
}
.category-header .category-info .category-title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.2;
}
.category-header .category-info .category-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 600px;
  line-height: 1.6;
}

.service-card {
  height: 100%;
}
.service-card .service-card-link {
  display: block;
  text-decoration: none;
  height: 100%;
}
.service-card .service-card-inner {
  position: relative;
  background: linear-gradient(180deg, rgba(22, 26, 43, 0.8) 0%, rgba(19, 23, 41, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s;
}
.service-card .service-card-inner:hover {
  transform: translateY(-10px);
  border-color: rgba(8, 75, 230, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(8, 75, 230, 0.1);
}
.service-card .service-card-inner:hover .service-image img {
  transform: scale(1.1);
}
.service-card .service-card-inner:hover .service-image .image-overlay {
  opacity: 0.7;
}
.service-card .service-card-inner:hover .service-number span {
  color: #084be6;
  text-shadow: 0 0 20px rgba(8, 75, 230, 0.5);
}
.service-card .service-card-inner:hover .service-action {
  opacity: 1;
  transform: translateY(0);
}
.service-card .service-card-inner:hover .service-icon-badge {
  transform: scale(1.1);
  border-color: #084be6;
}
.service-card .service-card-inner:hover .service-decoration {
  opacity: 0.3;
  transform: rotate(45deg) scale(1.2);
}

.service-number {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}
.service-number span {
  font-size: 48px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Michroma", "Alexandria", sans-serif;
  line-height: 1;
  transition: all 0.4s;
}

.service-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.service-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 75, 230, 0.3) 100%);
  opacity: 0;
  transition: all 0.4s;
}

.service-icon-badge {
  position: absolute;
  top: 160px;
  left: 25px;
  width: 60px;
  height: 60px;
  background: #020919;
  border: 2px solid rgba(8, 75, 230, 0.3);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.3s;
}
.service-icon-badge img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.service-content {
  padding: 45px 25px 25px;
  position: relative;
}
.service-content .service-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.service-content .service-summary {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 20px;
  line-height: 1.6;
}

.service-action {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s;
}
.service-action .action-text {
  font-size: 14px;
  font-weight: 600;
  color: #084be6;
}
.service-action .action-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #084be6 0%, rgb(6.2857142857, 58.9285714286, 180.7142857143) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.service-decoration {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  color: rgba(8, 75, 230, 0.1);
  opacity: 0;
  transition: all 0.4s;
}
.service-decoration svg {
  width: 100%;
  height: 100%;
}

.empty-category {
  text-align: center;
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #10182b;
  border-radius: 20px;
}
.empty-category .empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.1);
  border-radius: 20px;
  color: #084be6;
}
.empty-category p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.services-cta-section {
  padding: 0 0 100px;
  background: #050a1e;
}

.services-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 50px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.1) 0%, rgba(8, 75, 230, 0.03) 100%);
  border: 1px solid rgba(8, 75, 230, 0.2);
  border-radius: 24px;
}
@media (max-width: 991px) {
  .services-cta-card {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }
}
.services-cta-card .cta-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .services-cta-card .cta-content {
    flex-direction: column;
  }
}
.services-cta-card .cta-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.15);
  border: 2px solid rgba(8, 75, 230, 0.3);
  border-radius: 20px;
  color: #084be6;
  flex-shrink: 0;
}
.services-cta-card .cta-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
}
.services-cta-card .cta-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 500px;
}
.services-cta-card .cta-actions {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .services-cta-card .cta-actions {
    flex-direction: column;
    width: 100%;
  }
}
.services-cta-card .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .services-cta-card .cta-btn {
    justify-content: center;
  }
}
.services-cta-card .cta-btn.primary {
  background: #084be6;
  color: #ffffff;
}
.services-cta-card .cta-btn.primary:hover {
  background: #1352e4;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(8, 75, 230, 0.3);
}
.services-cta-card .cta-btn.secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #10182b;
  color: #ffffff;
}
.services-cta-card .cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

[dir=rtl] .service-number {
  right: auto;
  left: 20px;
}
[dir=rtl] .service-icon-badge {
  left: auto;
  right: 25px;
}
[dir=rtl] .service-decoration {
  right: auto;
  left: -40px;
}
[dir=rtl] .cta-btn.primary:hover svg {
  transform: translateX(-4px);
}

@media (max-width: 991px) {
  .services-page-header {
    padding: 50px 0 0;
  }
  .services-page-header .header-content {
    margin-bottom: 40px;
  }
  .services-grid-section {
    padding: 60px 0;
  }
  .service-category-block {
    margin-bottom: 60px;
  }
  .category-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .service-image {
    height: 180px;
  }
  .service-icon-badge {
    top: 140px;
    width: 50px;
    height: 50px;
  }
  .service-icon-badge img {
    width: 26px;
    height: 26px;
  }
  .service-content {
    padding: 40px 20px 20px;
  }
  .service-content .service-title {
    font-size: 18px;
  }
  .services-cta-section {
    padding: 0 0 80px;
  }
}
@media (max-width: 575px) {
  .services-page-header {
    padding: 40px 0 0;
  }
  .services-grid-section {
    padding: 50px 0;
  }
  .service-category-block {
    margin-bottom: 50px;
  }
  .category-header .category-number span {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .service-number span {
    font-size: 36px;
  }
  .service-image {
    height: 160px;
  }
  .service-icon-badge {
    top: 120px;
    left: 20px;
    width: 45px;
    height: 45px;
  }
  .service-icon-badge img {
    width: 22px;
    height: 22px;
  }
  .service-content {
    padding: 35px 18px 18px;
  }
  .service-content .service-title {
    font-size: 17px;
  }
  .service-content .service-summary {
    font-size: 13px;
  }
  .services-cta-section {
    padding: 0 0 60px;
  }
}
.services-home-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #050a1e 0%, rgb(3.5428571429, 7.0857142857, 21.2571428571) 100%);
  overflow: hidden;
}

.services-bg-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.services-bg-decoration .decoration-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}
.services-bg-decoration .decoration-orb.orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(8, 75, 230, 0.3) 0%, transparent 70%);
  top: -200px;
  right: -100px;
}
.services-bg-decoration .decoration-orb.orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(19, 82, 228, 0.2) 0%, transparent 70%);
  bottom: -150px;
  left: -100px;
}
.services-bg-decoration .decoration-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(8, 75, 230, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 75, 230, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 50% at 50% 50%, black 40%, transparent 100%);
}

.services-home-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.services-home-header .header-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.2);
  border-radius: 50px;
  margin-bottom: 24px;
}
.services-home-header .header-badge .badge-dot {
  width: 8px;
  height: 8px;
  background: #084be6;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
.services-home-header .header-badge .badge-text {
  font-size: 13px;
  font-weight: 600;
  color: #084be6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}
.services-home-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
  line-height: 1.2;
  font-family: "Michroma", "Alexandria", sans-serif;
}

.services-home-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.services-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .services-home-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services-home-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.service-home-card {
  text-decoration: none;
  display: block;
  height: 100%;
}
.service-home-card .service-card-inner {
  position: relative;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 32px 28px;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.4s;
}
.service-home-card .service-card-inner:hover {
  transform: translateY(-8px);
  border-color: rgba(8, 75, 230, 0.4);
}
.service-home-card .service-card-inner:hover .card-glow {
  opacity: 1;
}
.service-home-card .service-card-inner:hover .service-icon-wrapper {
  transform: scale(1.1);
}
.service-home-card .service-card-inner:hover .service-icon-wrapper .icon-bg {
  transform: scale(1.3);
  opacity: 0.4;
}
.service-home-card .service-card-inner:hover .service-card-arrow {
  opacity: 1;
  transform: translateX(0);
}
.service-home-card .service-card-inner:hover .service-card-arrow svg {
  transform: translateX(4px);
}
.service-home-card .service-card-inner:hover .service-index {
  color: #084be6;
  opacity: 0.6;
}
.service-home-card .service-card-inner:hover .card-border-effect {
  opacity: 1;
}

.card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(8, 75, 230, 0.15) 0%, transparent 100%);
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}

.service-index {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
  font-family: "Michroma", "Alexandria", sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.service-icon-wrapper {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.service-icon-wrapper .icon-bg {
  position: absolute;
  inset: 0;
  background: #084be6;
  border-radius: 16px;
  opacity: 0.15;
  transition: all 0.4s;
}
.service-icon-wrapper .service-icon-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
}
.service-icon-wrapper .service-icon-svg {
  width: 32px;
  height: 32px;
  color: #084be6;
  position: relative;
  z-index: 1;
}

.service-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
  font-family: "Michroma", "Alexandria", sans-serif;
}

.service-card-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  line-height: 1.65;
  flex: 1;
}

.service-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 12px;
  margin-top: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s;
}
.service-card-arrow svg {
  width: 18px;
  height: 18px;
  color: #084be6;
  transition: all 0.3s;
}

.card-border-effect {
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.5) 0%, transparent 50%, transparent 50%, rgba(8, 75, 230, 0.2) 100%);
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
  z-index: -1;
}

.services-home-cta {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.services-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: transparent;
  border: 2px solid #084be6;
  border-radius: 14px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s;
}
.services-cta-btn:hover {
  border-color: #1352e4;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(8, 75, 230, 0.3);
}
.services-cta-btn:hover .btn-text {
  color: #ffffff;
}
.services-cta-btn:hover .btn-icon {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.2);
}
.services-cta-btn:hover .btn-bg {
  transform: scaleX(1);
}
.services-cta-btn .btn-text {
  font-size: 15px;
  font-weight: 600;
  color: #084be6;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.services-cta-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(8, 75, 230, 0.2);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.services-cta-btn .btn-icon svg {
  width: 16px;
  height: 16px;
  color: #ffffff;
}
.services-cta-btn .btn-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #084be6 0%, #1352e4 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.4s;
  z-index: 0;
}

@media (max-width: 991px) {
  .services-home-section {
    padding: 80px 0;
  }
  .services-home-header {
    margin-bottom: 50px;
  }
  .service-home-card .service-card-inner {
    min-height: 260px;
    padding: 28px 24px;
  }
  .services-home-cta {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .services-home-section {
    padding: 60px 0;
  }
  .services-home-header {
    margin-bottom: 40px;
  }
  .services-home-header .header-badge {
    padding: 8px 16px;
  }
  .services-home-header .header-badge .badge-text {
    font-size: 12px;
  }
  .services-home-title {
    font-size: 28px;
  }
  .services-home-subtitle {
    font-size: 15px;
  }
  .service-home-card .service-card-inner {
    min-height: auto;
    padding: 24px 20px;
  }
  .service-icon-wrapper {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
  }
  .service-icon-wrapper .service-icon-img {
    width: 30px;
    height: 30px;
  }
  .service-card-title {
    font-size: 18px;
  }
  .service-card-arrow {
    opacity: 1;
    transform: translateX(0);
  }
  .services-cta-btn {
    padding: 16px 28px;
    width: 100%;
    justify-content: center;
  }
  .services-cta-btn .btn-text {
    font-size: 14px;
  }
}
[dir=rtl] .service-index {
  right: auto;
  left: 24px;
}
[dir=rtl] .service-card-arrow {
  transform: translateX(10px) scaleX(-1);
}
[dir=rtl] .service-card-arrow:hover svg {
  transform: translateX(-4px);
}
[dir=rtl] .services-cta-btn .btn-icon {
  transform: scaleX(-1);
}
[dir=rtl] .services-cta-btn:hover .btn-icon {
  transform: translateX(-4px) scaleX(-1);
}
[dir=rtl] .services-cta-btn .btn-bg {
  transform-origin: right;
}

.sservice-area {
  padding: 60px 0 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, #020919, #020919);
  margin: 30px 50px;
  border-radius: 20px;
}

.service-single-box {
  min-height: 340px;
  background: white;
  border-radius: 15px;
  padding: 45px 35px 42px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.0509803922);
}
.service-single-box .service-icon {
  position: absolute;
  bottom: -10%;
  right: 0;
  transform: scale(2) rotate(-45deg);
  z-index: -1;
}
.service-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s;
  background: #fff;
}
.service-single-box:hover::before {
  background: rgba(0, 76, 253, 0.8196078431);
}
.service-single-box:hover h3.service-title {
  color: #ffffff;
}
.service-single-box:hover p.service-text {
  color: #ffffff;
}

.service-icon {
  margin-bottom: 33px;
}
.service-icon img {
  filter: brightness(1) invert(0);
  transition: all 0.5s;
}

h3.service-title {
  font-size: 22px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  margin: 0;
  transition: all 0.5s;
  cursor: pointer;
  line-height: 1.4;
  width: 80%;
}

p.service-text {
  margin: 0;
  padding: 11px 0 38px;
  transition: all 0.5s;
  color: #000;
}

.service-btn a {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: white;
  font-weight: 600;
  text-decoration: none;
}
.service-btn i {
  display: inline-block;
  color: #1352e4;
  background: #f4f4f4;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 11px;
  transition: all 0.5s;
}

.services-details-area {
  padding: 122px 0 121px;
}

.services-details-thumb img {
  width: 100%;
}

.services-details-content {
  background: #020b1d;
  border: 1px solid #10182b;
}

h4.services-details-title {
  margin-bottom: 10px;
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}

p.services-details-desc {
  margin-top: 24px;
  font-size: 17px;
  color: #fafafa;
}

.service-details-content h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
.service-details-content p {
  font-size: 17px;
  color: #fafafa;
}

.service-details-list li {
  list-style: none;
  font-size: 20px;
  line-height: 46px;
  color: #fafafa;
  font-weight: 500;
}
.service-details-list li i {
  color: #084be6;
  margin-right: 12px;
}

.service-det-content h3 {
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 600;
  margin: 40px 0 15px;
}

.projects-section, .project-area {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.projects-header {
  margin-bottom: 60px;
}
.projects-header .projects-badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.15) 0%, rgba(8, 75, 230, 0.05) 100%);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #084be6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.projects-header .projects-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.projects-header .projects-title span {
  color: #084be6;
}
.projects-header .projects-subtitle {
  font-size: 18px;
  color: #fefefe;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.projects-carousel-wrapper {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .projects-carousel-wrapper {
    padding: 0;
  }
}

.carousel-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 767px) {
  .carousel-nav {
    display: none;
  }
}

.carousel-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(22, 26, 43, 0.9) 0%, rgba(19, 23, 41, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.carousel-nav-btn:hover {
  background: #084be6;
  border-color: #084be6;
  transform: scale(1.1);
}
.carousel-nav-btn.carousel-prev {
  margin-left: -25px;
}
.carousel-nav-btn.carousel-next {
  margin-right: -25px;
}
.carousel-nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.carousel-nav-btn.swiper-button-disabled:hover {
  background: rgba(22, 26, 43, 0.9);
  transform: none;
}

.projects-swiper {
  padding: 20px 0 40px;
  overflow: visible;
}
.projects-swiper .swiper-slide {
  height: auto;
}

.project-card {
  height: 100%;
}
.project-card .project-card-link {
  display: block;
  text-decoration: none;
  height: 100%;
}
.project-card .project-card-inner {
  position: relative;
  background: linear-gradient(180deg, rgba(22, 26, 43, 0.8) 0%, rgba(19, 23, 41, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s;
}
.project-card .project-card-inner:hover {
  transform: translateY(-10px);
  border-color: rgba(8, 75, 230, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(8, 75, 230, 0.1);
}
.project-card .project-card-inner:hover .project-image img {
  transform: scale(1.1);
}
.project-card .project-card-inner:hover .project-image .image-overlay {
  opacity: 0.7;
}
.project-card .project-card-inner:hover .project-image .quick-view {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.project-card .project-card-inner:hover .project-number span {
  color: #084be6;
  text-shadow: 0 0 20px rgba(8, 75, 230, 0.5);
}
.project-card .project-card-inner:hover .project-view {
  opacity: 1;
  transform: translateY(0);
}
.project-card .project-card-inner:hover .project-decoration {
  opacity: 0.3;
  transform: rotate(45deg) scale(1.2);
}

.project-number {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}
.project-number span {
  font-size: 48px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Michroma", "Alexandria", sans-serif;
  line-height: 1;
  transition: all 0.4s;
}

.project-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.project-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 75, 230, 0.3) 100%);
  opacity: 0;
  transition: all 0.4s;
}
.project-image .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: all 0.4s;
}
.project-image .quick-view .quick-view-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
}

.project-info {
  padding: 25px;
  position: relative;
}
.project-info .project-category {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(8, 75, 230, 0.15);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #084be6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.project-info .project-name {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px;
  line-height: 1.3;
  font-family: "Michroma", "Alexandria", sans-serif;
}

.project-view {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s;
}
.project-view .view-text {
  font-size: 14px;
  font-weight: 600;
  color: #084be6;
}
.project-view .view-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #084be6 0%, rgb(6.2857142857, 58.9285714286, 180.7142857143) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.project-decoration {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  color: rgba(8, 75, 230, 0.1);
  opacity: 0;
  transition: all 0.4s;
}
.project-decoration svg {
  width: 100%;
  height: 100%;
}

.projects-cta {
  text-align: center;
  margin-top: 50px;
}

.projects-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #084be6 0%, rgb(6.2857142857, 58.9285714286, 180.7142857143) 100%);
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.projects-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(8, 75, 230, 0.3);
  color: #ffffff;
}
.projects-btn:hover svg {
  transform: translateX(5px);
}
.projects-btn svg {
  transition: all 0.3s;
}

.projects-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.projects-bg-decoration .decoration-circle {
  position: absolute;
  top: 10%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(8, 75, 230, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.projects-bg-decoration .decoration-dots {
  position: absolute;
  bottom: 20%;
  left: 5%;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(rgba(8, 75, 230, 0.2) 2px, transparent 2px);
  background-size: 15px 15px;
}

.projects-page-section {
  padding: 60px 0 100px;
  background: #050a1e;
}

.projects-page-header {
  margin-bottom: 40px;
}
.projects-page-header .projects-page-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #084be6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.projects-page-header .page-title {
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.projects-page-header .page-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.projects-filter {
  margin-bottom: 40px;
  text-align: center;
}
.projects-filter .filter-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #10182b;
  border-radius: 16px;
}
.projects-filter .filter-tab {
  padding: 12px 24px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.projects-filter .filter-tab:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}
.projects-filter .filter-tab.active {
  background: #084be6;
  color: #ffffff;
  border-color: #084be6;
}

.projects-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #10182b;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .projects-stats {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
  }
}
.projects-stats .stat-item {
  text-align: center;
}
.projects-stats .stat-item .stat-number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #084be6;
  line-height: 1;
  margin-bottom: 6px;
}
.projects-stats .stat-item .stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.projects-stats .stat-divider {
  width: 1px;
  height: 40px;
  background: #10182b;
}
@media (max-width: 767px) {
  .projects-stats .stat-divider {
    width: 60px;
    height: 1px;
  }
}

.projects-grid .project-card .project-card-inner:hover .project-view {
  opacity: 1;
  transform: translateY(0);
}

.no-projects {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(180deg, rgba(22, 26, 43, 0.5) 0%, rgba(19, 23, 41, 0.6) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
}
.no-projects .no-projects-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.15) 0%, rgba(8, 75, 230, 0.05) 100%);
  border: 1px solid rgba(8, 75, 230, 0.25);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #084be6;
}
.no-projects p {
  font-size: 18px;
  color: #fefefe;
  margin: 0;
}

.projects-cta-section {
  padding: 0 0 100px;
  background: #050a1e;
}

.projects-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 50px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.1) 0%, rgba(8, 75, 230, 0.03) 100%);
  border: 1px solid rgba(8, 75, 230, 0.2);
  border-radius: 24px;
}
@media (max-width: 991px) {
  .projects-cta-card {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }
}
.projects-cta-card .cta-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .projects-cta-card .cta-content {
    flex-direction: column;
  }
}
.projects-cta-card .cta-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.15);
  border: 2px solid rgba(8, 75, 230, 0.3);
  border-radius: 20px;
  color: #084be6;
  flex-shrink: 0;
}
.projects-cta-card .cta-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
}
.projects-cta-card .cta-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 500px;
}
.projects-cta-card .cta-actions {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .projects-cta-card .cta-actions {
    flex-direction: column;
    width: 100%;
  }
}
.projects-cta-card .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .projects-cta-card .cta-btn {
    justify-content: center;
  }
}
.projects-cta-card .cta-btn.primary {
  background: #084be6;
  color: #ffffff;
}
.projects-cta-card .cta-btn.primary:hover {
  background: #1352e4;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(8, 75, 230, 0.3);
}
.projects-cta-card .cta-btn.secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #10182b;
  color: #ffffff;
}
.projects-cta-card .cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

[dir=rtl] .carousel-nav-btn.carousel-prev {
  margin-left: 0;
  margin-right: -25px;
}
[dir=rtl] .carousel-nav-btn.carousel-next {
  margin-right: 0;
  margin-left: -25px;
}
[dir=rtl] .project-number {
  right: auto;
  left: 20px;
}
[dir=rtl] .projects-btn:hover svg,
[dir=rtl] .cta-btn.primary:hover svg {
  transform: translateX(-5px);
}
[dir=rtl] .project-decoration {
  right: auto;
  left: -40px;
}

@media (max-width: 991px) {
  .projects-section, .project-area {
    padding: 80px 0;
  }
  .projects-header {
    margin-bottom: 40px;
  }
  .project-image {
    height: 220px;
  }
  .project-info {
    padding: 20px;
  }
  .project-info .project-name {
    font-size: 18px;
  }
  .projects-cta {
    margin-top: 40px;
  }
  .projects-page-section {
    padding: 50px 0 80px;
  }
  .projects-cta-section {
    padding: 0 0 80px;
  }
}
@media (max-width: 575px) {
  .projects-section, .project-area {
    padding: 60px 0;
  }
  .projects-header .projects-title {
    font-size: 28px;
  }
  .projects-header .projects-subtitle {
    font-size: 16px;
  }
  .project-image {
    height: 200px;
  }
  .project-number span {
    font-size: 36px;
  }
  .project-info {
    padding: 18px;
  }
  .project-info .project-name {
    font-size: 17px;
  }
  .projects-btn {
    padding: 14px 24px;
    font-size: 15px;
  }
  .projects-page-section {
    padding: 40px 0 60px;
  }
  .projects-cta-section {
    padding: 0 0 60px;
  }
  .projects-filter .filter-tabs {
    padding: 6px;
  }
  .projects-filter .filter-tabs .filter-tab {
    padding: 10px 16px;
    font-size: 13px;
  }
}
.project-details-content,
.services-details-content {
  text-align: start;
}

.project-details-area {
  padding: 0 0 93px;
}

.project-details-thumb img {
  width: 100%;
}

.row.project-box-info {
  border-radius: 25px;
  background-color: #ffffff;
  margin: 60px 0 68px;
  padding: 55px 0 15px;
}

.project-details-box p {
  font-size: 18px;
  color: #7a7a7a;
  margin: 0;
}
.project-details-box h6 {
  font-size: 24px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
}

.project-details-content h4 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
}
.project-details-content h3 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 54px;
}

p.project-details-desc {
  font-size: 17px;
  margin-bottom: 27px;
  width: 96%;
}

.project-details-list-item h4 {
  font-size: 28px;
}
.project-details-list-item ul li {
  list-style: none;
  font-size: 17px;
  line-height: 39px;
}
.project-details-list-item ul li i {
  display: inline-block;
  color: #084be6;
  font-size: 19px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}

a.project-details-text {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  color: #084be6;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 19px;
}

.project-details-item-images img {
  width: 100%;
}

.blog-area {
  padding: 120px 0 89px;
}

.blog-singele-box {
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-content {
  background: white;
  padding: 58px 40px 35px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 30px 30px;
}

.blog-date {
  background: #084be6;
  border-radius: 10px;
  padding: 10px 24px;
  position: absolute;
  top: -10%;
}
.blog-date h4 {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  margin: 0;
}
.blog-date h4 i {
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
}
.blog-date h4 span {
  display: inline-block;
  margin-left: 147px;
  position: relative;
  z-index: 1;
}
.blog-date h4 span::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 60%;
  background: #f3f6ff;
  left: -93%;
  top: 47%;
}

h3.blog-title {
  margin: 0;
}
h3.blog-title a {
  display: inline-block;
  font-size: 26px;
  line-height: 36px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  text-decoration: none;
  transition: all 0.5s;
  margin-bottom: 23px;
}
h3.blog-title a:hover {
  color: #084be6;
}

p.blog-tex {
  margin: 0;
  padding: 10px 0 18px;
}

.blog-btn a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 500;
  font-family: "Jura", "Tajawal", sans-serif;
  text-decoration: none;
  transition: all 0.5s;
}
.blog-btn a:hover {
  color: #084be6;
}
.blog-btn a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.blog-singele-box-tow {
  margin-bottom: 28px;
}

.blog-content-tow {
  background: #fff;
  border-radius: 20px;
  padding: 36px 29px 26px 0;
}

.blog-thumb-tow {
  float: left;
  margin-right: 29px;
}

.blog-date-tow {
  background: #f4f4f4;
  display: inline-block;
  padding: 6px 25px 6px;
  border-radius: 10px;
}
.blog-date-tow h4 {
  font-size: 16px;
  line-height: 36px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  margin: 0;
}
.blog-date-tow h4 i {
  display: inline-block;
  font-size: 16px;
  color: #004cfd;
  margin-right: 16px;
}
.blog-date-tow h4 span {
  display: inline-block;
  margin-left: 86px;
  position: relative;
  z-index: 1;
}
.blog-date-tow h4 span::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background: #004cfd;
  left: -48px;
  top: 8px;
}

h3.blog-title-two {
  line-height: 32px;
  margin: 0;
  padding: 24px 0 10px;
}
h3.blog-title-two a {
  font-size: 22px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  text-decoration: none;
  transition: all 0.5s;
}
h3.blog-title-two a:hover {
  color: #084be6;
}

.blog-btn-tow a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 500;
  font-family: "Jura", "Tajawal", sans-serif;
  text-decoration: none;
  transition: all 0.5s;
}
.blog-btn-tow a:hover {
  color: #084be6;
}
.blog-btn-tow a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.blog-area.style-grid .single-blog-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px 26px 36px;
  margin-bottom: 30px;
}
.blog-area.style-grid .single-blog-thumb {
  transition: all 0.5s;
  overflow: hidden;
}
.blog-area.style-grid .single-blog-thumb img {
  width: 100%;
  transition: all 0.5s;
}
.blog-area.style-grid .blog-box-content {
  padding: 25px 20px 5px 10px;
}
.blog-area.style-grid .blog-box-content h3 {
  margin: 0;
}
.blog-area.style-grid .blog-box-content h3 a {
  display: inline-block;
  font-size: 22px;
  line-height: 34px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Jura", "Tajawal", sans-serif;
  text-decoration: none;
  padding: 22px 0 34px;
  transition: all 0.5s;
}
.blog-area.style-grid .blog-box-content h3 a:hover {
  color: #084be6;
}
.blog-area.style-grid .meta-blog a span {
  display: inline-block;
  font-size: 15px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
}
.blog-area.style-grid .meta-blog span i {
  display: inline-block;
  color: #084be6;
  margin-right: 15px;
}
.blog-area.style-grid .meta-blog p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}
.blog-area.style-grid .meta-blog p span {
  display: inline-block;
  margin-right: 15px;
}
.blog-area.style-grid .blog-button a {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: #050a1e;
  font-family: "Jura", "Tajawal", sans-serif;
  border-radius: 22px;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(122, 122, 122, 0.25);
  transition: all 0.5s;
}
.blog-area.style-grid .blog-button a i {
  margin-left: 10px;
}
.blog-area.style-grid .blog-button a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #084be6;
  left: 0;
  top: 0;
  border-radius: 20px;
  transform: scale(0);
  transition: all 0.5s;
  z-index: -1;
}
.blog-area.style-grid .blog-button a:hover::before {
  transform: scale(1);
}
.blog-area.style-grid .blog-button:hover a {
  color: #ffffff;
}
.blog-area.style-grid .single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}

.blog-details-area {
  padding: 119px 0 119px;
}
.blog-details-area .meta-blog span {
  display: inline-block;
  margin-right: 28px;
  font-weight: 500;
}
.blog-details-area .meta-blog i {
  display: inline-block;
  color: #084be6;
  padding-right: 9px;
}
.blog-details-area .meta-blog img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.blog-details-area span.mate-text {
  padding-left: 36px;
  position: relative;
}
.blog-details-area span.mate-text:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 5px;
  top: 11px;
  background: #084be6;
}
.blog-details-area .contact-input-box input {
  background: #fff;
  border: transparent;
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  margin-bottom: 11px;
}
.blog-details-area .contact-input-box textarea {
  background: #fff;
  border: transparent;
  width: 100%;
  height: 170px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 11px;
  margin-bottom: 20px;
}

.blog-details-thumb {
  overflow: hidden;
}
.blog-details-thumb img {
  width: 100%;
  transition: all 0.5s;
}
.blog-details-thumb img:hover {
  transform: scale(1.2);
}

.blog-details-content {
  padding: 27px 36px 20px;
  border: 1px solid rgba(34, 34, 34, 0.1333333333);
}

h4.blog-details-title {
  font-size: 32px;
  margin: 12px 0 19px;
}

h3.blog-details-title {
  font-size: 28px;
  margin: 54px 0 16px;
}
h3.blog-details-title.two {
  font-size: 28px;
  margin: 38px 0 16px;
}

p.blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
p.blog-details-desc.two {
  width: 95%;
}
p.blog-details-desc.three {
  width: 100%;
}

.blog-details-author-talk {
  display: flex;
  gap: 26px;
  background: #f4f4f4;
  padding: 41px 51px 40px;
  margin-top: 48px;
  border-radius: 10px;
}

.blog-details-quote img {
  position: relative;
  top: 8px;
  color: #001819;
}

.blog-details-author-title p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  color: #001819;
}
.blog-details-author-title span {
  margin-left: 58px;
  display: inline-block;
  color: #001819;
  position: relative;
}
.blog-details-author-title span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: -58px;
  top: 12px;
  background: #084be6;
}

.blog-details-list-item {
  margin-bottom: 40px;
}
.blog-details-list-item ul li {
  margin-bottom: 10px;
  font-size: 17px;
  list-style: none;
}
.blog-details-list-item ul li i {
  display: inline-block;
  color: #084be6;
  font-size: 18px;
  margin-right: 16px;
}

.blog-details-category span a {
  display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  font-weight: 500;
  color: #001819;
  border-radius: 3px;
  margin-right: 7px;
  transition: all 0.5s;
}
.blog-details-category span a:hover, .blog-details-category span a.active-class {
  background: #084be6;
  color: #ffffff;
}

.blog-details-social-icon ul li {
  display: inline-block;
}
.blog-details-social-icon ul li i {
  display: inline-block;
  background: #084be6;
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 5px;
}
.blog-details-social-icon ul li:nth-child(2) i {
  background: #00aff5;
}
.blog-details-social-icon ul li:nth-child(3) i {
  background: #050a1e;
}
.blog-details-social-icon ul li:nth-child(4) i {
  background: #b7071c;
}

.single-comment-area {
  background: #f4f4f4;
  padding: 49px 41px 56px;
  margin-top: 61px;
  border-radius: 5px;
}

.blog-details-comment-title h4 {
  font-size: 28px;
  margin: 0 0 28px;
}

.blog-details-comment {
  margin-bottom: 19px;
  position: relative;
  border: 1px solid rgba(34, 34, 34, 0.08);
  padding: 29px 29px 25px;
}
.blog-details-comment.style-two {
  margin-left: 105px;
}
.blog-details-comment.reply {
  margin-left: 70px;
  padding-top: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-comment-content {
  overflow: hidden;
}
.blog-details-comment-content h2 {
  font-size: 20px;
  margin-top: 0;
  display: inline-block;
  font-weight: 700;
  margin-right: 30px;
}
.blog-details-comment-content p {
  font-size: 15px;
  margin: 13px 0 0;
}

.blog-details-comment-reply {
  position: absolute;
  right: 22px;
  top: 21px;
}
.blog-details-comment-reply a {
  background: #084be6;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 2px;
  display: inline-block;
}

.blog-details-contact-title h4 {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 31px;
}

.input-check-box span {
  font-size: 15px;
  margin-left: 7px;
}

.blog-details-submi-button button {
  background: #084be6;
  color: #ffffff;
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 15px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  border: 2px solid #084be6;
  border-radius: 5px;
  font-weight: 500;
}
.blog-details-submi-button button:hover {
  color: #084be6;
}
.blog-details-submi-button button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #fff;
  transition: all 0.5s;
  z-index: -1;
  border-radius: 5px;
}
.blog-details-submi-button button:hover:before {
  width: 100%;
  left: 0;
}

.testimonial-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 50px 0;
  padding: 120px 0 120px;
}
.testimonial-area.style-two {
  background: #ffffff;
  padding: 120px 0 120px;
}
.testimonial-area.style-two .section-title.text-center {
  margin-bottom: 49px;
}
.testimonial-area.style-two h5.section-sub-title {
  background-color: #f4f4f4;
  border: 2px solid rgba(255, 60, 0, 0.15);
}
.testimonial-area.style-two h1.section-main-title {
  color: #050a1e;
}
.testimonial-area.style-two .testi-single-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 20px 0px 20px 20px;
  transition: all 0.5s;
  padding: 39px 27px 82px;
  margin-top: 33px;
  margin-bottom: 35px;
}
.testimonial-area.style-two .testi-single-box::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #050a1e;
  top: -3px;
  right: 0;
  z-index: 1;
  transition: all 0.5s;
}
.testimonial-area.style-two .testi-single-box::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #1352e4;
  left: 66px;
  top: -3px;
  margin: 0 auto;
  z-index: 1;
  transition: all 0.5s;
}
.testimonial-area.style-two .testi-single-box:hover {
  transform: translateY(-30px);
}
.testimonial-area.style-two .testi-single-box:hover .testi-icon img {
  filter: brightness(0) invert(1);
}
.testimonial-area.style-two .testi-single-box:hover p {
  color: #ffffff;
}
.testimonial-area.style-two .testi-single-box:hover p.testi-desc::before {
  background: #ffffff;
}
.testimonial-area.style-two .testi-single-box:hover h3.testi-user-name {
  color: #ffffff;
}
.testimonial-area.style-two .testi-single-box:hover h3.testi-user-name span {
  color: #ffffff;
}
.testimonial-area.style-two p.testi-desc {
  padding: 35px 0 29px;
  margin: 0;
  z-index: 1;
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  transition: all 0.5s;
  position: relative;
}
.testimonial-area.style-two p.testi-desc::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 1px;
  background: rgba(122, 122, 122, 0.4);
  margin: 0 auto;
  bottom: 5px;
  left: 0;
  right: 0;
}
.testimonial-area.style-two h3.testi-user-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Jura", "Tajawal", sans-serif;
  margin: 0;
  color: #050a1e;
  transition: all 0.5s;
}
.testimonial-area.style-two h3.testi-user-name span {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  margin-left: 14px;
  color: #7a7a7a;
  transition: all 0.5s;
}
.testimonial-area.style-two .testi-author {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: -33px;
  left: 0;
  right: 0;
}
.testimonial-area.style-two .testi-author::before, .testimonial-area.style-two .testi-author::after {
  display: none;
}
.testimonial-area.style-three {
  background: #ffffff;
  padding: 120px 0 120px;
  margin: 0;
}
.testimonial-area.style-three h5.section-sub-title {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.testimonial-area.style-three h1.section-main-title {
  color: #050a1e;
}
.testimonial-area.style-three .testi-single-box {
  text-align: left;
  display: flex;
  align-items: center;
}
.testimonial-area.style-three .test-user-img {
  margin-right: 38px;
}
.testimonial-area.style-three .swiper-pagination {
  text-align: center;
  padding-top: 20px;
}
.testimonial-area.style-three .swiper-pagination-bullet {
  display: inline-block;
  width: 30px;
  height: 8px;
  border-radius: 4px;
  background-color: #161a2b;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
.testimonial-area.style-three .swiper-pagination-bullet-active {
  display: inline-block;
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background-color: #1352e4;
}
.testimonial-area.style-three .swiper-pagination-bullet-active::before {
  display: none;
}

.testi-single-box {
  background: #171a2b;
  border-radius: 20px;
  padding: 39px 27px 32px;
  text-align: center;
  margin-bottom: 20px;
}

p.testi-text {
  color: #ffffff;
  opacity: 0.702;
  padding: 35px 0 29px;
  margin: 0;
  position: relative;
  z-index: 1;
}
p.testi-text::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  border: 1px solid #292c3b;
  bottom: 0;
}

h3.testi-title {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Jura", "Tajawal", sans-serif;
  margin: 0;
}
h3.testi-title span {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  color: #1352e4;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  margin-left: 14px;
}

ul.testi-rating {
  padding: 28px 0 13px;
}
ul.testi-rating li {
  list-style: none;
  display: inline-block;
}
ul.testi-rating li i {
  display: inline-block;
  color: #ffc600;
  font-size: 15px;
  margin: 0 4px 0;
}

.testi-author {
  text-align: center;
  position: relative;
  z-index: 1;
}
.testi-author::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  right: -31%;
}
.testi-author::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: -31%;
}

.faq-section, .faq-area {
  padding: 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-section::before, .faq-area::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(8, 75, 230, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.faq-visual, .faq-thumb {
  position: relative;
  padding: 20px;
}
.faq-visual .faq-image-wrapper, .faq-thumb .faq-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.faq-visual .faq-image-wrapper img, .faq-thumb .faq-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
.faq-visual .image-decoration, .faq-thumb .image-decoration {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.faq-visual .image-decoration .deco-circle, .faq-thumb .image-decoration .deco-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border: 2px dashed rgba(8, 75, 230, 0.3);
  border-radius: 50%;
}
.faq-visual .image-decoration .deco-dots, .faq-thumb .image-decoration .deco-dots {
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(rgba(8, 75, 230, 0.4) 2px, transparent 2px);
  background-size: 12px 12px;
}

.faq-stats-card {
  position: absolute;
  bottom: -20px;
  right: 0;
  background: linear-gradient(135deg, rgba(22, 26, 43, 0.95) 0%, rgba(19, 23, 41, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.faq-stats-card .stats-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #084be6 0%, rgb(5.4285714286, 50.8928571429, 156.0714285714) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.faq-stats-card .stats-content {
  display: flex;
  flex-direction: column;
}
.faq-stats-card .stats-content .stats-number {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.faq-stats-card .stats-content .stats-label {
  font-size: 13px;
  color: #fefefe;
  margin-top: 4px;
}

.faq-content-wrapper {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .faq-content-wrapper {
    padding-left: 0;
    margin-top: 60px;
  }
}

.faq-header {
  margin-bottom: 40px;
}
.faq-header .faq-badge {
  display: inline-block;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.15) 0%, rgba(8, 75, 230, 0.05) 100%);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #084be6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}
.faq-header .faq-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.25;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.faq-header .faq-subtitle {
  font-size: 16px;
  color: #fefefe;
  line-height: 1.7;
  margin: 0;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: linear-gradient(180deg, rgba(22, 26, 43, 0.6) 0%, rgba(19, 23, 41, 0.7) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
}
.faq-item:hover {
  border-color: rgba(8, 75, 230, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.faq-item.active {
  border-color: rgba(8, 75, 230, 0.4);
  background: linear-gradient(180deg, rgba(22, 26, 43, 0.8) 0%, rgba(19, 23, 41, 0.9) 100%);
}
.faq-item.active .faq-question .question-number {
  color: #084be6;
}
.faq-item.active .faq-question .question-icon {
  transform: rotate(180deg);
  color: #084be6;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
}

.faq-question {
  width: 100%;
  padding: 22px 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  transition: all 0.3s;
}
.faq-question:hover {
  background: rgba(255, 255, 255, 0.02);
}
.faq-question .question-number {
  font-size: 14px;
  font-weight: 700;
  color: rgba(254, 254, 254, 0.5);
  font-family: "Michroma", "Alexandria", sans-serif;
  min-width: 28px;
  transition: all 0.3s;
}
.faq-question .question-text {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Michroma", "Alexandria", sans-serif;
  line-height: 1.4;
}
.faq-question .question-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fefefe;
  transition: all 0.3s;
  flex-shrink: 0;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.faq-answer .answer-inner {
  padding: 0 25px 25px 68px;
}
@media (max-width: 575px) {
  .faq-answer .answer-inner {
    padding: 0 20px 20px 20px;
  }
}
.faq-answer .answer-inner p {
  font-size: 15px;
  line-height: 1.8;
  color: #fefefe;
  margin: 0;
}

.faq-cta {
  margin-top: 35px;
}

.faq-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #084be6 0%, rgb(6.2857142857, 58.9285714286, 180.7142857143) 100%);
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.faq-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(8, 75, 230, 0.3);
  color: #ffffff;
}
.faq-btn:hover svg {
  transform: translateX(5px);
}
.faq-btn svg {
  transition: all 0.3s;
}

.faq-page {
  padding-top: 80px;
}
.faq-page .faq-page-header {
  margin-bottom: 60px;
}
.faq-page .faq-page-header .faq-page-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.faq-page .faq-page-header .faq-page-subtitle {
  font-size: 18px;
  color: #fefefe;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}
.faq-page .faq-page-accordion {
  margin-bottom: 60px;
}

.faq-contact-cta {
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.1) 0%, rgba(8, 75, 230, 0.02) 100%);
  border: 1px solid rgba(8, 75, 230, 0.2);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.faq-contact-cta .cta-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.faq-contact-cta .cta-content p {
  font-size: 15px;
  color: #fefefe;
  margin: 0;
}
@media (max-width: 767px) {
  .faq-contact-cta {
    flex-direction: column;
    text-align: center;
    padding: 30px 25px;
  }
  .faq-contact-cta .faq-btn {
    width: 100%;
    justify-content: center;
  }
}

[dir=rtl] .faq-content-wrapper {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 991px) {
  [dir=rtl] .faq-content-wrapper {
    padding-right: 0;
  }
}
[dir=rtl] .faq-question {
  text-align: right;
}
[dir=rtl] .faq-answer .answer-inner {
  padding: 0 68px 25px 25px;
}
@media (max-width: 575px) {
  [dir=rtl] .faq-answer .answer-inner {
    padding: 0 20px 20px 20px;
  }
}
[dir=rtl] .faq-btn:hover svg {
  transform: translateX(-5px);
}

@media (max-width: 991px) {
  .faq-section, .faq-area {
    padding: 80px 0;
  }
  .faq-visual, .faq-thumb {
    padding: 0;
    margin-bottom: 40px;
  }
  .faq-stats-card {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    display: inline-flex;
  }
}
@media (max-width: 575px) {
  .faq-section, .faq-area {
    padding: 60px 0;
  }
  .faq-header {
    margin-bottom: 30px;
  }
  .faq-header .faq-badge {
    font-size: 12px;
    padding: 6px 14px;
  }
  .faq-question {
    padding: 18px 18px;
    gap: 12px;
  }
  .faq-question .question-text {
    font-size: 15px;
  }
  .faq-question .question-icon {
    width: 28px;
    height: 28px;
  }
  .faq-page .faq-page-header {
    margin-bottom: 40px;
  }
}
h1.priching-doller {
  font-size: 45px;
  color: #1352e4;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  margin: 0;
  line-height: 26px;
  transition: all 0.5s;
}

h3.priching-title {
  font-size: 20px;
  line-height: 26px;
  color: #041424;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  margin: 0;
  margin-top: 21px;
  transition: all 0.5s;
}

ul.pricing-list {
  margin-bottom: 35px;
}
ul.pricing-list li {
  list-style: none;
  line-height: 48px;
}
ul.pricing-list li i {
  color: #004cfd;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 14px;
}

.pricing-area .premind-hover-btn {
  background-color: #004cfd;
}
.pricing-area .premind-btn a {
  background: #f3f6ff;
  padding: 16px 55px;
  color: #004cfd;
}
.pricing-area .premind-btn a:hover {
  color: white;
}

.pricing-single-box:hover h1.priching-doller {
  color: #ffffff;
}
.pricing-single-box:hover h3.priching-title {
  color: #ffffff;
}

.brand-area {
  background: #020513;
  padding: 41px 0;
  left: 0;
  right: 0;
  border-radius: 0 0 50px 50px;
}

.brand-box {
  text-align: center;
}

.swiper-wrapper .swiper-slide img {
  display: inline;
}

.counter-area {
  position: relative;
  z-index: 1;
  padding: 0;
}
.counter-area .row.counter-item {
  padding: 60px 40px;
  border-radius: 20px;
  background: radial-gradient(ellipse at bottom, #084be6 0%, #020918 47%, #020918 100%);
  border: 1px solid #181e2d;
}
.counter-area .counter-single-box {
  text-align: center;
  position: relative;
  padding: 20px 15px;
}
.counter-area .counter-content h4,
.counter-area .counter-content span {
  display: inline-block;
  font-size: 48px;
  line-height: 1.2;
  color: #f4f4f4 !important;
  font-weight: 700;
}
.counter-area .counter-content p {
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(244, 244, 244, 0.8);
  font-weight: 500;
  margin: 10px 0 0;
  letter-spacing: 0.5px;
}
.counter-area .counter-thumb {
  position: absolute;
  right: -17px;
  top: 0;
  bottom: 0;
}
.counter-area .counter-thumb img {
  width: 95%;
  height: 100%;
}

@media (max-width: 1199px) {
  .counter-area .row.counter-item {
    padding: 50px 30px;
  }
  .counter-area .counter-content h4,
  .counter-area .counter-content span {
    font-size: 42px;
  }
  .counter-area .counter-content p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .counter-area .row.counter-item {
    padding: 40px 20px;
    border-radius: 16px;
  }
  .counter-area .counter-single-box {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .counter-area .counter-single-box:last-child {
    margin-bottom: 0;
  }
  .counter-area .counter-content h4,
  .counter-area .counter-content span {
    font-size: 36px;
  }
  .counter-area .counter-content p {
    font-size: 14px;
    margin-top: 8px;
  }
  .counter-area .counter-thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .counter-area .row.counter-item {
    padding: 30px 15px;
  }
  .counter-area .counter-single-box {
    margin-bottom: 25px;
    padding: 12px 8px;
  }
  .counter-area .counter-content h4,
  .counter-area .counter-content span {
    font-size: 32px;
  }
  .counter-area .counter-content p {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 575px) {
  .counter-area .row.counter-item {
    padding: 25px 12px;
    border-radius: 12px;
  }
  .counter-area .counter-single-box {
    margin-bottom: 20px;
    padding: 10px 5px;
  }
  .counter-area .counter-content h4,
  .counter-area .counter-content span {
    font-size: 28px;
    line-height: 1.1;
  }
  .counter-area .counter-content p {
    font-size: 11px;
    margin-top: 6px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 400px) {
  .counter-area .row.counter-item {
    padding: 20px 10px;
  }
  .counter-area .counter-content h4,
  .counter-area .counter-content span {
    font-size: 24px;
  }
  .counter-area .counter-content p {
    font-size: 10px;
  }
}
.single-counter-box {
  background-color: #f4f4f4;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  right: 103px;
  top: 8px;
  padding: 65px 45px 30px;
}

.counter-icon {
  position: absolute;
  top: -38px;
  right: 0;
  left: 0;
}

.counter-content h4 span {
  display: inline-block;
}
.counter-content p {
  font-size: 17px;
  text-transform: uppercase;
  color: #7a7a7a;
}

.about-us-area .counter-content h4,
.counter-content span {
  display: inline-block;
  font-size: 40px;
  line-height: 26px;
  color: #084be6;
  font-weight: 600;
}

.work-process-section, .working-proces-area {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.work-process-section::before, .working-proces-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(8, 75, 230, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.process-header {
  margin-bottom: 80px;
}
.process-header .process-badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.15) 0%, rgba(8, 75, 230, 0.05) 100%);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #084be6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.process-header .process-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.process-header .process-subtitle {
  font-size: 18px;
  color: #fefefe;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.process-timeline {
  position: relative;
  padding: 40px 0;
}
.process-timeline .timeline-line {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(8, 75, 230, 0.3) 20%, rgba(8, 75, 230, 0.3) 80%, transparent 100%);
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 991px) {
  .process-timeline .timeline-line {
    display: none;
  }
}

.process-card {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.process-card .process-card-inner {
  background: linear-gradient(180deg, rgba(22, 26, 43, 0.9) 0%, rgba(19, 23, 41, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.process-card .process-card-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.5) 0%, transparent 50%, rgba(8, 75, 230, 0.3) 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: all 0.4s;
}
.process-card .process-card-inner:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(8, 75, 230, 0.1);
}
.process-card .process-card-inner:hover::before {
  opacity: 1;
}
.process-card .process-card-inner:hover .process-icon {
  transform: scale(1.1);
}
.process-card .process-card-inner:hover .process-icon .icon-glow {
  opacity: 1;
  transform: scale(1.2);
}
.process-card .process-card-inner:hover .step-number {
  color: #084be6;
  text-shadow: 0 0 20px rgba(8, 75, 230, 0.5);
}

.step-indicator {
  position: relative;
  margin-bottom: 25px;
}
.step-indicator .step-number {
  font-size: 56px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Michroma", "Alexandria", sans-serif;
  line-height: 1;
  transition: all 0.4s;
}
.step-indicator .step-dot {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #084be6;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(8, 75, 230, 0.6);
}
.step-indicator .step-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid rgba(8, 75, 230, 0.3);
  border-radius: 50%;
  animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.process-icon {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 30px auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.process-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}
.process-icon .icon-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(8, 75, 230, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.4s;
}

.process-info .process-name {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.process-info .process-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #fefefe;
  margin: 0;
}

.process-arrow {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  color: rgba(8, 75, 230, 0.4);
  z-index: 10;
}
@media (max-width: 991px) {
  .process-arrow {
    display: none;
  }
}
.process-arrow svg {
  width: 32px;
  height: 32px;
}

.process-cta, .working-process-bottom {
  text-align: center;
  margin-top: 60px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.1) 0%, rgba(8, 75, 230, 0.02) 100%);
  border: 1px solid rgba(8, 75, 230, 0.2);
  border-radius: 16px;
}
.process-cta p, .working-process-bottom p {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
}
.process-cta p span, .working-process-bottom p span {
  color: #084be6;
}

[dir=rtl] .process-arrow {
  right: auto;
  left: -40px;
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 991px) {
  .work-process-section, .working-proces-area {
    padding: 80px 0;
  }
  .process-header {
    margin-bottom: 50px;
  }
  .process-header .process-title {
    font-size: 32px;
  }
  .process-card .process-card-inner {
    padding: 30px 25px;
  }
  .step-indicator .step-number {
    font-size: 42px;
  }
  .process-icon {
    width: 100px;
    height: 100px;
  }
  .process-icon img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .work-process-section, .working-proces-area {
    padding: 60px 0;
  }
  .process-header .process-subtitle {
    font-size: 16px;
  }
  .process-cta, .working-process-bottom {
    padding: 20px;
  }
  .process-cta p, .working-process-bottom p {
    font-size: 16px;
  }
}
.case-studies-area {
  background-color: #050a1e;
  padding: 110px 0 65px;
}

.case-studies-box {
  border-radius: 25px;
  padding: 34px 80px;
  margin-bottom: 25px;
  background: linear-gradient(to bottom, #161A2B, #131729, #05091D);
}

.case-studies-content h4 {
  font-size: 24px;
  color: #f4f4f4;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.case-studies-content h4 a {
  font-size: 24px;
  line-height: 28px;
  color: #f4f4f4;
  font-weight: 600;
  display: inline-block;
  transition: all 0.5s;
}
.case-studies-content h5 {
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #084be6;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  margin-left: 60px;
  position: relative;
  padding-bottom: 163px;
}
.case-studies-content h5::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #15192b 0%, #084be6 100%);
  left: -60px;
  top: 12px;
}
.case-studies-content h5 a {
  display: inline-block;
  transition: all 0.5s;
}

.case-studies-btn a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Jura", "Tajawal", sans-serif;
  border-radius: 29px;
  background-color: #084be6;
  padding: 13px 40px;
  transition: all 0.5s;
}
.case-studies-btn a:hover {
  background: #fff;
  color: #084be6;
}

.case-studies-single-box {
  transition: all 0.5s;
}

.case-studies-thumb {
  position: relative;
}
.case-studies-thumb img {
  width: 100%;
}
.case-studies-thumb::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 60, 0, 0) 37%, rgb(255, 60, 0) 100%);
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  border-radius: 30px;
}

.case-studie-content {
  position: absolute;
  bottom: 25px;
  left: 78px;
}
.case-studie-content h3 {
  font-size: 22px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 600;
}
.case-studie-content h6 {
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #084be6;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  margin-left: 60px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.case-studie-content h6::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #05091d 0%, #084be6 100%);
  left: -62px;
  top: 12px;
}

.case-studies-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  background-color: #084be6;
  text-align: center;
  transition: all 0.5s;
  float: right;
  transform: translateY(-95px);
  margin-right: 85px;
}
.case-studies-icon i {
  color: #ffffff;
  font-size: 22px;
}

.case-studies-single-box:hover .case-studies-thumb::before {
  width: 100%;
  left: 0;
}
.case-studies-single-box:hover .case-studie-content h6 {
  color: #ffffff;
}
.case-studies-single-box:hover .case-studie-content h6::before {
  background-image: linear-gradient(270deg, #084be6 0%, #ffffff 100%);
}
.case-studies-single-box:hover .case-studies-icon {
  background: #050a1e;
}

.team-area.style-two {
  padding: 110px 0 90px;
}
.team-area.style-two .section-title.text-center {
  margin-bottom: 52px;
}
.team-area.style-two .single-team-box {
  position: relative;
  margin-bottom: 30px;
}
.team-area.style-two .single-team-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #050a1e;
  left: 0;
  right: 0;
  transition: all 0.5s;
  border-radius: 20px 0 20px 20px;
}
.team-area.style-two .single-team-box:hover::before {
  width: 100%;
  bottom: 0;
}
.team-area.style-two .single-team-box:hover .team-inner-title {
  opacity: 1;
  transform: perspective(500px) rotateX(0deg);
}
.team-area.style-two .single-team-box:hover .team-social-icon {
  opacity: 1;
}
.team-area.style-two .single-team-thumb::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 3px;
  background-color: #050a1e;
  right: 0;
  top: -3px;
}
.team-area.style-two .single-team-thumb::after {
  position: absolute;
  content: "";
  width: 145px;
  height: 3px;
  background-color: #084be6;
  left: 46px;
  top: -3px;
}
.team-area.style-two .single-team-thumb img {
  width: 100%;
}
.team-area.style-two .team-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.team-area.style-two .team-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.team-area.style-two .team-content h4 a {
  transition: all 0.5s;
}
.team-area.style-two .team-content h4 a:hover {
  color: #ffffff;
}
.team-area.style-two .team-content p {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.team-area.style-two .team-inner-title {
  background-color: #084be6;
  border-radius: 20px 0 20px 20px;
  padding: 30px 0;
  opacity: 0;
  transition: all 0.5s;
  transform: perspective(500px) rotateX(-90deg);
  transform-origin: 50% 0%;
  z-index: 9999;
}
.team-area.style-two .team-social-icon {
  text-align: center;
  padding-top: 118px;
  transition: all 0.5s;
  opacity: 0;
}
.team-area.style-two .team-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}
.team-area.style-two .team-social-icon ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Michroma", "Alexandria", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.5s;
}
.team-area.style-two .team-social-icon ul li a:hover {
  color: #084be6;
  text-decoration: underline;
}
.team-area.style-inner {
  padding: 110px 0 90px;
  background-color: #f4f4f4;
}
.team-area.style-inner .section-title.text-center {
  margin-bottom: 52px;
}
.team-area.style-inner .single-team-box {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 20px 0px 0px 0px;
  margin-bottom: 30px;
}
.team-area.style-inner .single-team-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #050a1e;
  left: 0;
  right: 0;
  transition: all 0.5s;
  border-radius: 20px 0 0px 0px;
}
.team-area.style-inner .single-team-box::after {
  position: absolute;
  content: "";
  width: 304px;
  height: 300px;
  background-image: url(../images/inner/team-shape.png);
  background-repeat: no-repeat;
  bottom: -150px;
  left: 0;
  border-radius: 50%;
}
.team-area.style-inner .single-team-box:hover::before {
  width: 100%;
  bottom: 0;
}
.team-area.style-inner .single-team-box:hover .team-social-icon ul li a {
  color: #ffffff;
}
.team-area.style-inner .single-team-thumb::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 3px;
  background-color: #050a1e;
  right: 0;
  top: -3px;
}
.team-area.style-inner .single-team-thumb::after {
  position: absolute;
  content: "";
  width: 145px;
  height: 3px;
  background-color: #084be6;
  left: 46px;
  top: -3px;
}
.team-area.style-inner .single-team-thumb img {
  width: 73%;
  padding-top: 200px;
  z-index: 2;
  position: relative;
}
.team-area.style-inner .team-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.team-area.style-inner .team-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.team-area.style-inner .team-content h4 a {
  transition: all 0.5s;
}
.team-area.style-inner .team-content p {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.team-area.style-inner .team-inner-title {
  background-color: #084be6;
  border-radius: 20px 0 20px 20px;
  padding: 30px 0;
  transition: all 0.5s;
}
.team-area.style-inner .team-social-icon {
  text-align: center;
  padding-top: 23px;
  transition: all 0.5s;
}
.team-area.style-inner .team-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}
.team-area.style-inner .team-social-icon ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Michroma", "Alexandria", sans-serif;
  text-transform: uppercase;
  color: #050a1e;
  transition: all 0.5s;
}
.team-area.style-inner li.list-line a {
  color: red !important;
  text-decoration: underline !important;
}

.team-thumb img {
  width: 100%;
}

.team-details-area .team-member-title h4 {
  font-size: 36px;
  margin: 0;
}
.team-details-area p.desc {
  margin-top: 34px;
  margin-bottom: 45px;
}
.team-details-area .contact-info-icon i {
  display: inline-block;
  color: #084be6;
  border: 2px solid #084be6;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  transition: all 0.5s;
}
.team-details-area .contact-info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  transition: all 0.5s;
}
.team-details-area .contact-info-content p {
  font-size: 26px;
  color: #084be6;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}
.team-details-area .team-details-social-icon ul li {
  font-size: 22px;
  color: #041424;
  font-weight: 600;
  margin-top: 49px;
  display: inline-block;
}
.team-details-area .team-details-social-icon ul li i {
  background: #e5e7e9;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #111;
  font-size: 14px;
  margin-left: 7px;
  transition: all 0.5s;
}
.team-details-area .team-details-social-icon ul li i:hover {
  background: #084be6;
  color: #ffffff;
}
.team-details-area .team-details-location-box .contact-info-content p {
  font-size: 17px;
  color: #7a7a7a;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}
.team-details-area .team-details-skills h4 {
  font-size: 36px;
  margin: 0 0 49px;
}
.team-details-area .contact_from_box {
  margin-top: 115px;
}
.team-details-area .form_box input {
  background: transparent;
  border: 1px solid rgba(122, 122, 122, 0.5);
  height: 60px;
  border-radius: 15px;
  padding: 0 23px 0;
  margin-bottom: 21px;
  width: 100%;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
}
.team-details-area .form_box textarea {
  background: transparent;
  border: 1px solid rgba(122, 122, 122, 0.5);
  outline: 0;
  width: 100%;
  padding: 17px 23px 0;
  height: 150px;
  margin-bottom: 22px;
  transition: all 0.5s;
  border-radius: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
}

.skill > p {
  margin: 0 0 11px;
  font-size: 17px;
  color: #7a7a7a;
}

.skill-bar span {
  position: absolute;
  top: -40px;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
  color: #084be6;
}

.premind-btn {
  display: inline-block;
}
.premind-btn a {
  display: inline-block;
  background: #084be6;
  text-decoration: none;
  padding: 16px 28px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  transition: all 0.5s;
}
.premind-btn a:hover {
  color: #004cfd;
}

.hero-area.style-three .premind-btn a:hover {
  color: #ffffff;
}

.premind-hover-btn {
  background-color: #050a1e;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}
.hero-area .premind-hover-btn {
  background-color: white;
}

.hover-bx {
  left: 0;
  transition-delay: 0.105s;
  border-radius: 30px 0 0px 30px;
}

.hover-bx2 {
  left: 25%;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  transition-delay: 0s;
  border-radius: 0 30px 30px 0;
}

.premind-btn a:hover .premind-hover-btn {
  opacity: 1;
  transform: scale(1);
}

.premind-button a {
  display: inline-block;
  background: #084be6;
  text-decoration: none;
  padding: 16px 28px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
}

.btn-2:hover {
  background-image: linear-gradient(90deg, #084be6 0%, #1f36e0 49%, #0a29a5 80%, #084be6 100%);
  animation: slidebg 5s linear infinite;
  color: #ffffff;
}

@keyframes slidebg {
  to {
    background-position: 20vw;
  }
}
.contact-section, .contact-area {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.contact-section::before, .contact-area::before {
  content: "";
  position: absolute;
  top: 20%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(8, 75, 230, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.contact-info-card {
  height: 100%;
}
.contact-info-card .contact-info-inner {
  position: relative;
  background: linear-gradient(135deg, #084be6 0%, rgb(5.4285714286, 50.8928571429, 156.0714285714) 100%);
  border-radius: 24px;
  padding: 50px 40px;
  height: 100%;
  overflow: hidden;
}

.contact-info-header {
  margin-bottom: 40px;
}
.contact-info-header .contact-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.contact-info-header .contact-title {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: "Michroma", "Alexandria", sans-serif;
}
.contact-info-header .contact-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin: 0;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contact-item .contact-item-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}
.contact-item .contact-item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-item .contact-item-content .contact-item-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-item .contact-item-content .contact-item-value {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
.contact-item .contact-item-content .contact-item-value:hover {
  color: rgba(255, 255, 255, 0.8);
}

.contact-decoration {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 250px;
  height: 250px;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.contact-decoration svg {
  width: 100%;
  height: 100%;
}

.contact-form-card {
  height: 100%;
}
.contact-form-card .contact-form-inner {
  position: relative;
  background: linear-gradient(180deg, rgba(22, 26, 43, 0.8) 0%, rgba(19, 23, 41, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 50px 40px;
  height: 100%;
}

.form-field {
  position: relative;
}
.form-field .field-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  color: #fefefe;
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s;
}
.form-field input,
.form-field textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 18px 18px 18px 50px;
  font-size: 15px;
  color: #ffffff;
  font-family: "Jura", "Tajawal", sans-serif;
  outline: none;
  transition: all 0.3s;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: transparent;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(8, 75, 230, 0.5);
  background: rgba(8, 75, 230, 0.05);
  box-shadow: 0 0 0 3px rgba(8, 75, 230, 0.1);
}
.form-field input:focus ~ .field-icon,
.form-field textarea:focus ~ .field-icon {
  color: #084be6;
}
.form-field input:focus ~ label,
.form-field textarea:focus ~ label {
  top: -10px;
  left: 12px;
  font-size: 12px;
  color: #084be6;
  background: linear-gradient(180deg, rgb(19, 23, 41) 50%, transparent 50%);
  padding: 0 8px;
}
.form-field input:not(:placeholder-shown) ~ label,
.form-field textarea:not(:placeholder-shown) ~ label {
  top: -10px;
  left: 12px;
  font-size: 12px;
  background: linear-gradient(180deg, rgb(19, 23, 41) 50%, transparent 50%);
  padding: 0 8px;
}
.form-field label {
  position: absolute;
  top: 18px;
  left: 50px;
  font-size: 15px;
  color: #fefefe;
  pointer-events: none;
  transition: all 0.3s;
}
.form-field.has-error input,
.form-field.has-error textarea {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.05);
}
.form-field.has-error input:focus,
.form-field.has-error textarea:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.form-field.has-error .field-icon {
  color: #ef4444;
}
.form-field.has-error label {
  color: #ef4444;
}
.form-field.is-valid input,
.form-field.is-valid textarea {
  border-color: rgba(34, 197, 94, 0.5);
}
.form-field.is-valid .field-icon {
  color: #22c55e;
}
.form-field .field-error {
  display: block;
  font-size: 13px;
  color: #ef4444;
  margin-top: 8px;
  padding-left: 4px;
}

.form-field-textarea .field-icon {
  top: 18px;
}
.form-field-textarea textarea {
  min-height: 140px;
  resize: vertical;
}
.form-field-textarea label {
  top: 18px;
}

.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 32px;
  background: linear-gradient(135deg, #084be6 0%, rgb(6.2857142857, 58.9285714286, 180.7142857143) 100%);
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-submit-btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(8, 75, 230, 0.3);
}
.contact-submit-btn:hover:not(:disabled) .btn-icon svg {
  transform: translateX(5px) translateY(-5px);
}
.contact-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.contact-submit-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-submit-btn .btn-icon svg {
  transition: all 0.3s;
}
.contact-submit-btn .btn-icon .spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.form-status {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  padding: 18px 20px;
  border-radius: 12px;
  position: relative;
}
.form-status.success {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.form-status.success .status-icon {
  color: #22c55e;
}
.form-status.success .status-text {
  color: #22c55e;
}
.form-status.error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.form-status.error .status-icon {
  color: #ef4444;
}
.form-status.error .status-text {
  color: #ef4444;
}
.form-status .status-icon {
  flex-shrink: 0;
}
.form-status .status-text {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.form-status .status-close {
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
  color: inherit;
  opacity: 0.7;
  transition: all 0.2s;
}
.form-status .status-close:hover {
  opacity: 1;
}

[dir=rtl] .form-field .field-icon {
  left: auto;
  right: 18px;
}
[dir=rtl] .form-field input,
[dir=rtl] .form-field textarea {
  padding: 18px 50px 18px 18px;
}
[dir=rtl] .form-field label {
  left: auto;
  right: 50px;
}
[dir=rtl] .form-field input:focus ~ label,
[dir=rtl] .form-field textarea:focus ~ label,
[dir=rtl] .form-field input:not(:placeholder-shown) ~ label,
[dir=rtl] .form-field textarea:not(:placeholder-shown) ~ label {
  left: auto;
  right: 12px;
}
[dir=rtl] .contact-submit-btn:hover:not(:disabled) .btn-icon svg {
  transform: translateX(-5px) translateY(-5px);
}

@media (max-width: 991px) {
  .contact-section, .contact-area {
    padding: 80px 0;
  }
  .contact-info-card .contact-info-inner,
  .contact-form-card .contact-form-inner {
    padding: 40px 30px;
  }
  .contact-info-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .contact-section, .contact-area {
    padding: 60px 0;
  }
  .contact-info-card .contact-info-inner,
  .contact-form-card .contact-form-inner {
    padding: 30px 20px;
  }
  .contact-info-header .contact-title {
    font-size: 26px;
  }
  .contact-item .contact-item-icon {
    width: 45px;
    height: 45px;
  }
  .form-field input,
  .form-field textarea {
    padding: 16px 16px 16px 45px;
  }
  .form-field label {
    left: 45px;
  }
  .form-field .field-icon {
    top: 16px;
    left: 14px;
  }
  .contact-submit-btn {
    padding: 16px 24px;
  }
}
.contact-socials {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.contact-socials .socials-label {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contact-socials .socials-links {
  display: flex;
  gap: 12px;
}
.contact-socials .socials-links a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #ffffff;
  transition: all 0.3s;
}
.contact-socials .socials-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.form-field2 input {
  outline: 0;
  width: 79%;
  border: none;
  height: 56px;
  border-radius: 10px 0 0 10px;
  background-color: #161a2b;
  font-size: 15px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
  padding: 0 21px 0;
}
.form-field2 input::placeholder {
  font-size: 15px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Jura", "Tajawal", sans-serif;
}
.form-field2 button {
  color: #ffffff;
  outline: 0;
  border: none;
  width: 65px;
  height: 56px;
  border-radius: 0 10px 10px 0;
  background-color: #1352e4;
  font-size: 22px;
  margin-left: -4px;
  position: relative;
  top: 2px;
}

.contact-features-section {
  padding: 80px 0;
  background: #050a1e;
  position: relative;
}
.contact-features-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 75, 230, 0.3), transparent);
}

.contact-feature-card {
  position: relative;
  padding: 35px 30px;
  background: #020919;
  border: 1px solid #10182b;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s;
}
.contact-feature-card:hover {
  border-color: rgba(8, 75, 230, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.contact-feature-card:hover .feature-icon {
  background: #084be6;
  color: #ffffff;
  transform: scale(1.1);
}
.contact-feature-card .feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.1);
  border: 2px solid rgba(8, 75, 230, 0.3);
  border-radius: 16px;
  color: #084be6;
  transition: all 0.3s;
}
.contact-feature-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px;
}
.contact-feature-card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px;
  line-height: 1.6;
}
.contact-feature-card .feature-note {
  display: inline-block;
  font-size: 13px;
  color: #084be6;
  padding: 4px 12px;
  background: rgba(8, 75, 230, 0.1);
  border-radius: 20px;
}

.contact-map-section {
  padding: 0 0 100px;
  background: #050a1e;
}

.map-wrapper {
  background: #020919;
  border: 1px solid #10182b;
  border-radius: 24px;
  overflow: hidden;
}

.map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
  border-bottom: 1px solid #10182b;
}
@media (max-width: 575px) {
  .map-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
.map-header .map-header-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.map-header .map-header-content .map-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.1);
  border-radius: 14px;
  color: #084be6;
}
.map-header .map-header-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 4px;
}
.map-header .map-header-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.map-header .map-directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #084be6;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
}
.map-header .map-directions-btn:hover {
  background: #1352e4;
  transform: translateX(5px);
}
.map-header .map-directions-btn:hover svg {
  transform: translate(3px, -3px);
}
.map-header .map-directions-btn svg {
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .map-header .map-directions-btn {
    width: 100%;
    justify-content: center;
  }
}

.map-container {
  position: relative;
  height: 450px;
}
.map-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, transparent 20%, transparent 80%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
  z-index: 1;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(30%) contrast(1.1);
  transition: all 0.3s;
}
.map-container iframe:hover {
  filter: grayscale(0%) contrast(1);
}
@media (max-width: 767px) {
  .map-container {
    height: 350px;
  }
}

.map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 32px;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid #10182b;
}
@media (max-width: 575px) {
  .map-footer {
    flex-direction: column;
    padding: 20px;
  }
}
.map-footer .map-address {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}
.map-footer .map-address svg {
  color: #084be6;
}
.map-footer .map-socials {
  display: flex;
  gap: 10px;
}
.map-footer .map-socials a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #10182b;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.map-footer .map-socials a:hover {
  background: #084be6;
  border-color: #084be6;
  color: #ffffff;
  transform: translateY(-3px);
}

.google-map .container-fluid {
  padding: 0;
}
.google-map iframe {
  width: 100%;
  display: block;
}

[dir=rtl] .map-header .map-directions-btn:hover {
  transform: translateX(-5px);
}
[dir=rtl] .map-header .map-directions-btn:hover svg {
  transform: translate(-3px, -3px) rotate(-90deg);
}
[dir=rtl] .map-header .map-directions-btn svg {
  transform: rotate(-90deg);
}
[dir=rtl] .contact-socials .socials-links a:hover {
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .contact-features-section {
    padding: 60px 0;
  }
  .contact-map-section {
    padding: 0 0 80px;
  }
}
@media (max-width: 575px) {
  .contact-features-section {
    padding: 50px 0;
  }
  .contact-map-section {
    padding: 0 0 60px;
  }
  .contact-feature-card {
    padding: 28px 24px;
  }
  .contact-feature-card .feature-icon {
    width: 60px;
    height: 60px;
  }
  .contact-feature-card h4 {
    font-size: 18px;
  }
}
.meeting-section, .meeting-area {
  padding: 80px 0 100px;
  background: #050a1e;
  position: relative;
}

.meeting-header {
  margin-bottom: 50px;
}
.meeting-header .meeting-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #084be6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.meeting-header .meeting-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.meeting-header .meeting-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

.steps-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 0;
}
@media (max-width: 767px) {
  .steps-indicator {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.step-item .step-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #10182b;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  transition: all 0.3s;
}
.step-item .step-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  transition: all 0.3s;
}
.step-item.active .step-icon {
  background: rgba(8, 75, 230, 0.15);
  border-color: rgba(8, 75, 230, 0.5);
  color: #084be6;
}
.step-item.active .step-label {
  color: rgba(255, 255, 255, 0.8);
}
.step-item.current .step-icon {
  background: #084be6;
  border-color: #084be6;
  color: #ffffff;
  box-shadow: 0 0 30px rgba(8, 75, 230, 0.4);
}
.step-item.current .step-label {
  color: #ffffff;
  font-weight: 700;
}

.step-connector {
  width: 60px;
  height: 2px;
  background: #10182b;
  margin: 0 16px;
  margin-bottom: 32px;
  transition: all 0.3s;
}
.step-connector.completed {
  background: #084be6;
}
@media (max-width: 767px) {
  .step-connector {
    display: none;
  }
}

.meeting-form-card {
  background: #020919;
  border: 1px solid #10182b;
  border-radius: 24px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .meeting-form-card {
    padding: 30px 20px;
  }
}

.form-step .step-header {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #10182b;
}
.form-step .step-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
}
.form-step .step-header p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.meeting-field {
  position: relative;
  margin-bottom: 0;
}
.meeting-field .field-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s;
}
.meeting-field input,
.meeting-field textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #10182b;
  border-radius: 12px;
  padding: 18px 18px 18px 54px;
  font-size: 15px;
  color: #ffffff;
  outline: none;
  transition: all 0.3s;
}
.meeting-field input::placeholder,
.meeting-field textarea::placeholder {
  color: transparent;
}
.meeting-field input:focus,
.meeting-field textarea:focus {
  border-color: rgba(8, 75, 230, 0.5);
  background: rgba(8, 75, 230, 0.05);
  box-shadow: 0 0 0 3px rgba(8, 75, 230, 0.1);
}
.meeting-field input:focus ~ .field-icon,
.meeting-field textarea:focus ~ .field-icon {
  color: #084be6;
}
.meeting-field input:focus ~ label,
.meeting-field textarea:focus ~ label {
  top: -10px;
  left: 12px;
  font-size: 12px;
  color: #084be6;
  background: #020919;
  padding: 0 8px;
}
.meeting-field input:not(:placeholder-shown) ~ label,
.meeting-field textarea:not(:placeholder-shown) ~ label {
  top: -10px;
  left: 12px;
  font-size: 12px;
  background: #020919;
  padding: 0 8px;
}
.meeting-field label {
  position: absolute;
  top: 18px;
  left: 54px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  transition: all 0.3s;
}
.meeting-field.has-error input,
.meeting-field.has-error textarea {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.05);
}
.meeting-field.has-error input:focus,
.meeting-field.has-error textarea:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.meeting-field.has-error .field-icon {
  color: #ef4444;
}
.meeting-field.has-error label {
  color: #ef4444;
}
.meeting-field .field-error {
  display: block;
  font-size: 13px;
  color: #ef4444;
  margin-top: 8px;
  padding-left: 4px;
}
.meeting-field.compact input {
  padding: 14px 18px;
}
.meeting-field.textarea-field .field-icon {
  top: 18px;
}
.meeting-field.textarea-field textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 18px;
}
.meeting-field.textarea-field .char-count {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section-label .timezone-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.2);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  color: #084be6;
  text-transform: none;
  letter-spacing: 0;
}
.section-label .timezone-badge svg {
  opacity: 0.7;
}

.timezone-section {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #10182b;
  border-radius: 16px;
}
.timezone-section .timezone-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.timezone-section .timezone-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.2);
  border-radius: 12px;
  color: #084be6;
  flex-shrink: 0;
}
.timezone-section .timezone-header-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.timezone-section .timezone-label {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.timezone-section .timezone-detecting {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.timezone-section .timezone-detecting .spinner-small {
  animation: spin 1s linear infinite;
}
.timezone-section .timezone-detected {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #22c55e;
}
.timezone-section .timezone-detected svg {
  color: #22c55e;
}
.timezone-section .timezone-select-wrapper {
  position: relative;
  width: 100%;
}
.timezone-section .timezone-select-wrapper .timezone-current {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 48px 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #10182b;
  border-radius: 12px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.timezone-section .timezone-select-wrapper .timezone-current .tz-flag {
  font-size: 20px;
  line-height: 1;
}
.timezone-section .timezone-select-wrapper .timezone-current .tz-city {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.timezone-section .timezone-select-wrapper .timezone-current .tz-country {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.timezone-section .timezone-select-wrapper .timezone-current .tz-country::before {
  content: "•";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.3);
}
.timezone-section .timezone-select-wrapper .timezone-current .tz-time {
  font-size: 14px;
  font-weight: 600;
  color: #084be6;
  padding: 4px 12px;
  background: rgba(8, 75, 230, 0.1);
  border-radius: 8px;
  margin-left: 12px;
  white-space: nowrap;
}
.timezone-section .timezone-select-wrapper .timezone-current .tz-offset {
  margin-left: auto;
  padding: 4px 10px;
  background: rgba(8, 75, 230, 0.15);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #084be6;
}
.timezone-section .timezone-select-wrapper .timezone-select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 14px 48px 14px 16px;
  font-size: 15px;
  color: transparent;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.timezone-section .timezone-select-wrapper .timezone-select:hover + .timezone-current, .timezone-section .timezone-select-wrapper .timezone-select:focus + .timezone-current {
  border-color: rgba(8, 75, 230, 0.5);
  background: rgba(8, 75, 230, 0.05);
}
.timezone-section .timezone-select-wrapper .timezone-select:focus + .timezone-current {
  box-shadow: 0 0 0 3px rgba(8, 75, 230, 0.1);
}
.timezone-section .timezone-select-wrapper .timezone-select:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.timezone-section .timezone-select-wrapper .timezone-select option {
  background: #020919;
  color: #ffffff;
  padding: 12px;
}
.timezone-section .timezone-select-wrapper .select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  transition: all 0.3s;
}
.timezone-section .timezone-select-wrapper:hover .select-icon {
  color: #084be6;
}
.timezone-section .timezone-info-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  background: rgba(8, 75, 230, 0.08);
  border: 1px solid rgba(8, 75, 230, 0.15);
  border-radius: 10px;
}
.timezone-section .timezone-info-box .timezone-info-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.15);
  border-radius: 8px;
  color: #084be6;
  flex-shrink: 0;
}
.timezone-section .timezone-info-box .timezone-info-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.timezone-section .timezone-info-box .timezone-info-title {
  font-size: 13px;
  font-weight: 600;
  color: #084be6;
}
.timezone-section .timezone-info-box .timezone-info-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

[dir=rtl] .timezone-section .timezone-select-wrapper .timezone-current {
  padding: 14px 16px 14px 48px;
}
[dir=rtl] .timezone-section .timezone-select-wrapper .timezone-current .tz-country::before {
  margin-right: 0;
  margin-left: 8px;
}
[dir=rtl] .timezone-section .timezone-select-wrapper .timezone-current .tz-time {
  margin-left: 0;
  margin-right: 12px;
}
[dir=rtl] .timezone-section .timezone-select-wrapper .timezone-current .tz-offset {
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] .timezone-section .timezone-select-wrapper .timezone-select {
  padding: 14px 16px 14px 48px;
}
[dir=rtl] .timezone-section .timezone-select-wrapper .select-icon {
  right: auto;
  left: 16px;
}
[dir=rtl] .timezone-section .timezone-info-box .timezone-info-content {
  text-align: right;
}
@media (max-width: 767px) {
  [dir=rtl] .timezone-section .timezone-select-wrapper .timezone-current {
    padding: 14px 14px 14px 44px;
  }
  [dir=rtl] .timezone-section .timezone-select-wrapper .timezone-select {
    padding: 14px 14px 14px 44px;
  }
  [dir=rtl] .timezone-section .timezone-select-wrapper .select-icon {
    left: 14px;
  }
  [dir=rtl] .timezone-section .timezone-info-box .timezone-info-content {
    text-align: center;
  }
}
@media (max-width: 575px) {
  [dir=rtl] .timezone-section .timezone-select-wrapper .timezone-current {
    padding: 12px 12px 12px 40px;
  }
  [dir=rtl] .timezone-section .timezone-select-wrapper .timezone-select {
    padding: 12px 12px 12px 40px;
  }
  [dir=rtl] .timezone-section .timezone-select-wrapper .select-icon {
    left: 12px;
  }
}

.calendar-section {
  margin-bottom: 35px;
}
.calendar-section .selected-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 10px;
  margin-bottom: 20px;
  color: #084be6;
  font-weight: 600;
  font-size: 14px;
}
.calendar-section .calendar-with-settings {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .calendar-section .calendar-with-settings {
    flex-direction: column;
  }
}
.calendar-section .calendar-container {
  flex: 1;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #10182b;
  border-radius: 16px;
  padding: 24px;
}
.calendar-section .calendar-settings-sidebar {
  width: 200px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(8, 75, 230, 0.08) 0%, rgba(8, 75, 230, 0.02) 100%);
  border: 1px solid rgba(8, 75, 230, 0.15);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .calendar-section .calendar-settings-sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
  }
}
.calendar-section .calendar-settings-sidebar .settings-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.calendar-section .calendar-settings-sidebar .settings-loading .spinner {
  animation: spin 1s linear infinite;
  color: #084be6;
}
.calendar-section .calendar-settings-sidebar .sidebar-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
  .calendar-section .calendar-settings-sidebar .sidebar-header {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 4px;
  }
}
.calendar-section .calendar-settings-sidebar .sidebar-header svg {
  color: #084be6;
}
.calendar-section .calendar-settings-sidebar .sidebar-header span {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}
.calendar-section .calendar-settings-sidebar .sidebar-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 991px) {
  .calendar-section .calendar-settings-sidebar .sidebar-items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.calendar-section .calendar-settings-sidebar .sidebar-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .calendar-section .calendar-settings-sidebar .sidebar-item {
    background: rgba(255, 255, 255, 0.03);
    padding: 8px 12px;
    border-radius: 8px;
  }
}
.calendar-section .calendar-settings-sidebar .item-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
}
.calendar-section .calendar-settings-sidebar .item-icon.hours {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}
.calendar-section .calendar-settings-sidebar .item-icon.break {
  background: rgba(251, 146, 60, 0.15);
  color: #fb923c;
}
.calendar-section .calendar-settings-sidebar .item-icon.duration {
  background: rgba(168, 85, 247, 0.15);
  color: #a855f7;
}
.calendar-section .calendar-settings-sidebar .item-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.calendar-section .calendar-settings-sidebar .item-label {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.calendar-section .calendar-settings-sidebar .item-value {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}
.calendar-section .calendar-settings-sidebar .sidebar-days {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
  .calendar-section .calendar-settings-sidebar .sidebar-days {
    width: 100%;
    padding-top: 10px;
    margin-top: 4px;
  }
}
.calendar-section .calendar-settings-sidebar .days-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
.calendar-section .calendar-settings-sidebar .days-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.calendar-section .calendar-settings-sidebar .day-badge {
  padding: 4px 8px;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
  color: #3b82f6;
  text-transform: uppercase;
}

.calendar-picker .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.calendar-picker .calendar-nav-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #10182b;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s;
}
.calendar-picker .calendar-nav-btn:hover {
  background: rgba(8, 75, 230, 0.1);
  border-color: rgba(8, 75, 230, 0.3);
  color: #084be6;
}
.calendar-picker .calendar-month {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.calendar-picker .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.calendar-picker .weekday {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 8px 0;
}
.calendar-picker .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  transition: all 0.3s;
}
.calendar-picker .calendar-days.loading {
  opacity: 0.5;
  pointer-events: none;
}
.calendar-picker .loading-month {
  display: inline-block;
  animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.calendar-picker .calendar-day {
  min-height: 40px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  cursor: default;
  position: relative;
  transition: all 0.2s;
}
.calendar-picker .calendar-day.empty {
  background: transparent;
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}
.calendar-picker .calendar-day.past {
  color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.01);
  border-color: transparent;
  cursor: not-allowed;
  pointer-events: none;
}
.calendar-picker .calendar-day.non-working {
  background: rgba(156, 163, 175, 0.05);
  color: rgba(255, 255, 255, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.calendar-picker .calendar-day.non-working::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px dashed rgba(156, 163, 175, 0.2);
  border-radius: 6px;
  pointer-events: none;
}
.calendar-picker .calendar-day.non-working.past {
  color: rgba(255, 255, 255, 0.12);
  background: rgba(156, 163, 175, 0.02);
}
.calendar-picker .calendar-day.non-working.past::before {
  border-color: rgba(156, 163, 175, 0.1);
}
.calendar-picker .calendar-day.fully-booked {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.2);
  color: rgba(239, 68, 68, 0.6);
  cursor: not-allowed;
  pointer-events: none;
}
.calendar-picker .calendar-day.fully-booked::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background: rgba(239, 68, 68, 0.4);
  transform: rotate(-45deg);
}
.calendar-picker .calendar-day.available {
  background: rgba(34, 197, 94, 0.05);
  border-color: rgba(34, 197, 94, 0.15);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  pointer-events: auto;
}
.calendar-picker .calendar-day.available:hover {
  background: rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.35);
  transform: scale(1.05);
}
.calendar-picker .calendar-day.available:active {
  transform: scale(0.98);
}
.calendar-picker .calendar-day.today {
  border-color: rgba(34, 197, 94, 0.5);
  border-width: 2px;
  color: #22c55e;
  font-weight: 600;
}
.calendar-picker .calendar-day.today.available {
  background: rgba(34, 197, 94, 0.1);
  cursor: pointer;
  pointer-events: auto;
}
.calendar-picker .calendar-day.today.available:hover {
  background: rgba(34, 197, 94, 0.2);
  border-color: rgba(34, 197, 94, 0.7);
  transform: scale(1.05);
}
.calendar-picker .calendar-day.today:not(.available) {
  cursor: not-allowed;
}
.calendar-picker .calendar-day.today.non-working {
  border-color: rgba(156, 163, 175, 0.4);
  color: rgba(156, 163, 175, 0.6);
}
.calendar-picker .calendar-day.selected {
  background: #084be6 !important;
  border-color: #084be6 !important;
  color: #ffffff !important;
  font-weight: 600;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 4px 15px rgba(8, 75, 230, 0.4);
  transform: scale(1.02);
}
.calendar-picker .calendar-day.selected:hover {
  background: #1352e4 !important;
  box-shadow: 0 6px 20px rgba(8, 75, 230, 0.5);
}
.calendar-picker .calendar-day.selected::before, .calendar-picker .calendar-day.selected::after {
  display: none;
}
.calendar-picker .calendar-day.disabled {
  color: rgba(255, 255, 255, 0.2);
  background: transparent;
  cursor: not-allowed;
  pointer-events: none;
}
.calendar-picker .calendar-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.calendar-picker .legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.calendar-picker .legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  flex-shrink: 0;
}
.calendar-picker .legend-dot.available {
  background: rgba(34, 197, 94, 0.3);
  border: 1px solid rgba(34, 197, 94, 0.5);
}
.calendar-picker .legend-dot.today {
  background: rgba(34, 197, 94, 0.1);
  border: 2px solid rgba(34, 197, 94, 0.6);
}
.calendar-picker .legend-dot.selected {
  background: #084be6;
  border: 1px solid #084be6;
}
.calendar-picker .legend-dot.past {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar-picker .legend-dot.non-working {
  background: rgba(156, 163, 175, 0.1);
  border: 1px dashed rgba(156, 163, 175, 0.4);
}
.calendar-picker .legend-dot.fully-booked {
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(239, 68, 68, 0.4);
  position: relative;
}
.calendar-picker .legend-dot.fully-booked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 1px;
  background: rgba(239, 68, 68, 0.6);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.calendar-picker .legend-text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.time-section {
  margin-bottom: 35px;
}
.time-section .time-slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 10px;
}
.time-section .time-slot {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #10182b;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.time-section .time-slot:hover {
  background: rgba(8, 75, 230, 0.1);
  border-color: rgba(8, 75, 230, 0.3);
}
.time-section .time-slot.selected {
  background: #084be6;
  border-color: #084be6;
  color: #ffffff;
  font-weight: 600;
}
.time-section .time-slots-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed #10182b;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
}
.time-section .time-slots-loading .spinner {
  animation: spin 1s linear infinite;
  color: #084be6;
}
.time-section .time-slots-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px 20px;
  background: rgba(239, 68, 68, 0.05);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 12px;
  color: #ef4444;
  font-size: 14px;
  font-weight: 500;
  flex-wrap: wrap;
}
.time-section .time-slots-error svg {
  flex-shrink: 0;
}
.time-section .time-slots-error .retry-btn {
  padding: 8px 16px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  color: #ef4444;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.time-section .time-slots-error .retry-btn:hover {
  background: rgba(239, 68, 68, 0.2);
}
.time-section .time-slots-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed #10182b;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.time-section .time-slots-empty svg {
  color: rgba(255, 255, 255, 0.3);
}
.time-section .time-slots-closed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 20px;
  background: rgba(251, 146, 60, 0.05);
  border: 1px solid rgba(251, 146, 60, 0.2);
  border-radius: 12px;
  color: #fb923c;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.time-section .time-slots-closed svg {
  color: #fb923c;
}

.option-buttons {
  display: flex;
  gap: 12px;
}
@media (max-width: 575px) {
  .option-buttons {
    flex-direction: column;
  }
}

.option-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #10182b;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.option-btn:hover {
  background: rgba(8, 75, 230, 0.1);
  border-color: rgba(8, 75, 230, 0.3);
}
.option-btn.selected {
  background: rgba(8, 75, 230, 0.15);
  border-color: #084be6;
  color: #ffffff;
}
.option-btn.selected svg {
  color: #084be6;
}
.option-btn svg {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.platform-section {
  margin-top: 30px;
}
.platform-section .platform-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 767px) {
  .platform-section .platform-options {
    grid-template-columns: 1fr;
  }
}
.platform-section .platform-btn {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #10182b;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.platform-section .platform-btn .platform-name {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.platform-section .platform-btn:hover {
  background: rgba(8, 75, 230, 0.1);
  border-color: rgba(8, 75, 230, 0.3);
}
.platform-section .platform-btn.selected {
  background: rgba(8, 75, 230, 0.15);
  border-color: #084be6;
}
.platform-section .platform-btn.selected .platform-name {
  color: #ffffff;
}

.add-attendee-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid #10182b;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}
.add-attendee-card .add-attendee-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.add-attendee-card .add-attendee-header .add-attendee-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 10px;
  color: #084be6;
}
.add-attendee-card .add-attendee-header span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.add-attendee-form .attendee-input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .add-attendee-form .attendee-input-group {
    grid-template-columns: 1fr;
  }
}
.add-attendee-form .attendee-input label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.add-attendee-form .attendee-input .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.add-attendee-form .attendee-input .input-wrapper svg {
  position: absolute;
  left: 14px;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  transition: all 0.3s;
}
.add-attendee-form .attendee-input .input-wrapper input {
  width: 100%;
  padding: 14px 14px 14px 46px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #10182b;
  border-radius: 10px;
  font-size: 15px;
  color: #ffffff;
  outline: none;
  transition: all 0.3s;
}
.add-attendee-form .attendee-input .input-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.add-attendee-form .attendee-input .input-wrapper input:focus {
  border-color: rgba(8, 75, 230, 0.5);
  background: rgba(8, 75, 230, 0.05);
  box-shadow: 0 0 0 3px rgba(8, 75, 230, 0.1);
}
.add-attendee-form .attendee-input .input-wrapper input:focus ~ svg,
.add-attendee-form .attendee-input .input-wrapper input:focus + svg {
  color: #084be6;
}
.add-attendee-form .attendee-input .input-wrapper:focus-within svg {
  color: #084be6;
}
.add-attendee-form .add-attendee-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed #10182b;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 600;
  cursor: not-allowed;
  transition: all 0.3s;
}
.add-attendee-form .add-attendee-btn.active {
  background: #084be6;
  border: 1px solid #084be6;
  color: #ffffff;
  cursor: pointer;
}
.add-attendee-form .add-attendee-btn.active:hover {
  background: #1352e4;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(8, 75, 230, 0.3);
}
.add-attendee-form .add-attendee-btn:disabled {
  opacity: 0.6;
}

.attendees-list {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #10182b;
  border-radius: 16px;
  padding: 24px;
  margin-top: 24px;
}
.attendees-list .attendees-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.attendees-list .attendees-list-header h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.attendees-list .attendees-list-header h4 svg {
  color: #084be6;
}
.attendees-list .attendees-list-header .attendees-count {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: rgba(8, 75, 230, 0.1);
  border: 1px solid rgba(8, 75, 230, 0.2);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #084be6;
}
.attendees-list .attendees-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.attendee-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #10182b;
  border-radius: 12px;
  transition: all 0.3s;
  animation: slideIn 0.3s ease-out forwards;
}
.attendee-card:hover {
  border-color: rgba(8, 75, 230, 0.3);
  background: rgba(8, 75, 230, 0.03);
}
.attendee-card:hover .remove-btn {
  opacity: 1;
}
.attendee-card .attendee-avatar {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(8, 75, 230, 0.2) 0%, rgba(8, 75, 230, 0.1) 100%);
  border: 1px solid rgba(8, 75, 230, 0.3);
  border-radius: 10px;
  color: #084be6;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}
.attendee-card .attendee-info {
  flex: 1;
  min-width: 0;
}
.attendee-card .attendee-info .attendee-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attendee-card .attendee-info .attendee-role {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attendee-card .remove-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}
.attendee-card .remove-btn:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  opacity: 1;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.empty-attendees {
  text-align: center;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed #10182b;
  border-radius: 16px;
  margin-top: 24px;
}
.empty-attendees .empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.25);
}
.empty-attendees h4 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px;
}
.empty-attendees p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.empty-attendees .empty-tip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(8, 75, 230, 0.08);
  border: 1px solid rgba(8, 75, 230, 0.15);
  border-radius: 8px;
  font-size: 13px;
  color: rgba(8, 75, 230, 0.9);
}
.empty-attendees .empty-tip svg {
  flex-shrink: 0;
  margin: 0;
}

.meeting-summary {
  background: rgba(8, 75, 230, 0.05);
  border: 1px solid rgba(8, 75, 230, 0.2);
  border-radius: 16px;
  padding: 28px;
  margin-top: 35px;
}
.meeting-summary h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 24px;
}
.meeting-summary .summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .meeting-summary .summary-grid {
    grid-template-columns: 1fr;
  }
}
.meeting-summary .summary-item {
  display: flex;
  gap: 14px;
}
.meeting-summary .summary-item .summary-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.1);
  border-radius: 10px;
  color: #084be6;
  flex-shrink: 0;
}
.meeting-summary .summary-item .summary-content {
  flex: 1;
}
.meeting-summary .summary-item .summary-content .summary-label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.meeting-summary .summary-item .summary-content .summary-value {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.meeting-summary .summary-item .summary-content .summary-sub {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}
.meeting-summary .summary-item .summary-content .summary-sub .timezone-note {
  color: #084be6;
  font-size: 11px;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #10182b;
}
.form-actions .flex-spacer {
  flex: 1;
}
.form-actions .btn-prev {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #10182b;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.form-actions .btn-prev:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.form-actions .btn-next,
.form-actions .btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #084be6;
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.form-actions .btn-next:hover:not(:disabled),
.form-actions .btn-submit:hover:not(:disabled) {
  background: #1352e4;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(8, 75, 230, 0.3);
}
.form-actions .btn-next:disabled,
.form-actions .btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.form-actions .btn-next .spinner,
.form-actions .btn-submit .spinner {
  animation: spin 1s linear infinite;
}
@media (max-width: 575px) {
  .form-actions {
    flex-direction: column;
  }
  .form-actions .flex-spacer {
    display: none;
  }
  .form-actions .btn-prev,
  .form-actions .btn-next,
  .form-actions .btn-submit {
    width: 100%;
    justify-content: center;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.form-status {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  padding: 18px 20px;
  border-radius: 12px;
  position: relative;
}
.form-status.success {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.form-status.success .status-icon {
  color: #22c55e;
}
.form-status.success .status-text {
  color: #22c55e;
}
.form-status.error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.form-status.error .status-icon {
  color: #ef4444;
}
.form-status.error .status-text {
  color: #ef4444;
}
.form-status .status-icon {
  flex-shrink: 0;
}
.form-status .status-text {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.form-status .status-close {
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
  color: inherit;
  opacity: 0.7;
  transition: all 0.2s;
}
.form-status .status-close:hover {
  opacity: 1;
}

.meeting-features-section {
  padding: 80px 0;
  background: #020919;
}

.meeting-feature-card {
  position: relative;
  padding: 35px 30px;
  background: #050a1e;
  border: 1px solid #10182b;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s;
}
.meeting-feature-card:hover {
  border-color: rgba(8, 75, 230, 0.3);
  transform: translateY(-5px);
}
.meeting-feature-card:hover .feature-icon {
  background: #084be6;
  color: #ffffff;
  transform: scale(1.1);
}
.meeting-feature-card .feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.1);
  border: 2px solid rgba(8, 75, 230, 0.3);
  border-radius: 16px;
  color: #084be6;
  transition: all 0.3s;
}
.meeting-feature-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px;
}
.meeting-feature-card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.6;
}

[dir=rtl] .meeting-field .field-icon {
  left: auto;
  right: 18px;
}
[dir=rtl] .meeting-field input,
[dir=rtl] .meeting-field textarea {
  padding: 18px 54px 18px 18px;
}
[dir=rtl] .meeting-field label {
  left: auto;
  right: 54px;
}
[dir=rtl] .meeting-field input:focus ~ label,
[dir=rtl] .meeting-field textarea:focus ~ label,
[dir=rtl] .meeting-field input:not(:placeholder-shown) ~ label,
[dir=rtl] .meeting-field textarea:not(:placeholder-shown) ~ label {
  left: auto;
  right: 12px;
}
[dir=rtl] .meeting-field.textarea-field .char-count {
  right: auto;
  left: 16px;
}
[dir=rtl] .form-actions .btn-prev svg,
[dir=rtl] .form-actions .btn-next svg,
[dir=rtl] .form-actions .btn-submit svg {
  transform: rotate(180deg);
}
[dir=rtl] .add-attendee-form .attendee-input .input-wrapper svg {
  left: auto;
  right: 14px;
}
[dir=rtl] .add-attendee-form .attendee-input .input-wrapper input {
  padding: 14px 46px 14px 14px;
}
[dir=rtl] .attendee-card {
  flex-direction: row-reverse;
}
[dir=rtl] .attendees-list-header {
  flex-direction: row-reverse;
}
[dir=rtl] .summary-item {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .meeting-section, .meeting-area {
    padding: 60px 0 80px;
  }
  .meeting-features-section {
    padding: 60px 0;
  }
  .calendar-section .calendar-container {
    padding: 20px;
  }
  .calendar-picker .calendar-weekdays,
  .calendar-picker .calendar-days {
    gap: 6px;
  }
  .calendar-picker .calendar-day {
    font-size: 13px;
    border-radius: 8px;
  }
  .calendar-picker .calendar-nav-btn {
    width: 36px;
    height: 36px;
  }
  .calendar-picker .calendar-month {
    font-size: 16px;
  }
  .timezone-section {
    padding: 16px;
  }
  .timezone-section .timezone-icon {
    width: 38px;
    height: 38px;
  }
  .timezone-section .timezone-select-wrapper .timezone-current {
    padding: 12px 44px 12px 14px;
  }
  .timezone-section .timezone-select-wrapper .timezone-current .tz-country {
    display: none;
  }
  .timezone-section .timezone-select-wrapper .timezone-current .tz-offset {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .meeting-header {
    margin-bottom: 40px;
  }
  .meeting-form-card {
    padding: 30px 20px;
  }
  .form-step .step-header h3 {
    font-size: 20px;
  }
  .calendar-section {
    margin-bottom: 25px;
  }
  .calendar-section .selected-date-badge {
    padding: 8px 14px;
    font-size: 13px;
    margin-bottom: 16px;
  }
  .calendar-section .calendar-container {
    padding: 16px;
    border-radius: 12px;
  }
  .calendar-picker .calendar-header {
    margin-bottom: 18px;
  }
  .calendar-picker .calendar-weekdays {
    gap: 4px;
    margin-bottom: 8px;
  }
  .calendar-picker .weekday {
    font-size: 10px;
    padding: 6px 0;
  }
  .calendar-picker .calendar-days {
    gap: 4px;
  }
  .calendar-picker .calendar-day {
    font-size: 12px;
    border-radius: 6px;
    min-height: 36px;
  }
  .calendar-picker .calendar-nav-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }
  .calendar-picker .calendar-nav-btn svg {
    width: 16px;
    height: 16px;
  }
  .calendar-picker .calendar-month {
    font-size: 15px;
  }
  .timezone-section {
    padding: 14px;
    margin-bottom: 24px;
    border-radius: 12px;
  }
  .timezone-section .timezone-header {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
  }
  .timezone-section .timezone-header .timezone-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .timezone-section .timezone-header .timezone-icon svg {
    width: 18px;
    height: 18px;
  }
  .timezone-section .timezone-header .timezone-header-text {
    width: 100%;
  }
  .timezone-section .timezone-label {
    font-size: 13px;
  }
  .timezone-section .timezone-detecting,
  .timezone-section .timezone-detected {
    font-size: 12px;
  }
  .timezone-section .timezone-select-wrapper .timezone-current {
    padding: 14px 44px 14px 14px;
    border-radius: 10px;
    min-height: 52px;
  }
  .timezone-section .timezone-select-wrapper .timezone-current .tz-flag {
    font-size: 22px;
  }
  .timezone-section .timezone-select-wrapper .timezone-current .tz-city {
    font-size: 15px;
    flex: 1;
  }
  .timezone-section .timezone-select-wrapper .timezone-current .tz-country {
    display: none;
  }
  .timezone-section .timezone-select-wrapper .timezone-current .tz-offset {
    margin-left: auto;
    padding: 5px 10px;
    font-size: 11px;
  }
  .timezone-section .timezone-select-wrapper .timezone-select {
    padding: 14px 44px 14px 14px;
    min-height: 52px;
    font-size: 16px;
  }
  .timezone-section .timezone-select-wrapper .select-icon {
    right: 14px;
  }
  .timezone-section .timezone-select-wrapper .select-icon svg {
    width: 18px;
    height: 18px;
  }
  .timezone-section .timezone-info-box {
    flex-direction: column;
    padding: 12px;
    gap: 10px;
    border-radius: 8px;
    text-align: center;
  }
  .timezone-section .timezone-info-box .timezone-info-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .timezone-section .timezone-info-box .timezone-info-icon svg {
    width: 16px;
    height: 16px;
  }
  .timezone-section .timezone-info-box .timezone-info-content {
    align-items: center;
  }
  .timezone-section .timezone-info-box .timezone-info-title {
    font-size: 13px;
  }
  .timezone-section .timezone-info-box .timezone-info-desc {
    font-size: 12px;
    text-align: center;
  }
  .time-section {
    margin-bottom: 28px;
  }
  .time-section .time-slots {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    gap: 8px;
  }
  .time-section .time-slot {
    padding: 10px 12px;
    font-size: 13px;
    border-radius: 8px;
  }
  .time-section .time-slots-loading,
  .time-section .time-slots-empty,
  .time-section .time-slots-closed,
  .time-section .time-slots-error {
    padding: 30px 16px;
    font-size: 13px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .meeting-section, .meeting-area {
    padding: 50px 0 60px;
  }
  .meeting-features-section {
    padding: 50px 0;
  }
  .meeting-feature-card {
    padding: 28px 24px;
  }
  .meeting-feature-card .feature-icon {
    width: 60px;
    height: 60px;
  }
  .meeting-feature-card h4 {
    font-size: 18px;
  }
  .calendar-section {
    margin-bottom: 20px;
  }
  .calendar-section .calendar-container {
    padding: 14px;
  }
  .calendar-picker .calendar-header {
    margin-bottom: 16px;
  }
  .calendar-picker .calendar-weekdays,
  .calendar-picker .calendar-days {
    gap: 3px;
  }
  .calendar-picker .weekday {
    font-size: 9px;
    padding: 4px 0;
  }
  .calendar-picker .calendar-day {
    font-size: 11px;
    border-radius: 5px;
    min-height: 32px;
  }
  .calendar-picker .calendar-nav-btn {
    width: 32px;
    height: 32px;
  }
  .calendar-picker .calendar-month {
    font-size: 14px;
  }
  .timezone-section {
    padding: 12px;
    margin-bottom: 20px;
  }
  .timezone-section .timezone-header {
    gap: 8px;
    margin-bottom: 12px;
  }
  .timezone-section .timezone-header .timezone-icon {
    width: 36px;
    height: 36px;
  }
  .timezone-section .timezone-label {
    font-size: 12px;
  }
  .timezone-section .timezone-detecting,
  .timezone-section .timezone-detected {
    font-size: 11px;
  }
  .timezone-section .timezone-detecting svg,
  .timezone-section .timezone-detected svg {
    width: 10px;
    height: 10px;
  }
  .timezone-section .timezone-select-wrapper .timezone-current {
    padding: 12px 40px 12px 12px;
    min-height: 48px;
  }
  .timezone-section .timezone-select-wrapper .timezone-current .tz-flag {
    font-size: 20px;
  }
  .timezone-section .timezone-select-wrapper .timezone-current .tz-city {
    font-size: 14px;
  }
  .timezone-section .timezone-select-wrapper .timezone-current .tz-offset {
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 4px;
  }
  .timezone-section .timezone-select-wrapper .timezone-select {
    padding: 12px 40px 12px 12px;
    min-height: 48px;
  }
  .timezone-section .timezone-select-wrapper .select-icon {
    right: 12px;
  }
  .timezone-section .timezone-select-wrapper .select-icon svg {
    width: 16px;
    height: 16px;
  }
  .timezone-section .timezone-info-box {
    padding: 10px;
    margin-top: 12px;
    gap: 8px;
  }
  .timezone-section .timezone-info-box .timezone-info-icon {
    width: 32px;
    height: 32px;
  }
  .timezone-section .timezone-info-box .timezone-info-title {
    font-size: 12px;
  }
  .timezone-section .timezone-info-box .timezone-info-desc {
    font-size: 11px;
  }
  .time-section .time-slots {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .time-section .time-slot {
    padding: 8px 6px;
    font-size: 12px;
  }
}
.nav-btn.navSidebar-button a i {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.5s;
  cursor: pointer;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: all 0.4s;
  transition-delay: 0.8s;
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.5;
  visibility: visible;
  transition: all 0.8s;
  left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: all 0.7s;
  transition-delay: 0.4s;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  transition-delay: 1.2s;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.6s;
  visibility: hidden;
  opacity: 0;
}

.widget-heading a {
  text-decoration: none;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #0e264f;
  font-size: 24px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #084be6;
}

.nav-logo {
  padding: 0 0 40px;
}

.nav-btn.navSidebar-button a {
  color: #084be6;
}

.widget-sidber {
  padding: 32px 41px 29px;
  margin-bottom: 27px;
  border: 2px solid #10182b;
  border-radius: 20px;
  background-color: #020919;
}

.widget-sidber-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 46px;
  position: relative;
}
.widget-sidber-content h4:before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: #084be6;
}

.widget-category ul li {
  list-style: none;
}
.widget-category ul li img {
  margin-right: 12px;
  transition: all 0.5s;
}
.widget-category ul li a {
  padding: 14px 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
  color: #fafafa;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.widget-category ul li a:hover {
  color: #ffffff;
}
.widget-category ul li a:hover img {
  filter: brightness(0) invert(1);
}
.widget-category ul li a:hover:before {
  width: 100%;
  left: 0;
}
.widget-category ul li a:hover i {
  opacity: 1;
  color: #ffffff;
}
.widget-category ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #1352e4;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.5s;
}
.widget-category ul li i {
  color: black;
  display: inline-block;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: all 0.5s;
}

p.widget-sidber-contact-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  padding: 25px 0 13px;
}

h3.widget-sidber-contact-number {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 14px;
}

span.widget-sidber-contact-gmail {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
span.widget-sidber-contact-gmail i {
  display: inline-block;
  font-size: 17px;
  color: #084be6;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.widget-sidber-contact-btn a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  background: #084be6;
  padding: 16px 70px 15px;
  border-radius: 5px;
  margin-top: 55px;
  transition: all 0.5s;
  border: 2px solid #084be6;
}
.widget-sidber-contact-btn a:hover {
  background: transparent;
  color: #084be6;
}
.widget-sidber-contact-btn a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

.widget_search form {
  position: relative;
}
.widget_search input {
  border-radius: 4px;
  padding-left: 20px !important;
  height: 60px;
  width: 100% !important;
  position: relative;
  color: #012549;
  outline: 0 !important;
  border: transparent !important;
}

button.icons {
  border: 0;
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 20px;
  color: #1e1e1e;
  background: transparent;
  opacity: 0.7;
}

.sidber-widget-recent-post {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.sidber-widget-recent-post:hover .recent-widget-content a {
  color: #084be6 !important;
}

.recent-widget-content a {
  transition: all 0.5s;
  width: 95%;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
}
.recent-widget-content p {
  font-size: 14px;
  margin: 0;
  color: #084be6;
}

.widget-catefories-tags a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  margin: 6px 3px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 25px;
}
.widget-catefories-tags a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #084be6;
  transition: all 0.5s;
  z-index: -1;
}
.widget-catefories-tags a:hover {
  color: #ffffff;
}
.widget-catefories-tags a:hover:before {
  width: 100%;
  left: 0;
}

.cta-section {
  padding: 0;
  margin: 20px 60px 40px;
}
@media (max-width: 1200px) {
  .cta-section {
    margin: 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .cta-section {
    margin: 20px 15px 20px;
  }
}
@media (max-width: 480px) {
  .cta-section {
    margin: 15px 10px 15px;
  }
}

.cta-card {
  position: relative;
  background: linear-gradient(135deg, #084be6 0%, rgb(5.4285714286, 50.8928571429, 156.0714285714) 100%);
  border-radius: 24px;
  padding: 50px 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cta-card {
    padding: 40px 30px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .cta-card {
    padding: 35px 24px;
    border-radius: 18px;
  }
}
@media (max-width: 575px) {
  .cta-card {
    padding: 30px 20px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .cta-card {
    padding: 28px 16px;
    border-radius: 14px;
  }
}

.cta-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.cta-bg-elements .cta-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}
.cta-bg-elements .cta-circle.cta-circle-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}
@media (max-width: 767px) {
  .cta-bg-elements .cta-circle.cta-circle-1 {
    width: 200px;
    height: 200px;
    top: -60px;
    right: -40px;
  }
}
@media (max-width: 480px) {
  .cta-bg-elements .cta-circle.cta-circle-1 {
    width: 150px;
    height: 150px;
    top: -50px;
    right: -30px;
  }
}
.cta-bg-elements .cta-circle.cta-circle-2 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: -60px;
}
@media (max-width: 767px) {
  .cta-bg-elements .cta-circle.cta-circle-2 {
    width: 140px;
    height: 140px;
    bottom: -50px;
    left: -40px;
  }
}
@media (max-width: 480px) {
  .cta-bg-elements .cta-circle.cta-circle-2 {
    width: 100px;
    height: 100px;
    bottom: -40px;
    left: -30px;
  }
}
.cta-bg-elements .cta-dots {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 2px, transparent 2px);
  background-size: 12px 12px;
}
@media (max-width: 767px) {
  .cta-bg-elements .cta-dots {
    width: 60px;
    height: 60px;
    top: 15%;
    background-size: 10px 10px;
  }
}
@media (max-width: 480px) {
  .cta-bg-elements .cta-dots {
    display: none;
  }
}

.cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .cta-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cta-inner {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .cta-inner {
    gap: 20px;
  }
}

.cta-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .cta-content {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .cta-content {
    gap: 12px;
  }
}

.cta-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  color: #ffffff;
  flex-shrink: 0;
  position: relative;
}
.cta-icon::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  animation: rotateCta 20s linear infinite;
}
@media (max-width: 767px) {
  .cta-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
  }
  .cta-icon::before {
    inset: -3px;
    border-radius: 20px;
  }
  .cta-icon svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .cta-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }
  .cta-icon::before {
    inset: -3px;
    border-radius: 18px;
    border-width: 1.5px;
  }
  .cta-icon svg {
    width: 28px;
    height: 28px;
  }
}

@keyframes rotateCta {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cta-text .cta-heading {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cta-text .cta-heading {
    font-size: clamp(20px, 5vw, 26px);
    margin: 0 0 6px;
  }
}
@media (max-width: 480px) {
  .cta-text .cta-heading {
    font-size: clamp(18px, 5vw, 22px);
    margin: 0 0 4px;
  }
}
.cta-text .cta-subheading {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cta-text .cta-subheading {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cta-text .cta-subheading {
    font-size: 13px;
  }
}

.cta-actions {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cta-actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cta-actions {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .cta-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
}
.cta-actions .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cta-actions .cta-btn {
    padding: 12px 20px;
    font-size: 13px;
    gap: 8px;
    border-radius: 10px;
  }
  .cta-actions .cta-btn svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 575px) {
  .cta-actions .cta-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cta-actions .cta-btn {
    padding: 12px 16px;
    font-size: 13px;
    border-radius: 10px;
  }
}
.cta-actions .cta-btn.primary {
  background: #ffffff;
  color: #084be6;
}
.cta-actions .cta-btn.primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.cta-actions .cta-btn.primary:hover svg {
  transform: translateX(4px);
}
@media (max-width: 767px) {
  .cta-actions .cta-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }
}
.cta-actions .cta-btn.primary:active {
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.85);
}
.cta-actions .cta-btn.primary svg {
  transition: all 0.3s;
}
.cta-actions .cta-btn.secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.cta-actions .cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.cta-actions .cta-btn.secondary:active {
  background: rgba(255, 255, 255, 0.25);
}

.cta-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
}
@media (max-width: 767px) {
  .cta-line {
    height: 3px;
  }
}
@media (max-width: 480px) {
  .cta-line {
    height: 2px;
  }
}

[dir=rtl] .cta-actions .cta-btn {
  flex-direction: row-reverse;
}
[dir=rtl] .cta-actions .cta-btn.primary:hover svg {
  transform: translateX(-4px);
}
@media (max-width: 991px) {
  [dir=rtl] .cta-inner {
    text-align: center;
  }
}

.address-area {
  display: none !important;
}

.footer-area {
  background: #050a1e;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(8, 75, 230, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(8, 75, 230, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.footer-main {
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
}

.footer-brand {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}
.footer-logo img {
  max-width: 180px;
  height: auto;
  transition: all 0.3s;
}
.footer-logo:hover img {
  opacity: 0.9;
  transform: scale(1.02);
}

.footer-description {
  max-width: 600px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
  font-family: "Jura", "Tajawal", sans-serif;
  padding: 0 20px;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  width: 100%;
  max-width: 400px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
  flex-shrink: 0;
}
.social-link i {
  font-size: 18px;
  line-height: 1;
}
.social-link:hover {
  background: #084be6;
  border-color: #084be6;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(8, 75, 230, 0.3);
}
.social-link[href*=facebook]:hover {
  background: #1877f2;
  border-color: #1877f2;
}
.social-link[href*=instagram]:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color: #dc2743;
}
.social-link[href*=linkedin]:hover {
  background: #0a66c2;
  border-color: #0a66c2;
}
.social-link[href*=twitter]:hover, .social-link[href*="x.com"]:hover {
  background: #000;
  border-color: #000;
}
.social-link[href*=whatsapp]:hover {
  background: #25d366;
  border-color: #25d366;
}
.social-link[href*=youtube]:hover {
  background: #ff0000;
  border-color: #ff0000;
}
.social-link[href*=tiktok]:hover {
  background: #000;
  border-color: #000;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media (max-width: 575px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .footer-column.newsletter-column {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-column.newsletter-column {
    grid-column: span 1;
  }
}

.footer-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}
.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #084be6, #1352e4);
  border-radius: 2px;
}
@media (max-width: 575px) {
  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

[dir=rtl] .footer-title::after {
  left: auto;
  right: 0;
}
@media (max-width: 575px) {
  [dir=rtl] .footer-title::after {
    right: 50%;
    left: auto;
    transform: translateX(50%);
  }
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links li:last-child {
  margin-bottom: 0;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 16px;
  font-family: "Jura", "Tajawal", sans-serif;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-links a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #084be6;
  transition: all 0.3s;
}
.footer-links a:hover {
  color: #ffffff;
}
.footer-links a:hover::before {
  width: 12px;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: "Jura", "Tajawal", sans-serif;
}
@media (max-width: 575px) {
  .footer-contact li {
    justify-content: center;
  }
}
.footer-contact li:last-child {
  margin-bottom: 0;
}
.footer-contact li i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 75, 230, 0.15);
  border-radius: 8px;
  color: #084be6;
  font-size: 14px;
  flex-shrink: 0;
}
.footer-contact li a, .footer-contact li span {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s;
}
.footer-contact li a:hover {
  color: #ffffff;
}

.newsletter-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "Jura", "Tajawal", sans-serif;
}

.newsletter-form .input-wrapper {
  display: flex;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s;
}
.newsletter-form .input-wrapper:focus-within {
  border-color: #084be6;
  box-shadow: 0 0 0 3px rgba(8, 75, 230, 0.1);
}
.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 14px 20px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Jura", "Tajawal", sans-serif;
  outline: none;
  min-width: 0;
}
.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter-form button {
  background: #084be6;
  border: none;
  padding: 14px 20px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-form button i {
  font-size: 16px;
}
.newsletter-form button:hover {
  background: #1352e4;
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 24px 0;
  position: relative;
  z-index: 1;
}

.copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .copyright-content {
    flex-direction: column;
    text-align: center;
  }
}

.copyright-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
  font-family: "Jura", "Tajawal", sans-serif;
}

.copyright-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}
.copyright-links li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  font-family: "Jura", "Tajawal", sans-serif;
  transition: all 0.3s;
}
.copyright-links li a:hover {
  color: #ffffff;
}

.row.footer {
  padding: 80px 0 60px;
}

.footer-widget.left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget.left ul li a {
  display: inline-block;
  opacity: 0.7;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s;
}
.footer-widget.left ul li a:hover {
  opacity: 1;
  color: #1352e4;
}

.widget-title h2 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Michroma", "Alexandria", sans-serif;
  margin-bottom: 24px;
}

p.footer-widget-text {
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  font-family: "Jura", "Tajawal", sans-serif;
  margin: 0;
  padding: 30px 0 50px;
}

.footer-widget-social a i {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  margin-right: 24px;
  transition: all 0.5s;
}
.footer-widget-social a i:hover {
  color: #084be6;
}

.row.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0 0;
}

.-copyright-text p {
  opacity: 0.6;
  font-size: 16px;
  color: #ffffff;
  font-family: "Jura", "Tajawal", sans-serif;
  margin: 0;
}

.copyright-list {
  text-align: right;
}
.copyright-list ul {
  margin: 0;
  padding: 0;
}
.copyright-list ul li {
  list-style: none;
  display: inline-block;
}
.copyright-list ul li a {
  display: inline-block;
  opacity: 0.6;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  margin-left: 30px;
  transition: all 0.5s;
}
.copyright-list ul li a:hover {
  opacity: 1;
  color: #1352e4;
}

@media (max-width: 991px) {
  .address-area {
    margin: 20px 15px 0;
    padding: 35px 20px;
    border-radius: 16px;
  }
  .address-area .row {
    flex-direction: column;
    gap: 25px;
  }
  .address-box {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .address-icon {
    margin-right: 0;
    margin-bottom: 0;
  }
  .address-title h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .address-title p {
    font-size: 15px;
  }
  .address-box2 {
    justify-content: center;
  }
  .address-box2 .premind-btn a {
    padding: 14px 30px;
    font-size: 14px;
  }
  .footer-area {
    margin: 15px 0px 0px;
    border-radius: 0 0 16px 16px;
  }
  .footer-main {
    padding: 60px 0 50px;
  }
  .footer-brand {
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  .footer-logo img {
    max-width: 150px;
  }
  .footer-description {
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .footer-social {
    gap: 10px;
  }
  .social-link {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }
  .footer-grid {
    gap: 35px 25px;
    padding: 0 10px;
  }
  .footer-title {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .footer-links li {
    margin-bottom: 10px;
  }
  .footer-links a {
    font-size: 14px;
  }
  .footer-contact li {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .footer-contact li i {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .newsletter-text {
    font-size: 13px;
  }
  .newsletter-form .input-wrapper {
    flex-direction: column;
    border-radius: 12px;
  }
  .newsletter-form input {
    padding: 14px 16px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .newsletter-form button {
    padding: 14px 20px;
    border-radius: 0 0 11px 11px;
    width: 100%;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .copyright-text {
    font-size: 13px;
  }
  .copyright-links {
    gap: 16px;
  }
  .copyright-links li a {
    font-size: 13px;
  }
  .row.footer {
    padding: 60px 0 50px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .footer-widget.left ul li a {
    font-size: 14px;
    line-height: 36px;
  }
  .widget-title h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  p.footer-widget-text {
    font-size: 14px;
    padding: 20px 0 30px;
  }
  .footer-widget-social a i {
    font-size: 16px;
    margin-right: 20px;
  }
  .copyright-list {
    text-align: center;
    margin-top: 15px;
  }
  .copyright-list ul li a {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
  }
  .-copyright-text p {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .address-area {
    margin: 15px 10px 0;
    padding: 30px 15px;
    border-radius: 12px;
  }
  .address-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .address-icon::before {
    width: 60px;
    height: 60px;
  }
  .address-icon img {
    width: 30px;
    height: auto;
  }
  .address-title h3 {
    font-size: 20px;
  }
  .address-title p {
    font-size: 14px;
  }
  .address-box2 .premind-btn a {
    padding: 12px 25px;
    font-size: 13px;
  }
  .footer-area {
    margin: 0 10px 80px;
    border-radius: 0 0 12px 12px;
  }
  .footer-main {
    padding: 50px 0 40px;
  }
  .footer-brand {
    margin-bottom: 40px;
    padding-bottom: 35px;
  }
  .footer-logo img {
    max-width: 130px;
  }
  .footer-description {
    font-size: 13px;
  }
  .social-link {
    width: 40px;
    height: 40px;
  }
  .social-link i {
    font-size: 15px;
  }
  .footer-grid {
    gap: 30px;
  }
  .footer-title {
    font-size: 16px;
  }
  .footer-links a {
    font-size: 13px;
  }
  .footer-contact li {
    font-size: 13px;
  }
  .footer-bottom {
    padding: 18px 0;
  }
  .copyright-content {
    gap: 12px;
  }
  .copyright-text {
    font-size: 12px;
    line-height: 1.5;
  }
  .copyright-links {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .copyright-links li a {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .address-area {
    margin: 10px 8px 0;
    padding: 25px 12px;
  }
  .address-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .address-icon::before {
    width: 50px;
    height: 50px;
  }
  .address-icon img {
    width: 25px;
  }
  .address-title h3 {
    font-size: 18px;
  }
  .address-title p {
    font-size: 13px;
  }
  .address-box2 .premind-btn a {
    padding: 10px 20px;
    font-size: 12px;
  }
  .footer-area {
    margin: 0 8px 80px;
  }
  .footer-main {
    padding: 40px 0 35px;
  }
  .footer-brand {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
  .footer-logo img {
    max-width: 110px;
  }
  .footer-description {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .social-link {
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }
  .social-link i {
    font-size: 14px;
  }
  .footer-grid {
    gap: 25px;
  }
  .footer-title {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .footer-links li {
    margin-bottom: 8px;
  }
  .footer-links a {
    font-size: 13px;
  }
  .footer-contact li {
    font-size: 12px;
    gap: 10px;
  }
  .footer-contact li i {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .newsletter-text {
    font-size: 12px;
  }
  .newsletter-form input {
    padding: 12px 14px;
    font-size: 13px;
  }
  .newsletter-form button {
    padding: 12px 16px;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .copyright-text {
    font-size: 11px;
  }
  .copyright-links li a {
    font-size: 11px;
  }
}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(200deg);
  }
}
@keyframes rotate-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(200deg);
  }
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dance {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes bounceleft {
  0% {
    transform: translateX(-50px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(-50px);
  }
}
@keyframes float-bob3 {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes float-bob6 {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes dance3 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dance2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(25px, -25px, 0);
  }
  100% {
    transform: translate3d(0, -25px, 25px);
  }
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes opacityFallbackOut {
  to {
    opacity: 0;
  }
}
@keyframes opacityFallbackIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rotateme {
  animation: rotate-1 15s linear infinite;
}

.bounce-animate3 {
  animation: float-bob3 3s linear infinite;
}

.bounce-animate-3 {
  animation: float-bob6 6s linear infinite;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  transition-delay: 1s;
  z-index: 999999999999999;
}
.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 52%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: all 1s;
  transition-delay: 1.4s;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: all 1s;
  transition-delay: 1.4s;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s;
  transition-delay: 1s;
}

.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}

[dir=rtl] .loader-wrapper {
  direction: ltr;
}

.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.9s;
  border-radius: 10px;
}
.scroll-area .go-top.active {
  top: 95%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  right: 30px;
  border-radius: 50%;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #ffffff;
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  top: 3px;
  z-index: 1;
  background: #084be6;
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #ffffff;
}
.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
}
.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #ffffff;
}

.header-menu-btn .nav__lang-select {
  position: unset;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 8px 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L2 4h8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
.header-menu-btn .nav__lang-select:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
}
.header-menu-btn .nav__lang-select:focus {
  outline: none;
  border-color: #084be6;
  box-shadow: 0 0 0 3px rgba(8, 75, 230, 0.2);
}
.header-menu-btn .nav__lang-select option {
  background: #020918;
  color: #ffffff;
}
.header-menu-btn .nav__lang-select::-ms-expand {
  display: none;
}

.google-map iframe {
  width: 100%;
  height: 600px;
  border-radius: 15px;
}

.scroll-area.home-two .top-wrap .go-top-button {
  background: #00aff5;
}
.scroll-area.home-two .top-wrap .go-top-button::after {
  background-image: linear-gradient(0deg, #00aff5 0%, #00aff5 100%);
}

@media (max-width: 991px) {
  .main-content,
  main,
  .page-content {
    padding-bottom: 80px;
  }
  .premind_nav_manu,
  .top-header-area {
    display: none !important;
  }
  .hero-area {
    margin-top: 0 !important;
  }
  .footer-area {
    margin-bottom: 80px;
  }
  .address-area {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.mobile-header {
  z-index: 1000;
}

.sidebar-overlay {
  z-index: 1001;
}

.sidebar-menu {
  z-index: 1002;
}

.bottom-nav {
  z-index: 999;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
:root {
  --screen-width: 320px;
  --screen-height: 100dvh;
  --header-bg-color: #020918;
  --splash-bg-color: #084be6;
  --mobile-header-height: 56px;
  --bottom-nav-height: 64px;
  --safe-area-bottom: env(safe-area-inset-bottom, 0px);
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mobile-header-height);
  background: rgba(2, 9, 24, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 9999;
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
  padding-bottom: env(safe-area-inset-bottom, 0);
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }
}

.nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  position: relative;
  z-index: 9999;
  width: 100%;
  background: transparent;
}
.nav__top .nav__logo img {
  height: 36px;
  width: auto;
}

.nav__lang-toggle {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  cursor: pointer;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 8px;
  -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
}
.nav__lang-toggle:active {
  opacity: 0.9;
}
.nav__lang-toggle {
  transition: all 0.2s;
}
.nav__lang-toggle:hover, .nav__lang-toggle:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(var(--bottom-nav-height) + var(--safe-area-bottom));
  background: rgba(2, 9, 24, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 1000;
  padding-bottom: var(--safe-area-bottom);
  display: none;
}
@media only screen and (max-width: 991px) {
  .bottom-nav {
    display: flex;
  }
}

.bottom-nav__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: var(--bottom-nav-height);
  margin: 0;
  padding: 0;
  list-style: none;
}

.bottom-nav__item {
  flex: 1;
  display: flex;
  justify-content: center;
}

.bottom-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
  border-radius: 12px;
  min-width: 48px;
  min-height: 48px;
  -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
}
.bottom-nav__link:active {
  opacity: 0.9;
}
.bottom-nav__link:active {
  transform: scale(0.95);
}
.bottom-nav__link.active, .bottom-nav__link:hover {
  color: #1352e4;
}
.bottom-nav__link.active .bottom-nav__icon, .bottom-nav__link:hover .bottom-nav__icon {
  transform: scale(1.1);
}
.bottom-nav__link.active .bottom-nav__label, .bottom-nav__link:hover .bottom-nav__label {
  color: #1352e4;
}
.bottom-nav__link.active .bottom-nav__icon {
  background: rgba(8, 75, 230, 0.15);
}

.bottom-nav__icon {
  font-size: 20px;
  transition: all 0.2s;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.bottom-nav__label {
  font-size: 11px;
  font-family: "Michroma", "Alexandria", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bottom-nav__menu-btn {
  position: relative;
  margin-top: -20px;
}
.bottom-nav__menu-btn .bottom-nav__link {
  width: 56px;
  height: 56px;
  background: #084be6;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(8, 75, 230, 0.4);
  color: #ffffff;
}
.bottom-nav__menu-btn .bottom-nav__link:hover, .bottom-nav__menu-btn .bottom-nav__link:active {
  background: #1352e4;
  transform: scale(1.05);
}
.bottom-nav__menu-btn .bottom-nav__link .bottom-nav__icon {
  font-size: 24px;
  background: transparent;
}
.bottom-nav__menu-btn .bottom-nav__link .bottom-nav__label {
  display: none;
}

.nav__toggle {
  display: inline-block;
  position: absolute;
  z-index: 99999;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  right: 12px;
  top: 12px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.15s linear;
  -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
}
.nav__toggle:active {
  opacity: 0.9;
}
.nav__toggle:hover, .nav__toggle:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

ul.nav__menu {
  width: 100vw;
}

.nav__menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: calc(var(--screen-height) - var(--bottom-nav-height) - var(--safe-area-bottom));
  position: relative;
  z-index: 9999;
  visibility: hidden;
  align-items: stretch;
  padding: 32px 16px;
  padding-bottom: calc(32px + var(--bottom-nav-height) + var(--safe-area-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav__menu::-webkit-scrollbar {
  display: none;
}

.nav__item {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  transform: translateY(-30px);
}
.nav__item:nth-child(1) {
  transition-delay: 0.05s;
}
.nav__item:nth-child(2) {
  transition-delay: 0.1s;
}
.nav__item:nth-child(3) {
  transition-delay: 0.15s;
}
.nav__item:nth-child(4) {
  transition-delay: 0.2s;
}
.nav__item:nth-child(5) {
  transition-delay: 0.25s;
}
.nav__item:nth-child(6) {
  transition-delay: 0.3s;
}
.nav__item:nth-child(7) {
  transition-delay: 0.35s;
}
.nav__item:nth-child(8) {
  transition-delay: 0.4s;
}

.nav__link {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20px;
  font-family: "Michroma", "Alexandria", sans-serif;
  text-decoration: none;
  padding: 20px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
}
.nav__link:active {
  opacity: 0.9;
}
.nav__link {
  transition: all 0.2s;
}
.nav__link:hover, .nav__link:focus, .nav__link:active {
  outline: 0;
  background-color: rgba(8, 75, 230, 0.1);
  color: #1352e4;
  padding-left: 20px;
}
.nav__link i {
  font-size: 13px;
  opacity: 0.5;
}

.nav__link__submenu {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  margin: 8px 0 16px;
  overflow: hidden;
}
.nav__link__submenu a {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
}
.nav__link__submenu a:active {
  opacity: 0.9;
}
.nav__link__submenu a {
  transition: all 0.2s;
}
.nav__link__submenu a:last-child {
  border-bottom: none;
}
.nav__link__submenu a:hover, .nav__link__submenu a:active {
  background: rgba(8, 75, 230, 0.1);
  color: #ffffff;
}
.nav__link__submenu a i {
  margin-inline-end: 12px;
  opacity: 0.6;
}

.menuicon {
  display: block;
  cursor: pointer;
  color: #ffffff;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.menuicon__bar, .menuicon__circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.menuicon__bar {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.menuicon__circle {
  transition: stroke-dashoffset 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  stroke-dashoffset: 144.513262038;
  stroke-dasharray: 144.513262038;
}

.splash {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 1px;
  height: 1px;
  z-index: 999;
}
.splash::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, #050a1e 0%, #020918 100%);
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.nav:target > .splash::after, .nav--open > .splash::after {
  transform: scale(1);
}
.nav:target .menuicon, .nav--open .menuicon {
  color: #ffffff;
  transform: rotate(180deg);
}
.nav:target .menuicon__circle, .nav--open .menuicon__circle {
  stroke-dashoffset: 0;
}
.nav:target .menuicon__bar:nth-child(1),
.nav:target .menuicon__bar:nth-child(4), .nav--open .menuicon__bar:nth-child(1),
.nav--open .menuicon__bar:nth-child(4) {
  opacity: 0;
}
.nav:target .menuicon__bar:nth-child(2), .nav--open .menuicon__bar:nth-child(2) {
  transform: rotate(45deg);
}
.nav:target .menuicon__bar:nth-child(3), .nav--open .menuicon__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.nav:target .nav__menu, .nav--open .nav__menu {
  visibility: visible;
}
.nav:target .nav__item, .nav--open .nav__item {
  opacity: 1;
  transform: translateY(0);
}

.header {
  height: var(--mobile-header-height);
  background-color: #020918;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.main {
  padding: 16px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  grid-auto-rows: 130px;
  grid-gap: 16px;
}
.gallery__item {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
}
.gallery__item:active {
  opacity: 0.9;
}
.gallery__item:hover, .gallery__item:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

button.nav__lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 99999;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  outline: 0;
  right: 70px;
  top: 12px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s;
  min-width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 13px;
  font-family: "Michroma", "Alexandria", sans-serif;
  -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
}
button.nav__lang-toggle:active {
  opacity: 0.9;
}
button.nav__lang-toggle:hover, button.nav__lang-toggle:active {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.nav__actions {
  display: flex;
  gap: 12px;
  padding: 20px 16px;
  margin-top: auto;
}
.nav__actions .premind-btn {
  flex: 1;
}
.nav__actions .premind-btn a {
  width: 100%;
  text-align: center;
  padding: 16px;
  font-size: 15px;
}

.nav__search {
  padding: 16px;
  margin-bottom: 16px;
}
.nav__search .search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Jura", "Tajawal", sans-serif;
  transition: all 0.2s;
}
.nav__search .search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.nav__search .search-input:focus {
  outline: none;
  border-color: #084be6;
  background: rgba(255, 255, 255, 0.1);
}

.nav__pull-indicator {
  width: 36px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  margin: 8px auto 16px;
  display: none;
}
.nav--open .nav__pull-indicator {
  display: block;
}

.nav__quick-contact {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 20px;
}
.nav__quick-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s;
}
.nav__quick-contact a i {
  font-size: 18px;
}
.nav__quick-contact a:hover, .nav__quick-contact a:active {
  background: #084be6;
}

@media only screen and (max-width: 991px) {
  .premind_nav_manu,
  .top-header-area {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .nav__link {
    font-size: 17px;
    letter-spacing: 2px;
    padding: 16px 12px;
  }
  .bottom-nav__label {
    font-size: 10px;
  }
  .bottom-nav__icon {
    font-size: 18px;
  }
}
@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
[dir=rtl] body {
  direction: rtl;
  text-align: right;
}
[dir=rtl] .text-left {
  text-align: right !important;
}
[dir=rtl] .text-right {
  text-align: left !important;
}
[dir=rtl] .accordion a:after {
  left: 26px;
  right: unset;
}
[dir=rtl] .accordion a:before {
  left: 32px;
  right: unset;
}
[dir=rtl] .widget-category ul li img {
  margin-right: unset;
  margin-left: 30px;
}
[dir=rtl] .address-box2 {
  float: left;
}
[dir=rtl] .address-icon {
  margin-left: 41px;
  margin-right: unset;
}
[dir=rtl] .service-single-box .service-icon {
  left: 0;
  right: auto;
  rotate: 90deg;
}
[dir=rtl] .loader-wrapper {
  direction: ltr;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .premind_nav_manu {
    padding: 20px 60px;
  }
  .premind_nav_manu.sticky {
    padding: 16px 60px;
  }
  .hero-area {
    height: 680px;
    margin: -78px 32px 0;
  }
  .hero-thumb {
    margin-top: 200px;
  }
  .hero-thumb::before {
    top: -20%;
  }
  .row.project {
    padding: 0 50px 0;
  }
  .faq-shape {
    z-index: -1;
  }
  .about-area::before {
    z-index: -1;
  }
  .hero-area.style-two .hero-thumb img {
    width: 100%;
  }
  .hero-area.style-two .hero-thumb-shape2 {
    left: 105px;
  }
  .hero-area.style-two .hero-video-icon {
    bottom: -35px;
    left: 239px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .premind_nav_manu {
    padding: 18px 40px;
  }
  .premind_nav_manu.sticky {
    padding: 14px 40px;
  }
  .hero-area {
    height: 625px;
    margin: -60px 30px 0;
  }
  .hero-thumb {
    margin-top: 235px;
  }
  .about-area::before {
    z-index: -1;
  }
  h3.service-title {
    font-size: 20px;
  }
  .project-area h1.section-main-title {
    font-size: 38px;
  }
  .row.project {
    padding: 0 50px 0;
  }
  .pricing-area .premind-btn a {
    padding: 16px 32px;
  }
  .faq-shape {
    z-index: -1;
  }
  .feature-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .premind_nav_manu {
    padding: 16px 30px;
  }
  .premind_nav_manu.sticky {
    padding: 12px 30px;
  }
  .hero-contant h5 {
    margin-left: 10px;
  }
  .hero-area {
    height: 560px;
    margin: -70px 30px 0;
  }
  .hero-thumb img {
    width: 60%;
  }
  .hero-thumb::before {
    top: -10%;
  }
  .header-btn {
    text-align: left;
  }
  .header-btn a {
    font-size: 14px;
  }
  .about-area::before {
    z-index: -1;
  }
  h3.service-title {
    font-size: 20px;
  }
  .feature-box {
    grid-template-columns: repeat(4, 1fr);
  }
  .feature-sinble-single-box {
    margin-bottom: 30px;
  }
  .row.project {
    padding: 0 50px 0;
  }
  .pricing-body {
    padding: 29px 18px 39px;
  }
  .faq-shape {
    z-index: -1;
  }
  .testimonial-area.style-two p.testi-desc::before {
    width: 280px;
  }
  .blog-thumb-tow {
    float: inherit;
    margin-right: 0;
  }
  .blog-thumb-tow img {
    width: 100%;
  }
  .blog-content-tow {
    padding: 36px 29px 26px 20px;
    margin-top: 20px;
  }
  .address-title h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .premind_nav_manu {
    background: #050a1e;
    padding: 14px 20px;
  }
  .premind_nav_manu.sticky {
    padding: 10px 20px;
  }
  .premind_menu > ul > li > a {
    margin: 16px 8px;
    font-size: 13px;
    color: #ffffff;
  }
  .header-btn {
    text-align: left;
  }
  .header-btn a {
    font-size: 11px;
    text-transform: capitalize;
    padding: 10px 14px;
  }
  .header-menu-btn {
    gap: 10px;
  }
  .premind-btn a {
    padding: 10px 16px;
    font-size: 12px;
  }
  .nav__lang-select {
    padding: 6px 10px;
    font-size: 11px;
  }
  .logo img {
    max-height: 38px;
  }
  .hero-area {
    height: 600px;
    margin: 0px 0px 0;
  }
  .hero-thumb {
    margin-top: 220px;
  }
  .hero-thumb::before {
    right: -10%;
    top: -18%;
  }
  .hero-contant h1 {
    font-size: 46px;
  }
  .feature-area {
    margin-top: -30px;
  }
  .feature-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-sinble-single-box {
    margin-bottom: 0;
    padding: 36px 9px 32px;
  }
  .about-thumb {
    margin-left: 0;
  }
  .about-thumb img {
    width: 100%;
  }
  h4.about-title {
    left: 7%;
    bottom: 14%;
  }
  h1.section-main-title {
    font-size: 36px;
  }
  .about-area::before {
    z-index: -1;
  }
  .service-single-box {
    padding: 40px 25px 38px;
  }
  h3.service-title {
    font-size: 19px;
  }
  .row.project {
    padding: 0 50px 0;
  }
  .pricing-body {
    padding: 29px 10px 39px;
  }
  ul.pricing-list li {
    font-size: 14px;
    line-height: 36px;
  }
  ul.pricing-list li i {
    font-size: 16px;
    margin-right: 5px;
  }
  .pricing-area .premind-btn a {
    padding: 16px 38px;
  }
  .faq-shape {
    z-index: -1;
  }
  .faq-thumb img {
    width: 100%;
  }
  .testimonial-area {
    margin: 0 35px 0;
  }
  .testi-single-box {
    padding: 39px 10px 32px;
  }
  .testimonial-area.style-two p.testi-desc::before {
    width: 240px;
  }
  .contact-area h1.section-main-title {
    font-size: 24px;
  }
  .blog-thumb-tow {
    float: inherit;
    margin-right: 0;
  }
  .blog-thumb-tow img {
    width: 100%;
  }
  .blog-content-tow {
    padding: 36px 29px 26px 20px;
    margin-top: 20px;
  }
  h3.blog-title a {
    font-size: 19px;
    padding-top: 10px;
  }
  .address-title h3 {
    font-size: 19px;
  }
  .widget-title h2 {
    font-size: 20px;
  }
  .form-field2 input {
    width: 70%;
  }
  .address-area {
    margin: 0;
  }
  .footer-area {
    margin: 0;
  }
  .premind_nav_manu.style-two .premind_menu > ul > li > a {
    margin: 23px 6px 23px;
    color: #ffffff !important;
  }
  .premind_nav_manu.style-two .logo img {
    width: 100%;
  }
  .premind_nav_manu.style-two .header-menu-btn {
    text-align: left;
  }
  .premind_nav_manu.style-two .sidebar-button {
    margin-left: 0;
  }
  .premind_nav_manu.style-two .premind-btn a {
    padding: 10px 13px;
    text-transform: capitalize;
  }
  .hero-area.style-two {
    margin: 0;
    border-radius: 0;
  }
  .hero-area.style-two .hero-thumb img {
    width: 100%;
  }
  .hero-area.style-two .hero-thumb-shape2 {
    left: 50px;
  }
  .hero-area.style-two .hero-video-icon {
    bottom: -50px;
    left: 153px;
  }
  .content-box .title a i {
    margin-right: 20px;
    margin-left: 20px;
  }
  .about-area.style-two {
    margin: 0;
  }
  .about-area.style-two .about-section-content {
    margin-left: 0;
  }
  .project-area.styl-two {
    margin: 0;
    overflow: hidden;
  }
  .project-area.styl-two h4.project-title a {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
  }
  .project-area.styl-two h1.section-main-title {
    font-size: 34px;
  }
  .project-area.styl-two .project-section {
    margin: 0 50px;
  }
  .project-area.styl-two .project-bg-shape img {
    width: 70%;
  }
  .project-area.styl-two .project-icon {
    bottom: -42px;
  }
  .project-area.styl-two .project-icon span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }
  .project-area.styl-two .project-single-box:hover .project-shape {
    opacity: 0;
    display: none;
  }
  .blog-area.style-two .blog-box-content {
    padding: 25px 18px 36px;
  }
  .blog-area.style-two .meta-blog a span {
    font-size: 14px;
  }
  .blog-area.style-two .meta-blog span i {
    margin-right: 5px;
  }
  .blog-area.style-two .meta-blog p {
    margin-left: 4px;
  }
  .blog-area.style-two .meta-blog p span {
    margin-right: 5px;
  }
  .blog-area.style-two .blog-box-content h3 a {
    font-size: 22px;
    line-height: 34px;
  }
  .hero-area.style-three {
    overflow: hidden;
  }
  .hero-area.style-three .hero-left-side {
    position: absolute;
    left: 20px;
  }
  .hero-area.style-three .hero-contant {
    padding-top: 130px;
    padding-left: 20px;
  }
  .premind_nav_manu.style-three {
    padding: 15px 20px;
  }
  .premind_nav_manu.style-three .premind_menu > ul > li > a {
    color: #ffffff !important;
  }
  .premind_nav_manu.style-three .sidebar-button {
    margin-left: 0;
  }
  .premind_nav_manu.style-three .header-menu-btn {
    text-align: left;
  }
  .premind_nav_manu.style-three .premind-btn {
    margin-left: 0;
  }
  .premind-btn a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .our-service-section .single-service-box {
    padding: 35px 10px 135px 25px;
  }
  .our-service-section .service-thumb {
    bottom: -30px;
    left: 0px;
  }
  .about-section .about-contact {
    margin-left: 0;
  }
  .about-tiltle h3 {
    font-size: 16px;
  }
  .counter-area .counter-thumb {
    display: none;
  }
  .case-studie-content {
    bottom: 25px;
    left: 30px;
  }
  .case-studies-icon {
    margin-right: 30px;
  }
  .testimonial-area.style-four h1.section-main-title {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonial-area.style-four .slide-shape {
    position: absolute;
    right: -50px;
    bottom: 8px;
  }
  .testimonial-area.style-four .testi-quote-icon::before {
    width: 160px;
    left: 50px;
    top: 11px;
  }
  .faq-area.style-two h1.section-main-title {
    font-size: 34px;
  }
  .project-area.style-three {
    padding: 120px 0 90px;
    margin: 0;
  }
  .project-area.style-three .project-single-box.box-1::before {
    display: none;
  }
  .project-area.style-three .project-single-box.box-2::after {
    display: none;
  }
  .project-area.style-three .project-single-box.box-3::after {
    display: none;
  }
  .project-area.style-three .project-single-box.box-4::after {
    display: none;
  }
  .project-area.style-three .project-single-box {
    padding: 44px 12px 40px;
    margin: 0 0px 30px;
  }
  .project-area.style-three .project-bg-shape2 {
    display: none;
  }
  .project-area.style-three .project-bg-shape1 {
    display: none;
  }
  .brand-area {
    margin: 0;
  }
  .project-area.style-two {
    margin: 0;
  }
  .project-area.style-two .row.project {
    padding: 0 30px 0;
  }
  .team-area.style-inner .team-social-icon ul li {
    margin: 0 1px;
  }
  .team-area.style-inner .single-team-box::after {
    display: none;
  }
  .testimonial-area.style-two .testi-single-box {
    padding: 39px 10px 82px;
  }
  .team-details-area .contact-info-box {
    padding: 29px 10px 27px;
    gap: 5px;
  }
  .team-details-area .contact-info-content h4 {
    font-size: 15px;
  }
  .team-details-area .contact-info-content p {
    font-size: 19px;
  }
  .team-details-area .team-details-location-box .contact-info-content p {
    font-size: 16px;
  }
  .testimonial-area.style-three .test-user-img {
    margin-right: 15px;
  }
  .case-study-title h3 a {
    font-size: 20px;
  }
  .case-study-content {
    padding: 35px 20px 27px;
    width: 80%;
  }
  .project-details-box {
    padding-left: 10px;
  }
  .project-details-box h6 {
    font-size: 20px;
  }
  .widget-sidber {
    padding: 32px 15px 29px;
  }
  .widget-category ul li a {
    padding: 14px 9px;
    font-size: 15px;
  }
  .widget-sidber-contact-btn a {
    padding: 16px 45px 15px;
  }
  .service-shape {
    z-index: -1;
  }
  .sservice-area.style-two h3.service-title {
    font-size: 20px;
  }
  .sservice-area.style-two .service-icon {
    top: 25%;
  }
  .sservice-area.style-two .service-content {
    padding: 25px 10px 0 28px;
  }
  .team-area.style-two .team-social-icon {
    text-align: center;
  }
  .team-area.style-two .single-team-thumb::before {
    right: 135px;
    top: -3px;
  }
  .team-area.style-two .single-team-thumb::after {
    left: 148px;
    top: -3px;
  }
  .team-area.style-two .team-social-icon ul li {
    margin: 0 1px;
  }
  .testimonial-area.style-two .testi-single-box::after {
    left: 72px;
    top: -3px;
  }
  .blog-date h4 span {
    margin-left: 39px;
  }
  .blog-date h4 span::before {
    width: 30%;
    left: -33%;
    top: 47%;
  }
  .blog-date {
    top: -10%;
    left: 20px;
  }
  h3.blog-title-two a {
    font-size: 18px;
  }
  .service-details-icon-box {
    padding: 41px 20px 32px;
  }
  .service-det-content h3 {
    font-size: 18px;
  }
  .blog-area.style-grid .single-blog-box {
    padding: 25px 15px 36px;
  }
  .blog-area.style-grid .meta-blog span i {
    margin-right: 5px;
  }
  .blog-area.style-grid .meta-blog p {
    margin-left: 8px;
  }
  .blog-area.style-grid .meta-blog p span {
    margin-right: 5px;
  }
  .blog-area.style-grid .blog-box-content h3 a {
    font-size: 18px;
  }
  .recent-widget-content a {
    width: 100%;
    font-size: 14px;
  }
  .sidber-widget-recent-post {
    gap: 10px;
  }
  h4.blog-details-title {
    font-size: 24px;
    margin: 12px 0 10px;
  }
  .blog-details-author-talk {
    padding: 41px 20px 40px;
  }
  .blog-details-category span a {
    padding: 6px 6px;
    margin-right: 5px;
  }
  .blog-details-socila-box {
    padding: 19px 15px 18px;
  }
  .blog-details-comment-reply {
    right: 22px;
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .premind_nav_manu,
  .top-header-area {
    display: none !important;
  }
  .header-btn {
    display: none;
  }
  .sticky .premind-btn a {
    display: none;
  }
  ul.nav_scroll li a i {
    display: none;
  }
  body {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .hero-area {
    height: auto;
    min-height: auto;
    margin: 0;
    padding: 80px 20px 60px;
    border-radius: 0;
  }
  .hero-area.style-three {
    height: auto;
    min-height: auto;
    padding: 80px 20px 60px;
  }
  .hero-contant {
    text-align: center;
  }
  .hero-contant h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .hero-contant h5 {
    margin-left: 0;
  }
  .hero-contant h5::before {
    display: none;
  }
  .hero-contant h6 {
    margin-left: 0;
  }
  .hero-contant h6::before, .hero-contant h6::after {
    display: none;
  }
  .hero-contant p {
    width: 100%;
    font-size: 16px;
    padding: 20px 0 30px;
  }
  .hero-contant span {
    font-size: 36px;
    line-height: 1.2;
  }
  .hero-thumb {
    text-align: center;
    margin-top: 40px;
  }
  .hero-thumb::before {
    display: none;
  }
  .hero-thumb img {
    max-width: 80%;
    height: auto;
  }
  .hero-video-icon {
    margin-top: 20px;
  }
  .hero-video-icon a {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }
  .hero-video-icon a i {
    margin-left: 0;
  }
  .feature-area {
    margin-top: 0;
    padding: 60px 20px;
  }
  .feature-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .feature-sinble-single-box {
    margin-bottom: 0;
    padding: 25px 20px;
    text-align: center;
  }
  .feature-sinble-single-box h3 {
    font-size: 16px;
  }
  .feature-sinble-single-box p {
    font-size: 14px;
  }
  .about-thumb {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .about-thumb img {
    width: 100%;
    border-radius: 12px;
  }
  .about-area {
    padding: 60px 0;
  }
  .about-area .section-title.text-left {
    margin-top: 30px;
    text-align: center;
  }
  .about-area::before {
    display: none;
  }
  .about-area.style-two {
    margin: 0;
  }
  .about-area.style-two .about-section-content {
    margin-left: 0;
    padding: 0 20px;
  }
  h4.about-title {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  .sservice-area {
    padding: 60px 0;
    margin: 0 15px;
    border-radius: 16px;
  }
  .service-single-box {
    min-height: auto;
    padding: 30px 25px;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .service-single-box .service-icon {
    transform: scale(1.2) rotate(-45deg);
    opacity: 0.1;
  }
  h3.service-title {
    font-size: 18px;
    width: 100%;
  }
  p.service-text {
    padding: 10px 0 25px;
    font-size: 14px;
  }
  .service-shape,
  .service-shape2,
  .service-shape3 {
    display: none;
  }
  .row.project {
    padding: 0 15px;
  }
  .project-area {
    padding: 60px 0;
  }
  .project-area.style-two, .project-area.style-three, .project-area.styl-two {
    margin: 0;
    padding: 60px 0;
  }
  .project-right {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .row.carousel {
    padding: 0 15px;
  }
  .brand-area {
    margin: 0;
    padding: 40px 15px;
  }
  .faq-shape {
    display: none;
  }
  .faq-thumb img {
    width: 100%;
    border-radius: 12px;
  }
  .testimonial-area {
    margin: 0 15px;
    padding: 50px 20px;
    border-radius: 16px;
  }
  .testimonial-area.style-two .testi-single-box, .testimonial-area.style-three .testi-single-box, .testimonial-area.style-four .testi-single-box {
    padding: 30px 20px;
  }
  .testi-single-box {
    padding: 30px 20px;
    border-radius: 12px;
  }
  .contact-area {
    margin: 0 15px;
    padding: 50px 20px;
    border-radius: 16px;
  }
  .contact-area h1.section-main-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .blog-date {
    top: -8%;
    left: 15px;
    padding: 10px 15px;
  }
  .blog-content {
    padding: 50px 20px 30px;
    border-radius: 12px;
  }
  h3.blog-title a {
    font-size: 18px;
    margin-top: 15px;
  }
  .blog-date h4 span {
    margin-left: 50px;
  }
  .blog-date h4 span::before {
    left: -45px;
    width: 35px;
  }
  .blog-thumb-tow {
    float: none;
    margin-right: 0;
  }
  .blog-thumb-tow img {
    width: 100%;
  }
  .blog-content-tow {
    padding: 36px 20px 26px 20px;
    margin-top: 20px;
  }
  h3.blog-title-two a {
    font-size: 20px;
  }
  .blog-date-tow h4 span {
    margin-left: 30px;
  }
  .blog-date-tow h4 span::before {
    left: -25px;
  }
  .hero-area.style-two {
    margin: 0;
    height: 1100px;
    border-radius: 0;
  }
  .hero-area.style-two .hero-thumb img {
    width: 100%;
  }
  .hero-area.style-two .hero-video-icon {
    bottom: -25px;
    left: 274px;
  }
  .marquee-section {
    margin: 0;
  }
  .content-box .title a i {
    margin-right: 20px;
    margin-left: 20px;
  }
  .service-area.style-two .single-service-box {
    margin-bottom: 70px;
  }
  .service-area.style-two .service-title::before {
    width: 250px;
  }
  .service-area.style-two {
    padding: 120px 0 120px;
  }
  .about-area.style-two {
    margin: 0;
  }
  .about-area.style-two .about-section-content {
    margin-left: 65px;
  }
  .team-area.style-two .single-team-box {
    margin-bottom: 30px;
  }
  .team-area.style-two .single-team-thumb::after {
    left: 76px;
  }
  .project-area.styl-two {
    margin: 0;
  }
  .project-area.styl-two h4.project-title a {
    font-size: 18px;
    line-height: 30px;
  }
  .project-area.styl-two .project-carousel {
    margin: 0 65px;
  }
  .project-area.styl-two .project-section {
    margin: 0 50px;
  }
  .project-area.styl-two .owl-nav {
    right: 0;
    top: -100px;
  }
  .project-area.styl-two .project-bg-shape img {
    width: 50%;
  }
  .project-area.styl-two .project-icon {
    bottom: -50px;
  }
  .testimonial-area.style-two h3.testi-user-name span {
    display: block;
  }
  .testimonial-area.style-two .testi-single-box {
    margin: 3px 0 33px;
  }
  .testimonial-area.style-two p.testi-desc::before {
    width: 250px;
  }
  .blog-area.style-two .blog-box-content {
    padding: 25px 15px 36px;
  }
  .blog-area.style-two .single-blog-box {
    margin-bottom: 30px;
  }
  .header-info li.exam-gmail {
    margin-right: 20px;
  }
  .top-header-social-icon {
    display: none;
  }
  .hero-area.style-three {
    height: 600px;
  }
  .hero-area.style-three .hero-left-side {
    display: none;
  }
  .hero-area.style-three .hero-contant h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-area.style-three .hero-thumb-shape {
    display: none;
  }
  .hero-area.style-three .hero-img img {
    display: none;
    width: 100%;
  }
  .hero-area.style-three .hero-left-shape img {
    width: 100%;
  }
  .hero-area.style-three .premind-btn {
    margin-right: 0;
  }
  .about-section .about-thumb {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .about-section .about-contact {
    margin-left: 0;
  }
  .counter-area .counter-thumb {
    display: none;
  }
  .counter-area .counter-content p {
    font-size: 16px;
  }
  .counter-area .row.counter-item {
    border-radius: 50px 50px 0 0px;
  }
  .case-studies-thumb {
    margin-top: 30px;
  }
  .testimonial-area.style-four .testi-thumb {
    margin-bottom: 30px;
  }
  .testimonial-area.style-four .testi-box {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .testimonial-area.style-four .slide-shape {
    right: 190px;
    bottom: 8px;
  }
  .splide__arrows--ttb .splide__arrow {
    left: 30rem;
  }
  .splide__arrows--ttb .splide__arrow--prev {
    top: -23.5em;
  }
  .splide__arrows--ttb .splide__arrow--next {
    bottom: 45em;
  }
  .splide__arrow--next {
    right: 29rem;
  }
  .working-process-bottom p, .working-process-bottom p span {
    text-align: left;
    padding-top: 20px;
  }
  .faq-area.style-two .faq-thumb {
    right: 0;
  }
  .faq-area.style-two .faq-thumb img {
    width: 100%;
  }
  .hero-active .owl-prev {
    display: none;
  }
  .hero-active .owl-next {
    display: none;
  }
  .breadcumb-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .about-us-shape2 {
    display: none;
  }
  .about2-us-shape {
    display: none;
  }
  .about-us-content {
    margin-bottom: 40px;
  }
  .project-area.style-two {
    margin: 0;
  }
  .project-area.style-two .row.project {
    padding: 0 30px 0;
  }
  .project-area.style-three .project-single-box.box-1::before {
    display: none;
  }
  .project-area.style-three .project-single-box {
    padding: 44px 30px 40px;
    margin: 0 0px 30px;
  }
  .project-area.style-three .project-single-box.box-1::after {
    display: none;
  }
  .project-area.style-three .project-single-box.box-2::after {
    display: none;
  }
  .project-area.style-three .project-single-box.box-3::after {
    display: none;
  }
  .project-area.style-three .project-single-box.box-4::after {
    display: none;
  }
  .project-area.style-three .project-bg-shape2 {
    display: none;
  }
  .project-area.style-three .project-bg-shape1 {
    display: none;
  }
  .our-service-section .service-thumb {
    bottom: -40px;
    left: 5px;
  }
  .counter-area .counter-single-box {
    margin-bottom: 30px;
  }
  .row.carousel {
    padding: 0;
  }
  .blog-date {
    padding: 10px 10px;
  }
  .blog-date h4 span {
    margin-left: 50px;
  }
  .blog-date h4 span::before {
    width: 30%;
    left: -37%;
  }
  .blog-date-tow {
    padding: 6px 10px 6px;
  }
  .blog-date-tow h4 span {
    margin-left: 25px;
  }
  .blog-date-tow h4 span::before {
    left: -16px;
  }
  .team-area.style-inner .single-team-thumb::after {
    left: 76px;
  }
  .team-details-area .team-thumb img {
    width: 100%;
    margin-bottom: 29px;
  }
  .testimonial-area.style-three .testi-single-box {
    text-align: center;
    display: block;
  }
  .testimonial-area.style-three .test-user-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .case_study_menu {
    text-align: left;
  }
  .case_study_menu ul li {
    padding: 14px 24px;
  }
  .case-study-content {
    left: 9px;
    width: 95%;
    padding: 20px 20px 20px;
  }
  .case-study-title h3 a {
    font-size: 16px;
  }
  .project-details-box {
    padding-left: 0;
  }
  .project-details-box h6 {
    font-size: 18px;
  }
  .service-shape3 {
    display: none;
  }
  .service-details-icon-box {
    padding: 41px 20px 32px;
  }
  .service-det-content h3 {
    font-size: 20px;
  }
  .recent-widget-content a {
    width: 70%;
  }
  .widget-catefories-tags a {
    padding: 6px 20px;
  }
  h4.blog-details-title {
    font-size: 26px;
  }
  .blog-details-author-talk {
    padding: 41px 30px 40px;
  }
  .main_layout {
    margin: 14px !important;
    padding: 0 !important;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  html {
    font-size: 15px;
  }
  body {
    padding-top: 0;
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    -webkit-overflow-scrolling: touch;
  }
  .main_layout {
    margin: 16px !important;
    padding: 0 !important;
  }
  h1, .h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .hero-area {
    height: auto;
    min-height: 85vh;
    margin: 0;
    border-radius: 0;
    padding: 32px 16px;
  }
  .hero-area.style-three {
    height: auto;
    min-height: 70vh;
    padding-bottom: 32px;
  }
  .hero-contant {
    text-align: center;
  }
  .hero-contant h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .hero-contant h5 {
    font-size: 13px;
    padding: 8px 16px;
    margin-bottom: 16px;
  }
  .hero-contant p {
    font-size: 15px;
    width: 100%;
    padding: 16px 0 24px;
  }
  .hero-thumb {
    margin-top: 24px;
    text-align: center;
  }
  .hero-thumb img {
    max-width: 80%;
    height: auto;
  }
  h1.section-main-title {
    font-size: 24px;
    line-height: 1.3;
  }
  h5.section-sub-title {
    font-size: 13px;
    padding: 12px 20px;
  }
  .section-title.text-center, .section-title.text-left {
    margin-bottom: 24px;
    text-align: center;
  }
  .feature-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 16px;
  }
  .feature-sinble-single-box {
    padding: 20px 16px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
  }
  .service-single-box {
    min-height: auto;
    padding: 24px 20px;
    margin-bottom: 16px;
    border-radius: 16px;
    -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
  }
  .service-single-box:active {
    opacity: 0.9;
  }
  h3.service-title {
    font-size: 17px;
    width: 100%;
  }
  p.service-text {
    padding: 12px 0 20px;
    font-size: 15px;
  }
  .sservice-area {
    padding: 32px 0;
    margin: 16px;
    border-radius: 20px;
  }
  .row.project {
    padding: 0;
  }
  .project-area {
    padding: 32px 0;
  }
  .project-area.style-two, .project-area.style-three, .project-area.styl-two {
    margin: 0;
    padding: 24px 0;
  }
  .faq-area {
    padding: 32px 16px;
  }
  .faq-area.style-two h1.section-main-title {
    font-size: 24px;
  }
  .faq-thumb img {
    width: 100%;
    border-radius: 16px;
  }
  .testimonial-area {
    margin: 16px;
    padding: 24px 16px;
    border-radius: 20px;
  }
  .testi-single-box {
    padding: 24px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
  }
  .contact-area {
    margin: 16px;
    padding: 32px 16px;
    border-radius: 20px;
  }
  .contact-area h1.section-main-title {
    font-size: 20px;
  }
  .blog-date {
    padding: 12px;
    top: -8%;
    left: 16px;
  }
  .blog-content {
    padding: 32px 16px 24px;
  }
  h3.blog-title a {
    font-size: 17px;
    margin-top: 12px;
  }
  .premind-btn a {
    padding: 16px 24px;
    font-size: 13px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
  }
  .premind-btn a:active {
    opacity: 0.9;
  }
  .about-area {
    padding: 32px 0;
  }
  .about-area .section-title.text-left {
    margin-top: 16px;
    text-align: center;
  }
  .about-thumb img {
    width: 100%;
    border-radius: 16px;
  }
  .counter-area {
    padding: 24px 0;
  }
  .counter-area .counter-single-box {
    margin-bottom: 16px;
    text-align: center;
  }
  .counter-area .row.counter-item {
    border-radius: 20px 20px 0 0;
  }
  .team-area .single-team-box {
    margin-bottom: 16px;
  }
  .brand-area {
    margin: 0;
    padding: 24px 16px;
  }
  .breadcumb-area {
    padding: 80px 0 32px;
  }
  .breadcumb-area h2 {
    font-size: 24px;
  }
  .widget-sidber {
    padding: 24px 16px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  html {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }
  body {
    padding-top: 0;
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .main_layout {
    margin: 12px !important;
    padding: 0 !important;
  }
  .hero-area {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    border-radius: 0;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-area.style-three {
    min-height: 90vh;
    min-height: 90dvh;
  }
  .hero-contant {
    text-align: center;
    padding-top: 32px;
  }
  .hero-contant h1 {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 16px;
  }
  .hero-contant h5 {
    font-size: 11px;
    padding: 8px 12px;
    margin-bottom: 12px;
  }
  .hero-contant h5::before {
    display: none;
  }
  .hero-contant h6 {
    font-size: 13px;
    margin-left: 0;
  }
  .hero-contant h6::before, .hero-contant h6::after {
    display: none;
  }
  .hero-contant p {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    padding: 12px 0 20px;
  }
  .hero-contant span {
    font-size: 36px;
    line-height: 1.15;
  }
  .hero-thumb {
    margin-top: 20px;
  }
  .hero-thumb img {
    max-width: 90%;
  }
  .hero-thumb::before {
    display: none;
  }
  .hero-video-icon {
    margin-top: 16px;
  }
  .hero-video-icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .hero-video-icon a i {
    margin-left: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
  }
  .hero-video-icon a i::after {
    width: 64px;
    height: 64px;
    left: -8px;
    top: -8px;
  }
  .hero-video-icon a span {
    margin-left: 0;
  }
  h1.section-main-title {
    font-size: 20px;
    line-height: 1.3;
  }
  h1.section-main-title2 {
    font-size: 24px;
    line-height: 1.3;
  }
  h5.section-sub-title {
    font-size: 11px;
    padding: 8px 16px;
    line-height: 1.3;
  }
  h6.section-sub-title {
    font-size: 13px;
    margin-left: 0;
  }
  h6.section-sub-title::before, h6.section-sub-title::after {
    display: none;
  }
  .section-title {
    text-align: center;
  }
  .section-title.text-left {
    text-align: center;
    margin-bottom: 20px;
  }
  p.section-title-descr {
    width: 100%;
    padding: 12px 0 16px;
    font-size: 15px;
  }
  p.section-descr::before {
    display: none;
  }
  .feature-area {
    margin-top: 0;
    padding: 24px 16px;
  }
  .feature-box {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0;
  }
  .feature-sinble-single-box {
    padding: 16px 12px;
    text-align: center;
  }
  .feature-sinble-single-box h3 {
    font-size: 13px;
  }
  .feature-sinble-single-box p {
    font-size: 11px;
    line-height: 1.5;
  }
  .feature-sinble-single-box .feature-icon {
    margin-bottom: 12px;
  }
  .feature-sinble-single-box .feature-icon img {
    width: 36px;
    height: 36px;
  }
  .sservice-area {
    padding: 24px 0;
    margin: 12px;
    border-radius: 16px;
  }
  .service-single-box {
    min-height: auto;
    padding: 20px 16px;
    margin: 0 16px 12px;
    border-radius: 16px;
  }
  .service-single-box .service-icon {
    transform: scale(1.5) rotate(-45deg);
    opacity: 0.08;
  }
  h3.service-title {
    font-size: 17px;
    width: 100%;
    line-height: 1.3;
  }
  p.service-text {
    padding: 8px 0 16px;
    font-size: 13px;
    line-height: 1.6;
  }
  .service-btn a {
    font-size: 13px;
  }
  .service-btn i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .service-area.style-two {
    padding: 32px 0;
  }
  .service-area.style-two .section-title.text-center {
    margin-bottom: 32px;
  }
  .service-area.style-two .single-service-box {
    padding: 20px 16px;
    margin-bottom: 16px;
  }
  .service-area.style-two .service-icon {
    width: 60px;
    height: 60px;
  }
  .service-area.style-two .service-icon img {
    height: 36px;
  }
  .service-area.style-two .service-title {
    font-size: 17px;
  }
  .sservice-area.style-two {
    padding: 32px 0 24px;
    margin: 0 12px;
  }
  .sservice-area.style-two .single-service-box {
    padding: 0 0 24px;
    margin-bottom: 16px;
  }
  .sservice-area.style-two .service-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 16px;
    top: 35%;
  }
  .sservice-area.style-two .service-content {
    padding: 20px 16px 0;
  }
  .sservice-area.style-two h3.service-title {
    font-size: 17px;
  }
  .sservice-area.style-two p.service-text {
    padding: 8px 0 16px;
  }
  .our-service-section {
    padding: 32px 0 48px;
  }
  .our-service-section .single-service-box {
    padding: 20px 16px 80px;
    margin-bottom: 16px;
  }
  .our-service-section .service-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 12px;
  }
  .our-service-section h4.service-title {
    font-size: 17px;
  }
  .our-service-section h4.service-title::before {
    width: 60px;
  }
  .our-service-section p.service-desc {
    font-size: 13px;
    padding-top: 12px;
  }
  .our-service-section .service-thumb {
    bottom: -60px;
    left: 16px;
  }
  .our-service-section .service-thumb img {
    max-width: 150px;
  }
  .about-area {
    padding: 24px 0;
  }
  .about-area .section-title.text-left {
    margin-top: 16px;
    text-align: center;
  }
  .about-area.style-two {
    margin: 0;
  }
  .about-area.style-two .about-section-content {
    margin-left: 0;
    padding: 0 16px;
  }
  .about-thumb {
    margin-left: 0;
    padding: 0 16px;
  }
  .about-thumb img {
    width: 100%;
    border-radius: 16px;
  }
  h4.about-title {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    font-size: 13px;
    padding: 12px 16px;
  }
  .about-section {
    padding: 24px 0;
  }
  .about-section h6.section-sub-title {
    margin-left: 0;
  }
  .about-section h6.section-sub-title::before, .about-section h6.section-sub-title::after {
    display: none;
  }
  .about-section p.section-title-descr {
    width: 100%;
    padding: 12px 0;
  }
  .about-section .about-thumb {
    margin-bottom: 16px;
  }
  .about-section .about-contact {
    margin-left: 0;
    padding: 0 16px;
  }
  .about-tiltle h3 {
    font-size: 13px;
  }
  .about-us-content {
    margin-bottom: 20px;
    padding: 0 16px;
  }
  .about-us-shape2,
  .about2-us-shape {
    display: none;
  }
  .project-area {
    padding: 24px 0;
    overflow-x: hidden;
  }
  .project-area h1.section-main-title {
    font-size: 20px;
    padding: 0 16px;
  }
  .project-area.style-two, .project-area.styl-two {
    margin: 0;
  }
  .project-area.style-two h1.section-main-title, .project-area.styl-two h1.section-main-title {
    font-size: 20px;
  }
  .project-area.style-two h4.project-title a, .project-area.styl-two h4.project-title a {
    font-size: 15px;
    line-height: 1.4;
  }
  .project-area.style-two .project-section, .project-area.styl-two .project-section {
    margin: 0 16px;
  }
  .project-area.style-two .project-carousel, .project-area.styl-two .project-carousel {
    margin: 0;
  }
  .project-area.style-two .project-icon, .project-area.styl-two .project-icon {
    bottom: -35px;
  }
  .project-area.style-two .project-icon span, .project-area.styl-two .project-icon span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .project-area.style-two .owl-nav, .project-area.styl-two .owl-nav {
    display: none;
  }
  .project-area.style-two .project-bg-shape img, .project-area.styl-two .project-bg-shape img {
    width: 40%;
  }
  .project-area.style-three {
    padding: 32px 0 24px;
    margin: 0;
  }
  .project-area.style-three .project-single-box {
    padding: 24px 16px;
    margin: 0 0 16px;
  }
  .project-area.style-three .project-single-box.box-1::before, .project-area.style-three .project-single-box.box-1::after, .project-area.style-three .project-single-box.box-2::after, .project-area.style-three .project-single-box.box-3::after, .project-area.style-three .project-single-box.box-4::after {
    display: none;
  }
  .project-area.style-three .project-bg-shape1,
  .project-area.style-three .project-bg-shape2 {
    display: none;
  }
  .row.project {
    padding: 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .row.project::-webkit-scrollbar {
    display: none;
  }
  .row.project {
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    margin: 0;
  }
  .row.project > [class*=col-] {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: center;
    padding: 0;
  }
  .project-right {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
    padding: 0 16px;
  }
  .counter-area {
    padding: 16px 0;
  }
  .counter-area .counter-thumb {
    display: none;
  }
  .counter-area .counter-single-box {
    margin-bottom: 16px;
    text-align: center;
    padding: 16px;
  }
  .counter-area .counter-content h2 {
    font-size: 28px;
  }
  .counter-area .counter-content p {
    font-size: 13px;
  }
  .counter-area .row.counter-item {
    border-radius: 24px 24px 0 0;
    margin: 0 16px;
  }
  .case-studies-area {
    padding: 24px 0;
  }
  .case-studies-thumb {
    margin-top: 16px;
  }
  .case-studie-content {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
  .case-studies-icon {
    margin-right: 16px;
  }
  .case_study_menu {
    text-align: center;
    padding: 0 16px;
  }
  .case_study_menu ul li {
    padding: 12px 16px;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .case-study-content {
    left: 8px;
    width: calc(100% - 16px);
    padding: 16px;
  }
  .case-study-title h3 a {
    font-size: 15px;
    line-height: 1.4;
  }
  .pricing-area {
    padding: 24px 0;
  }
  .pricing-area .section-title.text-left {
    margin-bottom: 20px;
    text-align: center;
  }
  .pricing-area .premind-btn a {
    padding: 16px 20px;
  }
  .pricing-body {
    padding: 20px 16px;
    border-radius: 16px;
  }
  ul.pricing-list li {
    font-size: 13px;
    line-height: 2;
  }
  ul.pricing-list li i {
    font-size: 13px;
    margin-right: 8px;
  }
  .faq-area {
    padding: 24px 16px;
  }
  .faq-area.style-two h1.section-main-title {
    font-size: 20px;
  }
  .faq-area.style-two h6.section-sub-title {
    margin-left: 0;
  }
  .faq-area.style-two h6.section-sub-title::before, .faq-area.style-two h6.section-sub-title::after {
    display: none;
  }
  .faq-area.style-two .faq-thumb {
    right: 0;
  }
  .faq-area.style-two .faq-thumb img {
    width: 100%;
  }
  .faq-shape {
    display: none;
  }
  .faq-thumb img {
    width: 100%;
    border-radius: 16px;
  }
  .testimonial-area {
    margin: 12px;
    padding: 20px 12px;
    border-radius: 16px;
  }
  .testimonial-area h1.section-main-title {
    font-size: 20px;
  }
  .testimonial-area.style-two h3.testi-user-name span {
    display: block;
    margin-top: 8px;
  }
  .testimonial-area.style-two .testi-single-box {
    margin: 8px 0 16px;
    padding: 20px 16px;
  }
  .testimonial-area.style-two .testi-single-box::after {
    display: none;
  }
  .testimonial-area.style-two p.testi-desc {
    font-size: 15px;
  }
  .testimonial-area.style-two p.testi-desc::before {
    width: 100%;
    left: 0;
  }
  .testimonial-area.style-three .testi-single-box {
    text-align: center;
    display: block;
    padding: 20px 16px;
  }
  .testimonial-area.style-three .test-user-img {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .testimonial-area.style-four {
    padding: 20px 16px;
  }
  .testimonial-area.style-four h1.section-main-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .testimonial-area.style-four h6.section-sub-title {
    margin-left: 0;
  }
  .testimonial-area.style-four h6.section-sub-title::before, .testimonial-area.style-four h6.section-sub-title::after {
    display: none;
  }
  .testimonial-area.style-four .testi-thumb {
    margin-bottom: 16px;
  }
  .testimonial-area.style-four .testi-box {
    margin-left: 0;
    margin-bottom: 16px;
  }
  .testimonial-area.style-four .slide-shape {
    display: none;
  }
  .testimonial-area.style-four .testi-quote-icon::before {
    display: none;
  }
  .testi-single-box {
    padding: 20px 16px;
    border-radius: 16px;
  }
  .splide__arrows--ttb {
    display: none;
  }
  .team-area {
    padding: 24px 0;
  }
  .team-area .single-team-box {
    margin-bottom: 16px;
  }
  .team-area.style-two .team-social-icon {
    text-align: center;
  }
  .team-area.style-two .single-team-thumb::before, .team-area.style-two .single-team-thumb::after {
    display: none;
  }
  .team-area.style-two .team-social-icon ul li {
    margin: 0 8px;
  }
  .team-area.style-inner .single-team-thumb::after {
    display: none;
  }
  .team-area.style-inner .team-social-icon ul li {
    margin: 0 8px;
  }
  .team-details-area {
    padding: 24px 16px;
  }
  .team-details-area .team-thumb img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 16px;
  }
  .team-details-area .contact-info-box {
    padding: 20px 16px;
    gap: 12px;
    margin-bottom: 12px;
  }
  .team-details-area .contact-info-content h4 {
    font-size: 13px;
  }
  .team-details-area .contact-info-content p {
    font-size: 17px;
  }
  .team-details-area .team-details-location-box .contact-info-content p {
    font-size: 15px;
  }
  .working-process-bottom p, .working-process-bottom p span {
    text-align: center;
    padding-top: 16px;
    font-size: 15px;
  }
  .blog-area {
    padding: 24px 0;
  }
  .blog-area.style-two .blog-box-content {
    padding: 20px 16px;
  }
  .blog-area.style-two .single-blog-box {
    margin-bottom: 16px;
  }
  .blog-area.style-two .meta-blog a span {
    font-size: 11px;
  }
  .blog-area.style-two .meta-blog span i {
    margin-right: 4px;
  }
  .blog-area.style-two .meta-blog p {
    margin-left: 8px;
  }
  .blog-area.style-two .meta-blog p span {
    margin-right: 4px;
  }
  .blog-area.style-two .blog-box-content h3 a {
    font-size: 17px;
    line-height: 1.4;
  }
  .blog-area.style-grid .single-blog-box {
    padding: 20px 16px;
    margin-bottom: 16px;
  }
  .blog-area.style-grid .blog-box-content h3 a {
    font-size: 17px;
  }
  .blog-date {
    padding: 8px 12px;
    top: -5%;
    left: 16px;
  }
  .blog-date h4 span {
    margin-left: 20px;
    font-size: 11px;
  }
  .blog-date h4 span::before {
    width: 20%;
    left: -25%;
  }
  .blog-content {
    padding: 24px 16px 20px;
    border-radius: 16px;
  }
  h3.blog-title a {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 12px;
  }
  .blog-thumb-tow {
    float: none;
    margin-right: 0;
  }
  .blog-thumb-tow img {
    width: 100%;
    border-radius: 16px;
  }
  .blog-content-tow {
    padding: 20px 16px;
    margin-top: 16px;
  }
  h3.blog-title-two a {
    font-size: 17px;
    line-height: 1.4;
  }
  .blog-date-tow {
    padding: 8px 12px;
  }
  .blog-date-tow h4 span {
    margin-left: 16px;
  }
  .blog-date-tow h4 span::before {
    left: -12px;
  }
  h4.blog-details-title {
    font-size: 20px;
    margin: 12px 0;
    line-height: 1.3;
  }
  .blog-details-author-talk {
    padding: 20px 16px;
    margin: 16px 0;
    border-radius: 16px;
  }
  .blog-details-category span a {
    padding: 8px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 11px;
  }
  .blog-details-socila-box {
    padding: 16px;
    margin-top: 16px;
  }
  .blog-details-comment-reply {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 12px;
  }
  .widget-sidber {
    padding: 20px 16px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .widget-title h2 {
    font-size: 17px;
  }
  .widget-category ul li a {
    padding: 12px;
    font-size: 13px;
  }
  .widget-sidber-contact-btn a {
    padding: 16px 24px;
    font-size: 13px;
  }
  .sidber-widget-recent-post {
    gap: 12px;
  }
  .recent-widget-content a {
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
  }
  .widget-catefories-tags a {
    padding: 8px 16px;
    font-size: 11px;
    margin-bottom: 8px;
  }
  .services-details-area {
    padding: 32px 0;
  }
  .services-details-area .tab_container {
    margin-top: 32px;
  }
  .services-details-area .accordion li a {
    font-size: 15px;
    padding: 0 12px 0 16px;
  }
  .services-details-area .accordion li a span {
    font-size: 15px;
    line-height: 50px;
    margin-left: 12px;
  }
  .services-details-area .accordion li p {
    font-size: 13px;
    padding: 16px 0 12px 16px;
  }
  h4.services-details-title {
    font-size: 20px;
  }
  p.services-details-desc {
    font-size: 15px;
    margin-top: 16px;
  }
  .service-details-content h4 {
    font-size: 17px;
  }
  .service-details-content p {
    font-size: 15px;
  }
  .service-details-list li {
    font-size: 15px;
    line-height: 2;
  }
  .service-details-list li i {
    margin-right: 12px;
  }
  .service-det-content h3 {
    font-size: 17px;
    line-height: 1.4;
    margin: 20px 0 12px;
  }
  .service-details-icon-box {
    padding: 20px 16px;
    margin-bottom: 16px;
    border-radius: 16px;
  }
  .service-shape,
  .service-shape2,
  .service-shape3 {
    display: none;
  }
  .project-details-box {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .project-details-box h6 {
    font-size: 15px;
  }
  .contact-area {
    margin: 12px;
    padding: 24px 16px;
    border-radius: 20px;
  }
  .contact-area h1.section-main-title {
    font-size: 17px;
    line-height: 1.4;
  }
  .contact-area .section-title.text-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-area h5.section-sub-title {
    margin-bottom: 12px;
  }
  .form-field2 input {
    width: 100%;
    padding: 16px;
    font-size: 15px;
  }
  .address-area {
    margin: 12px;
    padding: 20px 16px;
    border-radius: 20px;
    text-align: center;
  }
  .address-area .address-box,
  .address-area .address-box2 {
    flex-direction: column;
    text-align: center;
    margin-bottom: 16px;
  }
  .address-area .address-icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .address-area .premind-btn {
    margin-top: 16px;
    width: 100%;
  }
  .address-area .premind-btn a {
    width: 100%;
    text-align: center;
  }
  .breadcumb-area {
    padding: 56px 0 24px;
  }
  .breadcumb-area h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  .hero-active .owl-prev,
  .hero-active .owl-next,
  .hero-active .swiper-prev,
  .hero-active .swiper-next {
    display: none;
  }
  .brand-area {
    margin: 0;
    padding: 16px 0;
  }
  .marquee-section {
    margin: 0;
    padding: 16px 0;
  }
  .content-box .title a i {
    margin-right: 12px;
    margin-left: 12px;
  }
  .premind-btn a,
  .premind-button a {
    padding: 16px 20px;
    font-size: 13px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
  }
  .premind-btn a:active,
  .premind-button a:active {
    opacity: 0.9;
  }
  .sservice-area,
  .contact-area,
  .testimonial-area,
  .address-area,
  .footer-area {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  html {
    font-size: 13px;
  }
  .hero-area {
    padding: 16px 12px;
  }
  .hero-contant h1 {
    font-size: 32px;
  }
  .hero-contant span {
    font-size: 20px;
  }
  .hero-contant p {
    font-size: 13px;
  }
  .feature-box {
    gap: 8px;
  }
  .feature-sinble-single-box {
    padding: 12px 8px;
  }
  .feature-sinble-single-box h3 {
    font-size: 11px;
  }
  .feature-sinble-single-box p {
    font-size: 10px;
  }
  .service-single-box {
    margin: 0 12px 8px;
    padding: 16px 12px;
  }
  h3.service-title {
    font-size: 15px;
  }
  h1.section-main-title {
    font-size: 17px;
  }
  h5.section-sub-title {
    font-size: 10px;
    padding: 4px 12px;
  }
  .row.project > [class*=col-] {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .footer-logo img {
    max-width: 120px;
  }
  .footer-social {
    gap: 8px;
  }
  .social-link {
    width: 36px;
    height: 36px;
  }
  .social-link i {
    font-size: 14px;
  }
  .premind-btn a,
  .premind-button a {
    padding: 12px 16px;
    font-size: 11px;
  }
  .counter-area .counter-content h2 {
    font-size: 24px;
  }
  .testi-single-box {
    padding: 16px 12px;
  }
  .contact-area h1.section-main-title {
    font-size: 15px;
  }
  .address-title h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) and (hover: none) {
  .service-single-box:hover,
  .project-single-box:hover,
  .testi-single-box:hover,
  .single-blog-box:hover {
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  html {
    scroll-behavior: smooth;
  }
  button,
  .premind-btn,
  .nav__link {
    user-select: none;
    -webkit-user-select: none;
  }
  img {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
  }
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .service-shape,
  .service-shape2,
  .service-shape3,
  .about-us-shape2,
  .about2-us-shape,
  .hero-thumb::before,
  .hero-left-side,
  .project-bg-shape1,
  .project-bg-shape2 {
    display: none !important;
  }
  input,
  textarea,
  select {
    font-size: 16px !important;
    -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
  }
  input:active,
  textarea:active,
  select:active {
    opacity: 0.9;
  }
  .service-single-box,
  .project-single-box,
  .single-blog-box,
  .testi-single-box,
  .feature-sinble-single-box {
    -webkit-tap-highlight-color: rgba(8, 75, 230, 0.1);
  }
  .service-single-box:active,
  .project-single-box:active,
  .single-blog-box:active,
  .testi-single-box:active,
  .feature-sinble-single-box:active {
    opacity: 0.9;
  }
  button,
  .btn,
  .premind-btn a {
    min-height: 44px;
  }
}
:root {
  --bs-blue: #1352e4;
}

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