body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

/* Top Bar */
.top-bar {
    background: #1fa2d6;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.top-bar a {
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
}

/* Main Header */
.main-header {
    background: #f5f5f5;
    padding: 20px 0;
}

.logo h2 {
    margin: 0;
    font-weight: 700;
}

.logo span {
    color: #1fa2d6;
}

.header-info .info-box {
    margin-left: 40px;
    font-size: 14px;
}

/* Navbar */
.custom-navbar {
    background: #0f3b44;
}

.custom-navbar .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-right: 20px;
}

.quote-btn {
    background: #ffc107;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

/* Hero Section */
.hero-section {
    background: url('../images/hero.jpg') no-repeat center center/cover;
    height: 650px;
    position: relative;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content {
    color: #fff;
    max-width: 600px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
}

.hero-content p {
    margin: 20px 0;
}

.hero-buttons .btn {
    padding: 12px 30px;
    margin-right: 15px;
    font-weight: 600;
}
/* Features Section */
.features-section {
    background: #f8f9fa;
}

.feature-box {
    padding: 20px;
}

.feature-icon {
    font-size: 40px;
    color: #1fa2d6;
    margin-bottom: 15px;
}

/* Divider */
.section-divider {
    width: 80%;
    margin: 40px auto;
    opacity: 0.2;
}

/* Why Section */
.section-title {
    color: #1fa2d6;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-text {
    color: #666;
    margin-bottom: 20px;
}

.why-list {
    list-style: none;
    padding: 0;
}

.why-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.why-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #1fa2d6;
    font-weight: bold;
}
/* Services Section */
.services-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.section-title {
    color: #1fa2d6;
    font-weight: 600;
}

/* Service Box */
.service-box {
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.service-overlay {
    background: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    transition: 0.3s;
}

.service-box:hover .service-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.service-overlay h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.service-btn {
    background: #1fa2d6;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    width: fit-content;
    border-radius: 3px;
    transition: 0.3s;
}

.service-btn:hover {
    background: #138bb5;
}
/* How It Works Section */
.how-section {
    padding: 80px 0;
    background: #ffffff;
}

.how-img {
    border-radius: 5px;
}

.how-desc {
    color: #777;
    margin-bottom: 30px;
}

.how-item {
    display: flex;
    margin-bottom: 25px;
}

.how-icon {
    font-size: 28px;
    color: #1fa2d6;
    margin-right: 20px;
    min-width: 40px;
}

.how-item h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.how-item p {
    font-size: 14px;
    color: #666;
}
/* Testimonial Section */
.testimonial-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.testimonial-box {
    position: relative;
}

.quote-icon {
    font-size: 60px;
    color: #f4b400;
    line-height: 1;
    margin-bottom: 20px;
}

.testimonial-text {
    font-style: italic;
    color: #666;
    margin-bottom: 25px;
}

.client-name {
    color: #1fa2d6;
    font-weight: 600;
    margin-bottom: 5px;
}

.client-role {
    color: #888;
    font-size: 14px;
}

.testimonial-dots {
    margin-top: 25px;
}

.testimonial-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 8px;
}

.testimonial-dots span.active {
    background: #1fa2d6;
}

.testimonial-img {
    max-height: 420px;
}
/* CTA Section */
.cta-section {
    background: #1fa2d6;
    padding: 25px 0;
    color: #fff;
}

.cta-section h4 {
    margin: 0;
    font-weight: 500;
}

.cta-btn {
    background: #f4b400;
    color: #000;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px;
}

/* Footer */
.main-footer {
    background: #1c2733;
    color: #ccc;
    padding: 70px 0 0 0;
}

.footer-logo h3 {
    color: #fff;
}

.footer-logo span {
    color: #1fa2d6;
}

.footer-text {
    font-size: 14px;
    margin: 15px 0;
}

.social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #2c3e50;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 8px;
    border-radius: 50%;
    text-decoration: none;
}

.main-footer h5 {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 2px solid #1fa2d6;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-bottom {
    background: #16202a;
    padding: 20px 0;
    margin-top: 40px;
    color: #aaa;
    font-size: 14px;
}
/* Quote Form */
.quote-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.quote-card {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.quote-title {
    color: #1fa2d6;
    margin-bottom: 30px;
}

.step-title {
    margin-bottom: 20px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-navigation {
    margin-top: 20px;
    text-align: right;
}

.next-btn, .prev-btn, .submit-btn {
    background: #1fa2d6;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
}

.prev-btn {
    background: #777;
    margin-right: 10px;
}

.submit-btn {
    background: #28a745;
}

/* Progress Bar */
.progress-container {
    height: 6px;
    background: #eee;
    margin-bottom: 30px;
    border-radius: 4px;
}

.progress-bar {
    height: 6px;
    width: 33%;
    background: #1fa2d6;
    border-radius: 4px;
}
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}
.site-logo {
    height: 45px;
    width: auto;
}

.logo a {
    text-decoration: none;
}
.hero-section {
    position: relative;
    height: 600px;
    background: url('../images/hero-bg.jpg') center center / cover no-repeat;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.55); /* Dark overlay for readability */
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content {
    color: #fff;
    max-width: 650px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
}

.hero-content p {
    font-size: 18px;
    margin: 20px 0;
}
.service-box {
    position: relative;
    height: 300px;
    background-size: cover;      /* Important */
    background-position: center; /* Important */
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
}
.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.2),
        rgba(0,0,0,0.7)
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    color: #fff;
    transition: 0.3s;
}

.service-box:hover .service-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.85)
    );
}
.service-overlay h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.map-responsive {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.map-responsive iframe {
    width: 100%;
    height: 400px;
}
.service-detail-box h5 {
    font-weight: 600;
    color: #1fa2d6;
    margin-bottom: 15px;
}

.service-detail-box p {
    font-size: 14px;
}
.claim-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #d9534f;
    transition: 0.3s;
}

.claim-box a {
    text-decoration: none;
    font-weight: 600;
    color: #d9534f;
}

.claim-box:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.map-responsive {
    overflow: hidden;
    width: 100%;
}

.map-responsive iframe {
    width: 100%;
    height: 350px;
}
body {
    font-family: 'Poppins', sans-serif;
}

.top-bar {
    background: #1e90b6;
    color: #fff;
    font-size: 14px;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}

.main-header {
    background: #ffffff;
}

.custom-navbar {
    background: #0e4d64;
}

.custom-navbar .nav-link {
    color: #fff !important;
    margin-right: 15px;
}

.quote-btn {
    background: #ffc107;
    padding: 8px 18px;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.quote-btn:hover {
    background: #ffb300;
    color: #000;
}

/* MOBILE FIXES */
@media (max-width: 768px) {

.top-bar {
    text-align: center;
}

.main-header .row {
    text-align: center;
}

.quote-btn {
    display: block;
    margin-top: 10px;
    text-align: center;
}

}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
    color: #fff;
}

/* Mobile slightly smaller */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 24px;
        bottom: 20px;
        right: 20px;
    }
}

