@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap);

.react-datepicker-wrapper {
  border: 0;
  display: inline-block;
  padding: 0
}

.react-datepicker__input-container {
  display: inline-block;
  position: relative;
  width: 100%
}

.cs_text_widget {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%
}

.cs_logo {
  height: auto;
  max-width: 258px;
  -o-object-fit: contain;
  object-fit: contain
}

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #212529bf;
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: #21252980;
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem #00000026;
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: #0d6efd40;
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545
}

*,
:after,
:before {
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  background-color: var(--bs-body-bg);
  color: #212529;
  color: var(--bs-body-color);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  font-weight: var(--bs-body-font-weight);
  line-height: 1.5;
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align)
}

hr {
  border: 0;
  border-top: 1px solid;
  border-top: var(--bs-border-width) solid;
  color: inherit;
  margin: 1rem 0;
  opacity: .25
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  color: inherit;
  color: var(--bs-heading-color);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

  .h1,
  h1 {
    font-size: 2.5rem
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

  .h2,
  h2 {
    font-size: 2rem
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

  .h3,
  h3 {
    font-size: 1.75rem
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

  .h4,
  h4 {
    font-size: 1.5rem
  }
}

p {
  margin-bottom: 1rem;
  margin-top: 0
}

ul {
  padding-left: 2rem
}

ul {
  margin-bottom: 1rem;
  margin-top: 0
}

ul ul {
  margin-bottom: 0
}

a {
  color: #0d6efd;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

img,
svg {
  vertical-align: middle
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

[type=button],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  -webkit-appearance: button;
  font: inherit
}

iframe {
  border: 0
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1320px
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

@media (min-width:768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }
}

@media (min-width:992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-6 {
    margin-left: 50%
  }
}

@media (min-width:1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }
}

@media (min-width:1400px) {
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--bs-modal-zindex)
}

@media (min-width:576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow)
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn)
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.placeholder {
  background-color: currentcolor;
  cursor: wait;
  display: inline-block;
  min-height: 1em;
  opacity: .5;
  vertical-align: middle
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

.position-relative {
  position: relative !important
}

.w-100 {
  width: 100% !important
}

.align-items-end {
  align-items: flex-end !important
}

.m-0 {
  margin: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.text-center {
  text-align: center !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.rounded-circle {
  border-radius: 50% !important
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none
}

.slick-list,
.slick-slider {
  align-items: center;
  display: block;
  display: flex !important;
  justify-content: center;
  position: relative
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0)
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.slick-dots {
  margin-top: 10px
}

.slick-dots li {
  margin: 0 5px
}

.slick-dots li button {
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  height: 12px;
  transition: background-color .3s ease;
  width: 12px
}

.slick-dots li.slick-active button {
  background-color: #007bff
}

.slick-initialized .slick-slide {
  display: block
}

body,
html {
  color: #27476085;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  overflow-x: hidden !important
}

h1,
h2,
h3,
h4 {
  clear: both;
  color: #274760;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 20px;
  padding: 0
}

.cs_btn,
h1,
h2,
h3,
h4 {
  font-family: Figtree, sans-serif
}

h1 {
  font-size: 56px
}

h2 {
  font-size: 42px
}

h3 {
  font-size: 30px
}

h4 {
  font-size: 24px
}

p {
  margin-bottom: 15px
}

ul {
  list-style: square none outside;
  margin: 0 0 25px
}

ul {
  padding-left: 20px
}

i {
  font-style: italic
}

img {
  border: 0;
  height: auto;
  max-width: 100%
}

a {
  text-decoration: none
}

a,
button {
  color: inherit;
  transition: all .3s ease
}

a:hover {
  color: #307bc4;
  text-decoration: none
}

@media screen and (max-width:991px) {

  body,
  html {
    font-size: 16px;
    line-height: 1.6em
  }

  h2 {
    font-size: 36px;
    margin-bottom: 10px
  }
}

input {
  color: #274760
}

@keyframes spark {
  0% {
    max-width: 0
  }

  to {
    max-width: 100%
  }
}

.cs_height_5 {
  height: 5px
}

.cs_height_15 {
  height: 15px
}

.cs_height_22 {
  height: 22px
}

.cs_height_30 {
  height: 30px
}

.cs_height_35 {
  height: 35px
}

.cs_height_42 {
  height: 42px
}

.cs_height_57 {
  height: 57px
}

.cs_height_60 {
  height: 60px
}

.cs_height_70 {
  height: 70px
}

.cs_height_72 {
  height: 72px
}

.cs_height_85 {
  height: 85px
}

.cs_height_105 {
  height: 105px
}

.cs_height_120 {
  height: 120px
}

.cs_height_125 {
  height: 125px
}

.cs_height_132 {
  height: 132px
}

.cs_height_185 {
  height: 185px
}

.cs_height_190 {
  height: 190px
}

.cs_height_200 {
  height: 200px
}

@media screen and (max-width:1700px) {
  .cs_height_xl_25 {
    height: 25px
  }

  .cs_height_xl_30 {
    height: 30px
  }

  .cs_height_xl_35 {
    height: 35px
  }

  .cs_height_xl_40 {
    height: 40px
  }

  .cs_height_xl_50 {
    height: 50px
  }

  .cs_height_xl_60 {
    height: 60px
  }

  .cs_height_xl_85 {
    height: 85px
  }

  .cs_height_xl_100 {
    height: 100px
  }

  .cs_height_xl_105 {
    height: 105px
  }

  .cs_height_xl_110 {
    height: 110px
  }

  .cs_height_xl_150 {
    height: 150px
  }
}

@media screen and (max-width:991px) {
  .cs_height_lg_30 {
    height: 30px
  }

  .cs_height_lg_35 {
    height: 35px
  }

  .cs_height_lg_50 {
    height: 50px
  }

  .cs_height_lg_60 {
    height: 60px
  }

  .cs_height_lg_105 {
    height: 105px
  }

  .cs_height_lg_125 {
    height: 125px
  }

  .cs_height_lg_140 {
    height: 140px
  }

  .cs_height_lg_145 {
    height: 145px
  }

  .cs_height_lg_150 {
    height: 150px
  }
}

.cs_gap_y_24 {
  gap: 24px 0
}

.cs_gap_y_50 {
  gap: 50px 0
}

.cs_fs_84 {
  font-size: 84px;
  line-height: 1.12em
}

@media (max-width:1700px) {
  .cs_fs_84 {
    font-size: 68px
  }
}

@media (max-width:767px) {
  .cs_fs_84 {
    font-size: 56px
  }
}

@media (max-width:400px) {
  .cs_fs_84 {
    font-size: 48px
  }
}

.cs_fs_72 {
  font-size: 72px;
  line-height: 1.14em
}

@media (max-width:1700px) {
  .cs_fs_72 {
    font-size: 56px;
    text-align: right;
    /* Align text to the right */
  }
}

@media (max-width:991px) {
  .cs_fs_72 {
    font-size: 50px
  }
}

@media (max-width:575px) {
  .cs_fs_72 {
    font-size: 48px
  }
}

@media (max-width:350px) {
  .cs_fs_72 {
    font-size: 42px
  }
}

.cs_fs_32 {
  font-size: 32px;
  line-height: 1.31em
}

@media (max-width:1700px) {
  .cs_fs_32 {
    font-size: 26px
  }
}

@media (max-width:991px) {
  .cs_fs_32 {
    font-size: 24px
  }
}

@media (max-width:350px) {
  .cs_fs_32 {
    font-size: 21px
  }
}

.cs_fs_24 {
  font-size: 24px;
  line-height: 1.41em
}

@media (max-width:1700px) {
  .cs_fs_24 {
    font-size: 22px
  }
}

.cs_fs_20 {
  font-size: 20px;
  line-height: 1.5em
}

@media (max-width:991px) {
  .cs_fs_20 {
    font-size: 18px
  }
}

.cs_medium {
  font-weight: 500
}

.cs_semibold {
  font-weight: 600
}

.cs_radius_25 {
  border-radius: 25px
}

.cs_radius_30 {
  border-radius: 30px
}

.cs_mp0 {
  list-style: none;
  padding: 0
}

.cs_mp0,
hr {
  margin: 0
}

hr {
  border: none;
  border-top: 1px solid #bcbcbc;
  opacity: 1;
  padding: 0
}

.cs_center {
  align-items: center;
  display: flex;
  justify-content: center
}

.cs_bg_filed {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.cs_heading_color {
  color: #274760
}

.cs_accent_color {
  color: #307bc4
}

.cs_white_color {
  color: #fff
}

.cs_white_bg {
  background-color: #fff
}

.cs_accent_bg {
  background-color: #307bc4;
}

.cs_footer_accent_bg {
  background-color: #ecf0f1;
}

@media (min-width:1701px) {
  .container {
    max-width: 1650px
  }
}

.cs_btn.cs_style_1 {
  align-items: center;
  background: #0000;
  border: none;
  border-radius: 24px;
  box-shadow: 0 4px 20px 0 #2747602b;
  color: #fff;
  display: inline-flex;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  outline: none;
  padding: 12px 40px;
  position: relative
}

@media (max-width:991px) {
  .cs_btn.cs_style_1 {
    padding: 12px 30px
  }
}

.cs_btn.cs_style_1 i,
.cs_btn.cs_style_1 span {
  position: relative;
  z-index: 2
}

.cs_btn.cs_style_1 i {
  display: inline-block;
  height: 11px;
  overflow: hidden;
  transition: all .4s ease-in-out;
  width: 15px
}

.cs_btn.cs_style_1 img {
  filter: brightness(0) invert(1);
  height: inherit;
  position: absolute;
  top: 0;
  transition: all .4s ease-in-out;
  width: inherit
}

.cs_btn.cs_style_1 img:first-child {
  left: -20px
}

.cs_btn.cs_style_1 img:last-child {
  left: 0
}

.cs_btn.cs_style_1:after,
.cs_btn.cs_style_1:before {
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .4s ease-in-out;
  width: 100%
}

.cs_btn.cs_style_1:before {
  background-image: linear-gradient(134deg, #307bc4, #274760)
}

.cs_btn.cs_style_1:after {
  background-image: linear-gradient(270deg, #307bc4, #274760);
  opacity: 0
}

.cs_btn.cs_style_1:hover:after,
.cs_btn.cs_style_1:hover:before {
  opacity: 1
}

.cs_btn.cs_style_1:hover img:first-child {
  left: 0
}

.cs_btn.cs_style_1:hover img:last-child {
  left: 20px
}

.cs_text_btn {
  display: inline-flex;
  padding-bottom: 5px;
  position: relative
}

.cs_text_btn:before {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  transition: all .4s ease;
  width: 100%
}

.cs_text_btn:hover {
  color: #fff
}

.cs_text_btn:hover:before {
  width: 60%
}

.cs_text_btn_2 {
  align-items: center;
  display: inline-flex;
  gap: 14px
}

.cs_text_btn_2 .cs_text_btn_text {
  display: inline-block;
  position: relative
}

.cs_text_btn_2 .cs_text_btn_text:before {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: .6s;
  transition-property: transform;
  transition-timing-function: ease-out;
  width: 100%
}

.cs_text_btn_2 .cs_text_btn_icon {
  transition: all .4s ease-in-out
}

.cs_text_btn_2:hover .cs_text_btn_text:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.cs_text_btn_2:hover .cs_text_btn_icon {
  transform: scale(1.1)
}

.cs_input_label {
  margin-bottom: 12px
}

@media (max-width:1700px) {
  .cs_input_label {
    margin-bottom: 10px
  }
}

.cs_form_field,
.react-datepicker-wrapper input {
  background-color: #0000;
  border: 1px solid #307bc480;
  border-radius: 30px;
  display: block;
  outline: none;
  padding: 26px 30px;
  transition: all .3s ease;
  width: 100%
}

.cs_form_field:focus,
.react-datepicker-wrapper input:focus {
  border-color: #307bc4
}

@media (max-width:1700px) {

  .cs_form_field,
  .react-datepicker-wrapper input {
    border-radius: 15px;
    padding: 16px 20px
  }
}

.cs_form_field::-moz-placeholder,
input::-moz-placeholder {
  color: #27476085
}

.cs_form_field::placeholder,
input::placeholder {
  color: #27476085
}

.cs_form_field:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #27476085
}

.cs_form_field::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #27476085
}

.cs_with_icon_input {
  position: relative
}

.cs_with_icon_input i {
  color: #307bc4;
  display: flex;
  font-size: 20px;
  left: 30px;
  pointer-events: none;
  position: absolute;
  top: 30px
}

@media (max-width:1700px) {
  .cs_with_icon_input i {
    left: 20px;
    top: 20px
  }
}

.cs_with_icon_input .cs_form_field,
.cs_with_icon_input .react-datepicker-wrapper input {
  padding-left: 60px
}

@media (max-width:1700px) {

  .cs_with_icon_input .cs_form_field,
  .cs_with_icon_input .react-datepicker-wrapper input {
    padding-left: 50px
  }
}

.cs_rating {
  font-size: 16px;
  position: relative;
  width: 99px
}

.cs_rating .cs_rating_bg {
  display: flex;
  gap: 2px
}

.cs_rating .cs_rating_percentage {
  display: flex;
  gap: 2px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1
}

.cs_radio_wrap {
  position: relative
}

.cs_radio_wrap .cs_radio_input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1
}

.cs_radio_wrap .cs_radio_input:checked+.cs_radio_label:after {
  transform: scale(1)
}

.cs_radio_wrap .cs_radio_label {
  display: block;
  padding-left: 32px
}

.cs_radio_wrap .cs_radio_label:before {
  border: 1px solid #307bc4;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px
}

.cs_radio_wrap .cs_radio_label:after {
  background-color: #307bc4;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 6px;
  transform: scale(0);
  transition: all .3s ease;
  width: 14px
}

.cs_radio_group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 42px
}

@media (max-width:1700px) {
  .cs_radio_group {
    gap: 10px 30px
  }
}

.cs_shape_wrap {
  position: relative
}

.cs_shape_wrap .cs_shape_1 {
  background: radial-gradient(42.35% 42.35% at 50% 50%, #86bbf161 0, #86bbf100 100%);
  border-radius: 50%;
  height: 1884px;
  opacity: .6;
  position: absolute;
  right: -37%;
  top: 31%;
  width: 1884px;
  z-index: -1
}

.cs_shape_wrap .cs_shape_1.cs_position_2 {
  right: 38%;
  top: 39%
}

.cs_shape_wrap .cs_shape_3 {
  position: absolute;
  right: 0;
  top: -41%;
  z-index: -1
}

.cs_appointment_section_1 .container {
  position: relative
}

.cs_appointment_section_1 .cs_appointment_img {
  bottom: 0;
  left: -9.5%;
  position: absolute;
  width: 55%
}

@media (max-width:1400px) {
  .cs_appointment_section_1 .cs_appointment_img {
    left: -16%;
    width: 63%
  }
}

@media (max-width:1199px) {
  .cs_appointment_section_1 .cs_appointment_img {
    left: -24%;
    width: 72%
  }
}

@media (max-width:991px) {
  .cs_appointment_section_1 .cs_appointment_img {
    display: none
  }
}

.cs_search_form {
  max-width: 360px;
  position: relative;
  width: 100%
}

.cs_search_form input {
  border: 1px solid #307bc4;
  border-radius: 20px;
  height: 50px;
  outline: none;
  padding: 5px 20px;
  width: 100%
}

.cs_search_form .cs_search_btn {
  align-items: center;
  background-color: #0000;
  border: none;
  color: #274760;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px
}

.cs_search_form .cs_search_btn:hover {
  color: #307bc4
}

.cs_newsletter.cs_style_1 .cs_newsletter_title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 11px
}

@media (max-width:1700px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_title {
    font-size: 34px
  }
}

@media (max-width:991px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_title {
    font-size: 30px
  }
}

.cs_newsletter.cs_style_1 .cs_newsletter_form {
  margin-top: 25px;
  position: relative
}

.cs_newsletter.cs_style_1 .cs_btn.cs_style_1 {
  position: absolute;
  right: 15px;
  top: 15px
}

@media (max-width:1700px) {
  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1 {
    right: 10px;
    top: 10px
  }
}

/* --- IML Newsletter RTL Button Fix --- */

/* 1. Move the absolutely positioned button from Right to Left */
#iml_newsletter_footer .cs_newsletter_form .cs_btn.cs_style_1 {
  right: auto !important;
  /* Cancel the template's right: 15px */
  left: 15px !important;
  /* Move to the left */
}

/* 2. Flip the padding on the input field */
#iml_newsletter_footer .cs_form_field {
  padding-right: 20px !important;
  /* Reset the template's right padding */
  padding-left: 180px !important;
  /* Add space for the button on the left */
  text-align: right;
  /* Ensure text starts from the right */
}

/* 3. Flip the arrow icons to point left (Forward in Arabic) */
#iml_newsletter_footer .cs_btn.cs_style_1 i img {
  transform: scaleX(-1);
}

