
                                        
                                                       
                           


                              
                        
                              
body.page-home{
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Kufi Arabic", sans-serif;
  background: var(--bg) !important;
  color: var(--text);
  overflow-x: hidden;
  direction: rtl;
  scroll-behavior: smooth;
}


                              
                  
                              
body.page-home .header{
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: transparent !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

body.page-home .header.header--scrolled{
  background: var(--headerBg) !important;
  border-bottom: 1px solid var(--headerBorder) !important;
  backdrop-filter: blur(16px) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.10) !important;
}

                              
body.page-home .header__inner{
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
}

body.page-home .header__start,
body.page-home .header__end{
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: nowrap;
}

body.page-home .header__end{
  justify-content: flex-end;
}


body.page-home .brand{ min-width: 0 !important; }
body.page-home .brand__text{ min-width: 0; }
body.page-home .header__account{ white-space: nowrap; flex: 0 0 auto; }
body.page-home .brand__logo{ width: 60px; height: 60px; }
@media (max-width: 1180px){
  body.page-home .brand__subtitle{ display:none; }
  body.page-home .brand{ gap:8px; }
}


                                    
body.page-home .header:not(.header--scrolled) .brand__title{ color:#fff !important; }
body.page-home .header:not(.header--scrolled) .brand__subtitle{ color: rgba(255,255,255,.78) !important; }
body.page-home .header:not(.header--scrolled) .brand__logo{ filter: drop-shadow(0 10px 18px rgba(0,0,0,.25)); }

                                 
body.page-home .header__nav{
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  gap: 10px !important;
}

                       
body.page-home .nav__link{
  background: transparent !important;
  padding: 10px 6px !important;
  border: 0 !important;
  transform: none !important;
  position: relative;
  font-weight: 700;
  color: rgba(255,255,255,.92) !important;
}

body.page-home .nav__link::after{
  content: "";
  position: absolute;
  inset-inline-start: 6px;
  inset-inline-end: 6px;
  bottom: 6px;
  height: 2px;
  width: 0;
  background: var(--primary);
  border-radius: 2px;
  transition: width 220ms ease;
}

body.page-home .nav__link:hover{ color:#fff !important; }
body.page-home .nav__link:hover::after{ width: calc(100% - 12px); }

                                         
body.page-home .header.header--scrolled .nav__link{ color: var(--muted) !important; }
body.page-home .header.header--scrolled .nav__link:hover{ color: var(--text) !important; }

                             
body.page-home .header:not(.header--scrolled) .iconbtn{
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.16) !important;
  color: #fff !important;
}
body.page-home .header:not(.header--scrolled) .iconbtn:hover{
  background: rgba(255,255,255,.14) !important;
}

                                
body.page-home .header__account{
  background: var(--primary) !important;
  border-color: rgba(255,255,255,.18) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.18) !important;
}
body.page-home .header__account:hover{
  filter: brightness(1.03);
}

                    
@media (max-width: 980px){
  body.page-home .header__inner{ grid-template-columns: 1fr auto !important; }
  body.page-home .header__nav{ display: none !important; }
  body.page-home .header__end{ grid-column: 2; }
}

                              
              
                              
body.page-home .home-hero{
  position: relative;
  min-height: min(92vh, 820px);
  overflow: hidden;
  background: #0a162c;
}

body.page-home .home-hero__slides{
  position: absolute;
  inset: 0;
}

body.page-home .home-hero__slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

body.page-home .home-hero__slide.is-active{ opacity: 1; }

body.page-home .home-hero__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 5200ms linear;
}

body.page-home .home-hero__slide.is-active .home-hero__img{
  transform: scale(1.07);
}

body.page-home .home-hero__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(270deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.18) 55%, rgba(0,0,0,0) 100%),
    linear-gradient(0deg, rgba(0,0,0,.28), rgba(0,0,0,.10));
}

body.page-home .home-hero__inner{
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
  padding: 140px 18px 90px;
}

body.page-home .home-hero__content{
  max-width: 560px;
  text-align: right;
}

body.page-home .home-hero__title{
  margin: 0 0 10px;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #fff;
}


