 .navbar {
    min-height: 75px;
    background: #ffffff;
}


/* ==========================================
   LOGO
========================================== */

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-right: 30px;

    text-decoration: none !important;
}


/* Logo Image */

.awan-logo {
    width: 70px !important;
    height: 55px !important;

    object-fit: contain;
}


/* Awan Furniture Text */

.brand-name {
    color: #20252a;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 24px;
    font-weight: 600;

    white-space: nowrap;
}


/* ==========================================
   NAVIGATION
========================================== */

.navbar-nav {
    gap: 5px;
}

.navbar .nav-link {
    color: #222 !important;

    font-size: 16px;
    font-weight: 500;

    padding: 10px 12px !important;

    white-space: nowrap;

    transition: 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #8b5e34 !important;
}


/* ==========================================
   DROPDOWN
========================================== */

.dropdown-menu {
    border: none;

    border-radius: 8px;

    padding: 8px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.dropdown-item {
    padding: 10px 14px;

    border-radius: 5px;

    font-size: 14px;

    white-space: nowrap;
}

.dropdown-item:hover {
    background: #f5f1ed;

    color: #8b5e34;
}


/* ==========================================
   WHATSAPP
========================================== */

.whatsapp-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    background: #198754;

    color: #ffffff !important;

    text-decoration: none !important;

    padding: 10px 20px;

    border-radius: 7px;

    font-size: 16px;
    font-weight: 500;

    white-space: nowrap;

    transition: 0.3s ease;
}

.whatsapp-btn:hover {
    background: #157347;

    color: #ffffff !important;
}

