/*

Softy Pinko

https://templatemo.com/tm-535-softy-pinko

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: system-ui, -apple-system, "Segoe UI", "Ubuntu", "Cantarell", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", "Ubuntu", "Cantarell", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

html[lang="ar"],
body.lang-ar {
  font-family: "IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", "Ubuntu", "Cantarell", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

:root {
  --iti-path-flags-1x: url("../vendor/intl-tel-input/img/flags.webp");
  --iti-path-flags-2x: url("../vendor/intl-tel-input/img/flags@2x.webp");
  --iti-path-globe-1x: url("../vendor/intl-tel-input/img/globe.webp");
  --iti-path-globe-2x: url("../vendor/intl-tel-input/img/globe@2x.webp");
  --accent-yellow: #edb84a;
  --accent-yellow-rgb: 237, 184, 74;
  --hero-overlay-color: 0, 0, 104;
  --hero-overlay-opacity: 0.0;
}

/* 
---------------------------------------------
theme
--------------------------------------------- 
*/
body {
  color: #1e1e1e;
  color-scheme: light;
}

body .header-area .main-nav {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(6px) saturate(140%);
  backdrop-filter: blur(6px) saturate(140%);
}

body .header-area .main-nav::before {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04) 45%, rgba(255, 255, 255, 0.1));
  opacity: 0.25;
}

body .header-area .main-nav .logo img {
  display: block;
  filter: none;
}

/* 
---------------------------------------------
language
--------------------------------------------- 
*/
body.lang-locked {
  overflow: hidden;
}

.language-gate {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 104, 0.85);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 10001;
  padding: 24px;
}

body.lang-locked .language-gate {
  display: flex;
}

.language-gate-card {
  background: #fff;
  color: #000068;
  border-radius: 18px;
  padding: 28px 32px;
  text-align: center;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.language-gate-card h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.language-gate-card p {
  color: #000068;
  margin-bottom: 16px;
}

.language-gate-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.lang-btn,
.lang-switch-btn {
  background: #000068;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.lang-btn:hover,
.lang-switch-btn:hover {
  background: #000068;
}

.lang-btn.is-active,
.lang-switch-btn.is-active {
  background: #000068;
}

body.lang-ar {
  direction: rtl;
  font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
}

body.lang-ar .header-area .main-nav .logo {
  float: none;
  margin-right: 0;
  margin-left: 0;
}

body.lang-ar .header-area .main-nav .nav {
  float: none;
  margin-left: 0;
  margin-right: 0;
  flex-direction: row;
  direction: rtl;
  flex-wrap: nowrap;
}

body.lang-ar .header-area .main-nav {
  flex-direction: row;
  direction: rtl;
  flex-wrap: nowrap;
}

body.lang-ar .header-area .main-nav .menu-trigger {
  right: auto;
  left: 40px;
}

body.lang-ar .header-area .main-nav .nav li a {
  text-align: right;
  white-space: nowrap;
}

body.lang-ar .lang-toggle {
  white-space: nowrap;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
}

.header-area .main-nav .nav li.submenu.lang-dropdown > a {
  color: #ffffff;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 140px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  padding: 8px 0;
  display: none;
  z-index: 1000;
}

.header-area .main-nav .nav li.submenu.open ul {
  display: block;
}

.header-area .main-nav .nav li.submenu ul li {
  padding: 0;
}

.header-area .main-nav .nav li.submenu ul li a {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  color: #1e1e1e;
  letter-spacing: 0.3px;
}

.header-area .main-nav .nav li.submenu ul li a:hover,
.header-area .main-nav .nav li.submenu ul li a.is-active {
  background: rgba(0, 0, 104, 0.12);
  color: #000068;
}

body.lang-ar .header-area .main-nav .nav li.submenu ul {
  left: auto;
  right: 0;
  text-align: right;
}

body.lang-ar .left-heading,
body.lang-ar .left-text,
body.lang-ar .contact-text {
  text-align: right;
}

body.lang-ar .contact-form input,
body.lang-ar .contact-form textarea {
  text-align: right;
}

body.lang-ar .contact-headline,
body.lang-ar .contact-subhead,
body.lang-ar .contact-list {
  text-align: right;
}

body.lang-ar .contact-hook {
  text-align: right;
  padding-right: 0;
  padding-left: 24px;
}

body.lang-ar .contact-list li {
  flex-direction: row;
  justify-content: flex-start;
}

body.lang-ar .contact-link {
  direction: ltr;
  unicode-bidi: bidi-override;
}

body.lang-ar .contact-icon {
  margin-left: 12px;
  margin-right: 0;
}

body.lang-ar .contact-list li:last-child .contact-list__text {
  direction: ltr;
  unicode-bidi: bidi-override;
  text-align: left;
}

body.lang-ar .welcome-area .header-text,
body.lang-ar .welcome-area .header-text h1,
body.lang-ar .welcome-area .header-text p {
  text-align: center;
}

body.lang-ar .welcome-area .header-text .main-button-slider {
  margin-inline: auto;
}

body.lang-ar .welcome-area .header-text .offset-xl-3,
body.lang-ar .welcome-area .header-text .offset-lg-2 {
  margin-left: 0 !important;
}

body.lang-ar .welcome-area .header-text .col-xl-6,
body.lang-ar .welcome-area .header-text .col-lg-8 {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.lang-ar .section.services .center-text,
body.lang-ar #testimonials .center-text,
body.lang-ar #blog .center-text {
  text-align: center;
}

body.lang-ar .section.services .center-text p,
body.lang-ar #testimonials .center-text p,
body.lang-ar #blog .center-text p {
  text-align: center;
}

body.lang-ar .section.services .offset-lg-3,
body.lang-ar #testimonials .offset-lg-3,
body.lang-ar #blog .offset-lg-3 {
  margin-left: auto;
  margin-right: auto;
}

