.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Make header fixed and above hero section */
.site-header, .elementor-location-header, header#masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent !important;  /* Remove background so banner is visible behind */
}

/* Remove top space from hero banner */
.hero-section, .elementor-section-wrap, .elementor-top-section {
  margin-top: 0 !important;
  padding-top: 100px;  /* Adjust based on your header height */
}

/* Optional: smooth overlay fade */
.site-header {
  transition: all 0.3s ease;
}
/* Header ko 3–4px upar kheench do */
.elementor-location-header,
.site-header,
header#masthead {
    margin-top: -3px !important;   /* zarurat ho to -4 / -5 try kar sakte ho */
    border-top: 0 !important;
    box-shadow: none !important;
}

/* Hero ko bhi bilkul chipka do */
#splitHero{
    margin-top: -3px !important;   /* header jaisa hi value rakho */
}
/* --------------------------------------------
   SA HEADER (CENTERED NAV + 2-ROW MEGA MENU)
--------------------------------------------- */

/* TOP BAR */
.sa-topbar{
  position:absolute;              /* banner ke upar, scroll ke sath chalega */
  top:0; left:0; right:0;
  height:92px;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
}
.sa-topbar::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:transparent;         /* koi shadow / gradient nahi */
}

/* CTA BUTTON (desktop left) */
.sa-btn-view{
  position:absolute;
  left:28px;
  top:50%;
  transform:translateY(-50%);
  border:2px solid #fff;
  background:transparent;
  color:#fff;
  padding:12px 22px;
  text-transform:uppercase;
  letter-spacing:2px;
  border-radius:8px;
  font-size:13px;
  cursor:pointer;
}
.sa-btn-view:hover{background:#fff;color:#000}

/* LOGO CENTER */
.sa-brand{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 40px;
}
.sa-brand img{
  height:58px;
  width:auto;
  display:block;
  image-rendering:-webkit-optimize-contrast;
}

/* NAVS */
.sa-nav-left ul,
.sa-nav-right ul{
  display:flex;
  gap:28px;
  list-style:none;
  margin:0;
  padding:0;
}
.sa-topbar nav a{
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:15px;
  padding-bottom:6px;
  position:relative;
}
.sa-topbar nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:2px;
  background:#fff;
  transition:width .25s;
}
.sa-topbar nav a:hover::after{width:100%;}

/* ----- PROPERTIES MEGA MENU (2 ROW TABLE STYLE) ----- */
.sa-has-mega{position:relative;}
.sa-has-mega > a::after{
  content:"▾";
  font-size:10px;
  margin-left:6px;
}

/* Mega box */
.sa-mega{
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  margin-top:14px;
  min-width:420px;
  background:#ffffff;
  border-radius:10px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  display:none;
  overflow:hidden;
}
.sa-has-mega:hover .sa-mega{
  display:block;                 /* hover par stable rahega */
}

/* rows behave like reference image */
.sa-mega-row{
  display:grid;
  grid-template-columns:180px 1fr;
  border-bottom:1px solid #e5e7eb;
}
.sa-mega-row:last-child{border-bottom:0;}

/* left cell: main category */
.sa-mega-cat{
  padding:12px 18px;
  font-size:14px;
  background:#f9fafb;
  color:#111827;
}
.sa-mega-cat.is-active{
  background:#e6f4ff;
  color:#0284c7;
}

/* right cell: sub links */
.sa-mega-sub{
  padding:6px 0;
}
.sa-mega-sub a{
  display:block;
  padding:6px 18px;
  font-size:14px;
  color:#111827 !important;
  text-decoration:none;
}
.sa-mega-sub a:hover{
  background:#e6f4ff;
  color:#0284c7 !important;
}

/* ----- MOBILE BURGER ----- */
.sa-hamb{
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  display:none;
  width:42px; height:42px;
  border:1.5px solid rgba(255,255,255,.9);
  border-radius:8px;
  background:transparent;
  cursor:pointer;
}
.sa-hamb i{
  display:block;
  width:22px; height:2px;
  background:#fff;
  margin:5px auto;
  border-radius:3px;
}
.sa-hamb i:first-child{margin-top:11px}

/* ----- MOBILE FULLSCREEN PANEL ----- */
.sa-nav-panel{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.94);
  display:none;
  z-index:99999;
  justify-content:center;
  align-items:center;
}
.sa-nav-panel ul{
  list-style:none;
  text-align:center;
  padding:0;
  margin:0;
}
.sa-nav-panel li{margin:12px 0;}
.sa-nav-panel a{
  color:#fff;
  font-size:20px;
  letter-spacing:2px;
  text-decoration:none;
}

/* ----- RESPONSIVE ----- */
@media (max-width:1024px){
  /* normal mobile header: logo center, burger right */
  .sa-nav-left,
  .sa-nav-right,
  .sa-mega{display:none !important;}
  .sa-btn-view{display:none;}
  .sa-brand{margin:0 auto;}
  .sa-hamb{display:flex;}

}
@media (max-width:640px){
  .sa-topbar{height:78px;}
  .sa-brand img{height:40px;}
}

/* Elementor sticky ko force off rakho */
.elementor-sticky--active #saTopbar,
.elementor-sticky--effects #saTopbar{
  position:absolute !important;
}
/* mobile header background */
@media(max-width:1024px){
  #saTopbar{
    background:#f2f2f2 !important;   /* light grey */
    position:fixed !important;
    border-bottom:1px solid #ddd;
  }

  /* mobile menu text color dark */
  .sa-topbar nav a{
    color:#000 !important;
  }

  .sa-hamb{
    border-color:#000 !important;
  }
  .sa-hamb i{
    background:#000 !important;
  }
}/* End custom CSS */