html,
body {
  min-height: 100%;
  min-height: 100vh;
}

#preloader {
  display: none !important;
}

.page-header__bg {
  background-position: 78% center;
}

.main-menu-three__logo img,
.stricky-header .main-menu-three__logo img,
.main-menu-two__logo img,
.stricky-header .main-menu-two__logo img,
.main-menu__logo img,
.footer-widget-three__logo img,
.footer-widget__about-logo img,
.logo-box img,
.mobile-nav__content .logo-box img {
  width: auto !important;
  max-width: 220px !important;
  max-height: 78px !important;
  height: auto !important;
  object-fit: contain;
}

.live-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 5;
}

.live-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 5px 12px;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid rgba(255, 255, 255, 0.45);
  pointer-events: auto;
  white-space: nowrap;
}

.live-lang a.active {
  background: #fff;
  color: #1a1a1a !important;
  border-color: #fff;
}

.live-lang a:hover {
  background: rgba(255, 255, 255, 0.18);
}

.live-lang--nav {
  margin: 0 0 22px;
  gap: 10px;
}

.live-lang--nav a {
  flex: 1;
  min-height: 44px;
  border-radius: 4px;
}

.mobile-nav__content .live-lang--nav a.active:hover {
  background: #fff;
  color: #1a1a1a !important;
}

.main-menu-three__language-switcher {
  overflow: visible;
}

html[lang="ar"] body,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] p,
html[lang="ar"] a,
html[lang="ar"] li,
html[lang="ar"] input,
html[lang="ar"] textarea,
html[lang="ar"] button {
  font-family: "Cairo", "Public Sans", sans-serif;
}

html[lang="ar"] .fa,
html[lang="ar"] .fas,
html[lang="ar"] .far,
html[lang="ar"] .fal,
html[lang="ar"] .fab,
html[lang="ar"] .fa-solid,
html[lang="ar"] .fa-regular,
html[lang="ar"] .fa-brands,
html[lang="ar"] .fa:before,
html[lang="ar"] .fas:before,
html[lang="ar"] .far:before,
html[lang="ar"] .fal:before,
html[lang="ar"] .fab:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
}

html[lang="ar"] [class^="icon-"],
html[lang="ar"] [class*=" icon-"],
html[lang="ar"] [class^="icon-"]:before,
html[lang="ar"] [class*=" icon-"]:before {
  font-family: "icomoon" !important;
}

/* Template team-1-* is 300x346. Lock that crop so mixed portraits stay even. */
.team-one__img {
  aspect-ratio: 300 / 346;
  overflow: hidden;
}

.team-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.team-one__title {
  min-height: 34px;
}

.team-one__single-inner {
  overflow: visible;
}

.team-one__social-list {
  z-index: 3;
}

.live-x-icon {
  display: inline-block;
  width: 0.88em;
  height: 0.88em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.team-one__btn-box,
.team-two__btn-box {
  text-align: center;
  margin-top: 10px;
}

/* Template team-2-* is 300x280. */
.team-two__img {
  aspect-ratio: 300 / 280;
  overflow: hidden;
}

.team-page .team-two__title {
  min-height: 34px;
}

.team-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

html[lang="ar"] .team-two__img img {
  transform: scaleX(-1);
}

html[lang="ar"] .team-two__single:hover .team-two__img img {
  transform: scaleX(-1) scale(1.05);
}

html[lang="ar"] .counter-two__top .text-left {
  text-align: right !important;
}

html[lang="ar"] .counter-two__count-box {
  direction: ltr;
}

html[lang="ar"] .about-two__experience-count,
html[lang="ar"] .about-two__experience-count .odometer,
html[lang="ar"] .about-two__experience-count .odometer-inside {
  direction: ltr !important;
  unicode-bidi: isolate;
}

html[lang="ar"] .about-two__experience-count {
  justify-content: center;
}

.contact-two__btn-box .thm-btn {
  width: 100%;
  height: 58px;
  justify-content: center;
}

html[lang="ar"] .contact-two__bg {
  transform: scaleX(-1);
}

html[lang="ar"] .contact-two__inner {
  float: left;
}

html[lang="ar"] .contact-two__form-box {
  padding-left: 60px;
  padding-right: 160px;
}

html[lang="ar"] .contact-two__contact-info-box {
  left: auto;
  right: -200px;
}

html[lang="ar"] .contact-two__big-title {
  right: auto;
  left: -14px;
}

html[lang="ar"] .contact-two__form-box .text-left {
  text-align: right !important;
}

html[lang="ar"] .contact-two__input-box .select-box .nice-select:after {
  right: auto;
  left: 30px;
}

html[lang="ar"] .contact-two__contact-info-list li {
  padding-left: 12px;
  padding-right: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}

html[lang="ar"] .contact-two__contact-info-list-shape-1 {
  left: 5px;
  right: -5px;
  border-top-left-radius: var(--builza-bdr-radius);
  border-top-right-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[lang="ar"] .contact-two__contact-info-box {
    left: auto;
    right: -135px;
  }

  html[lang="ar"] .contact-two__form-box {
    padding-left: 60px;
    padding-right: 195px;
  }
}

@media only screen and (max-width: 991px) {
  html[lang="ar"] .contact-two__contact-info-box {
    right: auto;
    left: auto;
  }

  html[lang="ar"] .contact-two__form-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.project-one__img img,
.project-page .project-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.google-map__one {
  width: 100%;
  min-height: 420px;
  border: 0;
}

/* Hybrid sections missing from template rtl.css — same manual remap style */
html[lang="ar"] .swiper-slide .main-slider-two__content,
html[lang="ar"] .swiper-slide .feature-one__single,
html[lang="ar"] .swiper-slide .services-three__single,
html[lang="ar"] .services-page .services-three__single,
html[lang="ar"] .swiper-slide .project-one__single {
  direction: rtl;
  text-align: right;
}

html[lang="ar"] .main-menu-three__contact-list li + li {
  margin-right: 46px;
  margin-left: unset;
}

html[lang="ar"] .main-menu-three__contact-list li:before {
  left: unset;
  right: -23px;
}

html[lang="ar"] .main-menu-three__contact-list li .text {
  margin-right: 10px;
  margin-left: unset;
}

html[lang="ar"] .main-menu-three__language-switcher {
  padding-left: 19px;
  padding-right: unset;
  margin-left: 12px;
  margin-right: unset;
}

html[lang="ar"] .main-menu-three__language-switcher::before {
  right: unset;
  left: 0;
}

html[lang="ar"] .main-menu-three__social {
  margin-right: 40px;
  margin-left: unset;
}

html[lang="ar"] .main-menu-three__social a + a {
  margin-right: 10px;
  margin-left: unset;
}

html[lang="ar"] #main-slider-two-pagination {
  right: unset;
  left: 0;
  align-items: flex-start;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: visible;
}

html[lang="ar"] #main-slider-two-pagination .swiper-pagination-bullet {
  margin-left: 0;
}

