   body,
   html {
       font-family: 'Poppins', sans-serif;
   }

   .main-header .navbar {
       background-color: #000;
   }

   .main-header .nav-link {
       color: #fff;
       transition: color 0.3s;
       font-weight: 500;
       font-size: 15px;
       text-transform: uppercase;
   }



   .main-header .nav-link:hover,
   .main-header .nav-link.active {
       color: #c40d0d;

   }


   .main-header .navbar-toggler-icon {
       filter: invert(1);
   }


   .main-header .btn-call {
       background-color: #fff;
       color: #000;
       border: none;
       font-weight: 500;
   }

   .main-header .btn-call:hover {
       background-color: #e0e0e0;
   }

   .main-header .btn-email {
       background-color: transparent;
       color: #fff;
       border: 1px solid #fff;
       font-weight: 500;
   }

   .main-header .btn-email:hover {
       background-color: #fff;
       color: #000;
   }


   @media (max-width: 991px) {
       .main-header .d-flex {
           margin-top: 15px;
       }
   }


   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
       font-family: 'Poppins', sans-serif;
       font-weight: 600;
   }

   p,
   li,
   a,
   span,
   button {
       font-family: 'Poppins', sans-serif;
   }

   .header-btn {
       background-color: #c40d0d;
       border: 1px solid #c40d0d;
       box-shadow: inset 0 0 0 #ffffff;
       color: #ffffff;
       border-radius: 5px;
       font-weight: 500;
       font-size: 16px;
       padding: 10px 20px;
       text-decoration: none;
   }

   .header-btn:hover {
       background-color: #ffffff;
       border: 1px solid #c40d0d;
       box-shadow: inset 0 70px 0 0 #ffffff;
       color: #c40d0d;
   }

   .header-btn-2 {
       background-color: #ffffff;
       border: 1px solid #201F1D;
       box-shadow: inset 0 0 0 #ffffff;
       color: #000;
       border-radius: 5px;
       font-weight: 500;
       font-size: 16px;
       padding: 10px 20px;
       text-align: center;
       text-decoration: none;
   }

   .header-btn-2:hover {
       background-color: #ffffff;
       border: 1px solid #201F1D;
       box-shadow: inset 0 70px 0 0 #ffffff;
       color: #201F1D;
   }

   /* Hover effect for button */
   .quote-form-wrapper button:hover {
       background-color: #0d8a7f;
   }

   /* Input focus effect */
   .quote-form-wrapper input:focus {
       outline: none;
       border-color: #1DB9AF;
       box-shadow: 0 0 5px rgba(29, 185, 175, 0.5);
   }

   /* Responsive: stack fields on small screens */
   @media (max-width: 768px) {
       .quote-form-wrapper div[style*="flex: 1 1 30%"] {
           flex: 1 1 100% !important;
       }

       .quote-form-wrapper div[style*="flex: 1 1 15%"] {
           flex: 1 1 100% !important;
           margin-top: 10px;
       }
   }


   .step-number {
       width: 60px;
       height: 60px;
       line-height: 60px;
       border-radius: 50%;
       background: linear-gradient(135deg, #ff416c, #ff4b2b);
       color: white;
       font-weight: 700;
       font-size: 24px;
       transition: transform 0.3s, box-shadow 0.3s;
   }

   .step-card:hover .step-number {
       transform: scale(1.2);
       box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
   }

   .step-card p {
       font-size: 16px;
       line-height: 1.6;
       margin-bottom: 0;
   }


   .icon-circle {
       width: 80px;
       height: 80px;
       border: 2px dashed #6c757d;
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       transition: transform 0.3s, box-shadow 0.3s;
   }

   .icon-circle:hover {
       transform: scale(1.2);
       box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
   }

   .contact-info-card {
       background: linear-gradient(135deg, #c40d0d, #084298);
       padding: 40px;
       border-radius: 18px;
       box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
   }

   .contact-info-card h3 {
       letter-spacing: 0.5px;
   }

   .info-item {
       display: flex;
       gap: 15px;
       align-items: flex-start;
       margin-bottom: 25px;
       color: #ffffff;
   }

   .info-item .material-icons {
       font-size: 28px;
       background: rgba(255, 255, 255, 0.15);
       padding: 10px;
       border-radius: 50%;
   }

   .info-item h6 {
       margin-bottom: 4px;
       font-weight: 600;
   }

   .info-item p {
       margin-bottom: 0;
       font-size: 15px;
       opacity: 0.9;
   }
   
   
   /* Mobile Call & WhatsApp Buttons */
.mobile-fixed-buttons {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
}

.mobile-fixed-buttons a {
    width: 45px;
    padding: 10px 10px 10px 18px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* Call Button */
.call-btn {
    background-color: #0d6efd;
}

/* WhatsApp Button */
.whatsapp-btn {
    background-color: #25d366;
}

/* Icon size */
.mobile-fixed-buttons i {
    font-size: 25px;
}

.footer-section {
    background-color: #223645;
    color: #ffffff;
    padding: 60px 0 20px;
    font-family: 'Poppins', sans-serif;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1DB9AF;
}

.footer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #d1d9e0;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #d1d9e0;
}

.footer-links a {
    text-decoration: none;
    color: #d1d9e0;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #1DB9AF;
    padding-left: 5px;
}

.footer-contact i {
    color: #1DB9AF;
    margin-right: 8px;
}

.footer-line {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 30px 0 15px;
}

.copyright {
    font-size: 14px;
    color: #cbd5df;
}

 