body.page-home .home-hero__desc{
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,.82);
}

body.page-home .home-hero__cta{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

body.page-home .home-hero__ctaPrimary{
  background: var(--primary) !important;
  border-color: rgba(255,255,255,.18) !important;
  padding: 12px 18px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.18) !important;
}

body.page-home .home-hero__ctaSecondary{
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.24) !important;
  color: #fff !important;
  padding: 12px 18px !important;
}

body.page-home .home-hero__ctaSecondary:hover{
  background: rgba(255,255,255,.14) !important;
}

@media (max-width: 720px){
  body.page-home .home-hero__inner{ padding: 120px 16px 70px; }
  body.page-home .home-hero__title{ font-size: 34px; }
  body.page-home .home-hero__cta{ flex-direction: column; align-items: stretch; }
  body.page-home .home-hero__ctaPrimary,
  body.page-home .home-hero__ctaSecondary{ width: 100%; justify-content: center; }
}

                              
                          
                              
[data-reveal]{
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 520ms ease, transform 520ms ease;
  will-change: opacity, transform;
}

.is-revealed{
  opacity: 1;
  transform: none;
}

                        
@media (prefers-reduced-motion: reduce){
  body.page-home .home-hero__img{ transition: none; }
  body.page-home .home-hero__slide{ transition: none; }
  [data-reveal]{ transition: none; transform: none; opacity: 1; }
}


                              
                        
                              
body.page-home .preloader{
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: grid;
  place-items: center;
  opacity: 0;
  animation: preloaderInOut 1500ms ease forwards;
}

html[data-theme="dark"] body.page-home .preloader{
  background: #0b1220;
}

body.page-home .preloader__inner{
  text-align: center;
  transform: translateY(4px);
}

body.page-home .preloader__logo{
  width: 120px;
  height: auto;
  display: inline-block;
}

body.page-home .preloader__dots{
  margin-top: 10px;
  display: inline-flex;
  gap: 6px;
  opacity: .65;
}

body.page-home .preloader__dots span{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  animation: dotPulse 900ms ease-in-out infinite;
}

body.page-home .preloader__dots span:nth-child(2){ animation-delay: 150ms; }
body.page-home .preloader__dots span:nth-child(3){ animation-delay: 300ms; }

