/*
 * ===============================================
 * KALPANA BIBAH BHAWAN - CUSTOM STYLESHEET
 * ===============================================
 * This file contains all custom styles, merged from:
 * - index.php
 * - services.php
 * - service-details.php
 * - gallery.php
 * - about.php
 * - contact.php
 *
 * Primary Color Palette:
 * - Elegant Pink: #D988B9
 * - Darker Pink:  #B0578D
 * - Light Pink BG: #FEF6F9
 * - Alt Light BG:  #FCEEF5
 * ===============================================
 */

/* === IMPORTS & KEYFRAMES (MERGED) === */

/* Import Google Fonts (Merged from index.php and others) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Great+Vibes&family=Roboto:wght@300;400;500&display=swap');

/* Animation for the "rounder.png" (Merged) */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* === BASE & SHARED STYLES (from index.php) === */

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #333;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: 'Playfair Display', serif;
    position: relative;
    z-index: 1;
    color: #333;
}
.section-title span {
    color: #D988B9; /* CHANGED */
}
.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: #D988B9; /* CHANGED */
    margin: 15px auto 0;
}

.section-ptb {
    padding: 170px 0px 80px 0px;
}

/* Section Background Colors */
.section-bg-light { /* For About, Services, Gallery */
    background-color: #FEF6F9; /* CHANGED */
}
.section-bg-alt { /* For Why Choose Us, Testimonials */
    background-color: #FCEEF5; /* CHANGED */
}

/* Reusable Button */
.btn-main {
    display: inline-block;
    padding: 12px 30px;
    background-color: #a70f6b; /* CHANGED */
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}
.btn-main:hover {
    background-color: #B0578D; /* CHANGED */
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Reusable Floral Background Class */
.with-floral-bg {
    position: relative;
    z-index: 1;
    overflow: hidden; /* Contain flowers */
}
.with-floral-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url('../images/weddingstyles/flower-1.png'), url('../images/weddingstyles/flower-2.png'), url('../images/weddingstyles/flower-5.png'), url('../images/weddingstyles/flower-6.png');
    background-repeat: no-repeat;
    background-position: top -20px left -20px, bottom -20px right -20px, top 10% right -30px, bottom 10% left -30px;
    background-size: 120px, 120px, 150px, 150px;
    opacity: 0.08; /* Very subtle */
}
/* Spinning element */
.with-floral-bg::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    z-index: -1;
    background: url('../images/weddingstyles/rounder.png') no-repeat center center;
    background-size: contain;
    opacity: 0.1;
    animation: spin 20s linear infinite;
}

/* === INDEX.PHP STYLES === */

/* Hero Slider */
.hero-slider-two .slider-text-info {
    background: rgb(255 255 255 / 94%);
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #D988B9; /* CHANGED */
    max-width: 500px;
}
.hero-slider-two .slider-text-info h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
    font-weight: 400;
    color: #B0578D; /* CHANGED */
    margin-bottom: 0;
}
.hero-slider-two .slider-text-info h2 span {
    color: #B0578D; /* CHANGED */
}
.hero-slider-two .slider-text-info h1 {
    font-size: 38px;
    font-family: 'Playfair Display', serif;
    margin-top: 0;
    color: #333;
}
.hero-slider-two .slider-text-info h1 span {
    color: #D988B9; /* CHANGED */
}
.hero-slider-two .slider-text-info p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.hero-slider-two .slider-btn-two {
    background-color: #D988B9; /* CHANGED */
    padding: 7px;
    border-radius: 5px;
}
.hero-slider-two .slider-btn-two:hover {
    background-color: #B0578D; /* CHANGED */
}
.hero-slider-two .slick-dots li button {
    background-color: #D988B9; /* CHANGED */
}
.hero-slider-two .slick-dots li.slick-active button {
    background-color: #B0578D; /* CHANGED */
}

