/* ================================================
   VEDANSHI NETTING SOLUTION - style.css
================================================ */

:root {
  /* Vibrant colour theme */
  --teal: #0f9d8f;
  --teal-dark: #0a7a6f;
  --teal-light: #e6f7f4;
  --orange: #ff6b2c;
  --orange-dark: #e8551a;
  --orange-light: #fff0e8;
  --yellow: #ffc93c;
  --navy: #12303a;
  --ink: #1c2b30;
  --muted: #5c6f74;
  --white: #ffffff;
  --bg-soft: #f5faf9;
  --border: #e5ecec;

  --grad-brand: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
  --grad-accent: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
  --grad-hero: linear-gradient(120deg, rgba(18,48,58,.82) 0%, rgba(15,157,143,.55) 100%);

  --shadow-sm: 0 4px 14px rgba(18,48,58,.08);
  --shadow-md: 0 10px 30px rgba(18,48,58,.12);
  --shadow-lg: 0 20px 50px rgba(18,48,58,.16);

  --radius: 16px;
  --radius-sm: 10px;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-head: 'Poppins', system-ui, sans-serif;
  --trans: .35s cubic-bezier(.4,.2,.2,1);
}

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

html, body {
  overflow-x: clip;
}

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

h1, h2, h3, h4, h5, h6 { font-family: var(--font-head); font-weight: 700; line-height: 1.25; color: var(--navy); }
p { color: var(--muted); }
a { text-decoration: none; transition: var(--trans); }
img { max-width: 100%; }
section { position: relative; }

.section-pad { padding: 90px 0; }

/* ---------- Section heading ---------- */
.section-heading { margin-bottom: 46px; }
.section-heading .sub-title {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  background: var(--orange-light);
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.section-heading h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; }
.section-heading h2::after {
  content: ""; display: block; width: 70px; height: 4px;
  background: var(--grad-accent); border-radius: 4px; margin: 16px auto 0;
}
.section-heading.text-start h2::after { margin-left: 0; }
.section-heading p { max-width: 640px; margin: 16px auto 0; }
.section-heading.text-start p { margin-left: 0; }

