 /* -------------------- GLOBAL STYLE -------------------- */

        /* Section Headings */
        .heading {
          /* */
           /* font-family: "Redressed", cursive; */
        color: #a36c74 !important;
        font-weight: 700;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        }
        .heading::after {
        content: '';
        display: block;
        width: 60%;
        height: 3px;
        background: linear-gradient(to right, #ffb6b9, #ffdde1);
        margin: 10px auto 0;
        border-radius: 5px;
        }

        /* -------------------- CAROUSEL -------------------- */
        .carousel-caption {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        z-index: 2;
        padding: 0 15px;
        color: #fff;
        }

        .carousel-caption h1 {
        font-size: 3.4rem;
        font-weight: 700;
        color: #fff;
        text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
        line-height: 1.3;
        margin: 0;
        animation: fadeInUp 1.5s ease;
        }

        .carousel-item::before {
        content: '';
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.35);
        }
        .carousel-item {
         height: 600px;
        background-size: cover;
        background-position: center;
        }

        @media (max-width: 992px) {
        .carousel-caption h1 {
        font-size: 2.4rem;
        }
        }
        @media (max-width: 576px) {
        .carousel-caption h1 {
        font-size: 1.8rem;
        }.carousel-item {
        height: 65vh;  /* reduce height for small screens */
        }
        }

 .carousel-item.slide-in {
        animation: slideIn 1s ease-in-out;
      }

      @keyframes slideIn {
        0% {
          transform: translateX(-100%);
        }
        100% {
          transform: translateX(0);
        }
      }

      .carousel-item.scale-in {
        animation: scaleIn 1s ease-in-out;
      }

      @keyframes scaleIn {
        0% {
          transform: scale(0);
          opacity: 0;
        }
        100% {
          transform: scale(1);
          opacity: 1;
        }
      }
     

        /* -------------------- ABOUT -------------------- */
       /* 🌸 SUPER PREMIUM ABOUT SECTION */

