
        .video-banner {
            position: relative;
            width: 100%;
            height: 100vh;
            /* or your required height */
            overflow: hidden;
        }

        /* video */
        .banner-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* black overlay */
        .video-banner::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.45);
            /* adjust 0.25–0.45 as needed */
            z-index: 1;
        }
        .advance-item .advance-thumb img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

        .advance-area .advance-content {
            min-height: 70px;
            gap: 10px;
            padding: 14px 16px !important;
        }

        .advance-area .advance-content h6 {
            flex: 1 1 auto;
            min-width: 0;
            line-height: 1.18;
            margin-bottom: 3px;
        }

        .advance-area .advance-content h6 a {
            display: -webkit-box;
            overflow: hidden;
            font-size: 14px !important;
            line-height: 1.18;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .advance-area .advance-btn {
            flex: 0 0 40px;
        }

        .card-container {
            /* min-width: 370px; */
            max-width: 370px;
            width: 100%;
            border-radius: 12px;
            cursor: pointer;
            width: 100%;
            outline: 2px solid #513c3a;
            overflow: hidden;
        }

        .bg-white {
            background-color: #fff;
        }

        .bg-brown {
            background: #513c3a;
        }

        .card-container .card-top {
            padding-top: 20px;
            padding-left: 25px;
            min-height: 144px;
            padding-right: 25px;
            background-size: 100%;
            position: relative;
        }

        .card-img-top {
            height: 19.25px;
            width: auto;
            position: absolute;
        }

        .card-img-bottom {
            position: absolute;
            bottom: -6px;
            /* background-position: cover; */
        }

        .card-bottom {
            padding: 15px 25px 20px;
            border-top: 2px solid rgba(0, 0, 0, .1);
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .card-unlock {
            width: fit-content;
        }

        .card-unlock-top {
            justify-content: space-between;
            display: inline-flex;
            align-items: center;
            width: 100%;
        }

        .h4-bold {
            font-weight: 700;
            line-height: 1.25;
        }

        .font-white {
            color: #fff;
        }

        .arrow-img {
            vertical-align: middle;
            font-size: 0;
            margin-top: 4px;
            height: 15px !important;
            width: 15px !important;
        }

        .bottom-line {
            display: flex;
            align-items: center;
            justify-content: space-between;

        }

        .bottom-white-line {
            height: 4px;
            margin-top: 10px;
            margin-bottom: 5px;
            width: 100%;
            border-radius: 999px;
            background-color: #fff;
        }

        .font-success {
            -webkit-text-fill-color: #009368;
            color: #009368;
            font-size: 20px;
            margin-bottom: 10px;
        }

        @media (min-width: 767px) {
            .card-bottom-text {
                font-weight: 700;
                font-size: 16px;
                display: flex;
                gap: 5px;
            }

            .h4-bold {
                font-size: 20px;
            }
        }

        .service-img {
            width: 100%;
            height: 250px;
            margin-bottom: 16px;
            overflow: hidden;
            border-radius: 12px;
        }

        .service-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        @media (max-width: 767px) {

            .section-title {
                font-size: 28px;
            }

            .card-container {
                margin-top: 30px;
            }

            .advance-item .advance-thumb img {
                width: 100%;
                height: 250px;
                object-fit: cover;
            }

            .advance-area .advance-content {
                min-height: 62px;
                padding: 12px 14px !important;
            }

            .advance-area .advance-content h6 a {
                font-size: 16px !important;
            }
        }

        .swiper-wrapper {
            flex-wrap: nowrap !important;
        }


       
        .btn-auth {
            padding: 12px 35px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 8px;
            background: #fff;
            color: #000;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
        }

        .btn-auth:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
            background: #e8c547;
        }

        /* Modal Styling */
        .modal-content {
            border: none;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
            background: #1a1a1a;
        }

        .modal-header {
            border-bottom: 2px solid #fff;
            padding: 25px;
            background: #0f0f0f;
            border-radius: 12px 12px 0 0;
        }

        .modal-title {
            font-weight: 700;
            color: #fff;
            font-size: 22px;
        }

        .modal-body {
            padding: 30px;
            background: #1a1a1a;
        }

        .form-label {
            font-weight: 600;
            color: #e0e0e0;
            margin-bottom: 8px;
            font-size: 14px;
        }

        .form-control {
            border: 1.5px solid #333;
            border-radius: 8px;
            padding: 12px 15px;
            font-size: 14px;
            transition: all 0.3s ease;
            background: #2a2a2a;
            color: #fff;
        }

        .form-control:focus {
            border-color: #fff;
            box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
            background: #2a2a2a;
            color: #fff;
        }

        .form-control::placeholder {
            color: #888;
        }

        .btn-primary-auth {
            width: 100%;
            padding: 12px;
            background: #fff;
            border: none;
            border-radius: 8px;
            color: #000;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 15px;
        }

        .btn-primary-auth:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
            background: #e8c547;
        }

        .form-text {
            font-size: 14px;
            color: #b0b0b0;
            margin-top: 15px;
            text-align: center;
        }

        .toggle-form {
            color: #fff;
            cursor: pointer;
            font-weight: 600;
            text-decoration: none;
        }

        .toggle-form:hover {
            text-decoration: underline;
        }

        .input-group-text {
            background: #2a2a2a;
            border: 1.5px solid #333;
            cursor: pointer;
            color: #fff;
        }

        .tab-nav {
            display: flex;
            gap: 10px;
            border-bottom: 2px solid #333;
            margin-bottom: 25px;
        }

        .tab-btn {
            padding: 12px 20px;
            background: none;
            border: none;
            font-weight: 600;
            color: #888;
            cursor: pointer;
            border-bottom: 3px solid transparent;
            transition: all 0.3s ease;
        }

        .tab-btn.active {
            color: #fff;
            border-bottom-color: #fff;
        }

        .form-section {
            display: none;
        }

        .form-section.active {
            display: block;
        }

        .btn-close {
            filter: invert(1);
        }
