/*-------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
*/
/* ======= variables ======= */
/* ======= font-sizes ======= */
:root {
  --nav-height: 100px;
  --body-font-size: 16px;
  --h1-font-size: 45px;
  --h2-font-size: 35px;
  --h3-font-size: 20px;
  --h4-font-size: 18px;
  --h5-font-size: 16px;
  --h6-font-size: 14px;
  --nav-links-font-size: 18px;
  --footer-links-font-size: 16px;
  --parag-font-size: 18px;
  --btn-font-size: 18px;
  --menu-links-font-size: 40px;
  --swiper-pagination-top: 75%;
  --font-size-14: 14px;
  --font-size-13: 13px;
  --font-size-12: 12px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-47: 47px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-25: 25px;
  --font-size-32: 32px; }
  @media (max-width: 1199.9px) {
    :root {
      --nav-height: 75px;
      --nav-links-font-size: 16px;
      --h1-font-size: 32px;
      --h2-font-size: 28px;
      --parag-font-size: 16px;
      --btn-font-size: 16px;
      --h3-font-size: 18px;
      --footer-links-font-size: 14px; } }

/* ======= colors======= */
/* ========================================== 
                 Animations 
 ========================================== */
@keyframes shimmer {
  0% {
    background-position: -450px 0; }
  100% {
    background-position: 450px 0; } }

@keyframes shine {
  to {
    background-position: right -40px top 0; } }

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

@keyframes rotateWithTranslate {
  from {
    transform: translate(50%, -50%) rotate(0deg); }
  to {
    transform: translate(50%, -50%) rotate(360deg); } }

/* start ripple animation */
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

/* start one-animated animation */
@keyframes one-animated {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2); }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2); }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; } }

@keyframes small-move {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(2px); } }

@keyframes small-move-reverse {
  from {
    transform: translateX(0) scale(-1, 1); }
  to {
    transform: translateX(-2px) scale(-1, 1); } }

@keyframes leftRight {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(30px, 0); }
  100% {
    transform: translate(0px, 0px); } }

@keyframes rightLeft {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(-30px, 0); }
  100% {
    transform: translate(0px, 0px); } }

@keyframes rotateWithTranslateAr {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes go-up-and-down {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); } }

/* ========================================== 
                 Base styles 
 ========================================== */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

:root {
  color-scheme: light; }

html[lang='ar'] {
  text-align: right;
  direction: rtl; }
  html[lang='ar'] input[type='tel'] {
    direction: rtl; }

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

button {
  border: 0;
  outline: 0;
  background-color: transparent; }

