/* =========================================
       Global Resets & Theme Transitions
    ========================================= */
    body {
      font-family: "Roboto", Arial, sans-serif;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      padding-top: 110px; /* Increased from 80px */
      background-color: #ffffff;
      color: #333333;
      transition: background-color 0.4s ease, color 0.4s ease; /* Smooth Dark Mode Transition */
    }

    a { text-decoration: none; }
    a:hover { text-decoration: none; }

  /* =========================================
    Navbar (Header) Styles
   ========================================= */
#header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: background-color 0.4s ease;
}
.header-container {
  width: 100%; max-width: 1400px;
  margin: 0 auto; padding: 0 40px;
  display: flex; justify-content: space-between; align-items: center;
}
/* You can leave these next two lines in case you ever want the text back, or delete them safely */
.logo-title {
  font-size: 24px; font-weight: 800; color: #000000;
  margin: 0; letter-spacing: -0.5px; transition: color 0.4s ease;
}
.logo-title span { color: #106eea; }

.main-nav ul { list-style: none; display: flex; margin: 0; padding: 0; align-items: center; }
.main-nav ul li { margin: 0 15px; }
.nav-link { color: #333333; font-size: 14px; font-weight: 500; padding: 8px 0; display: block; transition: color 0.3s; }
.nav-link.active { color: #106eea; border-bottom: 3px solid #106eea; }
.nav-link:hover { color: #106eea; }
.nav-btn-quote { background-color: #106eea; color: #ffffff; padding: 12px 30px; font-size: 15px; font-weight: 600; display: inline-block; transition: 0.3s ease; border-radius: 4px; }
.nav-btn-quote:hover { background-color: #0d58ba; color: #ffffff; }

/* --- IMAGE STYLING --- */
.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo-img {
  max-height: 80px; /* Keeps the logo cleanly inside the header */
  width: auto;
  display: block;
}


    /* =========================================
       Hero Section
    ========================================= */
    #hero { width: 100%; height: calc(100vh - 110px); /* Adjusted for new header height */ background-color: #ffffff; transition: background-color 0.4s ease; }
    .hero-container { display: flex; height: 100%; }
    .hero-left-pane { flex: 0 0 50%; display: flex; align-items: center; justify-content: center; padding: 0 5%; }
    .text-wrapper { max-width: 750px; width: 100%; } /* Increased from 650px */
    .hero-right-pane { flex: 0 0 50%; height: 100%; position: relative; }
    .hero-heading { font-size: 55px; /* Increased from 55px */ font-weight: 800; color: #000000; line-height: 1.25; margin-bottom: 30px; transition: color 0.4s ease; }
    .hero-subtext { font-size: 20px; /* Increased from 20px */ color: #555555; line-height: 1.8; margin-bottom: 45px; transition: color 0.4s ease; }
    .hero-buttons { display: flex; gap: 20px; margin-bottom: 60px; }
    .btn-solid-blue { background-color: #106eea; color: #ffffff; font-size: 16px; /* Increased from 13px */ font-weight: 700; padding: 16px 45px; /* Increased from 12px 35px */ text-transform: uppercase; letter-spacing: 1px; border: 1px solid #106eea; border-radius: 3px; transition: 0.3s;}
    .btn-solid-blue:hover { background-color: #0d58ba; color: #ffffff; }
    .btn-outline-black { background-color: transparent; color: #000000; font-size: 16px; /* Increased from 13px */ font-weight: 700; padding: 16px 45px; /* Increased from 12px 35px */ text-transform: uppercase; letter-spacing: 1px; border: 1px solid #000000; border-radius: 3px; transition: 0.3s;}
    .btn-outline-black:hover { background-color: #f8f9fa; color: #000000; }
    .secure-section { display: flex; align-items: center; }
    .secure-icon { font-size: 32px; /* Increased from 24px */ color: #106eea; margin-right: 15px; }
    .secure-text { font-size: 15px; /* Increased from 11px */ color: #333333; line-height: 1.4; margin: 0; transition: color 0.4s ease; }

    /* Carousel */
    .carousel, .carousel-inner, .carousel-item { height: 100%; }
    .slider-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); }
    .slider-caption { position: absolute; bottom: 100px; width: 100%; text-align: center; z-index: 10; }
    .slider-caption h5 { font-size: 26px; /* Increased from 18px */ font-weight: 700; color: #ffffff; letter-spacing: 6px; text-transform: uppercase; margin: 0; text-shadow: 2px 2px 8px rgba(0,0,0,0.6); }
    .custom-indicators { bottom: 30px; margin: 0; }
    .custom-indicators li { width: 45px; height: 5px; background-color: #ffffff; opacity: 0.5; border: none; margin: 0 5px; }
    .custom-indicators .active { opacity: 1; }

    /* =========================================
       Why Choose Us Section
    ========================================= */
    .why-us-section { background-color: #ffffff; padding: 80px 0; padding-bottom: 5px; /* Increased from 80px 0 */ transition: background-color 0.4s ease; }
    .section-header { margin-bottom: 60px; }
    .section-title { font-size: 48px; /* Increased from 36px */ font-weight: 700; color: #000000; margin-bottom: 20px; transition: color 0.4s ease; }
    .section-title .highlight { color: #106eea; }
    .section-subtitle { font-size: 20px; /* Increased from 16px */ color: #555555; font-weight: 400; transition: color 0.4s ease; }
    .feature-card { background-color: #ffffff; border: 1px solid #eaeaea; border-radius: 8px; padding: 50px 40px; /* Increased from 40px 30px */ text-align: center; transition: all 0.3s ease; height: 100%; box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02); }
    .feature-card:hover { box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08); transform: translateY(-5px); }
    .feature-card .icon-box { display: inline-flex; align-items: center; justify-content: center; width: 100px; height: 100px; /* Increased from 70px 70px */ background-color: #f4f7fb; border-radius: 12px; margin-bottom: 30px; transition: background-color 0.4s ease; }
    .feature-card .icon-box i { font-size: 50px; /* Increased from 32px */ color: #106eea; }
    .feature-card .feature-title { font-size: 28px; /* Increased from 20px */ font-weight: 700; color: #222222; margin-bottom: 20px; transition: color 0.4s ease; }
    .feature-card .feature-text { font-size: 18px; /* Increased from 14.5px */ color: #666666; line-height: 1.6; margin: 0; transition: color 0.4s ease; }

  
/* =========================================
   Products & Services Grid Section
========================================= */
.services-grid-section { 
    background-color: #ffffff; 
    padding: 20px 0; 
    transition: background-color 0.4s ease; 
}

.product-card { 
    background-color: #ffffff; 
    padding: 20px; /* Reduced from 30px for a more compact, medium layout */
    border: 1px solid #f0f0f0; 
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05); 
    text-align: center; 
    transition: all 0.3s ease; 
    height: 100%; 
    display: flex; 
    flex-direction: column; 
}

.product-card:hover { 
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12); 
    transform: translateY(-5px); 
}

/* Image height adjusted to 250px for a balanced medium size */
.product-card .card-img { 
    width: 100%; 
    height: 250px; /* Changed from 400px */
    object-fit: cover; 
    margin-bottom: 20px; 
    border-radius: 4px;
}

.product-card .card-title { 
    font-size: 22px; /* Reduced slightly from 26px to match the medium card */
    font-weight: 800; 
    color: #222222; 
    margin-bottom: 20px; 
    line-height: 1.4; 
    min-height: 60px; /* Reduced from 70px */
    transition: color 0.4s ease; 
}

.btn-quote { 
    display: block; 
    width: 100%; 
    background-color: #007BD6; 
    color: #ffffff; 
    font-size: 16px; 
    font-weight: 700; 
    padding: 15px; /* Slightly adjusted padding */
    border: none; 
    margin-bottom: 12px; 
    transition: 0.3s ease; 
    border-radius: 3px; 
}

.btn-quote:hover { 
    background-color: #0d58ba; 
    color: #ffffff; 
}

.btn-explore { 
    display: block; 
    width: 100%; 
    background-color: #ffffff; 
    color: #333333; 
    font-size: 14px; 
    font-weight: 600; 
    text-transform: uppercase; 
    padding: 15px; /* Slightly adjusted padding */
    border: 1px solid #dddddd; 
    transition: 0.3s ease; 
    margin-top: auto; 
    border-radius: 3px;
}

.btn-explore:hover { 
    background-color: #f9f9f9; 
    color: #000000; 
    border-color: #aaaaaa; 
}

.btn-view-all { 
    display: inline-block; 
    background-color: #000000; 
    color: #ffffff; 
    font-size: 16px; 
    font-weight: 700; 
    text-transform: uppercase; 
    padding: 16px 45px; 
    border-radius: 3px; 
    transition: 0.3s ease; 
}

.btn-view-all:hover { 
    background-color: #333333; 
    color: #ffffff; 
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2); 
}
    /* =========================================
       Call To Action (CTA) Section
    ========================================= */
    .cta-section { background-color: #ffffff; padding: 110px 0; /* Increased from 80px 0 */ border-top: 1px solid #f4f4f4; transition: background-color 0.4s ease; }
    .cta-heading { font-size: 48px; /* Increased from 36px */ font-weight: 800; color: #111111; margin-bottom: 25px; transition: color 0.4s ease;}
    .cta-highlight { background: linear-gradient(90deg, #00c6ff 0%, #8a2be2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .cta-subtext { font-size: 22px; /* Increased from 16px */ color: #666666; margin-bottom: 50px; transition: color 0.4s ease;}
    .cta-buttons { display: flex; justify-content: center; gap: 25px; }
    .btn-cta-primary { background-color: #26c6da; color: #ffffff; font-size: 18px; /* Increased from 15px */ font-weight: 600; padding: 16px 45px; /* Increased from 12px 35px */ border-radius: 6px; transition: all 0.3s ease; border: 1px solid #26c6da; }
    .btn-cta-primary:hover { background-color: #1eacc0; color: #ffffff; box-shadow: 0px 4px 15px rgba(38, 198, 218, 0.4); }
    .btn-cta-outline { background-color: transparent; color: #111111; font-size: 18px; /* Increased from 15px */ font-weight: 600; padding: 16px 45px; /* Increased from 12px 35px */ border-radius: 6px; transition: all 0.3s ease; border: 1px solid #333333; }
    .btn-cta-outline:hover { background-color: #111111; color: #ffffff; }

 /* =========================================
   NEW Dark Footer Section Styles
========================================= */
.footer-dark-section {
    background-color: #111111;
    color: #aaaaaa;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

/* Newsletter / CTA Banner */
.footer-newsletter {
    background: linear-gradient(90deg, #106eea 0%, #0d58ba 100%);
    padding: 35px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-newsletter h4 {
    font-weight: 700;
    font-size: 22px;
}

.footer-btn {
    background-color: #ffffff;
    color: #106eea;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.footer-btn:hover {
    background-color: #f8f9fa;
    color: #0d58ba;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-decoration: none;
}

/* Main Footer Content */
.footer-content {
    padding: 70px 15px 40px 15px;
}

.footer-logo-text {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.footer-logo-text span {
    color: #106eea;
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #106eea;
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.footer-desc {
    line-height: 1.8;
    font-size: 15px;
    color: #999999;
}

/* Footer Links */
.footer-dark-section .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-dark-section .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.footer-dark-section .footer-links ul li:last-child {
    border-bottom: none;
}

.footer-dark-section .footer-links ul i {
    color: #106eea;
    font-size: 18px;
    margin-right: 8px;
}

.footer-dark-section .footer-links ul a {
    color: #aaaaaa;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 15px;
}

.footer-dark-section .footer-links ul a:hover {
    color: #ffffff;
    padding-left: 6px; /* Smooth slide effect on hover */
}

/* Contact Info */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.contact-item i {
    font-size: 22px;
    color: #106eea;
    margin-right: 15px;
    margin-top: 2px;
}

.contact-item p {
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
    color: #aaaaaa;
}

.contact-item a {
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #106eea;
}

/* Social Links */
.social-links-dark {
    display: flex;
    gap: 12px;
}

.social-links-dark a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.05);
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links-dark a:hover {
    background-color: #106eea;
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(16, 110, 234, 0.4);
}

/* Footer Bottom Bar */
.footer-bottom-dark {
    background-color: #050505;
    padding: 22px 0;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-bottom-dark .copyright {
    color: #888888;
}

.footer-bottom-dark .copyright strong {
    color: #ffffff;
    font-weight: 500;
}

.footer-legal-links a {
    color: #888888;
    text-decoration: none;
    margin-left: 15px;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: #ffffff;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .footer-content {
        padding: 50px 15px 20px 15px;
    }
    .footer-legal-links {
        margin-top: 10px;
    }
    .footer-legal-links a {
        margin: 0 10px;
    }
}

    /* =========================================
       Floating Buttons (WhatsApp, Theme, Scroll)
    ========================================= */
    .floating-container {
      position: fixed;
      bottom: 30px;
      right: 30px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 9999;
    }
    .float-btn {
      width: 50px; height: 50px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 24px; color: #fff;
      border: none; cursor: pointer;
      box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
      transition: transform 0.3s ease, background-color 0.3s;
    }
    .float-btn:hover { transform: translateY(-4px); color: #fff; }
    
    .whatsapp-btn { background-color: #25D366; }
    .whatsapp-btn:hover { background-color: #20bd5a; }
    
    .theme-btn { background-color: #333333; }
    .theme-btn:hover { background-color: #111111; }
    
    .scroll-btn { background-color: #106eea; opacity: 0; visibility: hidden; transition: 0.4s ease; }
    .scroll-btn.show { opacity: 1; visibility: visible; }
    .scroll-btn:hover { background-color: #0d58ba; }
   
    /* Responsive */
    @media (max-width: 991px) {
      .hero-container { flex-direction: column; }
      .hero-left-pane, .hero-right-pane { flex: 0 0 100%; }
      .hero-left-pane { padding: 10% 5%; text-align: center; }
      .text-wrapper { margin: 0 auto; }
      .hero-buttons { justify-content: center; }
      .secure-section { justify-content: center; }
      .hero-right-pane { height: 50vh; }
      .main-nav { display: none; }
      .hero-heading { font-size: 52px; } /* Scaled up for mobile */
      .section-title { font-size: 38px; } /* Scaled up for mobile */
    }

    /* =========================================
   Responsive Navbar (Tablet & Mobile)
   ========================================= */

/* Hide mobile toggle on Desktop */
.mobile-toggle {
  display: none;
  font-size: 32px;
  cursor: pointer;
  color: #333;
}

/* Tablet and Mobile Views */
@media (max-width: 991px) {
  .header-container {
    padding: 0 20px;
  }
  
  /* Show hamburger menu */
  .mobile-toggle {
    display: block;
    order: 2; /* Pushes it to the right side */
  }

  /* Hide the get quote button to save space on mobile (optional) */
  .nav-button-wrapper {
    display: none; 
  }

  /* Restructure the navigation into a dropdown */
  .main-nav {
    position: absolute;
    top: 80px; /* Right below the header */
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    display: none; /* Hidden by default on mobile */
    border-top: 1px solid #f1f1f1;
    padding: 20px 0;
  }

  /* Class added by JavaScript to show the menu */
  .main-nav.active {
    display: flex; 
  }

  /* Stack navigation links vertically */
  .main-nav ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .main-nav ul li {
    margin: 12px 0;
  }

  .nav-link {
    padding: 10px 0;
    font-size: 16px;
  }

  /* Adjust active state for mobile (removes bottom border) */
  .nav-link.active {
    border-bottom: none;
    color: #106eea;
    font-weight: 700;
  }
}