* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    position: relative;
    /* padding-top: 10px; */
    background: #f5f7fb;
    margin: 16px;
}

/* Navigation Bar */
.nav-bar {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    background: rgba(79, 70, 229, 0.95);
    /* background-image: url('/japan.jpg'); */
    backdrop-filter: blur(10px);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.user-info {
    color: white;
    text-align: right;
    font-size: 14px;
    line-height: 1.5;
}

.time-info {
    font-family: monospace;
    opacity: 0.9;
}

/* Remove Split Background */
.background-split {
    display: none;
}

/* Pricing Cards Section */
.pricing-section {
    max-width: 1200px;
    position: relative;
    top: 40px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.pricing-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.pricing-container {
    flex-wrap: nowrap;
}

.offer_screen {
    height: 240px;
    width: 80%;
    border-radius: 20px;
    object-fit: fill;
}

.card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    width: 320px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card.popular {
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
    color: white;
    overflow: hidden;
}

.card.premium {
    background-image: url('../img/Frame 2147224171 1.webp');
    /* background: linear-gradient(135deg, #ecf5a0 0%, #f2cf5b 100%); */
    color: white;
    overflow: hidden;
}

.badge {
    position: absolute;
    top: 30px;
    right: -55px;
    background: #ff0303;
    color: white;
    padding: 8px 50px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.circle-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #4F46E5;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.circle-checkbox.checked {
    background-color: #4F46E5;
}

.card.popular .circle-checkbox {
    border-color: white;
}

.card.popular .circle-checkbox.checked {
    background-color: white;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    color: #1F2937;
}

.card.popular h3,
.card.popular .price,
.card.popular li {
    color: white;
}

.price {
    font-size: 42px;
    font-weight: 700;
    margin: 20px 0;
    color: #1F2937;
}

.price del {
    font-size: 18px;
    color: #6B7280;
    margin-left: 10px;
    font-weight: 500;
    text-decoration: line-through;
}

.card.popular .price del {
    color: rgba(255, 255, 255, 0.7);
}

ul {
    list-style: none;
    margin: 30px 0;
}

ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #4B5563;
    font-size: 15px;
}

ul li::before {
    content: '✓';
    margin-right: 12px;
    color: #22C55E;
    font-weight: bold;
}

/* Meeting Form Section */
.section-divider {
    text-align: center;
    position: relative;
    margin: 50px 0;
}

.section-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.section-divider span {
    background: white;
    padding: 0 20px;
    color: #4F46E5;
    font-weight: 600;
}

.form-container {
    max-width: 800px;
    margin: 20px auto;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 25px;
}

.form_lable {
    margin-bottom: 30px !important;
}

.form-group label {
    padding: 10px;
    border-radius: 10px;
    display: block;
    /* margin-bottom: 8px; */
    color: #4B5563;
    font-weight: 500;
}

.form-group input[type="text"],
.form-group input[type="number"],
.form-group input[type="file"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #4F46E5;
    outline: none;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.form-group textarea {
    height: 100px;
    resize: vertical;
}

.radio-group {
    display: flex;
    gap: 20px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.timing-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}

.time-slot {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.time-slot:hover {
    background: #4F46E5;
    color: red;
    border-color: #4F46E5;
}

.time-slot:hover label {
    color: white;
}

.time-slot.selected {
    background: #4F46E5;
    color: white;
    border-color: #4F46E5;
}

.time-slot.selected label {
    background: #4F46E5;
    color: white;
    border-color: #4F46E5;
}

button {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    border: none;
    background: #4F46E5;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

button:hover {
    background: #4338CA;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(79, 70, 229, 0.4);
}

@media (max-width: 768px) {
    .pricing-container {
        justify-content: start;
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
        max-width: 320px;
    }

    .form-container {
        /* margin: 20px; */
        padding: 20px;
    }

    .radio-group {
        flex-direction: column;
    }

    .timing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Add Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-icon {
    font-size: 50px;
    color: #22C55E;
    margin-bottom: 20px;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1F2937;
}

.modal-message {
    color: #6B7280;
    margin-bottom: 25px;
}

.modal-button {
    background: #4F46E5;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.modal-button:hover {
    background: #4338CA;
}


@media (max-width: 600px) {

    body {
        margin: 16px !important;
        font-size: 16px !important;
        /* Increase base font size */
    }

    .pricing-container {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: scroll !important;
        flex-wrap: nowrap !important;
        gap: 2px !important;
        margin: -16px !important;
        /* Remove body margin from this section */
        -ms-overflow-style: none;
        /* Hide scrollbar for Internet Explorer and Edge */
        scrollbar-width: none;
        /* Hide scrollbar for Firefox */
    }

    .pricing-container::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for WebKit browsers */
    }

    .card.basic {
        margin-left: 16px !important;
    }

    .card {
        flex: 0 0 auto !important;
        margin-right: 16px !important;
        width: 100% !important;
        /* Make cards wider */
    }

    h3 {
        font-size: 22px !important;
        /* Increase heading size */
    }

    .price {
        font-size: 36px !important;
        /* Increase price text size */
    }

    ul li {
        font-size: 16px !important;
        /* Increase list item size */
    }

    button {
        font-size: 18px !important;
        /* Increase button text size */
    }

    .form-container {
        /* margin: 20px !important; */
        padding: 20px !important;
    }

    .form-group label {
        font-size: 16px !important;
        /* Increase form label size */
    }

    .form-group input[type="text"],
    .form-group input[type="number"],
    .form-group input[type="file"],
    .form-group input[type="email"],
    .form-group input[type="date"],
    .form-group textarea {
        font-size: 16px !important;
        /* Increase input text size */
    }

    .modal-content {
        padding: 20px !important;
    }

    .modal-title {
        font-size: 22px !important;
        /* Increase modal title size */
    }

    .modal-message {
        font-size: 16px !important;
        /* Increase modal message size */
    }

    .modal-button {
        font-size: 18px !important;
        /* Increase modal button text size */
    }

    .pricing-section {
        padding: 0%;
    }

    .mode-selection {
        flex-direction: column;
    }
}



.mode-selection {
    display: flex;
    gap: 24px;
    margin: 20px 0;
}

.mode-option {
    flex: 1;
    background: white;
    border-radius: 16px;
    padding: 24px;
    border: 2px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    /* overflow: hidden; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.mode-option input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.mode-option input[type="radio"]:checked+.mode-content {
    border-color: #4338CA;
}

.mode-option input[type="radio"]:checked~.mode-radio::after {
    transform: scale(1);
}

.mode-radio {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mode-radio::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #4338CA;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.2s ease;
}

.mode-option:hover {
    border-color: #4338CA;
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.mode-option input[type="radio"]:checked+.mode-content {
    background: linear-gradient(to bottom, #fff, #fff5ee);
}

.mode-option input[type="radio"]:checked~.mode-radio {
    border-color: #4338CA;
}

.mode-option.selected {
    border-color: #4338CA;
    background: linear-gradient(to bottom, #fff, #fff5ee);
}

.mode-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

/* .mode-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff5ee;
    color: #4338CA;
    font-size: 20px;
} */

.address-line input[type="radio"] {
    opacity: 1;
}

.mode-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.mode-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.address-box {
    background: #fff;
    border: 1px solid rgba(245, 134, 52, 0.2);
    border-radius: 12px;
    padding: 12px 0px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.address-line {
    display: flex !important;
    align-items: center;
    gap: 12px;
    color: #666;
    font-size: 14px;
}

.address-line i {
    color: #4338CA;
    width: 16px;
}

.address-line.primary {
    font-weight: 600;
    color: #333;
}

.mode-badge {
    position: absolute;
    top: -14px;
    right: 16px;
    background: #e6f7ed;
    color: #22c55e;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.passport-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.passport-container input[type="file"] {
    flex: 1;
    padding: 8px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}

.preview-container {
    width: 120px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px dashed #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
}

#passport-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}