.about-luxe {
    background: linear-gradient(to bottom right, #fff6f8, #ffeef1);
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

/* Soft floral floating elements */
.about-luxe:before,
.about-luxe:after {
    content: '🌸';
    position: absolute;
    font-size: 4rem;
    opacity: 0.15;
    animation: float 6s infinite ease-in-out;
}

.about-luxe:before {
    top: 20px;
    left: 30px;
}
.about-luxe:after {
    bottom: 20px;
    right: 40px;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

.about-luxe-title {

    font-size: 3.2rem;
    color: #a36c74;
    letter-spacing: 1px;
}

.about-luxe-subtitle {
    font-size: 1.2rem;
    color: #555;
    font-weight: 500;
}

.about-luxe-divider {
    width: 90px;
    height: 4px;
    background: linear-gradient(to right, #ffb6b9, #ffdde1);
    margin: 15px auto 0;
    border-radius: 20px;
}

/* Image Box */
.about-luxe-image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-luxe-img {
    width: 100%;
    height: auto;
    transition: 0.6s ease;
}

.about-luxe-image-box:hover .about-luxe-img {
    transform: scale(1.07);
}

.about-luxe-img-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255, 182, 185, 0.18);
    opacity: 0;
    transition: 0.5s ease;
}

.about-luxe-image-box:hover .about-luxe-img-overlay {
    opacity: 1;
}

/* Content */
.about-luxe-hello {

    color: #a36c74;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.about-luxe-text {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-luxe-list {
    list-style: none;
    padding-left: 0;
}

.about-luxe-list li {
    font-size: 1rem;
    margin-bottom: 8px;
    padding-left: 28px;
    position: relative;
    color: #333;
}

.about-luxe-list li::before {
    content: "🌷";
    position: absolute;
    left: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .about-luxe-title { font-size: 2.6rem; }
    .about-luxe-text { font-size: 1rem; }
}

@media (max-width: 576px) {
    .about-luxe-title { font-size: 2.2rem; }
    .about-luxe-text { font-size: 0.95rem; }
}


        /* Make columns stack properly */
        @media (max-width: 768px) {
        .about-image-wrapper {
        width: 100% !important;
        display: block !important;
        }

        .about-image {
        width: 100% !important;
        height: auto !important;
        }

        .about-paragraph {
        text-align: left !important;
        }
        }

        /* Prevent row overflow */
        @media (max-width: 576px) {
        .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        }

        .col-lg-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        }
        }
        .image-overlay {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        border-radius: 20px;
        background: rgba(106, 177, 135, 0.15);
        opacity: 0;
        transition: opacity 0.5s ease;
        }

        .about-image-wrapper:hover .image-overlay {
        opacity: 1;
        }

        @media (max-width: 992px) {
        .about-title { font-size: 2rem; }
        .about-subtitle { font-size: 1.1rem; }
        .about-paragraph { font-size: 0.95rem; }
        }

        @media (max-width: 576px) {
        .about-title { font-size: 1.8rem; }
        .about-paragraph { text-align: left; }
        }


        /* -------------------- CARDS -------------------- */
        .card {
        border: none;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.4s ease;
        background: #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }
        .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 18px rgba(0,0,0,0.12);
        }
        .custom-card-img {
        height: 220px;
        object-fit: cover;
        }
        .card-title {
        font-weight: 600;
        color: #a36c74 !important;

        }
        .btn-cart, .btn-view-all {
        background: linear-gradient(to right, #ffb6b9, #ffdde1);
        border: none;
        color: #4a3f35 !important;
        border-radius: 25px;
        padding: 8px 20px;
        transition: 0.3s;
        font-weight: 600;
        text-decoration: none;
        }
        .btn-cart:hover, .btn-view-all:hover {
        background: linear-gradient(to right, #ffc3a0, #ffdde1);
        color: #000 !important;
        }
        /* -------------------- WORKSHOPS FIX -------------------- */
        section .card {
        display: flex;
        flex-direction: column;
        height: 100%;
        }

        section .card img.custom-card-img {
        height: 220px;
        object-fit: cover;
        }

        section .card-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        }

        section .card-body h6 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #a36c74;
        margin-bottom: 8px;
        
        }

        section .card-body p {
        font-size: 0.9rem;
        color: #555;
        margin-bottom: 12px;
        }

        section .btn-view-all {
        align-self: center;
        margin-top: auto;
        display: inline-block;

        }

        /* Responsive balance */
        @media (max-width: 576px) {
        section .card {
        height: auto;
        }
        }

        /* -------------------- GALLERY -------------------- */
        .container-gallery {
        padding: 70px 0;
        }
        .container-gallery h2 {
        color: #a36c74;
        }
        .box {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        margin-bottom: 20px;
        }
        .gallery-img {
        width: 100%;
        height: 390px;
        object-fit: cover;
        transition: transform 0.4s ease;
        }
        .box:hover .gallery-img {
        transform: scale(1.05);
        }
        .overlay {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(255, 182, 185, 0.4);
        opacity: 0;
        transition: 0.4s;
        display: flex;
        justify-content: center;
        align-items: center;
        }
        .box:hover .overlay {
        opacity: 1;
        }
        .view-btn {
        background: #fff;
        color: #a36c74;
        padding: 8px 18px;
        border-radius: 20px;
        font-weight: 600;
        text-decoration: none;

        }

        /* Lightbox */
        .lightbox {
        display: none;
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.85);
        justify-content: center;
        align-items: center;
        z-index: 9999;
        }
        .lightbox img {
        max-width: 90%;
        max-height: 80%;
        border-radius: 12px;
        }
        .close-lightbox {
        position: absolute;
        top: 30px;
        right: 50px;
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        }

        /* Animations */
        @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(30px); }
        to { opacity: 1; transform: translateY(0); }
        }
