/* ==========================================================================
   AR PRIME GLOBAL EXPORT SOLUTIONS
   Premium Export Company Website — Main Stylesheet
   Palette: Navy #071A35 | Gold #D4AF37 | White #FFFFFF
   ========================================================================== */

:root {
  --navy: #071A35;
  --navy-2: #0C2649;
  --navy-3: #123059;
  --gold: #D4AF37;
  --gold-light: #F6DE86;
  --gold-dark: #B08A25;
  --white: #ffffff;
  --off-white: #f6f8fb;
  --grey: #6b7688;
  --text-dark: #1b2536;
  --border: #e6eaf0;
  --shadow-sm: 0 4px 14px rgba(7, 26, 53, .08);
  --shadow-md: 0 12px 34px rgba(7, 26, 53, .12);
  --shadow-lg: 0 22px 60px rgba(7, 26, 53, .18);
  --radius: 14px;
  --gold-grad: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-dark));
  --transition: .35s cubic-bezier(.25, .8, .25, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; overflow-x: clip; }

body {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.7;
  overflow-x: clip;   /* clip stray horizontal overflow WITHOUT breaking the sticky navbar (unlike overflow:hidden) */
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; color: var(--navy); line-height: 1.25; }

a { text-decoration: none; transition: color var(--transition); }
img { max-width: 100%; height: auto; }
section { position: relative; }

/* ---------- Reusable helpers ---------------------------------------------- */
.section-padding { padding: 92px 0; }
.text-gold { color: var(--gold) !important; }
.text-navy { color: var(--navy) !important; }
.bg-navy { background: var(--navy) !important; }
.bg-soft { background: var(--off-white) !important; }
.fw-600 { font-weight: 600; }

.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head .eyebrow {
  display: inline-block; font-family: 'Poppins', sans-serif; font-size: .8rem;
  font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold);
  margin-bottom: 12px; position: relative; padding: 0 18px;
}
.section-head .eyebrow::before,
.section-head .eyebrow::after {
  content: ""; position: absolute; top: 50%; width: 26px; height: 1px; background: var(--gold);
}
.section-head .eyebrow::before { left: -18px; }
.section-head .eyebrow::after { right: -18px; }
.section-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 14px; }
.section-head p { color: var(--grey); font-size: 1.03rem; }

/* Buttons */
.btn { font-family: 'Poppins', sans-serif; font-weight: 600; letter-spacing: .3px; border-radius: 50px;
  padding: 13px 32px; transition: all var(--transition); border: 2px solid transparent; }
