.ma-container-fluid {

    width: 100%;

    padding-left: 15px;

    padding-right: 15px;

    margin: 0 auto;

}



.ma-row {

    display: flex;

    flex-wrap: wrap;

}



.ma-col-lg-12 {

    flex: 0 0 100%;

    max-width: 100%;

}



.ma-banner-title {

    padding: 100px 0;

}



.ma-banner-title h1 {

    font-size: 3rem;

    color: white;

    margin: 0;

    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);

}



.ma-returns-banner {

    background: #cecece;

    max-width: 1670px;

    background-image: url('../images/banner/ma-about-bg.jpg');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    margin: auto;

    padding-top: 40px;

    margin-top: 40px;

    padding-bottom: 40px;

    margin-bottom: 40px;

    height: 650px;

    display: flex;

    align-items: center;

}



/* Responsiveness */

@media(max-width:991px) {

    .ma-returns-banner {

        height: auto;

    }

}



@media (max-width: 768px) {

    .ma-banner-title h1 {

        font-size: 2.5rem;

    }

}



@media (max-width: 480px) {

    .ma-banner-title h1 {

        font-size: 2rem;

    }

}





.ma-container-fluid {

    width: 100%;

    padding-left: 15px;

    padding-right: 15px;

    margin: 0 auto;

}



.ma-row {

    display: flex;

    flex-wrap: wrap;

}



.ma-col-lg-12 {

    flex: 0 0 100%;

    max-width: 100%;

}



.ma-banner-title {

    padding: 100px 0;

}



.ma-banner-title h1 {

    font-size: 3rem;

    color: white;

    margin: 0;

}



/* Responsiveness */

@media (max-width: 768px) {

    .ma-banner-title h1 {

        font-size: 2.5rem;

    }

}



@media(max-width:540px) {

    .ma-returns-banner {

        max-width: 100%;

        background-size: cover;

        margin: 0;

        background-color: #fff;

        padding:40px 0;

    }

    .ma-banner-title{

        padding:0;

    }

}



@media (max-width: 480px) {

    .ma-banner-title h1 {

        font-size: 2rem;

    }

}





.contact-section {

    padding: 60px 0;

}



.contact-section h2 {

    font-size: 36px;

    color: #000;

    font-weight: bold;

    margin-bottom: 20px;

    /* font-family: 'AbhayaLibre', serif; */

    /* letter-spacing: 2px; */

    margin-bottom: 40px;

}


.contact-section h1 {

    font-size: 36px;

    color: #000;

    font-weight: bold;

    margin-bottom: 20px;

    /* font-family: 'AbhayaLibre', serif; */

    /* letter-spacing: 2px; */

    margin-bottom: 40px;

}



.contact-section p {

    line-height: 1.6;

    font-size: 18px;

    color: #000;

    margin-bottom: 35px;

}



.info-item i {

    font-size: 25px;

    color: #9a6b4f;

    margin-right: 12px;

}



.info-item h5 {

    margin: 0;

    font-size: 20px;

    font-weight: 500;

    color: #000;

}



.info-item span {

    display: block;

    font-size: 16px;

    color: #444;

    margin-top: 4px;

}



.contact-img {

    position: relative;

}



.contact-img img {

    width: 100%;

    border-radius: 4px;

}



.opening-hours {

    position: absolute;

    bottom: 20px;

    left: 20px;

    background: rgba(0, 0, 0, 0.6);

    color: #fff;

    padding: 15px 20px;

    border-radius: 4px;

    font-size: 14px;

}



.opening-hours h5 {

    margin: 0 0 6px 0;

    font-size: 15px;

    font-weight: 600;

}



.opening-hours i {

    margin-right: 8px;

}







/* Book Appointment Section */

.appointment-section {

    padding: 30px 20px 60px;

    text-align: center;

}



.appointment-section h3 {

    font-size: 28px;

    font-weight: 600;

    margin-bottom: 20px;

}



.appointment-btn {

    background: #9a6b4f;

    color: #fff;

    padding: 12px 28px;

    font-size: 16px;

    border-radius: 30px;

    border: none;

    transition: 0.3s;

}



