/* General Resets */
body {
  margin: 0;
}

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

input,
button,
a,
select,
textarea {
  font-family: inherit;
}

input:focus,
button:focus,
a:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  outline: 0;
  font-family: inherit;
}

a,
img,
button,
input,
select {
  transition: all 0.3s ease;
}

[role=button] {
  cursor: pointer;
}

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

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fa-snapchat::before {
  content: "\f2ac";
}

.fa-facebook::before {
  content: "\f39e";
}

.fa-linkedin::before {
  content: "\f0e1";
}

.la-snapchat::before {
  content: "\f2ac";
}

.la-facebook::before {
  content: "\f39e";
}

.la-linkedin::before {
  content: "\f0e1";
}

@font-face {
  font-family: "fs";
  src: url(/fonts/FSAlbertArabicWeb-Thin.woff2?d0c5ad9121684c634f467e2a76bf0e6b) format("woff2"), url(/fonts/FSAlbertArabicWeb-Thin.woff?f8b5a41451828530e9069dec23bd7356) format("woff"), url(/fonts/FSAlbertArabicWeb-Thin.ttf?4510ff0fcb55828390d38a94fe379442) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fs";
  src: url(/fonts/FSAlbertArabicWeb-Light.woff2?071cf549fbdf9b887ac8981abdab582b) format("woff2"), url(/fonts/FSAlbertArabicWeb-Light.woff?fa9030c7ddee2a479b24b747444a6736) format("woff"), url(/fonts/FSAlbertArabicWeb-Light.ttf?fa6b57578cc01834f682be6d771add40) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fs";
  src: url(/fonts/FSAlbertArabicWeb-Regular.woff2?71f73faafcd4befe815e8aeab92c9b03) format("woff2"), url(/fonts/FSAlbertArabicWeb-Regular.woff?00fe9d3ec996eb26a8877b5158cd39ec) format("woff"), url(/fonts/FSAlbertArabicWeb-Regular.ttf?1f2d350728e0efa0bf6b328858c4f792) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fs";
  src: url(/fonts/FSAlbertArabicWeb-Bold.woff2?9404c51bd1732dd80f38d8e3053fc7a4) format("woff2"), url(/fonts/FSAlbertArabicWeb-Bold.woff?50a4ea88829d8a3a604054292eec0cd6) format("woff"), url(/fonts/FSAlbertArabicWeb-Bold.ttf?3ecc2d13918121f563239d1335950bc4) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fs";
  src: url(/fonts/FSAlbertArabicWeb-ExtraBold.woff2?be064f7fa6c5f282792e2e4dece3cd49) format("woff2"), url(/fonts/FSAlbertArabicWeb-ExtraBold.woff?ae1488f59d2da3b69ccc166714d16bce) format("woff"), url(/fonts/FSAlbertArabicWeb-ExtraBold.ttf?c6f6506b40fe5c6e5c7375914b1e6692) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "kohinoor";
  src: url(/fonts/KohinoorArabic-Regular.woff2?8d5afbf41ab8a020ed029a4c001a237d) format("woff2"), url(/fonts/KohinoorArabic-Regular.woff?f1818eb57fe7445e72d530cd06bedf36) format("woff"), url(/fonts/KohinoorArabic-Regular.ttf?856815ee3e2ba05577f6715220b413f4) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "kohinoor";
  src: url(/fonts/KohinoorArabic-Bold.woff2?622577e9f6b61e3ce003fa8f37162c52) format("woff2"), url(/fonts/KohinoorArabic-Bold.woff?29226908dc7855d8ab9a5f4745c8a362) format("woff"), url(/fonts/KohinoorArabic-Bold.ttf?b63712228c8754409a5ba27ff770f9e4) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) #f2f2f2;
}

body {
  font-family: fs;
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-color);
}
body::-webkit-scrollbar {
  background-color: #f2f2f2;
  width: 8px;
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 4px;
}

.overflow {
  overflow: hidden;
}

.container {
  padding: 0 20px;
  margin: auto;
  width: 100%;
  max-width: 1180px;
}

.select-content {
  position: relative;
}
.select-content::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 28px;
  font-size: 14px;
  color: var(--text-color);
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f107";
}

.section-head {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .section-head {
    margin-bottom: 22px;
  }
}

.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.845;
  margin: 0 auto;
}
.section-title::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  background-color: var(--primary-color);
  height: 2px;
  width: 100%;
  inset-inline-end: 0;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }
  .section-title::after {
    height: 1.5px;
  }
}

.section-description {
  font-size: 18px;
  color: var(--secondary-color);
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .section-description {
    font-size: 15px;
    margin-top: 15px;
  }
}

.section-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 110px;
  height: 40px;
  padding: 5px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #a9a9a9;
  font-size: 20px;
  font-weight: 700;
  color: #a9a9a9;
  margin: 50px auto 0;
  transition: all 0.3s ease-in-out;
}
.section-btn:hover, .section-btn:focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
@media (max-width: 767px) {
  .section-btn {
    margin-top: 20px;
    height: 30px;
    padding: 5px 15px 0;
    min-width: auto;
  }
}

.slider-content {
  position: relative;
}

.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--primary-color);
}
.slider-button:hover {
  color: var(--secondary-color);
}
html[dir=ltr] .slider-button i {
  transform: rotate(180deg);
}
.slider-button.slider-button-next {
  inset-inline-end: -25px;
}
.slider-button.slider-button-prev {
  inset-inline-start: -25px;
}
@media (max-width: 1199px) {
  .slider-button {
    width: 25px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
  }
  .slider-button.slider-button-next {
    inset-inline-end: -9px;
  }
  .slider-button.slider-button-prev {
    inset-inline-start: -9px;
  }
  .slider-button:hover {
    color: var(--primary-color);
    background-color: #fff;
  }
  .page-testimonials-slider .slider-button {
    display: none;
  }
}