.features-small-item .icon img,
.mini .mini-content .mini-box i img,
.team-item i img {
  filter: hue-rotate(190deg) saturate(0.65) brightness(0.9);
}

@media (max-width: 991px) {
  body .header-area .main-nav .lang-toggle {
    background: rgba(0, 0, 51, 0.06);
    border: 1px solid rgba(255, 182, 36, 0.45);
    color: #000033;
  }
  body .header-area .main-nav .lang-toggle .lang-label {
    color: inherit;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: static;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    padding: 0;
    display: none;
  }
  .header-area .main-nav .nav li.submenu ul.active,
  .header-area .main-nav .nav li.submenu.open ul {
    display: block;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    height: 50px;
    line-height: 50px;
  }
}

::selection {
  background: #000068;
  color: #fff;
}

::-moz-selection {
  background: #000068;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: rgba(0, 0, 104, 0.06);
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.services-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000068;
  margin-bottom: 12px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #000068;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 17px;
  font-weight: 900;
  border-radius: 40px;
  padding: 20px 30px;
  background-color: var(--accent-yellow) ;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: var(--accent-yellow) ;
  color: #000000;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: var(--accent-yellow) ;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #000068;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: var(--accent-yellow) ;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: var(--accent-yellow) ;
}

.quote-button {
  background-color: var(--accent-yellow) ;
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  text-transform: none;
  letter-spacing: 0.2px;
}

.quote-button:hover {
  background-color: var(--accent-yellow) ;
  color: #000000 !important;
}

.quote-button--hero {
  font-size: clamp(1rem, 1.2vw + 0.5rem, 1.25rem);
  padding-block: clamp(0.75rem, 1.8vh, 1.1rem);
  padding-inline: clamp(1.75rem, 4vw, 3rem);
  background-color: var(--accent-yellow) ;
  color: #000068 !important;
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  box-shadow: 0 0.625rem 1.375rem rgba(var(--accent-yellow-rgb), 0.35);
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  text-transform: none;
  letter-spacing: 0.02em;
}

.quote-button--hero:hover {
  background-color: var(--accent-yellow);
  color: #000068 !important;
  box-shadow: 0 0.875rem 1.75rem rgba(var(--accent-yellow-rgb), 0.55);
  transform: translateY(-0.0625rem);
}

.main-button-slider.quote-button--hero {
  text-transform: none;
}

.header-area .main-nav .nav li .quote-button {
  padding: 0 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 999px;
  color: #000000 !important;
}

.header-area .main-nav .nav li .quote-button:hover {
  color: #1e1e1e !important;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
  border-radius: 40px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  backdrop-filter: blur(12px) saturate(160%);
}

.header-area .main-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05) 45%, rgba(255, 255, 255, 0.12));
  opacity: 0.35;
  pointer-events: none;
}

.header-area .main-nav .logo {
  float: none;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 0;
  display: flex;
  align-items: center;
  height: 80px;
}

.header-area .main-nav .logo img {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: var(--accent-yellow) ;
}

.header-area .main-nav .nav li a.active {
  color: var(--accent-yellow) ;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  border: 0;
  background: transparent;
  padding: 0;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger:focus,
.header-area .main-nav .menu-trigger:active,
.header-area .main-nav .menu-trigger:focus-visible {
  outline: none;
  border: 0;
  box-shadow: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #ffffff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 0;
}

.header-area.header-sticky .nav {
  margin-top: 0 !important;
}

.header-area.header-sticky .nav li a {
  color: #ffffff;
}

.header-area.header-sticky .nav li a.active {
  color: var(--accent-yellow) ;
}

body .header-area.is-scrolled .main-nav .nav li a {
  color: #1e1e1e;
}

body .header-area.is-scrolled .main-nav .nav li a:hover,
body .header-area.is-scrolled .main-nav .nav li a.active {
  color: var(--accent-yellow) ;
}

body .header-area.is-scrolled .main-nav .menu-trigger span,
body .header-area.is-scrolled .main-nav .menu-trigger span:before,
body .header-area.is-scrolled .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

body .header-area.is-scrolled .main-nav .menu-trigger.active span {
  background-color: transparent;
}

body .header-area.is-scrolled .main-nav .menu-trigger.active span:before,
body .header-area.is-scrolled .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

body .header-area.is-scrolled .lang-toggle {
  color: #000033;
  border-color: rgba(255, 182, 36, 0.5);
  background: rgba(255, 255, 255, 0.78);
}

body .header-area.is-scrolled .lang-toggle:hover {
  background: #FFB624;
  color: #000033;
  border-color: #FFB624;
}

@media (max-width: 1200px) {
  .header-area .main-nav {
    border-radius: 999px;
  }
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 0 !important;
    margin-left: 0;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: visible;
    border-radius: 999px;
  }
  .header-area .main-nav .nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    float: none;
    width: 100%;
    margin-top: 0 !important;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 104, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
    padding: 8px 0;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    z-index: 120;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 0;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: transparent;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .header-area .main-nav .nav li a {
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 20px !important;
    border: none !important;
    background: transparent !important;
    color: #000068 !important;
    text-align: center;
  }
  .header-area .main-nav .nav li a:hover {
    background: rgba(0, 0, 104, 0.06) !important;
  }
  .header-area .main-nav .nav li a.active:not(.quote-button) {
    color: var(--accent-yellow) !important;
  }
  .header-area .main-nav .nav li a.quote-button {
    background: var(--accent-yellow) !important;
    color: #1e1e1e !important;
  }
  .header-area .main-nav .nav li a.quote-button:hover {
    background: var(--accent-yellow)  !important;
  }
  .header-area .main-nav .nav li.quote-cta {
    background: transparent;
    border-bottom: none;
    padding: 10px 16px !important;
  }
  .header-area .main-nav .nav li.quote-cta a.quote-button {
    display: block;
    width: 100%;
    height: auto !important;
    line-height: 1.2 !important;
    padding: 12px 18px !important;
    border-radius: 999px !important;
  }
}

