@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --main-color: #222222;
  --sec-color: #2a8891;
  --bg-btn: #023A53;
  --dark-color: rgb(55, 120, 125);
  --hover-color: #002C40;
  --gray-color: oklch(37.3% 0.034 259.733);
  --gray-color-800: oklch(27.8% 0.033 256.848);
  --800: #1e2939;
  --color-red-700: oklch(50.5% 0.213 27.518);
  --color-gray-900: oklch(21% 0.034 264.665);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --drop-shadow-lg: 0 4px 4px #00000026;
  --drop-shadow-2xl: 0 25px 25px #00000026;
  --tw-gradient-stops: oklch(21% 0.034 264.665);
}
.wpcf7 form .wpcf7-response-output {

    color: #fff;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Regular-BF6569491e3eff1.otf");
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
body {
  direction: rtl;
  text-align: start;
  font-family: "Geist";
  font-family: "Vazirmatn", sans-serif;
  overflow-x: hidden;
}

.owl-carousel {
  direction: ltr;
}

button:focus {
  border: none;
  outline: none;
}
input:focus {
  outline: none;
}
ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
a,
a:hover {
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 8px;
}

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

::-webkit-scrollbar-thumb {
  background: #1e666c;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3b8a90;
}

* {
  scroll-behavior: smooth;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-offset: 2px;
  outline: 2px solid #1e666c;
}
.card-header .btn:focus {
  border-bottom: 2px solid #1e666c;
}
button.btn.btn-link.collapsed {
  border-bottom: none !important;
}
/* Hide the input checkbox */
#toggle-button {
  display: none;
}

/* Style for the moon and sun icons */
#moon-icon {
  color: black;
  transition: opacity 0.3s ease;
}

#sun-icon {
  color: orange;
  transition: opacity 0.3s ease;
  opacity: 0;
}

#toggle-button:checked + label #moon-icon {
  opacity: 0;
}

#toggle-button:checked + label #sun-icon {
  opacity: 1;
}

.lang a {
  color: var(--color-gray-100);
  text-transform: capitalize;
  background-color: oklch(37.3% 0.034 259.733);
  background-color: #364153;
  padding: 5px 18px 4px;
  border-radius: 50px;
  font-size: 14px;
  border: 2px solid transparent;
  transition:all 0.3s;
}

.lang a i {
  padding-inline-end: 4px;
}
.logo {
    width:241px;
    /*height:48px;*/
}
.logo img {
  max-height: 48px;
  max-width: 100%;
  object-fit: contain;
  transition:all 0.3s;
}
.header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s ease-in-out;
  right: 0;
  left: 0;
  top: 0;
  z-index: 3;
  border-radius: 0;
  border: none;
}
.header.scroll-up {
  top: -120px;
}
.header.scroll-down {
  top: 0px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 25px #0000004d;
  margin: 16px 16px 0 16px;
  border: 1px solid var(--gray-color);
  border-radius: 16px;
  width: 98%;
}
header.headerTop {
  box-shadow: none !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
}
.navbar-nav li {
  margin-right: 6px;
}
.header.scroll-down  .row {
    padding: 12px 0;
}
.mynav {
  margin-inline-start: 36px;
  border: 1px solid #fff;
  border-radius: 32px;
  padding: 7px 0;
}

.right-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-menu,
.left-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  gap: 12px;
}
.main-menu {
  justify-content: center;
}

header .main-menu li a {
  font-size: 16px;
  position: relative;
  transition: all 0.3s;
  color: #fff;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 50px;
}

.navbar-toggler-icon i {
  color: #fff;
  background-color: var(--bg-color);
  padding: 6px 8px;
  font-size: 25px;
  margin-top: -5px;
}

.my-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px;
  z-index: 3;
}
.responsive-menu .lang a {
  background: var(--color-gray-700);
}