/* About Us Section */
.about-us-home {
    position: relative;
    z-index: 1;
}
.about-us-home .about-us-contents h3 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}
.about-us-home .about-us-contents h3 span {
    color: #D988B9; /* CHANGED */
}
.about-us-home .about-us-contents p {
    font-size: 16px;
    line-height: 1.7;
}
.about-us-home .about-us-image img {
    border-radius: 10px;
    border: 10px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* Why Choose Us Section */
.why-choose-us-home {
    position: relative;
    z-index: 1;
}
.why-choose-us-item {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%; /* Make all cards same height */
}
.why-choose-us-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.why-choose-us-item .icon {
    font-size: 48px;
    color: #D988B9; /* CHANGED */
    line-height: 1;
    margin-bottom: 15px;
}
.why-choose-us-item h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.why-choose-us-item p {
    font-size: 15px;
    line-height: 1.6;
}

/* Services Slider */
.service-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin: 15px;
}
.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../images/weddingstyles/flower-1.png'), url('../images/weddingstyles/flower-2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top -10px left -10px, bottom -10px right -10px;
    background-size: 80px, 80px;
    opacity: 0.15;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.service-card-image img {
    width: 100%;
    height: 280px; /* Standardized height */
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    z-index: 1;
}
.service-card-content {
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    z-index: 1;
    background: transparent;
}
.service-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.service-card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}
.service-card-title a:hover {
    color: #D988B9; /* CHANGED */
}
.service-card .btn-main {
    padding: 10px 20px;
    margin-top: auto; /* Pushes button to the bottom */
    align-self: flex-start;
}

/* CTA Section */
.cta-section {
    position: relative;
    padding: 100px 0;
    background-image: url('../images/gallery/g34.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(217, 136, 185, 0.7); /* CHANGED */
    z-index: 0;
}
.cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
}
.cta-content h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}
.cta-content p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.cta-content .btn-main {
    background-color: #fff;
    color: #B0578D; /* CHANGED */
    font-weight: 700;
}
.cta-content .btn-main:hover {
    background-color: #f0f0f0;
}


/* === TESTIMONIAL SECTION (from index.php) === */
.testimonial-area {
    position: relative;
}

.testimonial-slider .slick-track {
    display: flex;
    align-items: stretch; 
}

.testimonial-slider .slick-slide,
.testimonial-slider .slick-slide > div {
    height: auto;
}

.testimonial-slider .testimonial-inner {
    padding: 30px;
    margin: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    /* overflow: hidden; <-- Removed for scrolling */
    border: 1px solid #eee;
    height: 370px; /* <-- MODIFIED: Set a fixed height */
    display: flex;
    margin-bottom: 50px;
    flex-direction: column;
}

.testimonial-slider .testimonial-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../images/weddingstyles/flower-1.png');
    background-repeat: no-repeat;
    background-position: bottom -10px right -10px;
    background-size: 80px;
    opacity: 0.1;
}

.testimonial-slider .test-cont {
    position: relative;
    z-index: 1;
    flex-grow: 1; 
    overflow-y: auto; /* <-- MODIFIED: Added for scrolling */
}

.testimonial-slider .test-cont img.quote-icon {
    width: 40px;
    height: auto;
    margin-bottom: 15px;
}
.testimonial-slider .test-cont p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    font-style: italic;
}

.testimonial-slider .test-author {
    display: flex;
    align-items: center;
    justify-content: center; 
    padding-top: 20px;
    border-top: 1px solid #eee;
    position: relative;
    z-index: 1;
    margin-top: auto; 
}

.testimonial-slider .test-author h5 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #D988B9; /* CHANGED */
    margin: 0;
}
/* Testimonial slider dots */
.testimonial-area .slick-dots {
    bottom: -30px;
}
.testimonial-area .slick-dots li button {
    background-color: #D988B9; /* CHANGED */
}
.testimonial-area .slick-dots li.slick-active button {
    background-color: #B0578D; /* CHANGED */
}