/* --- Responsive Fixes --- */

@media (max-width: 1700px) {
  #iml_newsletter_footer .cs_newsletter_form .cs_btn.cs_style_1 {
    left: 5px !important;
  }

  #iml_newsletter_footer .cs_form_field {
    padding-left: 165px !important;
  }
}

@media (max-width: 575px) {
  #iml_newsletter_footer .cs_form_field {
    padding-left: 135px !important;
    padding-right: 15px !important;
  }
}

/* Handle the Mobile View (where flex-direction becomes column) */
@media (max-width: 991px) {
  #iml_newsletter_footer .cs_newsletter.cs_style_1 {
    align-items: flex-end;
    /* Align content to the right on mobile */
  }
}

.url {
  color: #274760;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em
}

@media (max-width:1700px) {
  .url {
    font-size: 18px
  }
}

@keyframes particalAnimation {

  0%,
  to {
    transform: translate(0)
  }

  20% {
    transform: translate(80px, -10px)
  }

  40% {
    transform: translate(140px, 70px)
  }

  60% {
    transform: translate(90px, 130px)
  }

  80% {
    transform: translate(-40px, 80px)
  }

  to {
    transform: translate(0)
  }
}

@keyframes animo-x {
  50% {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform: translateX(44px)
  }
}

@keyframes anim-y {
  50% {
    animation-timing-function: cubic-bezier(.55, 0, .2, 1);
    transform: translateY(-25px)
  }
}

@keyframes rotate-anim {
  to {
    transform: rotate(1turn)
  }
}

@keyframes semi-rotate-anim {
  50% {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform: translateY(25px) rotate(-53deg)
  }
}

@keyframes up-down-anim {
  40% {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform: translateY(40px) rotate(-1deg)
  }
}

@keyframes swing-anim {
  65% {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform: translateY(-48px) rotate(-75deg)
  }
}

@keyframes zoom-anim {
  50% {
    transform: scale(.7)
  }
}

@media (max-width:991px) {
  .cs_section_heading.cs_style_1 .cs_section_title br {
    display: none
  }
}

.slick-initialized .slick-slide>div {
  display: flex
}

.slick-initialized .slick-slide>div>* {
  width: 100%
}

.cs_gap_20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px
}

.cs_gap_20 .slick-list {
  margin-left: -10px;
  margin-right: -10px
}

.slick-dots {
  display: flex !important;
  gap: 10px 15px;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-top: 60px;
  padding: 0
}

@media (max-width:991px) {
  .slick-dots {
    margin-top: 30px
  }
}

.slick-dots li {
  background-color: #fff;
  border: 2px solid #307bc4;
  border-radius: 1.6em;
  height: 12px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transition: all .4s ease;
  width: 12px
}

.slick-dots li button {
  left: -10px;
  opacity: 0;
  position: absolute;
  top: -10px;
  z-index: 1
}

.slick-dots li.slick-active {
  background-color: #307bc4
}

.cs_video_popup {
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  transition-delay: .3s;
  width: 100%;
  z-index: 1000
}

.cs_video_popup.active {
  left: 0;
  transition-delay: 0s
}

.cs_video_popup_overlay {
  background: #000;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all .4s ease-out
}

.cs_video_popup.active .cs_video_popup_overlay {
  background: #00000080;
  height: 100%;
  opacity: .8
}

.cs_video_popup_content {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  font-size: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: translateY(100px);
  transition: all .4s ease-out;
  visibility: hidden
}

.cs_video_popup.active .cs_video_popup_content {
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}

.cs_video_popup_content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.cs_video_popup_container {
  background: #fff;
  display: inline-block;
  max-width: 1380px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%
}

.cs_video_popup_container .embed-responsive {
  width: 100%
}

.embed-responsive {
  display: block;
  height: 0;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative
}

.embed-responsive-16by9:before {
  content: "";
  display: block;
  padding-top: 56.25%
}

.embed-responsive iframe,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs_video_popup_close {
  background: #d90d0d;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out;
  width: 40px
}

.cs_video_popup iframe {
  height: 100%;
  position: absolute;
  width: 100%
}

.cs_video_popup_close:before {
  transform: rotate(-45deg)
}

.cs_video_popup_close:after,
.cs_video_popup_close:before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  transition: all .4s ease-in-out;
  width: 20px
}

.cs_video_popup_close:after {
  transform: rotate(45deg)
}

.cs_video_popup_close:hover:after,
.cs_video_popup_close:hover:before {
  background: #000
}

.cs_video_popup_layer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0
}

.cs_video_popup_align {
  overflow: hidden
}

/* ✅ Mobile override */
@media (max-width: 768px) {
  .cs_video_popup {
    left: auto;
    /* remove left positioning */
    right: -100%;
    /* start hidden on the right */
  }

  .cs_video_popup.active {
    right: 0;
    /* slide in from right */
  }
}

/* Mobile: slide popup from the right */
@media (max-width: 768px) {
  .cs_video_popup {
    left: auto !important;
    /* ignore desktop positioning */
    right: -100% !important;
    /* hide off-screen on the right */
  }

  .cs_video_popup.active {
    left: auto !important;
    right: 0 !important;
    /* slide in fully on mobile */
  }

  /* optional: make it like a drawer (not full width) */
  .cs_video_popup_container {
    max-width: 90% !important;
    /* drawer width */
    margin-left: auto;
    /* align to right */
    height: 100%;
    /* full height */
  }
}