.responsive-menu .btnSearch {
  padding-inline: 0;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: linear-gradient(
    135deg,
    rgba(55, 65, 81, 0.8),
    rgba(75, 85, 99, 0.6)
  );
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border: 1px solid #fff;
}
.navbar-toggler-icon span {
  width: 20px;
  height: 2px;
  background: #00d4e6;
  display: block;
}
.navbar-toggler-icon.side-open span {
  background: var(--color-red-700);
}
.navbar-toggler-icon.side-open span:first-of-type {
  transform: translate(0px, 5px) rotate(45deg);
}
.navbar-toggler-icon.side-open span:last-of-type {
  transform: translate(-1px, -4px) rotate(-45deg);
}
.menu-lang {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bg-gradient-to-r,
.bg-gradient-to-t {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.sidebar .lang {
    padding-top: 8px;
}
/* Sidebar */
.sidebar {
  position: fixed;
  top: 80px;
  bottom: 0;
  height: 100%;
  width: 94%;
  background-color: var(--color-gray-900);
  z-index: 99;
  transition: all 0.3s;
  margin: 12px;
  border-radius: 16px;
  overflow-y:scroll;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.sidebar-width {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.sidebar .close-side i {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  display: none;
}
.sidebar .side-content {
  padding: 30px;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--sec-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none !important;
}
.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  background-image: linear-gradient(
    to right,
    rgb(82, 89, 102),
    rgb(86, 93, 106)
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom left;
  padding-bottom: 10px;
}

.sidebar .side-content ul li a {
  color: var(--color-gray-100);
  display: inline-block;
  padding: 4px 14px;
  position: relative;
  transition: all 0.3s;
  font-size: 14px;
  animation: fadeInUp;
  animation-duration: 2s;
}
.sidebar .side-content ul li:first-of-type a {
  animation-delay: 0.2s;
}
.sidebar .side-content ul li:nth-child(2) a {
  animation-delay: 0.4s;
}
.sidebar .side-content ul li:nth-child(3) a {
  animation-delay: 0.6s;
}
.sidebar .side-content ul li:nth-child(4) a {
  animation-delay: 0.8s;
}
.sidebar .side-content ul li:nth-child(5) a {
  animation-delay: 1s;
}
.sidebar .side-content ul li:nth-child(6) a {
  animation-delay: 1.2s;
}
.sidebar .side-content ul li:nth-child(7) a {
  animation-delay: 1.4s;
}
.sidebar .side-content ul li:nth-child(8) a {
  animation-delay: 1.4s;
}
/* --------------------------------------------- */
.theme-toggle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray);
  border-radius: 50%;
  position: relative;
}

#toggle-button + label {
  margin-bottom: 0;
  height: 100%;
}

#moon-icon,
#sun-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  transform: translate(-50%, -50%);
}

.header .row {
  align-items: center;
  padding: 20px 0;
}
  
.my-btn a {
  display: inline-block;
  min-width: 160px;
  background: #023A53;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
  transform: translateY(0px) scale(1);
  padding: 20px 20px;
  font-weight:600;
}

.header.scroll-down .my-nav {
  padding: 0;
}
/* -------------------------------------------------  */
section {
  background: linear-gradient(
    to top,
    rgb(17, 24, 39) 0%,
    rgb(31, 41, 55) 50%,
    rgb(55, 65, 81) 100%
  );
}
section.about {
  background: var(--gray-color-800);
  padding: 96px 0;
  position: relative;
}
section.about::after {
  position: absolute;
  content: "";
  width: 86%;
  height: 1px;
  bottom: 0px;
  background: oklch(96.7% 0.003 264.542);
  left: 50%;
  transform: translateX(-50%);
  opacity: 50%;
}
section.stats-section {
  padding: 80px 0;
  background: var(--gray-color-800);
}
.about-counter {
  max-width: 94%;
  margin: auto;
}
.count-block {
  color: #fff;
  border: 1px solid var(--gray-color);
  border-radius: 16px;
  text-align: center;
  padding: 22px;
  background-color: oklch(0.28 0.03 257.69);
}
.count-block img {
  max-height: 50px;
}
.count-block .img {
  background:var(--sec-color);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 auto 24px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.count-block .img img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
}

/* Start banner section */
section {
  padding: 80px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--gray-color);
}

