﻿/* -------------------- NAVBAR -------------------- */

.main-navbar {
    background: #01b2aa;
    padding: 15px 0;
}

.logo-img {
    width: 120px;
    border-radius: 1px;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-left: 20px;
}

    .nav-link:hover {
        color: #00c3ff !important;
    }

.btn-quote {
    background: #00b4d8;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
}

    .btn-quote:hover {
        background: #0092b3;
    }

/* -------------------- FOOTER -------------------- */

.main-footer {
    background: #01b2aa;
    color: #bbb;
    padding: 50px 0 20px;
}

.footer-title {
    color: white;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.footer-text {
    line-height: 1.6;
    color:white;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        color: white;
        text-decoration: none;
    }

        .footer-links a:hover {
            color:darkblue;
        }

.footer-social a {
    color: #fff;
    margin-right: 12px;
    font-size: 20px;
}

.footer-bottom {
    text-align: center;
    padding-top: 2px;
    color: white;
    border-top: 1px solid #333;
}

/* Smooth scroll for anchor links */
html {
    scroll-behavior: smooth;
}
.navbar {
    background: #01b2aa;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 1px;
}

.navbar-nav .nav-link {
    color: rgba(255,255,255,0.9) !important;
    margin: 0 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .navbar-nav .nav-link:hover {
        color: #fff !important;
        transform: translateY(-2px);
    }


.btn-quote {
    background: #ff6b6b !important;
    color: #fff;
    border: none;
    padding: 11px 37px;
    margin-bottom: 10PX;
    left: -30px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-quote:hover {
        background: #ee5a52;
        transform: scale(1.05);
    }