 /* ==========================================
   AWAN FURNITURE
   GLOBAL STYLES
========================================== */

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* ==========================================
   NAVBAR
========================================== */

.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;
}


/* ==========================================
   HERO SECTION
========================================== */

.hero-section {
    padding: 80px 0;
    background-color: #f8f5f1;
    overflow: hidden;
}

.hero-subtitle {
    display: inline-block;
    margin-bottom: 15px;
    color: #8b5e34;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.hero-title {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #222;
    margin-bottom: 22px;
}

.hero-title span {
    display: block;
    color: #8b5e34;
}

.hero-text {
    max-width: 560px;
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.hero-buttons .btn {
    padding: 12px 24px;
    border-radius: 5px;
}

.hero-image {
    position: relative;
    padding-left: 30px;
}

.hero-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}


/* ==========================================
   FURNITURE COLLECTION
========================================== */

.furniture-collection {
    background: #faf8f5;
    padding: 100px 0;
}


/* Heading */

.collection-heading {
    text-align: center;
    margin-bottom: 60px;
}

.collection-subtitle {
    display: block;
    color: #a85b2b;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 18px;
}

.heading-line {
    width: 70px;
    height: 2px;
    background: #a85b2b;
    margin: 0 auto 25px;
}

.collection-heading h2 {
    margin: 0;
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 50px;
    font-weight: 600;
}

.collection-heading p {
    max-width: 720px;
    margin: 20px auto 0;
    color: #555;
    font-size: 17px;
    line-height: 1.7;
}


/* ==========================================
   FURNITURE CARD
========================================== */

.furniture-card {
    display: block;
    position: relative;
    height: 100%;

    background: #ffffff;

    border-radius: 10px;
    overflow: hidden;

    color: #20252a !important;
    text-decoration: none !important;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);

    transition: all 0.4s ease;
}

.furniture-card:visited,
.furniture-card:hover,
.furniture-card:active,
.furniture-card:focus {
    color: #20252a !important;
    text-decoration: none !important;
}

.furniture-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.13);
}


/* ==========================================
   CARD IMAGE
========================================== */

.furniture-card-image {
    width: 100%;
    height: 345px;
    overflow: hidden;
}

.furniture-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.furniture-card:hover .furniture-card-image img {
    transform: scale(1.06);
}


/* ==========================================
   CARD CONTENT
========================================== */

.furniture-card-content {
    position: relative;
    text-align: center;
    padding: 65px 25px 40px;
    min-height: 220px;
}


/* ==========================================
   ICON
========================================== */

.furniture-icon {
    position: absolute;

    top: -35px;
    left: 50%;

    transform: translateX(-50%);

    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border-radius: 50%;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
}

.furniture-icon i {
    color: #a85b2b !important;
    font-size: 28px;
}


/* ==========================================
   CARD TITLE
========================================== */

.furniture-card-content h3 {
    margin: 0;

    color: #20252a !important;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 28px;

    font-weight: 600;

    line-height: 1.2;

    transition: color 0.3s ease;
}

.furniture-card:hover .furniture-card-content h3 {
    color: #a85b2b !important;
}


/* ==========================================
   CARD LINE
========================================== */

.card-line {
    width: 65px;
    height: 2px;

    background: #a85b2b;

    margin: 22px auto 25px;

    transition: width 0.4s ease;
}

.furniture-card:hover .card-line {
    width: 90px;
}


/* ==========================================
   EXPLORE LINK
========================================== */

.explore-link {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    color: #a85b2b !important;

    font-size: 16px;

    font-weight: 500;

    text-decoration: none !important;
}

.explore-link:visited,
.explore-link:hover,
.explore-link:active,
.explore-link:focus {
    color: #a85b2b !important;
    text-decoration: none !important;
}

.explore-link i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.furniture-card:hover .explore-link i {
    transform: translateX(6px);
}


/* ==========================================
   WHY CHOOSE US
========================================== */

.why-choose-section {
    background: #ffffff;
    padding: 100px 0;
}

.why-subtitle {
    color: #a85b2b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
}

.why-line {
    width: 60px;
    height: 2px;
    background: #a85b2b;
    margin: 18px 0 25px;
}

.why-choose-section h2 {
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.why-choose-section h2 span {
    display: block;
    color: #a85b2b;
}

.why-choose-section > .container > .row > .col-lg-5 p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    max-width: 500px;
    margin-bottom: 30px;
}


/* ==========================================
   WHY BUTTON
========================================== */

.why-btn {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 13px 24px;

    background: #20252a !important;

    color: #ffffff !important;

    text-decoration: none !important;

    border-radius: 5px;

    transition: 0.3s ease;
}

.why-btn:visited,
.why-btn:active,
.why-btn:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

