

/* Hero Section */
.Beauty-container {
    background: linear-gradient(180deg, #A72155 0%, #E05A8E 99.98%);
    display: flex;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    width: 100vw;
    /* Full width */
    height: 85vh;
    /* Fixed height */
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* Prevents unwanted scrolling */
}

/* Image Styling */
.Beauty-container img     {
    width: 60vw;
    position: relative;
    /* Set image width */
    height:85vh;
    /* Maintain aspect ratio */
    object-fit: contain;
    /* Ensures images fill space properly */
}

.background-model-img{
    height:85vh !important; 
    width:70vw;
    position: relative;
    z-index:0;
}
/* Text Overlay Styling */
.text-overlay {
    position: absolute;
    width: 55%;
    margin-top: 50px !important;
    text-align: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 50px;
     backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); /* For Safari */
    border: 1px solid #F5F1EA;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.2); /* Light translucent background */
    margin-left: -30%;
    
     box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Subtle depth */
    transition: all 0.3s ease;
    z-index: 1;
}

.text-overlay h1 {
    font-family: Yesteryear;
    font-size: 70px;
    color: #fafafa;
    text-align: left;
    letter-spacing: 0px;
    word-spacing: 0%;
    white-space: pre-line;
}

.text-overlay p {
    margin-bottom: 20px;
    font-family: Ysabeau;
    line-height: 26px;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: justify;
    font-size: 23px;
    /*white-space: pre-line;*/
}

.text-overlay button {
    background: #FFFDFD;
    color: #A72155;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px 0px 10px 0px;
    text-align: justify;
    float: left;
    border: 2px solid #A72155;
}

/* End Of Css Hero Section */

/* About Section */
.about-container {
    text-align: center;
    position: relative;
    width: 100% !important;
    /* display: block; */
    /* padding: 10px; */
    margin: 0 auto;
    /* background-color: red; */
}

.about-heading {
    font-family: Ysabeau;
    font-weight: 800;
    font-size: 40px;
    line-height: 77px;
    letter-spacing: 12%;
}

/* Default image size */
.about-img1,
.about-img2 {
    width: 150px;
    height: auto;
    margin-top: 10px;
}

.about-img1 {
    transform: rotate(12.39deg) scaleX(-1);
}

.about-img2 {
    transform: rotate(-12.39deg);
}

