    /* GLOBAL COLOR THEME */

    :root {
        --primary: #ff7a18;
        --secondary: #32d2aa;
        --accent: #6c63ff;
        --pink: #ff4ecd;
        --yellow: #ffb703;
        --light-bg: #fff7f1;
    }

    /* BREADCUMB */

    .breadcumb-wrapper {
        background: linear-gradient(135deg, #ff7a18, #ffb703);
        color: #fff;
    }

    .breadcumb-title {
        font-size: 42px;
        font-weight: 700;
    }

    .breadcumb-text {
        font-size: 18px;
        opacity: 0.9;
    }

    /* PRODUCT SECTION BACKGROUND */

    .vs-product-wrapper {
        background: linear-gradient(to right, #fff7f1, #f0fff9);
        border-radius: 20px;
        padding: 50px 30px;
    }

    /* IMAGE STYLING */

    .product-big-img img {
        border-radius: 20px;
        transition: 0.4s;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .product-big-img img:hover {
        transform: scale(1.05);
    }

    /* THUMBNAILS */

    .product-thumb-slide .thumb img {
        border-radius: 10px;
        border: 2px solid transparent;
        transition: 0.3s;
    }

    .product-thumb-slide .thumb img:hover {
        border-color: var(--primary);
    }

    /* DESCRIPTION */

    .product-description h2 {
        color: #e8063c;
        font-weight: 700;
    }

    .description p {
        color: #555;
        line-height: 1.7;
    }

    /* BUTTON */

    .product_modal {
        background: linear-gradient(45deg, #198754, #0edf7e);
        border: none;
        padding: 10px 25px;
        border-radius: 30px;
        color: #fff;
        transition: 0.3s;
    }

    .product_modal:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    /* LIST STYLE */

    .list-style {
        background: #ffffff;
        padding: 30px;
        border-radius: 20px;
        margin-top: 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .list-style h4 {
        color: #e8063c;
        margin-bottom: 20px;
    }

    .list-styled li {
        margin-bottom: 12px;
        color: #444;
    }

    /* EVENT CARDS */

    .vs-product {
        border-radius: 20px;
        overflow: hidden;
        transition: 0.4s;
        background: #fff;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    }

    .vs-product:hover {
        transform: translateY(-10px);
    }

    .product-img img {
        border-radius: 20px 20px 0 0;
    }

    /* COLORFUL CARD VARIANTS */

    .vs-product:nth-child(1) {
        background: linear-gradient(135deg, #ffe0ec, #fff);
    }

    .vs-product:nth-child(2) {
        background: linear-gradient(135deg, #e0fff7, #fff);
    }

    .vs-product:nth-child(3) {
        background: linear-gradient(135deg, #fff4e0, #fff);
    }

    .vs-product:nth-child(4) {
        background: linear-gradient(135deg, #eae6ff, #fff);
    }

    /* TITLE */

    .product-title {
        font-size: 18px;
        font-weight: 600;
        padding: 15px;
        color: #333;
        text-align: center;
    }

    /* DIVIDER */

    .title-divider1 {
        width: 60px;
        height: 4px;
        background: linear-gradient(to right, #ff7a18, #6c63ff);
        margin: 10px 0 20px;
        border-radius: 10px;
    }

    /* SECTION BACKGROUND */

    .colorful-section {
        background: linear-gradient(135deg, #ec7f2229, #ebedee);
        padding: 60px 0;
    }

    /* IMAGE STYLE */

    .colorful-img img {
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        transition: 0.4s ease;
    }

    .colorful-img img:hover {
        transform: scale(1.05);
    }

    /* CARD DESIGN */

    .colorful-card {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(12px);
        padding: 40px;
        border-radius: 20px;
        padding-bottom: 100px !important;
        margin-left: 30px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    /* TITLE */

    .service-title {
        font-size: 38px;
        font-weight: 700;
        background: linear-gradient(90deg, #dc1964, #dc1964);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* TEXT */

    .service-text {
        font-size: 16px;
        color: #555;
    }

    /* LIST */

    .list-style1 ul li {
        padding: 8px 0;
        position: relative;
        padding-left: 25px;
        font-weight: 500;
    }

    .list-style1 ul li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: #ffc107;
        font-weight: bold;
    }

    /* BUTTON */

    .enquire-btn {
        margin-top: -15px;
        float: right;
        padding: 12px 28px;
        border-radius: 50px;
        background: linear-gradient(45deg, #198754, #09af85);
        border: none;
        color: #fff;
        font-weight: 600;
        transition: 0.3s;
    }

    .enquire-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    /* DIVIDER */

    .title-divider2 {
        height: 4px;
        width: 60px;
        background: linear-gradient(90deg, #ff7a18, #32d2aa);
        margin: 15px 0;
        border-radius: 10px;
    }

    /* ===== LIST STYLE ===== */

    .list-styled li {
        margin-bottom: 12px;
        padding-left: 24px;
        position: relative;
    }

    .list-styled li::before {
        content: "✔";
        color: #ff6b6b;
        font-weight: bold;
        position: absolute;
        left: 0;
    }

    /* Base (reuse if already added) */

    .btn {
        position: relative;
        display: inline-block;
        padding: 12px 19px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 8px;
        top: 20px !important;
        border: none;
        right: 30px;
        cursor: pointer;
        overflow: hidden;
        transition: all 0.4s ease;
        z-index: 1;
    }

    .btn span {
        position: relative;
        z-index: 2;
    }

    /* GREEN BUTTON */

    .btn-green {
        background: linear-gradient(135deg, #28a745, #1e7e34);
        color: #fff;
        bottom: 20px;
        box-shadow: 0 5px 20px rgba(40, 167, 69, 0.4);
    }

    /* Shine sweep effect */

    .btn-green::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transition: all 0.5s ease;
    }

    /* Hover animation */

    .btn-green:hover::before {
        left: 100%;
    }

    .btn-green:hover {
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 10px 30px rgba(40, 167, 69, 0.6);
    }

    /* Click effect */

    .btn-green:active {
        transform: scale(0.96);
    }