.slider-pagination {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}
.slider-pagination .swiper-pagination-bullet {
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #989898;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--text-color);
}
@media (max-width: 767px) {
  .slider-pagination .swiper-pagination-bullet {
    width: 9px;
  }
}
.home-testimonials-slider .slider-pagination {
  display: flex;
  margin: 30px 0 0;
  position: relative;
  inset: unset;
  justify-content: center;
}
@media (max-width: 1199px) {
  .page-testimonials-slider .slider-pagination {
    display: flex;
    margin-top: 30px;
  }
}
.partners-section .slider-pagination {
  display: flex;
}
.credits-section .slider-pagination {
  display: flex;
}
.offers-section .slider-pagination {
  display: flex;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.form-group {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
.form-group:has(.form-label) {
  margin-bottom: 20px;
}

.form-label {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.form-label span {
  display: block;
  font-weight: 400;
  margin-top: 2px;
}

.form-control {
  width: 100%;
  height: 37px;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:focus {
  border-color: var(--primary-color);
}
.form-control:is(textarea) {
  height: 108px;
  padding: 15px 30px;
  resize: none;
}

.form-submit {
  width: 100%;
  padding: 5px 35px 0;
  min-width: 159px;
  width: -moz-fit-content;
  width: fit-content;
  height: 44px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  margin: 22px auto 0;
  transition: all 0.3s ease-in-out;
}
.form-submit:hover {
  background-color: var(--text-color);
  color: #fff;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
}
@media (max-width: 767px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.iti {
  display: block;
  width: 100%;
}
html[dir=rtl] .iti .form-control {
  padding: 0;
  padding-right: 29px;
  padding-left: 75px;
}
html[dir=ltr] .iti .form-control {
  padding: 0;
  padding-right: 29px;
  padding-left: 75px;
}
.iti .iti__flag-container {
  direction: ltr;
  display: flex;
  align-items: center;
}
html[dir=rtl] .iti .iti__flag-container {
  right: auto;
  left: 0;
}
html[dir=ltr] .iti .iti__flag-container {
  right: auto;
  left: 0;
}
.iti .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti .iti__arrow {
  border: none;
  margin: 0;
  display: flex;
  align-items: center;
  color: #808080;
  font-size: 12px;
  margin-left: 10px;
}
.iti .iti__arrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}
.iti .iti__selected-flag {
  padding: 0 23px;
}
.iti .iti__country-list {
  top: 100%;
}

.select-container {
  position: relative;
  width: 100%;
}
.select-container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-container::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 23px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #fff;
  font-size: 8px;
  width: 17px;
  aspect-ratio: 1;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox label {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
.checkbox label .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  aspect-ratio: 1;
  background-color: #fff;
  font-size: 12px;
  color: var(--primary-color);
  margin-top: -3px;
  flex-shrink: 0;
  -webkit-margin-end: 11px;
          margin-inline-end: 11px;
  transition: all 0.3s ease-in-out;
}
.checkbox label .mark i {
  transform: scale(0) rotate(360deg);
  transition: all 0.3s ease-in-out;
}
.checkbox label input {
  display: none;
}
.checkbox label input:checked ~ .mark i {
  transform: scale(1) rotate(0);
}

.input-content {
  position: relative;
}
.input-content img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 6px;
}

.pagination-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 7px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .pagination-content {
    margin-top: 26px;
    gap: 3px;
  }
}
.pagination-content a {
  font-size: 20px;
  font-weight: 700;
  color: #a9a9a9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1;
  padding: 5px 0 0;
  background-color: #fff;
  border: 2px solid #a9a9a9;
  cursor: pointer;
  line-height: 0.8;
  transition: all 0.3s ease-in-out;
}
.pagination-content a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.pagination-content a.active {
  border-radius: 50%;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 767px) {
  .pagination-content a {
    width: 23px;
    font-size: 15px;
  }
}

.main-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 533px;
  padding: 125px 0 90px;
  border-end-end-radius: 108px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main-slide {
    border-end-end-radius: 76px;
  }
}
@media (max-width: 767px) {
  .main-slide {
    min-height: 300px;
    padding: 50px 0 45px;
  }
}
.main-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  opacity: 0;
  z-index: 2;
}
.main-slide.has-overlay:after {
  opacity: 0.3;
}
.main-slide .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slide .main-text {
  position: relative;
  z-index: 3;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 625px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .main-slide .main-text {
    justify-content: center;
    align-items: center;
    -moz-text-align-last: center;
         text-align-last: center;
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .main-slide .main-text {
    gap: 15px;
  }
}
.main-slide .main-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .main-slide .main-title {
    font-size: 18px;
  }
}
.main-slide .main-description {
  font-size: 30px;
  line-height: 1.233;
  text-align: justify;
  margin: 0;
}
@media (max-width: 767px) {
  .main-slide .main-description {
    font-size: 14px;
    line-height: 1.4;
  }
}
.main-slide .main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 30px 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  font-size: 30px;
  font-weight: 700;
  border: 3px solid #fff;
  margin-inline: auto;
  transition: all 0.3s ease-in-out;
}
.main-slide .main-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--secondary-color);
}
.main-slide .main-btn:focus {
  color: #fff;
}
@media (max-width: 767px) {
  .main-slide .main-btn {
    height: 30px;
    font-size: 14px;
    padding: 5px 15px 0;
    border-width: 2px;
  }
}

.main-slider {
  position: relative;
  overflow: hidden;
}
.main-slider .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 5;
}
.main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--secondary-color);
}
.main-slider .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main-slider .swiper-button:hover {
  color: var(--secondary-color);
  background-color: #fff;
}
html[dir=ltr] .main-slider .swiper-button i {
  transform: rotate(180deg);
}
.main-slider .swiper-button.swiper-button-next {
  inset-inline-end: 50px;
}
.main-slider .swiper-button.swiper-button-prev {
  inset-inline-start: 50px;
}
@media (max-width: 1199px) {
  .main-slider .swiper-button {
    width: 25px;
    font-size: 10px;
  }
  .main-slider .swiper-button.swiper-button-next {
    inset-inline-end: 22px;
  }
  .main-slider .swiper-button.swiper-button-prev {
    inset-inline-start: 22px;
  }
}

.about-content {
  display: grid;
  grid-template-columns: 7fr 5fr;
  align-items: center;
}
@media (max-width: 991px) {
  .about-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.about-media {
  order: 2;
  -webkit-padding-start: 65px;
          padding-inline-start: 65px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-media {
    width: 100%;
    padding: 0;
  }
}
.about-media .about-images {
  display: flex;
  align-items: end;
  gap: 22px;
  justify-content: start;
}
.about-media .about-images :first-child {
  width: 100%;
  aspect-ratio: 426/475;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  border-start-end-radius: 65px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-media .about-images {
    width: 100%;
    gap: 16px;
    order: 1;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .about-media .about-images :first-child {
    aspect-ratio: 333/143;
  }
}
.about-media .about-video {
  margin-top: 17px;
}

.about-video {
  width: 100%;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 25px;
  background-color: var(--primary-color);
  border-radius: 8px;
  gap: 30px;
}
.about-video .video-icon {
  width: 48px;
  font-size: 36px;
  color: var(--primary-color);
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.about-video .video-icon i {
  position: relative;
  z-index: 3;
}
.about-video .video-icon::after, .about-video .video-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.about-video .video-icon::before {
  width: 70px;
  height: 70px;
  transition: all 0.3s ease-in-out;
}
.about-video .video-icon::after {
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .about-video .video-icon {
    width: 38px;
  }
  .about-video .video-icon::before {
    width: 48px;
    height: 48px;
  }
}
.about-video .video-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: justify;
  margin: 0;
}
@media (max-width: 991px) {
  .about-video .video-text {
    font-size: 15px;
  }
}
.about-video:hover .video-icon::before {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .about-video {
    padding: 10px 20px;
    gap: 25px;
    max-width: 100%;
  }
}

.about-information {
  order: 1;
}
.about-information .about-small-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .about-information .about-small-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.about-information .about-title {
  font-size: 25px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.52;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .about-information .about-title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px;
  }
}
.about-information .about-description {
  font-size: 18px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 2.1;
  text-align: justify;
  margin: 0 0 0;
}
@media (max-width: 767px) {
  .about-information .about-description {
    font-size: 15px;
    line-height: 1.6;
  }
}
.about-information .about-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 16px 0;
  height: 31px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
.about-information .about-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 767px) {
  .about-information .about-btn {
    margin-top: 10px;
    font-size: 12px;
    height: 25px;
    padding: 5px 13px 0;
  }
}
.about-information .about-video {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .about-information {
    order: 2;
  }
}

.service-item {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.service-item .service-img {
  width: 100%;
  aspect-ratio: 364/222;
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 49px;
  margin: 0 0 10px;
}
.service-item .service-img .img-link {
  width: 100%;
  height: 100%;
  display: block;
}
.service-item .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-item .service-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.service-item .service-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.service-item .service-title a:hover {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .service-item .service-title {
    font-size: 15px;
  }
}
.service-item .service-information {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.service-item .service-information:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  opacity: 0.9;
}
.service-item .service-information .service-title {
  color: #fff;
  margin: 0 0 10px;
}
.service-item .service-information .service-title a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .service-item .service-information .service-title {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .service-item .service-information {
    padding: 0 40px;
  }
}
.service-item .service-description {
  color: #fff;
  font-size: 18px;
  line-height: 1.667;
  font-weight: 400;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .service-item .service-description {
    font-size: 12px;
    margin-bottom: 10px;
    height: 40px;
  }
}
.service-item .service-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
}
.service-item .service-btn::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}
html[dir=ltr] .service-item .service-btn::before {
  content: "\f137";
}
@media (max-width: 767px) {
  .service-item .service-btn {
    font-size: 12px;
  }
  .service-item .service-btn::before {
    font-size: 10px;
  }
}
.service-item .service-icon {
  position: absolute;
  width: 41px;
  aspect-ratio: 41/42;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 21px;
  inset-inline-end: 22px;
  z-index: 2;
}
.service-item .service-icon::after, .service-item .service-icon::before {
  content: "";
  position: absolute;
  background-color: #fff;
}
.service-item .service-icon:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.service-item .service-icon::before {
  inset: -6px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.service-item .service-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
.service-item .service-icon:hover::before {
  inset: 0;
}
.service-item:hover .service-information {
  visibility: visible;
  opacity: 1;
}

.banner-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  border-radius: 150px;
  margin: 0 auto 80px;
  width: calc(100% - 40px);
  max-width: 1140px;
}
.banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.85;
}
@media (max-width: 991px) {
  .banner-section {
    border-radius: 53px;
    margin-bottom: 30px;
  }
}

