/* =========================================================
   Abacus Automotive Pvt Ltd — Custom Styles
   Palette: #0000a1 (navy blue) & #0d0d0d (black)
   Type:    Rajdhani (display) + Barlow (body)
   ========================================================= */

:root {
  --red: #001e90;
  --red-dark: #00006e;
  --black: #0d0d0d;
  --ink: #0d0d0d;
  --ink-2: #161616;
  --ink-3: #1f1f1f;
  --grey: #6b6b6b;
  --grey-light: #f4f4f5;
  --line: #e6e6e8;
  --white: #ffffff;
  --shadow-sm: 0 6px 18px rgba(0, 0, 0, .08);
  --shadow-md: 0 16px 40px rgba(0, 0, 0, .14);
  --shadow-red: 0 12px 30px rgba(0, 0, 161, .28);
  --radius: 10px;
  --radius-lg: 16px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --container-pad: 1.5rem;
}

* { box-sizing: border-box; }

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

body {
  font-family: 'Barlow', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: clip;                /* guard against accidental horizontal scroll (g-5 gutter) */
}

h1, h2, h3, h4, h5, .navbar-brand, .brand-text, .hero-title, .booking-title {
  font-family: 'Rajdhani', 'Barlow', sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.15;
}

a { text-decoration: none; transition: color .25s var(--ease); }
img { max-width: 100%; height: auto; }

.btn { font-family: 'Rajdhani', sans-serif; font-weight: 700; letter-spacing: .6px; border-radius: 6px; padding: .7rem 1.6rem; transition: all .3s var(--ease); }

/* ---------- Buttons ---------- */
.btn-red {
  background: var(--red);
  border: 2px solid var(--red);
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 161, .25);
}
.btn-red:hover, .btn-red:focus {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: var(--shadow-red);
}
.btn-outline-light { border-width: 2px; font-weight: 700; }
.btn-outline-light:hover { transform: translateY(-3px); }

/* =========================================================
   TOP BAR
   ========================================================= */