@media (max-width: 991px) {
  body.lang-ar .header-area .main-nav .nav {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column-reverse;
  }
  body.lang-ar .header-area .main-nav .nav li a {
    text-align: center;
  }
  body.lang-ar .header-area .main-nav .menu-trigger {
    left: 40px;
    right: auto;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
  }
  .header-area .main-nav .nav li {
    display: flex;
    align-items: center;
  }
}

/* Make header menu links bold, exclude the quote button */
.header-area .main-nav .nav > li > a:not(.quote-button) {
  font-weight: 900;
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image:
    linear-gradient(135deg, rgba(var(--hero-overlay-color), var(--hero-overlay-opacity)), rgba(var(--hero-overlay-color), var(--hero-overlay-opacity))),
    url(../images/hero1.webp?v=3);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding-block: clamp(4rem, 12vh, 8rem);
  padding-inline: clamp(1rem, 6vw, 4rem);
  margin-block-end: clamp(2rem, 8vh, 6rem);
}

.welcome-area .header-text {
  position: relative;
  text-align: center;
  width: 100%;
}

.welcome-area .header-text h1 {
  font-weight: 500;
  font-size: clamp(1.25rem, 2.2vw + 0.5rem, 2.4rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: clamp(0.75rem, 2.5vh, 1.875rem);
  color: #fff;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: clamp(0.7rem, 0.9vw + 0.5rem, 0.87rem);
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.015em;
  margin-bottom: clamp(1rem, 3vh, 2.5rem);
  position: relative;
  max-width: min(60ch, 90%);
  margin-inline: auto;
}

@media (max-width: 767px) {
  .welcome-area .header-text h1 {
    font-size: clamp(1.55rem, 5vw + 0.5rem, 2.2rem);
  }

  .welcome-area .header-text p {
    font-size: clamp(0.88rem, 1.8vw + 0.45rem, 1.05rem);
  }

  .welcome-area .header-text .main-button-slider {
    padding-block: clamp(0.765rem, 1.836vh, 1.122rem);
    padding-inline: clamp(1.75rem, 4vw, 3rem);
    margin-top: clamp(1rem, 3.2vh, 2rem);
  }
}

/* 
---------------------------------------------
about
--------------------------------------------- 
*/
.about-media {
  display: flex;
  justify-content: center;
}

.about-media__frame {
  padding: 14px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(0, 0, 104, 0.12), rgba(var(--accent-yellow-rgb), 0.2));
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.about-media__img {
  display: block;
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.about-stat {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 14px 16px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.about-stat__value {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000068;
}

.about-stat__label {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #6e6e6e;
}

body.lang-ar .about-stats {
  direction: rtl;
}

.about-premium__panel {
  position: relative;
  padding: 52px 56px;
  border-radius: 28px;
  background-image: url(../images/image1.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.about-premium__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.78) 42%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}

.about-premium__content {
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: 520px;
}

.about-premium__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, 90%);
  opacity: 0.08;
  filter: saturate(0) contrast(1.05);
  pointer-events: none;
  z-index: 0;
}

.about-premium__line {
  display: block;
  width: 100px;
  height: 3px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: var(--accent-yellow) ;
  position: relative;
  z-index: 1;
}

.about-premium__kicker {
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #000068;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.about-premium__headline {
  font-size: 34px;
  font-weight: 800;
  color: #000068;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.about-premium__subhead {
  font-size: 18px;
  font-weight: 600;
  color: #000068;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.about-premium__body {
  max-width: none;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  position: relative;
  z-index: 1;
}

.about-premium__focus {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #000068;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.about-premium__mobile-break {
  display: none;
}

body.lang-ar .about-premium__kicker,
body.lang-ar .about-premium__focus {
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

body.lang-ar .about-premium__headline {
  font-size: 36px;
}

body.lang-ar .about-premium__subhead {
  font-size: 19px;
}

body.lang-ar .about-premium__body {
  font-size: 16px;
  line-height: 28px;
}

body.lang-ar .about-premium__focus {
  font-size: 14px;
}

body.lang-ar .about-premium__content {
  text-align: right;
  margin-left: auto;
}

body.lang-ar .about-premium__panel {
  background-image: url(../images/image2.jpg);
}

body.lang-ar .about-premium__line {
  margin-left: auto;
  margin-right: 0;
}

body.lang-ar .about-premium__panel::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.78) 42%, rgba(255, 255, 255, 0) 70%);
}