.banner-content {
  position: relative;
  padding: 50px 15px;
  z-index: 2;
}
@media (max-width: 767px) {
  .banner-content {
    padding: 60px 15px;
  }
  .banner-content .section-head {
    max-width: 220px;
    margin: 0 auto 20px;
  }
}
.banner-content .section-title {
  color: #fff;
}
.banner-content .section-title::before, .banner-content .section-title::after {
  display: none;
}
.banner-content .section-description {
  color: #fff;
}
.banner-content .banner-btn {
  height: 44px;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.banner-content .banner-btn::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.banner-content .banner-btn:hover {
  color: var(--secondary-color);
  background-color: #fff;
}
.banner-content .banner-btn:hover::after {
  border-color: #fff;
  inset: 0;
}
@media (max-width: 767px) {
  .banner-content .banner-btn {
    height: 30px;
    padding: 5px 19px 0;
    font-size: 15px;
  }
  .banner-content .banner-btn::after {
    inset: -3px;
  }
}
@media (max-width: 991px) {
  .banner-content {
    padding: 30px 20px;
  }
}

.member-item {
  border: 1px solid var(--primary-color);
  width: 100%;
  padding: 7px;
  position: relative;
  margin-bottom: 12px;
  border-start-end-radius: 42px;
  border-end-start-radius: 42px;
}
@media (max-width: 767px) {
  .member-item {
    padding: 4px;
    margin-bottom: 5px;
  }
}
.member-item .member-img {
  width: 100%;
  aspect-ratio: 243/211;
  position: relative;
  overflow: hidden;
  display: flex;
  border-end-start-radius: 38px;
  border-start-end-radius: 38px;
}
.member-item .member-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-item .member-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.member-item .member-information {
  position: relative;
  text-align: center;
  padding: 20px 10px 15px;
}
@media (max-width: 767px) {
  .member-item .member-information {
    padding: 15px 5px;
  }
}
.member-item .member-name {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0;
}
@media (max-width: 767px) {
  .member-item .member-name {
    font-size: 15px;
  }
}
.member-item .member-position {
  font-size: 18px;
  font-weight: 400;
  color: var(--secondary-color);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .member-item .member-position {
    font-size: 12px;
  }
}
.member-item .member-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  border: 1px solid var(--primary-color);
  background-color: #fff;
  border-radius: 20px;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.member-item .member-btn:hover {
  color: #fff;
  background-color: var(--primary-color);
}
@media (max-width: 767px) {
  .member-item .member-btn {
    height: 20px;
    font-size: 12px;
    padding: 5px 10px 0;
  }
}
.member-item:hover .member-img:after {
  visibility: visible;
  opacity: 1;
}

.statistics-content {
  padding: 30px 40px;
  overflow: hidden;
  position: relative;
  border: 3px solid var(--primary-color);
  border-start-end-radius: 80px;
  border-end-start-radius: 80px;
}
@media (max-width: 991px) {
  .statistics-content {
    padding: 20px 5px;
    border-width: 2px;
    border-start-end-radius: 45px;
    border-end-start-radius: 45px;
  }
}
.statistics-content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.statistics-content .statistics-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .statistics-content .statistics-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 15px;
  }
  .statistics-content .statistics-list :last-child:nth-child(odd) {
    display: none;
  }
}

.statistic-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 2;
  flex: 1;
}
.statistic-item .statistic-value {
  font-size: 40px;
  font-weight: 800;
  color: var(--secondary-color);
  direction: ltr;
  line-height: 1;
  margin: 0;
}
@media (max-width: 991px) {
  .statistic-item .statistic-value {
    font-size: 24px;
  }
}
.statistic-item .statistic-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .statistic-item .statistic-title {
    font-size: 18px;
  }
}

.cases-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  height: 53px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  border: 1px solid #2c2c2c;
  margin: 0 auto 50px;
}
@media (max-width: 991px) {
  .cases-filters {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cases-filters {
    width: 100%;
    padding: 2px 5px;
    gap: 2px 10px;
    height: auto;
    min-height: 36px;
    margin-bottom: 30px;
    justify-content: center;
  }
}

.case-filter {
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  color: var(--primary-color);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.case-filter::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  height: 27px;
  width: 2px;
  background-color: var(--text-color);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.case-filter:hover {
  color: var(--secondary-color);
}
.case-filter.active {
  color: var(--text-color);
}
.case-filter.active::after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .case-filter {
    font-size: 13px;
  }
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 9px;
}
@media (max-width: 1199px) {
  .cases-grid {
    gap: 15px 10px;
  }
}
@media (max-width: 991px) {
  .cases-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cases-grid {
    grid-template-columns: 1fr;
  }
}

.filterd-item.show {
  display: block;
}
.filterd-item.hide {
  display: none !important;
}

.case-item {
  width: 100%;
  aspect-ratio: 372/272;
  display: flex;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.case-item .case-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-item .case-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 800;
  color: var(--text-color);
  margin: 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.case-item::after {
  content: "";
  position: absolute;
  top: 23px;
  bottom: 23px;
  left: 32px;
  right: 32px;
  background-color: #fff;
  border-radius: 82px;
  border-start-start-radius: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.case-item:hover {
  border-radius: 82px;
  border-start-start-radius: 0;
}
.case-item:hover .case-title {
  visibility: visible;
  opacity: 1;
}
.case-item:hover::after {
  visibility: visible;
  opacity: 0.5;
  transform: scale(1);
}

.testimonial-item {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .testimonial-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.testimonial-item .testimonial-review {
  order: 2;
  font-size: 18px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.722;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 155px;
  margin: 10px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .testimonial-item .testimonial-review {
    font-size: 15px;
    -webkit-line-clamp: 7;
    -moz-text-align-last: center;
         text-align-last: center;
    height: 181px;
    margin-bottom: 25px;
  }
}
.testimonial-item .testimonial-information {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: start;
  flex-direction: row-reverse;
  gap: 20px;
}
@media (max-width: 767px) {
  .testimonial-item .testimonial-information {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.testimonial-item .testimonial-img {
  width: 95px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 10px;
}
.testimonial-item .testimonial-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.5;
}
.testimonial-item .testimonial-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .testimonial-item .testimonial-img {
    width: 78px;
    padding: 7px;
  }
}
.testimonial-item .testimonial-name-rate {
  display: flex;
  flex-direction: column;
}
.testimonial-item .testimonial-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--secondary-color);
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .testimonial-item .testimonial-name {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.testimonial-item .testimonial-rate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  font-size: 18px;
  color: #dddddd;
}
.testimonial-item .testimonial-rate .active {
  color: #ffc107;
}
@media (max-width: 767px) {
  .testimonial-item .testimonial-rate {
    font-size: 14px;
    justify-content: center;
  }
}
.testimonial-item:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 75px;
  inset-inline-end: 0;
  font-size: 60px;
  color: var(--primary-color);
  opacity: 0.1;
}
@media (max-width: 767px) {
  .testimonial-item:after {
    top: 110px;
  }
}

.partner-item {
  width: 100%;
  aspect-ratio: 223/115;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-item {
  width: 100%;
  overflow: hidden;
}
.blog-item .blog-img {
  width: 100%;
  aspect-ratio: 368/323;
  display: flex;
  overflow: hidden;
  margin-bottom: 13px;
}
.blog-item .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .blog-item .blog-img {
    margin-bottom: 5px;
  }
}
.blog-item .blog-content {
  border: 2px solid var(--primary-color);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 8px 10px;
  gap: 7px;
}
@media (max-width: 767px) {
  .blog-item .blog-content {
    padding: 0 4px 5px;
  }
}
.blog-item .blog-information {
  display: flex;
  flex-direction: column;
  padding: 10px 8px 0;
}
@media (max-width: 767px) {
  .blog-item .blog-information {
    padding: 5px 5px 0;
  }
}
.blog-item .blog-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-color);
  margin: 0;
}
.blog-item .blog-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.blog-item .blog-title a:hover {
  color: var(--secondary-color);
}
@media (max-width: 767px) {
  .blog-item .blog-title {
    font-size: 15px;
  }
}
.blog-item .blog-summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 90px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.667;
  color: var(--text-color);
  margin: 0;
}
@media (max-width: 767px) {
  .blog-item .blog-summary {
    font-size: 12px;
    height: 60px;
  }
}
.blog-item .blog-date {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background-color: var(--secondary-color);
  color: #fff;
  width: 54px;
  aspect-ratio: 54/60;
  line-height: 0.618;
  font-weight: 700;
  margin-top: -2px;
}
.blog-item .blog-date strong {
  font-size: 30px;
}
.blog-item .blog-date span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .blog-item .blog-date {
    width: 35px;
    gap: 2px;
  }
  .blog-item .blog-date strong {
    font-size: 19px;
  }
  .blog-item .blog-date span {
    font-size: 10px;
  }
}
.blog-item .blog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px 0;
  height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  margin: 15px auto 0;
  border: 2px solid var(--primary-color);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.blog-item .blog-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 767px) {
  .blog-item .blog-btn {
    height: 20px;
    padding: 3px 10px 0;
    font-size: 12px;
    margin-top: 8px;
  }
}