html[lang="ar"] #main-slider-two-pagination .swiper-pagination-bullet::before {
  left: auto;
  right: -40px;
}

html[lang="ar"] .main-slider-two__shape-1 {
  right: unset;
  left: 975px;
}

/* Fade + loop was stacking slides in document flow (next slide peeked underneath).
   Keep one in-flow sizer; overlay every other slide in the same box. */
.main-slider-two {
  overflow: hidden;
}

.main-slider-two .swiper-container,
.main-slider-two .swiper-wrapper {
  overflow: hidden !important;
}

.main-slider-two .swiper-wrapper {
  position: relative;
  -webkit-transform: none !important;
  transform: none !important;
}

.main-slider-two .swiper-slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.main-slider-two .swiper-wrapper > .swiper-slide:first-child {
  position: relative !important;
}

.main-slider-two .swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

html[lang="ar"] .main-slider-two__shape-2,
html[lang="ar"] .main-slider-two__shape-3 {
  left: unset;
  right: 30px;
}

html[lang="ar"] .main-slider-two__shape-2 {
  bottom: 48px;
  z-index: 2;
}

html[lang="ar"] .main-slider-two__shape-2 img {
  transform: scaleX(-1);
}

html[lang="ar"] .main-slider-two__big-text {
  left: unset;
  right: -61px;
}

html[lang="ar"] .main-slider-two__bg-box,
html[lang="ar"] .main-slider-two__shpae-bg-2,
html[lang="ar"] .main-slider-two__shpae-bg-3 {
  right: unset;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

html[lang="ar"] .main-slider-two__bg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-position: 25% center;
}

html[lang="ar"] .main-slider-two .swiper-slide-active .main-slider-two__bg {
  -webkit-transform: scaleX(-1) scale(1.05);
  transform: scaleX(-1) scale(1.05);
}