.why-btn:hover {
    background: #a85b2b !important;
    color: #ffffff !important;
}

.why-btn i {
    color: #ffffff !important;
    transition: 0.3s ease;
}

.why-btn:hover i {
    transform: translateX(5px);
}


/* ==========================================
   WHY CARDS
========================================== */

.why-card {
    height: 100%;

    padding: 32px 28px;

    background: #faf8f5;

    border: 1px solid #eee;

    transition: 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.why-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #a85b2b;

    color: #fff;

    border-radius: 50%;

    margin-bottom: 20px;
}

.why-icon i {
    color: #ffffff;
    font-size: 23px;
}

.why-card h3 {
    color: #20252a;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 22px;

    margin-bottom: 12px;
}

.why-card p {
    color: #666;

    font-size: 14px;

    line-height: 1.7;

    margin: 0;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {

    .navbar {
        min-height: 70px;
    }

    .navbar-brand img {
        width: 135px;
        height: 58px;
    }

    .navbar-collapse {
        padding: 15px 0;
    }

    .navbar-nav {
        gap: 0;
    }

    .navbar .nav-link {
        padding: 11px 5px !important;
    }

    .dropdown-menu {
        box-shadow: none;
        border: none;
    }

    .navbar .btn-success {
        width: 100%;
        margin-top: 10px;
    }


    /* Hero */

    .hero-section {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-image {
        padding-left: 0;
        margin-top: 40px;
    }

    .hero-image img {
        height: 400px;
    }


    /* Collection */

    .furniture-collection {
        padding: 75px 0;
    }

    .collection-heading {
        margin-bottom: 45px;
    }

    .collection-heading h2 {
        font-size: 42px;
    }

    .furniture-card-image {
        height: 300px;
    }


    /* Why */

    .why-choose-section {
        padding: 75px 0;
    }

    .why-choose-section h2 {
        font-size: 42px;
    }
}


@media (max-width: 575px) {

    .hero-title {
        font-size: 35px;
    }

    .hero-text {
        font-size: 15px;
    }

    .hero-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
    }


    .furniture-collection {
        padding: 60px 0;
    }

    .collection-subtitle {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .collection-heading h2 {
        font-size: 34px;
    }

    .collection-heading p {
        font-size: 15px;
    }

    .furniture-card-image {
        height: 280px;
    }

    .furniture-card-content {
        padding: 65px 20px 35px;
    }

    .furniture-card-content h3 {
        font-size: 25px;
    }


    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-section h2 {
        font-size: 34px;
    }
}
/* =========================================
   FEATURED FURNITURE
========================================= */

.featured-section {
    background: #faf8f5;
    padding: 100px 0;
}


/* Heading */

.featured-heading {
    margin-bottom: 60px;
}

.featured-heading > span {
    display: block;
    color: #a85b2b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.featured-line {
    width: 60px;
    height: 2px;
    background: #a85b2b;
    margin: 0 auto 22px;
}

.featured-heading h2 {
    margin: 0;
    color: #20252a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 600;
}

.featured-heading p {
    max-width: 700px;
    margin: 20px auto 0;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   PRODUCT CARD
========================================= */

.product-card {
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    border-radius: 8px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);

    transition: 0.4s ease;
}

.product-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.13);
}


/* Image */

.product-image {
    width:  40px;
    height:  50px;
    overflow: hidden;
}

.product-image img {
    width:  40px;
    height:  50px;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.06);
}


/* Content */

.product-content {
    padding: 28px;
}

.product-category {
    display: block;

    color: #a85b2b;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 10px;
}

.product-content h3 {
    margin: 0 0 12px;

    color: #20252a;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 26px;
    font-weight: 600;
}

.product-content p {
    color: #666;

    font-size: 14px;

    line-height: 1.7;

    margin-bottom: 20px;
}


/* Button */

.product-btn {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #a85b2b !important;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;
}

.product-btn:visited,
.product-btn:hover,
.product-btn:active,
.product-btn:focus {
    color: #8b5e34 !important;
    text-decoration: none !important;
}

.product-btn i {
    transition: 0.3s ease;
}

.product-btn:hover i {
    transform: translateX(5px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .featured-section {
        padding: 75px 0;
    }

    .featured-heading h2 {
        font-size: 42px;
    }

    .product-image {
        height: 280px;
    }

}


@media (max-width: 575px) {

    .featured-section {
        padding: 60px 0;
    }

    .featured-heading {
        margin-bottom: 40px;
    }

    .featured-heading h2 {
        font-size: 34px;
    }

    .featured-heading p {
        font-size: 15px;
    }

    .product-image {
        height: 260px;
    }

    .product-content {
        padding: 24px;
    }

    .product-content h3 {
        font-size: 23px;
    }

}
/* =========================================
   ABOUT SECTION - FIX
========================================= */

.about-section {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}


/* Bootstrap row fix */

.about-section .row {
    width: 100%;
}


/* Image Box */

.about-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
}


