/* =====================================================
   AWAN FURNITURE - ABOUT PAGE
===================================================== */


/* =====================================================
   BRAND NAME
===================================================== */

.awan-brand-name {
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 600;
}


/* =====================================================
   ABOUT HERO
===================================================== */

.about-hero {
    padding: 110px 0;
    background: #f8f5f1;
}

.about-hero-subtitle {
    display: inline-block;
    color: #a85b2b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.about-hero h1 {
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-hero h1 span {
    display: block;
    color: #a85b2b;
}

.about-hero p {
    max-width: 650px;
    color: #666;
    font-size: 17px;
    line-height: 1.8;
}


/* Hero Box */

.about-hero-box {
    padding: 45px 35px;
    background: #ffffff;
    border-left: 4px solid #a85b2b;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.about-hero-box > i {
    color: #a85b2b;
    font-size: 42px;
    margin-bottom: 20px;
}

.about-hero-box h3 {
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    margin-bottom: 15px;
}

.about-hero-box p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}


/* =====================================================
   OUR STORY
===================================================== */

.about-story {
    padding: 110px 0;
    background: #ffffff;
}

.about-story-image {
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.about-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.about-section-subtitle {
    color: #a85b2b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
}

.about-line {
    width: 65px;
    height: 2px;
    background: #a85b2b;
    margin: 18px 0 25px;
}

.about-story h2,
.about-why h2 {
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-story h2 span,
.about-why h2 span {
    display: block;
    color: #a85b2b;
}

.about-story p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}


/* Mini Features */

.about-mini-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 30px;
}

.about-mini-features div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444;
    font-size: 14px;
}

.about-mini-features i {
    color: #a85b2b;
    font-size: 18px;
}


/* =====================================================
   WHAT WE OFFER
===================================================== */

.about-offer {
    padding: 110px 0;
    background: #faf8f5;
}

.about-heading {
    max-width: 750px;
    margin: 0 auto 60px;
}

.about-heading span {
    color: #a85b2b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
}

.about-heading h2 {
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 600;
    margin: 15px 0;
}

.about-heading p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}


/* Offer Card */

.about-offer-card {
    height: 100%;
    padding: 38px 30px;
    background: #ffffff;
    border: 1px solid #eee;
    transition: .35s ease;
}

.about-offer-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(0,0,0,.09);
}

.offer-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a85b2b;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 22px;
}

.offer-icon i {
    font-size: 25px;
}

.about-offer-card h3 {
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    margin-bottom: 13px;
}

.about-offer-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}


/* =====================================================
   WHY AWAN
===================================================== */

.about-why {
    padding: 110px 0;
    background: #ffffff;
}

.about-why > .container > .row > .col-lg-5 > p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}


/* Why Cards */

.why-about-card {
    height: 100%;
    padding: 30px 25px;
    background: #faf8f5;
    border: 1px solid #eee;
    transition: .35s ease;
}

.why-about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,.08);
}

.why-about-card > i {
    color: #a85b2b;
    font-size: 35px;
    margin-bottom: 18px;
}

.why-about-card h3 {
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.why-about-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}


/* =====================================================
   STATS
===================================================== */

.about-stats {
    padding: 75px 0;
    background: #20252a;
}

.about-stat {
    color: #ffffff;
}

.about-stat i {
    color: #c47a45;
    font-size: 32px;
}

.about-stat h3 {
    margin: 12px 0 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 600;
}

.about-stat p {
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 14px;
}


/* =====================================================
   PROMISE
===================================================== */

.about-promise {
    padding: 110px 0;
    background: #faf8f5;
}

.about-promise span {
    color: #a85b2b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
}

.about-promise h2 {
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.2;
    margin: 18px 0 25px;
}

.about-promise p {
    max-width: 750px;
    margin: auto;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}


/* =====================================================
   CTA
===================================================== */

.about-cta {
    padding: 70px 0;
    background: #a85b2b;
    color: #ffffff;
}

.about-cta span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.about-cta h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    margin: 12px 0;
}

.about-cta p {
    margin: 0;
    color: rgba(255,255,255,.8);
}

.about-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 25px;
    background: #ffffff;
    color: #20252a !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s ease;
}

.about-cta-btn:hover {
    background: #20252a;
    color: #ffffff !important;
}


/* =====================================================
   FOOTER
===================================================== */

.about-footer {
    padding: 70px 0 25px;
    background: #171a1d;
    color: #ffffff;
}

.about-footer h3,
.about-footer h4 {
    font-family: Georgia, "Times New Roman", serif;
    margin-bottom: 20px;
}

.about-footer p {
    color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 1.8;
}

.about-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-footer li {
    margin-bottom: 10px;
}

.about-footer li a,
.about-footer p a {
    color: rgba(255,255,255,.6) !important;
    text-decoration: none !important;
    transition: .3s ease;
}

.about-footer li a:hover,
.about-footer p a:hover {
    color: #c47a45 !important;
}

.about-footer p i {
    color: #c47a45;
    margin-right: 8px;
}


/* Social */

.about-social {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.about-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252a2e;
    color: #ffffff !important;
    border-radius: 50%;
    text-decoration: none !important;
    transition: .3s ease;
}

.about-social a:hover {
    background: #a85b2b;
    transform: translateY(-3px);
}

.about-footer hr {
    border-color: rgba(255,255,255,.12);
    margin: 45px 0 20px;
}

.copyright {
    margin: 0;
    font-size: 13px !important;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 991px) {

    .about-hero {
        padding: 75px 0;
    }

    .about-hero h1 {
        font-size: 45px;
    }

    .about-hero-box {
        margin-top: 40px;
    }

    .about-story,
    .about-offer,
    .about-why {
        padding: 75px 0;
    }

    .about-story-image {
        height: 450px;
    }

    .about-story h2,
    .about-why h2,
    .about-heading h2 {
        font-size: 40px;
    }

    .about-cta h2 {
        font-size: 32px;
    }

    .about-cta-btn {
        margin-top: 25px;
    }

}


@media (max-width: 575px) {

    .awan-brand-name {
        font-size: 17px;
    }

    .about-hero {
        padding: 60px 0;
    }

    .about-hero h1 {
        font-size: 36px;
    }

    .about-hero p {
        font-size: 15px;
    }

    .about-hero-box {
        padding: 30px 25px;
    }

    .about-story,
    .about-offer,
    .about-why {
        padding: 60px 0;
    }

    .about-story-image {
        height: 350px;
    }

    .about-story h2,
    .about-why h2,
    .about-heading h2 {
        font-size: 34px;
    }

    .about-mini-features {
        grid-template-columns: 1fr;
    }

    .about-promise {
        padding: 65px 0;
    }

    .about-promise h2 {
        font-size: 34px;
    }

    .about-cta {
        padding: 55px 0;
    }

    .about-cta h2 {
        font-size: 28px;
    }

}
.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;
        }

    }
    



