/* =========================================================
   SAMRA CAR PILOT SERVICES LTD — Main Stylesheet
   ========================================================= */

:root{
  --yellow: #FFC72C;
  --yellow-dark: #E6A800;
  --navy: #0B2A4A;
  --navy-light: #123B68;
  --text: #262626;
  --text-light: #55555f;
  --cream: #FFF8E7;
  --white: #ffffff;
  --whatsapp: #128C3E;
  --whatsapp-dark: #0E6F30;
  --mail: #D8272B;
  --mail-dark: #B01F22;
  --radius: 10px;
  --shadow: 0 10px 30px rgba(11,42,74,0.10);
  --shadow-lg: 0 20px 45px rgba(11,42,74,0.18);
  --font-head: 'Montserrat', sans-serif;
  --font-body: 'Poppins', sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--font-body);
  color:var(--text);
  background:var(--white);
  overflow-x:hidden;
  padding-top:186px;
}
h1,h2,h3,h4,h5,h6{
  font-family:var(--font-head);
  font-weight:800;
  color:var(--navy);
}
a{text-decoration:none;transition:.25s ease;}
img{max-width:100%;}
.section{padding:80px 0;}
.section-sm{padding:50px 0;}
.bg-cream{background:var(--cream);}
.bg-navy{background:var(--navy);color:#fff;}
.bg-yellow{background:var(--yellow);}
.text-navy{color:var(--navy)!important;}
.text-yellow{color:var(--yellow)!important;}

.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--font-head);
  font-weight:700;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--navy);
  background:var(--yellow);
  padding:6px 16px;
  border-radius:30px;
  margin-bottom:16px;
}
.section-title{
  font-size:clamp(28px,3.6vw,42px);
  margin-bottom:14px;
  line-height:1.2;
}
.section-sub{
  color:var(--text-light);
  font-size:16px;
  max-width:680px;
}
.section-head{margin-bottom:44px;}
.section-head.text-center .section-sub{margin-left:auto;margin-right:auto;}