html[lang="ar"] .main-slider-two .swiper-slide-active .main-slider-two__shpae-bg-2,
html[lang="ar"] .main-slider-two .swiper-slide-active .main-slider-two__shpae-bg-3 {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

html[lang="ar"] .main-slider-two__content {
  max-width: 640px;
  margin-right: 0;
  margin-left: auto;
}

html[lang="en"] .main-slider-two__content {
  max-width: 520px;
  margin-left: 0;
  margin-right: auto;
}

html[lang="en"] .main-slider-two__title span {
  display: block;
}

@media only screen and (max-width: 1199px) {
  html[lang="ar"] .main-slider-two__bg:after {
    background: linear-gradient(90deg, rgba(247, 244, 237, 0) 0%, rgba(247, 244, 237, 0.8) 73%, rgba(247, 244, 237, 1) 100%);
  }
}

/* LTR mask bites the bottom-right; RTL read-more sits there and gets clipped.
   mask-image:none does not clear the template's mask shorthand. */
.feature-one__single-inner {
  -webkit-mask: none !important;
  mask: none !important;
}

html[lang="en"] .feature-one__single-inner {
  padding-right: 86px;
}

html[lang="ar"] .feature-one__single-inner {
  padding-left: 86px;
}

.feature-one__read-more a {
  white-space: nowrap;
}

html[lang="ar"] .feature-one__icon {
  right: unset;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

html[lang="ar"] .feature-one__icon span {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* EN: count top-left, photo mask bites that corner.
   AR: flip the photo (and its mask) so the bite moves top-right;
   keep the number readable and sit the badge on that corner. */
html[lang="ar"] .services-three__img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

html[lang="ar"] .services-three__count {
  left: auto;
  right: 0;
  direction: ltr;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

html[lang="ar"] .services-three__count span {
  display: inline-block;
  direction: ltr;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.services-three__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services-three__btn-box a {
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* Services page: pin number + icon to the image seam (LTR of AR). */
.services-page.services-three {
  padding-top: 90px;
}

.services-page__grid .services-three__single {
  margin-bottom: 30px;
}

.services-page .services-one__content {
  margin-bottom: 28px;
}

.services-page .services-one__img img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}

.services-page .services-one__img {
  -webkit-mask-position: center center;
  mask-position: center center;
}

.services-page .services-one__count {
  top: -40px;
  bottom: auto;
}

.services-page .services-one__text {
  min-height: 3em;
}

.services-page .services-one__btn-box a {
  white-space: nowrap;
}

html[lang="en"] .services-page .services-one__icon {
  right: 0;
  left: auto;
}

html[lang="en"] .services-page .services-one__count {
  right: 0;
  left: auto;
}

/* Template project-1-* is 403x380. Lock that ratio so mixed photos stop stretching the carousel. */
.project-one__img {
  aspect-ratio: 403 / 380;
  overflow: hidden;
}

.project-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Wide photo; crop toward the engineer instead of squeezing a portrait. */
.why-choose-one__bg-2 {
  background-size: cover;
  background-position: 68% center;
}

html[lang="ar"] .why-choose-one__bg-2 {
  background-position: 82% center;
}

/* rtl.css left:-126px + short Arabic + rotate around a shifting origin
   parks the title off the salmon bar. Pin the rotated center to the 175px strip. */
@media only screen and (min-width: 768px) {
  html[lang="ar"] .why-choose-one__big-text {
    left: 87px;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
  }

  html[lang="en"] .why-choose-one__big-text {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
  }

  html[lang="en"] .why-choose-one__big-text h2 {
    transform: rotate(-90deg);
  }
}

html[lang="ar"] .why-choose-one__big-text h2,
html[lang="en"] .why-choose-one__big-text h2 {
  white-space: nowrap;
}

html[lang="ar"] .process-two__shape-four {
  left: unset;
  right: -86px;
}

html[lang="ar"] .process-two__shape-2 {
  left: unset;
  right: -59px;
}

html[lang="ar"] .process-two__shape-2:before {
  left: unset;
  right: -11px;
}

html[lang="ar"] .process-two__shape-3 {
  right: unset;
  left: -59px;
}

html[lang="ar"] .process-two__shape-3:before {
  right: unset;
  left: -13px;
}

html[lang="ar"] .process-two ul li:nth-child(2) .process-two__shape-2,
html[lang="ar"] .process-two ul li:nth-child(4) .process-two__shape-2 {
  left: unset;
  right: -58px;
}

html[lang="ar"] .process-two ul li:nth-child(2) .process-two__shape-3,
html[lang="ar"] .process-two ul li:nth-child(4) .process-two__shape-3 {
  right: unset;
  left: -59px;
}

html[lang="ar"] .process-two__single-shape-1,
html[lang="ar"] .process-two__single-shape-2 {
  right: unset;
  left: -45px;
}

html[lang="ar"] .project-one__nav .swiper-button-next1 {
  margin-right: unset;
  margin-left: 10px;
}

html[lang="ar"] .site-footer-three__social a + a {
  margin-right: 10px;
  margin-left: unset;
}

html[lang="ar"] .site-footer-three__bottom-menu li + li {
  margin-right: 20px;
  margin-left: unset;
}

html[lang="ar"] .footer-widget__services {
  margin-left: 0;
  margin-right: 30px;
}

.chat-icon button {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  font-size: 26px;
}

.chat-icon button:before {
  border-radius: 50%;
}

.chat-popup {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 12px 40px rgba(14, 18, 29, 0.35);
}

.chat-popup .popup-inner {
  padding: 0;
}

.live-wa-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #0e121d;
  border-bottom: 1px solid rgba(229, 152, 116, 0.28);
}

.live-wa-head__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--builza-base);
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.live-wa-head__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

.live-wa-head__meta strong {
  color: #f6f1ea;
  font-size: 15px;
  line-height: 1.3;
}

.live-wa-head__meta small {
  color: var(--builza-base);
  font-size: 12px;
}

.chat-popup .close-chat {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: none;
}

.chat-popup .chat-form {
  padding: 18px 16px 20px;
  background:
    radial-gradient(circle at 12% 18%, rgba(229, 152, 116, 0.08), transparent 36%),
    #121722;
}

.chat-popup .popup-inner p.live-wa-bubble {
  text-align: start;
  margin: 0 0 16px;
  padding: 12px 14px;
  max-width: 92%;
  border-radius: 4px 16px 16px 16px;
  background: rgba(229, 152, 116, 0.16);
  color: #f6f1ea;
  line-height: 1.55;
}

html[lang="ar"] .chat-popup .popup-inner p.live-wa-bubble {
  border-radius: 16px 4px 16px 16px;
  margin-right: 0;
  margin-left: auto;
}

.chat-popup .chat-form .form-group input[type="text"],
.chat-popup .chat-form .form-group textarea {
  height: 46px;
  border: 0;
  border-radius: 24px;
  background: #1b2130;
  color: #f6f1ea;
  padding: 12px 18px;
}

.chat-popup .chat-form .form-group input::placeholder,
.chat-popup .chat-form .form-group textarea::placeholder {
  color: rgba(246, 241, 234, 0.45);
}

.chat-popup .chat-form .form-group textarea {
  height: 96px;
  border-radius: 18px;
}

.chat-popup .chat-form .form-group .thm-btn {
  width: 100%;
  justify-content: center;
  border-radius: 24px;
  padding: 10px 18px;
  background: var(--builza-base);
  color: #fff;
  gap: 10px;
}

.chat-popup .chat-form .form-group .thm-btn > span {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 18px;
}

.chat-popup .chat-form .form-group .thm-btn:before,
.chat-popup .chat-form .form-group .thm-btn:after {
  background-color: #0e121d;
}

.chat-popup .chat-form .form-group .thm-btn:hover {
  color: #fff;
}

.chat-popup .chat-form .form-group .thm-btn:hover > span {
  background: transparent;
  color: #fff;
}

html[lang="ar"] .chat-icon {
  left: auto;
  right: 30px;
}

html[lang="en"] .chat-icon {
  left: 30px;
  right: auto;
}

html[lang="ar"] .chat-popup {
  left: auto;
  right: 0;
  transform: translateX(100%);
  border-radius: 16px 16px 0 0;
}

html[lang="ar"] .chat-popup.popup-visible {
  transform: translateX(0);
}

.m2-signature {
  --m2-sig-text: #f6f1ea;
  --m2-sig-accent: #e59874;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
}

.m2-signature__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.m2-signature__logo:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.m2-signature__logo img {
  height: 18px;
  width: auto;
  max-width: 52px;
  object-fit: contain;
}

.m2-signature__mark {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: var(--m2-sig-accent);
  filter: drop-shadow(0 0 6px color-mix(in srgb, var(--m2-sig-accent) 55%, transparent));
  animation: m2-sig-pulse 3.4s ease-in-out infinite;
}

.m2-signature__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes m2-sig-pulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.9; }
  50% { transform: scale(1.12) rotate(45deg); opacity: 1; }
}

.m2-signature__tag,
.m2-signature__tag strong {
  color: var(--m2-sig-text);
  font-size: 13px;
}

.m2-signature__year {
  color: color-mix(in srgb, var(--m2-sig-text) 78%, transparent);
  font-size: 13px;
}

@media (max-width: 575px) {
  .m2-signature { gap: 8px 10px; }
}

/*
  about-two: EN is images-left + text-right, badge hanging into the 180px gutter.
  rtl.css later sets .about-two__left { margin-left: 0 } and kills that gutter.
  Restore the mirrored EN composition.
*/
html[lang="ar"] .about-two__left {
  margin-right: unset !important;
  margin-left: 180px !important;
}

html[lang="ar"] .about-two__experience-box {
  right: -60px;
  left: auto;
  z-index: 2;
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}

html[lang="ar"] .about-two__points-list-box {
  margin-right: unset;
  margin-left: -10px;
}

html[lang="ar"] .about-two__author-content,
html[lang="ar"] .about-two__right {
  text-align: right;
}

html[lang="ar"] .about-two__right .section-title {
  text-align: right;
}

.live-chair {
  position: relative;
  padding: 0 0 120px;
}

.live-chair__card {
  background: #0e121d;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 28px;
}

.live-chair__img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 22px;
}