.faq-content {
  position: relative;
  width: 100%;
  background-color: var(--secondary-color);
  padding: 45px 35px 45px;
}
@media (max-width: 991px) {
  .faq-content {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 40px 20px 30px;
  }
}
.faq-content .section-title {
  color: #fff;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  position: relative;
  z-index: 2;
}
.faq-content .section-title::after, .faq-content .section-title::before {
  background-color: #fff;
}
.faq-content .section-btn {
  background-color: #fff;
  color: var(--secondary-color);
  border: none;
  margin: 25px auto 0;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.faq-content .section-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 991px) {
  .faq-content .section-btn {
    margin-top: 15px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.accordion-item {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .accordion-item {
    border-width: 3px;
  }
}
.accordion-item .accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  gap: 10px;
  cursor: pointer;
  background-color: var(--primary-color);
}
.accordion-item .accordion-head i {
  color: #fff;
  flex-shrink: 0;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .accordion-item .accordion-head i {
    font-size: 15px;
  }
}
.accordion-item .accordion-head.active i {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .accordion-item .accordion-head {
    font-size: 16px;
    padding: 10px 15px;
    -webkit-padding-end: 15px;
            padding-inline-end: 15px;
  }
}
.accordion-item .accordion-body {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.accordion-item .accordion-body p {
  padding: 10px 25px 15px;
  border: 2px solid #fff;
  border-top: none;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .accordion-item .accordion-body p {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.branches-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.branch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px 0;
  height: 40px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 300;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  transition: all 0.3s ease-in-out;
}
.branch-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.branch-btn.active {
  background-color: var(--secondary-color);
  color: #fff;
}
@media (max-width: 767px) {
  .branch-btn {
    height: 30px;
    padding: 4px 10px 0;
    font-size: 15px;
  }
}

.branch-information {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .branch-information {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.branch-information .information-list {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px 0;
}
@media (max-width: 991px) {
  .branch-information .information-list {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .branch-information .information-list {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }
}
.branch-information .information-item {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 991px) {
  .branch-information .information-item {
    gap: 17px;
  }
}
.branch-information .information-item .item-icon {
  width: 37px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.branch-information .information-item .item-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .branch-information .information-item .item-icon {
    width: 32px;
  }
}
.branch-information .information-item .item-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.branch-information .information-item .item-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0;
}
@media (max-width: 991px) {
  .branch-information .information-item .item-title {
    font-size: 15px;
  }
}
.branch-information .information-item .item-value {
  font-size: 18px;
  font-weight: 400;
  color: var(--secondary-color);
  margin: 0;
}
.branch-information .information-item .item-value:has(a) {
  display: flex;
  align-items: center;
}
.branch-information .information-item .item-value span {
  color: inherit;
  display: flex;
  align-items: center;
}
.branch-information .information-item .item-value span ~ span::before {
  content: "/";
  margin: 0 12px;
}
@media (max-width: 991px) {
  .branch-information .information-item .item-value span ~ span::before {
    margin: 0 5px;
  }
}
.branch-information .information-item .item-value a {
  color: inherit;
  direction: ltr;
  transition: all 0.3s ease-in-out;
}
.branch-information .information-item .item-value a:hover {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .branch-information .information-item .item-value {
    font-size: 15px;
  }
}
.branch-information .branch-map {
  width: 100%;
  height: 280px;
}
.branch-information .branch-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .booking-section {
    background-color: var(--secondary-color);
  }
}

.booking-content {
  background-color: var(--secondary-color);
  padding: 40px 67px 35px;
  position: relative;
}
@media (max-width: 991px) {
  .booking-content {
    padding: 25px 0 20px;
  }
}
.booking-content .section-title {
  color: #fff;
}
.booking-content .section-title::after, .booking-content .section-title::before {
  display: none;
}
.booking-content .section-description {
  color: #fff;
}
.booking-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 45px;
}
@media (max-width: 991px) {
  .booking-content:after {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
  }
}
.booking-content .form-content {
  position: relative;
  z-index: 2;
}

.offer-item {
  width: 100%;
  aspect-ratio: 350/447;
  position: relative;
  display: flex;
}
.offer-item .offer-img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 70px 70px;
  overflow: hidden;
  position: relative;
}
.offer-item .offer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-item .offer-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--secondary-color) 0%, rgba(255, 255, 255, 0) 100%);
}
.offer-item .offer-information {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 15px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .offer-item .offer-information {
    bottom: 10px;
  }
}
.offer-item .offer-title {
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .offer-item .offer-title {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
.offer-item .offer-prices {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-item .offer-prices span {
  font-size: 19px;
  font-weight: 400;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
@media (max-width: 991px) {
  .offer-item .offer-prices span {
    font-size: 10px;
    -webkit-margin-start: 5px;
            margin-inline-start: 5px;
  }
}
.offer-item .current-price {
  font-size: 38px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .offer-item .current-price {
    font-size: 23px;
  }
}
.offer-item .old-price {
  font-size: 25px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.offer-item .old-price:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-30deg);
  background-color: #fff;
  height: 2px;
  width: 50px;
}
.offer-item .old-price::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fff;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .offer-item .old-price {
    font-size: 15px;
  }
  .offer-item .old-price:after {
    width: 35px;
    height: 1px;
    top: 40%;
    left: 45%;
  }
  .offer-item .old-price::before {
    height: 24px;
  }
}
.offer-item .offer-phone {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.offer-item .offer-phone span {
  padding-top: 5px;
}
.offer-item .offer-phone i {
  font-size: 15px;
}
.offer-item .offer-phone:hover {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .offer-item .offer-phone {
    font-size: 12px;
  }
  .offer-item .offer-phone i {
    font-size: 10px;
  }
}
.offer-item .offer-logo {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}
.offer-item .offer-logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .offer-item .offer-logo {
    width: 62px;
    top: 20px;
  }
}

.swiper-slide:has(.offer-item) {
  padding: 20px 20px 0;
}
@media (max-width: 1199px) {
  .swiper-slide:has(.offer-item) {
    padding: 5px 5px 0;
  }
}
@media (max-width: 991px) {
  .swiper-slide:has(.offer-item) {
    padding: 10px 10px 0;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 9px;
}
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 5px;
  }
}
@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px 5px;
  }
}