body.legal-page .header-area .main-nav .nav > li > a:not(.quote-button),
body.legal-page .header-area .main-nav .nav li a {
  color: #000000 !important;
}

body.legal-page .menu-trigger span {
  color: #000000 !important;
}

body.legal-page .lang-toggle {
  color: #000033;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 182, 36, 0.5);
}

.about-divider {
  padding: 30px 0 10px;
  text-align: center;
}

.about-divider .about-premium__line {
  margin: 0 auto 12px;
}

.about-divider__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #000068;
}

@media (max-width: 991px) {
  .about-media__img {
    max-width: 320px;
  }
  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-premium__panel {
    padding: 32px 28px;
    min-height: 420px;
    background-position: center;
  }
  .about-premium__content {
    max-width: 100%;
  }
  .about-premium__panel::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.2) 100%);
  }
  .about-premium__headline {
    font-size: 28px;
  }
  .about-premium__subhead {
    font-size: 16px;
  }
  .about-premium__body {
    font-size: 14px;
  }
  body.lang-ar .about-premium__headline {
    font-size: 30px;
  }
  body.lang-ar .about-premium__subhead {
    font-size: 17px;
  }
  body.lang-ar .about-premium__body {
    font-size: 15px;
    line-height: 26px;
  }
  body.lang-ar .about-premium__panel::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.2) 100%);
  }
}

@media (max-width: 575px) {
  .about-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .about-premium {
    margin-top: -6rem;
  }
  .about-premium__panel {
    background-position: center;
  }
  .about-premium__panel::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 62%, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0.35) 100%);
  }
  body.lang-ar .about-premium__panel::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 62%, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0.35) 100%);
  }
  .about-premium__mobile-break {
    display: block;
    height: 0;
  }
}

/* Tablet and mobile spacing handled via fluid units above */

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #000068;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #000068;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -220px;
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(135deg, rgba(0, 0, 104, 0.9), rgba(0, 0, 104, 0.78)), url(../images/work-process-bg.png);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: linear-gradient(135deg, rgba(0, 0, 104, 0.9), rgba(0, 0, 104, 0.8)), url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  filter: grayscale(100%) brightness(0.9);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  filter: grayscale(100%) brightness(0.9);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 104, 0.12);
  border-top: 1px solid rgba(var(--accent-yellow-rgb), 0.3);
  box-shadow: 20px 20px 60px rgba(0, 0, 104, 0.05);
  border-radius: 24px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  overflow: hidden;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 30px;
  font-size: 68px;
  line-height: 0.85;
  font-style: normal;
  font-family: "Georgia", "Times New Roman", serif;
  color: var(--accent-yellow) ;
  text-align: left;
  transform: translateY(-12px);
}

.team-item i img {
  display: none;
}

.team-item i::before {
  content: "❝";
}

.team-item .user-image {
  width: 46px;
  height: 46px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
  background: #000068;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team-item .user-initials {
  color: var(--accent-yellow) ;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.testimonial-tag {
  display: inline-block;
  margin: 6px 25px 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000068;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #000068;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
testimonials carousel
--------------------------------------------- 
*/
.testimonial-carousel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.testimonial-viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  border-radius: 20px;
}

.testimonial-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease;
  will-change: transform;
  align-items: stretch;
}

.testimonial-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  display: flex;
}

.testimonial-nav {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 104, 0.16);
  background: rgba(255, 255, 255, 0.75);
  color: #000068;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  backdrop-filter: blur(10px);
}

.testimonial-nav:hover {
  transform: translateY(-2px);
  background: var(--accent-yellow) ;
  border-color: var(--accent-yellow) ;
  color: #000068;
  box-shadow: 0 14px 28px rgba(0, 0, 104, 0.12);
}

.testimonial-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  background: transparent;
}

@media (max-width: 991px) {
  .testimonial-slide {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .testimonial-carousel {
    gap: 8px;
    padding: 0;
  }
  .testimonial-slide {
    flex-basis: 100%;
  }
  .testimonial-nav {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}

body.lang-ar .team-item .team-content {
  text-align: right;
}

body.lang-ar .team-item .user-image {
  margin-left: 0;
  margin-right: 25px;
  float: right;
}

body.lang-ar .team-item .team-content .team-info {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}

body.lang-ar .team-item:hover .team-content .team-info {
  margin-left: 0;
  margin-right: 30px;
}

body.lang-ar .testimonial-track {
  direction: ltr;
}

body.lang-ar .testimonial-slide {
  direction: rtl;
}

body.lang-ar .team-item i {
  margin-left: 0;
  margin-right: 25px;
  text-align: right;
}

body.lang-ar .testimonial-tag {
  margin-left: 0;
  margin-right: 25px;
  letter-spacing: 0;
  text-transform: none;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #000068;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #000068;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: left;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 104, 0.12);
  border-bottom-color: rgba(0, 0, 104, 0.18);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 104, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  height: 220px;
  background: #0f235c;
}

.blog-post-thumb .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-post-thumb:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 52px rgba(0, 0, 104, 0.08);
}

.blog-post-thumb:hover .img img {
  transform: scale(1.06);
}

.blog-post-thumb .blog-content {
  margin-top: 18px;
  padding-top: 0;
}

.blog-post-thumb .blog-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent-yellow) ;
  margin-bottom: 10px;
}