.btn-gold { background: var(--gold-grad); color: var(--navy); box-shadow: 0 10px 24px rgba(212, 175, 55, .35); }
.btn-gold:hover { color: var(--navy); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(212, 175, 55, .5); }
.btn-outline-gold { border-color: var(--gold); color: var(--gold); background: transparent; }
.btn-outline-gold:hover { background: var(--gold); color: var(--navy); transform: translateY(-3px); }
.btn-outline-navy { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline-navy:hover { background: var(--navy); color: #fff; transform: translateY(-3px); }
.btn-lg { padding: 15px 40px; font-size: 1.02rem; }

/* ---------- Top header bar ------------------------------------------------ */
.top-bar { background: linear-gradient(90deg, #FBF4DE, #F3E7C0); color: #1F2937; font-size: .84rem; padding: 0; border-bottom: 1px solid rgba(212, 175, 55, .45); letter-spacing: .2px; }
.top-bar .row { min-height: 38px; align-items: center; }   /* compact 38px bar */
.top-bar a { color: #1F2937; }
.top-bar a:hover { color: #9A7B1E; }
.top-bar .contact-item { display: inline-flex; align-items: center; }
.top-bar .contact-item i { color: #A9822A; margin-right: 7px; font-size: .82rem; }   /* deep gold icons for contrast on light gold */
.top-bar .social a {
  width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(31, 41, 55, .22); color: #1F2937; border-radius: 50%; margin-left: 7px; font-size: .82rem;
  transition: all var(--transition);
}
.top-bar .social a:hover { background: #A9822A; color: #fff; border-color: #A9822A; transform: translateY(-2px); }

/* ---------- Navbar (premium dark navy) ----------------------------------- */
.navbar {
  background: rgba(7, 26, 53, .97);
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  padding: 6px 0;   /* reduced navbar height */
  border-bottom: 1px solid rgba(212, 175, 55, .42);   /* thin gold line */
  box-shadow: 0 6px 22px rgba(0, 0, 0, .22);          /* soft shadow */
  transition: padding var(--transition), background var(--transition), box-shadow var(--transition);
}
.navbar.scrolled {
  padding: 4px 0;
  background: rgba(5, 17, 36, .98);                    /* slightly darker on scroll */
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom-color: rgba(212, 175, 55, .58);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

/* Branding — emblem in a subtle glass chip + real-text "AR PRIME" wordmark */
.navbar-brand { display: flex; align-items: center; padding-left: 2px; margin-right: 26px; }
.brand-card { display: inline-flex; align-items: center; gap: 13px; margin: 0; padding: 0; background: transparent; border: 0; box-shadow: none; }
.brand-emblem {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 4px 12px; border-radius: 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .06));
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18), 0 0 24px rgba(255, 255, 255, .09), inset 0 0 0 1px rgba(212, 175, 55, .22);
  transition: transform .3s ease, box-shadow .3s ease, padding var(--transition);
}
.brand-emblem img { height: 58px; width: auto; display: block; transition: height var(--transition), filter .3s ease; }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.62rem; color: #fff; letter-spacing: 1px; }
.brand-name .hl { color: var(--gold); }
.brand-tag { font-family: 'Poppins', sans-serif; font-size: .58rem; font-weight: 600; letter-spacing: 2.6px; text-transform: uppercase; color: var(--gold); margin-top: 5px; }
/* Hover: gentle lift + soft gold glow on the emblem chip */
.navbar-brand:hover .brand-emblem { transform: scale(1.03); box-shadow: 0 8px 22px rgba(0, 0, 0, .24), 0 0 30px rgba(212, 175, 55, .24), inset 0 0 0 1px rgba(212, 175, 55, .35); }
.navbar-brand:hover .brand-emblem img { filter: drop-shadow(0 0 6px rgba(212, 175, 55, .4)); }
.navbar.scrolled .brand-emblem { padding: 3px 10px; }
.navbar.scrolled .brand-emblem img { height: 50px; }
.navbar.scrolled .brand-name { font-size: 1.48rem; }

/* Menu — vertically centred, modern typography */
.navbar .navbar-nav { align-items: center; }
.navbar .nav-item { display: flex; align-items: center; }
.navbar .nav-link {
  color: #ffffff !important; font-family: 'Poppins', sans-serif; font-weight: 600;
  font-size: .96rem; letter-spacing: .5px; margin: 0 11px; padding: 10px 6px !important; position: relative;
}
.navbar .nav-link::after {
  content: ""; position: absolute; left: 6px; right: 6px; bottom: 4px; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform var(--transition);
}
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--gold) !important; }
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: scaleX(1); }
.navbar .navbar-toggler { border: 1px solid rgba(212, 175, 55, .6); background: rgba(212, 175, 55, .10); border-radius: 8px; padding: 7px 11px; transition: background var(--transition); }
.navbar .navbar-toggler:hover { background: rgba(212, 175, 55, .20); }
.navbar .navbar-toggler:focus { box-shadow: none; }
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23D4AF37' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Get a Quote — taller gold pill with animated arrow */
.navbar .btn-quote { padding: 12px 28px; margin-left: 18px; font-size: .92rem; letter-spacing: .5px; display: inline-flex; align-items: center; }
.navbar .btn-quote i { transition: transform var(--transition); }
.navbar .btn-quote:hover i { transform: translateX(5px); }

/* ---------- Hero ---------------------------------------------------------- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center; color: #fff;
  background: linear-gradient(rgba(7, 26, 53, .82), rgba(7, 26, 53, .74)),
    url("../images/backgrounds/hero.jpg") center/cover no-repeat fixed;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(212, 175, 55, .18), transparent 45%);
}
.hero .container { position: relative; z-index: 2; }
.hero .hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-family: 'Poppins', sans-serif; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase; font-size: .78rem; color: var(--gold);
  border: 1px solid rgba(212, 175, 55, .5); border-radius: 50px; padding: 8px 20px; margin-bottom: 24px;
  background: rgba(212, 175, 55, .08);
}
.hero h1 { color: #fff; font-size: clamp(2.4rem, 5.2vw, 4.1rem); margin-bottom: 20px; }
.hero h1 span { color: var(--gold); }
.hero p.lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: rgba(255, 255, 255, .88); max-width: 640px; margin-bottom: 34px; }
.hero .hero-btns .btn { margin: 6px 10px 6px 0; }
.hero-scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: var(--gold); z-index: 3; animation: bob 2s infinite; }
@keyframes bob { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 10px); } }

/* trust strip under hero */
.trust-strip { background: var(--navy-2); padding: 22px 0; border-top: 1px solid rgba(212, 175, 55, .16); }
.trust-strip .trust-item { color: rgba(255, 255, 255, .8); font-size: .95rem; display: flex; align-items: center; gap: 12px; }
.trust-strip .trust-item i { color: var(--gold); font-size: 1.5rem; }

/* ---------- Service / feature cards -------------------------------------- */
.icon-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 38px 30px;
  height: 100%; transition: all var(--transition); position: relative; overflow: hidden;
}
.icon-card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
  background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform var(--transition);
}
.icon-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-md); border-color: transparent; }
.icon-card:hover::before { transform: scaleX(1); }
.icon-card .icon-wrap {
  width: 70px; height: 70px; border-radius: 18px; display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem; color: var(--gold); background: rgba(212, 175, 55, .12); margin-bottom: 22px;
  transition: all var(--transition);
}
.icon-card:hover .icon-wrap { background: var(--gold-grad); color: var(--navy); transform: rotateY(360deg); }
.icon-card h4 { font-size: 1.25rem; margin-bottom: 10px; }
.icon-card p { color: var(--grey); margin: 0; font-size: .96rem; }