.cs_site_header {
  position: relative;
  z-index: 101
}

.cs_site_header {
  left: 0;
  position: absolute;
  top: 0;
  transition: all .4s ease;
  width: 100%
}

/* Initial transparent header */
.cs_site_header {
  background-color: transparent;
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* Scrolled header */
.cs_site_header.scrolled {
  /* background-color: #307bc4; */
  background-color: #FFFFFF;
  /* Or any suitable solid color */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cs_site_header.cs_white_color.scrolled .cs_toolbox,
.cs_site_header.cs_white_color.scrolled .cs_nav_list>li>a {
  color: #274760;
  font-size: large;
  /* Darker color for text when scrolled */
}

.cs_toolbox {
  display: flex;
  gap: 45px
}

.cs_toolbox .cs_toolbox_btn {
  background-color: #0000;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  transition: all .4s ease
}

.cs_toolbox .cs_toolbox_btn:hover {
  color: #307bc4
}

.cs_site_header.cs_style1 .cs_main_header_in {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  justify-content: space-between;
  position: relative
}

.cs_site_header.cs_style1 .cs_main_header_right {
  align-items: center;
  display: flex;
  height: 100%
}

.cs_site_header.cs_style1.cs_white_color .cs_toolbox {
  color: #274760
}

@media (max-width:1199px) {
  .cs_site_header.cs_style1.cs_white_color .cs_nav .cs_nav_list {
    background-color: #274760;
    color: #fff
  }
}



/* --- IML Sticky Header: Single Line Fix --- */

/* Target the header only when it has the .scrolled class */
.cs_site_header.scrolled .cs_main_header_in {
  display: flex !important;
  flex-direction: row !important;
  /* 1. CRITICAL: Prevent items from jumping to a new line */
  flex-wrap: nowrap !important;
  /* 2. Space items out: Logo on right, Buttons on left (RTL) */
  justify-content: space-between !important;
  align-items: center !important;
  height: 70px !important;
  /* Adjust height for the scrolled version */
}

/* Ensure the Left container (Logo in RTL) doesn't take full width */
.cs_site_header.scrolled .cs_main_header_left {
  display: flex !important;
  align-items: center !important;
  flex: 0 1 auto !important;
  /* Allow it to shrink if needed but not grow */
  width: auto !important;
}

/* Ensure the Right container (Buttons in RTL) stays on the same line */
.cs_site_header.scrolled .cs_main_header_right {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure the buttons (Toolbox) stay horizontal */
.cs_site_header.scrolled .cs_toolbox {
  display: flex !important;
  flex-direction: row !important;
  gap: 15px !important;
}

/* Prevent any hidden template classes from forcing a block display */
.cs_site_header.scrolled .cs_nav {
  display: flex !important;
}

@media (max-width: 991px) {

  /* Special fix for mobile scrolling */
  .cs_site_header.scrolled .cs_site_branding img {
    max-width: 140px !important;
    /* Shrink logo slightly when scrolling */
  }

  .cs_site_header.scrolled .cs_main_header_in {
    padding: 0 15px !important;
  }
}


/* --- IML Mobile Header: Right Menu, Center Logo, Left Search --- */

@media (max-width: 991px) {

  /* 1. Ensure the parent container is relative and full height */
  .cs_main_header_in {
    position: relative !important;
    height: 80px !important;
    display: block !important;
    /* Break flex to allow absolute positioning */
    padding: 0 !important;
  }

  /* 2. Logo: Perfectly Centered (Horizontal & Vertical) */
  .cs_site_branding {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10;
  }

  .cs_site_branding img {
    width: auto !important;
    max-width: 140px !important;
    /* Adjusted size for mobile */
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain;
  }

  /* 3. Menu Button (Sidebar Toggle): Pin to the FAR RIGHT */
  #toggleSidebar,
  .cs_sidebar_toggle_btn {
    display: flex !important;
    /* Force show */
    position: absolute !important;
    right: 20px !important;
    /* 20px from right edge */
    top: 50% !important;
    transform: translateY(-50%) !important;
    /* Vertically center */
    z-index: 20;
    background: transparent !important;
    border: none !important;
  }

  /* 4. Search Button: Pin to the FAR LEFT */
  .cs_search_toggle_btn {
    display: flex !important;
    /* Force show */
    position: absolute !important;
    left: 20px !important;
    /* 20px from left edge */
    top: 50% !important;
    transform: translateY(-50%) !important;
    /* Vertically center */
    z-index: 20;
  }

  /* 5. Clean up old containers so they don't block clicks */
  .cs_main_header_right,
  .cs_main_header_left,
  .cs_toolbox {
    position: static !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
  }

  /* Hide the default template menu toggle */
  .cs_menu_toggle {
    display: none !important;
  }
}

/* Extra tweak for very small screens */
@media (max-width: 380px) {
  .cs_site_branding img {
    max-width: 110px !important;
  }

  #toggleSidebar svg,
  .cs_search_toggle_btn svg {
    width: 25px !important;
  }
}



/* Sidebar default (desktop hidden) */
.cs_sidenav {
  position: fixed;
  top: 0;
  right: -100%;
  /* fully hidden */
  width: 30%;
  /* full width on mobile */
  height: 100%;

  /* hidden by default */
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1001;
  padding: 20px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .cs_sidenav {
    width: 100%;
  }
}

.cs_sidenav.active {
  right: 0;
  /* slide in */
}

.cs_sidenav ul {
  list-style: none;
  padding: 60px 20px;
  /* space from top */
  margin: 0;
  text-align: right;
}

.cs_sidenav ul li {
  margin: 20px 0;
}

.cs_sidenav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
  display: block;
  padding: 10px;
}

/* Close button inside sidebar */
.cs_close {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 15px;
}

/* Overlay background */
.cs_sidenav_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.cs_sidenav.active~.cs_sidenav_overlay {
  display: block;
}

/* Menu button (hamburger) */
.cs_menu_btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  display: none;
  /* hidden on desktop */
}

/* Show menu button only on mobile */
@media (max-width: 768px) {
  .cs_menu_btn {
    display: block;
  }

  /* Optional: hide normal desktop nav when mobile */
  .desktop_nav {
    display: none;
  }
}




/* Hide desktop nav and show burger on mobile */
@media (max-width: 991px) {
  .cs_nav {
    display: none;
  }

  .cs_sidebar_toggle_btn {
    display: inline-block;
  }
}


.cs_header_search {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all .4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999
}

.cs_header_search.active {
  opacity: 1;
  visibility: visible
}

.cs_header_search_in {
  background-color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 1
}

.cs_header_search_in .cs_search_form {
  max-width: 100%
}

.cs_header_search_in .cs_search_form input {
  border-radius: 40px;
  font-size: 20px;
  height: 80px;
  padding: 10px 90px 10px 35px
}

@media (max-width:575px) {
  .cs_header_search_in .cs_search_form input {
    font-size: 18px;
    height: 66px;
    padding: 10px 65px 10px 20px
  }
}

.cs_header_search_in .cs_search_form .cs_search_btn {
  width: 80px
}

@media (max-width:575px) {
  .cs_header_search_in .cs_search_form .cs_search_btn {
    width: 60px
  }
}

.cs_header_search_in .cs_search_form .cs_search_btn svg {
  height: 28px;
  width: 28px
}

@media (max-width:575px) {
  .cs_header_search_in .cs_search_form .cs_search_btn svg {
    height: 24px;
    width: 24px
  }
}

.cs_header_search_box {
  align-items: center;
  display: flex;
  gap: 0 30px
}

@media (max-width:991px) {
  .cs_header_search_box {
    gap: 0 15px
  }
}

@media screen and (max-width:1199px) {
  .cs_main_header .container {
    max-width: 100%
  }

  .cs_site_header.cs_style1 .cs_nav {
    display: flex
  }
}

.cs_nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999
}

.cs_site_branding {
  display: inline-block
}

@media screen and (min-width:1200px) {
  .cs_site_header.cs_style1.cs_white_color .menu-item-has-children ul {
    color: #274760
  }

  .cs_main_header {
    position: relative
  }

  .cs_site_header.cs_style1 .cs_main_header_left {
    align-items: center;
    display: flex;
    gap: 20px 124px;
    height: 100%;
    justify-content: center
  }

  .cs_nav {
    align-items: center;
    display: flex;
    height: 100%;
    line-height: 1.6em
  }

  .cs_nav .cs_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit
  }

  .cs_nav .cs_nav_list>li {
    height: inherit;
    margin-right: 50px
  }

  .cs_nav .cs_nav_list>li:last-child {
    margin-right: 0
  }

  .cs_nav .cs_nav_list>li>a {
    align-items: center;
    display: inline-flex;
    height: inherit;
    padding: 10px 0;
    position: relative
  }

  .cs_nav .cs_nav_list>li>ul {
    left: 0;
    top: calc(100% + 15px)
  }

  .cs_nav .cs_nav_list>li:hover>ul {
    opacity: 1;
    top: 100%;
    transition: all .4s ease;
    visibility: visible
  }

  .cs_nav .cs_nav_list>li.menu-item-has-children>a {
    position: relative
  }

  .cs_nav .cs_nav_list>li.menu-item-has-children>a:after {
    border: 2px solid;
    border-left: 0;
    border-radius: 0 0 2px 0;
    border-top: 0;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 6px;
    position: relative;
    top: -1px;
    transform: rotate(45deg);
    width: 6px
  }

  .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
    position: relative
  }

  .cs_nav .cs_nav_list ul {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 #0200b51a;
    box-shadow: 0 4px 21px 1px #307bc41a;
    display: block !important;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    transition: all .1s ease;
    visibility: hidden;
    width: 260px;
    z-index: 100
  }

  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0
  }

  .cs_nav .cs_nav_list ul li:hover>ul {
    opacity: 1;
    transition: all .4s ease;
    visibility: visible
  }

  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px
  }

  .cs_nav .cs_nav_list ul ul {
    left: 100%;
    top: 15px
  }

  .cs_menu_toggle,
  .cs_munu_dropdown_toggle {
    display: none
  }

  .cs_nav .cs_nav_list>li ul:not(.cs_mega_wrapper) .menu-item-has-children>a {
    position: relative
  }
}