.live-chair__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.live-chair__card h3 {
  color: #f6f1ea;
  font-size: 22px;
  margin-bottom: 6px;
}

.live-chair__card p {
  color: var(--builza-base);
  margin: 0;
}

.live-chair__lead {
  margin: 0 0 22px;
}

.live-chair__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.live-chair__list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--builza-base);
  color: #fff;
  font-size: 10px;
}

.live-chair__list p {
  margin: 0;
}

html[lang="ar"] .live-chair .section-title {
  text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[lang="ar"] .about-two__left {
    margin-left: 162px !important;
  }
}

@media only screen and (max-width: 767px) {
  html[lang="ar"] .about-two__left {
    margin-left: 0 !important;
  }

  html[lang="ar"] .about-two__experience-box {
    right: 0;
  }
}

.live-dept-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 8px 0 6px;
}

.live-dept-points > li,
.service-details__points-list.live-dept-points li,
.service-details__points-list.live-dept-points li + li {
  display: block;
  margin: 0;
  align-items: stretch;
  gap: 0;
}

.live-dept-point {
  position: relative;
  display: block;
  height: 100%;
  min-height: 168px;
  padding: 26px 22px 22px;
  overflow: hidden;
  background: var(--builza-primary);
  border-radius: var(--builza-bdr-radius);
  border: 1px solid rgba(var(--builza-black-rgb), 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.live-dept-point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--builza-base);
}

.live-dept-point:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.live-dept-point__num {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(var(--builza-black-rgb), 0.08);
}

.live-dept-point__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #fff;
}

.live-dept-point__icon span {
  font-size: 22px;
  color: var(--builza-base);
  line-height: 1;
}

.live-dept-point h4 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--builza-black);
}

.live-dept-point p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--builza-gray);
}

html[lang="ar"] .live-dept-point::before {
  left: auto;
  right: 0;
}

html[lang="ar"] .live-dept-point__num {
  right: auto;
  left: 16px;
}

html[lang="ar"] .live-dept-point {
  padding-right: 26px;
}

html[lang="ar"] .live-dept-point h4,
html[lang="ar"] .live-dept-point p {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .live-dept-points {
    grid-template-columns: 1fr;
  }
}