/* ---------- Why choose us (split) ---------------------------------------- */
.why-img { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.why-img img { width: 100%; display: block; transition: transform 1.2s ease; }
.why-img:hover img { transform: scale(1.06); }
.why-badge {
  position: absolute; bottom: 24px; left: 24px; background: var(--gold-grad); color: var(--navy);
  padding: 16px 24px; border-radius: 12px; box-shadow: var(--shadow-md);
}
.why-badge strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.9rem; line-height: 1; }
.why-badge span { font-size: .82rem; font-weight: 600; letter-spacing: .5px; }
.why-list { list-style: none; padding: 0; margin: 26px 0 0; }
.why-list li { display: flex; gap: 16px; margin-bottom: 22px; }
.why-list .num {
  flex: 0 0 46px; width: 46px; height: 46px; border-radius: 12px; background: rgba(212, 175, 55, .12);
  color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.why-list h5 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.05rem; margin-bottom: 2px; color: var(--navy); }
.why-list p { margin: 0; color: var(--grey); font-size: .93rem; }

/* ---------- Counters ------------------------------------------------------ */
.counter-section {
  background: linear-gradient(rgba(7, 26, 53, .93), rgba(7, 26, 53, .93)),
    url("../images/backgrounds/counter.jpg") center/cover fixed;
  color: #fff;
}
.counter-box { text-align: center; padding: 20px; }
.counter-box .c-icon { font-size: 2rem; color: var(--gold); margin-bottom: 12px; }
.counter-box .c-num { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 4vw, 3.2rem); font-weight: 700; color: #fff; line-height: 1; }
.counter-box .c-num .suffix { color: var(--gold); }
.counter-box .c-label { text-transform: uppercase; letter-spacing: 2px; font-size: .82rem; color: rgba(255, 255, 255, .75); margin-top: 10px; }
.counter-section .divider { width: 1px; background: rgba(212, 175, 55, .25); }