@keyframes preloaderInOut{
  0%   { opacity: 0; }
  12%  { opacity: 1; }
  70%  { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes dotPulse{
  0%, 100%{ transform: translateY(0); opacity: .55; }
  50%     { transform: translateY(-3px); opacity: 1; }
}

body.page-home .preloader.is-done{
  display: none;
}

                              
                                     
                              
body.page-home .home-section{
  padding: 86px 0;
  background: var(--bg);
  scroll-margin-top: 92px;
}

body.page-home .home-section--alt{
  background: var(--surface2);
}

body.page-home .home-section__inner{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 18px;
}

body.page-home .home-split{
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 46px;
  align-items: center;
}

body.page-home .home-split--reverse{
  grid-template-columns: .98fr 1.02fr;
}

body.page-home .home-split--reverse .home-split__media{
  order: 2;
}

body.page-home .home-split--reverse .home-split__text{
  order: 1;
}

body.page-home .home-title{
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  color: var(--text);
}

body.page-home .home-desc{
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 52ch;
}

body.page-home .home-media{
  border-radius: 18px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(1,57,116,.10);
  box-shadow: 0 18px 46px rgba(0,0,0,.10);
}

html[data-theme="dark"] body.page-home .home-media{
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 18px 46px rgba(0,0,0,.35);
}

body.page-home .home-media img{
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

body.page-home .home-section--intro .home-media img{
  filter: saturate(.92) contrast(1.02);
}

body.page-home .home-btn-primary{
  box-shadow: 0 18px 40px rgba(0,0,0,.14) !important;
}

                 
@media (max-width: 900px){
  body.page-home .home-section{ padding: 70px 0; }
  body.page-home .home-split,
  body.page-home .home-split--reverse{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  body.page-home .home-split--reverse .home-split__media{ order: 0; }
  body.page-home .home-media img{ height: 320px; }
  body.page-home .home-title{ font-size: 28px; }
  body.page-home .home-desc{ max-width: none; }
}

                              
                
                              
body.page-home .social-banner{
  background: var(--primary);
  color: #fff;
  padding: 60px 0;
  scroll-margin-top: 92px;
}

body.page-home .social-banner__inner{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.page-home .social-banner__title{
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}

body.page-home .social-banner__desc{
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.8;
}

body.page-home .social-banner__icons{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.page-home .social-icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

body.page-home .social-icon:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.26);
}

                      
@media (max-width: 800px){
  body.page-home .social-banner__inner{
    flex-direction: column;
    align-items: flex-start;
  }
  body.page-home .social-banner__icons{
    justify-content: flex-start;
  }
}

                              
              
                              
body.page-home .home-footer{
  background: var(--bg);
  color: var(--text);
  border-top: 1px solid rgba(1,57,116,.10);
}

html[data-theme="dark"] body.page-home .home-footer{
  border-top-color: rgba(255,255,255,.10);
}

body.page-home .home-footer__inner{
  max-width: var(--container);
  margin: 0 auto;
  padding: 56px 18px 26px;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 18px;
}

body.page-home .home-footer__logo{
  width: 88px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

body.page-home .home-footer__name{
  font-weight: 800;
  margin-bottom: 8px;
}

body.page-home .home-footer__desc{
  color: var(--muted);
  line-height: 1.9;
  max-width: 44ch;
}

body.page-home .home-footer__head{
  font-weight: 800;
  margin-bottom: 10px;
}

body.page-home .home-footer__link{
  display: block;
  color: var(--muted);
  text-decoration: none;
  padding: 6px 0;
  transition: color 180ms ease;
}

body.page-home .home-footer__link:hover{
  color: var(--primary);
}

body.page-home .home-footer__bottom{
  max-width: var(--container);
  margin: 0 auto;
  padding: 16px 18px 24px;
  color: var(--muted);
  border-top: 1px solid rgba(1,57,116,.10);
}

html[data-theme="dark"] body.page-home .home-footer__bottom{
  border-top-color: rgba(255,255,255,.10);
}

@media (max-width: 980px){
  body.page-home .home-footer__inner{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px){
  body.page-home .home-footer__inner{
    grid-template-columns: 1fr;
  }
}
                                                          
.btn--primary,
a.btn--primary,
button.btn--primary,
.btn.btn--primary,
a.btn.btn--primary{
  background: #013974 !important;
  background-image: none !important;
  border: none !important;
  box-shadow: 0 10px 22px rgba(1,57,116,.18) !important;
  color: #fff !important;
}

.btn--primary:hover,
a.btn--primary:hover,
button.btn--primary:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.btn--primary:active,
a.btn--primary:active,
button.btn--primary:active{
  transform: translateY(0);
}

.btn--primary:focus,
.btn--primary:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(1,57,116,.25) !important;
}

                                                      

.home-btn-primary,
.home-hero__ctaPrimary{
  background: #013974 !important;
  background-image: none !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(1,57,116,.18) !important;
}

.home-btn-primary:hover,
.home-hero__ctaPrimary:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.home-btn-primary:active,
.home-hero__ctaPrimary:active{
  transform: translateY(0);
}
                                                               

                                      
html body .tabs__nav .tabs__tab:first-child{
  background: transparent !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
}

                                                        
html body #tab-complaints:target ~ .tabs__nav .tabs__tab[href="#tab-complaints"],
html body #tab-maintenance:target ~ .tabs__nav .tabs__tab[href="#tab-maintenance"],
html body #tab-parts:target ~ .tabs__nav .tabs__tab[href="#tab-parts"]{
  background: transparent !important;
  color: var(--text) !important;
  border-color: rgba(1,57,116,.22) !important;
  box-shadow: inset 0 -3px 0 #013974 !important;                              
}

                     
html body .tabs__tab{
  background: transparent !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  box-shadow: none !important;
}

                 
html body .tabs__tab:hover{
  border-color: rgba(1,57,116,.22) !important;
  background: transparent !important;
}
