/* =========================================================
   Bus Rental Abu Dhabi Master Theme - Header v1.5
   Two professional rows inside ONE fixed sticky header:
   row 1 contact/sales, row 2 logo/menu/actions.
   Light navy glass background, dark navy + dark red brand text.
   ========================================================= */
:root{
  --brd-fixed-header-height: 132px;
  --brd-head-navy:#08294d;
  --brd-head-navy-2:#0d3f72;
  --brd-head-blue:#0b6ea8;
  --brd-head-sky:#eaf7ff;
  --brd-head-red:#f47a1f;
  --brd-head-red-2:#ff9b3d;
  --brd-head-border:rgba(7,62,112,.14);
}
html{scroll-padding-top:calc(var(--brd-fixed-header-height) + 18px)}
body{padding-top:var(--brd-fixed-header-height)!important;}
.site-header.brd-fixed-header-v2{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:100000!important;
  background:
    radial-gradient(circle at 8% -40%,rgba(25,139,218,.20),transparent 34%),
    radial-gradient(circle at 91% -35%,rgba(183,19,36,.10),transparent 31%),
    linear-gradient(180deg,rgba(245,251,255,.985) 0%,rgba(229,244,255,.975) 100%)!important;
  border-bottom:1px solid rgba(8,58,105,.16)!important;
  box-shadow:0 16px 38px rgba(6,34,70,.13)!important;
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  overflow:visible!important;
}
body.admin-bar .site-header.brd-fixed-header-v2{top:32px!important;}
@media(max-width:782px){body.admin-bar .site-header.brd-fixed-header-v2{top:46px!important;}}
.brd-header-edge{height:4px;background:linear-gradient(90deg,#08294d 0%,#0b6ea8 38%,#f47a1f 70%,#f59e0b 100%);}
.brd-head-shell{width:min(100% - 34px,1500px);margin-inline:auto;display:grid;gap:8px;padding:7px 0 9px;}

/* Top row */
.brd-contact-row{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  min-height:34px;padding:4px 0 0;color:var(--brd-head-navy);
}
.brd-contact-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto;}
.brd-top-email,.brd-top-address{
  display:inline-flex;align-items:center;gap:6px;min-height:28px;border-radius:999px;
  padding:6px 12px;background:rgba(255,255,255,.68);border:1px solid rgba(7,82,145,.10);
  color:#143b5c;text-decoration:none;font-size:12px;line-height:1;font-weight:900;letter-spacing:.01em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 5px 14px rgba(7,47,90,.05);
}
.brd-top-email:before{content:'✉';color:#0b6ea8;font-size:11px;}
.brd-top-address{max-width:560px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.brd-top-address:before{content:'📍';font-size:11px;}
.brd-sales-strip{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;}
.brd-sales-pill{
  display:inline-flex;align-items:center;gap:8px;min-height:31px;padding:4px 11px 4px 4px;border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(245,251,255,.86));
  border:1px solid rgba(8,70,125,.13);text-decoration:none;color:var(--brd-head-navy);
  box-shadow:inset 0 1px 0 #fff,0 8px 20px rgba(6,45,84,.07);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.brd-sales-pill:hover{transform:translateY(-1px);border-color:rgba(10,118,198,.30);box-shadow:inset 0 1px 0 #fff,0 12px 24px rgba(6,45,84,.11)}
.brd-sales-pill span{
  display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:24px;border-radius:999px;
  background:linear-gradient(135deg,#074b86,#0d86c7);color:#fff;font-size:10px;line-height:1;font-weight:950;
  text-transform:uppercase;letter-spacing:.055em;
}
.brd-sales-pill strong{font-size:12.4px;font-weight:950;letter-spacing:.01em;white-space:nowrap;color:#08294d;}

/* Main row */
.brd-main-row{display:grid;grid-template-columns:auto minmax(460px,1fr) auto;align-items:center;gap:16px;min-height:78px;}
.brd-brand{display:flex;align-items:center;gap:14px;text-decoration:none;min-width:310px;}
.brd-brand img{
  width:78px;height:78px;flex:0 0 78px;object-fit:contain;border-radius:50%;background:#fff;
  border:2px solid rgba(10,100,170,.16);box-shadow:0 14px 32px rgba(6,45,84,.14),inset 0 1px 0 #fff;
}
.brd-brand-copy{display:block;min-width:0;}
.brd-brand-title{display:block;font-size:26px;line-height:.94;font-weight:1000;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;}
.brd-brand-navy{color:#08294d;}
.brd-brand-red{color:#f47a1f;}
.brd-brand-sub{display:block;margin-top:7px;color:#425b70;font-size:12px;line-height:1.1;font-weight:950;white-space:nowrap;letter-spacing:.01em;}
.brd-nav{
  display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;
  padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.82);
  border:1px solid rgba(8,70,125,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 12px 25px rgba(6,45,84,.065);
}
.brd-nav a{
  display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 12px;border-radius:999px;
  color:#123550;text-decoration:none;font-size:13.2px;font-weight:950;line-height:1;white-space:nowrap;
  transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.brd-nav a:hover{background:rgba(10,118,198,.12);color:#075fa7;transform:translateY(-1px);box-shadow:0 8px 18px rgba(8,82,145,.10);}
.brd-nav a:after{display:none!important;}
.brd-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;white-space:nowrap;}
.brd-head-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:12px 17px;border-radius:999px;
  text-decoration:none;border:0;cursor:pointer;font-size:13px;font-weight:1000;line-height:1;letter-spacing:.01em;
  box-shadow:0 13px 28px rgba(6,45,84,.13);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.brd-head-btn:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(6,45,84,.18);}
.brd-head-btn-quote{background:#fff;color:#0a63ad;border:1px solid rgba(8,82,145,.15);}
.brd-head-btn-wa{background:linear-gradient(135deg,#0886d6,#0071bd);color:#fff;border:1px solid rgba(255,255,255,.22);}
.brd-head-btn-wa span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;background:#17b65f;color:#fff;font-size:12px;}

/* Important: do NOT shrink/move header on scroll */
body.brd-header-scrolled .site-header.brd-fixed-header-v2{transform:none!important;}
body.brd-header-scrolled .brd-main-row,
body.brd-header-scrolled .brd-brand img,
body.brd-header-scrolled .brd-brand-title{transition:none!important;}

@media(max-width:1350px){
  .brd-head-shell{width:min(100% - 24px,1500px)}
  .brd-main-row{grid-template-columns:auto minmax(360px,1fr) auto;gap:10px;}
  .brd-brand{min-width:285px;gap:11px}.brd-brand img{width:68px;height:68px;flex-basis:68px}.brd-brand-title{font-size:23px}.brd-brand-sub{font-size:11px}
  .brd-nav a{font-size:12.3px;padding-inline:9px}.brd-head-btn{padding-inline:13px}.brd-top-address{max-width:420px}.brd-sales-pill strong{font-size:11.4px}
}
@media(max-width:1160px){
  :root{--brd-fixed-header-height:158px;}
  .brd-contact-row{display:grid;grid-template-columns:1fr;gap:7px;}
  .brd-contact-left,.brd-sales-strip{justify-content:center;flex-wrap:wrap}.brd-top-address{max-width:min(780px,100%)}
  .brd-main-row{grid-template-columns:1fr auto;grid-template-areas:'brand actions' 'nav nav';gap:8px;}
  .brd-brand{grid-area:brand}.brd-nav{grid-area:nav}.brd-head-actions{grid-area:actions}.brd-nav{min-width:0;overflow:auto;justify-content:flex-start;scrollbar-width:none}.brd-nav::-webkit-scrollbar{display:none}
}
@media(max-width:760px){
  :root{--brd-fixed-header-height:188px;}
  .brd-head-shell{width:min(100% - 18px,1500px);gap:7px;padding-bottom:8px;}
  .brd-contact-left{display:none;}
  .brd-sales-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;width:100%;}
  .brd-sales-pill{justify-content:center;padding:5px 4px;gap:0}.brd-sales-pill span{min-width:auto;width:100%;height:25px;font-size:9.5px}.brd-sales-pill strong{display:none}
  .brd-main-row{grid-template-columns:1fr;grid-template-areas:'brand' 'actions' 'nav';justify-items:center;gap:7px;}
  .brd-brand{min-width:0;width:100%;justify-content:center}.brd-brand img{width:58px;height:58px;flex-basis:58px}.brd-brand-title{font-size:20px}.brd-brand-sub{font-size:10.5px;text-align:left;}
  .brd-head-actions{justify-content:center}.brd-head-btn{min-height:38px;padding:10px 14px;font-size:12px}.brd-head-btn-quote{display:none;}
  .brd-nav{width:100%;padding:6px}.brd-nav a{min-height:34px;font-size:12px;padding-inline:9px;}
}


/* =========================================================
   v1.8 Premium Responsive Header + 2.5cm Page Edge
   Same header background, cleaner controls, mobile-safe layout.
   ========================================================= */
.brd-head-shell{width:var(--brd-shell)!important;max-width:none!important;}
.brd-nav button,
.brd-nav-link{appearance:none;border:0;background:transparent;font:inherit;color:inherit;cursor:pointer;}
.brd-nav button,
.brd-nav a{white-space:nowrap;}
.brd-nav button:hover,.brd-nav button:focus-visible{color:var(--brd-head-red);outline:none;}
.brd-head-btn{border:0;cursor:pointer;white-space:nowrap;}
.brd-contact-row{gap:14px;}
.brd-top-email,.brd-top-address,.brd-sales-pill{white-space:nowrap;}
@media(max-width:1180px){
  .brd-main-row{grid-template-columns:1fr auto;grid-template-areas:'brand actions' 'nav nav';}
  .brd-nav{grid-area:nav;overflow:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch;}
  .brd-nav button,.brd-nav a{flex:0 0 auto;}
}
@media(max-width:760px){
  .brd-contact-left{display:grid;grid-template-columns:1fr;justify-items:center;gap:5px;width:100%;}
  .brd-top-address{max-width:100%;font-size:10.5px;text-align:center;}
  .brd-sales-strip{grid-template-columns:repeat(3,minmax(0,1fr));}
  .brd-main-row{grid-template-columns:1fr;grid-template-areas:'brand' 'actions' 'nav';}
  .brd-brand{justify-content:center;text-align:left;}
  .brd-nav{width:100%;justify-content:flex-start;}
  .brd-nav button,.brd-nav a{font-size:12px;min-height:34px;}
}


/* Abu Dhabi v6 fixed header: same structure as model, navy/orange palette */
.site-header.brd-fixed-header-v2{background:radial-gradient(circle at 8% -40%,rgba(244,122,31,.18),transparent 34%),radial-gradient(circle at 91% -35%,rgba(7,23,53,.12),transparent 31%),linear-gradient(180deg,rgba(255,250,244,.992) 0%,rgba(244,249,255,.985) 100%)!important;}
.brd-header-edge{background:linear-gradient(90deg,#071735 0%,#10295d 38%,#f47a1f 72%,#ffb25b 100%)!important;}
.brd-brand-red{color:#f47a1f!important}.brd-brand-navy{color:#071735!important}.brd-head-btn-wa{background:linear-gradient(135deg,#071735,#10295d 65%,#f47a1f)!important}.brd-sales-pill span{background:linear-gradient(135deg,#071735,#0b6ea8)!important}.brd-nav button:hover,.brd-nav a:hover{background:rgba(244,122,31,.12)!important;color:#071735!important;}