.blog-post-thumb h3 {
  margin-bottom: 14px !important;
}

.blog-post-thumb h3 a {
  font-weight: 700;
  font-size: 19px;
  color: #000068;
  letter-spacing: 0.25px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #000068;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 14px;
  color: #6b6b6b;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 18px;
}

.blog-post-thumb .text span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 78px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-yellow) ;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.blog-read-link:hover {
  color: #000068;
  transform: translateX(2px);
}

.blog-title__accent {
  color: #000068;
}

.blog-title__dot {
  color: var(--accent-yellow) ;
  margin-left: 6px;
}

.blog-carousel {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.blog-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}

.blog-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease;
  will-change: transform;
  align-items: stretch;
}

.blog-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  display: flex;
}

.blog-slide .blog-post-thumb {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.blog-post-thumb .blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-post-thumb .text {
  flex: 1;
}

.blog-read-link {
  margin-top: auto;
}

.blog-nav {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 104, 0.16);
  background: rgba(255, 255, 255, 0.8);
  color: #000068;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  backdrop-filter: blur(10px);
}

.blog-nav:hover {
  transform: translateY(-2px);
  background: var(--accent-yellow) ;
  border-color: var(--accent-yellow) ;
  color: #000068;
  box-shadow: 0 14px 28px rgba(0, 0, 104, 0.12);
}

.blog-list .blog-post-thumb {
  text-align: left;
}

@media (max-width: 991px) {
  .blog-post-thumb {
    padding: 16px;
  }
  .blog-post-thumb .img {
    height: 210px;
  }
  .blog-slide {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .blog-post-thumb .img {
    height: 200px;
  }
  .blog-carousel {
    gap: 8px;
  }
  .blog-slide {
    flex-basis: 100%;
  }
  .blog-nav {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}

/* 
---------------------------------------------
blog detail
--------------------------------------------- 
*/
.blog-detail-section {
  background: #f9faff;
  padding: 120px 0 90px;
}

.blog-detail-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 42px 44px;
  border: 1px solid rgba(0, 0, 104, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.blog-detail-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.blog-detail-date {
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.4px;
}

.blog-detail-title {
  color: #000068;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.blog-detail-image {
  border-radius: 22px;
  overflow: hidden;
  background: #0f235c;
  margin: 0 0 26px 0;
}

.blog-detail-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.blog-detail-content {
  font-size: 16px;
  line-height: 28px;
  color: #5f5f5f;
}

.blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000068;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 24px;
}

.blog-back-link:hover {
  color: var(--accent-yellow) ;
}

.blog-detail-card--empty {
  text-align: center;
}

.blog-detail-card--empty p {
  margin-bottom: 24px;
  color: #6b6b6b;
}

@media (max-width: 991px) {
  .blog-detail-card {
    padding: 34px 28px;
  }
}

@media (max-width: 767px) {
  .blog-detail-section {
    padding: 110px 0 80px;
  }
  .blog-detail-card {
    padding: 28px 22px;
  }
  .blog-detail-image img {
    height: 240px;
  }
}

/* 
---------------------------------------------
privacy policy
--------------------------------------------- 
*/
.privacy-policy-section {
  background: #f9faff;
  padding: 120px 0 100px;
}

.privacy-policy-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 50px 48px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

body.legal-page .privacy-policy-card {
  direction: ltr;
  text-align: left;
}

.privacy-policy-card a[data-custom-class='link'] {
  color: #000068 !important;
}

.privacy-policy-card a[data-custom-class='link']:hover {
  color: var(--accent-yellow)  !important;
}

@media (max-width: 991px) {
  .privacy-policy-card {
    padding: 36px 28px;
  }
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 130px 0 110px;
  background: #f9faff;
  position: relative;
  overflow: hidden;
}

#contact-us .container {
  position: relative;
  z-index: 1;
}

.contact-hook {
  position: relative;
  padding-right: 10px;
}

.contact-hook::before {
  content: "";
  position: absolute;
  inset: -30px -20px -30px -30px;
  background:
    radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.06), transparent 45%),
    radial-gradient(circle at 70% 10%, rgba(0, 0, 0, 0.05), transparent 40%),
    radial-gradient(circle at 40% 70%, rgba(0, 0, 0, 0.04), transparent 50%);
  opacity: 0.6;
  pointer-events: none;
}

.contact-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 700;
  color: var(--accent-yellow) ;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.contact-headline {
  font-size: 34px;
  font-weight: 800;
  color: #000068;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.contact-subhead {
  font-size: 15px;
  line-height: 26px;
  color: #4f4f4f;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #000068;
  font-size: 14px;
  line-height: 22px;
}

