        .banner-caption {

            left: 30px;

            right: auto;

            bottom: 25px;

            text-align: left;

            max-width: 420px;

            background: rgba(0, 0, 0, .45);

            padding: 7px 10px;

            border-radius: 12px;

            backdrop-filter: blur(5px);
        }

        .banner-caption h5 {

            color: #fff;

            font-weight: 700;

            margin-bottom: 8px;
        }

        .banner-caption p {

            color: #fff;

            margin: 0;

            font-size: 12px;
        }

        .carousel-inner {

            border-radius: 18px;

            overflow: hidden;
        }

        .promotion-ticket-btn {
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255, 255, 255, .8);
            border-radius: 50px;
            padding: 10px 24px;
            font-size: 15px;
            font-weight: 600;
            transition: .3s ease;
            cursor: pointer;
        }

        .promotion-ticket-btn i {
            margin-right: 8px;
        }

        .promotion-ticket-btn:hover {
            background: #fff;
            color: #1f4e94;
            border-color: #fff;
            box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
        }

        /*====================================PROMOTION FEATURES====================================*/

        .promotion-promotion-features {
            margin-top: 20px;
        }

        .promotion-feature-box {
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            border: 1px solid #edf1f7;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
        }

        .promotion-feature-item {
            display: flex;
            align-items: center;
            padding: 22px 25px;
            border-right: 1px solid #edf1f7;
            height: 100%;
            transition: .3s;
        }

        .promotion-feature-item:hover {
            background: #f8fbff;
        }

        .promotion-feature-icon {
            width: 50px;
            height: 50px;
            min-width: 50px;
            border-radius: 50%;
            background: #eef4ff;
            color: #32528f;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 22px;
            margin-right: 15px;
        }

        .promotion-feature-content h5 {
            margin: 0;
            font-size: 18px;
            font-weight: 700;
            color: #32528f;
        }

        .promotion-feature-content p {
            margin: 2px 0 0;
            font-size: 14px;
            color: #32528f;
        }

        @media(max-width:991px) {

            .promotion-feature-item {
                border-right: none;
                border-bottom: 1px solid #edf1f7;
            }

            .promotion-feature-item.border-0 {
                border-bottom: none;
            }

        }

        @media(max-width:576px) {

            .promotion-feature-item {
                padding: 16px;
            }

            .promotion-feature-icon {
                width: 42px;
                height: 42px;
                min-width: 42px;
                font-size: 18px;
                margin-right: 10px;
            }

            .promotion-feature-content h5 {
                font-size: 15px;
            }

            .promotion-feature-content p {
                font-size: 12px;
            }

        }

        .prize-card {

            background: #fff;

            border-radius: 18px;

            overflow: hidden;

            border: 1px solid #e9edf5;

            box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

            transition: .3s;

            position: relative;

            height: 100%;

        }

        .prize-card:hover {

            transform: translateY(-6px);

            box-shadow: 0 15px 40px rgba(0, 0, 0, .12);

        }

        .disabled-card {

            opacity: .55;

        }

        .sold-badge {

            position: absolute;

            top: 12px;

            right: 12px;

            background: #ff3b30;

            color: #fff;

            font-size: 12px;

            padding: 5px 10px;

            border-radius: 30px;

            z-index: 2;

        }

        .prize-image {

            height: 220px;

            display: flex;

            justify-content: center;

            align-items: center;

            padding: 20px;

        }

        .prize-image img {

            max-width: 100%;

            max-height: 180px;

            object-fit: contain;

        }

        .prize-body {

            padding: 20px;
        	padding-top: 0px;

            text-align: center;

        }

        .prize-body h5 {

            font-size: 18px;

            font-weight: 700;

            margin-bottom: 8px;

            color: #222;

        }

        .prize-body small {
    		color: #777;
    		max-height: 60px;
    		display: -webkit-box;
    		-webkit-line-clamp: 3;
    		-webkit-box-orient: vertical;
    		text-overflow: ellipsis;
    		overflow: hidden;
    		font-size: 13px;
		}

        .ticket-price {

            color: #0d6efd;

            font-size: 28px;

            font-weight: 700;

            margin-top: 15px;

        }

        .ticket-text {

            color: #888;

            font-size: 13px;

            margin-bottom: 15px;

        }

        .buy-ticket-btn {

            border-radius: 10px;

            font-weight: 600;

            padding: 10px;

        }

        /*==================== SECTION TITLE ====================*/

        .section-title {
            max-width: 700px;
            margin: 0 auto 40px;
        }

        .section-badge {
            display: inline-block;
            background: #edf4ff;
            color: #32528f;
            font-size: 13px;
            font-weight: 600;
            padding: 6px 16px;
            border-radius: 30px;
            margin-bottom: 15px;
        }

        .section-heading {
            font-size: 42px;
            font-weight: 700;
            color: #222;
            margin-bottom: 12px;
            line-height: 1.2;
        }

        .section-heading span {
            color: #32528f;
        }

        .section-description {
            color: #32528f;
            font-size: 16px;
            line-height: 1.7;
            margin: 0;
        }

        /* Responsive */

        @media (max-width:768px) {

            .section-heading {
                font-size: 30px;
            }

            .section-description {
                font-size: 14px;
            }

            .section-badge {
                font-size: 12px;
                padding: 5px 14px;
            }

        }

        /*==================== HOW IT WORKS ====================*/

        .how-it-works {

            background: #f7f9ff;

            border-radius: 25px;

        }

        .step-box {

            padding: 20px;

            position: relative;

        }

        .step-icon {

            width: 90px;

            height: 90px;

            margin: auto;

            background: #fff;

            border-radius: 50%;

            display: flex;

            align-items: center;

            justify-content: center;

            font-size: 35px;

            color: #32528f;

            box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

            margin-bottom: 20px;

        }

        .step-icon.winner {

            color: #ff9800;

        }

        .step-number {

            width: 30px;

            height: 30px;

            border-radius: 50%;

            background: #32528f;

            color: #fff;

            display: inline-flex;

            justify-content: center;

            align-items: center;

            font-size: 14px;

            font-weight: 600;

            margin-bottom: 15px;

        }

        .step-box h5 {

            font-weight: 700;

            margin-bottom: 10px;

        }

        .step-box p {

            color: #666;

            font-size: 14px;

            line-height: 1.7;

        }

        /*==================== INVITE ====================*/

        .invite-box {

            background: linear-gradient(90deg, #003cc8, #4064a7);

            border-radius: 20px;

            padding: 30px 40px;

            color: #fff;

        }

        .invite-box h3 {

            font-weight: 700;
			color:#fff;
            margin-bottom: 8px;

        }

        .invite-box p {

            margin: 0;

            opacity: .9;

        }

        .invite-btn {

            border-radius: 40px;

            padding: 14px 30px;

            font-weight: 600;
        	border: none;

        }

        .invite-btn:hover {

            transform: translateY(-2px);

        }

        /*==================== CUSTOMER SUPPORT ====================*/

        .support-box {

            background: linear-gradient(135deg, #ffffff, #f7f9ff);

            border: 1px solid #e8eefb;

            border-radius: 20px;

            padding: 35px;

            box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

        }

        .support-image {

            max-width: 170px;

            width: 100%;

        }

        .support-title {

            font-size: 34px;

            font-weight: 700;

            color: #222;

            margin-bottom: 8px;

        }

        .support-text {

            color: #777;

            margin-bottom: 20px;

        }

        .support-list {

            list-style: none;

            padding: 0;

            margin: 0;

        }

        .support-list li {

            margin-bottom: 12px;

            font-size: 16px;

            color: #333;

            display: flex;

            align-items: center;

        }

        .support-list li i {

            width: 38px;

            height: 38px;

            background: #edf4ff;

            color: #32528f;

            border-radius: 50%;

            display: flex;

            align-items: center;

            justify-content: center;

            margin-right: 12px;

            font-size: 15px;

        }

        .support-btn {

            display: inline-flex;

            align-items: center;

            justify-content: center;

            padding: 14px 28px;

            background: #fff;

            color: #32528f;

            border: 2px solid #32528f;

            border-radius: 50px;

            text-decoration: none;

            font-weight: 600;

            transition: .3s;

        }

        .support-btn:hover {

            background: #0d6efd;

            color: #fff;

            text-decoration: none;

            transform: translateY(-2px);

        }

        @media(max-width:991px) {

            .support-box {

                text-align: center;

                padding: 30px 20px;

            }

            .support-title {

                font-size: 28px;

                margin-top: 20px;

            }

            .support-list li {

                justify-content: center;

            }

            .support-btn {

                margin-top: 25px;

            }

        }

.my-container {
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .my-container:before {
            content: ' ';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://zamashops.com/web_assets/images/about/Flatemobile.png');
            background-repeat: no-repeat;
            background-position: 50% 0;
            -ms-background-size: cover;
            -o-background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover;
            background-size: contain;
        }

        .my-container h4 {
            padding-top: 20px;
            z-index: 2;
            font-size: 1.6rem;
            margin-bottom: 4px;
            color: #32528f;
        }

        @media (min-width:200px) and (max-width:1199px) {
            .my-container h4 {
                font-size: 0.8rem;
            }

            .my-container p {
                font-size: 11px;
            }
        }