.whatsapp-btn i {
    font-size: 20px;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {

    .navbar {
        min-height: 70px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .awan-logo {
        width: 60px !important;
        height: 50px !important;
    }

    .brand-name {
        font-size: 20px;
    }

    .navbar-collapse {
        padding: 15px 0;
    }

    .navbar-nav {
        gap: 0;
    }

    .navbar .nav-link {
        padding: 11px 5px !important;
    }

    .whatsapp-btn {
        width: 100%;
        margin-top: 10px;
    }

}

 /* ==========================================
   DROPDOWN
========================================== */

.dropdown-menu {
    border: none;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.dropdown-item {
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #f5f1ed;
    color: #8b5e34;
}


/* ==========================================
   WHATSAPP BUTTON
========================================== */

.navbar .btn-success {
    border: none;
    border-radius: 6px;
    font-weight: 500;
    padding: 10px 20px;
}

 .awan-footer {
        background: #20252a;
        color: #ffffff;
        padding-top: 70px;
    }


    /* Footer Headings */

    .awan-footer h4,
    .awan-footer h5 {
        color: #ffffff;
        margin-bottom: 22px;
    }

    .footer-logo {
        font-family: Georgia, "Times New Roman", serif;
        font-size: 27px;
    }


    /* Footer Paragraph */

    .awan-footer p {
        color: #c9c9c9;
        font-size: 14px;
        line-height: 1.8;
    }


    /* ================================
       FOOTER LINKS
    ================================= */

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #c9c9c9 !important;
        text-decoration: none !important;
        font-size: 14px;
        transition: 0.3s ease;
    }

    .footer-links a:hover {
        color: #a85b2b !important;
        padding-left: 5px;
    }


    /* ================================
       SOCIAL MEDIA
    ================================= */

    .footer-social {
        display: flex;
        gap: 10px;
        margin-top: 22px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;

        display: flex;
        align-items: center;
        justify-content: center;

        background: #2c3238;
        color: #ffffff !important;

        border-radius: 50%;

        text-decoration: none !important;

        transition: 0.3s ease;
    }

    .footer-social a:hover {
        background: #a85b2b;
        color: #ffffff !important;
        transform: translateY(-3px);
    }

    .footer-social i {
        font-size: 17px;
    }


    /* ================================
       LOCATION
    ================================= */

    .footer-location {
        display: flex;
        gap: 10px;
    }

    .footer-location i {
        color: #a85b2b;
        font-size: 18px;
    }


    /* ================================
       GOOGLE MAP BUTTON
    ================================= */

    .footer-map-btn {
        display: inline-flex;
        align-items: center;

        padding: 11px 18px;

        background: #a85b2b;

        color: #ffffff !important;

        text-decoration: none !important;

        border-radius: 5px;

        font-size: 14px;

        transition: 0.3s ease;

        margin-top: 5px;
    }

    .footer-map-btn:hover {
        background: #ffffff;
        color: #20252a !important;
    }


    /* ================================
       WHATSAPP BUTTON
    ================================= */

    .footer-whatsapp {
        display: inline-flex;
        align-items: center;

        padding: 11px 18px;

        margin-top: 12px;

        background: #198754;

        color: #ffffff !important;

        text-decoration: none !important;

        border-radius: 5px;

        font-size: 14px;

        transition: 0.3s ease;
    }

    .footer-whatsapp:hover {
        background: #146c43;
        color: #ffffff !important;
    }


    /* ================================
       FOOTER BOTTOM
    ================================= */

    .footer-bottom {
        margin-top: 60px;

        padding: 22px 0;

        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .footer-bottom p {
        margin: 0;
        font-size: 13px;
    }

    .footer-bottom a {
        color: #c9c9c9 !important;

        text-decoration: none !important;

        font-size: 13px;
    }

    .footer-bottom a:hover {
        color: #a85b2b !important;
    }


    /* ================================
       MOBILE
    ================================= */

    @media (max-width: 767px) {

        .awan-footer {
            padding-top: 50px;
        }

        .footer-bottom {
            margin-top: 40px;
            text-align: center;
        }

        .footer-bottom .text-md-end {
            margin-top: 10px;
            text-align: center !important;
        }

    }

 body {
     margin: 0;
     font-family: Arial, sans-serif;
     background: #f8f5f1;
     color: #20252a;
 }

 /* Contact Section */

 .contact-section {
     min-height: 80vh;
     display: flex;
     align-items: center;
     padding: 80px 0;
 }

 .contact-box {
     background: #ffffff;
     max-width: 850px;
     margin: auto;
     padding: 60px 50px;
     text-align: center;
     border-radius: 15px;
     box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
 }

 .contact-icon {
     width: 80px;
     height: 80px;
     margin: 0 auto 25px;

     display: flex;
     align-items: center;
     justify-content: center;

     background: #25D366;
     color: #ffffff;

     border-radius: 50%;
     font-size: 40px;
 }

 .contact-subtitle {
     color: #a85b2b;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: 3px;
     margin-bottom: 12px;
 }

 .contact-box h1 {
     font-family: Georgia, "Times New Roman", serif;
     font-size: 48px;
     margin-bottom: 20px;
 }

 .contact-box p {
     max-width: 650px;
     margin: 0 auto 30px;

     color: #666;
     font-size: 17px;
     line-height: 1.8;
 }

 /* WhatsApp Button */

 .whatsapp-btn {
     display: inline-flex;
     align-items: center;
     gap: 12px;

     padding: 15px 30px;

     background: #25D366;
     color: #ffffff !important;

     text-decoration: none !important;

     border-radius: 7px;

     font-size: 17px;
     font-weight: 600;

     transition: 0.3s ease;
 }

 .whatsapp-btn:hover {
     background: #1da851;
     transform: translateY(-3px);
     box-shadow: 0 10px 25px rgba(37, 211, 102, 0.25);
 }

 .whatsapp-btn i {
     font-size: 24px;
 }

 /* Small Text */

 .contact-note {
     margin-top: 25px;
     font-size: 14px !important;
     color: #888 !important;
 }

 /* Mobile */

 @media (max-width: 575px) {

     .contact-section {
         padding: 50px 15px;
     }

     .contact-box {
         padding: 45px 25px;
     }

     .contact-box h1 {
         font-size: 34px;
     }

     .contact-box p {
         font-size: 15px;
     }

     .whatsapp-btn {
         width: 100%;
         justify-content: center;
     }

 }