:root {
  --section-padding: 2.500rem;
  --mon: "Montserrat", sans-serif;
  --blue: #8a6bff;
  --darkblue: #0a0a36;
  --primary-blue: #00648e;
  --golden: #c1a854;
  --dark-slate: #3c4a51;
  --section-background: linear-gradient(45deg, #e0e2ed9c, #dbdeeb5e);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@media (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

* {
  font-family: "Poppins", sans-serif;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  font-display: swap;
  direction: ltr;
}

html[lang="ar"] *:not(i) {
  font-family: "Noto Kufi Arabic", "DM Sans", sans-serif;
  direction: rtl;
}


.logo-3d {
  position: absolute;
  width: 119px;
  height: 195px;
  top: 52%;
  left: 42%;
  display: none;
}

@media (min-width: 993px) {
  .logo-3d {
    display: block;
  }
}

*:focus {
  outline: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100vh;
  background-color: transparent;
  background-image: url("/assets/img/pngwing.com (37) 1.webp");
  background-color: #bdb66f17;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper {
  cursor: grab;
}

.row {
  display: flex !important;
  flex-direction: row !important;
}

.column {
  display: flex !important;
  flex-direction: column !important;
}

.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* main button */
.frutiger-button {
  display: flex;
  gap: .2rem;
  width: fit-content;
  cursor: pointer;
  position: relative;
  padding: .6em;
  border-radius: 6px;
  border-radius: 12px;
  border: 0;
  /* text-shadow: 1px 1px #000a; */
  background: linear-gradient(#fdd835, #efc02c);
  /* background: linear-gradient(#15356a, #00648e); */
  /* box-shadow: 0px 4px 6px 0px #0008; */
  transition: 0.3s all;
}

.frutiger-button img {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  /* border-radius: 5px; */
  transition: 0.3s all;
  width: 20px;
}

.frutiger-button svg {
  transform: rotate(30deg);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  fill: #fff;
}

html[lang="ar"] .frutiger-button svg {
  transform: rotate(-30deg);
}

.frutiger-button:hover svg {
  transform: rotate(90deg);

}

html[lang="ar"] .frutiger-button:hover svg {
  transform: rotate(-90deg);

}

/* .frutiger-button:hover img {
  transform: translateX(2px);
} */
/* html[lang="ar"] .frutiger-button img  {
  rotate: 180deg;
} */


.frutiger-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(203, 239, 44, 0.5);
}

.frutiger-button img {
  filter: brightness(1.5) grayscale(1);
}

.frutiger-button:active {
  box-shadow: 0px 0px 0px 0px #0000;
}

.frutiger-button .inner {
  position: relative;
  inset: 0px;
  padding: 1em;
  padding: 0px;
  border-radius: 12px;
  /* background: radial-gradient(circle at 50% 100%, #efc02c 10%, #fff17600 55%), linear-gradient(#ffd54f, #efc02c); */
  overflow: hidden;
  transition: inherit;
  padding-right: 0px;
}

.frutiger-button .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-65deg, #0000 40%, #fff7 50%, #0000 70%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: thing 3s ease infinite;
}

@keyframes thing {
  0% {
    background-position: 130%;
    opacity: 1;
  }

  to {
    background-position: -166%;
    opacity: 0;
  }
}

.frutiger-button .top-white {
  position: absolute;
  border-radius: inherit;
  inset: 0 -8em;
  transition: inherit;
}

.frutiger-button .inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: inherit;
  box-shadow: inset 0px 2px 8px -2px #0000;
}

.frutiger-button .frutiger-button:active .inner::after {
  box-shadow: inset 0px 2px 8px -2px #000a;
}

.frutiger-button .text {
  position: relative;
  z-index: 1;
  /* color: #3b2800;  */
  color: white;
  /* font-weight: 550; */
  transition: inherit;
}

.no-margin {
  margin: 0 !important;
}

section,
.footer-section {
  position: relative;
  width: 100%;
}

section>.content,
.footer-section>.content {
  width: 100%;
  padding: 1rem;
  margin: 0px auto;
}

section .sup-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.75rem;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  padding: 0px 1rem;
  color: var(--golden);
  margin-top: 2.25rem !important;
}

section .sup-title>img {
  width: 40px;
}

@media (min-width: 768px) {

  section>.content,
  .footer-section>.content,
  section .sup-title {
    width: 95%;
    text-align: unset;
  }
}

section>.content.c-flex-column {
  display: flex;
  flex-direction: column;
  gap: 2rem 1rem;
}

@media (min-width: 992px) {
  section>.content.c-flex-row {
    width: 95%;
    flex-direction: row;
  }
}

p {
  max-width: 100%;
  color: #777777;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: var(--primary-blue);
}