@media screen and (max-width:1199px) {
  .cs_toolbox .cs_sidebar_toggle_btn {
    display: none
  }

  .cs_site_header.cs_style1 .cs_main_header_right {
    padding-right: 50px
  }

  .cs_toolbox .cs_toolbox_btn {
    max-width: 26px
  }

  .cs_munu_dropdown_toggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: flex-end;
    left: 0;
    padding: 28px 18px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
  }

  .cs_munu_dropdown_toggle span {
    display: block;
    height: 10px;
    line-height: 1.2em;
    position: relative;
    width: 10px
  }

  .cs_munu_dropdown_toggle span:after,
  .cs_munu_dropdown_toggle span:before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    width: 10px
  }

  .cs_munu_dropdown_toggle span:before {
    transform: translate(-50%, -50%) rotate(90deg)
  }

  .cs_munu_dropdown_toggle.active span:before {
    transform: translate(-50%, -50%) rotate(0deg)
  }

  .menu-item-has-children .menu-item-has-children .cs_munu_dropdown_toggle {
    padding: 20px 18px
  }

  .cs_site_branding {
    position: relative;
    z-index: 101
  }

  .cs_nav .cs_nav_list {
    background-color: #fff;
    color: #274760;
    height: calc(100vh - 80px);
    left: -100vw;
    line-height: 1.6em;
    overflow: auto;
    padding: 10px 0;
    position: fixed;
    top: 80px;
    transition: all .4s ease;
    width: 100vw
  }

  .cs_nav .cs_nav_list ul {
    display: none;
    padding-left: 15px
  }

  .cs_nav .cs_nav_list a {
    display: block;
    line-height: 16px;
    padding: 12px 15px
  }

  .cs_nav .cs_nav_list>li>a {
    font-size: 18px;
    line-height: 1.4em
  }

  .cs_nav .menu-item-has-children {
    position: relative
  }

  .cs_menu_toggle {
    color: #274760;
    cursor: pointer;
    display: inline-block;
    height: 27px;
    position: absolute;
    right: 30px;
    top: 27px;
    width: 30px
  }

  .cs_menu_toggle span,
  .cs_menu_toggle span:after,
  .cs_menu_toggle span:before {
    background-color: currentColor;
    border-radius: 5px;
    display: block;
    height: 3px;
    width: 100%
  }

  .cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-delay: .2s;
    transition-duration: 0s
  }

  .cs_menu_toggle span:before {
    margin-top: -9px
  }

  .cs_menu_toggle span:after,
  .cs_menu_toggle span:before {
    content: "";
    position: absolute;
    transition-delay: .2s, 0s;
    transition-duration: .2s;
    transition-property: margin, transform
  }

  .cs_menu_toggle span:after {
    margin-top: 9px
  }

  .cs_site_header.cs_style1 .cs_menu_toggle {
    margin-top: -13px;
    right: 0;
    top: 50%
  }

  .cs_nav .cs_nav_list a {
    position: relative
  }

  .cs_site_header.cs_style1 .cs_main_header_in {
    height: 80px
  }

  .cs_site_header.cs_style1 {
    top: 0
  }
}

@media screen and (max-width:991px) {
  .cs_site_header .container {
    max-width: 100%
  }
}

/* --- IML Mobile Header Customization --- */
/* --- IML Mobile Header: Perfectly Centered Logo --- */

@media (max-width: 991px) {

  /* 1. The parent container must be relative for absolute centering to work */
  .cs_site_header.cs_style1 .cs_main_header_in {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 80px !important;
    padding: 0 20px !important;
  }

  /* 2. Absolute Centering for the Logo */
  .cs_site_branding {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    /* Perfect dead center */
    margin: 0 !important;
    z-index: 10;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .cs_site_branding img {
    width: auto !important;
    max-width: 150px !important;
    /* Adjust if logo looks too small/large */
    height: auto !important;
    max-height: 55px !important;
    object-fit: contain;
  }

  /* 3. Ensure the Sidebar Toggle and Search stay on the sides */
  .cs_main_header_left {
    /* In RTL, this is the right side. We hide the nav but keep the container */
    display: flex !important;
    align-items: center !important;
    flex: 1;
  }

  .cs_main_header_right {
    /* In RTL, this is the left side (where buttons are) */
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 1;
  }

  /* 4. The Buttons (Toolbox) */
  .cs_toolbox {
    display: flex !important;
    gap: 12px !important;
    position: relative;
    z-index: 11;
    /* Keep buttons above the centered logo layer */
  }

  /* Hide the template's default mobile menu if you use the custom sidebar */
  .cs_menu_toggle {
    display: none !important;
  }
}

/* Extra adjustment for very small screens to prevent overlap */
@media (max-width: 380px) {
  .cs_site_branding img {
    max-width: 120px !important;
  }

  .cs_toolbox_btn {
    width: 30px;
    height: 30px;
  }
}

.cs_newsletter_1_wrap {
  position: relative
}

.cs_newsletter_1_wrap:before {
  background-color: #fff;
  content: "";
  height: 70%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cs_newsletter.cs_style_2 {
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 6px 4px 70px 8px #307bc417;
  display: flex;
  gap: 40px 40px;
  justify-content: space-between;
  padding: 107px 135px;
  position: relative;
  z-index: 1
}

@media (max-width:1400px) {
  .cs_newsletter.cs_style_2 {
    padding: 80px 100px
  }
}

@media (max-width:1199px) {
  .cs_newsletter.cs_style_2 {
    padding: 70px
  }
}

@media (max-width:575px) {
  .cs_newsletter.cs_style_2 {
    padding: 50px 25px
  }

  .cs_newsletter.cs_style_2 br {
    display: none
  }
}

@media (max-width:991px) {
  .cs_newsletter.cs_style_2 {
    align-items: flex-start;
    flex-direction: column
  }

  .cs_newsletter.cs_style_2 .cs_newsletter_title br {
    display: none
  }
}

.cs_newsletter.cs_style_2 .cs_newsletter_title {
  font-size: 42px;
  line-height: 1.23em
}

.cs_newsletter.cs_style_2 p {
  color: #274760;
  margin: 0
}

.cs_newsletter.cs_style_2 .cs_newsletter_right {
  min-width: 500px
}

.cs_newsletter.cs_style_2 .cs_newsletter_right p {
  margin-bottom: 12px
}

@media (max-width:1400px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_right {
    min-width: 400px
  }
}

@media (max-width:575px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_right {
    min-width: 100%
  }
}

.cs_newsletter.cs_style_1 .cs_newsletter_form,
.cs_newsletter.cs_style_2 .cs_newsletter_form,
.cs_newsletter.cs_style_3 .cs_newsletter_form {
  position: relative
}

.cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width:1700px) {

  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    right: 5px
  }
}

.cs_newsletter.cs_style_1 .cs_form_field,
.cs_newsletter.cs_style_2 .cs_form_field,
.cs_newsletter.cs_style_3 .cs_form_field {
  padding-right: 180px
}

@media (max-width:1700px) {

  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 165px
  }
}

@media (max-width:575px) {

  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-left: 15px;
    padding-right: 135px
  }
}

@media (max-width:350px) {

  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 120px
  }
}

@media (max-width:1700px) {

  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    border-radius: 30px
  }
}

@media (max-width:575px) {

  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    padding: 12px 25px
  }
}

@media (max-width:350px) {

  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    padding: 12px 18px
  }
}

.cs_newsletter.cs_style_1 .cs_form_field {
  border-radius: 2.4em
}

.cs_newsletter.cs_style_3 {
  background: linear-gradient(154deg, #d2eaef, #86bbf1);
  border-radius: 20px;
  box-shadow: 6px 4px 70px 8px #307bc417;
  margin-top: 240px;
  position: relative;
  z-index: 2
}

@media (max-width:991px) {
  .cs_newsletter.cs_style_3 {
    margin-top: 0
  }
}

.cs_newsletter.cs_style_3 .cs_newsletter_form {
  max-width: 560px
}

.cs_newsletter.cs_style_3 .cs_newsletter_title {
  margin-bottom: 50px
}

@media (max-width:575px) {
  .cs_newsletter.cs_style_3 .cs_newsletter_title {
    margin-bottom: 30px
  }
}

.cs_newsletter.cs_style_3 .cs_newsletter_subtitle {
  margin-bottom: 13px
}

.cs_newsletter.cs_style1 .cs_newsletter_form {
  position: relative;
  margin-top: 25px;
}

.cs_newsletter.cs_style1 .cs_newsletter_input {
  width: 100%;
  border-radius: 2.6em;
  border: 1px solid rgba(48, 123, 196, 0.5);
  background: transparent;
  display: block;
  height: 80px;
  padding: 15px 185px 15px 32px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1700px) {
  .cs_newsletter.cs_style1 .cs_newsletter_input {
    height: 70px;
    padding: 10px 175px 10px 32px;
  }
}

.cs_newsletter.cs_style1 .cs_newsletter_input:focus {
  border-color: #307bc4;
}

.cs_newsletter.cs_style1 .cs_btn.cs_style_1 {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 1700px) {
  .cs_newsletter.cs_style1 .cs_btn.cs_style_1 {
    top: 10px;
    right: 10px;
  }
}

.cs_social_links_wrap {
  align-items: center;
  display: flex;
  gap: 20px 30px
}

.cs_social_links_wrap h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0
}

.cs_social_links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px
}

.cs_social_links a {
  align-items: center;
  background-color: #ffffff80;
  border-radius: 50%;
  color: #307bc4;
  display: flex;
  flex: none;
  font-size: 12px;
  height: 20px;
  justify-content: center;
  width: 20px
}

.cs_social_links a:hover {
  background-color: #fff;
  transform: scale(1.2)
}

.cs_copyright {
  font-size: 14px;
  color: #ffffff80;
  direction: rtl;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  /* Optional: adds a nice separator line */
}

/* Ensures the English brand name looks sharp */
.cs_copyright span[dir="ltr"] {
  font-family: 'Poppins', sans-serif;
  /* Or your site's English font */
  font-weight: 600;
  margin: 0 4px;
}

.cs_footer.cs_style_1 {
  margin-top: 305px;
  position: relative
}

@media (max-width:991px) {
  .cs_footer.cs_style_1 {
    margin-top: 200px
  }
}

.cs_footer.cs_style_1 .cs_text_widget+.cs_contact_widget {
  margin-top: 62px
}

.cs_footer.cs_style_1 .cs_newsletter.cs_style_2 .cs_form_field {
  border-radius: 2.4em
}

.cs_footer.cs_style_2 .cs_footer_in {
  display: flex;
  gap: 40px 30px;
  justify-content: space-between;
  padding: 40px 0 50px
}

@media (max-width:991px) {
  .cs_footer.cs_style_2 .cs_footer_in {
    flex-direction: column;
    gap: 0
  }
}

.cs_footer.cs_style_2 .cs_footer_bottom {
  border-top: 1px solid #fff3;
  padding: 30px 0;
  text-align: center
}

.cs_footer.cs_style_2 .cs_social_links_wrap {
  align-items: flex-start;
  flex-direction: column
}

.cs_footer.cs_style_2 .cs_contact_widget i {
  background-color: #fff;
  color: #307bc4
}

.cs_footer.cs_style_2 .cs_text_widget img+p {
  margin-top: 50px
}

.cs_footer.cs_style_2 .cs_text_widget+.cs_contact_widget {
  margin-top: 20px
}

.cs_footer.cs_style_2 .cs_menu_widget+.cs_social_links_wrap {
  margin-top: 80px
}

.cs_footer.cs_style_2 .cs_menu_widget a:hover {
  color: #fff;
  opacity: .6
}

.cs_footer_bottom {
  position: relative;
  z-index: 2
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .cs_footer_in {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* push items to the right */
    text-align: right;
  }

  .cs_footer_col,
  .cs_footer_item,
  .cs_contact_widget,
  .cs_menu_widget,
  .cs_newsletter,
  .cs_newsletter_left,
  .cs_newsletter_right {
    text-align: right !important;
    align-items: flex-end !important;
  }

  /* Make social icons align right */
  .cs_social_links {
    justify-content: flex-end !important;
  }
}

