:root {
  --title-font: "Cairo", sans-serif;
  --body-font: "Cairo", sans-serif;
}

html,
body {
  direction: rtl;
  text-align: right;
}

body {
  font-family: "Cairo", sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

.brand-text-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0a3f45 0%, #14626b 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.nav-header.header-style7,
.hero-section.style-6,
.about-section.style-6 {
  overflow: hidden;
}

.sticky-header {
  display: none;
}

.sticky-header.fixed-header {
  display: block;
}

.header-style7 .main-wrapper {
  margin-top: 0;
}

.header-style7 .main-wrapper .menu-area {
  direction: rtl;
}

.header-style7 .main-wrapper .nav-menu .main-menu > ul,
.sticky-header .main-menu > ul {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-style7 .main-wrapper .nav-menu .main-menu > ul > li,
.sticky-header .main-menu > ul > li {
  float: none;
}

.header-style7 .main-wrapper .nav-menu .main-menu > ul > li > a,
.sticky-header .main-menu > ul > li > a,
.mobile-menu-wrapper .mobile-menu-area .mobile-menu ul li > a {
  font-family: var(--body-font);
  font-weight: 700;
}

.header-style7 .main-wrapper .header-right-wrapper .header-right .theme-btn i,
.hero-content .theme-btn i,
.theme-btn i {
  margin-right: 8px;
  margin-left: 0;
}

.list-unstyled,
ul {
  padding-right: 0;
}

.hero-section.style-6 .hero-content .text p br {
  display: none;
}

.hero-section.style-6 .hero-content .title,
.about-section.style-6 .about-content-wrapper .sec-title,
.title-area .sec-title {
  font-weight: 800;
  line-height: 1.35;
}

.hero-section.style-6 .hero-content .text p,
.about-section.style-6 .about-content-wrapper .sec-text,
.about-section.style-6 .feature-item p,
.about-section.style-6 .features-list li {
  font-size: 18px;
  line-height: 1.9;
}

.hero-section.style-6 .hero-content .title span {
  color: var(--theme-color2);
}

.hero-section.style-6 .hero-right .image-box img {
  width: 100%;
}

.hero-section.style-6 .hero-slider-6 .swiper-slide {
  position: relative;
}

.hero-section.style-6 .hero-slide-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-section.style-6 .hero-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section.style-6 .hero-right .image-box {
  width: min(100%, 470px);
  aspect-ratio: 470 / 625;
  margin-inline: auto;
  display: grid;
  place-items: center;
}

.hero-section.style-6 .hero-right .image-box img {
  height: 100%;
  object-fit: contain;
}

.about-section.style-6 .row {
  align-items: center;
}

.about-section.style-6 .about-content-wrapper {
  padding-left: 34px;
}

.about-section.style-6 .feature-list {
  justify-content: space-between;
  gap: 24px;
}

.about-section.style-6 .feature-list .feature-item {
  flex-direction: row;
  text-align: right;
}

.about-section.style-6 .feature-list .feature-item .icon {
  margin-left: 18px;
  margin-right: 0;
  flex: 0 0 auto;
}

.about-section.style-6 .features-list li {
  padding-right: 28px;
  padding-left: 0;
}

.about-section.style-6 .features-list li::before {
  right: 0;
  left: auto;
}

.about-section.style-6 .about-thumb-area {
  margin-right: 0;
  margin-left: 60px;
}

.about-section.style-6 .customar-box {
  right: auto;
  left: 30px;
  text-align: right;
}

.about-section.style-6 .customar-box .box-top,
.about-section.style-6 .customar-box .box-bottom {
  direction: rtl;
}

.about-section.style-6 .array-button {
  left: auto;
  right: 40px;
}

.mobile-menu-wrapper .mobile-menu-area,
.sidebar-content,
.search-popup form,
.footer-section,
.contact-page-sourced,
.title-area,
.project-card,
.blog-card,
.team-card,
.testimonial-card,
.pricing-card {
  direction: rtl;
  text-align: right;
}

.contact-page-sourced .row {
  direction: rtl;
}

.contact-page-sourced .contact-content-wrap .contact-info .contact-item {
  flex-direction: row;
}

.contact-page-sourced .contact-content-wrap .contact-info .contact-item .info {
  text-align: right;
}

.contact-page-sourced .contact-form form .form-grid {
  direction: rtl;
}

.contact-page-sourced .contact-form form .form-group .icon {
  right: 26px;
  left: auto;
}

.contact-page-sourced .contact-form form .form-grid input,
.contact-page-sourced .contact-form form .form-grid select {
  padding-right: 52px;
  padding-left: 25px;
}

.contact-page-sourced .contact-form form .terms input[type=checkbox] {
  margin-right: 0;
  margin-left: 10px;
}

.contact-page-sourced .social-links {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}

.contact-page-map .map-canvas {
  width: 100%;
  min-height: 430px;
  border: 0;
}

@media (max-width: 1199.98px) {
  .about-section.style-6 .about-content-wrapper {
    padding-left: 0;
  }

  .about-section.style-6 .about-thumb-area {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .header-style7 .main-wrapper .header-right-wrapper {
    display: none;
  }

  .hero-section.style-6 .hero-content .title,
  .about-section.style-6 .about-content-wrapper .sec-title,
  .title-area .sec-title {
    font-size: clamp(28px, 6vw, 44px);
  }

  .about-section.style-6 .customar-box {
    left: 16px;
    bottom: -26px;
  }

  .about-section.style-6 .array-button {
    right: 16px;
  }
}

.home-services-section .feature-title-area {
  direction: rtl;
  align-items: flex-start;
}

.home-services-section .feature-title-area .service-btn {
  margin-right: auto;
  margin-left: 0;
}

.home-services-section .title-area.white {
  text-align: right;
}

.home-services-section .feature-box-four .content {
  text-align: right;
}

.home-services-section .feature-box-four .content .title,
.home-services-section .feature-box-four .content .text,
.home-services-section .feature-box-four .content .service-btn {
  font-family: "Cairo", sans-serif;
}

.home-services-section .feature-box-four .content .title {
  line-height: 1.5;
}

.home-services-section .feature-box-four .content .text {
  min-height: 108px;
}

.home-services-section .feature-box-four .image-box .service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-services-section .feature-box-four .image-box .service-icon i {
  color: #0d4749;
  font-size: 42px;
  line-height: 1;
  transition: 0.4s ease;
}

.home-services-section .feature-box-four.current .image-box .service-icon i,
.home-services-section .feature-box-four:hover .image-box .service-icon i {
  color: #fff;
}

.home-choose-section .row {
  align-items: center;
}

.home-choose-section .choose-content-wrapper,
.home-choose-section .choose-right-wrapper,
.home-choose-section .title-area,
.home-choose-section .featured-box,
.home-choose-section .right-top {
  direction: rtl;
  text-align: right;
}

.home-choose-section .choose-content-wrapper {
  padding-left: 24px;
}

.home-choose-section .sec-title {
  line-height: 1.32;
}

.home-choose-section .sec-text {
  max-width: 540px;
}

.home-choose-section .features-list li {
  padding-right: 28px;
  padding-left: 0;
}

.home-choose-section .features-list li::before {
  right: 0;
  left: auto;
}

.home-choose-section .choose-image-wrapper {
  display: flex;
  justify-content: center;
}

.home-choose-section .choose-image-wrapper .thumb {
  transform: none;
}

.home-choose-section .right-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-choose-section .right-top .icon {
  flex: 0 0 auto;
}

.home-choose-section .featured-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.home-choose-section .featured-box .icon {
  margin: 0;
  flex: 0 0 auto;
}

.home-choose-section .featured-box .content h4 {
  font-family: "Cairo", sans-serif;
  margin-bottom: 10px;
}

.home-choose-section .featured-box .content p {
  margin-bottom: 0;
  line-height: 1.9;
}

@media (max-width: 991.98px) {
  .home-services-section .feature-title-area {
    gap: 22px;
  }

  .home-services-section .feature-title-area .service-btn {
    margin-right: 0;
  }

  .home-choose-section .choose-content-wrapper {
    padding-left: 0;
  }

  .home-choose-section .right-top,
  .home-choose-section .featured-box {
    gap: 16px;
  }
}

.home-video-highlight .marquee-section.style-3 .marquee-wrap .marquee__group .m-item {
  direction: ltr;
  white-space: nowrap;
}

.home-video-highlight .marquee-section.style-3 .marquee-wrap .marquee__group .m-item .icon {
  margin-right: 8px;
  margin-left: 0;
}

.home-video-highlight .video-section.style-3 .stats-container {
  right: 0;
  left: auto;
}

.home-video-highlight .video-section.style-3 .stats-container .stat-box:nth-child(2) {
  margin-right: 18px;
}

.breadcrumb-section .title-outer {
  direction: rtl;
}

.breadcrumb-section .title-outer .page-title,
.breadcrumb-section .title-outer .text {
  text-align: right;
}

.breadcrumb-section .title-outer .text {
  flex-direction: row;
}

.breadcrumb-section .title-outer .text .icon {
  flex: 0 0 auto;
}

.page-breadcrumb li {
  margin-left: 7px;
  margin-right: 0;
  padding-left: 46px;
  padding-right: 0;
}

.page-breadcrumb li:last-child {
  padding-left: 0;
  margin-left: 0;
}

.page-breadcrumb li:after {
  left: 0;
  right: auto;
  transform: translateY(-50%) scaleX(-1);
}

.services-feature-intro .row {
  direction: rtl;
}

.services-intro-copy {
  text-align: right;
}

.services-intro-copy .sec-title {
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  line-height: 1.25;
}

.services-highlight-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.services-highlight-card .icon {
  margin-bottom: 0;
}

.services-highlight-card .title {
  font-size: 1.45rem;
}

.services-highlight-text {
  color: #4f6670;
  font-size: 1rem;
  line-height: 1.9;
}

.services-section-heading {
  max-width: 760px;
  margin: 0 auto 50px;
}

.services-page-card .inner-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.services-page-card .title,
.services-page-card .text {
  text-align: right;
}

.services-page-card .title a {
  color: inherit;
}

.services-page-card .service-btn {
  margin-top: auto;
}

.services-page-card .serial {
  left: 50px;
  right: auto;
}

.services-pagination nav {
  direction: ltr;
}

.service-details-page .services-details-layout {
  direction: ltr;
}

.service-details-page .services-details__content,
.service-details-page .service-sidebar,
.service-details-page .service-sidebar-single,
.service-details-page .widget-box,
.service-details-page .service-details-content,
.service-details-page .service-detail-highlights,
.service-details-page .service-related-links {
  direction: rtl;
  text-align: right;
}

.service-details-page .services-details__content .title-two {
  margin-top: 32px;
  margin-bottom: 22px;
}

.service-details-page .services-details__content p {
  line-height: 2;
  color: #4f6670;
}

.service-details-page .sidebar-service-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: right;
}

.service-details-page .sidebar-service-list li a i {
  transform: none;
  margin: 0;
}

.service-details-page .service-details-block .inner-box {
  flex-direction: row;
  text-align: right;
}

.service-details-page .service-details-block .inner-box .icon {
  margin-left: 20px;
  margin-right: 0;
  flex: 0 0 auto;
}

.service-details-page .service-detail-highlight-item,
.service-details-page .service-related-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  border-radius: 12px;
}

.service-details-page .service-detail-highlight-item {
  padding: 22px 24px;
  background: #f4fbfc;
}

.service-details-page .service-detail-highlight-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-color2);
  color: var(--dark-color);
  flex: 0 0 auto;
}

