﻿.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}


.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin: 30px 0;
}


.card {
    width: 300px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background-color: white;
}


.card-image {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.card-content {
    padding: -20px;
    background-color: white;
    text-align: center;
}


.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}





@media (max-width: 768px) {
    .float-column {
        width: 100%;
    }

    .float-column img {
        height: auto;
    }
}

@media (max-width: 768px) {
    .whyUs_Column1 {
        width: 100%;
    }

    .whyUs_Column1 img {
        height: auto;
    }
}

/* General styling for the cover slides */
/*.cover-slides {
    width: 100%;*/
/* Full width */
/*overflow: hidden;*/
/* Hide overflow content */
/*}*/

/* Container for the slides */
/*.slides-container {
    display: flex;*/
/* Use flexbox for horizontal alignment */
/*transition: transform 0.5s ease-in-out;*/
/* Smooth transition */
/*width: 100%;*/
/* Full width */
/*}*/

/* Each slide styling */
/*.slider-slide {
    flex: 0 0 auto;*/
/* Prevent shrinking */
/*width: 100%;*/
/* Full width of the parent */
/*margin: 0;*/
/* No margin needed for slides */
/*position: relative;*/
/* Relative positioning for absolute children */
/*}*/

/* Image styling within the slide */
/*.slider-slide img {
        width: 100%;*/
/* Make the image fill the width of the slide */
/*height: auto;*/
/* Maintain aspect ratio */
/*display: block;*/
/* Prevent bottom space */
/*}

@media (max-width: 768px) {
    .Why-us-container .whyUs_Column1,
    .Why-us-container .whyUs_Column2 {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .whyUs_Column1 img,
    .whyUs_Column2 img {
        height: auto;
    }
}

@media (max-width: 480px) {
    .Why-us-container {
        flex-direction: column;
    }
}*/



/* Card styling */
.card1 {
    display: flex;
    width: 500px;
    justify-content: center;
    align-items: center;
    height: 500px;
    /* Height of each slide/card */
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 1.2rem;
}


.facilities_area {
    position: relative;
    z-index: 1;
    /*  background: ;*/
    overflow: hidden;
}

.facilities_area .bg-parallax {
    /* background: url("../Images/rm3.jpg");
        opacity: 0.15;*/
}

.facilities_item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background-color: #535360;
    padding: 31px 40px 37px;
    color: #fff;
    margin-bottom: 30px;
}

.facilities_item .sec_h4 {
    padding-bottom: 18px;
    color: white;
}

.facilities_item .sec_h4 i {
    color: #F9E897;
    font-size: 24px;
    line-height: 38px;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 20px;
}

.facilities_item p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    color: white;
}


.Why-us-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
}

.Why-us-container .whyUs_Column1,
.Why-us-container .whyUs_Column2 {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 15px;
}

.whyUs_Column1 img,
.whyUs_Column2 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

@media (max-width: 768px) {

    .Why-us-container .whyUs_Column1,
    .Why-us-container .whyUs_Column2 {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .whyUs_Column1 img,
    .whyUs_Column2 img {
        height: auto;
    }
}

@media (max-width: 480px) {
    .Why-us-container {
        flex-direction: column;
    }
}

.swiper {
    width: 1200px;
    position: relative;
    left: -5%;
    cursor: pointer;
}
.card.bride__jewellery{
    min-height: 480px;
}

.card.bride__jewellery h3 {
    width: 100%;
    font-size: 25px !important;
    background-color: #031138;
    color: white;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    height: 40px;
    text-transform: capitalize;
}


.testimonials-section {
    position: relative;

    padding: 80px 0;
}

.testimonials-card {
    background: #fff;
    max-width: 100% !;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    margin: 0 10px;
    /* Adjust margin for better spacing */
}

.testimonials-card:hover {
    transform: translateY(-10px);
}

.testimonials-card .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.testimonials-card .dp img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 3px solid #e0e0e0;
}

.testimonials-card .identity {
    text-align: center;
    margin-top: 10px;
}

.testimonials-card .identity .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #0d47a1;
    /* Make name stand out with a dark blue color */
}

.testimonials-card .identity .status {
    font-size: 14px;
    color: #777;
}

.testimonials-card .contents {
    color: #444;
    margin-top: 15px;
}

.testimonials-card .contents p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 20px;
}

.testimonials-rating {
    margin-top: 10px;
}

.testimonials-rating i {
    color: #f39c12;
}

.testimonials-rating .far {
    color: #ddd;
}

/* Navigation buttons */
.testimonials-slider-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 1;
}

.testimonials-slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    transition: background 0.3s ease;
}

.testimonials-slider-btn:hover {
    background: #3270fc;
    border-color: #3270fc;
}

.testimonials-slider-btn i {
    font-size: 16px;
    color: #777;
}

.testimonials-slider-btn:hover i {
    color: #fff;
}

@media (max-width: 992px) {
    .testimonials-card {
        padding: 20px;
    }

    .testimonials-slider-navigation {
        top: auto;
        bottom: 20px;
    }
}

@media (max-width: 576px) {
    .testimonials-section {
        padding: 60px 20px;
    }

    .testimonials-card {
        margin: 20px 0;
    }
}