.cs_text_widget {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em
}

.cs_text_widget p {
  margin: 0
}

.cs_contact_widget {
  list-style: none;
  margin: 0;
  padding: 0
}

.cs_contact_widget li {
  align-items: flex-start;
  display: flex
}

.cs_contact_widget li:not(:last-child) {
  margin-bottom: 13px
}

.cs_contact_widget i {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex: none;
  justify-content: center;
  margin-right: 19px;
  margin-top: 5px;
  text-align: center
}

.cs_menu_widget li:not(:last-child) {
  margin-bottom: 17px
}

.cs_footer_item {
  padding: 30px 0
}

@media (max-width:575px) {
  .cs_footer_item {
    padding: 20px 0
  }
}

@keyframes spinAnimaiton {
  0% {
    transform: rotateX(-20deg) rotateY(0deg)
  }

  75% {
    transform: rotateX(-20deg) rotateY(1turn)
  }

  to {
    transform: rotateX(-20deg) rotateY(1turn)
  }
}

.cs_footer.cs_style_2.cs_type_1 .cs_footer_bottom {
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
  border: none;
  padding: 16px 0
}

.cs_footer.cs_style_2.cs_type_1 .cs_copyright {
  color: #274760
}

.cs_hero.cs_style_1 {
  height: 1200px;
  padding-bottom: 110px;
  position: relative
}

@media (max-width:1700px) {
  .cs_hero.cs_style_1 {
    height: 1075px
  }
}

@media (max-width:1480px) {
  .cs_hero.cs_style_1 {
    height: 1115px
  }
}

@media (max-width:1380px) {
  .cs_hero.cs_style_1 {
    height: 980px
  }
}

@media (max-width:1300px) {
  .cs_hero.cs_style_1 {
    height: 1010px
  }
}

@media (max-width:991px) {
  .cs_hero.cs_style_1 {
    height: auto
  }
}

.cs_hero.cs_style_1 .cs_hero_text {
  position: relative;
  z-index: 1
}


.cs_hero_text {
  margin-left: auto;
  text-align: right;
  width: fit-content;
}

@media(max-width: 768px) {
  .cs_hero_text {
    margin: 0 auto;
    text-align: center;
  }
}

.cs_hero.cs_style_1 .cs_hero_title {
  margin-bottom: 29px;
  max-width: 900px
}

@media (max-width:1700px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    max-width: 710px
  }
}

@media (max-width:1199px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    margin-bottom: 20px;
    max-width: 580px
  }
}

.cs_hero.cs_style_1 .cs_hero_subtitle {
  margin-bottom: 110px;
  max-width: 700px
}

@media (max-width:1700px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    max-width: 600px
  }
}

@media (max-width:1199px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    max-width: 580px
  }
}

@media (max-width:991px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    margin-bottom: 35px
  }
}

.cs_hero.cs_style_1 .cs_hero_patents {
  left: 39.3%;
  position: absolute;
  top: 58.5%
}

@media (max-width:1700px) {
  .cs_hero.cs_style_1 .cs_hero_patents {
    left: 33%
  }
}

.cs_hero.cs_style_2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  max-height: 1080px;
  min-height: 750px;
  padding: 218px 0 0;
  position: relative
}

@media (max-width:1700px) {
  .cs_hero.cs_style_2 {
    padding: 190px 0 0
  }
}

@media (max-width:1380px) {
  .cs_hero.cs_style_2 {
    padding-top: 170px
  }
}

@media (max-width:1199px) {
  .cs_hero.cs_style_2 {
    height: auto;
    max-height: none;
    min-height: 0;
    min-height: auto;
    padding-top: 150px
  }
}

.cs_hero.cs_style_2 .cs_hero_text {
  position: relative;
  z-index: 2
}

@media (max-width:1199px) {
  .cs_hero.cs_style_2 .cs_hero_text {
    margin-bottom: 60px
  }
}

@media (max-width:767px) {
  .cs_hero.cs_style_2 .cs_hero_text {
    margin-bottom: 40px
  }
}

@media (max-width: 768px) {
  .cs_hero_title {
    font-size: 48px;

    line-height: 1.2;
    white-space: normal;

    text-align: center;
  }
}

@media (max-width: 768px) {
  .cs_hero_title {
    font-size: 40px;
  }

  .cs_hero_subtitle {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .cs_hero_title {
    font-size: 28px;
  }

  .cs_hero_subtitle {
    font-size: 14px;
  }

  .cs_hero_btn a {
    font-size: 14px;
    padding: 8px 14px;
  }
}

.cs_hero.cs_style_2 .container:first-child {
  flex: 1 1;
  position: relative
}

.cs_hero.cs_style_2 .cs_hero_bottom {
  display: flex;
  gap: 0 50px;
  min-height: 100px
}

@media (max-width:1380px) {
  .cs_hero.cs_style_2 .cs_hero_bottom {
    flex-direction: column;
    gap: 40px 0
  }
}

.cs_hero.cs_style_2 .cs_hero_bottom_left {
  flex: none;
  width: 350px
}

@media (max-width:1700px) {
  .cs_hero.cs_style_2 .cs_hero_bottom_left {
    width: 280px
  }
}

.cs_hero.cs_style_2 .cs_hero_title {
  margin-bottom: 82px;
  max-width: 900px
}

@media (max-width:1380px) {
  .cs_hero.cs_style_2 .cs_hero_title {
    margin-bottom: 50px
  }
}

@media (max-width:767px) {
  .cs_hero.cs_style_2 .cs_hero_title {
    margin-bottom: 20px
  }
}

.cs_hero.cs_style_2 .cs_hero_text_in {
  display: flex;
  gap: 30px 75px
}

@media (max-width:767px) {
  .cs_hero.cs_style_2 .cs_hero_text_in {
    flex-direction: column-reverse
  }
}

.cs_hero.cs_style_2 .cs_hero_subtitle {
  margin: 0;
  max-width: 500px;
  font-size: 30px;
  line-height: 1.6;
  /* adjust as needed */
}

.cs_hero.cs_style_2 .cs_hero_patents {
  animation: anim-y 5s cubic-bezier(.4, 0, .2, 1) infinite;
  position: absolute;
  left: 0px;
  /* 👈 moved to the left */
  right: auto;
  /* 👈 disable right positioning */
  top: -200px;
}


@keyframes anim-y {
  0% {
    transform: translate(-30px, -60px);
  }

  50% {
    transform: translate(30px, 60px);
  }

  100% {
    transform: translate(-30px, -60px);
  }
}

@media (max-width:1380px) {
  .cs_hero.cs_style_2 .cs_hero_patents {
    top: -40px
  }
}

@media (max-width:991px) {
  .cs_hero.cs_style_2 .cs_hero_patents {
    display: none
  }
}

.cs_hero.cs_style_2 .cs_hero_funfact {
  display: flex;
  gap: 0 97px;
  justify-content: space-between;
  margin-left: auto;
  max-width: 1210px;
  padding: 57px 0 73px 73px;
  position: relative
}

@media (max-width:1700px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    gap: 0 30px;
    padding: 30px 0 50px 40px
  }
}

@media (max-width:991px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 30px 0 35px 30px
  }
}

@media (max-width:575px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    padding-left: 0
  }
}

.cs_hero.cs_style_2 .cs_hero_funfact:before {
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  background: #ffffff1a;
  border-radius: 25px 0 0 0;
  box-shadow: 0 0 0 1px #fff6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw
}

.cs_hero.cs_style_2 .cs_hero_funfact h3 {
  margin-bottom: 8px
}

.cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col {
  position: relative;
  z-index: 2
}

@media (max-width:991px) {
  .cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col {
    padding: 0 10px;
    width: 50%
  }
}

@media (max-width:450px) {
  .cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col h3 {
    font-size: 36px
  }
}

@media (max-width: 768px) {
  .cs_hero_funfact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cs_hero_funfact_col {
    width: 48%;
    /* اتنين في السطر */
    margin-bottom: 20px;
  }

  /* ✅ اجبر آخر واحد ييجي يمين */
  .cs_hero_funfact_col:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}

.cs_hero.cs_style_2 .cs_text_btn_2:hover {
  color: #fff
}

.cs_hero.cs_style_3 {
  height: calc(100vh + 235px);
  max-height: 1350px;
  min-height: 1050px;
  overflow: hidden;
  padding-top: 240px;
  position: relative
}

@media (max-width:1380px) {
  .cs_hero.cs_style_3 {
    padding-top: 200px
  }
}

@media (max-width:991px) {
  .cs_hero.cs_style_3 {
    align-items: center;
    display: flex;
    height: auto;
    max-height: none;
    min-height: calc(100vh + 210px);
    padding-bottom: 400px;
    padding-top: 160px
  }
}

@media (max-width:575px) {
  .cs_hero.cs_style_3 {
    height: auto;
    max-height: none;
    min-height: 0;
    min-height: auto;
    padding-top: 140px
  }

  .cs_hero.cs_style_3 .cs_fs_20 {
    font-size: 16px
  }
}

.cs_hero.cs_style_3>.container {
  position: relative;
  z-index: 2
}

.cs_hero.cs_style_3 .cs_hero_title {
  margin-bottom: 52px;
  max-width: 1000px
}

@media (max-width:1700px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    max-width: 750px
  }
}

@media (max-width:1199px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    max-width: 550px
  }
}

@media (max-width:991px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    margin-bottom: 20px
  }
}

.cs_hero.cs_style_3 .cs_hero_subtitle {
  max-width: 540px
}

.cs_hero.cs_style_3.cs_type_1 {
  height: 100vh;
  max-height: 1050px;
  min-height: 0;
  min-height: auto
}

@media (max-width:991px) {
  .cs_hero.cs_style_3.cs_type_1 {
    padding: 150px 0 110px
  }
}

.cs_iconbox.cs_style_1 {
  height: 100%;
  padding: 25px 30px 40px
}

@media (max-width:1700px) {
  .cs_iconbox.cs_style_1 {
    padding: 25px 20px 30px
  }
}

@media (max-width:1280px) {
  .cs_iconbox.cs_style_1 {
    padding: 25px 25px 30px
  }
}

@media (max-width:991px) {
  .cs_iconbox.cs_style_1 .cs_fs_20 {
    font-size: 20px
  }
}