.service-details-page .service-detail-image-block .stats-container {
  left: 0;
  right: auto;
}

.service-details-page .service-related-card {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid rgba(11, 71, 79, 0.12);
  color: var(--dark-color);
  transition: all 0.3s ease;
}

.service-details-page .service-related-card:hover {
  border-color: var(--theme-color2);
  background: #f4fbfc;
}

.service-details-page .service-related-card-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg-color3);
  color: var(--theme-color2);
  flex: 0 0 auto;
}

.service-details-page .service-related-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.7;
}

.service-details-page .service-download-btn .theme-btn {
  text-align: right;
  justify-content: flex-start;
}

.service-details-page .service-download-icon {
  margin-left: 10px;
  margin-right: 0;
}

.service-details-page .service-faq-accordion,
.service-details-page .service-faq-accordion .accordion,
.service-details-page .service-faq-accordion .acc-btn,
.service-details-page .service-faq-accordion .acc-content,
.service-details-page .service-faq-accordion .content,
.service-details-page .service-faq-accordion .text {
  direction: rtl;
  text-align: right;
}

.service-details-page .service-faq-accordion .acc-btn {
  padding-right: 26px;
  padding-left: 60px;
}

.service-details-page .service-faq-accordion .acc-btn .icon {
  left: 24px;
  right: auto;
}

