/* ===== reCAPTCHA ===== */
  /* reCAPTCHA v3 - hide the floating badge (the required notice is shown in the forms instead) */
  .grecaptcha-badge { visibility: hidden !important; }
  /* reCAPTCHA compliance notice shown under enquiry-form submit buttons */
  .recaptcha-terms { font-size: 12px; line-height: 1.5; color: #888; margin-top: 12px; }
  .recaptcha-terms a { color: #888; text-decoration: underline; }

/* ===== Header and quick enquiry modal ===== */
#exampleModal .modal-dialog{max-width:660px;}
#exampleModal .modal-content{border:none;border-radius:16px;overflow:hidden;
  box-shadow:0 30px 70px -25px rgba(0,0,0,.5);}
.bt-qf-head{background:linear-gradient(135deg,#ed2f47 0%,#7f2ee8 100%);padding:22px 26px;
  display:flex;align-items:flex-start;justify-content:space-between;gap:16px;
  font-family:"Poppins","Segoe UI",Arial,sans-serif;}
.bt-qf-head h3{color:#fff;font-size:20px;font-weight:700;margin:0;}
.bt-qf-head p{color:rgba(255,255,255,.85);font-size:13px;margin:4px 0 0;line-height:1.5;}
.bt-qf-close{flex-shrink:0;width:34px;height:34px;border-radius:50%;border:none;cursor:pointer;
  background:rgba(255,255,255,.18);color:#fff;font-size:15px;display:flex;align-items:center;
  justify-content:center;transition:background .18s ease;}
.bt-qf-close:hover{background:rgba(255,255,255,.34);}
.bt-qf-body{padding:26px;background:#fff;}
/* ---- shared enquiry form (.bt-ef) - also used on fleet-details page ---- */
.bt-ef{font-family:"Poppins","Segoe UI",Arial,sans-serif;}
.bt-ef-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;}
.bt-ef-field label{display:block;font-size:12.5px;font-weight:500;color:#1f1f1f;margin-bottom:6px;}
.bt-ef-field label span{color:#ed2f47;}
.bt-ef-input{position:relative;}
.bt-ef-input > i{position:absolute;left:13px;top:50%;transform:translateY(-50%);
  color:#9a9a9a;font-size:13px;pointer-events:none;}
.bt-ef-input input,.bt-ef-input select{width:100%;border:1px solid #e3e3e3;border-radius:9px;
  padding:11px 13px 11px 36px;font-size:13.5px;font-family:inherit;color:#1f1f1f;background:#fafafa;
  transition:border-color .18s ease,background .18s ease;}
.bt-ef-input select{cursor:pointer;}
.bt-ef-input input:focus,.bt-ef-input select:focus{outline:none;border-color:#ed2f47;background:#fff;}
.bt-ef-submit{margin-top:18px;width:100%;border:none;cursor:pointer;display:flex;
  align-items:center;justify-content:center;gap:9px;padding:13px 20px;border-radius:9px;
  background:#ed2f47;color:#fff;font-size:15px;font-weight:600;font-family:inherit;
  transition:background .2s ease,transform .15s ease;}
.bt-ef-submit:hover{background:#c8233a;transform:translateY(-2px);}
.bt-ef-terms{font-size:11px;color:#9a9a9a;margin:12px 0 0;line-height:1.6;text-align:center;}
.bt-ef-terms a{color:#9a9a9a;}
@media (max-width:600px){.bt-ef-grid{grid-template-columns:1fr;}.bt-qf-body{padding:20px;}}
/* ===== Bakshi Transport - Header (self-contained, namespaced .bt-) ===== */
.bt-header,.bt-header *{box-sizing:border-box;}
.bt-header{
  --bt-primary:#ed2f47;--bt-primary-dark:#c8233a;--bt-ink:#1f1f1f;
  --bt-muted:#707070;--bt-line:#ececec;
  position:sticky;top:0;left:0;width:100%;z-index:1000;background:#fff;
  font-family:"Poppins","Segoe UI",Arial,sans-serif;
  border-bottom:1px solid var(--bt-line);
  box-shadow:0 1px 0 rgba(0,0,0,.02);
  transition:box-shadow .25s ease;
}
.bt-header.bt-scrolled{box-shadow:0 8px 28px -14px rgba(0,0,0,.28);}
.bt-header-inner{
  max-width:1320px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  min-height:80px;
}
/* Logo */
.bt-logo{display:flex;align-items:center;flex-shrink:0;}
.bt-logo img{height:54px;width:auto;display:block;}
/* Right cluster */
.bt-header-right{display:flex;align-items:center;gap:14px;}
/* Primary nav */
.bt-nav{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:4px;}
.bt-nav-item{position:relative;}
.bt-nav-link{
  display:flex;align-items:center;gap:6px;
  padding:8px 10px;font-size:14.5px;font-weight:500;line-height:1;
  color:var(--bt-ink);text-decoration:none;border-radius:6px;
  white-space:nowrap;transition:color .18s ease,background .18s ease;
}
.bt-nav-link:hover,.bt-nav-item:focus-within>.bt-nav-link{color:var(--bt-primary);}
.bt-nav-item.bt-active>.bt-nav-link{color:var(--bt-primary);}
.bt-nav-item.bt-active>.bt-nav-link::after{
  content:"";position:absolute;left:14px;right:14px;bottom:-1px;height:2px;
  background:var(--bt-primary);border-radius:2px;
}
.bt-nav-link .bt-caret{font-size:10px;transition:transform .2s ease;}
/* Desktop dropdown */
.bt-submenu{
  position:absolute;top:calc(100% + 10px);left:0;min-width:248px;
  background:#fff;border:1px solid var(--bt-line);border-radius:10px;
  box-shadow:0 18px 40px -16px rgba(0,0,0,.32);
  list-style:none;margin:0;padding:8px;
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s;
  max-height:70vh;overflow:auto;z-index:20;
}
.bt-nav-item.bt-has-submenu:hover>.bt-submenu,
.bt-nav-item.bt-has-submenu:focus-within>.bt-submenu{
  opacity:1;visibility:visible;transform:translateY(0);
}
.bt-nav-item.bt-has-submenu:hover>.bt-nav-link .bt-caret{transform:rotate(180deg);}
.bt-submenu a{
  display:block;padding:10px 12px;font-size:14px;font-weight:450;
  color:var(--bt-ink);text-decoration:none;border-radius:7px;
  transition:background .15s ease,color .15s ease,padding-left .15s ease;
}
.bt-submenu a:hover{background:#fdedef;color:var(--bt-primary);padding-left:16px;}
/* Header actions */
.bt-actions{display:flex;align-items:center;gap:16px;flex-shrink:0;}
.bt-call{
  display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--bt-ink);
}
.bt-call-ico{
  width:38px;height:38px;border-radius:50%;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:#fdebed;color:var(--bt-primary);font-size:15px;
}
.bt-call-txt small{display:block;font-size:11px;color:var(--bt-muted);line-height:1.3;}
.bt-call-txt b{display:block;font-size:14.5px;color:var(--bt-ink);line-height:1.3;}
.bt-cta{
  display:inline-flex;align-items:center;gap:8px;
  padding:12px 24px;border-radius:8px;font-size:14.5px;font-weight:600;
  background:var(--bt-primary);color:#fff;text-decoration:none;white-space:nowrap;
  transition:background .2s ease,transform .15s ease,box-shadow .2s ease;
  box-shadow:0 8px 18px -8px rgba(237,47,71,.45);
}
.bt-cta:hover{background:var(--bt-primary-dark);color:#fff;transform:translateY(-1px);}
/* Hamburger */
.bt-burger{
  display:none;width:46px;height:46px;border:1px solid var(--bt-line);
  background:#fff;border-radius:9px;cursor:pointer;padding:0;
  flex-direction:column;align-items:center;justify-content:center;gap:5px;
}
.bt-burger span{display:block;width:22px;height:2px;background:var(--bt-ink);border-radius:2px;transition:transform .25s ease,opacity .2s ease;}
/* Backdrop */
.bt-backdrop{
  position:fixed;inset:0;background:rgba(15,15,15,.55);
  opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s;z-index:1090;
}
.bt-backdrop.bt-show{opacity:1;visibility:visible;}
body.bt-no-scroll{overflow:hidden;}

/* ====================== TABLET / MOBILE (<992px) ====================== */
@media (max-width:991px){
  .bt-header-inner{min-height:68px;padding:0 16px;}
  .bt-logo img{height:44px;}
  .bt-burger{display:flex;}
  .bt-header.bt-open .bt-burger span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .bt-header.bt-open .bt-burger span:nth-child(2){opacity:0;}
  .bt-header.bt-open .bt-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

  /* slide-in drawer */
  .bt-header-right{
    position:fixed;top:0;right:0;height:100dvh;width:330px;max-width:86vw;
    background:#fff;flex-direction:column;align-items:stretch;gap:0;
    padding:0;transform:translateX(105%);transition:transform .3s cubic-bezier(.4,0,.2,1);
    box-shadow:-18px 0 50px -20px rgba(0,0,0,.4);z-index:1100;overflow-y:auto;
  }
  .bt-header.bt-open .bt-header-right{transform:translateX(0);}

  .bt-drawer-head{
    display:flex;align-items:center;justify-content:space-between;
    padding:16px 20px;border-bottom:1px solid var(--bt-line);
  }
  .bt-drawer-head img{height:42px;width:auto;}
  .bt-drawer-close{
    width:40px;height:40px;border:none;background:#f4f4f4;border-radius:50%;
    font-size:16px;color:var(--bt-ink);cursor:pointer;
  }

  .bt-nav{flex-direction:column;align-items:stretch;gap:0;padding:8px 12px;}
  .bt-nav-item{border-bottom:1px solid #f3f3f3;}
  .bt-nav-link{padding:14px 12px;font-size:15.5px;justify-content:space-between;}
  .bt-nav-item.bt-active>.bt-nav-link::after{display:none;}
  .bt-nav-item.bt-active>.bt-nav-link{background:#fdeef0;border-radius:6px;}
  .bt-nav-link .bt-caret{font-size:12px;}

  /* accordion submenu */
  .bt-submenu{
    position:static;opacity:1;visibility:visible;transform:none;
    border:none;box-shadow:none;border-radius:0;padding:0 0 6px 8px;
    max-height:0;overflow:hidden;transition:max-height .3s ease;
  }
  .bt-nav-item.bt-has-submenu.bt-expanded>.bt-submenu{max-height:640px;}
  .bt-nav-item.bt-has-submenu.bt-expanded>.bt-nav-link .bt-caret{transform:rotate(180deg);}
  .bt-submenu a{padding:11px 12px;font-size:14px;}
  .bt-submenu a:hover{padding-left:12px;}

  .bt-actions{
    flex-direction:column;align-items:stretch;gap:14px;
    padding:18px 20px;border-top:1px solid var(--bt-line);margin-top:auto;
  }
  .bt-call{justify-content:center;padding:10px;background:#f7f7f7;border-radius:9px;}
  .bt-cta{justify-content:center;padding:14px 24px;font-size:15px;}
}
@media (min-width:992px){ .bt-drawer-head{display:none;} }
@media (max-width:1199px) and (min-width:992px){
  .bt-call{display:none;}
  .bt-nav-link{padding:10px 10px;font-size:14px;}
}

/* ===== Breadcrumb ===== */
.bt-bc{
  position:relative;padding:80px 20px;text-align:center;
  background:linear-gradient(150deg,#ed2f47 0%,#7f2ee8 100%);
  font-family:"Poppins","Segoe UI",Arial,sans-serif;
}
.bt-bc.bt-bc-img{background-size:cover;background-position:center;background-repeat:no-repeat;}
.bt-bc.bt-bc-img::before{
  content:"";position:absolute;inset:0;background:rgba(16,9,15,.64);
}
.bt-bc-inner{position:relative;z-index:1;}
.bt-bc-title{
  font-size:clamp(26px,4vw,40px);font-weight:700;line-height:1.2;
  color:#fff !important;margin:0 0 10px;
}
.bt-bc-crumb{
  display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;
  font-size:14px;color:rgba(255,255,255,.9);
}
.bt-bc-crumb a{color:#fff;text-decoration:none;}
.bt-bc-crumb a:hover{text-decoration:underline;}
.bt-bc-crumb .bt-bc-sep{opacity:.55;}
.bt-bc-crumb .bt-bc-cur{color:#ffd9de;}
@media (max-width:575px){.bt-bc{padding:54px 18px;}}

/* ===== Footer ===== */
/* ===== Bakshi Transport - Footer (self-contained, namespaced .bt-) ===== */
.bt-footer,.bt-footer *{box-sizing:border-box;}
body{margin:0;}
.bt-footer{
  --bt-primary:#ed2f47;--bt-accent:#7f2ee8;
  --bt-bg:#161616;--bt-bg2:#1f1f1f;--bt-ink:#cfcfcf;--bt-mut:#8d8d8d;--bt-line:#2e2e2e;
  background:var(--bt-bg);color:var(--bt-ink);
  font-family:"Poppins","Segoe UI",Arial,sans-serif;
  position:relative;
}
.bt-footer::before{
  content:"";display:block;height:4px;width:100%;
  background:linear-gradient(90deg,var(--bt-primary),#7f2ee8);
}
.bt-foot-top{max-width:1320px;margin:0 auto;padding:64px 24px 44px;}
.bt-foot-grid{
  display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:42px;
}
.bt-foot-col h5{
  font-size:16px;font-weight:600;color:#fff;margin:0 0 22px;
  position:relative;padding-bottom:12px;
}
.bt-foot-col h5::after{
  content:"";position:absolute;left:0;bottom:0;width:38px;height:2px;
  background:var(--bt-primary);border-radius:2px;
}
/* Brand column */
.bt-foot-logo{
  display:inline-flex;background:#fff;padding:12px 16px;border-radius:10px;margin-bottom:18px;
}
.bt-foot-logo img{height:50px;width:auto;display:block;}
.bt-foot-about{font-size:14px;line-height:1.85;color:var(--bt-mut);margin:0 0 22px;}
.bt-foot-social{display:flex;gap:10px;flex-wrap:wrap;}
.bt-foot-social a{
  width:40px;height:40px;border-radius:9px;display:flex;align-items:center;justify-content:center;
  background:var(--bt-bg2);border:1px solid var(--bt-line);
  font-size:15px;text-decoration:none;transition:all .2s ease;
}
.bt-foot-social a i{color:#e6e6e6;background:none;line-height:1;}
.bt-foot-social a:hover{background:#ed2f47;border-color:#ed2f47;transform:translateY(-3px);}
.bt-foot-social a:hover i{color:#fff;}
/* Link lists */
.bt-foot-links{list-style:none;margin:0;padding:0;}
.bt-foot-links li{margin-bottom:12px;}
.bt-foot-links a{
  display:inline-flex;align-items:center;gap:9px;
  font-size:14px;color:var(--bt-ink);text-decoration:none;transition:color .18s ease,gap .18s ease;
}
.bt-foot-links a::before{
  content:"\f105";font-family:"Font Awesome 6 Free","Font Awesome 5 Free";font-weight:900;
  font-size:12px;color:var(--bt-primary);transition:transform .18s ease;
}
.bt-foot-links a:hover{color:#fff;gap:13px;}
.bt-foot-links a:hover::before{transform:translateX(2px);}
/* Contact column */
.bt-foot-contact{list-style:none;margin:0;padding:0;}
.bt-foot-contact li{display:flex;gap:13px;margin-bottom:18px;align-items:flex-start;}
.bt-foot-ico{
  width:38px;height:38px;border-radius:9px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:var(--bt-bg2);border:1px solid var(--bt-line);color:var(--bt-accent);font-size:14px;
}
.bt-foot-contact .bt-ct-body{font-size:13px;line-height:1.45;}
.bt-foot-contact .bt-ct-body span{display:block;color:var(--bt-mut);font-size:11.5px;margin-bottom:3px;text-transform:uppercase;letter-spacing:.4px;}
.bt-foot-contact .bt-ct-body a{color:var(--bt-ink);text-decoration:none;font-size:14px;transition:color .18s ease;}
.bt-foot-contact .bt-ct-body a:hover{color:var(--bt-accent);}
/* Bottom bar */
.bt-foot-bottom{border-top:1px solid var(--bt-line);}
.bt-foot-bottom-inner{
  max-width:1320px;margin:0 auto;padding:20px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
}
.bt-foot-bottom p{margin:0;font-size:13px;color:var(--bt-mut);}
.bt-foot-bottom a{color:var(--bt-accent);text-decoration:none;}
.bt-foot-bottom a:hover{text-decoration:underline;}
.bt-foot-bottom .bt-foot-mini{display:flex;gap:18px;}
.bt-foot-bottom .bt-foot-mini a{color:var(--bt-mut);font-size:13px;}
.bt-foot-bottom .bt-foot-mini a:hover{color:#fff;text-decoration:none;}

/* ===== Floating action buttons ===== */
.bt-float{position:fixed;right:20px;bottom:22px;z-index:9999;display:flex;flex-direction:column;gap:12px;}
.bt-float a{
  width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:23px;text-decoration:none;box-shadow:0 10px 24px -6px rgba(0,0,0,.45);
  transition:transform .2s ease;
}
.bt-float a:hover{transform:scale(1.08);}
.bt-float .bt-wa{background:#25d366;}
.bt-float .bt-ph{background:#ed2f47;animation:bt-ring 2.4s ease-in-out infinite;}
@keyframes bt-ring{0%,72%,100%{box-shadow:0 10px 24px -6px rgba(0,0,0,.45);}80%,90%{box-shadow:0 10px 24px -6px rgba(0,0,0,.45),0 0 0 10px rgba(237,47,71,.22);}}

/* ===== Responsive ===== */
@media (max-width:991px){
  .bt-foot-grid{grid-template-columns:1fr 1fr;gap:34px;}
  .bt-foot-top{padding:52px 20px 38px;}
}
@media (max-width:575px){
  .bt-foot-grid{grid-template-columns:1fr;gap:32px;}
  .bt-foot-top{padding:44px 18px 34px;}
  .bt-foot-bottom-inner{flex-direction:column;text-align:center;}
  .bt-float{right:14px;bottom:16px;}
  .bt-float a{width:48px;height:48px;font-size:20px;}
}

/* ===== Legal pages ===== */
.bt-page-body{max-width:860px;margin:0 auto;font-size:16px;line-height:1.75;color:#333}
.bt-page-body h3{font-size:20px;font-weight:600;margin:32px 0 12px}
.bt-page-body p{margin-bottom:16px}
.bt-page-body ul{margin:0 0 16px 20px}
.bt-page-body li{margin-bottom:8px}
.bt-page-body a{color:var(--secondary-color)}
.bt-foot-bottom-inner p.bt-foot-legal a{color:inherit;opacity:.8;margin:0 8px}
.bt-foot-bottom-inner p.bt-foot-legal a:hover{opacity:1}