.gallery-img {
  width: 100%;
  aspect-ratio: 372/272;
  overflow: hidden;
  display: flex;
  position: relative;
}
.gallery-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-img .video-icon {
  width: 57px;
  font-size: 57px;
  color: var(--primary-color);
  background-color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .gallery-img .video-icon {
    width: 38px;
    font-size: 38px;
  }
}

.topBar-wrapper {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .topBar-wrapper .container {
    padding: 0 10px;
  }
}

.topBar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 9px 0 8px;
}
.topBar-content i {
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .topBar-content {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .topBar-content {
    gap: 15px;
    padding: 9px 0 5px;
    display: none;
  }
}

.topBar-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.topBar-contacts .topBar-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #808080;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}
.topBar-contacts .topBar-contact i {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.topBar-contacts .topBar-contact:is(a):hover {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .topBar-contacts .topBar-contact {
    color: var(--secondary-color);
  }
  .topBar-contacts .topBar-contact i {
    font-size: 22px;
  }
  .topBar-contacts .topBar-contact span {
    display: none;
  }
}
@media (max-width: 991px) {
  .topBar-contacts {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .topBar-contacts {
    gap: 10px;
  }
}

.topBar-lang {
  display: flex;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.lang-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #808080;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}
.lang-link i {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.lang-link:hover {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .lang-link {
    font-size: 14px;
    color: var(--secondary-color);
  }
  .lang-link i {
    font-size: 20px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 25px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .header {
    padding: 13px 0 12px;
  }
}

.logo {
  display: flex;
  align-items: center;
  height: 46px;
  transition: all 0.3s ease-in-out;
}
.logo img {
  max-height: 100%;
}
@media (max-width: 1199px) {
  .logo {
    height: 30px;
  }
}

.menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 24px;
  color: var(--text-color);
  cursor: pointer;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  transition: all 0.3s ease-in-out;
}
.menu-btn:hover {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .menu-btn {
    display: flex;
  }
}

.header-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 9px 0;
  min-width: 100px;
  height: 34px;
  border-radius: 17px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.header-btn:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.header-btn:focus {
  color: #fff;
}
@media (max-width: 1199px) {
  .header-btn {
    font-size: 12px;
    height: 30px;
    min-width: auto;
  }
}
@media (max-width: 991px) {
  .header-btn {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
header.fixed {
  top: -40px;
}
header.fixed .header {
  padding: 19px 0 13px;
}
@media (max-width: 991px) {
  header.fixed .header {
    padding: 7px 0 5px;
  }
}
header.fixed .logo {
  height: 42px;
}
@media (max-width: 1199px) {
  header.fixed .logo {
    height: 40px;
  }
}
@media (max-width: 767px) {
  header.fixed .logo {
    height: 30px;
  }
}
@media (max-width: 767px) {
  header.fixed {
    top: -41px;
    top: 0;
  }
}

body {
  padding-top: 141px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 125px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 55px;
  }
}

.page-content {
  padding: 60px 0 33px;
}
@media (max-width: 767px) {
  .page-content {
    padding: 30px 0 20px;
  }
}
.page-content.background {
  position: relative;
  margin-bottom: 28px;
}
.page-content.background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.07;
  background-color: var(--primary-color);
}
.page-content.background .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-content.background {
    margin: 0;
  }
}

.breadcrumb-section {
  background-size: cover;
  background-position: center;
  position: relative;
  border-end-end-radius: 131px;
  overflow: hidden;
}
.breadcrumb-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  opacity: 0;
}
.breadcrumb-section.has-overlay:after {
  opacity: 0.4;
}
.breadcrumb-section.no-image {
  background: none !important;
}
.breadcrumb-section.no-image:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .breadcrumb-section {
    border-end-end-radius: 60px;
  }
}

.breadcrumb-content {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 3;
  color: #fff;
  line-height: 1;
}
@media (max-width: 991px) {
  .breadcrumb-content {
    height: 135px;
  }
}
.breadcrumb-content .page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .breadcrumb-content .page-title {
    font-size: 20px;
  }
}

.nav-header {
  display: none;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding: 34px 0 28px;
}
.nav-header .close-btn {
  display: none;
  align-items: center;
  justify-content: flex-start;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  font-size: 24px;
  width: 24px;
  padding: 0;
  color: var(--text-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.nav-header .close-btn:hover {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .nav-header .close-btn {
    display: flex;
  }
}

.nav-footer {
  display: none;
  flex-direction: column;
  gap: 40px;
}
.nav-footer .topBar-contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
}
.nav-footer .topBar-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-size: 17px;
  color: var(--primary-color);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.nav-footer .topBar-contact i {
  color: var(--secondary-color);
  font-size: 20px;
}
.nav-footer .topBar-contact span {
  display: inline;
}
.nav-footer .topBar-contact:is(a):hover {
  color: var(--primary-color);
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .nav-list {
    gap: 15px;
  }
}
.nav-list .lang-li {
  display: none;
}
.nav-list a {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.nav-list a:hover {
  color: var(--primary-color);
}
.nav-list a.active {
  color: var(--primary-color);
}
@media (max-width: 1199px) {
  .nav-list a {
    font-size: 14px;
  }
}

.children-list {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-start: -15px;
  min-width: 240px;
  z-index: 10;
  padding: 15px 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.children-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  opacity: 0.98;
}
.children-list li {
  padding: 0 5px;
  padding-bottom: 5px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}
.children-list li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.children-list a {
  width: 100%;
  background-color: transparent;
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.children-list a:hover {
  color: var(--primary-color);
}

.has-children {
  position: relative;
}
.has-children > a:after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 10px;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}
.has-children:hover > a {
  color: var(--primary-color);
}
.has-children:hover .children-list {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .main-nav {
    position: fixed;
    top: 0;
    inset-inline-start: -100vw;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 0 20px 40px;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }
  .active .main-nav {
    inset-inline-start: 0;
  }
  .main-nav .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0 40px;
  }
  .main-nav .nav-list .lang-li {
    display: block;
  }
  .main-nav .nav-list a {
    font-size: 17px;
    color: var(--text-color);
  }
  .main-nav .nav-list a:hover {
    color: var(--secondary-color);
  }
  .main-nav .nav-list a.active {
    color: var(--secondary-color);
  }
  .main-nav .has-children {
    position: relative;
    width: 100%;
  }
  .main-nav .has-children > a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .main-nav .has-children > a:after {
    color: var(--text-color);
    font-size: 12px;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    transition: all 0.3s ease-in-out;
  }
  .main-nav .has-children > a.active {
    color: var(--primary-color);
  }
  .main-nav .has-children > a.active:after {
    color: var(--primary-color);
    transform: rotate(180deg);
  }
  .main-nav .children-list {
    position: relative;
    top: unset;
    inset-inline-start: unset;
    min-width: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
  }
  .main-nav .children-list:before {
    display: none;
  }
  .main-nav .children-list li {
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: none;
  }
  .main-nav .children-list li:first-of-type {
    padding-top: 20px;
  }
  .main-nav .children-list li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .main-nav .children-list a {
    color: var(--text-color);
    opacity: 0.8;
  }
  .main-nav .children-list a:hover {
    color: var(--primary-color);
  }
  .main-nav .nav-header {
    display: flex;
  }
  .main-nav .nav-footer {
    display: flex;
  }
}

.fixed-contacts {
  position: fixed;
  inset-inline-end: 9px;
  bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  z-index: 12;
}

.fixed-icon {
  font-size: 40px;
  color: #fff;
  background-color: var(--secondary-color);
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: perspective(1px);
  transition: all 0.3s ease-in-out;
}
.fixed-icon.whatsapp {
  background-color: #075e54;
}
.fixed-icon.messenger {
  background-color: #0084ff;
}
.fixed-icon:hover, .fixed-icon:focus {
  color: #fff;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .fixed-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.arrow-top {
  position: fixed;
  inset-inline-start: 25px;
  bottom: 25px;
  font-size: 17px;
  color: #fff;
  background-color: #cacaca;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 8;
  display: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .arrow-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
.arrow-top:hover, .arrow-top:focus {
  color: #fff;
  background-color: var(--primary-color);
}
.arrow-top:hover::before, .arrow-top:focus::before {
  background-color: var(--primary-color);
}

.main-footer {
  background-color: #fff;
  position: relative;
  padding-top: 35px;
}
.main-footer .footer-content {
  border-top: 4px solid #a4a5a8;
  padding: 50px 0 70px;
}
@media (max-width: 991px) {
  .main-footer .footer-content {
    border-top: 2px solid #a4a5a8;
    padding: 35px 0 30px;
  }
}
@media (max-width: 767px) {
  .main-footer {
    padding: 16px;
  }
}

.footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .footer-content {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }
}

.footer-information {
  width: 100%;
  max-width: 395px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@media (max-width: 991px) {
  .footer-information {
    padding: 0;
    margin: 0 auto 25px;
  }
}

.footer-logo {
  width: 230px;
  margin-bottom: 30px;
}
.footer-logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .footer-logo {
    width: 170px;
    margin: 0 auto 20px;
  }
}

.footer-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.109;
  text-align: justify;
  color: var(--text-color);
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .footer-description {
    font-size: 15px;
    margin-bottom: 0;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}

.footer-socials {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 0 0;
  border-top: 2px solid #a4a5a8;
}
.footer-socials .social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--primary-color);
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-socials .social:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.footer-socials.mobile-socials {
  display: none;
  justify-content: center;
  border: none;
  padding: 0;
}
@media (max-width: 991px) {
  .footer-socials {
    display: none;
  }
  .footer-socials.mobile-socials {
    display: flex;
  }
}

.footer-links {
  position: relative;
}
@media (max-width: 991px) {
  .footer-links {
    border-bottom: 2px solid #a4a5a8;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.links-list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 5px;
}
.links-list a {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-color);
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.links-list a:hover {
  color: var(--secondary-color);
}

.footer-branch {
  position: relative;
  width: 100%;
  max-width: 460px;
}
.single-footer .footer-branch {
  max-width: 625px;
}
@media (max-width: 991px) {
  .footer-branch {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .single-footer .footer-branch {
    max-width: 100%;
  }
}

.footer-clock {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer-clock {
    gap: 17px;
    margin-bottom: 15px;
  }
}
.footer-clock .item-icon {
  width: 37px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-clock .item-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .footer-clock .item-icon {
    width: 32px;
  }
}
.footer-clock .item-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media (max-width: 991px) {
  .footer-clock .item-content {
    gap: 0;
  }
}
.footer-clock .item-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
}
@media (max-width: 991px) {
  .footer-clock .item-title {
    font-size: 15px;
  }
}
.footer-clock .item-value {
  font-size: 15px;
  font-weight: 400;
  color: var(--secondary-color);
  margin: 0;
}

.map-content {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.map-content iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .map-content {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}

/* landing footer */
.land-footer {
  padding: 100px 0 130px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .land-footer {
    padding: 30px 0 110px;
  }
}

.contact-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 147px;
  width: 100%;
  max-width: 945px;
  margin: auto;
}
@media (max-width: 991px) {
  .contact-items {
    max-width: 100%;
    gap: 50px;
  }
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  direction: ltr;
  position: relative;
}
.contact-item:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 180px;
  inset-inline-start: -73px;
  background-color: var(--secondary-color);
}
@media (max-width: 991px) {
  .contact-item:after {
    inset-inline-start: -25px;
  }
}
@media (max-width: 767px) {
  .contact-item:after {
    height: 65px;
  }
}
.contact-item:last-of-type::after {
  display: none;
}
.contact-item i {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 37px;
}
.contact-item .title {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-color);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-item .title {
    display: none;
  }
}
.contact-item .value {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 800;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .contact-item .value {
    display: none;
  }
}