.service-newsletter-area {
  background: #fff;
}

.projects-archive-page .title-area {
  text-align: center;
}

.projects-archive-page .sec-text {
  max-width: 720px;
  margin: 14px auto 0;
}

.projects-archive-page .project-filter-buttons .menu-filtering {
  direction: rtl;
}

.projects-archive-page .project-single-box .project-info {
  direction: rtl;
  text-align: right;
}

.projects-archive-page .project-single-box .project-info .project-badge {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.projects-archive-page .project-single-box .project-info .title a {
  line-height: 1.55;
}

.projects-archive-pagination nav {
  direction: ltr;
}

.project-newsletter-area {
  background: #fff;
}

.gallery-archive-page .row {
  direction: ltr;
}

.gallery-newsletter-area {
  background: #fff;
}

.faq-page-archive .title-area,
.faq-page-contact .faq-content-wrapper,
.faq-page-contact .title-area {
  direction: rtl;
  text-align: center;
}

.faq-page-archive .faq-archive-accordion,
.faq-page-archive .faq-archive-accordion .accordion,
.faq-page-archive .faq-archive-accordion .acc-btn,
.faq-page-archive .faq-archive-accordion .acc-content,
.faq-page-archive .faq-archive-accordion .content,
.faq-page-archive .faq-archive-accordion .text,
.faq-page-contact .faq-content-wrapper {
  direction: rtl;
  text-align: right;
}

.faq-page-archive .faq-archive-accordion .acc-btn {
  padding-right: 30px;
  padding-left: 70px;
}

.faq-page-archive .faq-archive-accordion .acc-btn .icon {
  left: 28px;
  right: auto;
}

.faq-page-contact .row {
  direction: rtl;
}

.faq-page-contact .faq-content-wrapper .title-area {
  text-align: right;
}

.faq-page-contact .faq-content-wrapper .theme-btn i {
  margin-right: 8px;
  margin-left: 0;
}

.faq-newsletter-area {
  background: #fff;
}

.about-page-main .title-area {
  direction: rtl;
  text-align: right;
}

.about-page-main .title-area .sec-title {
  font-size: clamp(1.95rem, 2.7vw, 3rem);
  line-height: 1.3;
}

.about-page-main .title-area .sec-text {
  font-size: 1.14rem;
  line-height: 2.05;
  color: #56717b;
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 991.98px) {
  .service-details-page .services-details-layout {
    direction: rtl;
  }

  .about-page-main .title-area .sec-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 575.98px) {
  .about-page-main .title-area .sec-title {
    font-size: 1.75rem;
  }

  .about-page-main .title-area .sec-text {
    font-size: 1.05rem;
    line-height: 1.95;
  }
}

@media (max-width: 991.98px) {
  .breadcrumb-section .title-outer {
    gap: 24px;
  }

  .services-intro-copy .sec-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 575.98px) {
  .breadcrumb-section .title-outer .text {
    display: flex;
  }

  .breadcrumb-section .title-outer .text p {
    max-width: none;
  }

  .services-section-heading {
    margin-bottom: 36px;
  }

  .services-page-card .serial {
    left: 30px;
  }
}