/* ---------- CTA ----------------------------------------------------------- */
.cta-band {
  background: var(--gold-grad); color: var(--navy); border-radius: 24px; padding: 54px; overflow: hidden; position: relative;
  box-shadow: var(--shadow-lg);
}
.cta-band::after {
  content: "\f0d1"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute;
  right: -10px; bottom: -30px; font-size: 12rem; color: rgba(7, 26, 53, .08);
}
.cta-band h2 { color: var(--navy); font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
.cta-band p { color: rgba(7, 26, 53, .8); margin: 8px 0 0; font-size: 1.05rem; }
.cta-band .btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.cta-band .btn-navy:hover { background: #fff; color: var(--navy); transform: translateY(-3px); }

/* ---------- Page banner (inner pages) ------------------------------------ */
.page-banner {
  position: relative; padding: 150px 0 80px; color: #fff; text-align: center;
  background: linear-gradient(rgba(7, 26, 53, .85), rgba(7, 26, 53, .8)),
    url("../images/backgrounds/page-banner.jpg") center/cover no-repeat;
}
.page-banner h1 { color: #fff; font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin-bottom: 12px; }
.page-banner .breadcrumb { justify-content: center; margin: 0; }
.page-banner .breadcrumb-item, .page-banner .breadcrumb-item a { color: rgba(255, 255, 255, .8); font-size: .92rem; }
.page-banner .breadcrumb-item a:hover { color: var(--gold); }
.page-banner .breadcrumb-item.active { color: var(--gold); }
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, .5); }

/* ---------- About page ---------------------------------------------------- */
.about-img-stack { position: relative; }
.about-img-stack img.main { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; }
.about-img-stack .exp-badge {
  position: absolute; top: -22px; right: -18px; background: var(--gold-grad); color: var(--navy);
  border-radius: 16px; padding: 20px 24px; box-shadow: var(--shadow-md); text-align: center;
}
.about-img-stack .exp-badge strong { display: block; font-family: 'Playfair Display', serif; font-size: 2.2rem; line-height: 1; }
.about-img-stack .exp-badge span { font-size: .78rem; font-weight: 600; letter-spacing: 1px; }
.mvv-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 30px; height: 100%;
  transition: all var(--transition); border-top: 4px solid var(--gold);
}
.mvv-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.mvv-card .icon-wrap {
  width: 64px; height: 64px; border-radius: 50%; background: var(--navy); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px;
}
.mvv-card h4 { margin-bottom: 10px; }
.mvv-card p { color: var(--grey); margin: 0; }

.value-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.value-item i { color: var(--gold); font-size: 1.35rem; margin-top: 4px; }
.value-item h6 { font-family: 'Poppins', sans-serif; font-weight: 600; margin-bottom: 2px; color: var(--navy); }
.value-item p { margin: 0; color: var(--grey); font-size: .92rem; }

/* Export process */
.process-step {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 26px; height: 100%;
  text-align: center; position: relative; transition: all var(--transition);
}
.process-step:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.process-step .step-num {
  position: absolute; top: -20px; left: 50%; transform: translateX(-50%); width: 44px; height: 44px;
  border-radius: 50%; background: var(--gold-grad); color: var(--navy); display: flex; align-items: center;
  justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; box-shadow: var(--shadow-sm);
}
.process-step .p-icon { font-size: 2rem; color: var(--gold); margin: 16px 0 14px; }
.process-step h5 { font-size: 1.12rem; margin-bottom: 8px; }
.process-step p { color: var(--grey); font-size: .92rem; margin: 0; }

/* ---------- Products page ------------------------------------------------- */
.product-card {
  background: #fff; border: 2px solid var(--gold); border-radius: 18px; overflow: hidden; height: 100%;
  box-shadow: var(--shadow-sm); transition: all var(--transition);
}
.product-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.product-media { position: relative; overflow: hidden; height: 250px; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.product-card:hover .product-media img { transform: scale(1.14); }
.product-media::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7, 26, 53, .55), transparent 55%);
  opacity: 0; transition: opacity var(--transition);
}
.product-card:hover .product-media::after { opacity: 1; }
.product-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--gold-grad); color: var(--navy);
  font-family: 'Poppins', sans-serif; font-size: .74rem; font-weight: 600; letter-spacing: .5px;
  padding: 6px 14px; border-radius: 50px;
}
.product-body { padding: 26px 24px; }
.product-body h4 { font-size: 1.3rem; margin-bottom: 4px; }
.product-body .sub { color: var(--gold-dark); font-weight: 600; font-size: .9rem; margin-bottom: 10px; display: block; }
.product-body p { color: var(--grey); margin: 0; font-size: .95rem; }