/* Image Styling */
.image-container .img1 {
    width: 350px;
    /* Set fixed width */
    height: 300px;
    /* Set equal height for a perfect circle */
    border-radius: 50%;
    /* Perfectly circular */
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.image-container .img2 {
    width: 250px;
    /* Set fixed width */
    height: 250px;
    /* Set equal height for a perfect circle */
    border-radius: 50%;
    /* Perfectly circular */
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
/* Hover Animation */
.image-container img:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.img1 {
    height: 300px;
    width: 300px;
    border-radius: 200px;
    margin-left: 35px;
    border: 1px solid goldenrod
}

.img2 {
    height: 250px;
    width: 250px;
    border-radius: 200px;
    margin-left: 250px;
    margin-top: -100px;
    border: 1px solid goldenrod
}

/* About Us Content */
.row {
    display: flex;
    align-items: flex-start;
    /* Ensures equal top alignment */
}

.image-container {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    /* Adds space between images */
    margin-top: 10px;
}

.about-content {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.about-title {
    font-size: 35px;
    color: #A72155;
    margin-bottom: 10px;
}

/* About Us Text */
.about-text {
    font-family: Ysabeau;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0%;
    color: #000000;
    white-space: pre-line;
    line-height: normal;
    text-align: justify;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: -40px;
    text-indent: 40px;
}

.about-text br {
    display: block;
    content: "";
    margin-bottom: 5px;
    /* Adds space after each line break */
}

.about-text p {
    margin-bottom: 5px;
    /* Adds space between paragraphs */
    text-indent: 40px;
}

/* About Us Button */
.about-btn {
    font-family: Ysabeau;
    font-size: 18px;
    padding: 10px 20px;
    color: #FFFFFF;
    background: #A72155;
    border-radius: 10px 0 10px 0;
    border: none;
    margin-top: 20px;
}

.about-btn:hover {
    background: #A72155;
    color: white;
}

/* End Of Css About Section */

/* Our Vision */
.occasion-container {
    border: 1px solid goldenrod;
    border-radius: 80px;
    /* Reduce border-radius for smaller screens */
    padding: 40px 10px 10px;
    text-align: center;
    width: 90%;
    margin: auto;
    position: relative;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-top: 60px;
}

.occasion-container h2 {
    font-family: Yesteryear;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    background: none;
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 20%;
    white-space: pre-line;
    overflow: hidden;
}

/* Responsive Paragraph */
.occasion-container p {
    font-size: 18px;
    /* Slightly larger font for readability */
    line-height: 24px;
    /* Improve spacing between lines */
    width: 90%;
    /* Make sure it doesn't stretch too wide */
    padding: 15px;
    /* Adds more spacing inside */
    margin: auto;
    /* Centers the paragraph */
    text-align: justify;
    /* Aligns text in the center */
    white-space: pre-line;
    font-family: Ysabeau;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0%;
}

/* End of Css  Our Vision */

/* Effortless Elegance for Your Special Moments */
.Effortless-container {
    position: relative;
    width: 90%;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    background: #F5F1EA;
    margin-top: 90px;


}


.overlay-box {
    position: absolute;
    top: -20px;
    left: 0;
    width: 60%;
    height: 100%;
    color: #333;
    margin-left: 20%;
    margin-bottom: 100px;
}

.Effortless-heading {
    padding: 10px;
    border-radius: 5px;
    background: #A72155;
    margin-top: -15px;
    font-family: Ysabeau;
    font-weight: 800;
    /* Fixed font-weight */
    font-size: 2vw;
    letter-spacing: 2px;
    /* Responsive font size */
    color: #FFFFFF;
    text-align: center;
}

/* Effortless Text */
.Effortless-container p {
    font-size: 18px;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify;
    /* Justify text for a neat appearance */
    margin-bottom: 10px;
    display: block;
    white-space: pre-line;
    margin-top: 10px;
    /* Automatically treats new lines in HTML as breaks */
    padding: auto;

}

/* Button Styling */
.Effortless-container button {
    font-size: 18px;
    padding: 10px 20px;
    color: #FFFFFF;
    background: #A72155;
    border: none;
    border-radius: 10px;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-family: Ysabeau;
    border-radius: 10px 0 10px 0;
    /* Unique border styling */


}

.Effortless-container button:hover {
    background: #800F3A;
}

/* End of Css Effortless Elegance for Your Special Moments */

/* services  */
.services-container {
    margin-top: -20px;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
}

.services-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* Allows wrapping */
    margin-top: 30px;
    letter-spacing: 2px;

}

/* Default image size */
.services-img1,
.services-img2 {
    width: 100px;
    height: auto;
    margin-top: -10px;
}

.services-img1 {
    transform: rotate(12.39deg) scaleX(-1);
}

.services-img2 {
    transform: rotate(-12.39deg);
}

.services-heading h4 {
    font-size: 26px;
    font-weight: bold;
}

.card-title {
    color: #A72155;

}

.card-body button {
    background: #A72155;
    color: #F5F1EA;
    border-radius: 10px 0 10px 0;
    /* Unique border styling */
    padding: 7px;
    border: none;

}

.card {
    border: 1px solid goldenrod !important;
    padding:10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
    /* Slight lift on hover */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    /* Stronger shadow */
}

/* End of Css services  */

/* Premium Brands for a Flawless Look!  */
.premium-container {
    width: 100%;
    padding: 40px 40px;
    
    margin: 0 auto;
    margin-top: 20px;
}

.premium-container h6 {
    font-family: Ysabeau;
    font-weight: 800;
    font-size: 40px;
    line-height: 77px;
    letter-spacing: 12%;
    color: #A72155;
    letter-spacing: 2px;
}

.premium-container p {
    font-family: Ysabeau;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0%;
}

.premium-container .subtitle {
    font-family: Ysabeau;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    font-weight: bold;
    text-align: left;
}

.custom-col {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.custom-col img {
    width: 100%;
    /* Set a fixed size to maintain circular shape */
    height: 170px;
    /* Same as width for perfect circle */
    border-radius: 50%;
    /* Makes the image circular */
    object-fit: fill;
    /* Ensures images fit within the circle */
    border: 3px solid #ddd;
    /* Optional: Adds a subtle border */
    transition: transform 0.3s ease-in-out;
    /* Optional: Smooth hover effect */
}

/* Hover effect (optional) */
.custom-col img:hover {
    transform: scale(1.1);
    /* Slight zoom on hover */
    border-color: #f5a623;
}

/* End Of Css Premium Brands for a Flawless Look!  */

/* We build a relationship with our customer stories */
.build-container {
    position: relative;
    width: 94%;
    height: 100%;
    margin: 20px auto;
    padding: 40px 80px;
    background: #F5F1EA;
    margin-top: 50px;
}

/* Title Styling */
.build-container h2 {
    font-family: Ysabeau;
    font-weight: 800;
    font-size: 32px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0%;
    color: #A72155;
    padding: 10px;
}

/* Rating Box Styling */
.bg-primary {
    background-color: #A72155 !important;
    /* padding: 20px; */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* margin: 10px; */
    /* min-height: 250px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 19vw;
    /* max-width: 350px; */
    height: 220px;
    /* ✅ Set fixed height */
    padding: 15px;
    font-size: Ysabeau;
}

/* Rating Text Size */
.bg-primary h1 {
    font-size: 80px;
}

/* Font Size for Rating */
.fs-5 {
    font-size: 30px !important;
    font-weight: bold;
}

/* Review Count Styling */
.reviews-text {
    font-size: 18px;
    font-family: Ysabeau;
    /* font-weight: bold; */
}

/* Rating Stars */
.rating {
    color: #f5a623;
    font-size: 24px;
    font-weight: bold;
    font-family: Ysabeau;
}

/* Review Box Styling */
.review-box {
    width: 19vw;
    /* max-width: 350px; */
    height: 220px;
    /* ✅ Set fixed height */
    padding: 15px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.review-box p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* Adjust how many lines you want to show */
}

.review-box:hover {
    transform: scale(1.03);
}

/* Reviewer Name and Date */


.reviewer-details {
    display: block;
    /* align-items: center; */
    /* margin-top: 5px; */

}

.reviewer i {
    color: #A72155;
    font-size: 25px;
    /* margin-right: 5px; */
    font-weight: bold;
    margin-top:13px;
}

.reviewer {
    /* margin-top: -40px; */
    font-weight: bold;
    /* margin-right: 5px; */
}
.reviewer p{
    /* margin-top: -40px; */
    font-weight: bold;
    /* margin-right: 5px; */
}

/* Carousel Control Button Styling */
.custom-arrow {
    position: absolute;
    bottom: 10px;
    background: #ffffff;
    border: 1px solid #A72155;
    padding: 10px 20px;
    color: #A72155;
    height: 30px;
    width: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px; 
    opacity:none !important;
}

/* Adjust the positioning of carousel arrows */
.carousel-control-prev {
    left: 50%;
    transform: translateX(-120%);
    opacity: 10 !important;
}

.carousel-control-next {
    left: 50%;
    transform: translateX(20%);
    opacity:10 !important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 10 !important;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    background-color: #A72155;
    color:#fff;

}
/* Rating Stars */
.rating-stars {
    color: #A72155;
    font-size: 18px;
}

/* Position carousel controls at the bottom */
.carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.share-feedback-section {
    padding: 30px;
}

.share-feedback-section h3 {
    color: #A72155;
    font-family: Ysabeau;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
}

.share-feedback-section p {
    font-family: Ysabeau;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #000000;

}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(167, 33, 85, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 10px 10px rgba(167, 33, 85, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(167, 33, 85, 0);
    }
}

.share-feedback-section .feedback {
    font-family: Ysabeau;
    font-weight: 600;
    font-size: 20px;
    line-height: 10px;
    letter-spacing: 0%;
    color: #e9d24f;
    background-color: #A72155;
    border: 2px solid #f0eced;
    border-radius: 10px 0px 10px 0px;
    padding: 20px;
    margin-top: 10px;

    animation: pulseAnimation 2s infinite;
    transition: transform 0.3s ease-in-out;
}

/* End of Css We build a relationship with our customer stories */

/* Book Your Perfect Look Today!  */
.perfect-look-container {
    /* margin-top: 10px; */
    background: #FFFDFD;
}

.form-container {
    height: 400px;
}

.form-container h3 {
    color: #A72155;
    width: 671;
    height: 77;
    top: 3858.16px;
    left: 946.34px;
    font-family: Ysabeau;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 10%;


}

.responsive-heading {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

#name,
#phone,
#email,
#location {
    width: 692;
    height: 51;
    top: 3971.16px;
    left: 946.34px;
    border-width: 1px;
    border-radius: 15px;
    background: #FFFFFF;
    border: 1px solid #A72155
}

.placeholder {
    width: 151;
    height: 21;
    top: 3986.16px;
    left: 984.34px;
    font-family: Ysabeau;
    font-weight: 700;
    font-size: 20px;
    line-height: 15px;
    letter-spacing: 0%;
    color: #00000080;
}

.book-now-btn {
    border: Mixed solid #A72155;
    background: #A72155;
    font-size: 18px;
    padding: 12px;
    border-radius: 10px 0px 10px 0px;
    color: white;
    width: 40%;
    /* Makes it full-width */
    transition: all 0.3s ease-in-out;
}

.book-now-btn:hover {
    background-color: #800F3A;
    color: #F5F1EA;

}

.contact-info {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    color: #333;
    text-align: justify;
    
}

.contact-info i {
    color: #d63384;
    /* Stylish pink color for icons */
    margin-right: 8px;
}

.contact-info a {
    color:#A72155;
    /* Matching link color */
    text-decoration: none;
    font-family: 'Ysabeau', sans-serif;
    /* Ensures a standard font */
    margin-bottom: 5px;
}

.contact-info p {
    margin-bottom: 5px;
    /* Adjust this value as needed */
     color:#A72155;
    font-size: 22px;
    font-family: Ysabeau;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 15px;

}

.contact-info a:hover {
    text-decoration: underline;
}

.pink-text {
    color: #d63384;
    font-weight: bold;
}

/* End of css Book Your Perfect Look Today!  */

/* Beauty Made Just for You */
.beautiful-container h6 {
    font-family: Yesteryear;
    font-weight: 400;
    font-size: 48px;
    line-height: 49px;
    letter-spacing: 0%;
    text-align: center;
    width: 432;
    height: 49;
    top: 5323px;
    left: 647px;
    margin-top: 15px;
    padding: 20px;
    color: #A72155;
}

/* End of Css Beauty Made Just for You */

/* footer css makeup artices */

/* End Of css footer css makeup artices */



/* Responsive for Tablets (768px) */
@media (max-width: 768px) {
    .Beauty-container {
        flex-direction: column;
        height: auto;
        width: 100vw;
    }

    /* Hide first image and only show second */
    .Beauty-container div:first-child {
        display: none;
        /* Hides the first image */
    }

    .Beauty-container img {
        width: 80vw;
        /* Slightly smaller width for a cleaner look */
        height: 90vh;
        max-height: 60vh;
        /* Increases height slightly */
        object-fit: contain;
        margin-top: -10px;
        z-index: 0;
    }

    .text-overlay {
        width: 80%;
        padding: 25px;
        position: relative;
        /* Fix positioning */
        margin: 0 auto;
        margin-top: 30px;
        z-index:1;
    }

    .text-overlay h1 {
        font-size: 36px;
        /* Slightly bigger font */
        text-align: center;
    }

    .text-overlay p {
        font-size: 18px;
        text-align: center;
    }

    .about-container {
        width: 95%;
        padding: 20px;
    }

    .about-heading {
        font-size: 30px;
        line-height: 50px;
    }

    .about-img1,
    .about-img2 {
        width: 100px;
        margin-top: -5px;
    }

    .about-text {
        font-size: 16px;
        text-indent: 40px;
    }

    .about-btn {
        display: block;
        margin: 20px auto;
        /* Centers the button */
        text-align: center;
    }

    /* Image Adjustments */
    .image-container {
        flex-direction: column;
        align-items: center;
    }

    .img1,
    .img2 {
        width: 220px;
        height: 220px;
        margin: 10px auto;
    }

    .img2 {
        margin-top: 0;
    }

    .occasion-container {
        border-radius: 50px;
        /* Reduce border-radius */
        padding: 30px 15px 10px;
    }

    .occasion-container h2 {
        font-size: 35px;
        top: -30px;
        /* Adjust position */
    }

    .occasion-container p {
        font-size: 16px;
        line-height: 1.6;
    }

    .Effortless-container {
        width: 95%;
        /* Increase width slightly */
        padding: 30px;
        /* Reduce padding */
        margin-top: 50px;
        /* Adjust spacing */
    }

    .overlay-box {
        width: 80%;
        /* Adjust width */
        top: -15px;
        /* Adjust position */
        margin-left: 10%;
        /* Center align */
    }

    .Effortless-heading {
        font-size: 22px;
        /* Adjust heading size */
        padding: 8px;
    }

    .Effortless-container p {
        font-size: 16px;
        /* Adjust text size */
        text-align: justify;
        padding: 10px;
    }

    .Effortless-container button {
        font-size: 16px;
        padding: 8px 15px;
        margin-top: 10px;
    }

    .services-container {
        width: 100%;
    }

    .services-heading {
        font-size: 24px;
        line-height: 40px;
        margin-top: -20px;
    }

    .services-heading h4 {
        font-size: 18px;
        /* Smaller heading */
        margin: 0;
    }

    .review-box {
        padding: 20px;
        font-size: 11px;
        max-height: 400px;
    }

    .services-img1,
    .services-img2 {
        width: 80px;

    }

    .card-title {
        font-size: 18px;
        /* Adjust title font size */
    }

    .card-body button {
        font-size: 14px;
        padding: 6px;
    }

    .card-text {
        font-size: 14px;
    }

    .premium-container {
        width: 90%;
        padding: 20px;
        text-align: center;
    }

    .premium-container h6 {
        font-size: 28px;
        /* Reduce heading size */
        line-height: 50px;
    }

    .premium-container p {
        font-size: 18px;
        line-height: 28px;
        text-align: justify;

    }

    .premium-container .subtitle {
        font-size: 20px;
        line-height: 28px;
    }


    .custom-col {
        padding: 8px;
    }

    .custom-col img {
        width: 100px;
        /* Slightly smaller for tablets */
        height: 100px;
    }

    .perfect-look-container {
        margin-top: 50px;
        padding: 30px;
    }

    .form-container h3 {
        font-size: 32px;
        line-height: 45px;
        text-align: center;
        /* Center aligns for better readability */
        margin-top: 15px;
    }

    .contact-info {
        font-size: 16px;
    }

    .contact-info p {
        font-size: 20px;
        text-align: justify;
    }

    .book-now-btn {
        font-size: 18px;
        padding: 12px;
        width: 60%;
        /* Slightly reduced width */
        display: block;
        margin: 0 auto;
        /* Centers the button */
    }

    .beautiful-container h6 {
        font-size: 36px;
        line-height: 42px;
        padding: 20px;
    }

    /* footer responsive */
    .footer {
        text-align: center;
        padding: 40px 20px;
    }

    /* Adjust paragraph alignment for readability */
    .footer p {
        text-align: center;
    }

    /* Quick Links Section */
    .quick-links h5 {
        margin-left: 0;
        /* Center-align heading */
        margin-top: 20px;
    }

    .quick-links a {
        margin-left: 0;
        /* Center-align links */
        margin-top: 5px;
        margin-bottom: 10px;
    }

    /* Social Links Section */
    .social-links h5 {
        margin-left: 0;
        /* Center-align heading */
        margin-top: 20px;
    }

    .social-links a {
        margin-left: 0;
        /* Center-align links */
        margin-top: 5px;
        margin-bottom: 10px;
    }

    /* Copyright Section */
    .footer .mb-0 {
        text-align: center;
    }


}

  @media (min-width: 992px) {
    .modal-custom-width {
      max-width: 70% !important;
      margin: 0 !important;
      padding:0;
    }
  }

  @media (max-width: 991.98px) {
    .modal-custom-width {
      margin: 0 ; /* Remove default margins on mobile */
      width: 100% !important;
      max-width: 100% !important;
    }
  }

/* Responsive for Mobile (480px) */
@media (max-width: 480px) {
 /* nhancing Beauty, One Brushstroke at a Time. */ 
    .Beauty-container {
        flex-direction: column;
        /* height: auto; */
        width: 100vw;
        height: 78vh;
        margin-top: 5px;
    }

    /* Hide first image and only show second */
    .Beauty-container div:first-child {
        display: none;
        /* Hides the first image */
    }

    .Beauty-container img {
        width: 100vw;
        /* Full width */
        /* height: auto; */
        /* Adjusts height */
        max-height: 50vh;
        /* Limits max height */
        object-fit: contain;
        margin-top:-110px;
        z-index:0;
    }
    .background-model-img{
    height:90vh !important; 
    width:70vw;
    position: relative;
    z-index:0;
}
    .text-overlay {
        width: 90%;
        padding: 20px;
        position: relative;
        /* Fix positioning */
        margin:auto;
        margin-top: 40px;
        z-index:1;
    }

    .text-overlay h1 {
        font-size: 30px;
        text-align: justify;
    }

    .text-overlay p {
        font-size: 16px;
        text-align: justify;
    }

    .about-container {
        width: 100%;
        padding: 15px;
    }

    .about-heading {
        font-size: 24px;
        line-height: 40px;
    }

    .about-img1,
    .about-img2 {
        width: 80px;
    }

    .about-text {
        font-size: 14px;
        text-align: justify;
        margin-top: 2px;
        text-indent: 40px;

    }

    .about-btn {

        margin: 15px auto;
        /* Centers on mobile */
    }

    /* Image Adjustments */
    .image-container {
        flex-direction: column;
        gap: 10px;
    }

    .img1,
    .img2 {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        margin: 10px auto;
    }
    
    .img2 {
        margin-top: -80px;
        margin-left:120px;
    }

    .occasion-container {
        border-radius: 30px;
        padding: 20px 10px 10px;
        margin-top: -5px;
    }

    .occasion-container h2 {
        font-size: 28px;
        top: -25px;
        width: 60%;
    }

    .occasion-container p {
        font-size: 14px;
        line-height: 1.5;
        padding: 20px;
    }

    .Effortless-container {
        width: 100%;
        padding: 20px;
        margin-top: 40px;
    }

    .overlay-box {
        width: 90%;
        top: -10px;
        margin-left: 5%;
    }

    .Effortless-heading {
        font-size: 18px;
        /* Smaller text */
        padding: 5px;
    }

    .Effortless-container p {
        font-size: 14px;
        text-align: justify;
        padding: 5px;
    }

    .Effortless-container button {
        font-size: 14px;
        padding: 8px 12px;
    }

    .services-container {
        width: 100%;
        padding: 10px;
    }

    .services-container p {
        text-align: justify;
        margin-bottom: 30px;

    }

    .services-heading {
        font-size: 24px;
        line-height: 40px;
    }

    .services-heading h4 {
        font-size: 20px;
        /* Smaller heading */
    }


    .services-img1,
    .services-img2 {
        width: 80px;

    }

    .card {
        box-shadow: none;
        
        /* Remove shadow for a cleaner look */
    }
.services-container{
    margin-bottom: 30px;
}
    .card-title {
        font-size: 22px;
    }

    .card-text {
        font-size: 14px;
    }

    .card-body button {
        font-size: 14px;
        padding: 5px 10px;
    }

    .premium-container {
        width: 100%;
        padding: 15px;
    }

    .premium-container h6 {
        font-size: 24px;
        /* Further reduce for mobile */
        line-height: 40px;
    }

    .premium-container p {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }

    .premium-container .subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .custom-col {
        width: 50%;
        /* Stack 2 images per row */
        padding: 5px;
    }

    .custom-col img {
        width: 80px;
        /* Smaller for mobile */
        height: 80px;
    }
    
    
/* We build a relationship with our customer stories */
.build-container {
    position: relative;
    width: 98%;
    height: 100%;
    margin: 20px auto;
    padding: 20px 10px;
    background: #F5F1EA;
    margin-top: 50px;
}

/* Title Styling */
.build-container h2 {
    font-family: Ysabeau;
    font-weight: 800;
    font-size: 32px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0%;
    color: #A72155;
    /* padding: 10px; */
    letter-spacing: 2px;
}

/* Rating Box Styling */
.bg-primary {
    background-color: #A72155 !important;
    /* padding: 20px; */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   
    /* min-height: 250px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    /* max-width: 350px; */
    height: 220px;
    /* ✅ Set fixed height */
    padding: 15px;
     margin: auto;
     margin-bottom: 10px;
}

/* Rating Text Size */
.bg-primary h1 {
    font-size: 80px;
}

/* Font Size for Rating */
.fs-5 {
    font-size: 40px !important;
    font-weight: bold;
}

/* Review Count Styling */
.reviews-text {
    font-size: 24px;
    font-weight: bold;
}

/* Rating Stars */
.rating {
    color: #f5a623;
    font-size: 20px;
}

/* Review Box Styling */
.review-box {
   /* justify-content: center; */
    width: 90%;
    /* max-width: 350px; */
    height: 220px;
    /* ✅ Set fixed height */
    padding: 10px;
     margin: auto;
   
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.review-box p {
    margin:0;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* Adjust how many lines you want to show */
}

.review-box:hover {
    transform: scale(1.03);
}

/* Reviewer Name and Date */


.reviewer-details {
    display: flex;
    /* align-items: center; */
    /* margin-top: 30px; */

}

.reviewer i {
    color: #A72155;
    font-size: 18px;
    margin-right: 5px;
    font-weight: bold;
}

.reviewer {
    /* margin-top: -40px; */
    font-weight: bold;
    margin-right: 5px;
    /* display: flex; */
}


/* Carousel Control Button Styling */
.custom-arrow {
    position: absolute;
    bottom: 10px;
    background: #ffffff;
    border: 1px solid #A72155;
    padding: 4px 20px;
    color: #A72155;
    height: 30px;
    width: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px; 
    opacity:none !important;
}

/* Adjust the positioning of carousel arrows */
.carousel-control-prev {
    left: 50%;
    transform: translateX(-140%);
    opacity: 10;
}

.carousel-control-next {
    left: 50%;
    transform: translateX(40%);
    opacity: 10;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    background-color: #A72155;
    color:#fff;

}
/* Rating Stars */
.rating-stars {
    color: #A72155;
    font-size: 22px;
}

/* Position carousel controls at the bottom */
.carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
    .carousel-inner .row {
        display: flex;
        flex-wrap: nowrap;
    }

    .carousel-inner .col-lg-4,
    .carousel-inner .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Increase Review Box Size */

    .perfect-look-container {
        margin-top: 10px;
        padding: 20px;
    }

    .form-container h3 {
        font-size: 28px;
        line-height: 40px;
        text-align: justify;
        margin-top: 10px;

    }

    .contact-info {
        font-size: 14px;
    }

    .contact-info p {
        font-size: 20px;
        text-align: justify;
        line-height: 30px;

    }

    .book-now-btn {
        font-size: 16px;
        padding: 10px;
    }

    .beautiful-container h6 {
        font-size: 30px;
        line-height: 34px;
        margin-top: -80px;
    }

    /* footer responsive */
    .footer {
        text-align: center;
        padding: 30px 15px;
    }

    .footer p {
        text-align: justify;
    }

    .quick-links h5 {
        /* margin-left: -200px; */
        margin-top: 20px;
    }

    .quick-links a {
        /* margin-left: -200px; */
        margin-top: -30px;
        margin-bottom: 20px;
        text-align: left    ;
        color: #FFF !important;
    }

    .social-links h5 {
        margin-left: 150px;
        margin-top: -170px;
    }

    .social-links a {
        margin-left: 150px;
        margin-top: -30px;
        margin-bottom: 20px;
    }

    .footer .mb-0 {
        text-align: center;
    }

}



/* Mobile View (max-width: 480px) */
@media (max-width: 480px) {
    .build-container h2 {
        font-size: 1.2rem;
        text-align: center;
    }

    .rating-box {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .review-box {
        font-size: 0.9rem;
        padding: 1rem;
    }

    .rating-stars {
        font-size: 1.1rem;
    }

    .reviewer-details {
        font-size: 0.8rem;
    }


    .carousel-inner .col-lg-4,
    .carousel-inner .col-md-6,
    .carousel-inner .col-lg-4.d-md-none.d-lg-block {
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
    }

    .custom-arrow {
        margin: 0 8px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
        background-size: 100% 100%;
    }

    .share-feedback-section h3 {
        font-size: 1.1rem;
    }

    .share-feedback-section p {
        font-size: 0.9rem;
        padding: 0 10px;
    }

    .btn.feedback {
        font-size: 0.9rem;
        padding: 0.5rem 1.2rem;
    }
}

@media (max-width: 768px) {

    /* Show one review per carousel-item */
    #reviewCarousel .carousel-inner .carousel-item>.row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #reviewCarousel .carousel-item .col-lg-4,
    #reviewCarousel .carousel-item .col-md-6,
    #reviewCarousel .carousel-item .d-md-none.d-lg-block {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: inline-block !important;
    }

    .rating-box {
        padding: 2rem 1rem;
        font-size: 14px;
    }

    .review-box {
        margin-bottom: 1rem;
        padding: 1rem;
        font-size: 14px;
    }

    .share-feedback-section {
        padding: 1.5rem 1rem;
    }

    .share-feedback-section h3 {
        font-size: 1.5rem;
    }

    .share-feedback-section p {
        font-size: 1rem;
        text-align: justify;
    }

    .share-feedback-section .btn.feedback {
        font-size: 0.95rem;
        padding: 20px;
    }
}

/* ===== Testimonial Modal Responsive CSS ===== */

/* Tablet: 481px to 768px */
/* ===== Compact Responsive Styling for Testimonial Modal ===== */

/* Compact Responsive Styling for Testimonial Modal */

/* Tablet: 481px to 768px */
/* Height Reduction + Scroll Optimization for Mobile/Tablet */
/* Shrink modal height and content spacing for smaller screens */
@media (max-width: 768px) {
    .modal-content {
        max-height: 65vh;
        /* reduce from 75vh */
    }

    .modal-body {
        padding: 0.25rem 0.5rem;
    }

    .perfect-look-container h1.display-4 {
        font-size: 1.8rem;
        margin-bottom: 0.3rem;
    }

    .perfect-look-container p {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }

    .bookappointment-container {
        transform: scale(0.78);
        padding: 0.2rem;
    }

    label {
        font-size: 0.7rem;
    }

    .form-control {
        padding: 0.3rem 0.5rem;
        font-size: 0.75rem;
    }

    .btn.btn-primary {
        padding: 0.3rem 0.8rem;
        font-size: 0.8rem;
        margin-top: 0.3rem;
    }

    .look-forward-container h5 {
        font-size: 1.8rem;
        margin-top: 0.5rem;
    }
}

@media (max-width: 480px) {
    .modal-content {
        max-height: 60vh;
    }

    .bookappointment-container {
        transform: scale(0.75);
    }

    .form-control {
        font-size: 0.7rem;
        padding: 0.25rem 0.4rem;
    }

    label {
        font-size: 0.7rem;
    }

    .star-rating .star {
        font-size: 18px !important;
    }
}