/* === GALLERY SECTION (from index.php) === */
.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.gallery-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.gallery-item img {
    width: 100%;
    height: 350px; /* Standardized height */
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(217, 136, 185, 0.6); /* CHANGED */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.gallery-item .overlay i {
    font-size: 48px;
    color: #fff;
}
.gallery-item:hover .overlay {
    opacity: 1;
}

/* === SERVICE-DETAILS.PHP STYLES === */

.main-content-wrap {
    position: relative;
    overflow: hidden; /* Contain flowers */
    z-index: 1;
}

.main-content-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url('../images/weddingstyles/flower-1.png'), url('../images/weddingstyles/flower-2.png'), url('../images/weddingstyles/flower-5.png'), url('../images/weddingstyles/flower-6.png');
    background-repeat: no-repeat;
    background-position: top -20px left -20px, bottom -20px right -20px, top 10% right -30px, bottom 10% left -30px;
    background-size: 120px, 120px, 150px, 150px;
    opacity: 0.08; /* Very subtle */
}

.main-content-wrap::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    z-index: -1;
    background: url('../images/weddingstyles/rounder.png') no-repeat center center;
    background-size: contain;
    opacity: 0.1;
    animation: spin 20s linear infinite;
}

.main-content-wrap .container {
    position: relative;
    z-index: 2;
}

/* Apply elegant font to titles */
.breadcrumb-title,
.product_details_info h2,
.pro_social_share h2.title_2 {
    font-family: 'Playfair Display', serif;
}

.section-title.service-details { /* Make selector more specific */
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: 'Playfair Display', serif;
}

.product-image-position {
    border-radius: 10px;
    overflow: hidden; /* Ensure image respects border radius */
    border: 1px solid #eee;
    background-color: #f9f9f9;
}

.product-image-position img {
    width: 100vw;
    height: 500px; /* Standardized height for the main image */
    object-fit: cover; /* Prevents image from stretching */
    display: block;
}

.vartical-product-active .pot-small-img {
    border-radius: 5px;
    overflow: hidden; /* Ensure image respects border radius */
    border: 1px solid #ddd;
    margin-bottom: 10px; /* Add spacing between thumbnails */
}

.vartical-product-active .pot-small-img img {
    width: 100vw;
    height: 120px; /* Standardized height for thumbnails */
    object-fit: cover; /* Prevents image from stretching */
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.vartical-product-active .pot-small-img:hover img {
    opacity: 0.8;
}

.vartical-product-active .pot-small-img.active {
    border-color: #D988B9; /* CHANGED */
}

.product_details_info {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 30px; /* Add padding for breathing room */
}

.product_details_info::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../images/weddingstyles/flower-1.png'), url('../images/weddingstyles/flower-2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top -10px left -10px, bottom -10px right -10px;
    background-size: 100px, 100px;
    opacity: 0.2;
}

.product_details_info::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    z-index: 0;
    background: url('../images/weddingstyles/rounder.png') no-repeat center center;
    background-size: contain;
    opacity: 0.15;
    animation: spin 15s linear infinite; 
}

.product_details_info > * {
    position: relative;
    z-index: 1;
}

.contact-btn-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
}
.contact-btn {
    flex: 1;
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 16px;
    z-index: 1; 
    position: relative;
}
.contact-btn.whatsapp {
    background-color: #25D366;
}
.contact-btn.whatsapp:hover {
    background-color: #1EAE56;
    color: #fff;
}
.contact-btn.call {
    background-color: #34B7F1;
}
.contact-btn.call:hover {
    background-color: #299ED6;
    color: #fff;
}
.contact-now-btn {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: #D988B9; /* CHANGED */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    z-index: 1; 
    position: relative;
}
.contact-now-btn:hover {
    background-color: #B0578D; /* CHANGED */
    color: #fff;
}

/* === CONTACT.PHP STYLES === */

/* Titles */
.contact-title h3 {
    font-family: 'Playfair Display', serif;
}

.section-title.contact { /* Make selector more specific */
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.styled-container {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
    height: 100%; 
}

.styled-container::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../images/weddingstyles/flower-1.png'), url('../images/weddingstyles/flower-2.png'), url('../images/weddingstyles/flower-5.png'), url('../images/weddingstyles/flower-6.png');
    background-repeat: no-repeat;
    background-position: top -10px left -10px, bottom -10px right -10px, top 10% right -20px, bottom 10% left -20px;
    background-size: 100px, 100px, 120px, 120px;
    opacity: 0.15;
}