@media (max-width:340px) {
  .cs_iconbox.cs_style_1 .cs_fs_20 {
    font-size: 18px
  }
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon {
  flex: none;
  height: 120px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  width: 120px
}

/* On mobile screens (≤ 768px) */
@media (max-width: 768px) {

  .cs_section_heading,
  .cs_iconbox_right {
    text-align: right;
  }

  .cs_iconbox.cs_style_3 {
    flex-direction: row-reverse;
    /* خلي الأيقونة تيجي يمين */
    align-items: flex-start;
  }

  .cs_iconbox_icon {
    margin-left: 12px;
    margin-right: 0;

    /* خلي الأيقونة دايرة كاملة */
    width: 60px;
    /* تقدر تتحكم بالحجم */
    height: 60px;
    border-radius: 50%;
    /* دائرة كاملة */
    overflow: hidden;
    /* لو الصورة أكبر تتقص */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* أو لون خلفية حسب تصميمك */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    /* ظل خفيف */
  }

  .cs_iconbox_icon img {
    max-width: 70%;
    /* تصغير الصورة داخل الدايرة */
    max-height: 70%;
    object-fit: contain;
  }

  .cs_iconbox_number,
  .cs_iconbox_title,
  .cs_iconbox_subtitle {
    text-align: right;
  }
}

@media (max-width:1700px) {
  .cs_iconbox.cs_style_1 .cs_iconbox_icon {
    height: 90px;
    padding: 15px;
    width: 90px
  }
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon img {
  max-height: 100%
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon:before {
  background: linear-gradient(90deg, #0000, #ffffff21);
  content: "";
  height: 100%;
  left: -80%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
  z-index: 1
}

.cs_iconbox.cs_style_1:hover .cs_iconbox_icon:before {
  animation: shine 1.3s
}

@keyframes shine {
  to {
    left: 125%
  }
}

.cs_iconbox.cs_style_2 {
  align-items: center;
  border: 1px solid #307bc4;
  border-radius: 20px;
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
  min-height: 250px;
  padding: 40px 70px;
  transition: all .4s ease
}

@media (max-width:1700px) {
  .cs_iconbox.cs_style_2 {
    gap: 30px;
    margin-bottom: 25px;
    min-height: 220px;
    min-height: 200px;
    padding: 40px
  }
}

@media (max-width:450px) {
  .cs_iconbox.cs_style_2 {
    gap: 25px;
    min-height: 150px;
    padding: 35px
  }
}

.cs_iconbox.cs_style_2 .cs_iconbox_title {
  transition: all .4s ease
}

.cs_iconbox.cs_style_2 img {
  color: #307bc4;
  transition: all .4s ease
}

@media (max-width:350px) {
  .cs_iconbox.cs_style_2 img {
    max-width: 65px
  }
}

.cs_iconbox.cs_style_2 .cs_iconbox_icon {
  flex: none
}

.cs_iconbox.cs_style_2:hover {
  background-color: #307bc4;
  box-shadow: 6px 4px 70px 8px #307bc417
}

.cs_iconbox.cs_style_2:hover .cs_iconbox_title {
  color: #fff
}

.cs_iconbox.cs_style_2:hover img {
  filter: brightness(0) invert(1)
}

.cs_iconbox.cs_style_3 {
  display: flex;
  position: relative
}

@media (max-width:991px) {
  .cs_iconbox.cs_style_3 {
    gap: 0 20px
  }
}

@media (max-width:420px) {
  .cs_iconbox.cs_style_3 {
    flex-direction: column
  }
}

.cs_iconbox.cs_style_3:before {
  background-color: #307bc4;
  content: "";
  height: calc(100% + 50px);
  left: 50%;
  margin-left: -4px;
  margin-top: -25px;
  opacity: 0;
  position: absolute;
  transition: all .4s ease;
  width: 9px
}

@media (max-width:991px) {
  .cs_iconbox.cs_style_3:before {
    display: none
  }
}

.cs_iconbox.cs_style_3 .cs_iconbox_left,
.cs_iconbox.cs_style_3 .cs_iconbox_right {
  flex: none;
  width: 50%
}

@media (max-width:991px) {

  .cs_iconbox.cs_style_3 .cs_iconbox_left,
  .cs_iconbox.cs_style_3 .cs_iconbox_right {
    flex: initial;
    width: auto
  }
}

.cs_iconbox.cs_style_3 .cs_iconbox_left {
  padding-right: 120px
}

@media (max-width:991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_left {
    padding-right: 0;
    padding-top: 10px
  }
}

.cs_iconbox.cs_style_3 .cs_iconbox_right {
  padding-left: 200px;
  position: relative
}

@media (max-width:1400px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_right br {
    display: none
  }
}

@media (max-width:991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_right {
    padding-left: 0
  }
}

.cs_iconbox.cs_style_3 .cs_iconbox_number {
  color: #274760;
  font-size: 72px;
  left: 84px;
  line-height: 1.14;
  position: absolute;
  top: -20px
}

@media (max-width:991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_number {
    font-size: 56px;
    margin-bottom: 10px;
    position: static
  }
}

@media (max-width:420px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_number {
    display: none
  }
}

.cs_iconbox.cs_style_3 .cs_iconbox_icon {
  background: #307bc42b;
  height: 136px;
  margin-left: auto;
  padding: 25px;
  transition: all .4s ease;
  width: 136px
}

@media (max-width:991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_icon {
    height: 100px;
    width: 100px
  }
}

@media (max-width:420px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_icon {
    height: 80px;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 20px;
    width: 80px
  }
}

.cs_iconbox.cs_style_3 .cs_iconbox_title {
  margin-bottom: 20px
}

@media (max-width:420px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_title {
    margin-bottom: 10px
  }
}

.cs_iconbox.cs_style_3:hover:before {
  opacity: 1
}

.cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
  background-color: #307bc4
}

.cs_iconbox_3_wrap {
  position: relative
}

.cs_iconbox_3_wrap:before {
  background-color: #274760;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px
}

@media (max-width:991px) {
  .cs_iconbox_3_wrap:before {
    display: none
  }
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:not(:last-child) {
  margin-bottom: 146px
}

@media (max-width:991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:not(:last-child) {
    margin-bottom: 50px
  }
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) {
  flex-direction: row-reverse
}

@media (max-width:991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) {
    flex-direction: row
  }
}

@media (max-width:420px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) {
    flex-direction: column
  }
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_left {
  padding-left: 120px;
  padding-right: 0
}

@media (max-width:991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_left {
    padding-left: 0
  }
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_right {
  padding-left: 0;
  padding-right: 200px;
  text-align: right
}

@media (max-width:991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_right {
    padding-right: 0;
    text-align: left
  }
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_icon {
  margin-left: 0
}

.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(2n) .cs_iconbox_number {
  left: auto;
  right: 84px
}

.cs_iconbox.cs_style_11 {
  align-items: center;
  background-color: #d2eaef80;
  display: flex;
  gap: 30px;
  padding: 38px 54px
}

@media (max-width:1700px) {
  .cs_iconbox.cs_style_11 {
    gap: 20px;
    padding: 30px
  }
}

@media (max-width:380px) {
  .cs_iconbox.cs_style_11 {
    gap: 15px;
    padding: 25px 20px
  }
}

@media (max-width:330px) {
  .cs_iconbox.cs_style_11 {
    gap: 10px;
    padding: 20px
  }
}

.cs_iconbox.cs_style_11 .cs_iconbox_icon {
  flex: none
}

@media (max-width:1700px) {
  .cs_iconbox.cs_style_11 .cs_iconbox_icon {
    max-width: 60px
  }
}

@media (max-width:380px) {
  .cs_iconbox.cs_style_11 .cs_iconbox_icon {
    max-width: 40px
  }
}

@media (max-width:330px) {
  .cs_iconbox.cs_style_11 .cs_iconbox_icon {
    max-width: 35px
  }
}

.cs_iconbox.cs_style_11 .cs_iconbox_right {
  flex: 1 1
}

.cs_iconbox_subtitle:hover {
  color: black;
  font-size: large;
}

.cs_post.cs_style_1 {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 21px 1px #307bc41a;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: all .4s ease
}

.cs_post.cs_style_1:hover {
  box-shadow: 6px 4px 70px 8px #307bc417;
  transform: translateY(-20px)
}

.cs_post.cs_style_1 .cs_post_thumb {
  display: block;
  width: 100%
}

.cs_post.cs_style_1 .cs_post_thumb img {
  border-radius: 20px;
  width: 100%
}

.cs_post.cs_style_1 .cs_post_info {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px 40px
}

@media (max-width:991px) {
  .cs_post.cs_style_1 .cs_post_info {
    padding: 30px 25px
  }
}

.cs_post.cs_style_1 .cs_post_meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px
}

.cs_post.cs_style_1 .cs_post_title {
  margin-bottom: 18px
}

.cs_post.cs_style_1.cs_type_1 {
  padding: 28px 28px 0
}

@media (max-width:1400px) {
  .cs_post.cs_style_1.cs_type_1 {
    padding: 15px 15px 0
  }
}

.cs_post.cs_style_1.cs_type_1 .cs_post_title {
  margin: 0
}

.cs_post.cs_style_1.cs_type_1 .cs_post_info {
  padding: 25px 15px 56px
}

@media (max-width:1400px) {
  .cs_post.cs_style_1.cs_type_1 .cs_post_info {
    padding: 25px 0 30px 10px
  }
}

.cs_post.cs_style_2 {
  box-shadow: 0 4px 21px 1px #307bc41a;
  display: flex;
  transition: all .5s ease
}

.cs_post.cs_style_2:hover {
  transform: scale(1.03)
}

@media (max-width:380px) {
  .cs_post.cs_style_2 {
    flex-direction: column
  }
}

.cs_post.cs_style_2 .cs_post_title {
  margin-bottom: 12px
}

.cs_post.cs_style_2 .cs_post_info {
  align-items: center;
  display: flex;
  padding: 15px 15px 15px 60px
}

@media (max-width:1700px) {
  .cs_post.cs_style_2 .cs_post_info {
    padding-left: 30px
  }
}

@media (max-width:575px) {
  .cs_post.cs_style_2 .cs_post_info {
    padding-left: 20px
  }
}

.cs_post.cs_style_2 .cs_post_thumb {
  flex: none;
  min-height: 188px;
  width: 190px
}

.cs_post.cs_style_2 .cs_post_thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media (max-width:575px) {
  .cs_post.cs_style_2 .cs_post_thumb {
    min-height: 150px;
    width: 150px
  }
}

@media (max-width:380px) {
  .cs_post.cs_style_2 .cs_post_thumb {
    border-radius: 0 0 20px 0;
    height: 180px;
    overflow: hidden;
    width: 180px
  }
}

.cs_post.cs_style_3 {
  transition: all .4s ease
}

.cs_post.cs_style_3:hover {
  box-shadow: 0 4px 21px 1px #307bc41a
}

.cs_post.cs_style_3 .cs_post_thumb {
  display: block
}

.cs_post.cs_style_3 .cs_post_title {
  margin-bottom: 18px
}

.cs_post.cs_style_3 .cs_posted_by {
  align-items: center;
  color: #274760;
  display: flex;
  gap: 12px
}

.cs_post.cs_style_3 .cs_posted_by i {
  color: #307bc4;
  display: flex;
  font-size: 18px
}

.cs_post.cs_style_3 .cs_post_info {
  padding: 35px 40px
}

@media (max-width:1700px) {
  .cs_post.cs_style_3 .cs_post_info {
    padding: 25px 24px
  }
}

.cs_banner.cs_style_1 {
  border-radius: 25px;
  margin-top: 165px;
  padding: 100px 90px;
  position: relative
}

@media (max-width:1700px) {
  .cs_banner.cs_style_1 {
    margin-top: 85px
  }
}

@media (max-width:1199px) {
  .cs_banner.cs_style_1 {
    margin-top: 0
  }
}

@media (max-width:991px) {
  .cs_banner.cs_style_1 {
    padding: 70px 30px
  }
}

.cs_banner.cs_style_2 {
  padding: 200px 9% 200px 43%
}

@media (max-width:1700px) {
  .cs_banner.cs_style_2 {
    padding: 150px 9% 150px 43%
  }
}

@media (max-width:1400px) {
  .cs_banner.cs_style_2 {
    padding: 150px 5% 150px 40%
  }
}

@media (max-width:1199px) {
  .cs_banner.cs_style_2 {
    padding: 120px 4% 120px 36%
  }
}

@media (max-width:991px) {
  .cs_banner.cs_style_2 {
    padding: 80px 30px 80px 25%
  }
}

@media (max-width:767px) {
  .cs_banner.cs_style_2 {
    background-position: 100%;
    padding: 80px 30px
  }

  .cs_banner.cs_style_2 br {
    display: none
  }
}

.cs_banner.cs_style_3 {
  min-height: 700px;
  padding: 225px 0 155px;
  position: relative
}

@media (max-width:1700px) {
  .cs_banner.cs_style_3 {
    min-height: 600px
  }
}

@media (max-width:1199px) {
  .cs_banner.cs_style_3 {
    min-height: 500px;
    padding: 160px 0 125px
  }

  .cs_banner.cs_style_3 .container {
    max-width: 100%
  }
}

@media (max-width:991px) {
  .cs_banner.cs_style_3 {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 155px 0 100px;
    text-align: center
  }

  .cs_banner.cs_style_3 .container {
    max-width: 720px
  }
}

@media (max-width:767px) {
  .cs_banner.cs_style_3 .container {
    max-width: 540px
  }
}

@media (max-width:1400px) {
  .cs_banner.cs_style_3 .cs_fs_20 {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .cs_banner.cs_style_3 .cs_fs_20 {
    font-size: 16px
  }
}

@media (max-width:575px) {
  .cs_banner.cs_style_3 br {
    display: none
  }
}

.cs_testimonial.cs_style_1 {
  line-height: 1.87em;
  position: relative
}

.cs_testimonial.cs_style_1>img {
  left: -88px;
  position: absolute;
  top: -37px
}

@media (max-width:991px) {
  .cs_testimonial.cs_style_1>img {
    left: -75px;
    top: -15px
  }
}

.cs_testimonial.cs_style_1>p {
  margin-bottom: 30px
}

.cs_testimonial.cs_style_2 .cs_testimonial_text {
  margin-bottom: 35px;
  padding: 80px 80px 80px 144px;
  position: relative
}

@media (max-width:1700px) {
  .cs_testimonial.cs_style_2 .cs_testimonial_text {
    padding: 60px 60px 60px 124px
  }
}

@media (max-width:575px) {
  .cs_testimonial.cs_style_2 .cs_testimonial_text {
    padding: 80px 25px 50px 45px
  }
}

.cs_testimonial.cs_style_2 .cs_testimonial_text p {
  margin-bottom: 32px
}

.cs_testimonial.cs_style_2 .cs_quote_icon {
  left: 60px;
  position: absolute;
  top: 70px
}

@media (max-width:1700px) {
  .cs_testimonial.cs_style_2 .cs_quote_icon {
    left: 40px
  }
}

@media (max-width:575px) {
  .cs_testimonial.cs_style_2 .cs_quote_icon {
    left: 25px;
    top: 30px
  }
}

.cs_testimonial.cs_style_2 .cs_testimonial_meta {
  align-items: center;
  display: flex;
  gap: 25px 40px
}

@media (max-width:575px) {
  .cs_testimonial.cs_style_2 .cs_testimonial_meta {
    gap: 20px
  }
}

.cs_testimonial.cs_style_2 .cs_testimonial_avatar {
  border-radius: 50%;
  height: 96px;
  width: 96px
}

.cs_testimonial.cs_style_2 .cs_testimonial_avatar img {
  border-radius: inherit;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.cs_testimonial.cs_style_3 {
  margin-top: 75px;
  padding: 1px 82px 42px
}

@media (max-width:575px) {
  .cs_testimonial.cs_style_3 {
    padding: 1px 20px 30px
  }
}

.cs_testimonial.cs_style_3 .cs_testimonial_avatar {
  margin-bottom: 10px
}

.cs_testimonial.cs_style_3 .cs_testimonial_text {
  margin-top: 42px
}

.cs_testimonial.cs_style_3 .cs_rating {
  margin-left: auto;
  margin-right: auto
}

.cs_brands.cs_style_1 {
  grid-gap: 60px 30px;
  display: grid;
  gap: 60px 30px;
  grid-template-columns: repeat(4, 1fr)
}

@media (max-width:1700px) {
  .cs_brands.cs_style_1 {
    gap: 40px 120px
  }
}

@media (max-width:991px) {
  .cs_brands.cs_style_1 {
    gap: 20px 60px
  }
}

@media (max-width:767px) {
  .cs_brands.cs_style_1 {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width:575px) {
  .cs_brands.cs_style_1 {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:420px) {
  .cs_brands.cs_style_1 {
    gap: 20px 30px
  }
}

.cs_brands.cs_style_2 {
  align-items: center;
  display: flex;
  height: 136px;
  justify-content: center;
  padding: 0 20px;
  text-align: center
}

.cs_brands.cs_style_3 {
  background-color: #fff;
  box-shadow: 0 4px 21px 1px #307bc41a;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 70px;
  justify-content: space-around;
  padding: 70px
}

@media (max-width:1400px) {
  .cs_brands.cs_style_3 {
    justify-content: center
  }
}

@media (max-width:575px) {
  .cs_brands.cs_style_3 {
    gap: 30px;
    padding: 70px 40px
  }
}

/* ==== Accordion Base ==== */
.cs_accordians.cs_style1 .cs_accordian {
  background: #27476000;
  border: 1px solid #d2eaef;
  border-radius: 25px;
  transition: all .4s ease;
  width: 100%;
}

@media (max-width:1700px) {
  .cs_accordians.cs_style1 .cs_accordian {
    border-radius: 15px;
  }
}

.cs_accordians.cs_style1 .cs_accordian:not(:last-child) {
  margin-bottom: 20px;
}

.cs_accordians.cs_style1 .cs_accordian.active {
  background-color: #d2eaef;
  margin-left: 50px;
}

@media (max-width:991px) {
  .cs_accordians.cs_style1 .cs_accordian.active {
    margin-left: 0;
  }
}

/* ==== Arrow ==== */
.cs_accordians.cs_style1 .cs_accordian_arrow {
  align-items: center;
  display: flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  left: 44px;
  /* arrow on the left */
  right: auto;
  top: 25px;
  transition: transform .3s ease;
  width: 28px;

  /* default: arrow points down */
  transform: rotate(180deg);
}

.cs_accordians.cs_style1 .cs_accordian.active .cs_accordian_arrow {
  /* when active: arrow points up */
  transform: rotate(360deg);
}

@media (max-width:1700px) {
  .cs_accordians.cs_style1 .cs_accordian_arrow {
    left: 30px;
    right: auto;
    top: 18px;
  }
}

@media (max-width:991px) {
  .cs_accordians.cs_style1 .cs_accordian_arrow {
    left: 20px;
    right: auto;
    top: 15px;
  }
}

/* ==== Head ==== */
.cs_accordians.cs_style1 .cs_accordian_head {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  margin: 0;
  padding: 23px 40px 23px 62px;
  /* space for arrow on left */
  position: relative;
  direction: rtl;
  text-align: right;
}

@media (max-width:1700px) {
  .cs_accordians.cs_style1 .cs_accordian_head {
    padding: 16px 30px 16px 62px;
  }
}

@media (max-width:991px) {
  .cs_accordians.cs_style1 .cs_accordian_head {
    font-size: 18px;
    padding: 14px 20px 14px 55px;
  }
}

/* ==== Body ==== */
.cs_accordians.cs_style1 .cs_accordian_body {
  padding: 0 40px 38px;
  direction: rtl;
  text-align: right;
  line-height: 1.8;
}

@media (max-width:1700px) {
  .cs_accordians.cs_style1 .cs_accordian_body {
    padding: 0 30px 28px;
  }
}

@media (max-width:991px) {
  .cs_accordians.cs_style1 .cs_accordian_body {
    padding: 0 20px 20px;
  }
}

.cs_accordians.cs_style1 .cs_accordian_body p {
  margin: 0;
}

/* ==== Type 1 (Card Style) ==== */
.cs_accordians.cs_style1.cs_type_1 .cs_accordian {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 21px 1px #307bc41a;
}

.cs_accordians.cs_style1.cs_type_1 .cs_accordian.active {
  margin-left: -50px;
}

@media (max-width:1400px) {
  .cs_accordians.cs_style1.cs_type_1 .cs_accordian.active {
    margin-left: 0;
  }
}

.cs_accordians.cs_style1.cs_type_1 .cs_accordian.active .cs_accordian {
  background-color: #fff;
  box-shadow: 6px 4px 70px 8px #307bc417;
}

.cs_about.cs_style_1 .cs_about_img {
  position: relative
}

@media (min-width:992px) {
  .cs_about.cs_style_1 .cs_about_img {
    padding-right: 70px
  }
}

@media (max-width:1400px) {
  .cs_about.cs_style_1.cs_type_1 br {
    display: none
  }
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.cs_about.cs_style_2 .cs_about_img {
  padding-left: 80px
}

@media (max-width:1700px) {
  .cs_about.cs_style_2 .cs_about_img {
    padding-left: 0
  }
}

.cs_about.cs_style_2 .cs_section_heading.cs_style_1 p {
  max-width: 580px
}

.cs_about.cs_style_3 {
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%)
}

.cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
  padding: 145px 80px
}

@media (max-width:1400px) {
  .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
    padding: 145px 30px 145px 50px
  }
}

@media (max-width:1199px) {
  .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
    padding: 50px
  }
}

@media (max-width:767px) {
  .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
    padding: 35px 24px
  }
}

.cs_about.cs_style_3 .cs_about_img {
  height: 100%
}

.cs_about.cs_style_3 .cs_about_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.cs_accent_bg .cs_social_links_wrap h2 {
  color: #fff
}

.cs_contact_widget i {
  color: #fff;
  height: 20px;
  margin-top: 2px;
  padding: 4px;
  width: 20px
}

.cs_video_open {
  cursor: pointer
}

.cs_hero.cs_style_1 .cs_hero_subtitle,
.cs_hero.cs_style_1 .cs_hero_title,
.cs_hero.cs_style_1 .cs_text_btn_2 {
  position: relative;
  z-index: 1
}

.cs_hero.cs_style_1 .cs_hero_text {
  position: static;
  z-index: auto
}

.cs_accordian_body_wrap {
  overflow: hidden;
  transition: all .4s ease
}

.cs_rating i {
  display: flex
}

.cs_cs_slider_navigation_3 .cs_slider_next,
.cs_cs_slider_navigation_3 .cs_slider_prev {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: flex !important;
  height: 70px;
  padding: 5px;
  position: absolute;
  top: -213px;
  transition: all .4s ease;
  width: 90px
}

@media (max-width:1700px) {

  .cs_cs_slider_navigation_3 .cs_slider_next,
  .cs_cs_slider_navigation_3 .cs_slider_prev {
    height: 60px;
    top: -188px;
    width: 80px
  }
}

@media (max-width:991px) {

  .cs_cs_slider_navigation_3 .cs_slider_next,
  .cs_cs_slider_navigation_3 .cs_slider_prev {
    display: none !important
  }
}

.cs_cs_slider_navigation_3 .cs_slider_next img,
.cs_cs_slider_navigation_3 .cs_slider_prev img {
  transition: inherit
}

.cs_cs_slider_navigation_3 .cs_slider_next:hover,
.cs_cs_slider_navigation_3 .cs_slider_prev:hover {
  background-color: #307bc4
}

.cs_cs_slider_navigation_3 .cs_slider_next:hover img,
.cs_cs_slider_navigation_3 .cs_slider_prev:hover img {
  filter: brightness(0) invert(1)
}

.cs_cs_slider_navigation_3 .cs_slider_next {
  right: 0
}

.cs_cs_slider_navigation_3 .cs_slider_prev {
  right: 115px
}

@media (max-width:1700px) {
  .cs_cs_slider_navigation_3 .cs_slider_prev {
    right: 100px
  }
}

.cs_cs_slider_navigation_3 .slick-dots {
  display: none !important
}

@media (max-width:991px) {
  .cs_cs_slider_navigation_3 .slick-dots {
    display: flex !important
  }
}

.react-datepicker-wrapper {
  display: block
}

.cs_nav .cs_nav_list .cs_munu_dropdown_toggle.active+ul {
  display: block
}

.center-container {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  overflow: hidden;
  direction: rtl;
}

.testimonial-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.cs_testimonial {
  /* background: #f9f9f9; */
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cs_testimonial_text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.cs_testimonial_meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.cs_testimonial_avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.cs_testimonial_meta_right h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.cs_testimonial_meta_right p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #777;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.slider-btn img {
  width: 24px;
  height: 24px;
}

.dots-container {
  text-align: center;
  margin-top: 16px;
}

.dots-container .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}

.dots-container .dot.active {
  background-color: #307BC4;
}

@media (max-width: 768px) {
  .slide {
    min-width: 100%;
    padding: 16px;
  }

  .cs_testimonial_text p {
    font-size: 15px;
  }

  .cs_testimonial_meta {
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
  }

  .slider-btn {
    padding: 6px;
  }

  .cs_testimonial_avatar img {
    width: 50px;
    height: 50px;
  }
}

/* --- Testimonial Card Styling (from cs_* classes) --- */

.cs_testimonial {
  display: flex;
  flex-direction: column;
}

.cs_testimonial_text {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 40px;
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.cs_quote_icon {
  margin-bottom: 20px;
}

.cs_testimonial_meta {
  display: flex;
  align-items: center;
  margin-top: -40px;
  /* Pull the avatar up to overlap the card */
  padding-left: 40px;
  position: relative;
  z-index: 2;
}

.cs_testimonial_avatar {
  margin-right: 20px;
}

.cs_testimonial_avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cs_testimonial_meta_right h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  color: #1a1a1a;
}

.cs_testimonial_meta_right p {
  margin: 0;
  color: #555;
}


/* --- Star Rating System --- */
.cs_rating {
  margin-top: 20px;
  height: 20px;
  /* Set a fixed height */
  position: relative;
}

.cs_rating::before,
.cs_rating::after {
  content: '★★★★★';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  letter-spacing: 4px;
}

.cs_rating::before {
  color: #d8d8d8;
  /* Color of empty stars */
}

.cs_rating::after {
  color: #ffb400;
  /* Color of filled stars */
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  /* This width will be set by JavaScript */
}


/* --- Navigation Buttons and Dots --- */
.slider-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  transform: translateY(-50%) scale(1.1);
}

.slider-btn.prev-btn {
  left: 0;
}

.slider-btn.next-btn {
  right: 0;
}

.slider-btn img {
  width: 24px;
  height: 24px;
}

.slider-btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transform: translateY(-50%) scale(1);
}

.dots-container {
  text-align: center;
  margin-top: 25px;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d8d8d8;
  margin: 0 5px;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #307BC4;
}

.dot:hover {
  background-color: #307BC4;
}



.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}