.about-section {
  padding: 75px 0 55px;
  position: relative;
}
.about-section .about-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about-section {
    padding: 30px 0;
  }
}

.services-section {
  padding: 45px 0 75px;
  position: relative;
}
.services-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: linear-gradient(180deg, rgba(146, 146, 146, 0.4) 0%, rgb(255, 255, 255) 100%);
}
.services-section .services-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .services-section {
    overflow: hidden;
    padding: 20px 0 30px;
  }
  .services-section .swiper {
    overflow: unset;
  }
}

.team-section {
  padding: 45px 0 75px;
  position: relative;
}
.team-section .team-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .team-section {
    padding: 25px 0 30px;
    overflow: hidden;
  }
  .team-section .swiper {
    overflow: unset;
  }
}

.statistics-section {
  padding: 40px 0 20px;
}
@media (max-width: 767px) {
  .statistics-section {
    padding: 25px 0 0;
  }
}

.cases-section {
  padding: 70px 0 60px;
}
@media (max-width: 767px) {
  .cases-section {
    padding: 30px 0 35px;
  }
}
@media (min-width: 1200px) {
  .cases-section .section-title {
    padding: 13px 22px;
    color: #fff;
  }
  .cases-section .section-title::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}

.testimonials-section {
  padding: 37px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.testimonials-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.07;
  background-color: var(--primary-color);
}
.testimonials-section .testimonials-img {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
  overflow: hidden;
  border-start-start-radius: 300px;
  border-end-start-radius: 300px;
}
.testimonials-section .testimonials-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .testimonials-section .testimonials-img {
    display: none;
  }
}

.testimonials-content {
  width: 50%;
  position: relative;
  z-index: 2;
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
}
.testimonials-content .section-head {
  text-align: start;
}
@media (max-width: 767px) {
  .testimonials-content .section-head {
    text-align: center;
  }
}
.testimonials-content .section-title {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
@media (max-width: 767px) {
  .testimonials-content .section-title {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}
.testimonials-content .home-testimonials-slider {
  position: relative;
}
@media (max-width: 767px) {
  .testimonials-content {
    width: 100%;
    padding: 0;
  }
}

.partners-section .partners-content {
  padding: 85px 0 65px;
  border-bottom: 2px solid var(--secondary-color);
}
@media (max-width: 767px) {
  .partners-section .partners-content {
    padding: 35px 0 40px;
  }
}
.partners-section .section-head {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .partners-section .section-head {
    margin-bottom: 35px;
  }
}

section ~ :has(.partners-section) .partners-content {
  border-top: 2px solid var(--secondary-color);
}
section:last-of-type > .partners-section .partners-content {
  border-bottom: none;
}

.blog-section {
  padding: 70px 0 55px;
}
@media (max-width: 767px) {
  .blog-section {
    padding: 25px 0 55px;
    overflow: hidden;
  }
  .blog-section .swiper {
    overflow: unset;
  }
}

.faq-section {
  background-color: transparent;
  position: relative;
}
.faq-section .faq-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.faq-section .faq-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .faq-section {
    padding: 40px 0 30px;
  }
}

.branches-section {
  padding: 60px 0 70px;
}
@media (max-width: 767px) {
  .branches-section {
    padding: 33px 0 28px;
  }
}

.gallery-section {
  padding: 90px 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery-section {
    padding: 40px 0 20px;
  }
  .gallery-section .swiper {
    overflow: unset;
  }
}

.offers-section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .offers-section {
    padding: 20px 0 40px;
    overflow: hidden;
  }
  .offers-section .swiper {
    overflow: unset;
  }
}

.contact-content {
  position: relative;
  background-color: var(--secondary-color);
  padding: 50px 65px 25px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-content {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
  }
}
.contact-content .section-title {
  color: #fff;
}
.contact-content .section-title::after {
  background-color: #fff;
}
.contact-content .contact-form {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .contact-content .contact-form {
    width: 100%;
  }
}
.contact-content .contact-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-content .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .contact-content .contact-img img {
    -o-object-position: right;
       object-position: right;
  }
}

