/* Global Styles */
    body {
      font-family: 'Roboto', sans-serif;
      background: #f4f7fb;
      color: #333;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      line-height: 1.6;
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Montserrat', sans-serif;
      color: #007bff;
    }
    .container {
      max-width: 1200px;
      margin: 0 auto;
    }
    /* Navigation */
    header {
      background: #fff;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      position: sticky;
      top: 0;
      z-index: 999;
    }

    /* Offcanvas Menu Styles */
    #offcanvas-menu {
      position: fixed;
      top: 0;
      left: -250px;
      width: 250px;
      height: 100%;
      background: #fff;
      box-shadow: 2px 0 5px rgba(0,0,0,0.1);
      z-index: 1050;
      transition: left 0.3s ease;
      padding: 20px 15px;
    }
    #offcanvas-menu .offcanvas-logo {
      text-align: center;
      margin-bottom: 20px;
    }
    #offcanvas-menu .offcanvas-logo img {
      max-width: 150px;
    }
    #offcanvas-menu .offcanvas-cta {
      text-align: center;
      margin-bottom: 30px;
    }
    #offcanvas-menu .offcanvas-cta a {
      display: inline-block;
      background: #28a745;
      color: #fff;
      padding: 10px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.1rem;
      transition: background 0.3s ease;
    }
    #offcanvas-menu .offcanvas-cta a:hover {
      background: #218838;
    }
    #offcanvas-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    #offcanvas-menu ul li {
      padding: 15px 10px;
      border-bottom: 1px solid #f1f1f1;
    }
    #offcanvas-menu ul li a {
      text-decoration: none;
      color: #333;
      font-size: 1.1rem;
      display: block;
    }
    /* When Menu is Open */
    body.menu-open #offcanvas-menu {
      left: 0;
    }

    .navbar-brand {
      font-weight: 700;
      font-size: 1.8rem;
      color: #007bff;
      margin-left: 35px;
    }
    .navbar-nav .nav-link {
      font-size: 1.1rem;
      margin-right: 15px;
      color: #555;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #007bff;
    }
    /* Hero Section */
    .hero {
      background: url('../images/banner-1.jpg') no-repeat center center/cover;
      position: relative;
      padding: 120px 20px;
      text-align: center;
      color: #fff;
    }
    .hero::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      z-index: 1;
    }
    .hero-content {
      position: relative;
      z-index: 2;
    }
    .hero h1 {
      font-size: 2.8rem;
      margin-bottom: 20px;
      color: #fff;
    }
    .hero p {
      font-size: 1.6rem;
      margin-bottom: 30px;
    }
    .hero .btn {
      font-size: 1.2rem;
      padding: 15px 30px;
      border-radius: 50px;
      transition: background 0.3s ease, transform 0.3s ease;
    }
    .hero .btn:hover {
      background: #e6e6e6;
      transform: scale(1.05);
    }
    /* Services Section */
    .services {
      padding: 60px 20px;
    }
    .services h2 {
      margin-bottom: 40px;
      text-align: center;
      font-size: 2.4rem;
    }
    .service-card {
      background: #fff;
      border: none;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }
    .service-card:hover {
      transform: translateY(-5px);
    }
    .service-card img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      height: 250px;
      object-fit: cover;
    }
    .service-card .card-body {
      text-align: center;
    }
    .service-card .card-title {
      font-size: 1.6rem;
      margin-bottom: 10px;
    }
    .service-card .card-text {
      font-size: 1.1rem;
      margin-bottom: 15px;
    }
    /* Where We Serve Section */
    .where-we-serve {
      padding: 60px 20px;
      background: #fff;
      border-radius: 0px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
 
    }
    .where-we-serve h2 {
      margin-bottom: 30px;
      text-align: center;
      font-size: 2.4rem;
      color: #2C3E50;
    }
    .where-we-serve .row h4 {
      margin-bottom: 15px;
      font-size: 1.6rem;
      color: #2C3E50;
    }
    .where-we-serve ul {
      list-style: none;
      padding: 0;
      font-size: 1.1rem;
      color: #7F8C8D;
    }
    .where-we-serve ul li {
      margin-bottom: 8px;
    }
    .where-we-serve p {
      font-size: 1.1rem;
      color: #7F8C8D;
    }
    /* FAQ Section */
    .faq {
      padding: 60px 20px;
    }
    .faq h2 {
      margin-bottom: 40px;
      text-align: center;
      font-size: 2.4rem;
    }
    .faq .accordion-button {
      background: #f8f9fa;
      font-size: 1.1rem;
      font-weight: 500;
    }
    /* Pricing Section */
    .pricing {
      padding: 60px 20px;
      background: #f8f9fa;
      border-radius: 0px;
    }
    .pricing h2 {
      margin-bottom: 40px;
      text-align: center;
      font-size: 2.4rem;
    }
    .pricing .card {
      border: none;
      border-radius: 10px;
      transition: transform 0.3s;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .pricing .card:hover {
      transform: translateY(-5px);
    }
    .pricing .card-header {
      font-weight: 700;
      text-align: center;
      background: #007bff;
      color: #fff;
      padding: 15px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      font-size: 1.4rem;
    }
    .pricing .card-body {
      text-align: center;
    }
    .pricing .card-body ul {
      list-style: none;
      padding: 0;
      font-size: 1.1rem;
      margin-bottom: 15px;
    }
    .pricing .card-body li {
      padding: 5px 0;
    }
    /* Counters Section */
    .counters {
      padding: 60px 20px;
      text-align: center;
    }
    .counter {
      font-size: 3rem;
      font-weight: 700;
      color: #007bff;
    }
    .counter-label {
      font-size: 1.2rem;
      margin-top: 10px;
    }
    /* CTA Form – Call Only */
    .cta-form {
      background: linear-gradient(135deg, #6610f2, #6f42c1);
      color: #fff;
      padding: 60px 20px;
      border-radius: 0px;
      text-align: center;
    }
    .cta-form h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
    }
    .cta-form p {
      font-size: 1.2rem;
      margin-bottom: 30px;
    }
    .cta-form .form-control {
      border-radius: 50px;
      padding: 15px;
      font-size: 1.1rem;
      border: none;
      margin-bottom: 15px;
    }
    .cta-form .btn {
      font-size: 1.2rem;
      padding: 15px 30px;
      border-radius: 50px;
      transition: background 0.3s, transform 0.3s;
    }
    .cta-form .btn:hover {
      background: #e6e6e6;
      transform: scale(1.05);
    }
    /* SEO Content Block */
    .seo-content {
      padding: 40px 20px;
      background: #fff;        
      font-size: 1rem;
      line-height: 1.8;
      color: #555;
    }
    .seo-content h2 {
      font-size: 2rem;
      margin-bottom: 20px;
    }
    /* Footer */
    .footer {
      background: #343a40;
      color: #ccc;
      padding: 40px 20px;
      text-align: center;
    }
    .footer a {
      color: #ffc107;
      text-decoration: none;
    }
    /* Sticky Call Button */
    .sticky-call {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: linear-gradient(135deg, #dc3545, #e4606d);
      color: #fff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
      z-index: 1000;
      transition: transform 0.3s ease;
      animation: pulse 2s infinite;
    }
    .sticky-call:hover {
      transform: scale(1.1);
    }
    .sticky-call a {
      color: #fff;
      font-size: 1.8rem;
      text-decoration: none;
    }
    @keyframes pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.1); }
      100% { transform: scale(1); }
    }
    /* Call Widget Styling */
    .call-widget {
      padding: 40px;
      background: #007bff;
      color: #fff;
      border-radius: 0px;
      text-align: center;     
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .call-widget h2 {
      margin-bottom: 20px;
      font-size: 2.5rem;
      color: #FFFF;
    }
    .call-widget p {
      font-size: 1.2rem;
      margin-bottom: 20px;
    }
    .call-widget a {
      font-size: 1.5rem;
      color: #fff;
      text-decoration: none;
      background: #28a745;
      padding: 10px 20px;
      border-radius: 4px;
      transition: background 0.3s, transform 0.3s;
    }
    .call-widget a:hover {
      background: #218838;
      transform: translateY(-2px);
    }
    /* Additional Variations */
    .call-widget-alt {
      background: linear-gradient(135deg, #28a745, #218838);
    }
    .call-widget-sms {
      background: #17a2b8;
    }
    .call-widget-offer {
      background: linear-gradient(135deg, #6610f2, #6f42c1);
    }

        .footer-locations {
      margin-top: 20px;
      font-size: 0.9rem;
    }
    .footer-locations a {
      margin: 0 10px;
      color: #ffc107;
      text-decoration: none;
    }

    /* About Section */
    .about {
      padding: 60px 20px;
      background: #fff;
      text-align: center;
    }
    .about h1 {
      font-size: 2.6rem;
      margin-bottom: 20px;
    }
    .about h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: #555;
    }
    .about p {
      font-size: 1.2rem;
      color: #666;
      line-height: 1.8;
    }