/* Buttons */
.btn{
  font-family:var(--font-head);
  font-weight:700;
  border-radius:8px;
  padding:13px 28px;
  font-size:14px;
  letter-spacing:.4px;
  text-transform:uppercase;
  border:2px solid transparent;
  transition:.25s ease;
}
.btn-navy{background:var(--navy);color:#fff;}
.btn-navy:hover{background:var(--navy-light);color:#fff;transform:translateY(-2px);}
.btn-yellow{background:var(--yellow);color:var(--navy);border-color:var(--yellow);}
.btn-yellow:hover{background:transparent;color:var(--navy);border-color:var(--navy);transform:translateY(-2px);}
.btn-outline-navy{background:transparent;color:var(--navy);border-color:var(--navy);}
.btn-outline-navy:hover{background:var(--navy);color:#fff;}
.btn-whatsapp{background:var(--whatsapp);color:#fff;border-color:var(--whatsapp);}
.btn-whatsapp:hover{background:var(--whatsapp-dark);color:#fff;border-color:var(--whatsapp-dark);transform:translateY(-2px);}
.btn-mail{background:var(--mail);color:#fff;border-color:var(--mail);}
.btn-mail:hover{background:var(--mail-dark);color:#fff;border-color:var(--mail-dark);transform:translateY(-2px);}
.btn-sm{padding:9px 18px;font-size:12.5px;}
.btn i{margin-right:8px;}

/* =========== TOP BAR =========== */
.topbar{
  background:var(--navy);
  color:#dbe6f2;
  font-size:13.5px;
  padding:8px 0;
}
.topbar a{color:#dbe6f2;}
.topbar a:hover{color:var(--yellow);}
.topbar .topbar-item{display:inline-flex;align-items:center;gap:7px;margin-right:22px;}
.topbar .topbar-item i{color:var(--yellow);}
.topbar-socials a{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;margin-left:6px;font-size:13px;
}
.topbar-socials a:hover{background:var(--yellow);color:var(--navy);}

/* =========== NAVBAR =========== */
.main-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:#fff;
  box-shadow:0 4px 18px rgba(11,42,74,.08);
}
.navbar{padding:12px 0;}
.navbar-brand{display:flex;align-items:center;gap:12px;}
.navbar-brand img{height:108px;width:auto;}
.navbar-brand .brand-text{font-family:var(--font-head);line-height:1.1;}
.navbar-brand .brand-text b{display:block;color:var(--navy);font-size:19px;font-weight:800;}
.navbar-brand .brand-text span{display:block;color:var(--yellow-dark);font-size:11.5px;letter-spacing:1.5px;font-weight:700;text-transform:uppercase;}

.navbar-nav .nav-link{
  font-family:var(--font-head);
  font-weight:700;
  font-size:14.5px;
  color:var(--text)!important;
  padding:10px 16px!important;
  text-transform:uppercase;
  letter-spacing:.3px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover{color:var(--navy)!important;}
.navbar-nav .nav-item{position:relative;}
.navbar-nav .nav-item::after{
  content:"";position:absolute;left:16px;bottom:4px;width:0;height:3px;
  background:var(--yellow);border-radius:3px;transition:.25s ease;
}
.navbar-nav .nav-item:hover::after,
.navbar-nav .nav-item.active::after{width:calc(100% - 32px);}

.dropdown-menu{
  border:none;border-radius:10px;box-shadow:var(--shadow-lg);
  padding:10px;margin-top:10px!important;min-width:280px;
}
.dropdown-item{
  font-family:var(--font-body);font-weight:600;font-size:14px;
  color:var(--text);padding:10px 14px;border-radius:8px;
  display:flex;align-items:center;gap:10px;
}
.dropdown-item i{color:var(--yellow-dark);width:18px;text-align:center;}
.dropdown-item:hover{background:var(--cream);color:var(--navy);}
.dropdown-menu.show{animation:dropdown-fade .18s ease;}
@keyframes dropdown-fade{
  from{opacity:0;transform:translateY(6px);}
  to{opacity:1;transform:translateY(0);}
}

.nav-cta{margin-left:10px;}

/* Mobile call now button */
.mobile-call-btn{
  display:none;
  position:fixed;top:50%;right:14px;transform:translateY(-50%);
  z-index:1050;background:var(--navy);color:#fff;
  width:52px;height:52px;border-radius:50%;
  align-items:center;justify-content:center;font-size:20px;
  box-shadow:0 8px 20px rgba(11,42,74,.35);
  animation:pulse-navy 2.4s infinite;
}
@media(max-width:767px){.mobile-call-btn{display:flex;}}
@keyframes pulse-navy{
  0%{box-shadow:0 0 0 0 rgba(11,42,74,.5);}
  70%{box-shadow:0 0 0 14px rgba(11,42,74,0);}
  100%{box-shadow:0 0 0 0 rgba(11,42,74,0);}
}

/* Floating WhatsApp button */
.whatsapp-float{
  position:fixed;bottom:24px;right:20px;z-index:1050;
  width:60px;height:60px;border-radius:50%;
  background:var(--whatsapp);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:30px;box-shadow:0 10px 25px rgba(18,140,62,.45);
  animation:pulse-green 2.2s infinite;
}
.whatsapp-float:hover{background:var(--whatsapp-dark);color:#fff;transform:scale(1.06);}
@keyframes pulse-green{
  0%{box-shadow:0 0 0 0 rgba(18,140,62,.55);}
  70%{box-shadow:0 0 0 16px rgba(18,140,62,0);}
  100%{box-shadow:0 0 0 0 rgba(18,140,62,0);}
}

/* Back to top */
.back-to-top{
  position:fixed;bottom:24px;left:20px;z-index:1050;
  width:46px;height:46px;border-radius:50%;
  background:var(--yellow);color:var(--navy);
  display:none;align-items:center;justify-content:center;
  font-size:18px;box-shadow:var(--shadow);border:none;
}
.back-to-top.show{display:flex;}

/* =========== HERO SLIDER =========== */
.hero-slider{position:relative;margin-top:0;}
.hero-slide{
  position:relative;height:88vh;min-height:560px;
  display:flex;align-items:center;
  background-size:cover;background-position:center;
}
.hero-slide::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(11,42,74,.88) 0%,rgba(11,42,74,.55) 55%,rgba(11,42,74,.25) 100%);
}
.hero-slide .container{position:relative;z-index:2;}

/* Poster-style hero slides: full image shown uncropped (baked-in text/graphics) */
.hero-slide-poster{
  background:var(--navy);
  display:flex;align-items:center;justify-content:center;
}
.hero-slide-poster::before{display:none;}
.hero-poster-img{
  max-width:100%;max-height:100%;width:auto;height:auto;
  object-fit:contain;display:block;margin:0 auto;
}

.hero-tag{
  display:inline-block;background:var(--yellow);color:var(--navy);
  font-family:var(--font-head);font-weight:800;font-size:13px;
  letter-spacing:2px;text-transform:uppercase;padding:8px 18px;
  border-radius:30px;margin-bottom:20px;
}
.hero-slide h1{
  color:#fff;font-size:clamp(32px,5vw,58px);line-height:1.15;margin-bottom:18px;
  text-shadow:0 4px 18px rgba(0,0,0,.25);
}
.hero-slide h1 span{color:var(--yellow);}
.hero-slide p{color:#e7edf5;font-size:17px;max-width:560px;margin-bottom:30px;}
.hero-slide .btn{margin-right:12px;}

.swiper-button-next,.swiper-button-prev{
  color:#fff!important;background:rgba(255,255,255,.15);
  width:48px!important;height:48px!important;border-radius:50%;
  backdrop-filter:blur(4px);
}
.swiper-button-next:after,.swiper-button-prev:after{font-size:18px!important;}
.swiper-pagination-bullet{background:#fff;opacity:.6;}
.swiper-pagination-bullet-active{background:var(--yellow);opacity:1;}

/* Service icon badges on hero */
.hero-services-row{
  position:relative;z-index:5;margin-top:-58px;
}
.service-badge{
  background:#fff;border-radius:16px;box-shadow:var(--shadow-lg);
  padding:26px 14px;text-align:center;height:100%;
  border-bottom:4px solid var(--yellow);transition:.3s ease;
}
.service-badge:hover{transform:translateY(-8px);border-bottom-color:var(--navy);}
.service-badge .icon-circle{
  width:74px;height:74px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 14px;font-size:28px;color:#fff;
  border:3px solid #fff;box-shadow:0 6px 16px rgba(0,0,0,.15);
}
.service-badge h6{font-size:14.5px;margin-bottom:0;color:var(--navy);}
.icon-c1{background:linear-gradient(135deg,#0B2A4A,#123B68);}
.icon-c2{background:linear-gradient(135deg,#FFC72C,#E6A800);color:var(--navy)!important;}
.icon-c3{background:linear-gradient(135deg,#128C3E,#0E6F30);}
.icon-c4{background:linear-gradient(135deg,#D8272B,#B01F22);}

/* =========== WELCOME =========== */
.welcome-img-wrap{position:relative;}
.welcome-img-wrap img{border-radius:var(--radius);box-shadow:var(--shadow-lg);}
.welcome-exp-badge{
  position:absolute;bottom:-24px;right:-18px;background:var(--navy);color:#fff;
  border-radius:var(--radius);padding:20px 26px;text-align:center;box-shadow:var(--shadow-lg);
  border:4px solid var(--yellow);
}
.welcome-exp-badge b{display:block;font-size:32px;font-family:var(--font-head);color:var(--yellow);}
.welcome-exp-badge span{font-size:12px;letter-spacing:1px;text-transform:uppercase;}
.check-list{list-style:none;padding:0;margin:22px 0;}
.check-list li{
  display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-weight:600;color:var(--text);
}
.check-list li i{color:#fff;background:var(--navy);border-radius:50%;width:22px;height:22px;min-width:22px;display:flex;align-items:center;justify-content:center;font-size:11px;margin-top:2px;}

/* =========== STATS =========== */
.stats-strip{
  background:var(--navy);
  position:relative;overflow:hidden;
}
.stat-box{text-align:center;color:#fff;padding:34px 10px;}
.stat-box .num{
  font-family:var(--font-head);font-weight:800;font-size:44px;color:var(--yellow);
  display:flex;align-items:center;justify-content:center;
}
.stat-box .label{font-size:13.5px;text-transform:uppercase;letter-spacing:1.2px;color:#cdd8e6;margin-top:6px;}

/* =========== FEATURES =========== */
.feature-card{
  background:#fff;border-radius:var(--radius);padding:34px 26px;height:100%;
  box-shadow:var(--shadow);border-top:4px solid var(--yellow);transition:.3s;
}
.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-top-color:var(--navy);}
.feature-card .f-icon{
  width:64px;height:64px;border-radius:14px;background:var(--cream);
  display:flex;align-items:center;justify-content:center;font-size:26px;color:var(--navy);
  margin-bottom:18px;
}
.feature-card h5{font-size:17px;margin-bottom:10px;}
.feature-card p{color:var(--text-light);font-size:14.5px;margin-bottom:0;}

/* =========== ABOUT =========== */
.about-signature{font-family:var(--font-head);font-weight:800;font-size:22px;color:var(--navy);}
.owner-card{
  background:var(--cream);border-radius:var(--radius);padding:24px;display:flex;gap:16px;align-items:center;
}
.owner-card .oc-icon{
  width:58px;height:58px;border-radius:50%;background:var(--navy);color:var(--yellow);
  display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;
}

/* =========== SERVICES GRID =========== */
.service-card{
  background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);
  height:100%;transition:.3s;border:1px solid #f0ecdd;
}
.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px);}
.service-card .sc-top{
  background:var(--navy);padding:26px 24px 44px;position:relative;color:#fff;
}
.service-card .sc-icon{
  width:64px;height:64px;border-radius:14px;background:var(--yellow);color:var(--navy);
  display:flex;align-items:center;justify-content:center;font-size:26px;
  position:absolute;bottom:-26px;left:24px;box-shadow:var(--shadow);
}
.service-card .sc-num{position:absolute;top:18px;right:22px;font-family:var(--font-head);font-weight:800;font-size:26px;color:rgba(255,255,255,.25);}
.service-card .sc-body{padding:40px 24px 26px;}
.service-card h5{font-size:17.5px;margin-bottom:12px;}
.service-card p{color:var(--text-light);font-size:14.5px;}
.service-card .sc-link{font-family:var(--font-head);font-weight:700;font-size:13px;color:var(--navy);display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;}
.service-card .sc-link i{transition:.25s;}
.service-card .sc-link:hover i{transform:translateX(5px);}

/* Standalone large icon box (used outside .service-card, e.g. service detail sections) */
.detail-icon{
  width:64px;height:64px;border-radius:14px;background:var(--yellow);color:var(--navy);
  display:inline-flex;align-items:center;justify-content:center;font-size:26px;
  box-shadow:var(--shadow);
}

/* Small promo thumbnail floating on service detail images */
.service-img-wrap{position:relative;}
.service-small-thumb{
  position:absolute;bottom:-20px;right:-16px;width:150px;height:150px;object-fit:contain;
  background:#fff;
  border-radius:10px;border:4px solid #fff;box-shadow:var(--shadow-lg);
}
@media(max-width:767px){.service-small-thumb{width:105px;height:105px;bottom:-14px;right:-10px;border-width:3px;}}

/* =========== SERVE AREA =========== */
.area-chip{
  background:#fff;border:1px solid #eee0bd;border-radius:10px;padding:16px 14px;
  display:flex;align-items:center;gap:12px;font-weight:700;color:var(--navy);
  font-size:14px;box-shadow:0 4px 12px rgba(11,42,74,.05);height:100%;transition:.25s;
}
.area-chip:hover{background:var(--navy);color:#fff;transform:translateY(-4px);}
.area-chip:hover i{color:var(--yellow);}
.area-chip i{color:var(--yellow-dark);font-size:18px;}
.province-pill{
  display:inline-flex;align-items:center;gap:8px;background:var(--navy);color:#fff;
  padding:10px 20px;border-radius:30px;font-family:var(--font-head);font-weight:700;font-size:13.5px;
  margin:5px;
}
.province-pill i{color:var(--yellow);}

/* =========== PORTFOLIO =========== */
.portfolio-item{
  position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);
}
.portfolio-item img,.portfolio-item video{width:100%;height:280px;object-fit:cover;display:block;transition:.4s ease;}
.portfolio-item:hover img,.portfolio-item:hover video{transform:scale(1.08);}
.portfolio-overlay{
  position:absolute;inset:0;background:linear-gradient(to top,rgba(11,42,74,.88) 0%,rgba(11,42,74,0) 60%);
  display:flex;align-items:flex-end;padding:20px;opacity:0;transition:.3s;
}
.portfolio-item:hover .portfolio-overlay{opacity:1;}
.portfolio-overlay h6{color:#fff;margin:0;font-size:15px;}
.portfolio-overlay span{color:var(--yellow);font-size:12px;text-transform:uppercase;letter-spacing:1px;}
.portfolio-play{
  position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:50%;
  background:var(--yellow);color:var(--navy);display:flex;align-items:center;justify-content:center;
}

/* =========== PROCESS =========== */
.process-card{text-align:center;position:relative;padding:0 10px;}
.process-num{
  width:72px;height:72px;border-radius:50%;background:var(--navy);color:var(--yellow);
  display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:800;
  font-size:24px;margin:0 auto 18px;border:4px solid var(--yellow);position:relative;z-index:2;
}
.process-card h6{font-size:16px;margin-bottom:8px;}
.process-card p{font-size:13.5px;color:var(--text-light);}
.process-line{position:absolute;top:36px;left:55%;width:90%;height:3px;background:repeating-linear-gradient(90deg,var(--yellow) 0,var(--yellow) 8px,transparent 8px,transparent 16px);z-index:1;}
@media(max-width:991px){.process-line{display:none;}}

/* =========== WHY CHOOSE US =========== */
.why-img{position:relative;}
.why-img img{border-radius:var(--radius);box-shadow:var(--shadow-lg);}
.why-item{display:flex;gap:16px;margin-bottom:24px;}
.why-item .wi-icon{
  width:52px;height:52px;border-radius:12px;background:var(--navy);color:var(--yellow);
  display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;
}
.why-item h6{margin-bottom:6px;font-size:16px;}
.why-item p{font-size:14px;color:var(--text-light);margin-bottom:0;}

/* =========== TESTIMONIALS =========== */
.testi-card{
  background:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);
  margin:10px 6px 40px;height:100%;
}
.testi-card .quote-icon{color:var(--yellow);font-size:26px;margin-bottom:14px;}
.testi-card p{color:var(--text-light);font-size:14.5px;font-style:italic;}
.testi-user{display:flex;align-items:center;gap:14px;margin-top:18px;}
.testi-user .tu-avatar{
  width:50px;height:50px;border-radius:50%;background:var(--navy);color:var(--yellow);
  display:flex;align-items:center;justify-content:center;font-weight:800;font-family:var(--font-head);
}
.testi-user h6{margin:0;font-size:14.5px;}
.testi-user span{font-size:12px;color:var(--text-light);}
.testi-stars{color:var(--yellow-dark);font-size:13px;margin-top:6px;}

/* =========== TEAM =========== */
.team-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);text-align:center;transition:.3s;}
.team-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);}
.team-photo{
  height:230px;background:var(--navy) linear-gradient(135deg,var(--navy),var(--navy-light));
  display:flex;align-items:center;justify-content:center;position:relative;
}
.team-photo i{font-size:70px;color:rgba(255,199,44,.35);}
.team-card .tc-body{padding:22px;}
.team-card h6{margin-bottom:4px;}
.team-card span{color:var(--yellow-dark);font-size:12.5px;text-transform:uppercase;letter-spacing:1px;font-weight:700;}
.team-socials{margin-top:14px;}
.team-socials a{
  width:32px;height:32px;border-radius:50%;background:var(--cream);color:var(--navy);
  display:inline-flex;align-items:center;justify-content:center;margin:0 3px;font-size:13px;
}
.team-socials a:hover{background:var(--navy);color:var(--yellow);}

/* =========== FAQ =========== */
.accordion-item{border:none;margin-bottom:14px;border-radius:10px!important;overflow:hidden;box-shadow:var(--shadow);}
.accordion-button{
  font-family:var(--font-head);font-weight:700;font-size:15px;color:var(--navy);
  padding:18px 22px;background:#fff;
}
.accordion-button:not(.collapsed){background:var(--navy);color:#fff;box-shadow:none;}
.accordion-button:not(.collapsed)::after{filter:invert(1);}
.accordion-button:focus{box-shadow:none;border-color:transparent;}
.accordion-body{font-size:14.5px;color:var(--text-light);padding:20px 22px;}

/* =========== CTA (bubble animation section — used once site-wide) =========== */
.cta-section{
  position:relative;background:var(--yellow);overflow:hidden;padding:70px 0;
}
.cta-section h2{font-size:clamp(24px,3.4vw,36px);}
.cta-section p{color:#4a3c05;max-width:560px;}
.bubble{
  position:absolute;bottom:-120px;border-radius:50%;
  background:rgba(11,42,74,0.12);
  animation:bubble-rise linear infinite;
}
@keyframes bubble-rise{
  0%{transform:translateY(0) translateX(0) scale(1);opacity:0;}
  10%{opacity:1;}
  100%{transform:translateY(-620px) translateX(20px) scale(1.15);opacity:0;}
}

/* =========== FOOTER =========== */
.site-footer{background:var(--navy);color:#c7d3e3;padding-top:70px;}
.site-footer h6{color:#fff;font-size:16px;margin-bottom:22px;position:relative;padding-bottom:12px;}
.site-footer h6::after{content:"";position:absolute;left:0;bottom:0;width:36px;height:3px;background:var(--yellow);}
.site-footer .f-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px;}
.site-footer .f-logo img{height:78px;}
.site-footer .f-logo b{color:#fff;font-family:var(--font-head);font-size:18px;}
.site-footer p{font-size:14px;line-height:1.8;}
.footer-links{list-style:none;padding:0;margin:0;}
.footer-links li{margin-bottom:12px;}
.footer-links a{color:#c7d3e3;font-size:14px;display:flex;align-items:center;gap:8px;}
.footer-links a i{color:var(--yellow);font-size:11px;}
.footer-links a:hover{color:var(--yellow);padding-left:4px;}
.footer-contact li{display:flex;gap:12px;margin-bottom:16px;font-size:14px;align-items:flex-start;}
.footer-contact i{color:var(--yellow);margin-top:3px;}
.footer-socials a{
  width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);
  color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;
}
.footer-socials a:hover{background:var(--yellow);color:var(--navy);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding:20px 0;font-size:13.5px;}
.footer-bottom a{color:var(--yellow);}

/* Page banner (inner pages) */
.page-banner{
  position:relative;padding:130px 0 70px;background-size:cover;background-position:center;
}
.page-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,42,74,.92),rgba(11,42,74,.65));}
.page-banner .container{position:relative;z-index:2;}
.page-banner h1{color:#fff;font-size:clamp(28px,4vw,44px);margin-bottom:12px;}
.page-banner .breadcrumb{background:transparent;margin:0;padding:0;}
.page-banner .breadcrumb-item,.page-banner .breadcrumb-item a{color:#dbe6f2;font-weight:600;font-size:14px;}
.page-banner .breadcrumb-item.active{color:var(--yellow);}
.page-banner .breadcrumb-item+.breadcrumb-item::before{color:var(--yellow);}

/* Quote form */
.quote-form-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:36px;}
.quote-form-card label{font-weight:700;font-size:13.5px;color:var(--navy);margin-bottom:6px;}
.form-control,.form-select{
  border:1.5px solid #e6e6e6;border-radius:8px;padding:11px 14px;font-size:14px;
}
.form-control:focus,.form-select:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(11,42,74,.1);}
.service-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.form-check{
  background:var(--cream);border-radius:8px;padding:10px 14px;
}
.form-check-input:checked{background-color:var(--navy);border-color:var(--navy);}
@media(max-width:575px){.service-check-grid{grid-template-columns:1fr;}}

.info-side-card{background:var(--navy);color:#fff;border-radius:var(--radius);padding:34px;}
.info-side-card .is-item{display:flex;gap:16px;margin-bottom:26px;}
.info-side-card .is-icon{
  width:50px;height:50px;border-radius:12px;background:var(--yellow);color:var(--navy);
  display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0;
}
.info-side-card h6{color:#fff;font-size:14.5px;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px;}
.info-side-card p{color:#cdd8e6;font-size:13.5px;margin:0;}
.map-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}
.map-wrap iframe{width:100%;height:340px;border:0;display:block;}

.hours-list{list-style:none;padding:0;margin:0;}
.hours-list li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed rgba(255,255,255,.15);font-size:14px;}
.hours-list li:last-child{border-bottom:0;}

/* AOS fallback */
[data-aos]{transition-property: transform, opacity;}

/* Utility */
.divider-yellow{width:60px;height:4px;background:var(--yellow);border-radius:4px;margin-bottom:20px;}
.text-center .divider-yellow{margin-left:auto;margin-right:auto;}
.rounded-icon-sm{width:40px;height:40px;border-radius:10px;background:var(--cream);color:var(--navy);display:inline-flex;align-items:center;justify-content:center;}

/* Mini link list used inside light-background cards (e.g. directory listings) */
.mini-link-list{list-style:none;padding:0;margin:0;}
.mini-link-list li{margin-bottom:12px;border-bottom:1px dashed #eee0bd;padding-bottom:12px;}
.mini-link-list li:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0;}
.mini-link-list a{color:var(--navy);font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;}
.mini-link-list a i{color:var(--yellow-dark);font-size:11px;}
.mini-link-list a:hover{color:var(--yellow-dark);padding-left:4px;}

/* SEO keyword content blocks */
.seo-block p{
  font-size:15.5px;line-height:2;color:var(--text-light);margin-bottom:20px;text-align:left;
}
.seo-block strong{color:var(--navy);font-weight:700;}
.seo-block a{color:var(--navy);font-weight:700;text-decoration:none;}
.seo-block a:hover{color:var(--yellow-dark);}

@media(max-width:991px){
  body{padding-top:148px;}
  .navbar-collapse{
    background:#fff;padding:16px;border-radius:10px;margin-top:12px;box-shadow:var(--shadow-lg);max-height:70vh;overflow:auto;
  }
  .hero-services-row{margin-top:20px;}
  /* Fix hero poster slides: remove navy letterbox bars, size to actual image ratio */
  .hero-slider,.hero-swiper,.swiper-wrapper{height:auto!important;}
  .hero-slide-poster{height:auto!important;min-height:0!important;aspect-ratio:1920/707;margin:0!important;padding:0!important;}
  .hero-poster-img{width:100%!important;height:100%!important;max-width:100%;max-height:100%;object-fit:contain;display:block;}
}
@media(max-width:767px){
  .section{padding:56px 0;}
  .welcome-exp-badge{position:static;margin-top:16px;border-width:2px;}
}
