/* ================================================================
   PREMIUM-THEME.CSS — Sai Nishita Safety Nets
   60-30-10 Color Rule: WHITE / GOLDEN YELLOW / DEEP BLACK
     60% → #FFFFFF  (White — backgrounds, cards, sections)
     30% → #FFD700  (Shining Yellow — accents, highlights, CTAs)
     10% → #111111  (Deep Black — text, header, footer, contrast)
   Designed by TechByHit.com
================================================================ */

/* ================================================================
   ROOT VARIABLES — OVERRIDE DARK THEME
================================================================ */
:root {
  --primary-color:    #FFFFFF;
  --secondary-color:  #FFD700;
  --accent-color:     #111111;

  /* Backgrounds */
  --primary-bg:       #FFFFFF;
  --secondary-bg:     #F8F8F8;
  --soft-bg:          #F8F8F8;

  /* Text */
  --text-main:        #111111;
  --text-muted:       #555555;
  --text-dim:         #888888;

  /* Yellow Scale */
  --yellow:           #FFD700;
  --yellow-hover:     #FFC300;
  --yellow-light:     rgba(255, 215, 0, 0.12);
  --yellow-glow:      rgba(255, 215, 0, 0.35);

  /* Borders & Shadows */
  --border-soft:      rgba(0, 0, 0, 0.10);
  --border-yellow:    rgba(255, 215, 0, 0.6);
  --shadow-soft:      0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-card:      0 8px 30px rgba(0, 0, 0, 0.08);
  --shadow-yellow:    0 8px 25px rgba(255, 215, 0, 0.35);

  /* Override dark-theme accent */
  --accent:           #FFD700;
  --accent-purple:    #FFC300;
  --glass-bg:         rgba(255, 255, 255, 0.9);
  --glass-bg-mid:     rgba(255, 255, 255, 0.95);
  --grad-accent:      linear-gradient(135deg, #FFD700 0%, #FFC300 100%);
  --shadow-btn:       0 8px 25px rgba(255, 215, 0, 0.35);
  --shadow-btn-hover: 0 12px 35px rgba(255, 215, 0, 0.5);
  --border-accent:    rgba(255, 215, 0, 0.6);
  --grad-hero-ov:     linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.10) 100%);
  --shadow-accent:    0 0 25px rgba(255, 215, 0, 0.3);
  --shadow-accent-lg: 0 0 45px rgba(255, 215, 0, 0.45);
}

/* ================================================================
   GLOBAL RESET — LIGHT MODE BASE
================================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: #FFFFFF;
  color: #111111;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: rgba(255, 215, 0, 0.35); color: #111111; }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #F8F8F8; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #FFD700, #FFC300);
  border-radius: 99px;
}

/* ================================================================
   TYPOGRAPHY OVERRIDES
================================================================ */
h1, h2, h3, h4, h5, h6 {
  color: #111111;
}