.contact-icon {
  color: var(--accent-yellow) ;
  font-size: 18px;
  line-height: 1;
  margin-top: 3px;
}

.contact-link {
  color: #000068;
  text-decoration: none;
  font-weight: 600;
}

.contact-link:hover {
  color: #000068;
  text-decoration: underline;
}

.contact-form-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

.contact-form-card .contact-form input,
.contact-form-card .contact-form textarea {
  color: #1e1e1e;
  font-size: 14px;
  border: 2px solid #e3e7f3;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 22px;
  background: #f4f4f4;
}

.contact-form-card .contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form-card .form-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000068;
  margin: 0 0 8px 6px;
}

.contact-form-card .contact-form input:focus,
.contact-form-card .contact-form textarea:focus {
  border-color: #000068;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(0, 0, 104, 0.12);
}

.contact-form-card .main-button {
  width: 100%;
  padding: 16px 24px;
  border-radius: 18px;
  background: var(--accent-yellow) ;
  color: #000068;
  font-weight: 700;
  text-transform: none;
}

.contact-form-card .main-button:hover {
  background: var(--accent-yellow);
  color: #000068;
}

body.lang-ar .contact-eyebrow {
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 991px) {
  .contact-form-card {
    padding: 36px 28px;
    margin-top: 24px;
  }

  .contact-headline {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  #contact-us {
    padding: 110px 0 90px;
  }

  .contact-hook {
    padding-right: 0;
    margin-bottom: 24px;
  }

  body.lang-ar .contact-hook {
    padding-left: 0;
  }

  .contact-hook::before {
    inset: -20px -12px;
  }

  .contact-headline {
    font-size: 24px;
  }

  .contact-subhead {
    font-size: 14px;
  }

  .contact-list {
    gap: 12px;
  }

  .contact-form-card {
    padding: 28px 22px;
  }
}

.required-asterisk {
  color: var(--accent-yellow) ;
  margin-left: 2px;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.phone-group {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  align-items: center;
}

.phone-country {
  min-width: 120px;
  padding-left: 12px;
  font-size: 13px;
  text-align: left;
}

@media (max-width: 767px) {
  .phone-group {
    grid-template-columns: 1fr;
  }
}

.iti {
  width: 100%;
}

.quote-form .iti {
  display: block;
  width: 100%;
}

.quote-form .iti input.iti__tel-input,
.quote-form .iti input.iti__tel-input[type=tel],
.quote-form .iti input.iti__tel-input[type=text] {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px !important;
}

.quote-form .iti input.iti__tel-input::placeholder,
.quote-form .iti input.iti__tel-input[type=tel]::placeholder,
.quote-form .iti input.iti__tel-input[type=text]::placeholder {
  line-height: 50px;
}

.iti__selected-flag {
  padding: 0 12px 0 12px;
}

.iti__flag {
  background-image: var(--iti-path-flags-1x);
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
}

.iti__country-list {
  z-index: 10003;
  max-height: 240px;
  overflow-y: auto;
}

.iti--container {
  z-index: 10006 !important;
}

@media (max-width: 767px) {
  .quote-modal__dialog {
    overflow: visible;
  }
  .iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 10008;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    margin-top: -6px;
  }
  .iti-dropup .iti__dropdown-content {
    top: auto !important;
    bottom: calc(100% + 6px);
  }
}

.iti__search-input {
  display: none;
}

.contact-form input,
.contact-form textarea,
.quote-form input,
.quote-form textarea,
.quote-form select {
  caret-color: #000068;
}

.contact-form input:focus,
.contact-form textarea:focus,
.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus {
  border-color: var(--accent-yellow) ;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

.quote-form select {
  cursor: pointer;
}

.contact-form input,
.contact-form textarea,
.quote-form input,
.quote-form textarea {
  cursor: text;
}

.quote-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 10002;
}

.quote-modal.is-open {
  display: flex;
}

.quote-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
}

.quote-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  border: 1px solid #eee;
}

.quote-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.75);
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-modal__close::before,
.quote-modal__close::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #1e1e1e;
  border-radius: 2px;
}

.quote-modal__close::before {
  transform: rotate(45deg);
}

.quote-modal__close::after {
  transform: rotate(-45deg);
}

.quote-modal__close:focus-visible {
  outline: 2px solid var(--accent-yellow) ;
  outline-offset: 2px;
}

.quote-modal__close:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.form-loader {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10005;
}

.form-loader.is-open {
  display: flex;
}

.form-loader__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
}

.form-loader__card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.form-loader__spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--accent-yellow) ;
  animation: form-spin 0.8s linear infinite;
}

.form-loader__text {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #1e1e1e;
  text-transform: uppercase;
}

@keyframes form-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.quote-form {
  margin-top: 20px;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
  background: #fff;
}

.quote-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.quote-form .main-button.quote-button {
  width: 100%;
  padding: 16px 20px;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: none;
  font-weight: 800;
  border-radius: 999px;
}