.about-page {
  padding: 0;
}
.about-page .about-section {
  padding-bottom: 30px;
}
.about-page .about-section::after {
  display: none;
}
@media (max-width: 767px) {
  .about-page .about-section {
    padding-bottom: 15px;
  }
}
.about-page .statistics-section {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .about-page .statistics-section {
    padding: 15px 0;
  }
}
.about-page .statistics-content {
  padding: 70px 40px;
}
@media (max-width: 991px) {
  .about-page .statistics-content {
    padding: 20px 5px;
  }
}
@media (max-width: 767px) {
  .about-page .statistics-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 15px;
  }
  .about-page .statistics-list :last-child:nth-child(odd) {
    display: none;
  }
}

.features-section {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .features-section {
    padding: 15px 0;
  }
}

.features-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .features-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .features-content {
    gap: 15px;
  }
}

.feature-item {
  display: flex;
  align-items: center;
  position: relative;
  -webkit-margin-start: 35px;
          margin-inline-start: 35px;
}
@media (max-width: 767px) {
  .feature-item {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
}
.feature-item .feature-icon {
  position: absolute;
  top: -6px;
  inset-inline-start: -35px;
  background-color: var(--secondary-color);
  width: 63px;
  aspect-ratio: 63/68;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7px;
  transition: all 0.3s ease-in-out;
}
.feature-item .feature-icon img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .feature-item .feature-icon {
    width: 41px;
    padding: 5px;
    inset-inline-start: -20px;
  }
}
.feature-item .feature-content {
  border: 2px solid var(--primary-color);
  padding: 20px 25px;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
  border-radius: 66px;
  border-start-start-radius: 0;
}
@media (max-width: 767px) {
  .feature-item .feature-content {
    padding: 10px 16px;
    border-radius: 58px;
    border-start-start-radius: 0;
    -webkit-padding-start: 25px;
            padding-inline-start: 25px;
  }
}
.feature-item .feature-title {
  font-size: 25px;
  font-weight: 800;
  color: var(--primary-color);
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .feature-item .feature-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.feature-item .feature-description {
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.722;
  font-weight: 700;
  text-align: justify;
  margin: 0;
}
@media (max-width: 767px) {
  .feature-item .feature-description {
    font-size: 15px;
    line-height: 1.188;
  }
}
.feature-item:hover .feature-icon {
  background-color: var(--primary-color);
}
.feature-item:hover .feature-icon img {
  filter: brightness(0) invert(1);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 24px;
}
@media (max-width: 1199px) {
  .services-grid {
    gap: 15px 10px;
  }
}
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 24px;
  }
}
@media (max-width: 767px) {
  .services-grid {
    gap: 25px 10px;
  }
}
@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.service-page {
  position: relative;
}
.service-page:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: linear-gradient(180deg, rgb(55, 50, 50) 0%, rgb(255, 255, 255) 100%);
}

.service-description {
  position: relative;
  z-index: 2;
}
.service-description img {
  width: 100%;
  aspect-ratio: 1137/325;
  border-radius: 44px;
  border-start-start-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-description img {
    aspect-ratio: 330/140;
    border-radius: 30px;
    border-start-start-radius: 0;
    margin-bottom: 25px;
  }
}
.service-description h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .service-description h3 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.service-description p {
  font-size: 18px;
  line-height: 1.889;
  color: var(--text-color);
  text-align: justify;
  margin: 0;
}
@media (max-width: 767px) {
  .service-description p {
    font-size: 15px;
  }
}

.service-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 5fr 7fr;
}
@media (max-width: 1199px) {
  .service-content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .service-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.service-content .service-img {
  -webkit-padding-end: 85px;
          padding-inline-end: 85px;
}
@media (max-width: 1199px) {
  .service-content .service-img {
    padding: 0;
  }
}
.service-content .service-img img {
  width: 100%;
  aspect-ratio: 398/628;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 44px;
  border-start-start-radius: 0;
}
@media (max-width: 767px) {
  .service-content .service-img img {
    aspect-ratio: 323/153;
    border-radius: 33px;
    border-start-start-radius: 0;
    margin-bottom: 20px;
  }
}
.service-content .service-description h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .service-content .service-description h3 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.service-content .service-description p {
  font-size: 18px;
  line-height: 1.889;
  color: var(--text-color);
  text-align: justify;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .service-content .service-description p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.service-content .service-description span {
  font-size: 18px;
  line-height: 1.889;
  color: var(--text-color);
  text-align: justify;
}
@media (max-width: 767px) {
  .service-content .service-description span {
    font-size: 15px;
  }
}
.service-content .service-description ul {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-color);
  text-align: justify;
  margin: 0 0;
}
@media (max-width: 767px) {
  .service-content .service-description ul {
    font-size: 15px;
  }
}

.related-services {
  padding: 0;
  position: relative;
}
.related-services .related-content {
  padding: 60px 0 30px;
  border-top: 3px solid var(--primary-color);
}
@media (max-width: 767px) {
  .related-services .related-content {
    padding: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .related-services {
    overflow: hidden;
  }
  .related-services .swiper {
    overflow: unset;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 37px 25px;
}
@media (max-width: 1199px) {
  .team-grid {
    gap: 25px 12px;
  }
}
@media (max-width: 991px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
}
@media (max-width: 767px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
  }
}
@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 991px) {
  .team-page ~ .booking2-section {
    background-color: var(--primary-color);
  }
}
.team-page ~ .booking2-section .booking-content {
  background-color: var(--primary-color);
}
.team-page ~ .booking2-section .form-submit {
  background-color: var(--secondary-color);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 24px;
}
@media (max-width: 1199px) {
  .blog-grid {
    gap: 15px 10px;
  }
}
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 24px;
  }
}
@media (max-width: 767px) {
  .blog-grid {
    gap: 25px 10px;
  }
}
@media (max-width: 480px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.post-page {
  position: relative;
}
.post-page:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: linear-gradient(180deg, rgb(55, 50, 50) 0%, rgb(255, 255, 255) 100%);
}

.post-description {
  position: relative;
  z-index: 2;
}
.post-description img {
  width: 100%;
  aspect-ratio: 1137/325;
  border-radius: 44px;
  border-start-start-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .post-description img {
    aspect-ratio: 330/140;
    border-radius: 30px;
    border-start-start-radius: 0;
    margin-bottom: 25px;
  }
}
.post-description h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .post-description h3 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.post-description p {
  font-size: 18px;
  line-height: 1.889;
  color: var(--text-color);
  text-align: justify;
  margin: 0;
}
@media (max-width: 767px) {
  .post-description p {
    font-size: 15px;
  }
}