.styled-container::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    z-index: 0;
    background: url('../images/weddingstyles/rounder.png') no-repeat center center;
    background-size: contain;
    opacity: 0.1;
    animation: spin 20s linear infinite;
}

.styled-container > div {
    position: relative;
    z-index: 1;
}

.contact-infor .contact-title h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.contact-infor .contact-dec p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.contact-infor .contact-address ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.contact-infor .contact-address ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.contact-infor .contact-address ul li i {
    color: #D988B9; /* CHANGED */
    font-size: 22px;
    margin-right: 15px;
    margin-top: 5px; 
    width: 25px;
    text-align: center;
}

.contact-infor .contact-address ul li span {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    font-weight: 500;
}

.contact-infor .contact-address ul li span strong {
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}

.contact-infor .contact-address ul li a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-infor .contact-address ul li a:hover {
    color: #D988B9; /* CHANGED */
}

.contact-infor .work-hours {
    margin-top: 20px;
}

.contact-infor .work-hours h5 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.contact-infor .work-hours p {
    font-size: 16px;
    color: #555;
}

.contact-form-info .contact-title h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.contact-page-form .contact-input {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-page-form .contact-inner input,
.contact-page-form .contact-message textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    transition: border-color 0.3s ease;
}

.contact-page-form .contact-inner input:focus,
.contact-page-form .contact-message textarea:focus {
    border-color: #D988B9; /* CHANGED */
    outline: none;
    box-shadow: 0 0 5px rgba(217, 136, 185, 0.2); /* CHANGED */
}

.contact-page-form .contact-message textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-submit-btn {
    margin-top: 20px;
}