.quote-form select {
  padding-right: 40px;
  background-image: linear-gradient(45deg, transparent 50%, #000068 50%), linear-gradient(135deg, #000068 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.form-message {
  margin-bottom: 22px;
  padding: 12px 18px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 20px;
}

.form-message--success {
  background: var(--accent-yellow);
  border: 1px solid var(--accent-yellow) ;
  color: #000068;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  font-weight: 700;
}

.form-message--error {
  background: rgba(176, 0, 32, 0.12);
  border: 1px solid rgba(176, 0, 32, 0.28);
  color: #1e1e1e;
}

.form-message__title {
  display: block;
  font-weight: 700;
}

.form-message__detail {
  display: block;
  margin-top: 4px;
  color: #7a7a7a;
  font-weight: 400;
}

.form-message--inline {
  margin-bottom: 14px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-image: linear-gradient(127deg, #000068 0%, #000068 91%);
  padding-top: 30px;
}

.footer-logo {
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: #000068;
   text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentColor;
}

footer .social li a:hover {
  background-color: var(--accent-yellow) ;
  color: #000068;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.2);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.footer-links {
  text-align: center;
  padding-bottom: 28px;
  font-size: 11px;
  letter-spacing: 0.6px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin: 0 8px;
}

.footer-link:hover {
  color: var(--accent-yellow) ;
}

.footer-divider {
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  footer {
    padding-top: 24px;
  }
  .footer-logo {
    font-size: 18px;
    letter-spacing: 1px;
  }
  footer .social li {
    margin: 0 6px;
  }
  .footer-links {
    padding-bottom: 20px;
  }
  .footer-divider {
    margin: 0 4px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #000068 0%, #000068 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 5. BUTTON ADJUSTMENTS */
.welcome-area .header-text .main-button-slider {
  font-size: clamp(1rem, 1.2vw + 0.5rem, 1.25rem);
  padding-block: clamp(0.75rem, 1.8vh, 1.1rem);
  padding-inline: clamp(1.75rem, 4vw, 3rem);
  top: auto;
  display: inline-block;
  margin-top: clamp(0.75rem, 2vh, 1.5rem);
  position: relative;
  border-radius: 999rem;
  letter-spacing: 0.04em;
}

@media (min-width: 992px) {
  .welcome-area .header-text .main-button-slider {
    font-size: clamp(1.06rem, 1.25vw + 0.58rem, 1.44rem);
    padding-block: clamp(1.06rem, 2.5vh, 1.54rem);
    padding-inline: clamp(1.68rem, 3.07vw, 2.4rem);
  }
}

/* services cards */
.services .services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
}

.services .services-grid .flip-card {
  flex: 0 1 calc(28% - 16px);
}

.flip-card {
  perspective: 1200px;
}

.flip-card-inner {
  position: relative;
  min-height: 240px;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

@media (min-width: 992px) {
  .flip-card-inner {
    aspect-ratio: 1 / 1;
  }
}

.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner,
.flip-card:focus-within .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(0);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(0, 0, 104, 0.14) 100%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.flip-card-front {
  justify-content: center;
}

.flip-card-front *,
.flip-card-back * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #000068 0%, #000068 60%, #000068 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18),
              inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.flip-card-icon img {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.flip-card-icon i {
  position: relative;
  z-index: 2;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.flip-card-icon::before {
  content: "";
  position: absolute;
  inset: -8px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), transparent 45%);
  opacity: 0.7;
}

.flip-card-icon::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.45);
  opacity: 0.6;
}

.flip-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 12px;
}

.flip-card p {
  font-size: 13px;
  color: #000068;
  line-height: 22px;
}

.flip-card-list {
  list-style: none;
  padding: 0;
  margin: 8px auto 0;
  display: inline-block;
  text-align: left;
  color: #000068;
  font-size: 15px;
  line-height: 24px;
}

.flip-card-list li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}

.flip-card-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #000068;
}

.flip-card-back .service-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 999px;
}

.flip-card-back .service-cta.quote-button {
  text-transform: none;
  letter-spacing: 0.2px;
}

body.lang-ar .flip-card-back .service-cta {
  letter-spacing: 0;
}

body.lang-ar .flip-card-list,
html[dir="rtl"] .flip-card-list {
  text-align: right;
}

body.lang-ar .flip-card-list li,
html[dir="rtl"] .flip-card-list li {
  padding-left: 0;
  padding-right: 14px;
}

body.lang-ar .flip-card-list li::before,
html[dir="rtl"] .flip-card-list li::before {
  left: auto;
  right: 0;
  content: "‹";
  direction: ltr;
  unicode-bidi: bidi-override;
}

.flip-hint {
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000068;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.25s ease;
}

.flip-card:hover .flip-hint {
  transform: translateX(6px);
}

.flip-card {
  transition: transform 0.25s ease;
}

.flip-card:hover {
  transform: translateY(-6px);
}

@media (max-width: 1200px) {
  .services .services-grid .flip-card {
    flex-basis: calc(44% - 12px);
  }
}

@media (max-width: 767px) {
  .flip-card:hover:not(.is-flipped) .flip-card-inner,
  .flip-card:focus-within:not(.is-flipped) .flip-card-inner {
    transform: none;
  }
  .flip-card.is-flipped .flip-card-inner {
    transform: rotateY(180deg);
  }

  .services .services-grid .flip-card {
    flex-basis: 90%;
    max-width: 90%;
    margin-inline: auto;
  }
  .flip-card-inner {
    min-height: 300px;
  }
  .flip-card-front,
  .flip-card-back {
    padding: 18px;
  }
  .flip-card-back {
    padding: 16px 14px 20px;
  }
  .flip-card-list {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
  }
  .flip-card-back .service-cta {
    margin-top: 12px;
    padding: 11px 22px;
  }
}

