 

        body {
            margin: 0;
            font-family: Arial, sans-serif;
            background: #f8f5f1;
            color: #20252a;
        }


        /* ==============================
           OWNER HERO
        ============================== */

        .owner-section {
            padding: 100px 0;
        }


        .owner-card {
            background: #ffffff;
            border-radius: 18px;
            overflow: hidden;

            box-shadow: 0 15px 45px rgba(0,0,0,0.08);
        }


        /* ==============================
           OWNER IMAGE
        ============================== */

        .owner-image {
            height: 100%;
            min-height: 550px;
            background: #eee;
        }


        .owner-image img {
            width: 100%;
            height: 100%;

            min-height: 550px;

            object-fit: cover;
            display: block;
        }


        /* ==============================
           OWNER CONTENT
        ============================== */

        .owner-content {
            padding: 60px 55px;
        }


        .owner-subtitle {
            color: #a85b2b;

            font-size: 13px;
            font-weight: 700;

            letter-spacing: 3px;

            margin-bottom: 12px;
        }


        .owner-content h1 {
            font-family: Georgia, "Times New Roman", serif;

            font-size: 48px;
            font-weight: 700;

            margin-bottom: 8px;

            color: #20252a;
        }


        .owner-position {
            color: #a85b2b;

            font-size: 18px;
            font-weight: 600;

            margin-bottom: 25px;
        }


        .owner-content p {
            color: #666;

            font-size: 16px;
            line-height: 1.9;

            margin-bottom: 18px;
        }


        /* ==============================
           INFO BOXES
        ============================== */

        .owner-info {
            display: flex;
            gap: 15px;

            margin-top: 30px;
            margin-bottom: 30px;
        }


        .info-box {
            flex: 1;

            background: #f8f5f1;

            padding: 18px;

            border-left: 3px solid #a85b2b;
        }


        .info-box i {
            color: #a85b2b;

            font-size: 22px;

            margin-bottom: 8px;
        }


        .info-box strong {
            display: block;

            color: #20252a;

            font-size: 15px;
        }


        .info-box span {
            color: #777;

            font-size: 14px;
        }


        /* ==============================
           QUOTE
        ============================== */

        .owner-quote {
            margin-top: 25px;

            padding: 22px 25px;

            background: #20252a;

            color: #ffffff;

            border-radius: 8px;
        }


        .owner-quote i {
            color: #a85b2b;

            font-size: 25px;

            margin-right: 8px;
        }


        .owner-quote p {
            color: #ffffff;

            font-family: Georgia, "Times New Roman", serif;

            font-size: 17px;

            line-height: 1.7;

            margin: 0;
        }


        /* ==============================
           STORY SECTION
        ============================== */

        .owner-story {
            padding: 30px 0 100px;
        }


        .story-title {
            text-align: center;

            margin-bottom: 45px;
        }


        .story-subtitle {
            color: #a85b2b;

            font-size: 13px;
            font-weight: 700;

            letter-spacing: 3px;

            display: block;

            margin-bottom: 10px;
        }


        .story-title h2 {
            font-family: Georgia, "Times New Roman", serif;

            font-size: 42px;

            margin: 0;
        }


        .story-box {
            background: #ffffff;

            padding: 45px;

            border-radius: 12px;

            box-shadow: 0 10px 35px rgba(0,0,0,0.06);
        }


        .story-box p {
            color: #666;

            font-size: 16px;

            line-height: 1.9;

            margin-bottom: 18px;
        }


        /* ==============================
           MOBILE
        ============================== */

        @media (max-width: 991px) {

            .owner-section {
                padding: 60px 15px;
            }

            .owner-image,
            .owner-image img {
                min-height: 400px;
            }

            .owner-content {
                padding: 40px 30px;
            }

            .owner-content h1 {
                font-size: 38px;
            }

        }


        @media (max-width: 575px) {

            .owner-info {
                flex-direction: column;
            }

            .owner-content h1 {
                font-size: 32px;
            }

            .owner-content {
                padding: 35px 22px;
            }

            .story-box {
                padding: 30px 22px;
            }

        }
         .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;
        }

    }
    





 