p { color: #555555; }

.section-title { color: #111111; }
.text-muted { color: #555555; }

/* Gradient text — gold */
.grad-text {
  background: linear-gradient(135deg, #FFD700, #FFC300) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Accent line under headings */
.accent-line {
  background: linear-gradient(90deg, #FFD700, #FFC300) !important;
}

/* Subtitle tag */
.subtitle-tag {
  color: #111111 !important;
  background: rgba(255, 215, 0, 0.15) !important;
  border: 1px solid rgba(255, 215, 0, 0.4) !important;
}

/* Premium label */
.premium-label {
  color: #111111 !important;
  background: rgba(255, 215, 0, 0.12) !important;
  border: 1px solid rgba(255, 215, 0, 0.35) !important;
}

.premium-label::before {
  background: #FFD700 !important;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.6) !important;
}

/* ================================================================
   TOP BAR
================================================================ */
.top-bar {
  background: #111111 !important;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2) !important;
}

.top-bar span,
.top-bar a { color: rgba(255, 255, 255, 0.8) !important; }

.top-bar i { color: #FFD700 !important; }

.top-bar a:hover { color: #FFD700 !important; }

.whatsapp-btn {
  background: linear-gradient(90deg, #25D366, #128C7E) !important;
  color: #fff !important;
}

/* ================================================================
   HEADER — WHITE, CLEAN, PREMIUM
================================================================ */
.main-header {
  background: #FFFFFF !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.main-header.scrolled {
  background: #FFFFFF !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12) !important;
  border-bottom-color: rgba(255, 215, 0, 0.3) !important;
}

/* Logo brand name */
.logo span {
  font-family: 'Outfit', 'Poppins', sans-serif !important;
  font-size: clamp(0.95rem, 1.5vw, 1.25rem) !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #111111 60%, #FFD700 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  white-space: nowrap !important;
}

/* Desktop Nav */
.desktop-nav a {
  color: #333333 !important;
  font-weight: 600 !important;
}

.desktop-nav a::after {
  background: #FFD700 !important;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #111111 !important;
}

.desktop-nav a.active { color: #111111 !important; }

/* Dropdown */
.dropdown-menu {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 3px solid #FFD700 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
}

.dropdown-menu li a { color: #555555 !important; }
.dropdown-menu li a:hover {
  color: #111111 !important;
  background: rgba(255, 215, 0, 0.08) !important;
}

/* Header CTA button */
.header-cta .btn,
.btn-glow {
  background: #FFD700 !important;
  color: #111111 !important;
  border: 2px solid #FFD700 !important;
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.35) !important;
}

.header-cta .btn:hover,
.btn-glow:hover {
  background: #FFC300 !important;
  border-color: #FFC300 !important;
  box-shadow: 0 8px 28px rgba(255, 215, 0, 0.5) !important;
  transform: translateY(-2px) !important;
}

/* Hamburger */
.hamburger {
  color: #111111 !important;
  background: rgba(255, 215, 0, 0.1) !important;
  border: 1px solid rgba(255, 215, 0, 0.4) !important;
}

.hamburger:hover {
  background: rgba(255, 215, 0, 0.2) !important;
  border-color: #FFD700 !important;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.3) !important;
  color: #111111 !important;
}

/* Mobile nav overlay */
.mobile-nav-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.mobile-nav-content {
  background: #FFFFFF !important;
  border-left: 3px solid #FFD700 !important;
}

.close-btn {
  color: #555555 !important;
  background: #F8F8F8 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.close-btn:hover { color: #111111 !important; border-color: #FFD700 !important; }

.mobile-nav-content a { color: #333333 !important; }

.mobile-nav-content a:hover {
  color: #111111 !important;
  background: rgba(255, 215, 0, 0.1) !important;
  border-color: rgba(255, 215, 0, 0.4) !important;
}

/* Mobile CTA button */
.mobile-cta .btn {
  background: #FFD700 !important;
  color: #111111 !important;
  border: 2px solid #FFD700 !important;
}

/* ================================================================
   BUTTONS — WHITE/YELLOW THEME
================================================================ */
.btn-primary {
  background: #FFD700 !important;
  color: #111111 !important;
  border: 2px solid #FFD700 !important;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.35) !important;
}

.btn-primary:hover {
  background: #FFC300 !important;
  border-color: #FFC300 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.5) !important;
  color: #111111 !important;
}

.btn-outline {
  background: transparent !important;
  color: #111111 !important;
  border: 2px solid #111111 !important;
  backdrop-filter: none !important;
}

.btn-outline:hover {
  background: #FFD700 !important;
  border-color: #FFD700 !important;
  color: #111111 !important;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4) !important;
  transform: translateY(-2px) !important;
}

.btn-text { color: #111111 !important; }
.btn-text:hover { color: #333333 !important; }

.btn-whatsapp-hero {
  background: linear-gradient(135deg, #25D366, #128C7E) !important;
  color: #FFFFFF !important;
  border: none !important;
}

/* Hero slide CTA hero buttons */
.slide-ctas .btn-primary {
  background: #FFD700 !important;
  color: #111111 !important;
  border: 2px solid #FFD700 !important;
}

.slide-ctas .btn-outline {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #111111 !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}

.slide-ctas .btn-outline:hover {
  background: #FFD700 !important;
  border-color: #FFD700 !important;
}

/* ================================================================
   HERO SECTION — CLEAN IMAGE-ONLY SLIDER (NO TEXT, NO OVERLAY)
================================================================ */

/* Reset hero height to use 16:9 aspect ratio */
.hero-slider.hero-clean {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}

/* Wrapper fills hero */
.hero-clean .slider-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}

/* Each slide — fill, no background-image */
.hero-clean .slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding: 0 !important;
  align-items: unset !important;
}

/* Remove ALL overlays from clean hero */
.hero-clean .slide::before,
.hero-clean .slide::after {
  display: none !important;
  content: none !important;
}

/* Hero image — fills entire slide, 16:9, no stretch */
.hero-clean .slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
  vertical-align: bottom;
}

/* Remove hero bottom gradient fade */
.hero-slider.hero-clean::after {
  display: none !important;
}

/* Dots — yellow on clean hero */
.hero-clean .slider-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hero-clean .slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  cursor: pointer;
  transition: all 0.35s ease;
}

.hero-clean .slider-dot.active {
  background: #FFD700;
  width: 28px;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

/* Arrow controls — clean white pill */
.hero-clean .slider-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #111111;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.hero-clean .slider-controls button:hover {
  background: #FFD700;
  border-color: #FFD700;
  color: #111111;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
  transform: translateY(-50%) scale(1.08);
}

.hero-clean .prev-slide { left: 18px; }
.hero-clean .next-slide { right: 18px; }

/* ── Mobile: hide arrows, keep 16:9 ratio ── */
@media (max-width: 768px) {
  .hero-slider.hero-clean {
    aspect-ratio: 16 / 9;
    min-height: unset !important;
    height: auto !important;
  }

  .hero-clean .slider-controls button {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }

  .hero-clean .prev-slide { left: 10px; }
  .hero-clean .next-slide { right: 10px; }
}

@media (max-width: 480px) {
  /* On very small screens, hide arrows to keep it clean */
  .hero-clean .slider-controls button {
    display: none;
  }
}

/* ================================================================
   LEAD FORM SECTION
================================================================ */
.lead-form-section { margin-top: -50px; }

.form-wrapper {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 3px solid #FFD700 !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1) !important;
}

.form-text h2 { color: #111111 !important; }
.form-text p { color: #555555 !important; }

.lead-form input,
.lead-form select {
  background: #F8F8F8 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #111111 !important;
}

.lead-form input::placeholder { color: #888888 !important; }

.lead-form input:focus,
.lead-form select:focus {
  border-color: #FFD700 !important;
  background: #FFFEF0 !important;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2) !important;
}

.lead-form select option { background: #FFFFFF !important; color: #111111 !important; }

/* ================================================================
   STATS SECTION
================================================================ */
.stats-section {
  background: #F8F8F8 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.stat-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
}

.stat-card:hover {
  border-color: rgba(255, 215, 0, 0.5) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 215, 0, 0.15) !important;
}

.stat-card::before {
  background: linear-gradient(90deg, #FFD700, #FFC300) !important;
}

.stat-card i {
  background: linear-gradient(135deg, #FFD700, #FFC300) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.stat-card h3 {
  background: linear-gradient(135deg, #111111, #333333) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-size: 2.8rem !important;
}

.stat-card span { color: #555555 !important; }

/* ================================================================
   SEO CHIPS
================================================================ */
.quick-links-section { background: #FFFFFF !important; }

.seo-chip {
  background: #F8F8F8 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #555555 !important;
}

.seo-chip:hover {
  background: rgba(255, 215, 0, 0.12) !important;
  color: #111111 !important;
  border-color: rgba(255, 215, 0, 0.5) !important;
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.2) !important;
}

/* ================================================================
   SERVICES SECTION — CLEAN WHITE CARDS
================================================================ */
.main-services {
  background: #F8F8F8 !important;
}

.main-services::before { display: none !important; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-top: 3px solid #FFD700 !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  backdrop-filter: none !important;
  transition: all 0.35s ease !important;
}

.service-card::after { display: none !important; }

.service-card:hover {
  transform: translateY(-10px) !important;
  border-color: rgba(255, 215, 0, 0.6) !important;
  border-top-color: #FFD700 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 215, 0, 0.3) !important;
}

.service-card-content h3 { color: #111111 !important; }
.service-card-content p { color: #555555 !important; }

.service-bullets li { color: #555555 !important; }
.service-bullets i { color: #FFD700 !important; }

.card-ctas { border-top: 1px solid rgba(0, 0, 0, 0.07) !important; }

.btn-outline-sm {
  color: #111111 !important;
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.btn-outline-sm:hover {
  background: #FFD700 !important;
  color: #111111 !important;
  border-color: #FFD700 !important;
}

.icon-call {
  background: rgba(255, 215, 0, 0.12) !important;
  border: 1px solid rgba(255, 215, 0, 0.3) !important;
  color: #111111 !important;
}

.icon-call:hover {
  background: #FFD700 !important;
  color: #111111 !important;
  box-shadow: 0 0 14px rgba(255, 215, 0, 0.5) !important;
}

/* Service icon badge */
.service-icon-badge {
  background: linear-gradient(135deg, #FFD700, #FFC300) !important;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4) !important;
}

.service-icon-badge i { color: #111111 !important; }

/* Learn more link */
.service-learn-btn { color: #111111 !important; font-weight: 700 !important; }

/* Quick action buttons */
.sqb-call {
  background: rgba(255, 215, 0, 0.12) !important;
  color: #111111 !important;
  border: 1px solid rgba(255, 215, 0, 0.35) !important;
}

.sqb-call:hover {
  background: #FFD700 !important;
  color: #111111 !important;
  box-shadow: 0 0 14px rgba(255, 215, 0, 0.5) !important;
}

/* ================================================================
   MATERIALS / SPECS SECTION
================================================================ */
.materials-section { background: #F8F8F8 !important; }

/* ================================================================
   BENEFITS SECTION
================================================================ */
.benefits-section { background: #FFFFFF !important; }

.benefit-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05) !important;
}

.benefit-card:hover {
  border-color: rgba(255, 215, 0, 0.5) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 215, 0, 0.2) !important;
  transform: translateY(-6px) !important;
}

.benefit-card i {
  color: #FFD700 !important;
  background: rgba(255, 215, 0, 0.1) !important;
  border: 1px solid rgba(255, 215, 0, 0.25) !important;
  border-radius: 12px !important;
  padding: 14px !important;
}

.benefit-card h3 { color: #111111 !important; }
.benefit-card p { color: #555555 !important; }

/* ================================================================
   WHY CHOOSE US / FEATURES SECTION
================================================================ */
.why-choose-section {
  background: #F8F8F8 !important;
}

.why-choose-section::before { display: none !important; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
}

.feature-card::before {
  background: linear-gradient(90deg, #FFD700, #FFC300) !important;
}

.feature-card:hover {
  border-color: rgba(255, 215, 0, 0.5) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 215, 0, 0.15) !important;
  background: #FFFEF5 !important;
}

.feature-icon {
  background: rgba(255, 215, 0, 0.12) !important;
  border: 1px solid rgba(255, 215, 0, 0.3) !important;
}

.feature-card:hover .feature-icon {
  background: rgba(255, 215, 0, 0.2) !important;
  box-shadow: 0 0 18px rgba(255, 215, 0, 0.3) !important;
}

.feature-icon i {
  background: linear-gradient(135deg, #FFD700, #FFC300) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.feature-card h3 { color: #111111 !important; }
.feature-card p { color: #555555 !important; }

/* ================================================================
   PROCESS / TIMELINE SECTION
================================================================ */
.process-section { background: #FFFFFF !important; }

.timeline-icon {
  background: rgba(255, 215, 0, 0.12) !important;
  border: 2px solid rgba(255, 215, 0, 0.4) !important;
}

.timeline-icon i {
  color: #FFD700 !important;
}

.timeline-item h3 { color: #111111 !important; }
.timeline-item p { color: #555555 !important; }

.timeline::before { background: linear-gradient(to bottom, #FFD700, #FFC300) !important; }

/* ================================================================
   PROJECTS / PORTFOLIO SECTION
================================================================ */
.projects-section { background: #F8F8F8 !important; }

.project-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
}

.project-card:hover {
  border-color: rgba(255, 215, 0, 0.5) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1) !important;
}

.project-tag {
  background: rgba(255, 215, 0, 0.15) !important;
  color: #111111 !important;
  border: 1px solid rgba(255, 215, 0, 0.4) !important;
}

/* ================================================================
   GALLERY SECTION
================================================================ */
.gallery-section { background: #F8F8F8 !important; }

.gallery-item::after {
  border: 1px solid rgba(255, 215, 0, 0) !important;
}

.gallery-item:hover::after {
  border-color: rgba(255, 215, 0, 0.6) !important;
}

.gallery-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%) !important;
}

/* ================================================================
   VIDEO / TESTIMONIALS SECTION
================================================================ */
.testimonials-section {
  background: #FFFFFF !important;
}

.testimonials-section::before {
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent) !important;
}

.testimonial-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
}

.testimonial-card:hover {
  border-color: rgba(255, 215, 0, 0.4) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1) !important;
}

.testimonial-card::before {
  color: #FFD700 !important;
  opacity: 0.4 !important;
}

.testimonial-text { color: #555555 !important; }

.testimonial-author {
  border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.author-avatar-placeholder {
  background: linear-gradient(135deg, #FFD700, #FFC300) !important;
  color: #111111 !important;
}

.author-info h4 { color: #111111 !important; }
.author-info span { color: #FFD700 !important; }

.author-avatar { border-color: rgba(255, 215, 0, 0.5) !important; }

/* ================================================================
   SOLUTIONS / QUICK CARDS
================================================================ */
.solutions-section { background: #F8F8F8 !important; }

.solution-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.solution-card:hover {
  border-color: rgba(255, 215, 0, 0.5) !important;
  background: #FFFEF5 !important;
}

.solution-card i { color: #FFD700 !important; }
.solution-card span { color: #111111 !important; }

/* ================================================================
   FAQ SECTION
================================================================ */
.faq-section { background: #FFFFFF !important; }

.accordion-item {
  background: #F8F8F8 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.accordion-item.active {
  border-color: rgba(255, 215, 0, 0.5) !important;
  background: #FFFEF5 !important;
}

.accordion-header { color: #111111 !important; }

.accordion-header i { color: #FFD700 !important; }

.accordion-content p { color: #555555 !important; }

/* ================================================================
   SEO CONTENT SECTION
================================================================ */
.seo-content-section { background: #F8F8F8 !important; }

.seo-article h2, .seo-article h3 { color: #111111 !important; }
.seo-article p { color: #555555 !important; }
.seo-article strong { color: #111111 !important; }

/* ================================================================
   BLOG SECTION
================================================================ */
.blog-preview-section { background: #FFFFFF !important; }

.blog-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
}

.blog-card:hover {
  border-color: rgba(255, 215, 0, 0.4) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1) !important;
}

.blog-date { color: #888888 !important; }
.blog-content h4 { color: #111111 !important; }
.blog-content p { color: #555555 !important; }
.btn-text { color: #111111 !important; }

/* ================================================================
   CONTACT SECTION
================================================================ */
.contact-section { background: #F8F8F8 !important; }

.contact-info {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: none !important;
}

.contact-info h2 { color: #111111 !important; }
.contact-info > p { color: #555555 !important; }

.contact-details li { color: #555555 !important; }

.contact-details li i {
  background: rgba(255, 215, 0, 0.12) !important;
  border: 1px solid rgba(255, 215, 0, 0.3) !important;
  color: #111111 !important;
}

.contact-details li a {
  color: #111111 !important;
  font-weight: 600 !important;
}

.contact-details li a:hover { color: #333333 !important; }

.map-placeholder {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.map-placeholder i { color: #FFD700 !important; }
.map-placeholder p { color: #888888 !important; }

/* Contact form fields */
.contact-form input,
.contact-form textarea,
.contact-form select {
  background: #F8F8F8 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #111111 !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #FFD700 !important;
  background: #FFFEF0 !important;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2) !important;
}

/* ================================================================
   CTA SECTION
================================================================ */
.cta-section { background: #111111 !important; }

.cta-inner {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 195, 0, 0.08) 100%) !important;
  border: 1px solid rgba(255, 215, 0, 0.3) !important;
}

.cta-inner::before {
  background: radial-gradient(ellipse, rgba(255, 215, 0, 0.15) 0%, transparent 70%) !important;
}

.cta-section .section-title,
.cta-section h2 { color: #FFFFFF !important; }

.cta-section > .cta-inner > p,
.cta-inner p { color: rgba(255, 255, 255, 0.8) !important; }

.cta-buttons .btn-outline {
  background: transparent !important;
  color: #FFFFFF !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.cta-buttons .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #FFFFFF !important;
}

/* ================================================================
   ABOUT SECTION
================================================================ */
.about-section {
  background: #FFFFFF !important;
}

.about-section::before { display: none !important; }

.about-badge {
  background: linear-gradient(135deg, #FFD700, #FFC300) !important;
  color: #111111 !important;
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4) !important;
}

.about-badge strong { color: #111111 !important; }
.about-badge span { color: rgba(0, 0, 0, 0.75) !important; }

.about-content > p { color: #555555 !important; }

.about-feature {
  background: #F8F8F8 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.about-feature:hover {
  border-color: rgba(255, 215, 0, 0.5) !important;
  background: #FFFEF5 !important;
}

.about-feature-icon {
  background: rgba(255, 215, 0, 0.12) !important;
}

.about-feature-icon i { color: #111111 !important; }

.about-feature-text h4 { color: #111111 !important; }
.about-feature-text p { color: #555555 !important; }

/* ================================================================
   FOOTER — DARK WITH YELLOW ACCENTS
================================================================ */
.main-footer {
  background: #111111 !important;
  background: linear-gradient(to bottom, #1a1a1a, #111111) !important;
  color: #FFFFFF !important;
  border-top: 3px solid #FFD700 !important;
}

.footer-brand-name {
  background: linear-gradient(135deg, #FFD700, #FFC300) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.footer-logo {
  filter: brightness(1) !important;
  opacity: 1 !important;
}

.footer-col p { color: rgba(255, 255, 255, 0.7) !important; }

.footer-working-hours {
  background: rgba(255, 215, 0, 0.08) !important;
  border: 1px solid rgba(255, 215, 0, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.footer-working-hours i { color: #FFD700 !important; }

.footer-col h4 {
  color: #FFFFFF !important;
}

.footer-col h4::after {
  background: linear-gradient(90deg, #FFD700, transparent) !important;
}

.footer-col ul a { color: rgba(255, 255, 255, 0.65) !important; }

.footer-col ul a:hover { color: #FFD700 !important; }

/* Contact list in footer */
.footer-contact-list li { color: rgba(255, 255, 255, 0.7) !important; }

.footer-contact-list i { color: #FFD700 !important; }

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500 !important;
}

.footer-contact-list a:hover { color: #FFD700 !important; }

.footer-locations { border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
.footer-locations p { color: rgba(255, 255, 255, 0.65) !important; }
.footer-locations i { color: #FFD700 !important; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-bottom p { color: rgba(255, 255, 255, 0.6) !important; }
.footer-bottom a { color: rgba(255, 255, 255, 0.65) !important; }
.footer-bottom a:hover { color: #FFD700 !important; }

.footer-bottom .text-accent { color: #FFD700 !important; }

/* ================================================================
   FLOATING BUTTONS
================================================================ */
.float-btn::before {
  background: #111111 !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  color: #FFFFFF !important;
}

.float-call {
  background: linear-gradient(135deg, #FFD700, #FFC300) !important;
  color: #111111 !important;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4) !important;
}

.float-call:hover {
  box-shadow: 0 8px 30px rgba(255, 215, 0, 0.6) !important;
}

.float-chatbot {
  background: #FFFFFF !important;
  border: 2px solid rgba(0, 0, 0, 0.12) !important;
  color: #111111 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.float-chatbot:hover {
  border-color: #FFD700 !important;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3) !important;
}

/* ================================================================
   GLASS CARD — LIGHT VERSION
================================================================ */
.glass-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: none !important;
}

.glass-card:hover {
  border-color: rgba(255, 215, 0, 0.5) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1) !important;
}

.glass-effect {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: none !important;
}

/* ================================================================
   SECTION BACKGROUNDS — ALTERNATING CLEAN PATTERN
================================================================ */
.bg-dark { background: #111111 !important; }
.bg-light { background: #F8F8F8 !important; }
.bg-primary { background: #FFFFFF !important; }
.bg-secondary { background: #F8F8F8 !important; }

/* ================================================================
   MATERIAL CARDS
================================================================ */
.material-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
}

.material-card:hover {
  border-color: rgba(255, 215, 0, 0.5) !important;
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1) !important;
}

.material-card h3 { color: #111111 !important; }
.material-card p { color: #555555 !important; }
.material-card i { color: #FFD700 !important; }

/* ================================================================
   VIDEO CARDS
================================================================ */
.video-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.video-card:hover {
  border-color: rgba(255, 215, 0, 0.5) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1) !important;
}

.play-btn {
  background: rgba(255, 215, 0, 0.92) !important;
  color: #111111 !important;
}

.play-btn:hover {
  background: #FFD700 !important;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.6) !important;
}

/* ================================================================
   MARQUEE / BRANDS SECTION
================================================================ */
.marquee-section { background: #F8F8F8 !important; }

/* ================================================================
   SECTION DIVIDER LINE
================================================================ */
.section-divider {
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.4), transparent) !important;
}

/* ================================================================
   REVEAL ANIMATIONS — kept working
================================================================ */
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-left.visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-right.visible { opacity: 1; transform: translateX(0); }

.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

/* ================================================================
   MOBILE RESPONSIVE OVERRIDES
================================================================ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .features-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 768px) {

  /* Hero */
  .hero-slider { height: auto !important; min-height: 680px !important; }

  .slide {
    align-items: flex-end !important;
    padding-bottom: 80px !important;
    padding-top: 100px !important;
  }

  .slide::before {
    background: linear-gradient(
      180deg,
      rgba(0,0,0,0.40) 0%,
      rgba(0,0,0,0.55) 55%,
      rgba(0,0,0,0.78) 100%
    ) !important;
  }

  .slide-content {
    padding: 0 18px !important;
    max-width: 100% !important;
  }

  .slide-content h1 { font-size: clamp(1.9rem, 8vw, 3rem) !important; }
  .slide-content p { font-size: 15px !important; }

  .slide-ctas {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .slide-ctas .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* Hero trust badges on mobile */
  .hero-trust-badges { display: none !important; }

  /* Services */
  .services-grid { grid-template-columns: 1fr !important; }

  /* Features */
  .features-grid { grid-template-columns: 1fr !important; }

  /* CTA */
  .cta-inner { padding: 48px 22px !important; }

  .cta-buttons {
    flex-direction: column !important;
    align-items: center !important;
  }

  .cta-buttons .btn {
    width: 100% !important;
    max-width: 320px !important;
    justify-content: center !important;
  }

  /* Footer columns */
  .footer-grid { grid-template-columns: 1fr !important; }

  .footer-bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 12px !important;
  }

  /* Floating buttons */
  .float-btn { width: 46px !important; height: 46px !important; font-size: 1.1rem !important; }
  .floating-buttons { right: 14px !important; bottom: 20px !important; }
}

@media (max-width: 480px) {
  .stat-card h3 { font-size: 2.2rem !important; }
  .logo span { font-size: 0.88rem !important; }
  .services-grid { grid-template-columns: 1fr !important; }
}

/* ================================================================
   SERVICE CARD — SINGLE IMAGE BLOCK
================================================================ */

/* Hide old 4-image grid completely */
.service-img-grid { display: none !important; }

/* Single image wrapper */
.service-img-single {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  position: relative;
  background: #F0F0F0;
}

.service-img-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.55s ease;
}

/* Hover zoom effect */
.service-card:hover .service-img-single img {
  transform: scale(1.06);
}

/* Yellow top border is on the card itself already */
/* Subtle yellow overlay shimmer on hover */
.service-img-single::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(255, 215, 0, 0.08) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover .service-img-single::after {
  opacity: 1;
}

/* Mobile — slightly shorter image */
@media (max-width: 768px) {
  .service-img-single {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .service-img-single {
    height: 180px;
  }
}