.services {
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .services {
    padding-top: -20px;
  }
}

@media (max-width: 767px) {
  .services {
    padding-top: -4rem;
  }
}

@media (min-width: 992px) {
}

/* modern counter band */
.counter.counter-band {
  position: relative;
  padding: 70px 0 60px;
  background: linear-gradient(135deg, #000068 0%, #00003a 100%);
  overflow: hidden;
}

.counter.counter-band:before {
  display: none;
}

.counter.counter-band .content {
  position: relative;
  z-index: 2;
}

.counter.counter-band .content .count-item {
  height: auto;
  float: none;
  width: 100%;
}

.counter.counter-band .count-item.decoration-bottom:after,
.counter.counter-band .count-item.decoration-top:after,
.counter.counter-band .count-item:before,
.counter.counter-band .count-item:after {
  display: none;
}

.counter-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.counter-orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  opacity: 0.35;
  filter: blur(0.5px);
  animation: counterFloat 12s ease-in-out infinite;
}

.counter-orb.orb-1 {
  width: 280px;
  height: 280px;
  top: -80px;
  left: -60px;
}

.counter-orb.orb-2 {
  width: 220px;
  height: 220px;
  bottom: -60px;
  right: -40px;
  animation-delay: -4s;
}

.counter-orb.orb-3 {
  width: 160px;
  height: 160px;
  top: 40%;
  right: 25%;
  animation-delay: -7s;
}

@keyframes counterFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

.counter-heading {
  text-align: center;
  margin-bottom: 30px;
}

.counter-heading h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.counter-heading p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  margin: 0;
}

.counter-bar {
  margin: 20px auto 0;
  max-width: 980px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.28), 0 20px 50px rgba(0, 0, 104, 0.5);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
}

.counter-bar__item {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.counter-bar__item strong {
  display: block;
  color: var(--accent-yellow) ;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.counter-bar__item span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.counter-bar__divider {
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  flex: none;
}

.counter-card {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  padding: 12px 12px;
  text-align: center;
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.counter-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.25);
}

.counter-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: var(--accent-yellow) ;
  font-size: 26px;
}

.counter-card strong {
  display: block;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 6px;
}

.counter-card span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .counter.counter-band {
    padding: 60px 0 50px;
  }
  .counter-heading h2 {
    font-size: 24px;
  }
  .counter-bar {
    border-radius: 26px;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
  }
  .counter-bar__divider {
    width: 100%;
    height: 1px;
  }
  .counter-bar__item strong {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .counter.counter-band {
    padding: 50px 0 40px;
  }
  .counter-heading h2 {
    font-size: 22px;
  }
  .counter-bar {
    padding: 20px;
  }
  .counter-bar__item strong {
    font-size: 34px;
  }
}

.section.services {
  padding-top: 40px;
  background: #f4f6fc;
}

@media (max-width: 1024px) {
  .section.services {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .section.services {
    padding-top: 10px;
  }
}

.lang-toggle-wrap {
  display: flex;
  align-items: center;
}

.lang-toggle {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 182, 36, 0.4);
  border-radius: 20px;
  font-family: "Cairo", "IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", "Ubuntu", "Cantarell", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  height: 40px;
  padding: 0 18px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.lang-toggle:hover,
.lang-toggle:focus-visible {
  background: #FFB624;
  color: #000033;
  border-color: #FFB624;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 182, 36, 0.3);
}

.lang-toggle:focus-visible {
  outline: 2px solid rgba(255, 182, 36, 0.45);
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .lang-toggle-wrap {
    justify-content: center;
    padding: 8px 0;
    width: 100%;
  }
  .lang-toggle {
    font-size: 0.86rem;
    height: auto;
    min-height: 34px;
    padding: 5px 12px;
    border-radius: 999px;
  }
}

.lang-label {
  font-size: 1em;
  letter-spacing: 0;
  transition: opacity 0.2s ease;
  display: none;
  line-height: 1;
}

.lang-label-divider {
  opacity: 0.6;
  display: none;
}

.lang-toggle.lang-target-ar {
  direction: rtl;
}

.lang-toggle.lang-target-en {
  direction: ltr;
}

.lang-toggle.lang-target-ar .lang-label-ar {
  display: inline;
  opacity: 1;
  font-weight: 700;
}

.lang-toggle.lang-target-ar .lang-label-en {
  display: none;
}

.lang-toggle.lang-target-en .lang-label-en {
  display: inline;
  opacity: 1;
  font-weight: 700;
}

.lang-toggle.lang-target-en .lang-label-ar {
  display: none;
}
.testimonial-slide .team-item {
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-slide .team-item .team-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-slide .team-item .team-content p {
  flex: 1;
}

/* Strong mobile override removed in favor of fluid hero sizing */

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 74px;
  height: 46px;
  border-radius: 999px;
  background: #25D366;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: #ffffff;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #20bf5a;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
}

@media (max-width: 575px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 66px;
    height: 42px;
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}