body {
  font-size: var(--body-font-size);
  color: #000;
  line-height: 1.8em;
  font-weight: 400;
  background-color: #fff !important;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  color: #333333 !important; }
  body main {
    flex: 1; }

a {
  text-decoration: none; }

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

.dropdown-menu.show {
  position: absolute; }

.svg-transition path {
  transition: all 0.3s ease-in-out; }

.primary-text {
  color: #479ebb; }

.upper-case {
  text-transform: uppercase; }

.text-black {
  color: #000; }

.text-off-white {
  color: #f6f6f6; }

.text-light-color {
  color: #666666; }

.text-primary-color {
  color: #479ebb; }

@media (prefers-color-scheme: dark) {
  body {
    background-color: #fff !important;
    color: #333333 !important; } }

/* ========================================== 
                 Typography styles 
 ========================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  position: relative;
  font-weight: 600;
  margin: 0;
  background: none;
  color: #333333; }

p {
  font-weight: 400;
  font-size: var(--parag-font-size);
  line-height: 1.7;
  margin-bottom: 0;
  color: #666666; }

h1,
.h1 {
  font-size: var(--h1-font-size);
  line-height: 1.4; }

h2,
.h2 {
  font-size: var(--h2-font-size); }

h3,
.h3 {
  font-size: var(--h3-font-size); }

h4,
.h4 {
  font-size: var(--h4-font-size); }

h5,
.h5 {
  font-size: var(--h5-font-size); }

h6,
.h6 {
  font-size: var(--h6-font-size); }

/* ========================================== 
                 important styles 
 ========================================== */
.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

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

.section-padding {
  padding: 40px 0; }
  @media (max-width: 1199.9px) {
    .section-padding {
      padding: 30px 0; } }
  @media (max-width: 991.9px) {
    .section-padding {
      padding: 20px 0; } }

.cta-wrap {
  margin-top: 30px; }

.flex-v-h-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-v-center-h-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

a {
  transition: all 0.3s ease-in-out; }

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

/* Track */
::-webkit-scrollbar-track {
  border-radius: 20px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(9, 40, 61, 0.5);
  border-radius: 10px;
  transition: all 0.3s ease-in-out; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #479ebb; }

.text-bold.text-bold {
  font-weight: 700; }

.sections-head {
  margin-bottom: 80px; }
  @media (max-width: 767.9px) {
    .sections-head {
      margin-bottom: 20px; } }

.underlined-on-hover:hover {
  text-decoration: underline; }

/***
====================================================================
navbar
====================================================================
***/
.navbar {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  padding: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  top: -100px;
  transition: top 0.5s ease;
  z-index: 999; }
  .navbar.visible {
    top: 0; }
  .navbar-container {
    flex: 1;
    padding-block: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991.9px) {
      .navbar-container {
        padding-block: 16px; } }
  .navbar-links {
    flex: 1;
    display: flex;
    justify-content: center; }
    .navbar-links ul {
      display: flex;
      align-items: center;
      gap: 40px; }
    .navbar-links a {
      color: #333333;
      font-weight: 500;
      font-size: var(--nav-links-font-size); }
      .navbar-links a:hover {
        color: #479ebb; }
  .navbar-logo {
    height: 41px;
    width: 150px;
    overflow: hidden; }
    @media (max-width: 1199.9px) {
      .navbar-logo {
        height: 31px;
        width: 115px; } }
  .navbar-cta-with-lang {
    display: flex;
    gap: 24px;
    align-items: center; }
    .navbar-cta-with-lang .navbar-change-lang {
      text-transform: capitalize;
      color: #333333;
      font-weight: 500;
      font-size: var(--nav-links-font-size); }
      .navbar-cta-with-lang .navbar-change-lang:hover {
        color: #479ebb; }

.navbar-menu-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  outline: none; }
  @media (max-width: 991.9px) {
    .navbar-menu-toggler {
      display: inline-flex; } }

.sider {
  position: fixed;
  background-color: #fff;
  height: 100%;
  padding-block: 20px;
  width: 250px;
  position: fixed;
  top: 0;
  inset-inline-start: -300px;
  overflow-x: hidden;
  transition: 0.3s;
  z-index: 2; }
  .sider-top-wrap ul a {
    padding: 10px 10px;
    display: block;
    text-transform: capitalize;
    color: #333333;
    font-weight: 500;
    font-size: var(--nav-links-font-size);
    border-bottom: 1px solid rgba(9, 40, 61, 0.06);
    text-align: center; }
    .sider-top-wrap ul a:hover {
      color: #479ebb; }
  .sider.active {
    inset-inline-start: 0;
    z-index: 2; }
  .sider-inner-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .sider-bottom-wrap {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .sider-bottom-wrap .cta {
      padding-block: 5px; }

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1; }
  .overlay.active {
    display: block; }

.social-list {
  display: flex;
  justify-content: center;
  gap: 8px; }
  .social-list a {
    display: flex;
    align-items: center;
    justify-content: center; }
    .social-list a path {
      transition: all 0.3s ease-in-out; }
    .social-list a:hover path {
      fill: #479ebb; }

/***
====================================================================
footer
====================================================================
***/
.footer {
  background-color: #09283d; }
  @media (max-width: 991.9px) {
    .footer {
      padding: 0 12px; } }
  .footer-inner {
    padding: 40px 0; }
  .footer-logo-social .social-list {
    margin-top: 24px;
    justify-content: flex-start; }
    .footer-logo-social .social-list path {
      fill: #fff; }
    .footer-logo-social .social-list:hover path {
      fill: #479ebb; }
  .footer-links-wrap h3 {
    color: #fff; }
  .footer-links-wrap ul {
    margin-top: 10px; }
  .footer-links-wrap a,
  .footer-links-wrap li {
    display: block;
    color: #f6f6f6;
    font-weight: 300;
    font-size: var(--footer-links-font-size);
    margin-bottom: 10px; }
    .footer-links-wrap a:hover,
    .footer-links-wrap li:hover {
      color: #479ebb; }
  .footer-bottom {
    padding: 6px;
    background-color: #2a3d4f; }
    .footer-bottom p {
      color: #fff;
      text-align: center;
      font-size: var(--footer-links-font-size); }

.custom-btn {
  color: #fff;
  padding: 12px 18px;
  background: #479ebb;
  border-radius: 4px;
  font-size: var(--btn-font-size);
  border: 1px solid #479ebb;
  font-weight: 500; }
  .custom-btn:hover {
    background-color: #fff;
    border: 1px solid #479ebb;
    color: #479ebb; }
  @media (max-width: 1199.9px) {
    .custom-btn {
      padding: 8px 12px; } }

.hero .row {
  padding-top: 120px;
  padding-bottom: 50px;
  min-height: 100vh;
  align-items: center; }

@media (max-width: 991.9px) {
  .hero-content {
    text-align: center; } }

.hero-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }

.hero-image {
  max-height: 485px;
  max-width: 520px; }
  @media (max-width: 1199.9px) {
    .hero-image {
      margin-bottom: 40px;
      max-height: 283px;
      max-width: 398px; } }

.about-us {
  padding: 60px 0;
  background: linear-gradient(260.91deg, #12273b 3.82%, #00a1bf 95.83%);
  text-align: center;
  position: relative; }
  @media (max-width: 1199.9px) {
    .about-us {
      padding: 24px 0; } }
  .about-us-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .about-us-inner {
    position: relative;
    z-index: 100; }

.services {
  padding: 100px 0; }
  .services-top {
    text-align: center;
    margin-bottom: 50px; }
  .services-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap; }
    .services-tabs .nav-link {
      font-weight: 500;
      padding: 8px 18px;
      color: #479ebb;
      border: 1px solid #479ebb; }
      @media (max-width: 1199.9px) {
        .services-tabs .nav-link {
          padding: 8px 14px; } }
      .services-tabs .nav-link.active {
        color: #fff;
        background-color: #479ebb; }
  .services-tab-content {
    margin-top: 80px;
    align-items: center; }
    @media (max-width: 991.9px) {
      .services-tab-content-texts {
        text-align: center; } }
    .services-tab-content-image {
      display: flex;
      justify-content: center;
      align-items: center; }
      .services-tab-content-image .image-wrapper {
        max-height: 490px;
        max-width: 460px;
        overflow: hidden; }
      @media (max-width: 1199.9px) {
        .services-tab-content-image {
          margin-bottom: 48px; }
          .services-tab-content-image .image-wrapper {
            max-height: 374px;
            max-width: 350px; } }

.left-pane {
  animation: slideOutLeft 0.5s forwards; }

.right-pane {
  animation: slideOutRight 0.5s forwards; }

.left-pane.active,
.right-pane.active {
  animation: slideIn 0.5s forwards; }

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(-100%);
    opacity: 0; } }

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(100%);
    opacity: 0; } }

@keyframes slideIn {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

.solutions-card {
  padding: 16px;
  background: #fff;
  box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.08), inset 2px 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 8px; }
  .solutions-card-icon-with-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px; }
  .solutions-card-body h3 {
    font-weight: 500; }
  .solutions-card-body p {
    font-size: var(--font-size-16);
    padding-inline-start: 62px; }
  .solutions-card-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(71, 158, 187, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px; }
    .solutions-card-icon img {
      width: 32px;
      height: 32px;
      display: block; }

.request-service {
  padding: 70px 0;
  background-color: #f9f9f9; }
  .request-service-form-wrapper {
    padding: 24px;
    background-color: #fff;
    margin-top: 38px;
    box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.08), inset 2px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px; }
    .request-service-form-wrapper label {
      margin-bottom: 6px; }
    .request-service-form-wrapper input,
    .request-service-form-wrapper textarea,
    .request-service-form-wrapper select {
      background: #fff;
      box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.08), inset 2px 2px 2px rgba(0, 0, 0, 0.08);
      border-radius: 8px; }
      .request-service-form-wrapper input::placeholder,
      .request-service-form-wrapper textarea::placeholder,
      .request-service-form-wrapper select::placeholder {
        color: #bebcbc;
        opacity: 1; }
      .request-service-form-wrapper input:focus,
      .request-service-form-wrapper textarea:focus,
      .request-service-form-wrapper select:focus {
        box-shadow: 0 0 0 0.25rem rgba(71, 158, 187, 0.25);
        border-color: rgba(71, 158, 187, 0.7); }
    .request-service-form-wrapper .form-group {
      margin-bottom: 16px; }

html[lang='ar'] .form-control.is-invalid,
html[lang='ar'] .was-validated .form-control:invalid {
  padding-inline-end: calc(1.5em + 0.75rem);
  padding-right: 12px;
  background-position: left calc(0.375em + 0.1875rem) center; }

html[lang='ar'] .was-validated textarea.form-control:invalid,
html[lang='ar'] textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem); }

.success-modal .modal-content {
  padding: 24px;
  border-radius: 8px;
  overflow: hidden; }

.success-modal .modal-header {
  flex-direction: column;
  padding: 0; }

.success-modal .modal-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px; }

.success-modal .modal-title {
  font-weight: bold;
  text-align: center;
  font-weight: 600; }

.success-modal .modal-header {
  border-bottom: 0; }

.success-modal .modal-footer {
  border-top: 0;
  padding: 0; }