html[lang="ar"] .service-details__img-box-content-title,
html[lang="ar"] .faq-one__left .faq-one-accrodion .accrodion-title h4,
html[lang="ar"] .service-details__sidebar-single-download ul li .content-box .text-box h2,
html[lang="ar"] .service-details__sidebar-single-download ul li .content-box .text-box p {
  text-transform: none;
}

html[lang="ar"] .faq-one__left .faq-one-accrodion .accrodion-title {
  padding-left: 25px;
  padding-right: 30px;
}

html[lang="ar"] .faq-one__left .faq-one-accrodion .accrodion-title h4 {
  padding-left: 22px;
  padding-right: 0;
}

html[lang="ar"] .faq-one__left .faq-one-accrodion .accrodion-title h4::before {
  right: auto;
  left: 0;
}

html[lang="ar"] .faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  top: 5px;
}

.blog-page .blog-one__img {
  height: 250px;
}

.blog-page .blog-one__img-link {
  display: block;
  position: relative;
  height: 100%;
}

.blog-page .blog-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-page .blog-one__text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--builza-gray);
}

.blog-page .blog-one__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 68px;
}

.blog-page .blog-one__meta {
  flex-wrap: wrap;
}

.blog-page .blog-one__date {
  width: 56px;
}

.blog-page .blog-one__date p {
  font-size: 20px;
  line-height: 1;
}

.blog-page .section-title__title,
.section-title__title {
  overflow: visible;
}

html[lang="en"] .section-title__title,
html[lang="en"] .main-slider-two__title,
html[lang="en"] .about-two__right .section-title__title,
html[lang="en"] .project-one__top .section-title__title,
html[lang="en"] .counter-two__top .section-title__title,
html[lang="en"] .team-two .section-title__title,
html[lang="en"] .services-three .section-title__title {
  overflow: visible;
  text-transform: none;
}

html[lang="en"] .blog-page .blog-one__read-more-box {
  left: 16px;
  right: auto;
  bottom: 0;
}

.contact-info .row > [class*="col-"] {
  display: flex;
}

.contact-info__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.contact-info__single h3 {
  min-height: 64px;
}

html[lang="ar"] .blog-page .blog-one__read-more-box {
  left: auto;
  right: 8px;
  bottom: 0;
}

html[lang="ar"] .blog-page .section-title__tagline,
html[lang="ar"] .blog-page .section-title__title,
html[lang="ar"] .blog-page .blog-one__title,
html[lang="ar"] .blog-page .blog-one__tags span {
  text-transform: none;
}

html[lang="ar"] .blog-page .blog-one__content,
html[lang="ar"] .blog-page .blog-one__title,
html[lang="ar"] .blog-page .blog-one__text,
html[lang="ar"] .blog-page .blog-one__meta {
  text-align: right;
}

html[lang="ar"] .blog-page .blog-one__tags {
  -webkit-transform: scaleX(-1) translateY(50px);
  transform: scaleX(-1) translateY(50px);
}

html[lang="ar"] .blog-page .blog-one__single:hover .blog-one__tags {
  opacity: 1;
  -webkit-transform: scaleX(-1) translateY(0);
  transform: scaleX(-1) translateY(0);
}


html[lang="ar"] .project-details > .container > .row:first-of-type {
  direction: ltr;
}

html[lang="ar"] .project-details > .container > .row:first-of-type > [class*="col-"] {
  direction: rtl;
}

html[lang="ar"] .live-proj-title,
html[lang="ar"] .live-proj-brief,
html[lang="ar"] .live-proj-brief p,
html[lang="ar"] .live-proj-note,
html[lang="ar"] .live-proj-note h4,
html[lang="ar"] .live-proj-note p,
html[lang="ar"] .live-proj-scope-title,
html[lang="ar"] .live-proj-chips,
html[lang="ar"] .project-details__information-title,
html[lang="ar"] .project-details__get-started-title,
html[lang="ar"] .project-details__get-started-text {
  text-align: right;
  text-transform: none;
}

html[lang="ar"] .project-details__information-list li {
  text-align: right;
}

html[lang="ar"] .project-details__previous-next ul li:nth-child(1) {
  justify-content: flex-start;
}

html[lang="ar"] .project-details__previous-next ul li .text-box {
  margin-left: 0;
  margin-right: 20px;
}

html[lang="ar"] .project-details__previous-next ul li:nth-child(1) .text-box,
html[lang="ar"] .project-details__previous-next ul li:nth-child(1) .text-box a {
  text-align: right;
  text-transform: none;
}

html[lang="ar"] .project-details__previous-next ul li:nth-child(2) {
  float: none;
  text-align: left;
  justify-content: flex-end;
}

html[lang="ar"] .project-details__previous-next ul li:nth-child(2) .text-box {
  margin-right: 0;
  margin-left: 20px;
}

html[lang="ar"] .project-details__previous-next ul li:nth-child(2) .text-box,
html[lang="ar"] .project-details__previous-next ul li:nth-child(2) .text-box a {
  text-align: left;
  text-transform: none;
}

html[lang="ar"] .project-details__previous-next ul li::before {
  right: auto;
  left: 0;
}

