/* ===== Base ===== */
body {
  font-family: var(--font-family);
  color: var(--para-color);
  font-size: var(--para-size);
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 { color: var(--heading-color); font-weight: 700; font-family: var(--font-family); }
h2.section-title { font-size: calc(var(--heading-size) * 0.85); }
a { text-decoration: none; }
.btn-theme { background: var(--theme-color); color: #fff; border: none; font-weight: 600; padding: .6rem 1.4rem; border-radius: 4px; }
.btn-theme:hover { background: var(--theme-color2); color: #111; }
.btn-outline-theme { border: 1.5px solid var(--theme-color); color: var(--theme-color); font-weight: 600; padding: .55rem 1.3rem; border-radius: 4px; }
.btn-outline-theme:hover { background: var(--theme-color); color: #fff; }
.text-theme { color: var(--theme-color) !important; }
.bg-theme { background: var(--theme-color) !important; }
section { padding: 70px 0; }

/* ===== Top bar ===== */
.top-bar { background: var(--heading-color); color: rgba(255,255,255,.85); font-size: .85rem; }
.top-bar a { color: rgba(255,255,255,.85); }
.top-bar a:hover { color: var(--theme-color2); }
.social-icons a { color: #fff; margin-left: 10px; font-size: 1rem; }

/* ===== Header ===== */
.main-header { background: #fff; box-shadow: 0 2px 18px rgba(0,0,0,.06); z-index: 999; }
.navbar { padding: .5rem 0; }
.logo-desktop { width: var(--logo-width); height: auto; max-height: 70px; object-fit: contain; }
.logo-mobile { width: var(--mobile-logo-width); height: auto; max-height: 55px; object-fit: contain; }
.navbar-nav .nav-link { font-weight: 600; color: var(--heading-color); padding: .5rem 1rem !important; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--theme-color); }
.dropdown-menu { border: none; box-shadow: 0 10px 30px rgba(0,0,0,.12); border-radius: 8px; }
.dropdown-item:hover { background: var(--theme-color); color: #fff; }

/* ===== Hero / Slider ===== */
.hero-slide { position: relative; height: 90vh; min-height: 520px; background-size: cover; background-position: center; display: flex; align-items: center; }
.hero-slide::after { content:''; position:absolute; inset:0; background: linear-gradient(90deg, rgba(15,27,51,.82) 10%, rgba(15,27,51,.35) 70%); }
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 680px; }
.hero-content h1 { color: #fff; font-size: var(--heading-size); line-height: 1.15; }
.hero-content p { color: rgba(255,255,255,.85); font-size: 1.1rem; }
.hero-tag { letter-spacing: 2px; text-transform: uppercase; font-size: .8rem; color: var(--theme-color2); font-weight: 700; }
.carousel-indicators [data-bs-target] { background-color: #fff; }

/* ===== Numbered service blocks (Fresh Lime style) ===== */
.numbered-card { border: 1px solid #eee; border-radius: 10px; padding: 2rem; height: 100%; transition: .25s; background: #fff; }
.numbered-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,.08); transform: translateY(-6px); }
.numbered-card .num { font-size: .85rem; font-weight: 800; color: var(--theme-color2); letter-spacing: 2px; }
.numbered-card h3 { font-size: 1.15rem; margin: .5rem 0 .75rem; }
.numbered-card a.explore { font-weight: 700; color: var(--theme-color); }

/* ===== Stats ===== */
.stats-strip { background: var(--heading-color); color: #fff; }
.stats-strip .stat-num { font-size: 2.4rem; font-weight: 800; color: var(--theme-color2); }
.stats-strip .stat-label { font-size: .9rem; opacity: .85; }

/* ===== Cards (work / blogs / verticals) ===== */
.grid-card { border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 6px 24px rgba(0,0,0,.06); transition: .25s; height: 100%; }
.grid-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(0,0,0,.12); }
.grid-card img { width: 100%; height: 210px; object-fit: cover; }
.grid-card .body { padding: 1.2rem; }
.grid-card .cat-tag { font-size: .72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--theme-color); font-weight: 700; }

/* ===== Client logos ===== */
.client-logo { max-height: 50px; filter: grayscale(100%); opacity: .7; transition: .2s; }
.client-logo:hover { filter: none; opacity: 1; }

/* ===== Testimonials ===== */
.testimonial-card { background: #fff; border-radius: 12px; padding: 2rem; box-shadow: 0 8px 26px rgba(0,0,0,.07); height: 100%; }
.testimonial-card .stars { color: var(--theme-color2); }
.testimonial-card img { width: 55px; height: 55px; object-fit: cover; border-radius: 50%; }

/* ===== CTA banner ===== */
.cta-banner { background: linear-gradient(120deg, var(--theme-color), var(--heading-color)); color: #fff; border-radius: 16px; padding: 3rem; }
.cta-banner h2 { color: #fff; }

/* ===== FAQ ===== */
.accordion-button:not(.collapsed) { background: var(--theme-color); color: #fff; }
.accordion-button:focus { box-shadow: none; }

/* ===== Footer ===== */
.site-footer { background: var(--heading-color); color: rgba(255,255,255,.75); }
.footer-logo { max-height: 55px; }
.footer-heading { color: #fff; font-weight: 700; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .6rem; font-size: .92rem; }
.footer-links a { color: rgba(255,255,255,.75); }
.footer-links a:hover { color: var(--theme-color2); }
.footer-social a { display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border:1px solid rgba(255,255,255,.25); border-radius:50%; color:#fff; margin-right:8px; }
.footer-social a:hover { background: var(--theme-color2); border-color: var(--theme-color2); color:#111; }
.footer-bottom { background: rgba(0,0,0,.2); color: rgba(255,255,255,.6); }

/* ===== Floating buttons ===== */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; background: #25d366; color: #fff; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 6px 20px rgba(0,0,0,.25); z-index: 1000; }
.back-to-top { position: fixed; bottom: 24px; right: 90px; background: var(--theme-color); color: #fff; width: 44px; height: 44px; border-radius: 50%; display: none; align-items: center; justify-content: center; z-index: 1000; }
.back-to-top.show { display: flex; }

/* ===== Page banner (inner pages) ===== */
.page-banner { background: var(--heading-color); color: #fff; padding: 90px 0 60px; text-align: center; }
.page-banner h1 { color: #fff; font-size: calc(var(--heading-size) * 0.8); }
.breadcrumb-nav a { color: rgba(255,255,255,.7); }
.breadcrumb-nav .bi { margin: 0 6px; }

@media (max-width: 991px) {
  .hero-slide { height: 70vh; }
  section { padding: 45px 0; }
}