#faqContainer {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 18px;
  width: auto;
  margin-bottom: .5rem;
  direction: rtl;
  font-size: 1.5rem;
}

#faqContainer h5 {
  font-size: 1.8rem;
}

#faqContainer .accordion-body {
  font-size: 1.5rem;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 0.75rem;
  max-width: 1450px;
  min-height: 100vh;
  margin: 0 auto;
  box-sizing: border-box;
}


.cs_iconbox.cs_style_3:hover .cs_iconbox_title,
.cs_iconbox.cs_style_3:hover .cs_iconbox_subtitle,
.cs_iconbox.cs_style_3:hover .cs_iconbox_number {
  font-weight: 900;
  /* Extra bold */
  color: black;
  /* Strong black */
  transition: all 0.3s ease;
}

.cs_iconbox_title,
.cs_iconbox_subtitle,
.cs_iconbox_number {
  transition: all 0.3s ease;
}


@media (max-width: 768px) {

  /* ثبّت الاتجاه لكل البوكسات */
  .cs_iconbox.cs_style_3 {
    display: flex !important;
    flex-direction: row-reverse !important;
    /* الأيقونة يمين في الكل */
    align-items: flex-start !important;
    text-align: right;
    /* النص يمين */
  }

  .cs_iconbox_icon {
    margin-left: 12px !important;
    margin-right: 0 !important;
  }
}