.post-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 5fr 7fr;
}
@media (max-width: 1199px) {
  .post-content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .post-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.post-content .post-img {
  -webkit-padding-end: 85px;
          padding-inline-end: 85px;
}
@media (max-width: 1199px) {
  .post-content .post-img {
    padding: 0;
  }
}
.post-content .post-img img {
  width: 100%;
  aspect-ratio: 398/628;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 44px;
  border-start-start-radius: 0;
}
@media (max-width: 767px) {
  .post-content .post-img img {
    aspect-ratio: 323/153;
    border-radius: 33px;
    border-start-start-radius: 0;
    margin-bottom: 20px;
  }
}
.post-content .post-description h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .post-content .post-description h3 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.post-content .post-description p {
  font-size: 18px;
  line-height: 1.889;
  color: var(--text-color);
  text-align: justify;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .post-content .post-description p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.post-content .post-description ul {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-color);
  text-align: justify;
  margin: 0 0;
}
@media (max-width: 767px) {
  .post-content .post-description ul {
    font-size: 15px;
  }
}

.related-blog .related-content {
  padding: 30px 0;
  border-top: 2px solid var(--primary-color);
}
@media (max-width: 767px) {
  .related-blog {
    overflow: hidden;
  }
  .related-blog .related-content {
    padding: 30px 0 20px;
  }
  .related-blog .swiper {
    overflow: unset;
  }
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px 30px;
}
@media (max-width: 1199px) {
  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 9px 15px;
  }
}
@media (max-width: 991px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.testimonials-page {
  overflow: hidden;
  position: relative;
}
.testimonials-page .swiper {
  overflow: hidden;
}
.testimonials-page .testimonial-item {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
@media (max-width: 1199px) {
  .testimonials-page .testimonial-item {
    padding: 0;
  }
}

.testimonials-form .booking-content {
  background-color: var(--primary-color);
  border-radius: 45px;
}
@media (max-width: 991px) {
  .testimonials-form .booking-content {
    background-color: var(--secondary-color);
  }
}
.testimonials-form .booking-content:after {
  display: none;
}
.testimonials-form .form-submit {
  background-color: var(--secondary-color);
}
.testimonials-form .form-submit:hover {
  background-color: var(--text-color);
}
@media (max-width: 991px) {
  .testimonials-form .form-submit {
    background-color: var(--primary-color);
  }
  .testimonials-form .form-submit:hover {
    background-color: var(--text-color);
  }
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.form-footer .form-submit {
  margin: 0;
  height: 40px;
}
.form-footer .rating {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  gap: 14px;
}
@media (max-width: 991px) {
  .form-footer .rating {
    gap: 8px;
  }
}
.form-footer .rate-label {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .form-footer .rate-label {
    font-size: 16px;
    margin: 0 0;
  }
}

.ratestars {
  display: inline-flex;
  flex-direction: row-reverse;
}
.ratestars label {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
  font-size: 24px;
}
@media (max-width: 991px) {
  .ratestars label {
    font-size: 20px;
  }
}
.ratestars label i {
  display: flex;
  align-items: center;
  color: #454545;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .ratestars label i {
    color: #dddddd;
  }
}
.ratestars label:hover i {
  color: #ffc107;
}
.ratestars label:hover ~ label i {
  color: #ffc107;
}
.ratestars input {
  display: none;
}
.ratestars input:checked ~ label i {
  color: #ffc107;
}

.faq-page .faq-section {
  background-color: transparent;
}
.faq-page .faq-img {
  opacity: 0.1;
}

@media (max-width: 991px) {
  .contact-page .booking-content {
    margin: 0 -20px;
    width: calc(100% + 40px);
    padding-inline: 20px;
  }
}

.contact-branches .branches-section {
  padding-top: 20px;
}
.contact-branches .branches-content {
  padding: 40px 0 0;
  border-top: 2px solid var(--primary-color);
}
@media (max-width: 767px) {
  .contact-branches .branches-content {
    padding: 30px 0 0;
  }
}

.branches-page .contact-section {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .branches-page .contact-section {
    margin-top: 30px;
    background-color: var(--secondary-color);
  }
}
.branches-page .contact-section .contact-content {
  background-color: var(--secondary-color);
}
.branches-page .contact-section .section-title {
  color: #fff;
}
.branches-page .contact-section .form-control {
  background-color: #fff;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px;
}
@media (max-width: 1199px) {
  .offers-grid {
    gap: 15px 10px;
  }
}
@media (max-width: 991px) {
  .offers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 41px;
  }
}
@media (max-width: 767px) {
  .offers-grid {
    gap: 25px 10px;
  }
}
@media (max-width: 480px) {
  .offers-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.offer-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 991px) {
  .offer-content {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .offer-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.offer-content .offer-img {
  width: 350px;
  aspect-ratio: 350/447;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 65px;
  overflow: hidden;
  position: relative;
}
.offer-content .offer-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.offer-content .offer-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--text-color) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .offer-content .offer-img {
    width: 100%;
  }
}
.offer-content .offer-description {
  font-size: 24px;
  color: var(--primary-color);
  line-height: 1.333;
  padding-top: 20px;
}
.offer-content .offer-description :last-child {
  margin: 0;
}
.offer-content h3 {
  font-weight: 700;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .offer-content h3 {
    font-size: 17px;
  }
}
.offer-content .offer-prices {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.offer-content .offer-prices span {
  font-size: 19px;
  font-weight: 400;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
@media (max-width: 991px) {
  .offer-content .offer-prices span {
    font-size: 10px;
    -webkit-margin-start: 5px;
            margin-inline-start: 5px;
  }
}
@media (max-width: 991px) {
  .offer-content .offer-prices {
    justify-content: center;
  }
}
.offer-content .current-price {
  font-size: 38px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .offer-content .current-price {
    font-size: 23px;
  }
}
.offer-content .old-price {
  font-size: 25px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  opacity: 0.8;
}
.offer-content .old-price:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-30deg);
  background-color: var(--secondary-color);
  height: 2px;
  width: 50px;
}
.offer-content .old-price::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--secondary-color);
  margin: 0 15px;
}
@media (max-width: 991px) {
  .offer-content .old-price {
    font-size: 15px;
  }
  .offer-content .old-price:after {
    width: 35px;
    height: 1px;
    top: 40%;
    left: 45%;
  }
  .offer-content .old-price::before {
    height: 24px;
  }
}
.offer-content .offer-phone {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  transition: all 0.3s ease-in-out;
}
.offer-content .offer-phone span {
  padding-top: 5px;
  direction: ltr;
}
.offer-content .offer-phone i {
  font-size: 15px;
}
.offer-content .offer-phone:hover {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .offer-content .offer-phone {
    font-size: 14px;
    margin: 0 auto 15px;
  }
  .offer-content .offer-phone i {
    font-size: 12px;
  }
}
.offer-content p {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .offer-content p {
    font-size: 15px;
  }
}

.landing-section {
  padding: 0;
}
.landing-section .landing-service {
  padding: 50px 0 70px;
  position: relative;
  border-top: 2px solid var(--primary-color);
}
@media (max-width: 991px) {
  .landing-section .landing-service {
    padding: 20px 0 25px;
    border-top: 1px solid var(--primary-color);
  }
}
.landing-section .land-title {
  font-size: 25px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .landing-section .land-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.landing-section .service-description {
  font-size: 18px;
  text-align: justify;
  -moz-text-align-last: start;
       text-align-last: start;
  color: var(--text-color);
  width: 100%;
  line-height: 2.109;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .landing-section .service-description {
    font-size: 15px;
  }
}
.landing-section .service-description p,
.landing-section .service-description ul {
  margin: 0;
}

.gallery-land {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .gallery-land {
    padding: 0 0 20px;
  }
}

.galleryLand-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 40px;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .galleryLand-grid {
    gap: 5px 16px;
  }
}

.galleryLand-item {
  max-width: 100%;
  overflow: hidden;
}
.galleryLand-item .img-holder {
  aspect-ratio: 525/309;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .galleryLand-item .img-holder {
    aspect-ratio: 166/107;
  }
}
.galleryLand-item .img-holder img:not(.icon) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.galleryLand-item .img-holder img.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .galleryLand-item .img-holder img.icon {
    width: 25px;
  }
}
.galleryLand-item:nth-of-type(1) {
  grid-column: 1/span 2;
}
.galleryLand-item:nth-of-type(1) .img-holder {
  aspect-ratio: 1135/422;
}
@media (max-width: 991px) {
  .galleryLand-item:nth-of-type(1) .img-holder {
    aspect-ratio: 338/160;
  }
}

.rate-section {
  text-align: center;
  padding: 0 0 85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .rate-section {
    padding: 0 15px 20px;
  }
}
.rate-section .rate-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1.786;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .rate-section .rate-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.rate-section .rate-title span {
  font-weight: 800;
  color: var(--secondary-color);
  display: block;
}
.rate-section .rate-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.rate-section .rate-stars i {
  font-size: 40px;
  font-size: #999;
}
.rate-section .rate-stars i.active {
  color: #ffc916;
}
@media (max-width: 991px) {
  .rate-section .rate-stars i {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .rate-section .rate-stars {
    margin-bottom: 10px;
  }
}
.rate-section .service-price {
  text-align: center;
  color: var(--text-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.489;
}
@media (max-width: 991px) {
  .rate-section .service-price {
    font-size: 16px;
  }
}
.rate-section .service-price span {
  display: block;
}
.rate-section .service-price .old-price {
  color: #999999;
}