.contact-submit-btn .submit-btn {
    display: inline-block;
    padding: 0px 30px;
    background-color: #D988B9; /* CHANGED */
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.contact-submit-btn .submit-btn:hover {
    background-color: #B0578D; /* CHANGED */
}

.map-container {
    margin-top: 30px;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    border: 0; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* === ABOUT.PHP STYLES === */

/* Titles */
.about-us-contents h3,
.vision-mission-wrap h4,
.why-choose-us h4 {
    font-family: 'Playfair Display', serif;
}

.section-title.about { /* Make selector more specific */
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-us-contents h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.about-us-contents h3 span {
    color: #D988B9; /* CHANGED */
}

.about-us-contents p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}

.about-us-info ul {
    list-style: none;
    padding-left: 0;
}

.about-us-info ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.about-us-info ul li i {
    color: #D988B9; /* CHANGED */
    font-size: 20px;
    margin-right: 10px;
}

.about-us-btn a {
    display: inline-block;
    padding: 12px 30px;
    background-color: #D988B9; /* CHANGED */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-us-btn a:hover {
    background-color: #B0578D; /* CHANGED */
}

.about-us-image img {
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.vision-mission-wrap, .why-choose-us {
    padding: 30px;
    background: rgba(255,255,255,0.8); 
    border-radius: 10px;
    height: 100%;
}

.vision-mission-wrap h4, .why-choose-us h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.vision-mission-wrap p, .why-choose-us ul {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.why-choose-us ul {
    list-style: none;
    padding-left: 0;
}

.why-choose-us li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}

.why-choose-us li::before {
    content: '\f3ff'; /* ion-ios-checkmark-outline */
    font-family: 'Ionicons';
    position: absolute;
    left: 0;
    top: 0;
    color: #D988B9; /* CHANGED */
    font-size: 22px;
}

/* === GALLERY.PHP STYLES === */

.section-title.gallery { /* Make selector more specific */
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: 'Playfair Display', serif; 
    position: relative;
    z-index: 1;
}

.main-content-wrap.gallery-page {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 30px; 
}

.main-content-wrap.gallery-page::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../images/weddingstyles/flower-1.png'), url('../images/weddingstyles/flower-2.png'), url('../images/weddingstyles/flower-5.png'), url('../images/weddingstyles/flower-6.png');
    background-repeat: no-repeat;
    background-position: top -10px left -10px, bottom -10px right -10px, top 10% right -20px, bottom 10% left -20px;
    background-size: 100px, 100px, 120px, 120px;
    opacity: 0.15;
}

.main-content-wrap.gallery-page::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    z-index: 0;
    background: url('../images/weddingstyles/rounder.png') no-repeat center center;
    background-size: contain;
    opacity: 0.1;
    animation: spin 20s linear infinite; 
}

.main-content-wrap.gallery-page > .container {
    position: relative;
    z-index: 1;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.gallery-item.page-grid { /* Make selector more specific */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 1 / 1; 
    position: relative; 
}

.gallery-item.page-grid:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.gallery-item.page-grid a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-item.page-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item .gallery-item-hover {
    position: absolute;
    inset: 0; 
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; 
}

.gallery-item:hover .gallery-item-hover {
    opacity: 1;
}

.gallery-item .view-icon {
    width: 50px;
    height: 50px;
    color: white; 
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.gallery-item:hover .view-icon {
    transform: scale(1);
}

.pagination-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.pagination-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.pagination-list li {
    margin: 0;
}

.pagination-list li a,
.pagination-list li span {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border-left: 1px solid #eee;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.pagination-list li:first-child a {
    border-left: none;
}

.pagination-list li a:hover {
    background-color: #f4f4f4;
    color: #D988B9; /* CHANGED */
}

.pagination-list li.active span {
    background-color: #D988B9; /* CHANGED */
    color: white;
    font-weight: 700;
}

.pagination-list li.disabled span {
    color: #aaa;
    background-color: #f9f9f9;
    pointer-events: none;
}

/* === SERVICES.PHP STYLES === */

/* Targeting the standard Bootstrap .card class */
.card {
    border: none; 
    border-radius: 15px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
    transition: all 0.3s ease-in-out;
    height: 100%; 
    position: relative;
    overflow: hidden; 
    background-color: #fff; 
}

.card::before {
    content: '';
    position: absolute;
    inset: 0; 
    z-index: 0; 
    background-image: url('../images/weddingstyles/flower-1.png'), url('../images/weddingstyles/flower-2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top -10px left -10px, bottom -10px right -10px;
    background-size: 100px, 100px;
    opacity: 0.2; 
}

.card::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    z-index: 0; 
    background: url('../images/weddingstyles/rounder.png') no-repeat center center;
    background-size: contain;
    opacity: 0.15; 
    animation: spin 15s linear infinite; 
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); 
}

.card-img-top {
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    z-index: 1;
}

.card-body {
    padding: 25px;
    position: relative; 
    display: flex; 
    flex-direction: column;
    position: relative;
    z-index: 1;
    background: transparent; 
}

.card-body::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 4px;
    height: 40px;
    background-color: #D988B9; /* CHANGED */
    border-radius: 0 4px 4px 0;
    z-index: 2; 
}

.card-title {
    font-family: 'Playfair Display', serif; 
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-left: 10px; 
}

.card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: #D988B9; /* CHANGED */
}

.card-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-left: 10px; 
    flex-grow: 1; 
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #D988B9; /* CHANGED */
    border-color: #D988B9; /* CHANGED */
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-left: 10px; 
    margin-top: auto; 
    align-self: flex-start; 
    position: relative;
    z-index: 1;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #B0578D; /* CHANGED */
    border-color: #B0578D; /* CHANGED */
    box-shadow: 0 4px 10px rgba(217, 136, 185, 0.3); /* CHANGED */
}

/* === ADDED: STYLED SCROLLBAR FOR TESTIMONIALS === */
.testimonial-slider .test-cont::-webkit-scrollbar {
    width: 6px;
}
.testimonial-slider .test-cont::-webkit-scrollbar-thumb {
    background-color: #D988B9; /* Main pink color */
    border-radius: 10px;
}
.testimonial-slider .test-cont::-webkit-scrollbar-track {
    background: #FEF6F9; /* Light pink background */
    border-radius: 10px;
}
@media (max-width: 768px) {
    .testimonial-slider .testimonial-inner {
        margin-bottom: 100px;
    }
}
@media (max-width: 476px) {
    .testimonial-slider .testimonial-inner {
        margin-bottom: 130px;
    }
}