.appointment-btn:hover {

    background: #7d5037;

    color: #fff;

}



/* Location Section */

.location-section {

    padding: 60px 0;

    /* background: #f9f9f9; */

}



.location-section h3 {

    font-size: 28px;

    font-weight: 600;

    text-align: center;

    margin-bottom: 30px;

}



.map-container {

    width: 100%;

    height: 450px;

    border-radius: 6px;

    overflow: hidden;

}



.map-container iframe {

    width: 100%;

    height: 100%;

    border: 0;

}







.collection-section {

    padding: 60px 0;

}



.collection-title {

    font-size: 36px;

    font-weight: 600;

    margin-bottom: 20px;

}



.collection-text {

    font-size: 15px;

    color: #555;

    line-height: 1.7;

    margin-bottom: 20px;

}



.explore-btn {

    background: #000;

    color: #fff;

    padding: 12px 25px;

    border: none;

    font-size: 15px;

    border-radius: 2px;

    transition: 0.3s;

    display: inline-flex;

    align-items: center;

    gap: 10px;

}



.explore-btn:hover {

    background: #333;

}



.collection-img img {

    width: 100%;

    height: auto;

    object-fit: cover;

}



/* Floating Icons */

.social-icons {

    position: fixed;

    bottom: 5%;

    right: 15px;

    display: flex;

    flex-direction: column;

    gap: 6px;

    z-index: 1000;

}



/* .social-icons a {

    background: #e6b996;    

    color: #000;

    padding: 10px;

    border-radius: 4px;

    text-align: center;

    transition: 0.3s;

}



.social-icons a:hover {

    background: #c78b64;

    color: #fff;

} */

.social-icons img {

    width: 55px;

    border-radius: 50%;

    padding: 5px;

}



@media (max-width: 991px) {

    .collection-title {

        font-size: 28px;

        text-align: center;

    }



    .collection-text {

        text-align: center;

    }



    .explore-btn {

        margin: 0 auto;

        display: block;

    }



    .social-icons {

        right: 5px;

    }

}





















/* ===== DISCOUNT SECTION ===== */

.discount-area {

    padding: 80px 0;

    background: #f9f9f9;

}



.discount-content .section-title h2 {

    font-size: 32px;

    font-weight: 700;

    margin-bottom: 20px;

    color: #222;

}



.discount-content p {

    font-size: 15px;

    line-height: 1.8;

    color: #555;

    margin-bottom: 25px;

}



.template-btn2 {

    display: inline-block;

    padding: 12px 28px;

    background: #ff5a5f;

    color: #fff;

    text-transform: uppercase;

    font-weight: 600;

    border-radius: 30px;

    transition: all 0.3s ease;

    text-decoration: none;

}



.template-btn2 span {

    margin-left: 8px;

    font-size: 16px;

}



.template-btn2:hover {

    background: #e0484d;

    transform: translateY(-3px);

}



/* ===== DISCOUNT IMAGE STYLING ===== */

.discount-image {

    position: relative;

}



.discount-image .image-bg {

    width: 32%;

    height: 350px;

    border-radius: 15px;

    background-size: cover;

    background-position: center;

    transition: transform 0.4s ease, box-shadow 0.4s ease;

    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);

}



/* Example images - replace with your real ones */

.image-1 {

    background-image: url('../images/about/ma-collection-v.jpg');

}



.image-2 {

    background-image: url('../images/about/ma-collection-v2.jpg');

}



.image-3 {

    background-image: url('../images/about/ma-collection-v3.jpg');

}



.discount-image .image-bg:hover {

    transform: translateY(-10px);

    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);

}



/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {

    .discount-content {

        margin-bottom: 40px;

        text-align: center;

    }



    .discount-image .d-flex {

        flex-direction: column;

        gap: 20px;

    }



    .discount-image .image-bg {

        width: 100%;

        height: 280px;

    }

}



@media (max-width: 575px) {

    .discount-content .section-title h2 {

        font-size: 24px;

    }

}