.section-title {
  text-align: center;
  margin-bottom: 48px;
}
.section-title h4 {
  font-size: 48px;
  color: rgb(249, 250, 251);
}
section.baner-sec {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.baner-info {
  text-align: center;
  padding-top: 40px;
}
.baner-info h1 {
  margin-bottom: 24px;
  font-size: 72px;
  color: #fff;
}
.baner-info h2 {
  font-size: 30px;
  color: rgb(96, 212, 221);
  /*color:var(--bg-btn);*/
  text-shadow: rgba(96, 212, 221, 0.2) 0px 0px 10px;
  margin-bottom: 24px;
}
.banner_btns {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.banner_btns .my-btn.services a {
  background: transparent;
  border: 2px solid var(--bg-btn);
  min-width: 160px;
  padding: 18px;
}

.banner_btns .my-btn a {
  min-width: 212px;
}

/* ----------------------------------------------------------------- */
.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next {
  margin-top: 0;
  position: absolute;
  top: 36%;
  width: 56px;
  height: 56px;
  border: 1px solid oklch(37.3% 0.034 259.733);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 34px;
  color: rgb(249, 250, 251);
  transition: all 0.3s;
}

.card-slider.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.card-slider.owl-theme .owl-nav .owl-next {
  right: 0;
}
.card-slider.owl-theme .owl-nav .owl-prev.active-border,
.card-slider.owl-theme .owl-nav .owl-next.active-border {
  outline-offset: 2px;
  outline: 2px solid #1e666c;
}

/******************************************************************************/
/* Start about section */
.about .about-img img {
  width: 376px;
  height: 376px;
  object-fit: cover;
  border: 4px solid #4b5461;
  border-radius: 16px;
}
.about .about-img {
  width: 380px;
  margin: auto;
  margin-bottom: 62px;
}

section.about .my-btn {
  text-align: center;
}
section.about .my-btn a {
  min-width: 200px;
  border-radius: 12px;
}
.about_details h2 {
  font-size: 60px;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.about_details p {
  color: #fff;
  font-size: 20px;
  padding-inline-end: 80px;
  line-height: 41px;
}

section.about .container {
  padding: 0 42px;
}

.about_details ul {
  list-style: disc;
  padding-inline-start: 16px;
}

.about_details ul li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}
/* ----------------   counter   ------------*/
.counter-item {
  direction: ltr;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: var(--sec-color);
  display: flex;
  justify-content: center;
}

.count-block {
  padding: 24px;
  transition: all 0.3s;
  border-radius: 16px;
  margin-bottom: 10px;
  position: relative;
}

.count-block .details h6 {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 0;
  color: #d1d5dc;
}

.counter-info h3 {
  font-size: 32px;
  margin-bottom: 60px;
}
/* --------------------------------------------------- */
.leaders-house {
  padding: 24px 0;
  background: #101828;
}

.leader-img {
  width: 160px;
  height: 80px;
  margin: auto;
  text-align: center;
}
.leader-img img {
  max-width: 100%;
  max-height: 100%;
}
/* ------------------------------------------------------------ */
/* Start distinguishes-me section */
.distinguishes-me {
  background: rgb(17, 24, 39);
}
.distinguishes-me .section-title {
  margin-bottom: 64px;
}
.distinguishes-me .row {
  justify-content: center;
}
.disting_content {
  background-color: rgba(31, 41, 55, 0.8);
  border: 1px solid rgba(55, 65, 81, 0.3);
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 48px;
}
.disting_content ul li {
  margin-bottom: 24px;
  font-size: 18px;
  background: transparent;
  transition: all 0.3s;
  padding: 16px;
  border-radius: 16px;
  color: rgb(209, 213, 219);
  display: flex;
  align-items: center;
  gap: 14px;
}

.disting_content ul li .icone {
  background-color: rgb(42, 136, 145);
  border-radius: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: all 0.2s;
}
.disting_content ul li .icone img {
  filter: brightness(0) invert(1);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}

/* End distinguishes-me section */
/* --------------------------------------------- */
/* Start  services section */
section.services {
  background: var(--gray-color-800);
}
.section-title h5 {
  color: rgb(209, 213, 219);
}
.services .section-title {
  margin-bottom: 48px;
}
.service-item {
  border: 2px solid var(--gray-color);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.service-item h3 {
  color: rgb(249, 250, 251);
  font-size: 20px;
  min-height: 60px;
  line-height: 30px;
  margin-bottom: 12px;
}
.service-item h6 {
  font-size: 14px;
  margin-bottom: 14px;
  color: rgb(209, 213, 219);
  line-height: 24px;
}
.service-item ul {
  margin-bottom: 24px;
}
.service-item ul li {
  padding-inline-start: 20px;
  position: relative;
  color: rgb(209, 213, 219);
  font-size: 14px;
  margin-bottom: 10px;
}
.service-item ul li::before,
.notes ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--sec-color);
  inset: 0;
  top: 6px;
}
.notes h5 {
  color: var(--color-red-700);
  font-size: 14px;
}
.notes ul li {
  position: relative;
  color: rgb(209, 213, 219);
  font-size: 14px;
  padding-inline-start: 12px !important;
}
.notes ul li::before {
  content: "-";
  background-color: transparent;
  top: 0px;
}
.service-item .my-btn a {
  min-width: 79px;
  border-radius: 8px;
  padding: 7px;
}
.service-price {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-radius: 12px;
  background: var(--gray-color);
}
.service-price .ser-price {
  display: flex;
  color: #fff;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
}
.serivce-time span {
  color: #fff;
  background: var(--gray-color);
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  border-radius: 12px;
}
.serivce-time {
  display: flex;
  margin-bottom: 8px;
  gap: 8px;
}

.service-price .ser-price span {
  padding-inline-start: 6px;
}

.service-price .ser-price .old-price {
  text-decoration: line-through;
}

.service-price .ser-price .new-price {
  /*color: var(--color-red-700);*/
  color:var(--sec-color);
}
.service-price .ser-price .new-price.new-price-white {
  color: #fff;
}
section.services .col-lg-4 {
  padding: 0 10px;
}
.service_list_and_notes {
  min-height: 314px;
}
.services .col-lg-4:first-of-type .service_list_and_notes,
.services .col-lg-4:nth-child(2) .service_list_and_notes,
.services .col-lg-4:nth-child(3) .service_list_and_notes {
  min-height: 320px;
}
/* end  services section */
/* --------------- start clients section --------------   */
.clients {
  background: var(--color-gray-900);
}
.clients .row {
  justify-content: center;
}
.client_slider {
  padding: 40px;
  border-radius: 24px;
  border: 1px solid var(--gray-color);
  background: var(--gray-color-800);
}
.client-img {
  background-color: rgb(42, 136, 145);
  background-color:var(--bg-btn);
  width: 56px;
  height: 58px;
  border-radius: 50%;
  padding: 12px;
}

.client-img img {
  max-width: 100%;
  max-height: 100%;
}
.client-item h5 {
  color: #fff;
  font-size: 16px;
  margin: 0 24px 24px 24px;
  text-align: center;
  min-height: 120px;
  line-height: 27px;
}
.client_details {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 50px;
}

.service-type h6 {
  color: rgb(249, 250, 251);
  font-size: 18px;
  font-weight: 600;
}

.service-type .client-job h6 {
  color: #fff;
  font-size: 16px;
}
/* --------------------------  faq section ---------------   */
.faq {
  background: var(--gray-color-800);
}
.faq .row,
.follow-me .row {
  justify-content: center;
}
.card-header {
  background: var(--gray-color-800);
  border: none;
  padding: 0;
  border-radius: 24px !important;
}

.card {
  margin-bottom: 24px;
  border: 2px solid var(--gray-color);
  border-radius: 24px;
  background: var(--gray-color-800);
  transition: all 0.3s;
}

.card-header .btn {
  display: flex;
  padding: 24px 32px;
  width: 100%;
  position: relative;
  font-size: 20px;
  overflow: hidden;
  text-decoration: none;
  color: rgb(249, 250, 251);
  font-weight: 700;
  background: var(--gray-color-800);
  border-radius: 24px;
  /* border: 2px solid var(--gray-color); */
}
   
.card-header .btn::after {
  content: "\f107";
  position: absolute;
  left: 16px;
  font-family: "font awesome 5 pro";
  font-weight: 400;
  top: 19px;
  bottom: 0;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background: #203c4b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a8891;
  border-radius: 50%;
}

.card-header .btn:not(.collapsed)::after {
  color: #fff;
}

.card-body {
  padding: 24px 32px;
  border-radius: 0 0 24px 24px;
  border: 1px solid var(--gray-color);
  background: var(--gray-color-800);
  color: var(--color-gray-300);
  font-size: 18px;
  background: #364153;
  /* border-top: 2px solid #1e666c; */
  transition: all 0.3s;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.card-header .btn:not(.collapsed) {
  color: rgb(249, 250, 251);
  border-radius: 24px 24px 0 0;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f106";
  color: var(--sec-color);
}

.card-body p {
  font-weight: 420;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-gray-300);
  margin-bottom: 0;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* -------------------------- follow section ------------------   */
.follow-me {
  background: rgb(31, 41, 55);
  border: none;
}
.follow-me .section-title {
  margin-bottom: 64px;
}
.follow-content {
  background-color: rgba(31, 41, 55, 0.8);
  border: 1px solid rgba(55, 65, 81, 0.3);
  padding: 40px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 5px 25px #0000002e;
}
.follow-icones a {
  width: 66px;
  height: 66px;
  border: 2px solid var(--sec-color);
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sec-color);
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(156, 163, 175, 0.1) 0%,
    rgba(209, 213, 219, 0.05) 100%
  );
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.1) 0px 1px 0px inset;
  transition: all 0.3s;
}