/* ---------- Contact page -------------------------------------------------- */
.contact-info-card {
  background: var(--navy); color: #fff; border-radius: var(--radius); padding: 44px 38px; height: 100%;
  position: relative; overflow: hidden;
}
.contact-info-card::after {
  content: "\f0ac"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute;
  right: -20px; bottom: -30px; font-size: 11rem; color: rgba(212, 175, 55, .08);
}
.contact-info-card h3 { color: #fff; margin-bottom: 8px; }
.contact-info-card > p { color: rgba(255, 255, 255, .75); margin-bottom: 30px; }
/* Circular logo badge on the navy contact card */
.info-brand {
  width: 104px; height: 104px; border-radius: 50%; margin: 0 0 24px; position: relative; z-index: 2;
  display: inline-flex; align-items: center; justify-content: center;
  background: #ffffff; border: 1px solid rgba(212, 175, 55, .5); box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}
.info-brand img { height: 84px; width: auto; display: block; }
/* Circular logo in the About "Who We Are" section (navy emblem pops on white) */
.about-brand img { height: 92px; width: auto; display: block; margin-bottom: 16px; }
.contact-info-item { display: flex; gap: 18px; margin-bottom: 26px; position: relative; z-index: 2; }
.contact-info-item .ci-icon {
  flex: 0 0 50px; width: 50px; height: 50px; border-radius: 12px; background: rgba(212, 175, 55, .14);
  color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.contact-info-item h6 { font-family: 'Poppins', sans-serif; color: var(--gold); font-weight: 600; margin-bottom: 3px; font-size: .95rem; }
.contact-info-item p, .contact-info-item a { color: rgba(255, 255, 255, .82); margin: 0; font-size: .95rem; }
.contact-info-item a:hover { color: var(--gold); }
.contact-info-card .social-row { margin-top: 30px; position: relative; z-index: 2; }
.contact-info-card .social-row a {
  width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, .4); color: #fff; margin-right: 8px; transition: all var(--transition);
}
.contact-info-card .social-row a:hover { background: var(--gold); color: var(--navy); transform: translateY(-3px); }

.contact-form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 44px 40px; box-shadow: var(--shadow-md); height: 100%; }
.form-label { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: .9rem; color: var(--navy); margin-bottom: 6px; }
.form-control, .form-select {
  border: 1px solid var(--border); border-radius: 10px; padding: 12px 16px; font-size: .95rem; background: var(--off-white);
  transition: all var(--transition);
}
.form-control:focus, .form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 .2rem rgba(212, 175, 55, .18); background: #fff; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
/* Offline location card (replaces online Google Maps embed) */
.map-offline {
  min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 48px 24px; line-height: 1.7; color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 26, 53, .95), rgba(12, 38, 73, .95)),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(212, 175, 55, .06) 38px 39px),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(212, 175, 55, .06) 38px 39px);
}
.map-offline h4 { color: #fff; margin: 10px 0 6px; }
.map-offline p { color: rgba(255, 255, 255, .8); margin-bottom: 22px; }
.map-pin {
  width: 74px; height: 74px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--gold-grad); color: var(--navy); font-size: 2rem; box-shadow: 0 10px 26px rgba(212, 175, 55, .4);
}

/* ---------- Footer -------------------------------------------------------- */
.footer { background: var(--navy); color: rgba(255, 255, 255, .72); padding: 74px 0 0; position: relative; }
.footer::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--gold-grad); }
.footer .f-logo img { height: 82px; width: auto; margin-bottom: 22px; }
.footer p { font-size: .94rem; }
.footer h5 { color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.1rem; margin-bottom: 24px; position: relative; padding-bottom: 12px; }
.footer h5::after { content: ""; position: absolute; left: 0; bottom: 0; width: 42px; height: 2px; background: var(--gold); }
.footer .f-links { list-style: none; padding: 0; margin: 0; }
.footer .f-links li { margin-bottom: 12px; }
.footer .f-links a { color: rgba(255, 255, 255, .72); display: inline-flex; align-items: center; gap: 10px; font-size: .94rem; }
.footer .f-links a i { color: var(--gold); font-size: .7rem; transition: transform var(--transition); }
.footer .f-links a:hover { color: var(--gold); }
.footer .f-links a:hover i { transform: translateX(4px); }
.footer .f-contact li { display: flex; gap: 14px; margin-bottom: 18px; font-size: .94rem; }
.footer .f-contact li i { color: var(--gold); margin-top: 4px; }
.footer .f-social a {
  width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, .35); color: #fff; margin-right: 8px; transition: all var(--transition);
}
.footer .f-social a:hover { background: var(--gold); color: var(--navy); transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 56px; padding: 22px 0; font-size: .88rem; }
.footer-bottom a { color: var(--gold); }

