* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hotel {
    background-color: #163562 !important;
    position: relative !important;
}

.installapp-main {
    display: none !important;
}

.mob-menu-overlay.mob-menu-overlay-active {
    opacity: 1;
    transform: translateX(0);
    z-index: 999;
}


.banner-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 15vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    text-align: center;
    z-index: 10;
}

.banner-title {
    color: #ffffff;
    font-size: 39px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #ffffff;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    /* margin-top: 40px; */
}


.thissection a,
.thissection article,
.thissection aside,
.thissection details,
.thissection div,
.thissection figcaption,
.thissection figure,
.thissection footer,
.thissection h1,
.thissection h2,
.thissection h3,
.thissection h4,
.thissection h5,
.thissection h6,
.thissection header,
.thissection hgroup,
.thissection input,
.thissection li,
.thissection nav,
.thissection ol,
.thissection p,
.thissection section,
.thissection span,
.thissection ul {
    float: none !important;
}

/* Affiliate Login Section Styles */
.affiliate-login-wrapper {
    background: #ffffff;
    padding: 40px 20px;
    width: 100%;
}

.affiliate-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 35px;
    align-items: start;
}

/* Left Side - Information Section */
.affiliate-info-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(126, 182, 255, 0.12);
    border: 1px solid rgba(126, 182, 255, 0.15);
    position: relative;
    overflow: hidden;
}

.affiliate-info-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #7eb6ff 0%, #5a9cf5 100%);
}

.info-content {
    animation: fadeInLeft 0.8s ease-in-out;
}

.info-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    color: #1a2332;
    background: linear-gradient(135deg, #1a2332 0%, #2d4a6f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.info-description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a5568;
}

.why-register-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #2d3748;
}

.why-register-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #7eb6ff 0%, #5a9cf5 100%);
    border-radius: 2px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.benefit-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.7;
    color: #4a5568;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(126, 182, 255, 0.08);
    transform: translateX(5px);
}

.benefit-item i {
    color: #7eb6ff;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.benefit-item:hover i {
    transform: scale(1.1);
}

.benefit-item strong {
    color: #2d3748;
    font-weight: 600;
}

/* Right Side - Login Section */
.affiliate-login-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.login-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(126, 182, 255, 0.12);
    width: 100%;
    animation: fadeInRight 0.8s ease-in-out;
    border: 1px solid rgba(126, 182, 255, 0.15);
    position: relative;
    overflow: hidden;
}

.login-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #7eb6ff 0%, #5a9cf5 100%);
}

.login-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.login-subtitle {
    font-size: 13px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* OTP Options */
.otp-options {
    margin-bottom: 18px;
}

.otp-option-label {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    display: block;
    margin-bottom: 10px;
}

.otp-checkboxes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-size: 13px;
    color: #4a5568;
    transition: color 0.3s ease;
}

.checkbox-label:hover {
    color: #2d3748;
}

.checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #7eb6ff;
}

.checkbox-label span {
    user-select: none;
}

/* Divider */
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 18px 0;
    color: #718096;
    font-size: 13px;
    font-weight: 500;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #e8eff7;
}

.divider span {
    padding: 0 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

/* Login Form */
.login-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-label i {
    color: #7eb6ff;
    font-size: 14px;
}

.form-input {
    padding: 12px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    outline: none;
    background: #ffffff;
}

.form-input:focus {
    border-color: #7eb6ff;
    box-shadow: 0 0 0 4px rgba(126, 182, 255, 0.1);
    background: #ffffff;
}

.form-input:hover {
    border-color: #cbd5e0;
}

.form-input::placeholder {
    color: #aaa;
}

.password-input-wrapper {
    position: relative;
}

.password-input-wrapper .form-input {
    padding-right: 45px;
    width: 100%;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #7eb6ff;
    cursor: pointer;
    font-size: 16px;
    padding: 6px;
    transition: color 0.3s ease;
}

.toggle-password:hover {
    color: #5a9cf5;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    flex-wrap: wrap;
    gap: 8px;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 13px;
    color: #4a5568;
    transition: color 0.3s ease;
}

.remember-me:hover {
    color: #2d3748;
}

.remember-me input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #7eb6ff;
}

.forgot-password {
    color: #7eb6ff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.forgot-password:hover {
    color: #5a9cf5;
    text-decoration: underline;
}

.login-btn {
    background: linear-gradient(135deg, #7eb6ff 0%, #5a9cf5 100%);
    color: #ffffff;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 12px rgba(126, 182, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.login-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.login-btn:hover::before {
    left: 100%;
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(126, 182, 255, 0.4);
}

.login-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(126, 182, 255, 0.3);
}

/* Sign Up Section */
.signup-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #e8eff7;
    text-align: center;
    background: linear-gradient(135deg, #f7fafd 0%, #eef4fb 100%);
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.signup-title {
    font-size: 17px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.signup-description {
    font-size: 13px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 15px;
}

.signup-btn {
    display: inline-block;
    background: #ffffff;
    color: #7eb6ff;
    border: 2px solid #7eb6ff;
    padding: 10px 32px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 2px 8px rgba(126, 182, 255, 0.15);
}

.signup-btn:hover {
    background: linear-gradient(135deg, #7eb6ff 0%, #5a9cf5 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(126, 182, 255, 0.3);
}

/* Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .affiliate-container {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .affiliate-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .affiliate-login-wrapper {
        padding: 30px 15px;
    }

    .affiliate-login-section {
        order: 1;
    }

    .affiliate-info-section {
        order: 2;
    }
}

@media (max-width: 767px) {

    .menuIcon,
    .menuIcon-mobile {

        background: url("/assests/Bmb-headerimage/mobicon.png") center center / 30px 30px no-repeat #fff !important;

    }

    .hotel {
        background-color: #ffffff !important;
        position: relative !important;
    }
}

@media (max-width: 768px) {
    .affiliate-login-wrapper {
        padding: 25px 12px;
    }

    .affiliate-info-section,
    .login-card {
        padding: 25px;
    }

    .info-title {
        font-size: 20px;
    }

    .info-description {
        font-size: 13px;
    }

    .why-register-title {
        font-size: 18px;
    }

    .benefit-item {
        font-size: 12px;
    }

    .benefit-item i {
        font-size: 16px;
    }

    .login-title {
        font-size: 20px;
    }

    .form-footer {
        /* flex-direction: column; */
        align-items: flex-start;
    }

    .affiliate-login-section {
        order: 1;
    }

    .affiliate-info-section {
        order: 2;
    }
}

@media (max-width: 480px) {
    .banner-title {
        font-size: 24px;
    }

    .affiliate-login-wrapper {
        padding: 20px 10px;
    }

    .affiliate-info-section,
    .login-card {
        padding: 20px;
    }

    .info-title {
        font-size: 18px;
    }

    .why-register-title {
        font-size: 16px;
    }

    .login-title {
        font-size: 18px;
    }

    .otp-checkboxes {
        flex-direction: column;
        gap: 10px;
    }
}