.follow-icones a svg {
  max-width: 28px;
  max-height: 28px;
}
.follow-icones {
  display: flex;
  align-items: center;
  justify-content: center;
}

.follow-disc {
  margin-top: 40px;
}
.follow-disc p {
  color: rgb(156, 163, 175);
  margin-bottom: 0;
}
.shadow-xl {
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xl {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
}
/*  --------------- Start footer section --------------------*/

footer {
  padding: 42px 0 0;
  overflow: hidden;
  background: linear-gradient(
    to top,
    rgb(17, 24, 39) 0%,
    rgb(31, 41, 55) 50%,
    rgb(55, 65, 81) 100%
  );
  background-image: linear-gradient(var(--tw-gradient-stops));
}
footer .footer-logo .img {
 height: 48px;
  max-width:100%;
    background-color: #2a8891; /* اللون المطلوب بالضبط */

}

footer h4 {
  color: var(--sec-color);
  font-size: 18px;
  margin-bottom: 24px;
}

span.mob-num {
  display: inline-block;
  direction: ltr;
}
.copy-right {
  padding: 16px 0px;
  margin-top: 20px;
  border-top: 1px solid var(--color-gray-700);
}
.copy-right p {
  color: var(--color-gray-400);
  margin-bottom: 0;
}

.ryad-logo {
  height: 65px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.comp-rights {
  text-align: left;transform: scale(.75);
    float: left;
}

.copy-right .row {
  align-items: center;
}

.ryad-logo {
  height: 65px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}
.our-services ul li {
  position: relative;
  padding-inline-start: 14px;
  color: var(--color-gray-300);
  margin-bottom: 12px;
  width: 49%;
  font-size: 14px;
}
.our-services ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  inset: 0;
  top: 8px;
  background: var(--sec-color);
}
.footer-contact li a {
  color: var(--color-gray-300);
  display: flex;
  margin-bottom: 16px;
  font-size: 14px;
  transition:all 0.3s;
}
.footer-contact li a span.key {
  color: var(--sec-color);
  padding-inline-end: 6px;
  font-weight: 600;
}
.footer-links li a {
  color: var(--color-gray-300);
  display: inline-block;
  margin-bottom: 16px;
  transition: all 0.3s;
  font-size: 14px;
}

.our-services ul {
  display: flex;
  flex-wrap: wrap;
}
.fixed-icone {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9;
}
.contact-with-us {
  position: absolute;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
  min-width: 140px;
  bottom: -20px;
}

.fixed-icone a::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: -22px;
  left: -22px;
  border-radius: 50%;
  z-index: -1;
  background: #3ba0a96b;
  animation: fadePulse 2s infinite ease-in-out;
}