/* ---------- Floating buttons + scroll top -------------------------------- */
.floating-btns { position: fixed; right: 22px; bottom: 24px; z-index: 1040; display: flex; flex-direction: column; gap: 14px; }
.float-btn {
  width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.4rem; box-shadow: var(--shadow-md); transition: all var(--transition); position: relative;
}
.float-btn:hover { transform: scale(1.12); color: #fff; }
.float-btn.whatsapp { background: #25D366; }
.float-btn.call { background: var(--gold-grad); color: var(--navy); }
.float-btn.call:hover { color: var(--navy); }
.float-btn::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%; animation: pulse 2.2s infinite;
}
.float-btn.whatsapp::before { box-shadow: 0 0 0 0 rgba(37, 211, 102, .5); }
.float-btn.call::before { box-shadow: 0 0 0 0 rgba(212, 175, 55, .5); }
@keyframes pulse { 70% { box-shadow: 0 0 0 16px rgba(0, 0, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

#scrollTop {
  position: fixed; right: 22px; bottom: 96px; width: 48px; height: 48px; border-radius: 12px; border: none;
  background: var(--navy); color: var(--gold); font-size: 1.1rem; z-index: 1039; box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(20px); transition: all var(--transition); cursor: pointer;
}
#scrollTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
#scrollTop:hover { background: var(--gold); color: var(--navy); }

/* keep scroll-top clear of the floating stack on small screens */
@media (max-width: 575.98px) {
  .floating-btns { right: 16px; bottom: 16px; }
  #scrollTop { right: 16px; bottom: 150px; }
  .float-btn { width: 50px; height: 50px; font-size: 1.25rem; }
}

/* ---------- Responsive tweaks -------------------------------------------- */
@media (max-width: 991.98px) {
  /* Tablet — medallion disc ~80px */
  .section-padding { padding: 68px 0; }
  /* Large Bootstrap gutters (-24px margins) exceed the 12px container padding on
     narrow screens and overflow — cap the horizontal gutter to prevent it. */
  .row.g-5, .row.gx-5 { --bs-gutter-x: 1.5rem; }
  .navbar { background: rgba(7, 26, 53, .98); padding: 6px 0; }
  .navbar.scrolled { padding: 5px 0; }
  .brand-emblem, .navbar.scrolled .brand-emblem { padding: 3px 10px; }
  .brand-emblem img, .navbar.scrolled .brand-emblem img { height: 50px; }
  .brand-name, .navbar.scrolled .brand-name { font-size: 1.4rem; }
  .navbar-collapse { background: var(--navy-2); border: 1px solid rgba(212, 175, 55, .22); border-radius: 12px; padding: 12px 14px; margin-top: 14px; box-shadow: 0 10px 26px rgba(0, 0, 0, .3); }
  .navbar .navbar-nav { align-items: stretch; }
  .navbar .nav-item { justify-content: flex-start; }
  .navbar .nav-link { margin: 2px 0; padding: 12px 8px !important; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .navbar .nav-item:last-child .nav-link { border-bottom: 0; }
  .navbar .nav-link::after { display: none; }
  .navbar .btn-quote { margin: 12px 0 4px; justify-content: center; width: 100%; }
  .hero { min-height: auto; padding: 130px 0 90px; background-attachment: scroll; }
  .counter-section, .page-banner { background-attachment: scroll; }
  .cta-band { padding: 40px 28px; text-align: center; }
  .cta-band::after { display: none; }
  .counter-section .divider { display: none; }
  .about-img-stack .exp-badge { right: 10px; }
}
@media (max-width: 575.98px) {
  /* Mobile — compact emblem + wordmark (tagline hidden) */
  .brand-card { gap: 9px; }
  .brand-emblem, .navbar.scrolled .brand-emblem { padding: 3px 8px; }
  .brand-emblem img, .navbar.scrolled .brand-emblem img { height: 44px; }
  .brand-name, .navbar.scrolled .brand-name { font-size: 1.2rem; }
  .brand-tag { display: none; }
  .navbar-brand { margin-right: 10px; }
}
@media (max-width: 767.98px) {
  .top-bar .social { text-align: center; margin-top: 6px; }
  .top-bar { text-align: center; }
  .contact-form-card, .contact-info-card { padding: 32px 24px; }
  .cta-band { padding: 34px 20px; }
}