.topbar {
  background: var(--red);
  color: #cfcfcf;
  font-size: .86rem;
  padding: .5rem 0;
  border-bottom: 2px solid var(--red);
}
.topbar-info { font-size: .86rem; }
.topbar-info .list-inline-item { margin-right: 1.1rem;color: #fff; }
.topbar-info i { color: #fff; margin-right: .35rem; }
.topbar a { color: #fff; }
.topbar a:hover { color: #fff; }
.gst-tag {
  font-size: .8rem; color: #fff; margin-right: 1rem;
  border: 1px solid #333; padding: .1rem .55rem; border-radius: 4px;
}
.topbar-social a {
  color: #fff; margin-left: .7rem; font-size: .95rem;
}
.topbar-social a:hover { color: var(--red); }

/* =========================================================
   NAVBAR
   ========================================================= */
.main-navbar {
  background: #fff;
  padding: 5px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: padding .3s var(--ease), box-shadow .3s var(--ease);
}
.main-navbar.scrolled { padding: .5rem 0; box-shadow: 0 6px 26px rgba(0, 0, 0, .12); }

.navbar-brand { display: flex; align-items: center; gap: .6rem; }
.brand-mark {
  display: inline-grid; place-items: center;
  width: 42px; height: 42px; border-radius: 8px;
  background: var(--red); color: #fff;
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.6rem;
  box-shadow: 0 6px 16px rgba(0, 0, 161, .3);
}
.brand-text { font-size: 1.5rem; color: var(--black); line-height: 1; display: flex; flex-direction: column; }
.brand-sub { font-size: .78rem; font-weight: 600; color: var(--red); letter-spacing: 3px; text-transform: uppercase; }

.main-navbar .nav-link {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600; font-size: 1.06rem;
  color: var(--ink); padding: .5rem 1rem !important;
  position: relative;
}
.main-navbar .nav-link::after {
  content: ''; position: absolute; left: 1rem; right: 1rem; bottom: .28rem;
  height: 2px; background: var(--red);
  transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.main-navbar .nav-link:hover::after,
.main-navbar .nav-link.active::after { transform: scaleX(1); }
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active { color: var(--red); }

.dropdown-menu {
  border: none; border-top: 3px solid var(--red);
  box-shadow: var(--shadow-md); border-radius: 0 0 8px 8px;
  padding: .5rem 0; margin-top: .4rem;
}
.dropdown-item {
  font-family: 'Rajdhani', sans-serif; font-weight: 600;
  padding: .55rem 1.2rem; color: var(--ink);
}
.dropdown-item i { color: var(--red); margin-right: .5rem; }
.dropdown-item:hover { background: var(--grey-light); color: var(--red); }

.nav-cta { color: #fff !important; padding: .55rem 1.3rem !important; }
.nav-cta::after { display: none; }
.navbar-toggler { border: none; font-size: 1.7rem; color: var(--red); padding: 0; }
.navbar-toggler:focus { box-shadow: none; }

/* =========================================================
   HERO CAROUSEL
   ========================================================= */
.hero-carousel .carousel-item { height: 82vh; min-height: 520px; }
.hero-carousel .carousel-item img { height: 100%; width: 100%; object-fit: cover; object-position: center; }
.hero-carousel .carousel-item::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.2) 100%);
}
.hero-carousel .carousel-caption {
  top: 50%; bottom: auto; transform: translateY(-50%);
  left: 0; right: 0; text-align: left; padding: 0;
}
.hero-carousel .carousel-caption .container { max-width: 1140px; }
.hero-eyebrow {
  color: var(--red); font-family: 'Rajdhani', sans-serif; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; font-size: 1rem; margin-bottom: .6rem;
}
.hero-title {
  color: #fff; font-size: clamp(2.6rem, 6vw, 5rem); text-transform: uppercase;
  margin-bottom: 1rem; text-shadow: 0 6px 30px rgba(0,0,0,.5); max-width: 16ch;
}
.hero-lead { color: #e9e9e9; font-size: clamp(1rem, 2vw, 1.25rem); max-width: 46ch; margin-bottom: 1.8rem; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero-carousel .carousel-indicators { margin-bottom: 1.8rem; }
.hero-carousel .carousel-indicators [data-bs-target] {
  width: 34px; height: 5px; border-radius: 3px; border: none;
  background: rgba(255,255,255,.5); opacity: 1;
}
.hero-carousel .carousel-indicators .active { background: var(--red); }
.carousel-control-prev, .carousel-control-next { width: 6%; opacity: .7; }
.carousel-control-prev:hover, .carousel-control-next:hover { opacity: 1; }

/* animate caption content on slide */
.hero-carousel .carousel-item.active .hero-eyebrow { animation: fadeUp .7s .1s both; }
.hero-carousel .carousel-item.active .hero-title  { animation: fadeUp .7s .25s both; }
.hero-carousel .carousel-item.active .hero-lead   { animation: fadeUp .7s .4s both; }
.hero-carousel .carousel-item.active .hero-btns   { animation: fadeUp .7s .55s both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

/* =========================================================
   SECTION FRAMEWORK
   ========================================================= */
.section { padding: 90px 0; }
.section-dark { background: #5986e3; color: #d9d9d9; }
.section-light { background: var(--grey-light); }
.section-head { max-width: 680px; margin: 0 auto 3rem; }

.section-kicker {
  display: inline-block; font-family: 'Rajdhani', sans-serif; font-weight: 700;
  color: var(--red); letter-spacing: 3px; text-transform: uppercase;
  font-size: .95rem; margin-bottom: .7rem; position: relative; padding-left: 42px;
}
.section-kicker::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 32px; height: 2px; background: var(--red);
}
.section-kicker.light { color: #fff; }
.section-kicker.light::before { background: #fff; }
.text-center .section-kicker { padding-left: 0; }
.text-center .section-kicker::before { display: none; }

.section-title { font-size: clamp(1.9rem, 4vw, 2.8rem); text-transform: uppercase; margin-bottom: .8rem; }
.section-sub { color: var(--grey); font-size: 1.08rem; }
.section-dark .section-sub { color: #a8a8a8; }
.lead-muted { font-size: 1.12rem; color: #444; margin-bottom: 1.2rem; }

/* =========================================================
   ABOUT
   ========================================================= */
.about-img-wrap { position: relative; }
.about-img {
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  border-bottom: 5px solid var(--red); width: 100%; object-fit: cover;
}
.about-badge {
  position: absolute; right: 14px; bottom: -22px;
  background: var(--red); color: #fff; padding: 1rem 1.4rem; border-radius: 12px;
  box-shadow: var(--shadow-red); text-align: center; max-width: 190px;
}
.about-badge-num { display: block; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 2.2rem; line-height: 1; }
.about-badge-txt { font-size: .8rem; font-weight: 600; letter-spacing: .5px; }
.about-points { margin: 1.4rem 0; }
.about-points p { margin-bottom: .5rem; font-weight: 600; color: #222; }
.about-points i { color: var(--red); margin-right: .5rem; font-size: 1.15rem; }

/* =========================================================
   SERVICE CARDS
   ========================================================= */
.service-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  height: 100%; display: flex; flex-direction: column;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.service-img { position: relative; overflow: hidden;/* aspect-ratio: 3 / 2; */}
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.service-card:hover .service-img img { transform: scale(1.08); }
.service-img::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 60px; height: 4px; background: var(--red);
}
.service-body { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.service-name { font-size: 1.35rem; color: var(--black); margin-bottom: .5rem; text-transform: uppercase; }
.service-text { color: var(--grey); font-size: .96rem; margin-bottom: 1.1rem; flex: 1; }

/* =========================================================
   SERVICE BOOKING (CALL ONLY)
   ========================================================= */
.service-booking {
  position: relative; padding: 70px 0; color: #fff; overflow: hidden;
  background:linear-gradient(rgba(0, 0, 0, .7), rgb(127 21 21 / 70%)), url(bb.webp);
   background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.service-booking::before {
  content: ''; position: absolute; right: -80px; top: -80px;
  width: 260px; height: 260px; border-radius: 50%;
  border: 40px solid rgba(255, 255, 255, .06);
}
.booking-title { font-size: clamp(1.7rem, 3.5vw, 2.5rem); text-transform: uppercase; margin: .5rem 0 .8rem; }
.booking-text { color: #ececec; font-size: 1.06rem; max-width: 58ch; }
.btn-booking {
  display: inline-flex; flex-direction: column; align-items: center; gap: .15rem;
  background: #fff; color: var(--black); border-radius: 14px; padding: 1.2rem 2rem;
  font-family: 'Rajdhani', sans-serif; font-weight: 700; box-shadow: var(--shadow-md);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease); width: 100%; max-width: 320px;
}
.btn-booking i { font-size: 2rem; color: var(--red); }
.btn-booking span { font-size: 1rem; letter-spacing: .5px; }
.btn-booking strong { font-size: 1.5rem; color: var(--red); }
.btn-booking:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 18px 44px rgba(0,0,0,.4); color: var(--black); }

/* =========================================================
   PRODUCTS
   ========================================================= */
.product-group { margin-bottom: 3.5rem; scroll-margin-top: 100px; }
.product-group-head {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .6rem;
  border-left: 5px solid var(--red); padding-left: 1rem; margin-bottom: 1.6rem;
}
.product-group-title { font-size: 1.7rem; text-transform: uppercase; margin: 0; color: var(--black); }
.product-group-title i { color: var(--red); margin-right: .5rem; }
.product-count { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: var(--red); background: rgba(0,0,161,.08); padding: .25rem .8rem; border-radius: 30px; font-size: .9rem; }

.product-card {
  background: #fff; border-radius: var(--radius); overflow: hidden; height: 100%;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--red); }
.product-img { /*aspect-ratio: 4 / 3; */overflow: hidden; background: #c9c8c8; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.product-card:hover .product-img img { transform: scale(1.07); }
.product-info { padding: 1.3rem;    background-color: #bcd7ff; }
.product-tag {
  display: inline-block; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: .78rem;
  letter-spacing: 1px; text-transform: uppercase; color: var(--red);
  background: rgba(0,0,161,.08); padding: .2rem .7rem; border-radius: 4px; margin-bottom: .6rem;
}
.tag-ev { color: #0a8f3c; background: rgba(10,143,60,.1); }
.product-name { font-size: 1.4rem; text-transform: uppercase; margin-bottom: .5rem; color: var(--black); }
.product-info p { color: var(--grey); font-size: .95rem; margin-bottom: .9rem; }
.product-link { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: var(--black); text-transform: uppercase; letter-spacing: .5px; }
.product-link i { transition: transform .3s var(--ease); }
.product-link:hover { color: var(--red); }
.product-link:hover i { transform: translateX(5px); }
.product-card-ev { border-color: rgba(10,143,60,.35); }

/* =========================================================
   WHY CHOOSE US
   ========================================================= */
.why-card {
  background: #fff; border-radius: var(--radius); padding: 2rem 1.4rem; height: 100%;
  text-align: center; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.why-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.why-icon {
  display: inline-grid; place-items: center; width: 74px; height: 74px; border-radius: 50%;
  background: var(--red); color:#fff ; font-size: 2rem; margin-bottom: 1.1rem;
  transition: background .35s var(--ease), color .35s var(--ease);
}
.why-card:hover .why-icon { background: var(--red); color: #fff; }
.why-card h3 { font-size: 1.25rem; text-transform: uppercase; margin-bottom: .5rem; color: var(--black); }
.why-card p { color: var(--grey); font-size: .95rem; margin: 0; }

/* =========================================================
   COUNTER
   ========================================================= */
.counter-section {
  padding: 70px 0; color: #fff; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--black) 0%, #000633 60%, var(--red-dark) 140%);
}
.counter-section::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 78px, rgba(255,255,255,.03) 78px 80px);
}
.counter-box { position: relative; }
.counter, .counter-plus {
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: clamp(2.4rem, 5vw, 3.4rem); color: #fff; line-height: 1;
}
.counter-plus { color: var(--red); }
.counter-box p { margin: .5rem 0 0; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #d3d3d3; font-size: .92rem; }

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.how-row { position: relative; }
.how-card {
  background: #fff; border-radius: var(--radius); padding: 2.2rem 1.4rem 1.6rem; height: 100%;
  text-align: center; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  position: relative; transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.how-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.how-step {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.05rem; color: #fff;
  background: var(--red); width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 6px 14px rgba(0,0,161,.35);
}
.how-icon { display: inline-block; font-size: 2.2rem; color: var(--black); margin: 1rem 0 .8rem; }
.how-card h3 { font-size: 1.2rem; text-transform: uppercase; margin-bottom: .5rem; color: var(--black); }
.how-card p { color: var(--grey); font-size: .93rem; margin: 0; }

/* =========================================================
   PORTFOLIO
   ========================================================= */
.portfolio-item {
  position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  aspect-ratio: 7 / 5;
}
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.portfolio-item:hover img { transform: scale(1.1); }
.portfolio-overlay {
  position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 1.2rem;
  color: #fff; font-family: 'Rajdhani', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  background: linear-gradient(transparent 40%, rgba(0,0,0,.85)); opacity: 0; transition: opacity .35s var(--ease);
}
.portfolio-overlay i { color: var(--red); margin-right: .4rem; }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }

/* =========================================================
   GALLERY
   ========================================================= */
.gallery-item {
  position: relative; display: block; border-radius: 8px; overflow: hidden; /*aspect-ratio: 1 / 1;*/
  box-shadow: var(--shadow-sm);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery-item:hover img { transform: scale(1.12); }
.gallery-zoom {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(0,0,161,.72); color: #fff; font-size: 1.8rem; opacity: 0; transition: opacity .35s var(--ease);
}
.gallery-item:hover .gallery-zoom { opacity: 1; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
#testiCarousel { padding-bottom: 3rem; }
.testi-card {
  background: #fff; border-radius: var(--radius-lg); padding: 2.6rem 2.2rem 2.2rem; position: relative;
  box-shadow: var(--shadow-sm); border-top: 4px solid var(--red); text-align: center; margin: 0 auto;
}
.testi-quote { position: absolute; top: 1rem; left: 1.4rem; font-size: 3.4rem; color: rgba(0,0,161,.12); }
.testi-text { font-size: 1.14rem; color: #333; font-style: italic; margin-bottom: 1.1rem; }
.testi-stars { color: #ffb400; font-size: 1.05rem; margin-bottom: 1.1rem; }
.testi-person { display: flex; align-items: center; justify-content: center; gap: .9rem; }
.testi-avatar {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: var(--black); color: var(--red); font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.2rem;
}
.testi-person h4, .testi-person h3 { font-size: 1.1rem; margin: 0; color: var(--black); text-align: left; }
.testi-person span { font-size: .85rem; color: var(--grey); }
.testi-indicators { position: static; margin-top: 1.6rem; }
.testi-indicators [data-bs-target] { width: 12px; height: 12px; border-radius: 50%; background: #cfcfcf; border: none; opacity: 1; }
.testi-indicators .active { background: var(--red); }

/* =========================================================
   FAQ
   ========================================================= */
.faq-accordion .accordion-item { border: 1px solid var(--line); border-radius: 8px !important; margin-bottom: 1rem; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-accordion .accordion-button {
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.12rem; color: var(--black); padding: 1.15rem 1.3rem;
}
.faq-accordion .accordion-button:not(.collapsed) { background: var(--red); color: #fff; box-shadow: none; }
.faq-accordion .accordion-button:not(.collapsed)::after { filter: invert(1) sepia(1) saturate(6) hue-rotate(-20deg); }
.faq-accordion .accordion-button:focus { box-shadow: none; border-color: var(--red); }
.faq-accordion .accordion-body { color: var(--grey); font-size: 1rem; padding: 1.2rem 1.3rem; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-info { height: 100%; }
.contact-line { display: flex; gap: 1rem; margin-bottom: 1.6rem; }
.contact-ico {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 10px; display: grid; place-items: center;
  background: var(--red); color: #fff; font-size: 1.3rem; box-shadow: var(--shadow-red);
}
.contact-line h4, .contact-line h3 { font-size: 1.1rem; color: #fff; margin-bottom: .2rem; text-transform: uppercase; }
.contact-line p, .contact-line a { color: #b7b7b7; margin: 0; }
.contact-line a:hover { color: var(--red); }

.contact-form {
  background: #fff; border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-md);
}
.contact-form .form-label { font-family: 'Rajdhani', sans-serif; font-weight: 600; color: var(--black); margin-bottom: .3rem; }
.contact-form .form-control, .contact-form .form-select {
  border: 1px solid var(--line); border-radius: 8px; padding: .7rem .9rem; font-size: .98rem;
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
  border-color: var(--red); box-shadow: 0 0 0 .2rem rgba(0,0,161,.15);
}
.form-note { font-weight: 600; }
.form-note.ok { color: #0a8f3c; }
.form-note.err { color: var(--red); }

.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 4px solid #000; line-height: 0; }
.map-wrap iframe { width: 100%; height: 340px; border: 0; display: block; filter: grayscale(.3) contrast(1.05); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: #064cb3; color: #b3b3b3; }
.footer-top { padding: 70px 0 50px; border-top: 3px solid var(--red); }
.footer-brand { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.1rem; }
.footer-brand .brand-text { color: #fff; }
.footer-about { font-size: .95rem; color:#ebe3e3; max-width: 34ch; margin-bottom: 1.2rem; }
.footer-social a {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 8px;
  background: var(--ink-3); color: #cfcfcf; margin-right: .5rem; font-size: 1.05rem; transition: all .3s var(--ease);
}
.footer-social a:hover { background: var(--red); color: #fff; transform: translateY(-3px); }
.footer-title { color: #fff; font-size: 1.15rem; text-transform: uppercase; margin-bottom: 1.1rem; position: relative; padding-bottom: .5rem; }
.footer-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: #fff; }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .6rem; }
.footer-links a { color: #ebe3e3; }
.footer-links a:hover { color: var(--red); padding-left: 5px; }
.footer-contact li { margin-bottom: .8rem; font-size: .93rem; display: flex; gap: .6rem; }
.footer-contact i { color: #fff; margin-top: .2rem; }
.footer-contact a { color: #b3b3b3; }
.footer-contact a:hover { color: var(--red); }
.footer-bottom { background: #002863; padding: 1.1rem 0; font-size: .88rem; color: #8a8a8a; }
.footer-credit { color: var(--red); font-weight: 600; }

/* =========================================================
   FLOATING BUTTONS
   ========================================================= */
.float-btn {
  position: fixed; bottom: 24px; z-index: 1040; width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; color: #fff; font-size: 1.5rem; box-shadow: 0 8px 22px rgba(0,0,0,.28);
  transition: transform .3s var(--ease);
}
.float-btn:hover { transform: scale(1.1); color: #fff; }
.float-whatsapp { left: 24px; background: #25d366; animation: pulseGreen 2.2s infinite; }
.float-call { right: 24px; background: var(--red); animation: pulseRed 2.2s infinite; }
@keyframes pulseGreen { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
@keyframes pulseRed  { 0% { box-shadow: 0 0 0 0 rgba(0,0,161,.5); } 70% { box-shadow: 0 0 0 16px rgba(0,0,161,0); } 100% { box-shadow: 0 0 0 0 rgba(0,0,161,0); } }

.back-top {
  position: fixed; right: 24px; bottom: 90px; z-index: 1039; width: 46px; height: 46px; border-radius: 8px;
  border: none; background: var(--black); color: #fff; font-size: 1.2rem; box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(12px); transition: all .3s var(--ease);
}
.back-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-top:hover { background: var(--red); }

/* =========================================================
   REVEAL ANIMATION (JS-driven, single moment per element)
   ========================================================= */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991.98px) {
  .main-navbar .navbar-collapse {
    background: #fff; margin-top: .8rem; padding: 1rem; border-radius: 10px;
    box-shadow: var(--shadow-md); border-top: 3px solid var(--red);
  }
  .main-navbar .nav-link::after { display: none; }
  .main-navbar .nav-link { padding: .6rem .4rem !important; }
  .nav-cta { display: inline-block; margin-top: .5rem; }
  .dropdown-menu { box-shadow: none; border-top: none; padding-left: 1rem; }
  .hero-carousel .carousel-item { height: 72vh; min-height: 460px; }
  .about-badge { position: static; margin: 1.2rem auto 0; max-width: 100%; }
  .service-booking { text-align: center; }
  .btn-booking { margin: 1rem auto 0; }
}

@media (max-width: 767.98px) {
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 2.2rem; }
  .topbar { text-align: center; }
  .hero-carousel .carousel-caption { text-align: center; }
  .hero-btns { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-carousel .carousel-item { height: auto; min-height: 0; }
  .hero-carousel .carousel-item img { height: 62vh; min-height: 420px; }
  .product-group-head { justify-content: center; text-align: center; border-left: none; border-top: 4px solid var(--red); padding: .8rem 0 0; }
  .float-btn { width: 50px; height: 50px; font-size: 1.3rem; bottom: 18px; }
  .float-whatsapp { left: 16px; }
  .float-call { right: 16px; }
  .back-top { right: 16px; bottom: 78px; }
  .map-wrap iframe { height: 260px; }
}

@media (max-width: 575.98px) {
  .hero-title { font-size: 2.2rem; }
  .hero-btns .btn { flex: 1 1 auto; }
  .brand-text { font-size: 1.3rem; }
}

/* Accessibility: respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Visible keyboard focus */
a:focus-visible, button:focus-visible, .btn:focus-visible, .form-control:focus-visible, .form-select:focus-visible {
  outline: 3px solid rgba(0,0,161,.55); outline-offset: 2px;
}

/* =========================================================
   PAGE HERO (interior page banner) — added for multi-page build
   ========================================================= */
.page-hero {
  position: relative;
  background: linear-gradient(100deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .72) 45%, rgba(0, 20, 110, .6) 100%), url(bb.webp) center / cover no-repeat, #0d0d0d;
  color: #fff;
  padding: 3.4rem 0 3rem;
  overflow: hidden;
  border-bottom: 3px solid var(--red);
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 0, 161, .35), transparent 45%),
    repeating-linear-gradient(-45deg, rgba(255,255,255,.03) 0 2px, transparent 2px 12px);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .section-kicker { color: var(--red); }
.page-hero-title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700; letter-spacing: .5px;
  font-size: clamp(2rem, 5vw, 3rem);
  margin: .2rem 0 .6rem;
  text-transform: uppercase;
}
.page-breadcrumb {
  display: flex; flex-wrap: wrap; gap: .5rem; align-items: center;
  font-family: 'Rajdhani', sans-serif; font-weight: 600;
  font-size: .98rem; margin: 0;
}
.page-breadcrumb a { color: #d8d8d8; }
.page-breadcrumb a:hover { color: var(--red); }
.page-breadcrumb .sep { color: #666; }
.page-breadcrumb .current { color: var(--red); }

/* ---------- Product category cards (products.html) ---------- */
.cat-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  height: 100%;
  background: #000;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.cat-card img { width: 100%; height: 260px; object-fit: cover; opacity: .78; transition: opacity .35s var(--ease), transform .5s var(--ease); }
.cat-card:hover img { opacity: .55; transform: scale(1.05); }
.cat-card-body {
  position: absolute; inset: auto 0 0 0;
  padding: 1.4rem 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,.9) 20%, transparent);
  color: #fff;
}
.cat-card-body .product-count { position: static; display: inline-block; margin-bottom: .5rem; }
.cat-card-body h3 { color: #fff; font-size: 1.5rem; margin: 0 0 .3rem; text-transform: uppercase; }
.cat-card-body p { color: #cfcfcf; font-size: .95rem; margin: 0 0 .8rem; }
.cat-card-body .product-link { color: var(--red); font-weight: 700; }
.vs-hd{
	visibility:hidden
}
.cu-mb-15{
	margin-bottom:15px!important;
}
.cu-pb-0-srb{
	padding-bottom:0px!important
}
.cu-lg-wdth{
	width:120px
}
@media(max-width:767px)
{
	.cu-ds-nn{
	display:none!important
}
	.cu-lg-wdth{
	 width:100px 
}
}
@media(max-width:374px)
{

}
/* =========================================================
   ADDITIONS
   ========================================================= */

/* --- Products dropdown: open on hover (desktop) as well as click --- */
@media (min-width: 992px) {
  .main-navbar .nav-item.dropdown:hover > .dropdown-menu { display: block; margin-top: 0; }
  /* removes the hover gap so the menu doesn't flicker */
  .main-navbar .nav-item.dropdown > .dropdown-menu { margin-top: 0; }
}

/* --- Mission & Vision cards (About page) --- */
.mv-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 2.4rem 2rem; height: 100%; box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  position: relative; overflow: hidden;
}
.mv-card::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px;
  background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.mv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.mv-card:hover::before { transform: scaleX(1); }
.mv-icon {
  width: 66px; height: 66px; border-radius: 14px; display: grid; place-items: center;
  background: var(--red); color: #fff; font-size: 1.8rem; margin-bottom: 1.2rem; box-shadow: var(--shadow-red);
}
.mv-card h3 { font-size: 1.5rem; margin-bottom: .6rem; color: var(--ink); }
.mv-card p { color: var(--grey); margin: 0; }

/* --- Products intro split (image left / content right) --- */
.split-img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); object-fit: cover; }
.split-points { list-style: none; padding: 0; margin: 1.2rem 0 1.6rem; }
.split-points li { margin-bottom: .6rem; color: var(--grey); display: flex; align-items: center; gap: .55rem; }
.split-points li i { color: var(--red); font-size: 1.2rem; }

/* --- Contact Us page: white background (scoped to contact page only) --- */
.contact-white { background: #fff; color: var(--ink); }
.contact-white .section-title { color: var(--ink); }
.contact-white .section-sub { color: var(--grey); }
.contact-white .contact-line h4, .contact-white .contact-line h3 { color: var(--black); }
.contact-white .contact-line p,
.contact-white .contact-line a { color: #5a5a5a; }
.contact-white .contact-line a:hover { color: var(--red); }

/* --- Moving marquee band (homepage) --- */
.marquee-band { background: var(--red); padding: 16px 0; overflow: hidden; border-top: 2px solid var(--black); border-bottom: 2px solid var(--black); }
.marquee { overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; align-items: center; will-change: transform; }
.marquee-item {
  font-family: 'Rajdhani', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  color: #fff; font-size: 1.25rem; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 1.6rem; padding: 0 1.6rem;
}
.marquee-item i { color: #000; font-size: .7rem; }
.cu-pd-slt{
	color: var(--red);
	border: 1px solid;
    background: rgba(0, 0, 161, .08);
	text-align:center;
	border-radius:10px;
	margin-bottom: 0px;
}
.cu-pd-0{
	padding-top:0px!important
}
.cu-bder{
	border-bottom:1px solid #a59999
}
.cu-whte{
	color:#fff!important
}
@media (max-width: 575.98px){ .marquee-item { font-size: 1.05rem; } }

/* --- Inner page banner & category cards: readable accents on dark backgrounds --- */
.page-hero .section-kicker { color: #9db8ff; }
.page-hero .section-kicker::before { background: #9db8ff; }
.page-breadcrumb .current { color: #9db8ff; }
.cat-card-body .product-link { color: #9db8ff; }

/* --- Products dropdown caret --- */
.main-navbar .nav-caret { font-size: .72em; margin-left: .3rem; display: inline-block; vertical-align: middle; transition: transform .25s var(--ease); -webkit-text-stroke: .6px; }
.main-navbar .dropdown-toggle[aria-expanded="true"] .nav-caret { transform: rotate(180deg); }
@media (min-width: 992px) {
  .main-navbar .nav-item.dropdown:hover .nav-caret { transform: rotate(180deg); }
}

/* --- Service page: alternating image / content rows --- */
.svc-row + .svc-row { margin-top: 3.5rem; }
.svc-row-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border-bottom: 5px solid var(--red); }
.svc-row-img img { width: 100%; /*aspect-ratio: 4 / 3;*/ object-fit: cover; display: block; transition: transform .5s var(--ease); }
.svc-row:hover .svc-row-img img { transform: scale(1.05); }
.svc-row-num { display: inline-block; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 1px;
  color: #fff; background: var(--red); border-radius: 6px; padding: .15rem .65rem; margin-bottom: .8rem; }
.svc-row-title { font-size: clamp(1.6rem, 3vw, 2.1rem); text-transform: uppercase; color: var(--black); margin-bottom: .7rem; }
.svc-row-text { color: var(--grey); font-size: 1.05rem; margin-bottom: 1.4rem; }
@media (max-width: 991.98px) { .svc-row + .svc-row { margin-top: 2.5rem; } }

/* --- Service page: extra content in alternating rows --- */
.svc-row-text + .svc-row-text { margin-top: -.6rem; }
.svc-points { display: grid; grid-template-columns: 1fr 1fr; gap: .2rem 1.2rem; margin: 0 0 1.5rem; }
.svc-points li { margin-bottom: .35rem; align-items: flex-start; font-weight: 500; }
.svc-points li i { margin-top: .15rem; }
@media (max-width: 575.98px) { .svc-points { grid-template-columns: 1fr; } }