@keyframes fadePulse {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
}
.fixed-icone a {
  position: relative;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  background: var(--bg-btn);
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}

/* Start Loader */

.loader {
  display: block;
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  visibility: visible;
  background-color: var(--gray-color);
  background-color: oklch(0.28 0.03 256.85 / 0.43);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loader.hidden.close {
  z-index: -4;
}

.loader .logo-load {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 180px;
  height: 200px;
  margin: auto;
  transition: all 0.5s;
}

.logo-load {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.loader img {
  height: 70px;
  object-fit: cover;
}
.three-dots span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  margin: 3px;
  display: inline-block;
  animation: move-up-down 0.6s infinite alternate;
}
.three-dots span.dot-2 {
  animation: move-down-up 0.6s infinite alternate;
}
.three-dots {
  margin-top: 190px;
}
.dot-1 {
  animation-delay: 1s;
}

.dot-2 {
  animation-delay: 2s;
}
.dot-3 {
  animation-delay: 3s;
}
@keyframes move-up-down {
  from {
    transform: translateY(3px);
  }
  to {
    transform: translateY(-3px);
  }
}
@keyframes move-down-up {
  from {
    transform: translateY(-3px);
  }
  to {
    transform: translateY(3px);
  }
}
/* End Loader */
/* ********************************************************************************************* */
/* Scroll to top */
#mybtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 9;
  border: none;
  outline: none;
  background-color: var(--bg-btn);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
}
#mybtn i {
  color: #fff;
}
.leaders-house {
    display: none;
}
@media (min-width: 991px) {
  .disting_content ul li:hover {
    background: rgba(16, 185, 129, 0.1);
    background: #1b353c;
  }
  header .main-menu li a:hover {
     color:var(--sec-color);
  }
  header .main-menu li a:focus {
    border-color: var(--bg-btn);
  }
  .my-btn a:hover {
    transform: scale(1.105);
    background: var(--hover-color);
  }
  .banner_btns .my-btn a:hover {
    background: var(--hover-color);
    transform: translateY(-3px) scale(1.05);
  }
  .banner_btns .my-btn.services a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    transform: translateY(-3px) scale(1.05);
    background:var(--hover-color);
      border-color: var(--hover-color);
  }
  .disting_content ul li:hover .icone {
    transform: scale(1.1);
  }
  .service-item:hover {
    transform: translateY(-5px);
  }
  .card:hover {
    background: var(--gray-color);
  }
  .follow-icones a:hover {
    border-color: rgb(71, 151, 156);
    color: rgb(71, 151, 156);
    background: linear-gradient(
      135deg,
      rgba(243, 244, 246, 0.2) 0%,
      rgba(209, 213, 219, 0.1) 100%
    );
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px -3px,
      rgba(255, 255, 255, 0.2) 0px 1px 0px inset;
    transform: scale(1.1) translateY(-10px);
    backdrop-filter: var(--drop-shadow-lg);
  }
  .card-header .btn:hover {
    background: var(--gray-color);
  }
  .footer-links li a:hover {
    color: var(--sec-color);
  }
  .fixed-icone:hover .contact-with-us {
    opacity: 1;
  }
  .fixed-icone a:hover {
    background: var(--hover-color);
    transform: scale(1.1);
  }
  .footer-contact li a:hover{
      color:var(--sec-color);
  }
  .lang a:hover {
    border: 2px solid #1e666c;
}
.logo img:hover{
    transform:scale(1.06);
}
}

