/* ============================================================
   AAKARSH SECURITY SERVICES & FACILITY MANAGEMENT
   Custom stylesheet  |  Theme: #0b6297 (blue) + #e43134 (red)
   ============================================================ */

:root {
  --blue:       #0b6297;
  --blue-dark:  #084b74;
  --blue-deep:  #063a5a;
  --red:        #e43134;
  --red-dark:   #c31f22;
  --ink:        #172531;
  --muted:      #5c6b78;
  --white:      #ffffff;
  --soft:       #f2f7fb;
  --soft-2:     #e9f1f7;
  --line:       #dde7ef;

  --radius:     14px;
  --radius-sm:  10px;
  --shadow:     0 16px 40px rgba(11, 98, 151, 0.12);
  --shadow-sm:  0 6px 18px rgba(11, 98, 151, 0.10);
  --shadow-red: 0 10px 26px rgba(228, 49, 52, 0.28);

  --ff-head:    "Poppins", system-ui, sans-serif;
  --ff-body:    "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html, body { overflow-x: clip; scroll-behavior: smooth; }

body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 { font-family: var(--ff-head); color: var(--ink); font-weight: 700; line-height: 1.2; }

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

.section { padding: 90px 0; }
.section-soft { background: var(--soft); }
.container { position: relative; }

/* ---------- Section titles ---------- */
.sec-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.eyebrow {
  display: inline-block;
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
  position: relative;
  padding: 0 14px;
}
.eyebrow::before, .eyebrow::after {
  content: ""; position: absolute; top: 50%; width: 22px; height: 2px; background: var(--red); opacity: .5;
}
.eyebrow::before { left: -20px; } .eyebrow::after { right: -20px; }
.sec-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.sec-head h2 span { color: var(--blue); }
.sec-head p { color: var(--muted); margin-top: 12px; margin-bottom: 0; }

/* ---------- Buttons ---------- */
.btn { font-family: var(--ff-head); font-weight: 600; border-radius: var(--radius-sm); padding: 12px 26px; transition: all .22s ease; }
.btn-red { background: var(--red); color: #fff; border: 2px solid var(--red); }
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-red); }
.btn-blue { background: var(--blue); color: #fff; border: 2px solid var(--blue); }
.btn-blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7); }
.btn-outline-white:hover { background: #fff; color: var(--blue); border-color: #fff; transform: translateY(-2px); }
.btn-outline-blue { background: transparent; color: var(--blue); border: 2px solid var(--blue); }
.btn-outline-blue:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar { background: var(--blue-deep); color: #d7e6f1; font-size: 0.86rem; padding: 8px 0; }
.topbar a { color: #d7e6f1; }
.topbar a:hover { color: #fff; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar .tb-item i { color: var(--red); }
.topbar .tb-badge { background: var(--red); color: #fff; padding: 3px 12px; border-radius: 999px; font-weight: 600; font-size: 0.78rem; }

/* ============================================================
   HEADER / NAVBAR
   ============================================================ */
.navbar { background: #fff; box-shadow: 0 2px 16px rgba(11,98,151,.08); padding: 12px 0; }
.brand-logo { display: flex; align-items: center; gap: 12px; }
.brand-logo .brand-mark {
  width: 46px; height: 46px; border-radius: 10px; flex: 0 0 46px;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  display: grid; place-items: center; color: #fff; font-size: 1.4rem;
  box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
}
.brand-logo .brand-mark::after { content: ""; position: absolute; inset: 0; border-bottom: 4px solid var(--red); }
.brand-logo .brand-text { line-height: 1.05; }
.brand-logo .brand-text b { font-family: var(--ff-head); font-weight: 800; font-size: 1.35rem; color: var(--blue); letter-spacing: 0.02em; }
.brand-logo .brand-text small { display: block; font-size: 0.6rem; letter-spacing: 0.12em; color: var(--muted); text-transform: uppercase; font-weight: 600; }
.navbar .nav-link { font-family: var(--ff-head); font-weight: 500; color: var(--ink); margin: 0 3px; font-size: 0.95rem; position: relative; }
.navbar .nav-link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--blue); }
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: scaleX(1); }

/* ============================================================
   HERO CAROUSEL
   ============================================================ */
.hero-carousel .carousel-item { height: 88vh; min-height: 520px; max-height: 780px; }
.hero-carousel .hero-slide { height: 100%; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; }
.hero-carousel .hero-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,58,92,.92) 0%, rgba(6,58,92,.72) 45%, rgba(6,58,92,.30) 100%); }
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 660px; }
.hero-content .hero-tag { display: inline-block; background: var(--red); color: #fff; font-family: var(--ff-head); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; margin-bottom: 18px; }
.hero-content h1, .hero-content h2 { color: #fff; font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; margin-bottom: 16px; }
.hero-content h1 span, .hero-content h2 span { color: #ffd23f; }
.hero-content p { color: #dbe8f2; font-size: 1.08rem; margin-bottom: 28px; }
.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next { width: 6%; opacity: .8; z-index: 3; }
.hero-carousel .carousel-indicators { z-index: 3; }
.hero-carousel .carousel-indicators [data-bs-target] { width: 34px; height: 5px; border-radius: 3px; background: rgba(255,255,255,.6); }
.hero-carousel .carousel-indicators .active { background: var(--red); }

/* ============================================================
   ABOUT
   ============================================================ */
.about-img-wrap { position: relative; }
.about-img-wrap img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about-img-wrap .exp-badge {
  position: absolute; right: -14px; bottom: -22px; background: var(--red); color: #fff;
  border-radius: var(--radius); padding: 18px 22px; box-shadow: var(--shadow-red); text-align: center;
}
.about-img-wrap .exp-badge b { font-family: var(--ff-head); font-size: 2rem; display: block; line-height: 1; }
.about-img-wrap .exp-badge span { font-size: 0.78rem; letter-spacing: .04em; }
.about-content h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 16px; }
.about-content h2 span { color: var(--blue); }
.about-content .lead-line { color: var(--blue); font-weight: 600; font-family: var(--ff-head); margin-bottom: 14px; }
.about-content p { color: var(--muted); }
.sectors-title { font-family: var(--ff-head); font-weight: 600; color: var(--ink); margin: 22px 0 12px; font-size: 1.02rem; }
.sector-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.sector-chips span {
  background: var(--soft-2); color: var(--blue-dark); border: 1px solid var(--line);
  padding: 6px 14px; border-radius: 999px; font-size: 0.84rem; font-weight: 600; transition: all .2s ease;
}
.sector-chips span:hover { background: var(--blue); color: #fff; border-color: var(--blue); transform: translateY(-2px); }

/* ============================================================
   SECTORS WE SERVE (big section)
   ============================================================ */
.sectors-serve { background: var(--white); }
.sector-tile {
  position: relative; text-align: center; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 16px 26px; height: 100%; overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.sector-tile::before {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: linear-gradient(90deg, var(--blue), var(--red)); transform: scaleX(0);
  transform-origin: left; transition: transform .3s ease;
}
.sector-tile:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.sector-tile:hover::before { transform: scaleX(1); }
.sector-tile .st-icon {
  width: 70px; height: 70px; margin: 0 auto 16px; border-radius: 50%;
  background: var(--soft-2); color: var(--blue); display: grid; place-items: center;
  font-size: 1.9rem; transition: all .25s ease;
}
.sector-tile:hover .st-icon { background: var(--blue); color: #fff; transform: rotate(-6deg) scale(1.06); }
.sector-tile h4 { font-size: 1.02rem; margin: 0; color: var(--ink); font-weight: 600; }
.sector-tile--cta { background: linear-gradient(160deg, var(--blue), var(--blue-deep)); border-color: transparent; }
.sector-tile--cta .st-icon { background: rgba(255,255,255,.15); color: #fff; }
.sector-tile--cta h4 { color: #fff; }
.sector-tile--cta:hover .st-icon { background: rgba(255,255,255,.28); color: #fff; }

/* ============================================================
   SERVICES
   ============================================================ */
.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  height: 100%; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-card .sc-img { position: relative; overflow: hidden; /*aspect-ratio: 3 / 2; */}
.service-card .sc-img img { width: 100%; height: 100%; /*object-fit: cover;*/ transition: transform .5s ease; }
.service-card:hover .sc-img img { transform: scale(1.08); }
.service-card .sc-icon { position: absolute; left: 18px; bottom: -22px; width: 52px; height: 52px; border-radius: 12px; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 1.3rem; box-shadow: var(--shadow-red); }
.service-card .sc-body { padding: 34px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.service-card .sc-body h3 { font-size: 1.2rem; margin-bottom: 8px; }
.service-card .sc-body p { color: var(--muted); font-size: 0.94rem; margin-bottom: 18px; flex: 1; }
.service-card .sc-body .btn { align-self: flex-start; }

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-wrap { background: linear-gradient(160deg, var(--blue) 0%, var(--blue-deep) 100%); color: #fff; }
.why-wrap .eyebrow { color: #ffd23f; }
.why-wrap .eyebrow::before, .why-wrap .eyebrow::after { background: #ffd23f; }
.why-wrap .sec-head h2, .why-wrap .sec-head h2 span { color: #fff; }
.why-wrap .sec-head p { color: #cfe1ee; }
.why-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 28px 24px; height: 100%; transition: all .25s ease; }
.why-card:hover { background: rgba(255,255,255,.13); transform: translateY(-6px); }
.why-card .wc-icon { width: 58px; height: 58px; border-radius: 14px; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 1.5rem; margin-bottom: 18px; }
.why-card h4 { color: #fff; font-size: 1.12rem; margin-bottom: 8px; }
.why-card p { color: #cfe1ee; font-size: 0.92rem; margin: 0; }

/* ============================================================
   COUNTERS
   ============================================================ */
.counter-wrap { background: #fff; }
.counter-box { text-align: center; padding: 26px 14px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--soft); height: 100%; transition: all .25s ease; }
.counter-box:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.counter-box .cb-icon { color: var(--red); font-size: 2rem; margin-bottom: 10px; }
.counter-box .cb-num { font-family: var(--ff-head); font-weight: 800; font-size: clamp(2rem, 4vw, 2.9rem); color: var(--blue); line-height: 1; }
.counter-box .cb-num span { color: var(--red); }
.counter-box .cb-label { color: var(--muted); font-weight: 600; margin-top: 8px; font-size: 0.92rem; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.step-card { text-align: center; padding: 30px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); height: 100%; position: relative; transition: all .25s ease; }
.step-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); border-color: transparent; }
.step-card .step-no { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--ff-head); font-weight: 700; display: grid; place-items: center; box-shadow: var(--shadow-red); }
.step-card .step-ic { width: 66px; height: 66px; margin: 16px auto 16px; border-radius: 50%; background: var(--soft-2); color: var(--blue); display: grid; place-items: center; font-size: 1.7rem; }
.step-card h4 { font-size: 1.1rem; margin-bottom: 8px; }
.step-card p { color: var(--muted); font-size: 0.92rem; margin: 0; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-item { position: relative; border-radius: var(--radius-sm); overflow: hidden; cursor: pointer; box-shadow: var(--shadow-sm); }
.gallery-item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .5s ease; display: block; }
.gallery-item::after { content: "\F52A"; font-family: "bootstrap-icons"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 1.8rem; background: rgba(6,58,92,.55); opacity: 0; transition: opacity .3s ease;display:none!important }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover::after { opacity: 1; }
/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(4,30,48,.92); display: none; align-items: center; justify-content: center; z-index: 2000; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92%; max-height: 88%; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox .lb-close { position: absolute; top: 22px; right: 30px; color: #fff; font-size: 2.2rem; cursor: pointer; line-height: 1; background: none; border: none; }

/* ============================================================
   CERTIFICATIONS
   ============================================================ */
.cert-card { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: var(--radius-sm); padding: 18px 18px; height: 100%; transition: all .25s ease; }
.cert-card:hover { box-shadow: var(--shadow-sm); border-left-color: var(--red); transform: translateY(-4px); }
.cert-card .cert-ic { color: var(--red); font-size: 1.3rem; flex: 0 0 auto; margin-top: 2px; }
.cert-card h5 { font-size: 0.98rem; margin: 0 0 3px; }
.cert-card p { color: var(--muted); font-size: 0.86rem; margin: 0; word-break: break-word; }

/* ============================================================
   CLIENTS
   ============================================================ */
.client-marquee { overflow: hidden; white-space: nowrap; padding: 8px 0; margin-bottom: 40px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.client-marquee .cm-track { display: inline-block; will-change: transform; }
.client-marquee .cm-item { display: inline-flex; align-items: center; gap: 8px; margin: 0 14px; font-family: var(--ff-head); font-weight: 700; color: var(--blue); font-size: 1.05rem; }
.client-marquee .cm-item i { color: var(--red); font-size: .8rem; }
.client-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 16px; height: 100%; transition: all .2s ease; }
.client-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); border-color: var(--blue); }
.client-card .cc-name { font-family: var(--ff-head); font-weight: 600; color: var(--ink); font-size: 0.95rem; line-height: 1.3; display: flex; gap: 8px; }
.client-card .cc-name i { color: var(--red); margin-top: 3px; }
.client-card .cc-loc { color: var(--muted); font-size: 0.82rem; margin: 4px 0 0 22px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-wrap { background: var(--soft); }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm); text-align: center; max-width: 780px; margin: 0 auto; }
.testi-card .quote-ic { color: var(--red); font-size: 2.4rem; margin-bottom: 10px; }
.testi-card p { font-size: 1.1rem; color: var(--ink); font-style: italic; margin-bottom: 20px; }
.testi-card .stars { color: #ffc107; margin-bottom: 16px; }
.testi-card .who { display: flex; align-items: center; justify-content: center; gap: 14px; }
.testi-card .avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); color: #fff; font-family: var(--ff-head); font-weight: 700; display: grid; place-items: center; font-size: 1.1rem; }
.testi-card .who b { display: block; font-family: var(--ff-head); color: var(--ink); }
.testi-card .who small { color: var(--muted); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap .accordion-item { border: 1px solid var(--line); border-radius: var(--radius-sm) !important; margin-bottom: 14px; overflow: hidden; }
.faq-wrap .accordion-button { font-family: var(--ff-head); font-weight: 600; color: var(--blue-dark); box-shadow: none; padding: 18px 20px; }
.faq-wrap .accordion-button:not(.collapsed) { background: var(--soft); color: var(--blue); }
.faq-wrap .accordion-button:focus { box-shadow: 0 0 0 3px rgba(11,98,151,.2); }
.faq-wrap .accordion-button::after { background-size: 1rem; }
.faq-wrap .accordion-body { color: var(--muted); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-wrap { background: linear-gradient(160deg, var(--blue-deep) 0%, var(--blue) 100%); color: #fff; }
.contact-wrap .eyebrow { color: #ffd23f; }
.contact-wrap .eyebrow::before, .contact-wrap .eyebrow::after { background: #ffd23f; }
.contact-wrap .sec-head h2, .contact-wrap .sec-head h2 span { color: #fff; }
.contact-wrap .sec-head p { color: #cfe1ee; }
.contact-info-card { display: flex; gap: 16px; align-items: flex-start; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); padding: 20px 22px; margin-bottom: 16px; }
.contact-info-card .ci-ic { width: 48px; height: 48px; border-radius: 12px; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 1.3rem; flex: 0 0 48px; }
.contact-info-card h5 { color: #fff; font-size: 1rem; margin: 0 0 3px; }
.contact-info-card p, .contact-info-card a { color: #cfe1ee; margin: 0; font-size: 0.95rem; word-break: break-word; }
.contact-info-card a:hover { color: #fff; }
.contact-form { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.contact-form h3 { color: var(--ink); font-size: 1.4rem; margin-bottom: 6px; }
.contact-form p.cf-sub { color: var(--muted); margin-bottom: 20px; font-size: 0.92rem; }
.contact-form .form-control, .contact-form .form-select { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px; font-size: 0.95rem; }
.contact-form .form-control:focus, .contact-form .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,98,151,.12); }
.contact-form label { font-family: var(--ff-head); font-weight: 500; font-size: 0.86rem; color: var(--ink); margin-bottom: 5px; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 4px solid #fff; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 260px; border: 0; display: block; }

/* Book Your Service band */
.book-band { background: var(--red); color: #fff; border-radius: var(--radius); padding: 34px 36px; box-shadow: var(--shadow-red); }
.book-band h3 { color: #fff; font-size: clamp(1.4rem, 3vw, 2rem); margin: 0; }
.book-band p { color: #ffe3e3; margin: 6px 0 0; }
.book-band .btn { background: #fff; color: var(--red); border-color: #fff; }
.book-band .btn:hover { background: var(--blue-deep); color: #fff; border-color: var(--blue-deep); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #08283d; color: #a9c1d3; padding: 66px 0 0; }
.site-footer h5 { color: #fff; font-family: var(--ff-head); font-size: 1.05rem; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.site-footer h5::after { content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 3px; background: var(--red); border-radius: 2px; }
.site-footer p { font-size: 0.92rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; font-size: 0.92rem; }
.site-footer a { color: #a9c1d3; }
.site-footer a:hover { color: var(--red); padding-left: 4px; }
.site-footer .foot-brand b { font-family: var(--ff-head); font-weight: 800; font-size: 1.5rem; color: #fff; }
.site-footer .foot-contact li { display: flex; gap: 10px; }
.site-footer .foot-contact i { color: var(--red); margin-top: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 46px; padding: 20px 0; font-size: 0.85rem; }
.footer-bottom a { color: #fff; }

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
.float-btn { position: fixed; bottom: 24px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; z-index: 1050; box-shadow: 0 8px 24px rgba(0,0,0,.25); font-size: 1.6rem; }
.float-wa { left: 24px; background: #25d366; }
.float-call { right: 24px; background: var(--blue); }
.float-btn::before { content: ""; position: absolute; inset: 0; border-radius: 50%; z-index: -1; animation: fpulse 2s infinite; }
.float-wa::before { background: #25d366; }
.float-call::before { background: var(--blue); }
@keyframes fpulse { 0% { transform: scale(1); opacity: .55; } 70% { transform: scale(1.7); opacity: 0; } 100% { transform: scale(1.7); opacity: 0; } }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; } .reveal.d2 { transition-delay: .2s; } .reveal.d3 { transition-delay: .3s; }
.cu-lg-wdth{
	width:290px;
}
/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .section { padding: 64px 0; }
  .navbar-collapse { background: #fff; border-radius: 12px; padding: 14px; margin-top: 10px; box-shadow: var(--shadow-sm); }
  .navbar .nav-link::after { display: none; }
  .hero-carousel .carousel-item { height: auto; min-height: 460px; }
  .about-img-wrap { margin-bottom: 50px; }
}
@media (max-width: 767px) {
  .section { padding: 52px 0; }
  .sec-head { margin-bottom: 38px; }
  .topbar { font-size: 0.78rem; }
  .hero-content h1 { font-size: 1.7rem; }
  .hero-content p { font-size: 0.98rem; }
  .book-band { padding: 26px 22px; text-align: center; }
  .float-btn { width: 50px; height: 50px; bottom: 16px; font-size: 1.4rem; }
  .float-wa { left: 16px; } .float-call { right: 16px; }
  .about-img-wrap .exp-badge { right: 12px; bottom: -18px; padding: 14px 16px; }
}
@media(max-width:400px)
{
	.cu-lg-wdth{
	width:250px;
}
}
@media(max-width:374px)
{
	.cu-lg-wdth{
	width:220px;
}
}