/* Image */

.about-image img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 100% !important;

    object-fit: cover !important;
    object-position: center !important;

    border: 0;
}


/* Content */

.about-section .col-lg-6 {
    min-width: 0;
}


/* Subtitle */

.about-subtitle {
    display: block;

    color: #a85b2b;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 4px;

    margin-bottom: 15px;
}


/* Line */

.about-line {
    width: 60px;
    height: 2px;

    background: #a85b2b;

    margin-bottom: 25px;
}


/* Heading */

.about-section h2 {
    color: #20252a;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 48px;
    font-weight: 600;

    line-height: 1.2;

    margin: 0 0 25px;
}

.about-section h2 span {
    display: block;
    color: #a85b2b;
}


/* Text */

.about-text {
    max-width: 560px;

    color: #666;

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 15px;
}


/* Features */

.about-features {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 14px;

    margin-top: 28px;
}

.about-feature {
    display: flex;

    align-items: center;

    gap: 10px;

    color: #20252a;

    font-size: 15px;

    font-weight: 600;
}

.about-feature i {
    color: #a85b2b;
    font-size: 18px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .about-section {
        padding: 75px 0;
    }

    .about-image {
        height: 450px;
    }

    .about-section h2 {
        font-size: 42px;
    }

}


@media (max-width: 575px) {

    .about-section {
        padding: 60px 0;
    }

    .about-image {
        height: 350px;
    }

    .about-section h2 {
        font-size: 34px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

}
/* =========================================
   FEATURED PRODUCTS IMAGE FIX
========================================= */

.product-image {
    width: 100% !important;
    height: 300px !important;
    overflow: hidden !important;
}

.product-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 300px !important;

    display: block !important;

    object-fit: cover !important;
    object-position: center !important;
}


/* Product Card */

.product-card {
    width: 100% !important;
    overflow: hidden !important;
}


/* Mobile */

@media (max-width: 575px) {

    .product-image {
        height: 260px !important;
    }

    .product-image img {
        height: 260px !important;
    }

}
/* =========================================
   CONTACT CTA
========================================= */

.contact-cta {
    background: #20252a;
    padding: 90px 20px;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
}

.contact-subtitle {
    color: #c28a5b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
}

.contact-content h2 {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.2;
    margin: 20px 0;
}

.contact-content h2 span {
    display: block;
    color: #c28a5b;
}

.contact-content p {
    max-width: 680px;
    margin: 0 auto 30px;

    color: #d5d5d5;

    font-size: 16px;
    line-height: 1.8;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 25px;

    background: #a85b2b;
    color: #ffffff !important;

    text-decoration: none !important;

    border-radius: 5px;

    font-size: 15px;
    font-weight: 600;

    transition: 0.3s ease;
}

.contact-btn:hover {
    background: #ffffff;
    color: #20252a !important;
}

.contact-btn i:last-child {
    transition: 0.3s ease;
}

.contact-btn:hover i:last-child {
    transform: translateX(5px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .contact-cta {
        padding: 65px 20px;
    }

    .contact-content h2 {
        font-size: 34px;
    }

    .contact-content p {
        font-size: 15px;
    }

    .contact-btn {
        width: 100%;
        justify-content: center;
    }

}
.awan-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 26px;

    background-color: #a85b2b;
    color: #ffffff !important;

    text-decoration: none !important;

    border: none;
    border-radius: 5px;

    font-size: 15px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.awan-whatsapp-btn:hover {
    background-color: #20252a;
    color: #ffffff !important;

    text-decoration: none !important;
}

.awan-whatsapp-btn:visited,
.awan-whatsapp-btn:focus,
.awan-whatsapp-btn:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

.awan-whatsapp-btn i {
    color: inherit !important;
}
/* ==========================================
   FURNITURE CATEGORIES
========================================== */

.categories-section {
    background: #ffffff;
}


.section-subtitle {
    display: block;
    color: #8b5e34;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}


.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}


.section-description {
    max-width: 600px;
    margin: 0 auto;
    color: #777;
    line-height: 1.7;
}


/* Category Card */

.category-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}


.category-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
}


/* Image */

.category-image {
    overflow: hidden;
}


.category-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s ease;
}


.category-card:hover .category-image img {
    transform: scale(1.05);
}


/* Content */

.category-content {
    padding: 20px;
}


.category-content h3 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}


.category-content span {
    color: #8b5e34;
    font-size: 14px;
    font-weight: 500;
}


/* Mobile */

@media (max-width: 575px) {

    .section-title {
        font-size: 30px;
    }

    .category-image img {
        height: 230px;
    }

}
.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;
        }

    }