.lang a:focus {
    outline-offset: 0;
    outline:none;
    border: 2px solid #1e666c;
}


.contact-form form input,
.contact-form form textarea,.contact-form form select {
    width: 100%;
    padding: 12px 10px;
    border-radius: 24px;
    border: 1px solid var(--gray-color);
    background: var(--gray-color);
    color: #fff;

}
.contact-form form select option,
.contact-form form input::placeholder,
.contact-form form textarea::placeholder{
    color:#fff;
}
.contact-form.contact h5 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    font-weight:600;
}

.my-btn  button {
    width: 100%;
    padding: 14px;
    color: #fff;
    font-size: 14px;
    font-weight:600;
    background: #023A53;
    border: 1px solid #E4E4E4;
    border-radius: 50px;
    text-align: center;
}

.modal-header {
    padding-bottom: 0;
    border: none;
}
select {
    max-height: 52px;
}
.modal-body {
    padding: 0 32px 46px;
}
.modal-content {
    background-color: var(--gray-color-800);
    border-radius:20px;
}
.modal-header .close {
    color: #fff;
    font-size: 34px;
    font-weight: 200;
}
.close:hover{
     color: #fff;  
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}
section.services .row {
    justify-content: center;
}

.service_list_and_notes {
    min-height: 391px;
}
   
.service-item h6 {
    min-height: 96px;
}
.dscf7-captcha-container {
  direction: ltr;
  text-align: left;
}