html[lang="ar"] .project-details__previous-next ul li .icon a {
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

html[lang="ar"] .project-details__previous-next ul li:nth-child(2) .icon a {
  clip-path: polygon(0 0, 79% 0, 100% 100%, 0 100%);
}

html[lang="ar"] .project-details__previous-next ul li:nth-child(1) .icon a span {
  transform: none;
}

html[lang="ar"] .project-details__previous-next ul li:nth-child(2) .icon a span {
  transform: rotate(-180deg);
}

.projects-details__img-single img {
  width: 100%;
  height: 450px;
  max-height: 450px;
  object-fit: cover;
}

.project-details__text-img img {
  width: 410px;
  max-width: 100%;
  height: 210px;
  object-fit: cover;
}

.project-details__points-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.projects-details__img-carousel {
  direction: ltr;
}

.projects-details__img-single {
  cursor: zoom-in;
}

.live-proj-title {
  margin: 28px 0 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.live-proj-brief {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.85;
  color: var(--builza-black);
}

.live-proj-brief p {
  margin: 0 0 14px;
}

.live-proj-brief p:last-child {
  margin-bottom: 0;
}

.live-proj-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 0 32px;
}

.live-proj-note {
  background: #fff;
  border: 1px solid rgba(var(--builza-black-rgb), 0.08);
  padding: 20px 22px;
  border-radius: var(--builza-bdr-radius);
}

.live-proj-note h4 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--builza-base);
  text-transform: none;
}

.live-proj-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.live-proj-scope-title {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.4;
  text-transform: none;
}

.live-proj-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.live-proj-chips li {
  background: var(--builza-primary);
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 999px;
}

@media (max-width: 767px) {
  .live-proj-notes {
    grid-template-columns: 1fr;
  }
}

.project-page .project-one__content,
.project-page .project-one__single:hover .project-one__content {
  padding: 22px 24px 20px;
  -webkit-transform: none;
  transform: none;
}

.project-page .project-one__content h3,
.project-page .project-one__content p,
.project-page .project-one__icon-box,
.project-page .project-one__single:hover .project-one__content h3,
.project-page .project-one__single:hover .project-one__content p,
.project-page .project-one__single:hover .project-one__icon-box {
  opacity: 1;
  transform: none;
  transition: none;
}

.project-page .project-one__content::before,
.project-page .project-one__content::after {
  transform: none;
}

.project-page .project-one__icon-box {
  top: auto;
  bottom: calc(100% + 12px);
  right: 18px;
}

html[lang="en"] .project-one__content,
html[lang="en"] .project-one__content .text-box {
  text-align: left;
}

html[lang="ar"] .project-one__icon-box,
html[lang="ar"] .project-page .project-one__icon-box {
  right: auto !important;
  left: 18px !important;
}