/* ---------- Buttons ---------- */
.btn { font-family: var(--font-head); font-weight: 600; border-radius: 40px; padding: 11px 26px; transition: var(--trans); border: none; }
.btn i { margin-right: 6px; }
.btn-brand { background: var(--grad-brand); color: #fff; box-shadow: 0 8px 20px rgba(15,157,143,.32); }
.btn-brand:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 12px 26px rgba(15,157,143,.42); }
.btn-brand-soft { background: var(--teal-light); color: var(--teal-dark); padding: 9px 22px; }
.btn-brand-soft:hover { background: var(--grad-brand); color: #fff; transform: translateY(-3px); }
.btn-dark-brand { background: var(--navy); color: #fff; }
.btn-dark-brand:hover { background: var(--orange); color: #fff; transform: translateY(-3px); }
.btn-outline-light:hover { transform: translateY(-3px); }
.btn-light { color: var(--teal-dark); font-weight: 700; }
.btn-light:hover { transform: translateY(-3px); color: var(--orange-dark); }

/* ================= TOP BAR ================= */
.top-bar { background: var(--navy); color: #cfe4e2; font-size: .88rem; padding: 9px 0; }
.top-bar-info { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; }
.top-bar-info li { display: inline-flex; align-items: center; gap: 7px; }
.top-bar-info i { color: var(--yellow); }
.top-bar a { color: #cfe4e2; }
.top-bar a:hover { color: #fff; }
.top-bar-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%; color: #cfe4e2;
  background: rgba(255,255,255,.08); margin-left: 5px;
}
.top-bar-social a:hover { background: var(--orange); color: #fff; transform: translateY(-2px); }

/* ================= HEADER ================= */
.site-header { position: sticky; top: 0; z-index: 1030; background: #fff; box-shadow: var(--shadow-sm); transition: var(--trans); }
.site-header.scrolled { box-shadow: var(--shadow-md); }
.navbar { padding: 12px 0; }
.navbar-brand { display: flex; align-items: center; gap: 12px; }
.brand-icon {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--grad-brand); color: #fff; font-size: 1.35rem; box-shadow: 0 6px 14px rgba(15,157,143,.35);
}
.brand-text { font-family: var(--font-head); font-weight: 800; font-size: 1.35rem; color: var(--navy); line-height: 1; display: flex; flex-direction: column; }
.brand-text small { font-weight: 600; font-size: .62rem; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-top: 3px; }
.navbar-nav .nav-link { font-family: var(--font-head); font-weight: 600; color: var(--navy); margin: 0 4px; padding: 8px 12px; position: relative; }
.navbar-nav .nav-link::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px;
  background: var(--grad-accent); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: var(--trans);
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--teal); }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { transform: scaleX(1); }
.navbar-toggler { border: none; padding: 4px 8px; }
.navbar-toggler:focus { box-shadow: none; }

/* ================= HERO ================= */
.hero-section { position: relative; }
.hero-slide {
  height: 620px; background-size: cover; background-position: center; position: relative;
}
.hero-slide::after { content: ""; position: absolute; inset: 0; background: var(--grad-hero); }
.carousel-caption { top: 50%; bottom: auto; transform: translateY(-50%); text-align: left; right: 0; left: 0; }
.carousel-caption .container { max-width: 720px; margin: 0 auto; }
.hero-badge {
  display: inline-block; background: var(--orange); color: #fff; font-family: var(--font-head);
  font-weight: 600; font-size: .8rem; letter-spacing: 1px; text-transform: uppercase;
  padding: 7px 18px; border-radius: 30px; margin-bottom: 18px;
}
.carousel-caption h1 { color: #fff; font-size: clamp(1.9rem, 4.4vw, 3.3rem); font-weight: 800; margin-bottom: 16px; text-shadow: 0 4px 18px rgba(0,0,0,.35); }
.carousel-caption p { color: #eafaf8; font-size: 1.1rem; max-width: 560px; margin-bottom: 26px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.carousel-indicators [data-bs-target] { width: 12px; height: 12px; border-radius: 50%; border: 2px solid #fff; background: transparent; opacity: 1; }
.carousel-indicators .active { background: var(--orange); border-color: var(--orange); }
.carousel-control-prev, .carousel-control-next { width: 5%; opacity: .8; }

/* ================= HIGHLIGHT STRIP ================= */
.highlight-strip { margin-top: 70px; position: relative; z-index: 5; padding-bottom: 20px; }
.highlight-card {
  background: #fff; border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-md);
  display: flex; gap: 16px; align-items: flex-start; height: 100%; border-bottom: 4px solid transparent; transition: var(--trans);
}
.highlight-card:hover { transform: translateY(-8px); border-bottom-color: var(--orange); box-shadow: var(--shadow-lg); }
.hc-icon { flex-shrink: 0; width: 54px; height: 54px; border-radius: 14px; background: var(--teal-light); color: var(--teal); font-size: 1.5rem; display: grid; place-items: center; transition: var(--trans); }
.highlight-card:hover .hc-icon { background: var(--grad-accent); color: #fff; transform: rotate(-8deg) scale(1.05); }
.hc-body h3 { font-size: 1.1rem; margin-bottom: 5px; }
.hc-body p { font-size: .92rem; margin: 0; }

/* ================= MARQUEE ================= */
.marquee-section { background: var(--grad-brand); padding: 16px 0; overflow: hidden; }
.marquee { overflow: hidden; width: 100%; }
.marquee-track { display: inline-flex; white-space: nowrap; will-change: transform; }
.marquee-item {
  display: inline-flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-head);
  font-weight: 700; font-size: 1.25rem; padding: 0 40px; text-transform: uppercase; letter-spacing: .5px;
}
.marquee-item i { color: var(--yellow); font-size: 1rem; }

/* ================= ABOUT ================= */
.about-section { background: var(--bg-soft); }
.about-img { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img img { display: block; width: 100%; transition: .6s; }
.about-img:hover img { transform: scale(1.05); }
.about-exp {
  position: absolute; bottom: 22px; left: 22px; background: var(--grad-accent); color: #fff;
  padding: 16px 22px; border-radius: var(--radius-sm); box-shadow: var(--shadow-md); display: flex; flex-direction: column;
}
.about-exp .num { font-family: var(--font-head); font-weight: 800; font-size: 2.1rem; line-height: 1; }
.about-exp .txt { font-size: .82rem; font-weight: 600; }
.about-list { list-style: none; margin: 22px 0 26px; }
.about-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-weight: 500; color: var(--ink); }
.about-list i { color: var(--teal); font-size: 1.2rem; }

/* ================= SERVICES ================= */
.service-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
  height: 100%; transition: var(--trans); box-shadow: var(--shadow-sm);
}
.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-img { overflow: hidden; aspect-ratio: 7/5; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: .6s; }
.service-card:hover .service-img img { transform: scale(1.08); }
.service-body { padding: 24px; }
.service-body h3 { font-size: 1.3rem; margin-bottom: 10px; position: relative; padding-bottom: 12px; }
.service-body h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: var(--grad-accent); border-radius: 3px; }
.service-body p { font-size: .95rem; margin-bottom: 18px; }

/* ================= WHY CHOOSE ================= */
.why-section { background: var(--bg-soft); overflow: hidden; }
.why-bg-deco { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.why-bg-deco::before { content: ""; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(15,157,143,.10), transparent 70%); }
.why-bg-deco::after { content: ""; position: absolute; bottom: -100px; left: -60px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(255,107,44,.10), transparent 70%); }
.why-section .container { position: relative; z-index: 1; }
.why-card {
  background: #fff; border-radius: 20px; padding: 40px 30px 34px; height: 100%;
  box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
  transition: var(--trans); border: 1px solid var(--border); z-index: 1;
}
/* gradient fill sweeps up on hover */
.why-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--grad-brand); opacity: 0; transform: scale(.92);
  transition: var(--trans); border-radius: 20px;
}
.why-card:hover { transform: translateY(-10px); box-shadow: 0 24px 50px rgba(15,157,143,.28); border-color: transparent; }
.why-card:hover::before { opacity: 1; transform: scale(1); }
.why-num {
  position: absolute; top: 22px; right: 26px; font-family: var(--font-head);
  font-weight: 800; font-size: 3.1rem; line-height: 1; color: transparent;
  -webkit-text-stroke: 1.5px rgba(15,157,143,.20); transition: var(--trans);
}
.why-card:hover .why-num { -webkit-text-stroke: 1.5px rgba(255,255,255,.45); }
.why-icon {
  width: 68px; height: 68px; border-radius: 18px; position: relative;
  background: var(--teal-light); color: var(--teal); font-size: 1.8rem;
  display: grid; place-items: center; margin-bottom: 22px; transition: var(--trans);
}
.why-card:hover .why-icon { background: rgba(255,255,255,.18); color: #fff; transform: rotate(-8deg) scale(1.05); }
.why-card h3 { font-size: 1.25rem; margin-bottom: 10px; transition: var(--trans); }
.why-card p { font-size: .95rem; margin: 0 0 4px; transition: var(--trans); }
.why-card:hover h3, .why-card:hover p { color: #fff; }
.why-arrow {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--teal-light); color: var(--teal); font-size: 1.05rem; margin-top: 18px;
  opacity: 0; transform: translateX(-8px); transition: var(--trans);
}
.why-card:hover .why-arrow { opacity: 1; transform: translateX(0); background: #fff; color: var(--orange); }

/* ================= COUNTER ================= */
.counter-section { background: var(--navy); padding: 70px 0; position: relative; overflow: hidden; }
.counter-section::before { content: ""; position: absolute; top: -60px; right: -60px; width: 240px; height: 240px; border-radius: 50%; background: rgba(15,157,143,.25); }
.counter-section::after { content: ""; position: absolute; bottom: -80px; left: -40px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,107,44,.18); }
.counter-box { position: relative; z-index: 2; }
.counter-box i { font-size: 2.4rem; color: var(--yellow); margin-bottom: 12px; display: block; }
.counter-box .counter, .counter-box .plus { font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); color: #fff; }
.counter-box p { color: #b7d0cd; font-weight: 500; margin: 6px 0 0; }

/* ================= HOW IT WORKS ================= */
.work-step { text-align: center; padding: 34px 22px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); height: 100%; position: relative; transition: var(--trans); border: 1px solid var(--border); }
.work-step:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.step-num { position: absolute; top: 16px; left: 16px; width: 34px; height: 34px; border-radius: 50%; background: var(--grad-accent); color: #fff; font-family: var(--font-head); font-weight: 700; display: grid; place-items: center; font-size: .95rem; }
.step-icon { width: 78px; height: 78px; border-radius: 50%; margin: 0 auto 18px; background: var(--teal-light); color: var(--teal); font-size: 2rem; display: grid; place-items: center; transition: var(--trans); }
.work-step:hover .step-icon { background: var(--grad-brand); color: #fff; }
.work-step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.work-step p { font-size: .92rem; margin: 0; }

/* ================= GALLERY ================= */
.gallery-section { background: var(--bg-soft); }
.gallery-item { position: relative; border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 1/1; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .6s; }
.gallery-item:hover img { transform: scale(1.12); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,157,143,.85), rgba(18,48,58,.35)); display: grid; place-items: center; color: #fff; font-size: 1.8rem; opacity: 0; transition: var(--trans); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { transform: scale(.6); transition: var(--trans); }
.gallery-item:hover .gallery-overlay i { transform: scale(1); }

/* ================= BOOKING ================= */
.booking-section { padding: 40px 0 90px; }
.booking-inner { background: var(--grad-brand); border-radius: 24px; padding: 46px 44px; color: #fff; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.booking-inner::before { content: ""; position: absolute; top: -50px; right: -30px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.1); }
.booking-inner::after { content: ""; position: absolute; bottom: -70px; left: 30%; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,201,60,.15); }
.booking-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.16); padding: 6px 16px; border-radius: 30px; font-family: var(--font-head); font-weight: 600; font-size: .82rem; margin-bottom: 12px; }
.booking-inner h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; margin-bottom: 8px; }
.booking-inner p { color: #eafaf8; margin: 0; }
.booking-btns { display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 2; }

/* ================= TESTIMONIALS ================= */
.testimonial-slider { position: relative; overflow: hidden; padding: 6px 4px 4px; }
.testimonial-track { display: flex; will-change: transform; transition: transform .6s cubic-bezier(.4,.2,.2,1); }
.testimonial-slide { flex: 0 0 33.3333%; max-width: 33.3333%; padding: 12px; box-sizing: border-box; }
.testimonial-card { background: #fff; border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); height: 100%; position: relative; border: 1px solid var(--border); transition: var(--trans); }
.testimonial-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.quote-mark { position: absolute; top: 20px; right: 26px; font-size: 3rem; color: var(--teal-light); line-height: 1; }
.stars { color: var(--yellow); margin-bottom: 14px; font-size: .95rem; }
.testimonial-card p { font-size: .96rem; font-style: italic; color: var(--ink); margin-bottom: 22px; }
.t-author { display: flex; align-items: center; gap: 14px; }
.t-author img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--teal-light); }
.t-author h4 { font-size: 1rem; margin: 0; }
.t-author span { font-size: .85rem; color: var(--orange); font-weight: 600; }
/* slider nav */
.testimonial-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 30px; }
.t-arrow { width: 46px; height: 46px; border-radius: 50%; border: none; background: #fff; color: var(--teal); font-size: 1.2rem; box-shadow: var(--shadow-sm); display: grid; place-items: center; cursor: pointer; transition: var(--trans); }
.t-arrow:hover { background: var(--grad-brand); color: #fff; transform: translateY(-3px); box-shadow: var(--shadow-md); }
.t-dots { display: flex; gap: 9px; align-items: center; }
.t-dots button { width: 10px; height: 10px; border-radius: 50%; border: none; background: #cfe0dd; cursor: pointer; padding: 0; transition: var(--trans); }
.t-dots button.active { width: 30px; border-radius: 6px; background: var(--grad-accent); }

@media (max-width: 991.98px) {
  .testimonial-slide { flex-basis: 50%; max-width: 50%; }
}
@media (max-width: 575.98px) {
  .testimonial-slide { flex-basis: 100%; max-width: 100%; }
}

/* ================= FAQ ================= */
.faq-section { background: var(--bg-soft); }
/* left support card */
.faq-side {
  background: var(--grad-brand); color: #fff; border-radius: 22px; padding: 40px 32px;
  box-shadow: var(--shadow-md); position: relative; overflow: hidden; height: 100%;
  display: flex; flex-direction: column; align-items: flex-start;
}
.faq-side::after { content: ""; position: absolute; bottom: -70px; right: -50px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.08); }
.faq-side-icon { width: 64px; height: 64px; border-radius: 18px; background: rgba(255,255,255,.16); color: #fff; font-size: 2rem; display: grid; place-items: center; margin-bottom: 20px; }
.faq-side h3 { color: #fff; font-size: 1.55rem; font-weight: 800; margin-bottom: 12px; }
.faq-side p { color: #eafaf8; margin-bottom: 24px; }
.faq-side .btn { position: relative; z-index: 1; align-self: stretch; }
/* accordion */
.faq-section .accordion-item {
  border: 1px solid var(--border); border-radius: 14px !important; margin-bottom: 16px;
  overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; transition: var(--trans);
}
.faq-section .accordion-item:has(.accordion-button:not(.collapsed)) { box-shadow: var(--shadow-md); border-color: transparent; }
.faq-section .accordion-button {
  font-family: var(--font-head); font-weight: 600; font-size: 1.06rem; color: var(--navy);
  padding: 20px 22px; background: #fff; display: flex; align-items: center; gap: 14px;
}
.faq-num {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; display: inline-grid; place-items: center;
  background: var(--teal-light); color: var(--teal-dark); font-family: var(--font-head); font-weight: 700;
  font-size: .95rem; transition: var(--trans);
}
.faq-section .accordion-button:not(.collapsed) { color: var(--teal-dark); background: var(--teal-light); box-shadow: none; }
.faq-section .accordion-button:not(.collapsed) .faq-num { background: var(--grad-accent); color: #fff; }
.faq-section .accordion-button:focus { box-shadow: none; border: none; }
/* custom +/- toggle */
.faq-section .accordion-button::after {
  background-image: none; content: "\002B"; font-family: var(--font-head); font-weight: 700;
  font-size: 1.4rem; line-height: 1; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center; background: var(--teal-light); color: var(--teal-dark);
  transition: var(--trans); flex-shrink: 0;
}
.faq-section .accordion-button:not(.collapsed)::after { content: "\2212"; background: var(--orange); color: #fff; transform: none; }
.faq-section .accordion-body { padding: 4px 22px 22px 74px; color: var(--muted); }

@media (max-width: 575.98px) {
  .faq-section .accordion-body { padding-left: 22px; }
}

/* ================= CONTACT ================= */
.contact-info { background: var(--grad-brand); border-radius: var(--radius); padding: 34px 30px; height: 100%; color: #fff; }
.contact-box { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-box:last-child { border-bottom: none; }
.ci-icon { flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px; background: rgba(255,255,255,.15); color: #fff; font-size: 1.25rem; display: grid; place-items: center; }
.contact-box h4 { color: #fff; font-size: 1.02rem; margin-bottom: 3px; }
.contact-box a, .contact-box p { color: #eafaf8; margin: 0; word-break: break-word; }
.contact-box a:hover { color: var(--yellow); }
.contact-form { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm); }
.contact-form .form-control, .contact-form .form-select { border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 12px 16px; font-size: .95rem; }
.contact-form .form-control:focus, .contact-form .form-select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(15,157,143,.15); }
.form-msg { margin: 4px 0 0; font-weight: 600; font-family: var(--font-head); }
.form-msg.ok { color: var(--teal-dark); }
.form-msg.err { color: var(--orange-dark); }

/* ================= FOOTER ================= */
.site-footer { background: var(--navy); color: #b7d0cd; padding: 66px 0 0; }
.footer-brand .brand-text { color: #fff; }
.footer-brand p { color: #9fbbb8; margin: 18px 0 20px; font-size: .95rem; }
.footer-social a { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); color: #cfe4e2; margin-right: 8px; }
.footer-social a:hover { background: var(--orange); color: #fff; transform: translateY(-3px); }
.footer-title { color: #fff; font-size: 1.15rem; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
.footer-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; background: var(--grad-accent); border-radius: 3px; }
.footer-links, .footer-contact { list-style: none; }
.footer-links li { margin-bottom: 5px;padding-bottom:5px; border-bottom: 1px solid #ffffff94;}
.footer-links a { color: #9fbbb8; font-size: .94rem; }
.footer-links a:hover { color: var(--yellow); padding-left: 6px; }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 14px; font-size: .93rem; color: #9fbbb8; }
.footer-contact i { color: var(--orange); margin-top: 3px; }
.footer-contact a { color: #9fbbb8; }
.footer-contact a:hover { color: var(--yellow); }
.footer-bottom { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; text-align: center; }
.footer-bottom p { color: #8dabab; margin: 0; font-size: .9rem; }

/* ================= FLOATING ICONS ================= */
.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.6rem; box-shadow: var(--shadow-md);
}
.float-whatsapp { left: 24px; background: #25d366; animation: pulseWa 2s infinite; }
.float-call { right: 24px; background: var(--grad-accent); animation: pulseCall 2s infinite; }
.float-btn:hover { color: #fff; transform: scale(1.12); }
@keyframes pulseWa { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55); } 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 pulseCall { 0% { box-shadow: 0 0 0 0 rgba(255,107,44,.55); } 70% { box-shadow: 0 0 0 16px rgba(255,107,44,0); } 100% { box-shadow: 0 0 0 0 rgba(255,107,44,0); } }

.back-to-top {
  position: fixed; bottom: 90px; right: 24px; z-index: 1040; width: 46px; height: 46px; border-radius: 50%;
  border: none; background: var(--navy); color: #fff; font-size: 1.2rem; box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(12px); transition: var(--trans);
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--teal); transform: translateY(-3px); }

/* ================= SCROLL REVEAL ================= */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ================= RESPONSIVE ================= */
@media (max-width: 991.98px) {
  .site-header .navbar-collapse { background: #fff; margin-top: 12px; padding: 16px; border-radius: var(--radius-sm); box-shadow: var(--shadow-md); }
  .navbar-nav .nav-link { padding: 10px 12px; }
  .btn-brand.ms-lg-3 { margin-top: 10px; display: inline-block; }
  .hero-slide { height: 540px; }
  .highlight-strip { margin-top: -50px; }
  .booking-btns { flex-direction: row; flex-wrap: wrap; }
}
.cu-lg-wdth{
	width:270px;
}
.pd-lf-0{
	padding-left:0px!important;
}
#enu-st{
	font-family: var(--font-head);
    font-weight: 600;
    border-radius: 40px;
    padding: 11px 26px;
    transition: var(--trans);
    border: none;
	    background: var(--grad-brand);
    color: #fff;
    box-shadow: 0 8px 20px rgba(15, 157, 143, .32);
	display:block;
	width:100%;
}
@media (max-width: 767.98px) {
  .section-pad { padding: 62px 0; }
  .hero-slide { height: 500px; }
  .carousel-caption { text-align: center; }
  .hero-btns { justify-content: center; }
  .carousel-caption p { margin-left: auto; margin-right: auto; }
  .about-exp { left: 14px; bottom: 14px; padding: 12px 16px; }
  .about-exp .num { font-size: 1.7rem; }
  .marquee-item { font-size: 1.05rem; padding: 0 26px; }
  .booking-inner { padding: 34px 24px; }
  .booking-btns { justify-content: center; }
  .float-btn { width: 50px; height: 50px; font-size: 1.4rem; }
  .cu-ds-nn{
	  display:none!important
  }
}

@media (max-width: 575.98px) {
  .top-bar { text-align: center; }
  .top-bar-info { justify-content: center; }
  .hero-slide { height: 460px; }
  .carousel-caption h1 { font-size: 1.6rem; }
  .carousel-caption p { font-size: .98rem; }
  .hero-btns .btn { padding: 10px 20px; font-size: .92rem; }
}
@media(max-width:374px)
{
	.cu-lg-wdth{
	width:220px;
}
}