.cs_hero_bottom .cs_about_mini_img {
  position: absolute;
  right: 20%;
  top: 25%;
}

.cs_hero_bottom.cs_type_1 .cs_about_mini_img {
  left: 35%;
  right: auto;
  top: 44%;
}

.cs_hero_bottom.cs_type_2 .cs_about_mini_img {
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cs_rotate_animation {
  animation: rotate360 15s linear infinite;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.cs_hero.cs_style_2.cs_bg_filed {
  position: relative;
  /* overflow: hidden; */
}

.cs_hero.cs_style_2.cs_bg_filed .bg_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}



.cs_text_bg {
  background: rgba(0, 0, 0, 0.55);
  /* darker box */
  padding: 25px 35px;
  border-radius: 12px;
  display: inline-block;
  backdrop-filter: blur(4px);
  /* optional elegant blur */
}

.cs_text_bg {
  transition: background 0.3s ease;
}

.cs_text_bg:hover {
  background: rgba(0, 0, 0, 0.65);
}


.cs_hero_funfact {
  display: flex;
  align-items: flex-start;
  /* aligns image to the top */
  justify-content: flex-end;
  /* keeps items on the right side layout */
  gap: 20px;
  /* spacing between image & numbers */
  text-align: right;
}


.cs_hero_patents {
  transform: translateY(-20px);
  /* raise it higher */

  /* optional: adjust image size */
}


.title_center {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .title_center {
    font-size: 48px;
  }
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  background-color: #0a90ff;
  color: #fff;
  font-size: 28px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  /* hidden until scroll */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: background-color 0.3s ease;

  /* animation */
  animation: floatUpDown 2.5s ease-in-out infinite;
}

.back-to-top:hover {
  background-color: #066ccc;
  transform: scale(1.1);
}


/* Floating animation */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Neon glow animation */
@keyframes neonGlow {

  0%,
  100% {
    box-shadow: 0 0 10px #25D366, 0 0 20px #25D366;
  }

  50% {
    box-shadow: 0 0 20px #25D366, 0 0 40px #25D366;
  }
}

/* Main wrapper */
.whatsapp-wrapper {
  position: fixed;
  left: 20px;
  bottom: 110px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* WhatsApp button */
.whatsapp-btn {
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: floatUpDown 2.5s ease-in-out infinite, neonGlow 3s ease-in-out infinite;
  transition: transform 0.2s ease;
}

.whatsapp-btn img {
  width: 32px;
  height: 32px;
}

.whatsapp-btn:hover {
  transform: scale(1.15);
}

/* Popup message */
.wa-popup {
  background: #25D366;
  color: white;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 25px;
  opacity: 0;
  transform: translateX(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

/* Show popup on hover */
.whatsapp-wrapper:hover .wa-popup {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile auto-hide */
@media (max-width: 768px) {
  .whatsapp-wrapper {
    /* display: none; */
  }
}


.cs_iconbox_subtitle {
  color: Black;
}



/* Increase the h1 (subtitle) size */
.cs_section_heading .cs_section_subtitle {
  font-size: 42px !important;
  line-height: 1.2;
  text-align: right;
}

/* Make the main title readable and clean */
.cs_section_heading .cs_section_title {
  font-size: 68px;
  font-weight: 700;
  text-align: right;
  line-height: 1.15;
}

/* Fix inner spans so they behave nicely */
.cs_section_heading .cs_section_title span {
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .cs_section_heading .cs_section_subtitle {
    font-size: 32px !important;
  }

  .cs_section_heading .cs_section_title {
    font-size: 42px;
    line-height: 1.2;
  }
}


.cs_banner {
  position: relative;
}

.cs_cta_btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  /* adjust vertical position */
  transform: translateX(-50%);
  padding: 15px 40px;
  font-size: 20px;
  color: #00ffff;
  background-color: #111;
  /* dark background to enhance glow */
  border: 2px solid #00ffff;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff, 0 0 20px #00ffff;
}

/* Hover Effect */
.cs_cta_btn:hover {
  color: #fff;
  background-color: #00ffff;
  box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 40px #00ffff, 0 0 60px #00ffff;
  transform: translateX(-50%) scale(1.05);
}


@keyframes floatGlow {
  0% {
    transform: translateX(-50%) translateY(0);
    box-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff, 0 0 20px #00ffff;
  }

  50% {
    transform: translateX(-50%) translateY(-12px);
    box-shadow: 0 0 15px #00ffff, 0 0 25px #00ffff, 0 0 40px #00ffff;
  }

  100% {
    transform: translateX(-50%) translateY(0);
    box-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff, 0 0 20px #00ffff;
  }
}

.cs_cta_btn {
  animation: floatGlow 3s infinite ease-in-out;
}



/* تنسيق المؤشر المخصص */
.cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  background-color: #307bc4;
  /* لون العيادة */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;

  /* منع المؤشر من اعتراض النقرات - خطوة حاسمة */
  pointer-events: none;

  z-index: 10000;
  opacity: 0;
  /* مخفي في البداية */

  /* لجعل الحركة ناعمة */
  transition: opacity 0.3s ease, transform 0.2s ease-out;
  transform: translate(-50%, -50%) scale(1);

  /* التأكد من عدم وجود تداخل مع التحريك اليدوي */
  left: 0;
  top: 0;
  will-change: transform;
}

/* تأثير عند التأشير على رابط أو زر */
.cursor.cursor-hover {
  transform: translate(-50%, -50%) scale(1.8);
  background-color: #1a5a92;
}