/* —— Mobile only: do not change desktop composition —— */
@media only screen and (max-width: 767px) {
  .wow {
    visibility: visible !important;
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
  }

  .wow.fadeIn,
  .wow.fadeInUp,
  .wow.fadeInLeft,
  .wow.fadeInRight,
  .wow.fadeInDown,
  .wow.slideInLeft,
  .wow.slideInRight {
    opacity: 1 !important;
    transform: none !important;
  }

  .custom-cursor__cursor,
  .custom-cursor__cursor-two {
    display: none !important;
  }

  body.custom-cursor,
  body.custom-cursor * {
    cursor: auto !important;
  }

  html,
  body {
    scroll-behavior: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: auto;
  }

  .float-bob-y,
  .float-bob-x,
  .float-bob-x-2,
  .ripple,
  .ripple:before,
  .ripple:after {
    animation: none !important;
  }

  .jarallax,
  .jarallax-img,
  [data-aos] {
    transform: none !important;
    opacity: 1 !important;
  }

  /* Mobile hero: photo banner + cream card underneath */
  .main-slider-two {
    background: #f7f4ed;
    min-height: 0;
    overflow: hidden;
  }

  .main-slider-two__carousel,
  .main-slider-two .swiper-wrapper,
  .main-slider-two .swiper-slide {
    height: auto !important;
  }

  .main-slider-two .swiper-slide {
    display: flex;
    flex-direction: column;
    background: #f7f4ed;
    min-height: 0;
  }

  .main-slider-two__shape-2,
  .main-slider-two__shape-3,
  .main-slider-two__shape-1,
  .main-slider-two__big-text,
  .main-slider-two__shape-bg,
  .main-slider-two__shpae-bg-2,
  .main-slider-two__shpae-bg-3 {
    display: none !important;
  }

  .main-slider-two__bg-box,
  html[lang="ar"] .main-slider-two__bg-box,
  html[lang="en"] .main-slider-two__bg-box {
    position: relative !important;
    top: auto !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 220px !important;
    -webkit-mask: none !important;
    mask: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    overflow: hidden;
    z-index: 1;
    order: 1;
    background: #2a2a2a;
  }

  .main-slider-two__bg,
  html[lang="ar"] .main-slider-two__bg,
  html[lang="en"] .main-slider-two__bg,
  html[lang="ar"] .main-slider-two .swiper-slide-active .main-slider-two__bg {
    position: absolute;
    inset: 0;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
    background-position: center !important;
    z-index: 1 !important;
  }

  .main-slider-two__bg:before {
    display: block !important;
    background-color: rgba(14, 18, 29, 0.18);
  }

  .main-slider-two__bg:after,
  html[lang="ar"] .main-slider-two__bg:after {
    display: none !important;
  }

  .main-slider-two .container {
    position: relative;
    z-index: 2;
    width: 100%;
    order: 2;
  }

  html[lang="en"] .main-slider-two__content,
  html[lang="ar"] .main-slider-two__content {
    max-width: 100%;
    width: 100%;
    margin: 0;
    background: #f7f4ed;
    padding: 20px 4px 22px;
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    box-sizing: border-box;
  }

  .main-slider-two__title,
  .main-slider-two__sub-title,
  .main-slider-two__text,
  .main-slider-two__title span {
    color: #1a1a1a !important;
  }

  .main-slider-two__title {
    font-size: clamp(16px, 4.6vw, 20px) !important;
    line-height: 1.4 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: normal;
  }

  .main-slider-two__title br {
    display: none !important;
  }

  .main-slider-two__title span,
  html[lang="en"] .main-slider-two__title span,
  html[lang="ar"] .main-slider-two__title span {
    display: inline !important;
  }

  .main-slider-two__text {
    color: #3d3d3d !important;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
  }

  .main-slider-two__title,
  .main-slider-two__sub-title-box,
  .main-slider-two__text,
  .main-slider-two__btn-box,
  .main-slider-two .swiper-slide-active .main-slider-two__title,
  .main-slider-two .swiper-slide-active .main-slider-two__sub-title-box,
  .main-slider-two .swiper-slide-active .main-slider-two__text,
  .main-slider-two .swiper-slide-active .main-slider-two__btn-box {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0s !important;
  }

  .main-slider-two__btn-box,
  .main-slider-two__btn {
    position: static !important;
    width: 100%;
    margin: 16px 0 0;
  }

  .main-slider-two__btn-box {
    margin-top: auto !important;
    padding-top: 18px;
  }

  .main-slider-two__btn .thm-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
  }

  #main-slider-two-pagination,
  html[lang="ar"] #main-slider-two-pagination,
  html[lang="en"] #main-slider-two-pagination,
  #main-slider-two-pagination .swiper-pagination-bullet,
  #main-slider-two-pagination .swiper-pagination-bullet::before {
    display: none !important;
  }

  html[lang="en"] .feature-one__single-inner {
    padding-right: 72px;
  }

  html[lang="ar"] .feature-one__single-inner {
    padding-left: 72px;
  }

  .about-two {
    padding: 48px 0 40px;
  }

  .about-two .row {
    display: flex;
    flex-direction: column;
  }

  .about-two__left {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .about-two .row > .col-xl-6:first-child {
    order: 2;
  }

  .about-two .row > .col-xl-6:last-child {
    order: 1;
  }

  html[lang="ar"] .about-two__left {
    margin-left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  html[lang="ar"] .about-two__experience-box,
  html[lang="ar"] .about-two__gurante {
    -webkit-transform: none !important;
    transform: none !important;
  }

  .about-two__img-2,
  .about-two__gurante,
  .about-two__img-box-shape-1,
  .about-two__experience-box {
    display: none !important;
  }

  .about-two__img {
    clip-path: none;
    width: 100%;
  }

  .about-two__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    display: block;
  }

  html[lang="ar"] .scroll-to-top,
  html[lang="en"] .scroll-to-top,
  .scroll-to-top {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    right: auto !important;
    left: 14px !important;
    bottom: 16px !important;
    background: var(--builza-base);
    border-radius: 50%;
    z-index: 99;
    overflow: visible;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(16px) !important;
    transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
  }

  html[lang="ar"] .scroll-to-top.show,
  html[lang="en"] .scroll-to-top.show,
  .scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none !important;
  }

  .about-two__right {
    margin-bottom: 28px;
  }

  .project-one {
    display: flex;
    flex-direction: column;
  }

  .project-one > .container {
    display: contents;
  }

  .project-one__top {
    display: contents;
  }

  .project-one .section-title {
    order: 1;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  html[lang="ar"] .project-one .section-title {
    text-align: right;
  }

  html[lang="en"] .project-one .section-title {
    text-align: left;
  }

  .project-one__bottom {
    order: 2;
  }

  .project-one__bottom .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-one__img,
  .project-one__img img {
    width: 100%;
    height: auto;
  }

  .project-one__btn-box {
    order: 3;
    width: 100%;
    padding: 20px 15px 0;
    margin: 0;
  }

  .project-one__btn-box .thm-btn {
    width: 100%;
    justify-content: center;
  }

  .stricky-header {
    display: block !important;
  }

  .stricky-header .main-menu-three__btn-box {
    display: none;
  }

  .stricky-header .main-menu-three__wrapper-inner {
    min-height: 72px;
  }

  .main-menu .mobile-nav__toggler {
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    line-height: 1;
  }

  .main-menu-three__logo img,
  .stricky-header .main-menu-three__logo img {
    max-width: 200px !important;
    max-height: 72px !important;
  }

  .chat-icon {
    bottom: 16px;
    z-index: 90;
  }

  html[lang="ar"] .chat-icon,
  html[lang="en"] .chat-icon {
    left: auto;
    right: 14px;
  }

  .chat-icon button {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
  }

  .scroll-to-top__text,
  .scroll-to-top__wrapper {
    display: none !important;
  }

  .scroll-to-top::after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: 4px;
  }

  .service-details .row {
    display: flex;
    flex-direction: column;
  }

  .service-details .col-xl-8 {
    order: 1;
  }

  .service-details .col-xl-4 {
    order: 2;
    margin-top: 28px;
  }

  .blog-page .blog-one__single {
    margin-bottom: 28px;
    overflow: hidden;
    background: #fff;
    border-radius: var(--builza-bdr-radius);
    box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
  }

  .blog-page .blog-one__single-inner {
    -webkit-mask: none !important;
    mask: none !important;
    padding: 16px 16px 12px;
    margin-bottom: 0;
    box-shadow: none;
    background: transparent;
  }

  .blog-page .blog-one__single-inner::before {
    display: none;
  }

  .blog-page .blog-one__read-more-box,
  html[lang="ar"] .blog-page .blog-one__read-more-box,
  html[lang="en"] .blog-page .blog-one__read-more-box {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto;
    margin: 0;
    padding: 0 16px 16px;
    z-index: 5;
  }

  .blog-page .blog-one__read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    font-size: 17px;
    font-weight: 700;
    background: var(--builza-primary);
    border-radius: 4px;
  }

  .projects-details__img,
  .projects-details__img-carousel,
  .projects-details__img-carousel .owl-stage-outer,
  .projects-details__img-carousel .owl-item,
  .projects-details__img-carousel .item {
    height: auto !important;
  }

  .projects-details__img-single {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .projects-details__img-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .project-details__previous-next ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 10px 8px;
  }

  .project-details__previous-next ul li,
  html[lang="ar"] .project-details__previous-next ul li:nth-child(1),
  html[lang="ar"] .project-details__previous-next ul li:nth-child(2) {
    width: 50%;
    flex: 1 1 50%;
    min-width: 0;
    display: flex;
    align-items: center;
    float: none;
  }

  .project-details__previous-next ul li .text-box a {
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .project-details__previous-next ul li::before {
    display: none;
  }

  .contact-info {
    padding: 40px 0 16px;
  }

  .contact-info .row > [class*="col-"] {
    display: block;
  }

  .contact-info__single {
    padding: 22px 16px;
    margin-bottom: 14px;
    min-height: 0;
    height: auto !important;
  }

  .contact-info__single h3 {
    min-height: 0;
    font-size: 18px;
    line-height: 1.5;
    word-break: break-word;
  }

  .contact-info__single h3 a {
    display: inline-block;
    padding: 4px 0;
  }

  .contact-page {
    padding: 0 0 48px;
  }

  .contact-page__inner {
    padding: 24px 14px 28px;
  }

  .contact-page__inner > .row {
    display: flex;
    flex-direction: column;
  }

  .contact-page__inner > .row > .col-xl-6:first-child {
    order: 2;
  }

  .contact-page__inner > .row > .col-xl-6:last-child {
    order: 1;
  }

  .contact-page__right,
  .contact-page__left {
    margin: 0;
  }

  .contact-page__right {
    margin-bottom: 22px;
  }

  .contact-page__form-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .contact-page__input-box input,
  .contact-page__input-box textarea {
    min-height: 50px;
    font-size: 16px;
  }

  .contact-page__input-box textarea {
    min-height: 120px;
  }

  .contact-page__btn-box .thm-btn {
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }

  .contact-page__left iframe,
  .google-map__one {
    min-height: 220px;
    width: 100%;
  }

  .footer-widget-three__title,
  .footer-widget__title,
  .site-footer-three .footer-widget__title {
    color: #f6f1ea !important;
    opacity: 1;
  }

  .live-dept-point {
    min-height: 0;
  }

  .live-dept-point h4 {
    padding-inline-end: 8px;
    overflow-wrap: anywhere;
  }

  .why-choose-one__count {
    z-index: 2;
  }

  .brand-one {
    padding: 48px 0 56px;
  }

  .brand-one__title {
    font-size: 26px;
    margin-bottom: 28px;
    line-height: 1.4;
  }

  .brand-one__single {
    min-height: 112px;
    margin: 0 6px;
  }

  .brand-one__img img {
    max-width: 150px;
    max-height: 70px;
  }

  .page-wrapper {
    padding-bottom: 12px;
  }
}

.live-mail-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.live-form-status {
  margin: 14px 0 0;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.live-form-status.is-ok {
  display: block;
  color: #1f4d32;
  background: #e7f6ec;
  border: 1px solid #9dcfb0;
}

.live-form-status.is-err {
  display: block;
  color: #7a1f1f;
  background: #fdecec;
  border: 1px solid #e3a2a2;
}

html[lang="ar"] .live-form-status {
  font-family: Cairo, "Public Sans", sans-serif;
}

.brand-one__bg {
  pointer-events: none;
}

.brand-one__title {
  text-transform: none;
}

html[lang="ar"] .brand-one__title {
  font-family: Cairo, "Public Sans", sans-serif;
}

.brand-one__single {
  background: #fff;
  border-radius: 10px;
  min-height: 128px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-one__img {
  opacity: 1 !important;
}

.brand-one__img:before,
.brand-one__hover-img {
  display: none !important;
}

.brand-one__single:hover .brand-one__img {
  opacity: 1 !important;
}

.brand-one__img img {
  width: auto;
  max-width: 168px;
  max-height: 80px;
  height: auto;
  object-fit: contain;
}

.project-details.is-hydrating {
  visibility: hidden;
}