ul {
  margin: 0px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

a.button,
.second-btn,
.main-btn {
  display: flex !important;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border: none;
  color: #000000;
  width: fit-content;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  border-radius: 12px;
}

button img,
a.button img {
  width: 16px;
  height: 16px;
}

@media (max-width: 359px) {
  .r-btn {
    flex-wrap: wrap;
  }

  .r-btn a,
  .r-btn button {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.free-icon {
  rotate: 111deg;
}

@media (max-width: 576px) {
  button.btn-full-width {
    width: 100%;
  }
}

.main-btn,
a.button.main-btn {
  background: linear-gradient(45deg, #FFD54F, #EFC02C);
}

.main-btn:hover,
a.button.main-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(239, 192, 44, 0.5);
  background: linear-gradient(45deg, #EFC02C, #E0AD0B);
}

.second-btn {
  background: transparent;
  color: white;
  border: 1px solid #FFD54F;
  /* background: linear-gradient(45deg, #EFC02C, #E0AD0B); */
}

.second-btn:hover {
  box-shadow: 0 12px 30px rgba(239, 192, 44, 0.5);
  background: linear-gradient(45deg, #EFC02C, #E0AD0B);
}

button.reserve-btn {
  cursor: pointer;
}

.arrow-svg {
  width: 27px !important;
  height: 27px !important;
}

.swiper-pagination-bullet.custom-bullet {
  width: 30px;
  height: 6px;
  background-color: #adab86;
  border-radius: 3px;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet.custom-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: #FFD700;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(248, 243, 255, 0.7);
}

.loader img {
  display: flex;
  width: 200px;
  height: auto;
}

.main {
  -webkit-overflow-scrolling: touch;
  position: relative;
  background-color: transparent;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  overflow-y: auto;
}

.scroll {
  scrollbar-width: auto;
  scrollbar-color: #FFD54F transparent;
}

.scroll::-webkit-scrollbar {
  width: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background: #FFD54F;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(65, 41, 107, 0.9);
}

.iti {
  display: flex;
}

.iti__flag-container {
  position: static;
}

.iti__arrow {
  margin: 0;
  margin-right: 6px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti.iti--allow-dropdown {
  margin-top: 10px;
  margin-bottom: 30px;
}

.iti__country-list {
  direction: ltr;
}

.select2-dropdown {
  z-index: 1000002;
}

/* start header  */
header.ar,
header.ar .row {
  flex-direction: row-reverse !important;
}

header {
  z-index: 1000000;
  padding: 25px;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  color: white;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.5s;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  direction: ltr !important;
}

header .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header .row .menu {
  cursor: pointer;
  font-size: 25px;
  transition: color 0.5s;
  width: fit-content !important;
}

header .row .menu:hover {
  color: #E0AD0B;
}

header .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: opacity 0.5s;
}

header .header-logo:hover {
  opacity: 0.6;
}

header .header-logo .logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  background-image: url("/assets/img/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: transparent;
}

header .header-logo img {
  display: none;
  width: auto;
  height: 35px;
}

header .header-links {
  max-height: calc(100vh - 100%);
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  gap: 2rem;
  transform: translateX(100%);
  flex-direction: column;
  background-color: #f8f3ff;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: rgb(17 17 26 / 5%) 0px 10px 16px, rgb(17 17 26 / 5%) 0px 30px 32px;
  transition: transform 0.3s;
  padding: 0px;
  width: fit-content;
}

html[lang="en"] header .header-links {
  direction: ltr;
}

header .header-links.show {
  transform: translateX(0);
  width: fit-content;
  gap: .5rem;
}

header .header-links.show * {
  color: #000000;
}

header .header-links a:first-child,
header .header-links .l-m-c:first-child {
  margin: 0;
}

header .header-links .l-m-c:hover .link-menu {
  display: flex;
}

header .header-links .l-m-c:hover span {
  color: #E0AD0B;
}

header .header-links a,
header .header-links .l-m-c {
  font-size: 1.125rem;
  padding: 7.5px 20px;
  padding-left: 20px;
  color: white;
  transition: color 0.5s, background 0.5s;
}

header .header-links .l-m-c span {
  transition: color 0.5s, background 0.5s;
}

header .header-links a:hover,
header .header-links .l-m-c span:hover {
  cursor: pointer;
  background-color: #FFD54F;
  color: #ffffff;
}

header .header-links .l-m-c {
  position: relative;
}

header .header-links .l-m-c .link-menu {
  padding-top: 10px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-animation: animatezoom 0.2s;
  animation: animatezoom 0.2s;
}

header .header-links .l-m-c .link-menu .l-m {
  padding: 15px;
  display: flex;
  flex-direction: column;
  background-color: rgba(248, 243, 255, 0.9);
  box-shadow: rgb(100 100 111 / 15%) 0px 7px 29px 0px;
  border-radius: 15px;
}

header .header-links .l-m-c .link-menu a {
  margin: 0;
  white-space: nowrap;
}

header .header-lang {
  color: #FFD54F;
  transition: color 0.5s;
  order: 3;
  width: fit-content;
}

header .header-lang:hover {
  cursor: pointer;
  color: #E0AD0B;
}

/* start hero */
.hero {
  position: relative;
  background-color: transparent;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero.home {
  height: 112vh;
  max-height: 850px;
}

.hero .frutiger-button {
  background: linear-gradient(#fdd835, #efc02c) !important;
}

.hero .frutiger-button:hover {
  box-shadow: 0 12px 30px rgba(210, 239, 44, 0.5);
}

.hero .frutiger-button img {
  filter: brightness(1.5) grayscale(1);
}

.hero .swiper-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: .5rem;
}

.hero .swiper-hero-bg .swiper-pagination {
  bottom: -7px;
}

.hero .swiper-hero-bg .swiper-slide {
  height: -webkit-fill-available;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero>.content {
  position: absolute;
  width: fit-content;
  left: 3%;
  bottom: 22%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.hero>.content.active {
  opacity: 1;
  transform: translateY(0);
}

html[lang="ar"] .hero>.content {
  right: 3%;
  left: unset;
}

@media (max-width: 768px) {
  .hero>.content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: unset;
    right: unset !important;
  }
}

html[lang="en"] .hero>.content {
  direction: ltr;
}

.about .hero,
.service .hero,
.contracts .hero,
.blog .hero,
.feedback .hero,
.contact .hero,
.media .hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero h3 {
  margin: 0;
  margin-top: 50px;
  line-height: 1;
  color: #E0AD0B;
  font-size: 14px;
}

.hero .a-h-c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: white;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.hero .a-h-c.courses-bg,
.hero .a-h-c.tutors-bg,
section.contact-arqan .a-h-c.contact-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .a-h-c.courses-bg {
  background-image: url("/assets/img/Frame-27.webp");
  height: 50vh;
}

.hero .a-h-c.tutors-bg {
  background-image: url("/assets/img/Frame-60.webp");
  height: 50vh;
}

@media (max-width: 567px) {
  .hero .a-h-c.tutors-bg {
    background-image: url(/assets/img/Frame-27.webp) !important;
  }
}

section.contact-arqan .a-h-c.contact-bg {
  background-image: url("/assets/img/people-celebrating-ramadan-together (4) 1.webp");
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffff;
}

.hero .a-h-c span,
.hero .a-h-c h1 {
  box-sizing: border-box;
  padding: 25px 12.5px;
  width: 850px;
  max-width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0px auto !important;
  margin color: white;
}

.hero h2,
.hero h1 {
  margin: 10px 0;
  margin-top: 7.5px;
  font-size: 1.75rem;
  font-weight: bold;
  color: white;
}

@media (max-width: 567px) {
  .hero.home {
    height: 80vh;
  }

}

.hero p {
  max-width: 650px;
  padding: 0px;
  margin: 0;
  text-align: left;
  color: white;
  font-size: 1.125rem;
  line-height: 1.7;
}

html[lang="ar"] .hero p {
  text-align: right;
}

.social-media {
  margin: 25px 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}


@media (max-width: 567px) {

  .hero h2,
  .hero h1 {
    line-height: 1.6;
  }

  .hero h2 span,
  .hero h1 span {
    color: #efc02c;
  }

  .hero p {
    display: none;
  }
}

.social-media .s-m-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFD54F;
  color: #FFD54F;
  font-size: 16px;
  transition: background 0.5s, color 0.5s;
}

.social-media .s-m-icon:first-child {
  margin: 0;
}

.social-media .s-m-icon:hover {
  background-color: #FFD54F;
  color: #ffffff;
}

@media (max-width: 567px) {
  .social-media .s-m-icon {
    background-color: #FFD54F;
    color: #ffffff;
  }
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  color: #FFD54F;
  background-color: #f4edfd;
  font-size: 17px;
}

.breadcrumbs div {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #FFD54F;
}

.breadcrumbs i {
  color: #FFD54F;
  font-size: 13px;
  font-weight: bold;
  margin: 0 7.5px;
}

.breadcrumbs a {
  font-weight: bold;
  color: #FFD54F;
  transition: color 0.5s;
}

.breadcrumbs a:hover {
  color: #E0AD0B;
}

.breadcrumbs a.active {
  color: #444;
}

.s-m-float {
  /* position: relative; */
  cursor: pointer;
  z-index: 3;
  display: none;
  flex-direction: column;
  /* position: fixed; */
  position: absolute;
  top: 50%;
  right: 25px;
  width: fit-content;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

html[lang="ar"] .s-m-float {
  right: unset;
  left: 25px;
}

.s-m-float::before,
.s-m-float::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 1.5px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.s-m-float::before {
  top: -3rem;
}

.s-m-float::after {
  bottom: -3rem;
}

.s-m-float a {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #8b6a02;
  color: #d3a100;
  font-size: 16px;
  transition: background 0.5s, color 0.5s;
}

.s-m-float a:first-child {
  margin: 0;
}

.s-m-float a:hover {
  background-color: #FFD54F;
  color: #ffffff;
}

.f-c-l-r {
  cursor: pointer;
  z-index: 1;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: rgba(233, 79, 132, 0.9);
  border-radius: 25px;
}

.home .f-c-l-r {
  display: none;
}

.home .hero .f-c-l-r {
  display: flex;
  position: absolute;
  top: unset;
  bottom: 0;
  transform: unset;
  -ms-transform: unset;
}

.home .hero .f-c-l-r.center {
  position: fixed;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.f-c-l-r>i {
  margin-top: 20px;
  width: 25px;
  height: 25px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  transition: filter 0.5s;
}

.f-c-l-r>i:first-child {
  margin: 0;
}

.f-c-l-r>i:hover {
  cursor: pointer;
  filter: invert(18%) sepia(32%) saturate(2731%) hue-rotate(237deg) brightness(84%) contrast(93%);
}

.f-c-l-r>i.call {
  background-image: url("/assets/icons/phone-call.png");
}

.f-c-l-r>i.location {
  background-image: url("/assets/icons/location.png");
}

.f-c-l-r>i.reserve {
  background-image: url("/assets/icons/reserve.png");
}

.f-c-l-r-box {
  cursor: pointer;
  display: none;
  z-index: 1000001;
  position: fixed;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.f-c-l-r-box.show {
  display: flex;
}

.f-c-l-r-box .info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px;
  width: calc(100% - 40px);
  background-color: #f8f3ff;
  border-radius: 50px;
  overflow: hidden;
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

.f-c-l-r-box .info-box.reserve {
  max-width: 1000px;
  overflow: unset;
}

.f-c-l-r-box .info-box img {
  order: 0;
  width: 100%;
  height: auto;
}

.f-c-l-r-box .info-box.reserve img {
  width: 100%;
  border-radius: 50px 50px 0 0;
  object-fit: cover;
}

.f-c-l-r-box .info-box iframe {
  width: 100%;
  height: 250px;
}

.f-c-l-r-box .info-box .i-b-t {
  order: 1;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  flex-grow: 1;
}

.f-c-l-r-box .info-box.reserve .i-b-t {
  width: 100%;
  padding: 25px;
  justify-content: center;
}

.f-c-l-r-box .info-box .i-b-t.call .flex.column {
  margin-top: 50px;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: break-spaces;
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  color: #ffffff;
  padding: 5px 25px;
  background-color: #FFD54F;
  box-shadow: rgb(65 41 107 / 50%) 0px 7px 29px 0px;
  border-radius: 25px;
  transition: box-shadow 0.5s;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns a:first-child {
  margin: 0;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns a:hover {
  color: #ffffff;
  box-shadow: rgb(65 41 107 / 80%) 0px 7px 29px 0px;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns a.whatsapp {
  background-color: #25d366;
  box-shadow: rgb(37 211 102 / 50%) 0px 7px 29px 0px;
}

.f-c-l-r-box .info-box .i-b-t .contact-btns a.whatsapp:hover {
  box-shadow: rgb(37 211 102 / 80%) 0px 7px 29px 0px;
}

.f-c-l-r-box .info-box .i-b-t div[dir="ltr"] {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.f-c-l-r-box .info-box .i-b-t h2 {
  margin: 0;
  color: #FFD54F;
}

.f-c-l-r-box .info-box.reserve .i-b-t h2 {
  font-size: 19px;
}

.f-c-l-r-box .info-box .i-b-t p {
  margin: 0;
  color: #4a484e;
  font-size: 14px;
  font-weight: bold;
}

.f-c-l-r-box .info-box .i-b-t span.s-t {
  margin: 0;
  color: #827698;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.f-c-l-r-box .info-box .i-b-t a {
  color: #FFD54F;
  transition: color 0.5s;
}

.f-c-l-r-box .info-box .i-b-t a:hover {
  color: #E0AD0B;
}

.f-c-l-r-box .info-box .i-b-t form {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.f-c-l-r-box .info-box .i-b-t .select-container {
  position: relative;
  width: 100%;
}

.f-c-l-r-box .info-box .i-b-t form label {
  color: #FFD54F;
  font-weight: bold;
  font-size: 14px;
}

.f-c-l-r-box .info-box .i-b-t form input {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 15px;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  border: none;
  background-color: #ffffff;
  border-radius: 15px;
  color: #9284b1;
  transition: background 0.5s;
}

.f-c-l-r-box .info-box .i-b-t button {
  background-color: #FFD54F;
  box-shadow: rgb(65 41 107 / 50%) 0px 7px 29px 0px;
}

.f-c-l-r-box .info-box .i-b-t button:hover {
  box-shadow: rgb(65 41 107 / 80%) 0px 7px 29px 0px;
}

.video-popup {
  cursor: pointer;
  display: none;
  z-index: 1000001;
  position: fixed;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.video-popup iframe {
  border-radius: 25px;
  margin: 25px 0;
  width: 700px;
  height: 394px;
  max-width: 95%;
  background-color: var(--dark-slate);
}

.select2 {
  margin-bottom: 30px;
}

.select2-container {
  margin-top: 10px;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  font-size: 13px;
  color: #9284b1;
}

.select2-container .select2-selection--single {
  height: unset;
  border-radius: 15px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 10px 15px;
  border-radius: 15px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.select2-hidden-accessible {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.f-c-l-r-box .info-box .i-b-t form input:focus {
  background-color: #e9e7f0;
}

.services,
.medical-contracts,
.about-analytics,
.blogs,
.reserve-form,
.message-form {
  padding: 30px 0;
  padding-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-analytics {
  padding: 0;
  padding-bottom: 60px;
}


.medical-contracts h2,
.blogs h2,
.reserve-form h2,
.message-form h2 {
  margin: 0;
  position: relative;
  font-size: 35px;
  color: #FFD54F;
}



.medical-contracts h2::before,
.blogs h2::before,
.reserve-form h2::before,
.message-form h2::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 3px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #E0AD0B;
}

.contracts .medical-contracts,
.blog .blogs {
  padding: 60px 0;
}


.about-analytics .a-a-c {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}



.about-analytics .a-a-c {
  margin: 0;
}


.about-analytics .a-a-c .item {
  margin-bottom: 30px;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
  background-color: #ffffff;
  border-radius: 20px;
  transition: box-shadow 0.5s;
}

.about-analytics .a-a-c .item {
  background-color: transparent;
}


.about-analytics .a-a-c .item:last-child {
  margin: 0;
}


.about-analytics .a-a-c .item .item-icon {
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.about-analytics .a-a-c .item .item-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #FFD54F;
}

.about-analytics .a-a-c .item .item-icon.microscope {
  background-image: url("/assets/icons/microscope.png");
}

.about-analytics .a-a-c .item .item-icon.improve-spine {
  background-image: url("/assets/icons/improve-spine.png");
}

.about-analytics .a-a-c .item .item-icon.success-rate {
  background-image: url("/assets/icons/success-rate.png");
}

.about-analytics .a-a-c .item .item-icon.borken-spine {
  background-image: url("/assets/icons/borken-spine.png?v=2");
}

.splide__track--fade>.splide__list>.splide__slide {
  display: flex;
  justify-content: center;
}

.about-analytics .a-a-c .item h4 {
  margin-top: 2.5px;
  color: #b72c5d;
}

.about-analytics .a-a-c .item h2 {
  color: #FFD54F;
  margin: 0;
  margin-top: 20px;
  font-size: 35px;
  line-height: 1;
}


.certificates {
  width: 85%;
}

.certificates .a-d-c-t-n-a {
  display: flex;
  flex-wrap: wrap;
}

.certificates .a-d-c-t-n-a .certificates-box {
  margin-bottom: 15px;
}

.certificates .a-d-c-t-n-a .certificates-box.achiv {
  margin-inline-start: 15%;
}

.certificates .a-d-c-t-n-a .accordion {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
  padding: 12.5px 25px;
  width: min-content;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  transition: 0.6s;
  border-radius: 25px;
  background-color: #f2e9ff;
  color: #FFD54F;
  padding-inline-end: 10rem;
}

.certificates .certificates-reserve-btn {
  text-align: center;
  margin: 25px 0;

}

.certificates .certificates-reserve-btn button {
  padding: 7.5px 65px;
}


.text {
  color: white;
}


.customer-reviews {
  margin-top: 20px;
  position: relative;
  width: calc(95% - 115px);
}

.customer-reviews .loader {
  z-index: 999999;
  position: absolute;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  background-color: #f4edfd;
}

.elfsight-app-d2ec0e0c-2c93-4265-944c-4039094ee7e0 {
  width: 100%;
}

.medical-contracts .swiper {
  margin-top: 50px;
  width: 85%;
}

.medical-contracts .swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.medical-contracts .swiper .swiper-slide img {
  display: flex;
  width: 100%;
  height: auto;
}

.medical-contracts button {
  margin-top: 25px;
  padding: 7.5px 40px;
  font-size: 15px;
  background-color: #FFD54F;
  box-shadow: rgb(65 41 107 / 50%) 0px 7px 29px 0px;
}

.medical-contracts button:hover {
  box-shadow: rgb(65 41 107 / 80%) 0px 7px 29px 0px;
}

.medical-contracts .m-c-c {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

.medical-contracts .m-c-c .m-c {
  margin-top: 30px;
  box-sizing: border-box;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  border-radius: 50px;
  transition: box-shadow 0.5s;
  background-color: #fbf9ff;
  transition: background 0.5s;
}

.medical-contracts .m-c-c .m-c:hover {
  background-color: #ebe3ff;
}

.medical-contracts .m-c-c .m-c .m-c-l {
  display: flex;
  width: 100px;
  height: auto;
}

.medical-contracts .m-c-c .m-c h3 {
  text-align: center;
  margin: 0;
  margin-top: 25px;
  font-size: 25px;
  color: #FFD54F;
}

.medical-contracts .m-c-c .m-c span {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  text-align: center;
}

.blogs h2::before {
  right: 0;
  transform: none;
}

.blogs .b-t {
  max-width: calc(100% - 30px);
  width: 800px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blog-details {
  text-align: start;
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
  width: 100%;
  text-align: start;
}

.blogs .b-t .blog-search,
.blog-details .b-s-e .blog-search {
  width: 55%;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  overflow: hidden;
}

.blogs .b-t .blog-search input,
.blog-details .b-s-e .blog-search input {
  color: #444;
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
  border: none;
  padding: 7.5px 20px;
  font-size: 17px;
  background-color: #ffffff;
  transition: background 0.5s;
}

.blogs .b-t .blog-search input:focus,
.blog-details .b-s-e .blog-search input:focus {
  background-color: #efecf4;
}

.blogs .b-t .blog-search button,
.blog-details .b-s-e .blog-search button {
  border-radius: 0;
  padding: 7.5px 25px;
  box-shadow: none;
  background-color: #FFD54F;
  transition: background 0.5s;
}

.blogs .b-t .blog-search button:hover,
.blog-details .b-s-e .blog-search button:hover {
  background-color: #E0AD0B;
}

.blogs .b-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  max-width: calc(100% - 30px);
}

.blogs .b-c .popular-blogs,
.blog-details .b-s-e .popular-blogs {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
}

.blogs .b-c .popular-blogs h3,
.blog-details .b-s-e .popular-blogs h3 {
  align-self: flex-start;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  color: #FFD54F;
  font-size: 22px;
}

.blogs .b-c .popular-blogs h3::before,
.blog-details .b-s-e .popular-blogs h3::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 40%;
  height: 3px;
  background-color: #E0AD0B;
}

.blogs .b-c .popular-blogs .popular-blog,
.blog-details .b-s-e .popular-blogs .popular-blog {
  border-radius: 25px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  transition: box-shadow 0.5s;
}

.blogs .b-c .popular-blogs .popular-blog:hover,
.blog-details .b-s-e .popular-blogs .popular-blog:hover {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.blogs .b-c .popular-blogs .popular-blog img,
.blog-details .b-s-e .popular-blogs .popular-blog img {
  margin-left: 15px;
  width: 80px;
  height: auto;
  border-radius: 15px;
}

.blogs .b-c .popular-blogs .popular-blog .p-b,
.blog-details .b-s-e .popular-blogs .popular-blog .p-b {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
}

.blogs .b-c .popular-blogs .popular-blog .p-b h4,
.blog-details .b-s-e .popular-blogs .popular-blog .p-b h4 {
  margin: 0;
  color: #FFD54F;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs .blogs-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 800px;
  max-width: 100%;
}

.blogs .blogs-container .blog-item {
  margin-top: 30px;
  width: 100%;
}

.blogs .blogs-container .blog-item a {
  align-self: flex-start;
  display: flex;
  width: 100%;
}

.blogs .blogs-container .blog-item a img {
  align-self: flex-start;
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.blogs .blogs-container .blog-item .blog-info {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 30px 25px;
  box-sizing: border-box;
  margin-top: 25px;
  width: 100%;
  border-radius: 25px;
  background-color: #ffffff;
  color: #FFD54F;
  transition: box-shadow 0.5s;
}

.blogs .blogs-container .blog-item .blog-info:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blogs .blogs-container .blog-item .blog-info h3 {
  margin: 0;
  line-height: 1.25;
  font-size: 20px;
  font-weight: bold;
}

.blogs .blogs-container .blog-item .blog-info p {
  margin: 30px 0;
  line-height: 1.8;
  font-size: 15px;
  color: #9e9e9e;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs .blogs-container .blog-item .blog-info .b-i,
.blogs .b-c .popular-blogs .popular-blog .p-b .b-i,
.blog-details .b-s-e .popular-blogs .popular-blog .p-b .b-i {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blogs .blogs-container .blog-item .blog-info .b-i span,
.blogs .b-c .popular-blogs .popular-blog .p-b .b-i span,
.blog-details .b-s-e .popular-blogs .popular-blog .p-b .b-i span {
  line-height: 1;
  color: #c0c7c5;
  font-weight: bold;
  font-size: 14px;
}

.blogs .blogs-container .blog-item .blog-info .b-i span.author,
.blogs .b-c .popular-blogs .popular-blog .p-b .b-i span.author,
.blog-details .b-s-e .popular-blogs .popular-blog .p-b .b-i span.author {
  color: #E0AD0B;
}

.reserve-form,
.message-form {
  padding: 60px 0;
}

.reserve-form .r-f-c {
  margin-top: 50px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.reserve-form .r-f-c .r-f-c-i-c {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reserve-form .r-f-c .r-f-c-i-c.img {
  margin-top: 30px;
  width: 80%;
  align-items: center;
  justify-content: center;
}

.reserve-form .r-f-c .r-f-c-i-c.img img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.reserve-form .r-f-c .r-f-i,
.reserve-form .r-f-c .r-f-b {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.reserve-form .r-f-c .r-f-b {
  width: 100%;
  align-items: center;
}

.reserve-form .r-f-c .r-f-b button {
  background-color: #FFD54F;
  box-shadow: rgb(65 41 107 / 50%) 0px 7px 29px 0px;
}

.reserve-form .r-f-c .r-f-b button:hover {
  box-shadow: rgb(65 41 107 / 80%) 0px 7px 29px 0px;
}

.reserve-form .r-f-c .r-f-i {
  width: 100%;
}

.reserve-form .r-f-c .r-f-i .select-container {
  position: relative;
  width: 100%;
}

.reserve-form .r-f-c .r-f-i label {
  color: #FFD54F;
  font-weight: bold;
  font-size: 14px;
}

.reserve-form .r-f-c .r-f-i input {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 15px;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  border: none;
  background-color: #ffffff;
  border-radius: 15px;
  color: #9284b1;
  transition: background 0.5s;
}

.reserve-form .r-f-c .r-f-i input:focus {
  background-color: #e9e7f0;
}

.reserve-form .r-f-c .r-f-i button {
  background-color: #FFD54F;
  box-shadow: rgb(65 41 107 / 50%) 0px 7px 29px 0px;
}

.reserve-form .r-f-c .r-f-i button:hover {
  box-shadow: rgb(65 41 107 / 80%) 0px 7px 29px 0px;
}

.message-form {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.message-form .m-f-c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.message-form .m-f-c h2::before {
  right: 0;
  left: unset;
  transform: unset;
}

.message-form .m-f-c .m-f {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.message-form .m-f-c .m-f-i {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.message-form .m-f-c .m-f-i .select-container {
  position: relative;
  width: 100%;
}

.message-form .m-f-c .m-f-i label {
  color: #FFD54F;
  font-weight: bold;
  font-size: 14px;
}

.message-form .m-f-c .m-f-i input,
.message-form .m-f-c .m-f-i textarea {
  resize: vertical;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 15px;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  border: none;
  background-color: #ffffff;
  border-radius: 15px;
  color: #9284b1;
  transition: background 0.5s;
}

.message-form .m-f-c .m-f-i input:focus,
.message-form .m-f-c .m-f-i textarea:focus {
  background-color: #e9e7f0;
}

.message-form .m-f-c .m-f-b button {
  background-color: #FFD54F;
  box-shadow: rgb(65 41 107 / 50%) 0px 7px 29px 0px;
}

.message-form .m-f-c .m-f-b button:hover {
  box-shadow: rgb(65 41 107 / 80%) 0px 7px 29px 0px;
}

.message-form .m-f-b {
  display: flex;
  justify-content: center;
  width: 100%;
}

.message-form .m-f-c.c-i {
  margin-top: 30px;
  padding: 20px 15px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
  border-radius: 25px;
  overflow: hidden;
}

.message-form .m-f-c.c-i h3 {
  line-height: 1;
  margin: 0;
  color: #FFD54F;
  font-size: 27.5px;
}

.message-form .m-f-c.c-i p {
  margin: 0;
  margin-top: 20px;
  line-height: 1.6;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #110724;
}

.message-form .m-f-c.c-i .c-e-i {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.message-form .m-f-c.c-i .c-e-i a {
  color: #FFD54F;
  font-weight: bold;
  transition: color 0.5s;
}

.message-form .m-f-c.c-i .c-e-i a:hover {
  color: #E0AD0B;
}

.message-form .m-f-c.c-i .c-i-s-m {
  display: flex;
  flex-direction: row;
}

.message-form .m-f-c.c-i .c-i-s-m a {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: #FFD54F;
  border-radius: 50%;
  transition: background 0.5s, color 0.5s;
}

.message-form .m-f-c.c-i .c-i-s-m a:hover {
  color: #ffffff;
  background-color: #FFD54F;
}

.blog-details {
  padding: 40px 0;
  width: 1200px;
  max-width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.b-d-c a {
  color: #1db3b3 !important;
}

.blog-details .b-d-c,
.blog-details .b-s-e {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-details .b-d-c {
  width: 100%;
}

.blog-details .b-d-c img {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.blog-details .b-d-c .b-d-i {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-details .b-d-c .b-d-i div {
  margin-left: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  color: #FFD54F;
}

.blog-details .b-d-c .b-d-i div a {
  color: #E0AD0B;
  transition: color 0.5s;
}

.blog-details .b-d-c .b-d-i div a:hover {
  cursor: pointer;
  color: #a8003b;
}

.blog-details .b-d-c .b-d-i div:last-child {
  margin: 0;
}

.blog-details .b-d-c .b-d-i .icon {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFD54F;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
}

.blog-details .b-d-c p {
  margin: 0;
  margin-top: 35px;
  color: #2b1552;
}

.blog-details .b-d-c h1,
.blog-details .b-d-c h2 {
  margin-top: 1rem !important;
}

.blog-details .b-d-c h1,
.blog-details .b-d-c h2,
.blog-details .b-d-c h3,
.blog-details .b-d-c ul {
  margin: 0;
  color: #2b1552;
}

.blog-details .b-d-c h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}

html[lang="en"] .blog-details .b-d-c h1,
html[lang="en"] .blog-details .b-d-c h2,
html[lang="en"] .blog-details .b-d-c ul,
html[lang="en"] .blog-details .b-d-c p {
  direction: ltr;
  align-self: flex-end;
}

.blog-details .b-s-e {
  margin-top: 40px;
  width: 100%;
}

.blog-details .b-s-e .blog-search {
  width: 100%;
}

.video-popup iframe.face-frame {
  min-height: 500px;
  min-width: 300px;
  max-width: 400px;
  width: auto;
  height: auto !important;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}



@media only screen and (min-width: 442px) {
  header .header-logo img {
    display: block;
    height: 22px;
  }

  header .header-logo .logo-img {
    width: 42px;
    height: 42px;
  }

  .f-c-l-r-box .info-box {
    width: 300px;
  }

  .f-c-l-r-box .info-box.reserve {
    width: calc(100% - 40px);
  }

}

@media only screen and (min-width: 500px) {
  header .header-logo img {
    height: 35px;
  }

  header .header-logo .logo-img {
    width: 266px;
    height: 93px;
  }

  .f-c-l-r-box .info-box .i-b-t .contact-btns a {
    margin: 0;
    width: unset;
  }

  .f-c-l-r-box .info-box.reserve {
    width: 400px;
  }


  .reserve-form .r-f-c .r-f-i {
    width: 45%;
  }

  .message-form .m-f-c .m-f-i {
    width: 47%;
  }

  .message-form .m-f-c.c-i {
    width: 80%;
  }


  .blog-details .b-d-c,
  .blog-details .b-s-e {
    width: 400px;
  }
}

@media only screen and (min-width: 767px) {
  header {
    padding: 20px 50px;
  }

  header .header-logo {
    position: static;
    top: unset;
    left: unset;
    transform: unset;
  }

  .hero h3 {
    font-size: 16px;
  }

  .hero h2,
  .hero h1 {
    margin: 1rem 0px;
    margin-right: auto;
    color: white;
  }

  html[lang="ar"] .hero h2,
  html[lang="ar"] .hero h1,
  html[lang="ar"] .hero p {
    margin-right: 0px;
    margin-left: auto;
  }

  .hero p {
    margin-right: auto;
  }


  .social-media {
    display: none;
  }



  .s-m-float {
    display: flex;
  }



  .hero .a-h-c span,
  .hero .a-h-c h1 {
    padding: 50px 25px;
  }



  .medical-contracts .m-c-c {
    width: calc(100% - 60px);
    max-width: 1000px;
    justify-content: space-between;
  }

  .medical-contracts .m-c-c .m-c {
    width: calc((100% / 2) - (10px * 2));
  }

  .blogs .blogs-container .blog-item {
    width: calc((100% / 2) - (5px * 2));
  }

  .blogs .b-t .blog-search {
    width: 40%;
  }

  .blogs .b-c .popular-blogs {
    width: 600px;
  }

  .home .f-c-l-r {
    display: flex;
  }

  .home .hero .f-c-l-r {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .certificates .a-d-c-t-n-a {
    flex-direction: column;
  }

  .certificates .a-d-c-t-n-a .certificates-box.achiv {
    margin-inline-start: 0;
  }
}

@media only screen and (min-width: 900px) {
  .f-c-l-r-box .info-box {
    width: 800px;
  }

  .f-c-l-r-box .info-box .i-b-t {
    width: 40%;
  }

  .f-c-l-r-box .info-box.reserve {
    width: 70%;
  }

  .f-c-l-r-box .info-box.reserve .i-b-t {
    width: 50%;
    padding: 50px;
  }

  .f-c-l-r-box .info-box.reserve .i-b-t h2 {
    font-size: 23px;
  }

  .f-c-l-r-box .info-box.reserve img {
    width: 50%;
    border-radius: 50px;
  }

  .f-c-l-r-box .info-box {
    flex-direction: row;
  }

  .f-c-l-r-box .info-box img,
  .f-c-l-r-box .info-box iframe {
    order: 2;
    width: 60%;
    height: auto;
  }

  .reserve-form .r-f-c {
    flex-direction: row;
    align-items: stretch;
  }

  .reserve-form .r-f-c .r-f-c-i-c {
    width: 65%;
  }

  .reserve-form .r-f-c .r-f-i {
    width: 48%;
  }

  .reserve-form .r-f-c .r-f-c-i-c.img {
    margin: 0;
    width: 30%;
  }

  .blogs .blogs-container .blog-item {
    width: calc((100% / 2) - (10px * 2));
  }

  .message-form {
    flex-direction: row;
  }

  .message-form .m-f-c {
    width: 48%;
  }

  .message-form .m-f-c.c-i {
    margin: 0;
    width: 48%;
    padding: 40px 30px;
  }

  .message-form .m-f-c.c-i p {
    width: 400px;
  }


  .blog-details {
    width: 850px;
    flex-direction: row;
    align-items: flex-start;
  }

  .blog-details .b-d-c {
    width: 450px;
  }

  .blog-details .b-s-e {
    margin: 0;
    width: 350px;
  }
}

@media (max-width: 1249px) {
  header .row .main-btn {
    display: none !important;
  }

  header {
    display: flex;
    justify-content: space-between;
  }

  header .header-logo {
    width: fit-content;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }
}

@media only screen and (min-width: 1250px) {
  header .header-logo img {
    display: none;
  }

  header .row .header-links,
  header .row .main-btn {
    display: flex !important;
  }


  header .header-links {
    max-height: unset;
    position: static;
    top: unset;
    right: unset;
    display: unset;
    transform: unset;
    flex-direction: unset;
    background-color: unset;
    overflow: unset;
    box-shadow: unset;
    transition: unset;
  }

  header .header-links a,
  header .header-links .l-m-c {
    padding: 0;
  }

  header .header-links a:hover,
  header .header-links .l-m-c span:hover {
    background-color: unset;
    color: #E0AD0B;
  }

  header .row .menu {
    display: none;
  }

  header .header-lang {
    order: 0;
  }

  .medical-contracts .swiper {
    width: 70%;
  }

  .medical-contracts .m-c-c {
    width: 1200px;
    max-width: unset;
  }

  .medical-contracts .m-c-c .m-c {
    width: calc((100% / 3) - (10px * 2));
  }

  .blogs .b-t {
    width: 1200px;
  }

  .blogs .b-t .blog-search {
    width: 30%;
  }

  .blogs .b-c {
    flex-direction: row;
    align-items: flex-start;
  }

  .blogs .b-c .popular-blogs {
    width: 350px;
  }

  .reserve-form .r-f-c {
    width: 80%;
  }

  .reserve-form .r-f-c .r-f-c-i-c {
    width: 70%;
  }

  .reserve-form .r-f-c .r-f-c-i-c.img {
    width: 27%;
  }



  .blog-details {
    width: 1200px;
  }

  .blog-details .b-d-c {
    width: 750px;
  }

  .blog-details .b-d-c .b-d-i {
    flex-direction: row;
  }

  .blog-details .b-d-c .b-d-i div {
    margin-bottom: 0;
  }

  .blog-details .b-s-e {
    width: 350px;
  }
}

@media only screen and (max-width: 1053px) {
  .certificates .a-d-c-t-n-a .certificates-box.achiv {
    margin-inline-start: 10%;
  }
}

@media only screen and (max-width: 996px) {
  .certificates .a-d-c-t-n-a {
    flex-direction: column;
  }

  .certificates .a-d-c-t-n-a .certificates-box.achiv {
    margin-inline-start: 0;
  }
}

@media only screen and (min-width: 1400px) {
  header .header-logo img {
    display: block;
  }


}



/* ========================= */

/* Pagination container */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
  height: auto;
  margin-top: 20px;
  gap: 10px;
}

.page-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  /* background-color: #e2e2e2; */
  color: #333;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 14px;
  padding: 5px;
}

.page-number.active {
  background-color: #E0AD0B;
  color: white;
}



/* start home blogs */
.home-blogs-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  padding-top: var(--section-padding);
  overflow: hidden;
}

.home-blogs-header {
  text-align: center;
  margin-bottom: 0rem;
  color: #34769a;
}

.home-blogs-title {
  font-size: 45px;
  margin-bottom: 0rem;
  margin-top: 2rem;
}

.home-blogs-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  font-weight: 300;
}

.home-blogs-container .swiper-container {
  width: 100%;
  padding: .75rem 0 4rem 0;
  position: relative;
}

.home-blogs-container .swiper-wrapper {
  align-items: stretch;
}

.home-blogs-container .swiper-slide {
  height: auto;
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
}

.home-blog-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-blog-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.home-blog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, #FFD54F, #EFC02C, #E0AD0B);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.home-blog-card:hover::before {
  opacity: 1;
}

.card-image {
  height: 200px;
  background: linear-gradient(to left, #FFD54F, #EFC02C, #E0AD0B);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #FFD54F, #EFC02C, #E0AD0B);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.home-blog-card:hover .card-image::after {
  opacity: .6;
}

.medical-icon {
  font-size: 3rem;
  color: white;
  z-index: 2;
  position: relative;
  transition: transform 0.3s ease;
}

.home-blog-card:hover .medical-icon {
  transform: scale(1.2) rotate(10deg);
}

.card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #666;
  flex-wrap: wrap;
}

.category-tag {
  background: linear-gradient(to left, #FFD54F, #EFC02C, #E0AD0B);
  color: white;
  padding: 0.2rem 0.8rem;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.date-tag {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark-slate);
  margin-bottom: 0.8rem;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.home-blog-card:hover .card-title {
  color: #EFC02C;
}

.card-excerpt {
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  margin-top: auto;
}

.read-more-btn {
  background: linear-gradient(to left, #FFD54F, #EFC02C, #E0AD0B);
  color: white;
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
}

.read-more-btn:hover {
  transform: translateX(3px);
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.author-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #666;
}

.author-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(to left, #FFD54F, #EFC02C, #E0AD0B);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 0.75rem;
}

/* Swiper Navigation */
.home-blogs-container .swiper-button-next,
.home-blogs-container .swiper-button-prev {
  color: white;
  background: linear-gradient(to left, #FFD54F, #EFC02C, #E0AD0B);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  margin-top: -3rem;
  position: absolute;
  top: 200px;
}

.home-blogs-container .swiper-button-next:hover,
.home-blogs-container .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.home-blogs-container .swiper-button-next::after,
.home-blogs-container .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 900;
}

.home-blogs-container .view-all-btn {
  text-align: center;
  margin-top: 0rem;
}

.home-blogs-container .swiper {
  padding-bottom: 4rem;
}

.home-blogs-container .view-all-link {
  background: rgba(255, 255, 255, 0.9);
  color: #265ebb;
  padding: 1rem 3rem;
  border: 2px solid white;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.home-blogs-container .view-all-link:hover {
  background: white;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgb(44 115 239 / 50%);
}

@media (max-width: 768px) {
  .home-blogs-title {
    font-size: 2.5rem;
  }

  .card-content {
    padding: 1.2rem;
  }

  .card-image {
    height: 180px;
  }

  .medical-icon {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .home-blogs-container {
    padding: 0 1rem;
  }

  .card-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* start pricing */
section.pricing {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

@media (min-width: 1350px) {
  section.pricing>.content {
    width: 87% !important;
  }

  section.pricing .content .sup-title {
    padding: 0px !important;
    margin: 0px !important;
  }
}


@media (max-width: 992px) {
  section.pricing .book-btn {
    justify-content: center !important;
    margin-top: 1.25rem;
  }
}

html[lang="ar"] section.pricing .frutiger-button {
  margin-top: 1rem;
}

section.pricing .container-pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

html[lang="ar"] section.pricing .container-pricing {
  flex-direction: row-reverse;
}

section.pricing .container-pricing>.box-img {
  height: auto;
  max-width: 100%;
  position: relative;
}

/* @media (min-width: 1023px) {
  section.pricing .container-pricing > .box-img::after {
    content: "";
    position: absolute;
    width: 92.77px;
    height: 147px;
    right: 0px;
    bottom: -15%;
    background-image: url("/assets/img/Union (4).png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  html[lang="ar"] section.pricing .container-pricing > .box-img::after  {
      display: none;
  }

} */



section.pricing .container-pricing>.box-img img {
  /* width: 550px; */
  width: 490px;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

section.pricing .container-pricing .box-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 470px;
  width: 100%;
}

section.pricing .container-pricing .box-text .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3rem;
  padding-right: 1rem;
  font-size: 1.15rem;
  font-weight: bold;
  padding: 1.5rem;
  position: relative;
  border-radius: 1rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transform: translateX(31px);
  color: var(--dark-slate);
}

section.pricing .container-pricing .box-text .item img {
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 6rem;
  height: auto;
}

html[lang="ar"] section.pricing .container-pricing .box-text .item img {
  left: unset;
  right: -2rem;
}

@media (max-width: 991px) {
  section.pricing {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  section.pricing .frutiger-button {
    margin-top: 1rem;
  }

  section.pricing .container-pricing {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  section.pricing .container-pricing .box-text .item {
    padding-inline-start: 4rem;
    /* padding-left: 4rem; */
    /* padding-right: 1rem; */
    width: 100%;
    max-width: 90%;
    margin: 0px;
    margin-left: auto;
    transform: unset;
    /* margin: 0px !important; */
  }

  section.pricing .container-pricing .box-text {
    /* gap: 1.5rem; */
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }

  section.pricing .container-pricing .box-img {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  section.pricing .container-pricing .box-text .item {
    font-size: .8rem;
  }

  section.pricing .container-pricing .box-text {
    max-width: 90%;
    font-size: .9rem;
  }
}

@media (min-width: 992px) {
  section.pricing .container-pricing .box-text {
    flex: 1;
  }
}

section.pricing .item.active {
  background-color: #F9CD42 !important;
  transform: translateX(6%) scale(1.05) !important;
  transition: all 0.5s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* start courses packages */
.courses-packages {
  padding-top: var(--section-padding);
}

section.courses-packages .swiper {
  padding-bottom: 3rem;
}

.courses-packages .item {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  height: auto;
  position: relative;
}

.courses-packages .item::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url("/assets/icons/android-chrome-512x512.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0px;
  bottom: 0px;
}

html[lang="ar"] .courses-packages .item::after {
  right: unset;
  left: 0px;
}

html[lang="ar"] .courses-packages .frutiger-button {
  margin-left: auto;
}

.courses-packages .box-img img {
  max-width: 100%;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
  max-height: 196.31px;
  object-fit: cover;
  object-position: top;
}

.courses-packages .box-text h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.courses-packages .box-text p {
  font-size: 0.95rem;
  margin-bottom: 3.5rem;
}

.courses-packages .box-text ul {
  color: #304249;
  margin-bottom: 3.5rem;
}

.courses-packages .box-text .button-container {
  position: absolute;
  bottom: 14px;
}

/* start about arqan */
section.about-arqan {
  padding-top: var(--section-padding);
}

@media (max-width: 567px) {
  section.about-arqan7 {
    padding-top: 2rem !important;
  }
}

section.about-arqan p {
  font-weight: 400;
}

@media (min-width: 577px) {
  section.about-arqan .content .part-1 .box-btns {
    width: fit-content;
  }
}

section.about-arqan .content .part-1 h2 {
  font-size: 1.5rem;
}

@media (max-width: 576px) {
  section.about-arqan .content .part-1 h2 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 2rem;
  }

  section.about-arqan .content .part-1>p {
    display: none;
  }
}

section.about-arqan .content .part-1>p {
  margin-bottom: 2rem;
  max-width: 700px;
}

section.about-arqan .content .part-1 .item {
  align-items: flex-start;
}

section.about-arqan .content .part-1 .item .box-img img {
  width: 110px;
  height: 110px;
}

section.about-arqan .content .part-1 .item .box-text {
  flex: 1;
  max-width: 100%;
}

@media (max-width: 576px) {
  section.about-arqan .content .part-1 .item {
    flex-direction: column;
    align-items: center;
  }

  section.about-arqan .content .part-1 .item .box-text * {
    text-align: center;
  }

  section.about-arqan .content .part-1 .box-btns {
    justify-content: center;
  }
}

section.about-arqan .content .part-1 .item .box-text h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .8rem;
}

section.about-arqan .content .part-1 .item .box-text p {
  font-weight: 400;
  line-height: 28px;
}

section.about-arqan .content .part-1 .second-btn {
  color: var(--dark-slate);
}

section.about-arqan .content .part-2 {
  width: 100%;
  display: flex;
  justify-content: center;
}

section.about-arqan .content .part-2 img {
  Width: 468px;
  max-width: 100%;
  height: auto;
}


@media (min-width: 992px) {
  section.about-arqan .content .part-2 img {
    width: 510px;
    max-height: 650px;
  }

  section.about-arqan7 .content .part-2 img {
    width: 450px;
  }

  section.about-arqan.about2 .content .part-2 img {
    width: 500px;
    height: 500px;
  }

  section.about-arqan.about4 .content .part-2 img {
    Width: 468px;
    Height: 515px;
  }

  section.about-arqan2 .content .part-2>img {
    Width: 370px;
    Height: 450.46px;
    border-radius: 1rem;

  }

  section.about-arqan .content .part-1 {
    flex: 1;
  }

  section.about-arqan .content .part-2 {
    width: fit-content;
  }
}

section.services-arqan {
  padding-top: var(--section-padding);
  background: var(--section-background);
}

section.services-arqan .sup-title {
  width: 93%;
  display: block;
  margin: 0px auto;
  color: #035b87;
}

section.services-arqan a {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  bottom: 15px;
}

section.services-arqan .container {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
}

section.services-arqan .container .card {
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 1.25rem;
  overflow: hidden;
}

section.services-arqan .container .card:nth-child(3) .box .icon .iconBox {
  background: transparent;
}

section.services-arqan .container .card:nth-child(3) .box .icon .iconBox>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.services-arqan .container .card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

section.services-arqan .container .card ul li {
  text-transform: uppercase;
  background: var(--clr-tag);
  color: #282828;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.188rem;
}

section.services-arqan .container .card ul .branding {
  color: #704a31;
}

section.services-arqan .container .card ul .packaging {
  color: #1e3938;
}

section.services-arqan .container .card ul .marketing {
  color: #4d1637;
}

section.services-arqan .container .card .content {
  padding: 0.938rem 0.625rem;
}

section.services-arqan .container .card .content h3 {
  text-transform: capitalize;
  font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
  text-align: center;
  font-weight: 600;
  font-size: 1.375rem;
}

section.services-arqan .container .card .content p {
  margin: 0.625rem 0 3.5rem;
  color: #777777;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
}

section.services-arqan .container .card-inner {
  position: relative;
  width: inherit;
  height: 18.75rem;
  background: var(--clr);
  border-radius: 1.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

section.services-arqan .container .card-inner .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}

section.services-arqan .container .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}

section.services-arqan .container .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.services-arqan .container .card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 6rem;
  height: 6rem;
  background: var(--clr);
  border-top-left-radius: 50%;
}

section.services-arqan .container .card-inner .box .icon:hover .iconBox {
  transform: scale(1.1);
}

section.services-arqan .container .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

section.services-arqan .container .card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}

section.services-arqan .container .card-inner .box .icon .iconBox {
  position: absolute;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

section.services-arqan .container .card-inner .box .icon .iconBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* start tutors */
section.tutors {
  padding-top: var(--section-padding);
  background: var(--section-background);
}

section.tutors .sup-title {
  color: #035b87;
}

@media (min-width: 768px) {
  .tutors .content {
    width: 93%;
  }
}

.card-tutors {
  width: 100%;
  height: 488px;
  border-radius: 16px;
  position: relative;
  background: white;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #EFC02C;
  border-bottom: none;
}

.card-tutors.male {
  background-image: url("/assets/img/Group 33378.png");
}

.card-tutors.female {
  background-image: url("/assets/img/Group 33379.png");
}

.card-tutors.morad {
  background-image: url("/assets/img/tutor-3.png");
}

.card-tutors.ebrahim {
  background-image: url("/assets/img/tutor-2.png");
}

.card-tutors.ahmed {
  background-image: url("/assets/img/tutor-7.png");
}

.card-tutors .card-heading {
  width: 100%;
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-tutors .card-heading h5 {
  font-size: 1.1rem;
}

.card-tutors .box-bg {
  width: 90%;
  height: 85%;
  margin: 0px auto;
  background: url("/assets/img/Group 33379.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.tutors .mySwiper-tutors {
  padding-bottom: 3rem;
}

.card-tutors .box-bg img {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.card-tutors .pngwing {
  position: absolute;
  width: 84px;
  height: 84px;
  left: 0;
  bottom: 0;
}

.mySwiper-tutors .swiper-slide {
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .card-tutors {
    height: 440px;
    max-width: 260px;
  }
}

@media (max-width: 768px) {
  .card-tutors {
    height: 400px;
    max-width: 240px;
  }
}

@media (max-width: 576px) {
  .card-tutors {
    height: 360px;
    max-width: 220px;
  }
}

/* why choose */

section.why-choose {
  background: var(--section-background);
}

.why-choose .content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.why-choose .sup-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  /* font-size: 1.2rem; */
  margin-bottom: 2.5rem;
  font-weight: bold;
  color: #035b87;
}

.container-choose {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 567px) {
  .container-choose {
    gap: 0rem 2rem;
  }
}

.container-choose .item {
  border-radius: 1rem;
  text-align: center;
  transition: transform 0.3s ease;
}

.container-choose .item:hover {
  transform: translateY(-5px);
}

.container-choose .item img {
  width: 250px;
  height: auto;
  margin-bottom: 1rem;
  max-width: 100%;
}

.container-choose .item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
}

.container-choose .item p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .container-choose {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .container-choose {
    grid-template-columns: 1fr;
  }

  .why-choose .item {
    padding: 1.5rem 1rem;
  }

  .why-choose .item img {
    width: 160px;
  }
}

/* start c-pricing */
section.c-pricing {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-pricing .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: -42px;
}

.c-pricing .box-text {
  flex: 1 1 400px;
  max-width: 700px;
}

.c-pricing .box-text h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: left;
}

.c-pricing .box-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-pricing .box-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #777777;
}

.c-pricing .box-img {
  max-width: 479px;
  height: auto;
}

.c-pricing .box-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 992px) {
  .c-pricing .content {
    flex-direction: column-reverse;
    text-align: center;
    margin-top: 0px;
  }

  .c-pricing .box-img {
    max-width: 100%;
  }

  .c-pricing .box-text {
    max-width: 100%;
  }

  .c-pricing .box-text ul li {
    justify-content: center;
  }
}

/* start course pricing */
section.course-pricing .box-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

section.course-pricing .third-btn {
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 12px;
  background: white;
  border: 1px solid #A3A3A3;
  font-weight: bold;
  transition: background 0.3s;
}

section.course-pricing .third-btn.active {
  background: #FFC100;
}

section.course-pricing .container-course-pricing {
  display: flex;
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

section.course-pricing .item {
  position: relative;
  background: #f9f9f9;
  border-radius: 16px;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

section.course-pricing .item .item-title {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.course-pricing .item .item-bg {
  object-fit: cover;
  max-width: 101%;
  width: 101%;
}

section.course-pricing .item h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}

section.course-pricing .item>span {
  display: block;
  margin: 4px 0;
}

section.course-pricing .item span:first-of-type {
  margin-top: -20px;
}

section.course-pricing .item span:first-of-type span {
  font-size: 1.2rem;
  font-weight: 600;
}

section.course-pricing .item .d-flex {
  justify-content: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

section.course-pricing .main-btn {
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;

}

section.course-pricing .main-btn img {
  width: 16px;
  height: 16px;
}

/* start footer */
.footer-section {
  background: #F5F5F5;
  position: relative;
  width: 100%;
}

.footer-section a {
  color: #3c4a51;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-content .footer-widget-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content .footer-widget-bg .mobile-img {
  width: 120px;
  display: none;
  max-width: 75%;
  margin-bottom: 1rem;
}

@media (max-width: 567px) {
  .footer-content .footer-widget-bg .mobile-img {
    display: block;
  }

  .footer-content .footer-widget-bg .desktop-img {
    display: none;
  }
}

.footer-content .row {
  justify-content: space-between;
  gap: 2rem 0px;
}

.footer-content .right-bg,
.footer-content .center-bg {
  display: none;
}

.footer-content .center-bg {
  z-index: -1;
}

@media (min-width: 1024px) {
  .footer-content .right-bg {
    right: 0;
  }

  .footer-content .center-bg {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-content .right-bg,
  .footer-content .center-bg {
    display: block;
    position: absolute;
    bottom: 0;
    pointer-events: none;
  }
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  /* height: 40px; */
  width: 27px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  color: #1a4284;
  font-size: 30px;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #E0AD0B;
}

html[lang="ar"] .footer-widget-heading h3::before {
  right: 0;
}

.footer-widget ul li {
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #E0AD0B;
}

.footer-widget ul li a:hover img {
  opacity: .8;
}

.footer-widget ul li a {
  text-transform: capitalize;
  font-size: .9rem;
  line-height: 1.8;
  align-items: center !important;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #E0AD0B;
  padding: 13px 20px;
  border: 1px solid #E0AD0B;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #ededed;
  padding: 1rem 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #E0AD0B;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #E0AD0B;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

footer .tree img {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 40px;
  transform: translateX(-50%) scale(0);
  transition: transform .4s ease-in-out;
  z-index: 2;
}

footer .tree:hover img {
  transform: translateX(-50%) scale(1) rotate(360deg);
}

/* start blogs page and blog page */

:root {
  --primary: #1a7b88;
  --primary-light: #75c6d1;
  --secondary: #f6c90e;
  --dark: #2d3436;
  --light: #f8f9fa;
  --text: #333333;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  --radius: 8px;
}

.collections,
.collections * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f1f7f1;
  color: var(--text);
}

/* ##########################################33 */
.collections {
  padding: 2rem 0;
}

.collections .container {
  margin: 0px auto;
  padding: 1rem;
}

.collections .container h2 {
  margin-bottom: 1rem;
}

.collections .container .section-text {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
  font-weight: bold;
}

.collections .collections-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 20px;
  margin-top: 40px;
}

.collections .collection-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border-radius: 15px;
  box-shadow: var(--shadow);
  cursor: pointer;
  display: block;
}

.collections .collection-item:nth-child(1) {
  grid-column: span 8;
  grid-row: span 2;
}

.collections .collection-item:nth-child(2) {
  grid-column: span 4;
  grid-row: span 1;
}

.collections .collection-item:nth-child(3) {
  grid-column: span 4;
  grid-row: span 1;
}

.collections .collection-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}

.collections .collection-item:hover .collection-bg {
  transform: scale(1.05);
}

.collections .collection-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: white;
}

.collections .collection-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffffff;
}

.collections p.desc {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffffff !important;
  font-size: .9rem;
  font-weight: bold;
}

.collections .collection-link {
  color: var(--secondary);
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .collections .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .collections .collections-grid {
    grid-template-rows: repeat(2, 200px);
  }

  .collections .collection-item:nth-child(1) {
    grid-column: span 12;
    grid-row: span 1;
  }

  .collections .collection-item:nth-child(2) {
    grid-column: span 6;
    grid-row: span 1;
  }

  .collections .collection-item:nth-child(3) {
    grid-column: span 6;
    grid-row: span 1;
  }

  .collections .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  .collections .hero-content,
  .collections .newsletter-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .collections .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .collections .reviews-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .collections .collections-grid {
    grid-template-rows: repeat(3, 200px);
  }

  .collections .footer-grid {
    grid-template-columns: 1fr;
  }

  .collections .collection-item:nth-child(2),
  .collections .collection-item:nth-child(3) {
    grid-column: span 12;
  }

  .collections .newsletter-form {
    grid-template-columns: 1fr;
  }

  .collections .benefits-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.collections .animated {
  animation: fadeIn 0.5s ease forwards;
}

section.breadcrumb {
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #06529a;
  font-size: 16px;
  background: #dde2ec;
  width: 100%;
}

section.breadcrumb a {
  text-decoration: none;
  transition: color 0.35s;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: large;
  font-weight: bold;
  color: #EFC02C;
}

section.breadcrumb a:hover {
  opacity: .8;
}

.navigation-banner i,
section.breadcrumb i {
  margin: 0 .5rem;
  color: #E0AD0B;
  font-size: 1rem;
}

section.breadcrumb span,
.navigation-banner span {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #3c4a51;
}

section.breadcrumb .fw-500 {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
  section.breadcrumb {
    padding: 15px 30px;
  }
}

@media only screen and (min-width: 992px) {
  section.breadcrumb {
    padding: 15px 12.5%;
  }
}


section.breadcrumb a,
.navigation-banner a {
  text-decoration: none;
  transition: color 0.35s;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: large;
  font-weight: bold;
  color: #EFC02C;
}

.navigation-banner i,
section.breadcrumb i {
  margin: 0 .5rem;
  color: #E0AD0B;
  font-size: 1rem;
}

section.breadcrumb span,
.navigation-banner span {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #3c4a51;
}

.navigation-banner i,
section.breadcrumb i {
  margin: 0 .5rem;
  color: #E0AD0B;
  font-size: 1rem;
}

section.blogs-container .blogs-search input:-ms-input-placeholder {
  color: #202124;
}

section.blogs-container .blogs-search input::-ms-input-placeholder {
  color: #202124;
}

.search-container .search .search-action .input-container button,
section.blogs-container .blogs-search button {
  cursor: pointer;
  background-color: transparent;
  color: #202124;
}

.search-container .search .search-action .input-container button img,
section.blogs-container .blogs-search button img {
  display: flex;
  height: 17px;
  width: auto;
}

section.blogs-container {
  padding: 50px 0;
  width: 85%;
}

section.blogs-container .blogs .blog {
  margin-bottom: 1rem;
  overflow: hidden;
  transition: .3s ease;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}

section.blogs-container .blogs .blog:last-child {
  margin: 0;
}

section.blogs-container .blogs .blog .blog-img {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.blogs-container .blogs .blog .blog-img::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  padding-bottom: 10%;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  transition: background 0.35s, opacity 0.35s, padding 0.35s;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
}

section.blogs-container .blogs .blog .blog-img:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  padding: 0;
}

section.blogs-container .blogs .blog .blog-img img {
  display: flex;
  width: 100%;
  transition: transform 0.5s;
  object-fit: cover;
}

section.blogs-container .blogs .blog .blog-img:hover img {
  transform: scale(1.1);
}

section.blogs-container .blogs .blog .blog-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: start;
  pointer-events: none;
  width: 100%;
  flex: 1;
  padding: 0px;
}

section.blogs-container .blogs .blog .blog-text a {
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section.blogs-container.blogs-content .blogs .blog .blog-text a {
  font-weight: 700;
  margin-bottom: .5rem;
  /* font-size: 1.5rem; */
  font-size: 1.2rem;
  width: fit-content;
  border-bottom: .5px solid #ccc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  section.blogs-container.blogs-content .blogs .blog .blog-text {
    padding: .5rem;
  }

  section.blogs-container.blogs-content .blogs .blog .blog-text a {
    font-size: 1.2rem;
  }
}


section.blogs-container.blogs-content .blogs .blog .blog-text p {
  margin: 0;
  line-height: 1.1;
  color: var(--black-color);
  white-space: normal;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

section.blogs-container .blogs .blog .blog-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  color: #eaf1ff;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  font-weight: 500;
}

@media screen and (max-width:992px) {
  section.blogs-container .blogs .blog .blog-info {
    align-items: flex-end;
  }
}

section.blogs-container .blogs .blog .blog-info .b-i .calendar {
  text-align: start;
  width: fit-content;
  direction: ltr;
  padding-top: .1rem;
  display: inline-block;
  margin-right: -3px;
  font-size: .85rem;
  color: #ffffffd9;
  font-weight: bold;
}

section.blogs-container .blogs .blog .calendar {
  color: #fff;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  direction: ltr;
  padding: 1.2rem;
}

section.blogs-container .blogs .blog .blog-info .b-i .author {
  text-align: start;
  display: flex;
  align-items: center;
}

section.blogs-container .blogs .blog .blog-info .b-i .author .text {
  font-size: .85rem;
  border-bottom: 1px solid #ccc;
  color: #ffffff;
  font-weight: 500;
}

section.blogs-container .blogs .blog .blog-info .b-i .author .image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 3px;
  overflow: hidden;
}

section.blogs-container .blogs .blog .b-i .author .image img {
  width: 100%;
  height: 45px;
  object-fit: cover;
}

section.blogs-container .blogs .blog .blog-info i {
  margin-right: 2.5px;
  font-size: .8rem;
  color: #ffffffd9;
}

section.blogs-container .blogs>p {
  opacity: 0.9;
  font-size: 14px;
  color: #071833;
}

section.blogs-container .blogs-actions {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}



section.blogs-container .blogs-search input {
  font-size: 16px;
  flex-shrink: 1;
  min-width: 0;
}

section.blogs-container .blogs-search button img {
  height: 18px;
}

section.blogs-container .blogs-actions .b-e-i {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

section.blogs-container .blogs-actions .b-e-i h3,
section.blogs-container .blogs h3 {
  margin: 0;
  margin-bottom: 16px;
  text-transform: capitalize;
  color: #3c4a51;
  text-align: start;
  font-weight: 600;
  border-bottom: 3px solid #E0AD0B;
  padding-bottom: .5rem;

}

section.blogs-container .blogs h3 {
  margin-bottom: 1.5rem;
}


section.blogs-container .blogs-actions .b-e-i p {
  opacity: 0.9;
  margin: 0;
  line-height: 1.75;
  font-size: 14px;
  color: #3c4a51;
  text-align: start;
}

section.blogs-container .blogs-actions .b-e-i .sm-c {
  margin-top: 20px;
  display: flex;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-facebook {
  color: #17a9fd;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a:last-child {
  margin: 0;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a:hover {
  opacity: 0.5;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs {
  display: flex;
  flex-direction: column;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b {
  color: #17d7b1;
  background-color: #ffffff;
  position: relative;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  flex-direction: row;
  padding: .5rem;
  border-radius: 4px;
  flex-direction: column;
  padding: 0px;
  border-radius: 15px;
  overflow: hidden;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b:first-child {
  margin: 0;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-img {
  display: flex;
  width: 125px;
  height: 175px;
  align-self: center;
  margin-left: .5rem;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  margin: 0px;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-img img {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  justify-content: space-between;
  padding: .5rem 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;

}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text a {
  padding-top: .5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: color 0.35s;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text a:hover {
  opacity: .9;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
  gap: .3rem;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info .b-i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aab0bc;
  font-size: 14px;
  font-weight: 500;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info .dot {
  margin: 0 10px;
  width: 4px;
  height: 4px;
  background-color: #aab0bc;
  border-radius: 50%;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info .b-i i {
  margin-right: 5px;
  margin-left: 5px;
}

section.blogs-container .blogs .blogs-pagination {
  padding: 7px .9rem;
}

section.blogs-container .blogs .blogs-pagination .page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(80 179 205 / 90%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0px 1px 2px 0 #29435e, 1px 0px 2px #29435e;
  cursor: pointer;
  transition: .4s;
  user-select: none;
  -webkit-user-select: none;
}

section.blogs-container .blogs .blogs-pagination .page.current-page {
  background-color: #06c9fd;
  scale: 1.1;
  color: white;
  box-shadow: 0px 1px 2px 0 #7190b0, 1px 0px 2px #7190b0;
}

.blogs-container.blogs-content .blogs .blog .blog-info .calendar {
  color: var(--black-color);
  font-weight: bold;
  direction: ltr;
  width: fit-content;
  margin-right: auto;
}

@media only screen and (min-width: 450px) {
  .blogs-container.blogs-content .blogs .blog .blog-info {
    padding: 1rem;
  }
}


.blogs-container.trand-blogs .blog .views,
section.blogs-container.blogs-content .blog .views,
.collections .views {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: fit-content;
  z-index: 2;
}

section.blogs-container.blogs-content .blog .views i,
section.blogs-container.blogs-content .blog .views span,
.collections .views i,
.collections .views span {
  color: #ffffff;
}

.blogs-container.trand-blogs .blog-box {
  position: absolute;
  bottom: 0;
  z-index: 2;
  line-height: 1.6;
  align-items: flex-end;
  justify-content: space-between;
  pointer-events: none;
}

.blogs-container.trand-blogs .blog-box .blog-text {
  padding: 1rem 1rem 1rem .1rem;
  flex: 1;
}

.blogs-container.trand-blogs .blog-info {
  position: absolute;
  right: 0;
  top: 0;
}

.blogs-container.blogs-content .blog .blog-text {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  padding: 1rem !important;
  line-height: 1.6;
}


section.blogs-container.blogs-content .vote-box,
.blog-head .vote-box {
  border: .5px solid #50b3cd;
  background-color: transparent;
  color: #fff;
  z-index: 2;
}

section.blogs-container.blogs-content .vote-box span,
.blog-head .vote-box span {
  border-left: 1px solid #50b3cd;
}


section.blogs-container .blogs .blogs-pagination {
  max-width: 215px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  background-color: #e7e7e7cf;
}

section.blogs-container .blogs .blogs-pagination .swiper-slide.page-number {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  section.blogs-container.trand-blogs .blogs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 240px;
    grid-auto-flow: dense;
    gap: .5rem;
  }

  section.blogs-container.trand-blogs .blogs .blog {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  section.blogs-container.trand-blogs .blogs .blog {
    height: 400px;
  }

  section.blogs-container.trand-blogs .blogs .blog .blog-img img {
    height: 400px;
  }
}

@media (max-width: 450px) {
  section.blogs-container.trand-blogs .blogs .blog {
    height: 320px;
  }

  section.blogs-container.trand-blogs .blogs .blog .blog-img img {
    height: 320px;
  }
}

section.blogs-container.blogs-content .blog .views,
.collections .views {
  padding: 1.2rem;
}

section.blogs-container.blogs-content .blogs .blog .blog-text a {
  font-weight: 700;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  width: fit-content;
  border-bottom: .5px solid #ccc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  section.blogs-container.blogs-content .blogs .blog .blog-text {
    padding: .5rem;
  }

  section.blogs-container.blogs-content .blogs .blog .blog-text a {
    font-size: 1.2rem;
  }
}

section.blogs-container.blogs-content .blogs .blog .blog-text p {
  margin: 0;
  line-height: 1.1;
  color: #ffffff !important;
  font-weight: bold;
  white-space: normal;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .9rem;
  font-weight: bold;
}

@media only screen and (min-width: 450px) {
  .blogs-container.blogs-content .blogs .blog .blog-info {
    padding: 1rem;
  }
}

@media only screen and (min-width: 992px) {

  section.blogs-container {
    width: calc(100% - 100px);
  }

  section.blogs-container.blogs-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }

  section.blogs-container.blogs-content div:first-of-type {
    grid-column: span 7;
  }

  section.blogs-container.blogs-content div:nth-of-type(2) {
    grid-column: span 1;
  }

  section.blogs-container.blogs-content div:nth-of-type(3) {
    grid-column: span 4;
  }


  section.blogs-container .blogs-actions {
    margin: 0;
  }

  section.blogs-container.blogs-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }

  section.blogs-container.blogs-content div:first-of-type {
    grid-column: span 7;
  }

  section.blogs-container.blogs-content div:nth-of-type(2) {
    grid-column: span 1;
  }

  section.blogs-container.blogs-content div:nth-of-type(3) {
    grid-column: span 4;
  }
}

.blogs-container.trand-blogs .blog .views,
section.blogs-container.blogs-content .blog .views {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blogs-container.blogs-content .blog .blog-text {
  z-index: 2;
  padding: 1rem;
  line-height: 1.6;
}

section.blogs-container.blogs-content .vote-box,
.blog-head .vote-box {
  border: .5px solid #50b3cd;
  background-color: transparent;
  color: #fff;
  z-index: 2;
}

section.blogs-container.blogs-content .vote-box span,
.blog-head .vote-box span {
  border-left: 1px solid #50b3cd;
}

section.blogs-container.blogs-content .blog .views {
  padding: 1.2rem;
}

/* START BLOG PAGE */
section.blog-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
}

section.blog-head>h2 {
  color: #EFC02C;
}

@media (max-width: 768px) {
  section.blog-head {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  section.blog-head {
    margin-bottom: 20px;
  }
}

section.blog-head h1 {
  color: white;
  z-index: 6;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  text-align: center;
  width: 100%;
  max-width: 90%;
  text-wrap: wrap;
}

@media (min-width: 768px) {
  section.blog-head h1 {
    max-width: 89%;
  }
}

@media (min-width: 992px) {
  section.blog-head h1 {
    max-width: 75%;
  }
}

.blog-img-container {
  width: 75%;
  height: 70vh;
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, .5);
  border-radius: 15px;
}

.blog-img-container::after {
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  section.blog-head .blog-img-container {
    height: 40vh;
    width: 90%;
  }
}

section.blog-head .blog-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  position: relative;

}

.blog-img-container::before {
  z-index: 2;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

section.blog-head .blog-information {
  width: fit-content;
  padding: .5rem 2rem;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 5rem;
  transform: translate(-50%, 50%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #707a8f;
  font-size: .9rem;
  font-weight: 500;
  direction: ltr;
  gap: 15px;
  z-index: 4;
}

.breadcrumbs a:not(:last-of-type),
.breadcrumbs span {
  font-weight: bold;
  transition: color 0.5s;
  color: #EFC02C;
}

.breadcrumbs a:hover {
  color: #ffdf78;
}

.breadcrumbs a.active,
.breadcrumbs i {
  color: #444;
  font-weight: bold;
}

.breadcrumbs a.active,
section.blog-head>h2 {
  max-width: 100%;
  text-align: center;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  background-color: #f4edfd;
  font-size: 17px;
}

.breadcrumbs div {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.breadcrumbs i {

  font-size: 13px;
  font-weight: bold;
  margin: 0 7.5px;
}

.breadcrumbs a:not(:last-of-type),
.breadcrumbs span {
  font-weight: bold;
  transition: color 0.5s;
  color: #EFC02C;
}

.breadcrumbs a:hover {
  color: #fadc7a;
}

.breadcrumbs a.active,
.breadcrumbs i {
  color: #444;
  font-weight: bold;
}

section.b-container {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: start;
  padding: 0 15px;
}

section.b-container.service svg {
  display: none;
}

section.b-container.blog h2,
section.b-container.blog h3,
section.b-container.blog h4,
section.b-container.blog h5,
section.b-container.blog h6 {
  font-weight: bold;
  color: var(--secondary-color);
}

section.b-container.service ul li {
  font-weight: bold;
}

section.b-container.service ul li span {
  font-weight: bold;
  font-size: 1.1rem;
}

section.b-container.service img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, .5);
  overflow: hidden;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  section.b-container.service img {
    max-height: 300px;
  }
}

section.b-container ul {
  list-style: unset !important;
  list-style-position: outside !important;
  list-style-type: circle !important;
}

section.b-container .blog-content {
  width: 75%;
  margin-bottom: 30px;
}

html[lang="ar"] section.b-container .blog-content {
  text-align: right;
}

@media (max-width: 768px) {
  section.b-container .blog-content {
    width: 95%;
  }
}

html[lang="en"] section.b-container .blog-content,
html[lang="en"] section.b-container .blog-content * {
  direction: ltr;
}

section.b-container .blog-content .desc p {
  width: 100%;
  color: #3c4a51;
  font-weight: bold;
  font-size: 1.2rem;
}

section.b-container .blog-body {
  color: #3c4a51;
}

section.b-container .blog-body div {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1rem 0px;
  color: #EFC02C;
  line-height: 1.7;
}

section.b-container.service .blog-body>span {
  font-weight: bold;
  font-size: 1rem;
}

section.b-container .blog-body ul {
  margin: .7rem 0px;
  padding: 0px 1.5rem;
}

section.b-container.service .blog-body ul li {
  margin: .5rem 0px;
}

/* start heor2 */
.hero2 {
  position: relative;
  background-image: url('/assets/img/Frame-27.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  overflow: hidden;
}

.hero2 .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.hero2 .content h1 {
  color: #ffffff;
  /* font-size: 4rem; */
  font-weight: bold;
  margin: 0px;
  text-align: center;
}

section.about-arqan.about4 .features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px 24px;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

section.about-arqan.about4 .features-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 567px) {
  section.about-arqan.about4 .features-list li:nth-child(n + 8) {
    display: none;
  }
}


section.about-arqan.about4 .features-list li img {
  margin-inline-end: 10px;
  flex-shrink: 0;
}

/* Responsive tweaks if needed */
@media (max-width: 600px) {
  section.about-arqan.about4 .features-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

section.about-arqan2>.content {
  gap: 2rem 6rem;
}

section.about-arqan2 .content .part-2 {
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 991px) {
  section.about-arqan2 .content .part-2 {
    align-items: center;
  }

}

section.about-arqan2 .content .part-2 .video-container img {
  max-width: 100%;
}

section.about-arqan2 .content .part-2 .video-container {
  Width: 370px;
  Height: 470.46px;
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  padding-top: 0px;
  transform: translate(-55px, -69px);
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  section.about-arqan2 .content .part-2 .video-container {
    transform: translate(0px, -50px);
  }
}

section.about-arqan2 .content .part-2 .video-container video {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;

}

section.about-arqan2 .content .part-2 .video-container video,
section.about-arqan2 .content .part-2 .video-container img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

section.about-arqan2 .content .part-2 .video-container img {
  height: auto;
  width: 101%;
  max-width: 101%;
  position: relative;
}

section.about-arqan2 .content .part-2 .video-container .box-video {
  width: 100%;
  padding: 1rem;
  padding-top: 0px;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: -6px;
}

/* start contact  */
section.contact-arqan {
  padding: 0px !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

section.contact-arqan h3,
section.contact-arqan h4 {
  color: #ffffff;
}

section.contact-arqan .box-form {
  width: fit-content;
  margin: 0px auto;
  padding: 2rem;
  /* background: red; */
  background-color: #384869;
  border-radius: 16px;
  margin-top: -116px;
  width: 800px;
  max-width: 100%;
  position: relative;
}

section.contact-arqan .box-form::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  pointer-events: none;
  background-image: url("/assets/icons/Group-160.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  section.contact-arqan .box-form {
    position: absolute !important;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 93%;
    margin: 0px !important;
  }

  section.contact-arqan .a-h-c.contact-bg {
    justify-content: flex-start;

  }

  section.contact-arqan .a-h-c.contact-bg h3 {
    margin-top: 1rem;
  }
}

section.contact-arqan .box-form .right-bg,
section.contact-arqan .box-form .top-bg {
  position: absolute;
  pointer-events: none;
}

section.contact-arqan .box-form .right-bg {
  bottom: 0;
  right: 0;
}

section.contact-arqan .box-form .top-bg {
  top: 0;
  right: 0;
  width: 70px;
}

html[lang="ar"] section.contact-arqan .box-form .right-bg {
  left: 0;
  right: unset;
}

section.contact-arqan .box-form h3 {
  color: #FFC100;
  position: relative;
}

section.contact-arqan .box-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("/assets/img/Seamless arabic geometric ornament in br… 1.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
}

section.contact-arqan .contact-form {
  background-color: #384869;
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  margin: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

section.contact-arqan .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  max-width: 100%;
}

section.contact-arqan .form-row input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  background: transparent;
  max-width: 100%;
}

section.contact-arqan .form-row input,
section.contact-arqan .form-row input::placeholder {
  color: #ffffff;
}

section.contact-arqan .form-group {
  margin-bottom: 15px;
}

section.contact-arqan .form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  color: #ffffff;
  border-radius: 8px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

section.contact-arqan .form-group select option {
  color: var(--dark-slate);
}

@media (max-width: 600px) {
  section.contact-arqan .form-row {
    flex-direction: column;
  }
}

/* start reviews */
section.testimonial-area .sec-title {
  position: relative;
}

html[lang="ar"] .testimonial-content {
  direction: rtl;
  text-align: right;
}

section.testimonial-area .sec-title h2 {
  text-align: center;
}

section.testimonial-area {
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
  padding-top: var(--section-padding);
}

section.testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
  padding-right: 40px;
  position: relative;
}

section.testimonial-area .owl-stage-outer {
  padding: 30px 50px;
  margin-left: -34px;
  width: calc(100% + 100px);
  padding-bottom: 0px;
}

html[lang="ar"] section.testimonial-area .owl-stage-outer {
  margin-left: 0px;
  margin-right: -50px;
}

section.testimonial-area img {
  filter: invert(1);
}

section.testimonial-area .single-testimonial {
  border: 7px solid #3c4a51;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}

section.testimonial-area .single-testimonial p {
  font-size: 15px;
  line-height: 24px;
  padding: 3.125rem 1rem 3.125rem;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}

/* section.testimonial-area .single-testimonial::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url(https://cdn-icons-png.flaticon.com/512/4338/4338294.png)
		no-repeat #f7f8f8;
	background-size: 60%;
	width: 126px;
	height: 100px;
	transform: rotate(180deg);
	background-position: 34px 15px;
} */
section.testimonial-area .single-testimonial::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 7px;
  background: url('/assets/img/3d-logo (1).webp') no-repeat transparent;
  background-size: 60%;
  width: 128px;
  height: 124px;
  background-position: 34px 19px;
}

section.testimonial-area .round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

section.testimonial-area .round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #3c4a51;
  border-radius: 30px;
}

section.testimonial-area .round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #3c4a51;
  border-radius: 30px;
}

section.testimonial-area .round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #3c4a51;
  border-radius: 30px;
  z-index: 1;
}

section.testimonial-area .round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #3c4a51;
  border-radius: 30px;
  z-index: 1;
}

section.testimonial-area .client-info {
  position: relative;
  z-index: 3;
}

html[lang="ar"] section.testimonial-area .client-info .client-details {
  text-align: right;
}

section.testimonial-area .client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}

section.testimonial-area .client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
  gap: .9rem;
}

section.testimonial-area .client-info h6 {
  color: var(--dark-slate);
  font-weight: 700;
  font-size: 1rem;
  margin: 0px;
}

section.testimonial-area .client-info span {
  display: inline-block;
  font-size: 12px;
}

@media (max-width: 359px) {

  section.testimonial-area .client-info h6,
  section.testimonial-area .client-info span {
    max-width: 75%;
    text-wrap: wrap;
  }
}

@media (max-width: 567px) {
  section.testimonial-area .client-info {
    justify-content: flex-start;
    margin-left: 1rem;
  }

  section.testimonial-area .single-testimonial::after {
    right: 6px;
    left: unset;
    width: 100px;
    height: 100px;
  }

  html[lang="ar"] section.testimonial-area .single-testimonial::after {
    right: unset;
    left: -2rem;
  }
}

section.testimonial-area .owl-dots button {
  background: linear-gradient(45deg, #FFD54F, #EFC02C) !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}

section.testimonial-area .owl-dots {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 30px;
  margin-top: 1rem;
}

@media (max-width: 359px) {
  section.testimonial-area .owl-dots {
    display: none;
  }
}


section.testimonial-area .owl-dots button.active {
  width: 30px;
}

@media (min-width: 992px) {
  section.testimonial-area .single-testimonial p {
    padding: 3.125rem;
  }
}

/* start tutor */
section.tutor {
  padding-top: 2rem;
}

section.about-arqan7>.content.c-flex-column {
  align-items: center;
}

section.tutor .container>h2 {
  text-align: center;
  margin-bottom: 2rem;
}

section.tutor .item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 40px;
  background: white;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

@media (min-width: 768px) {
  section.tutor .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 160px;
    background-image: url("/assets/img/pngwing.com (56) 1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  html[lang="ar"] section.tutor .item::after {
    right: unset;
    left: 0;
  }
}

section.tutor .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

section.tutor .box-img {
  flex-shrink: 0;
  width: 263px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

section.tutor .box-img-mobile {
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 12px;
  max-width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: none;
}

section.tutor .box-img-mobile .image-part img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
}

section.tutor .info-part-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.tutor .info-part-mobile .tutor-name {
  font-weight: bold;
  font-size: 1rem;
  color: #222;
}

section.tutor .info-part-mobile .tutor-title {
  font-size: 0.9rem;
  color: #666;
  margin-top: 2px;
}

section.tutor .info-part-mobile .stars {
  color: #ffc107;
  font-size: 1.1rem;
  margin-top: 4px;
  letter-spacing: 1px;
}

@media (max-width: 567px) {
  section.tutor .box-img {
    display: none;
  }

  section.tutor .box-img-mobile {
    display: flex;
  }
}

section.tutor .box-img:hover {
  transform: scale(1.05);
}

section.tutor .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

section.tutor .box-info {
  flex: 1;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

section.tutor .box-info h6 {
  position: relative;
}

section.tutor .box-info h6:first-child {
  margin-top: 0;
}

section.tutor .box-info h6::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #FFD54F, #EFC02C);
  border-radius: 2px;
}

html[lang="ar"] section.tutor .box-info h6::after {
  right: 0;
  left: unset;
}

html[lang="ar"] section.tutor .box-info ul li::before {
  right: -20px;
  left: unset;
}

section.tutor .box-info p {
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
  text-align: justify;
  line-height: 1.7;
  max-width: 650px;
}

section.tutor .box-info ul {
  list-style: none;
  margin-bottom: 15px;
  max-width: 650px;
}

section.tutor .box-info ul li {
  font-size: 13px;
  color: #555;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}

section.tutor .box-info ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: bold;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  section.tutor .item {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }

  section.tutor .box-img {
    width: 180px;
    margin: 0 auto;
  }

  section.tutor .box-info {
    padding-left: 0;
  }

  section.tutor .content h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  section.tutor .box-info p,
  section.tutor .box-info ul li {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  section.tutor .tutor {
    padding: 40px 0;
  }

  section.tutor .content {
    padding: 0 15px;
  }

  section.tutor .content h2 {
    font-size: 1.8rem;
  }

  section.tutor .item {
    padding: 25px 15px;
  }

  section.tutor .box-img {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  section.video video {
    width: 90% !important;
    margin-top: -60px !important;
    box-shadow: 0px -3px 5px 1px #655e5ead;
  }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 1rem;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  border: none;
}


.blog-search {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 350px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 5px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.blog-search input[type="text"] {
  flex: 1;
  border: none;
  outline: none;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 20px;
}

.blog-search button {
  border: none;
  background: #00a9a5;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.blog-search button:hover {
  background: #008f8b;
}

.blog-search i {
  font-size: 14px;
}