.contact-page .contact-hero-banner{
    background: url('../../img/voye4/banner-web.jpeg') center/cover no-repeat;
    border: none;
    box-shadow: none;
    /* Force high-quality rendering */
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: bicubic;
}

/* Mobile Responsive Banner */
@media (max-width: 768px) {
    .contact-page .contact-hero-banner {
        background-image: url('../../img/voye4/banner-mobile.jpeg');
        width: 100% !important;
        height: 70vh !important;
        min-height: 450px;
        background-position: center center;
        background-size: cover;
    }
}



.contact-page .contact-hero-subtitle{
    animation: none;
    opacity: 1;
}

.contact-page .contact-hero-overlay{
    background: linear-gradient(135deg, rgba(2, 0, 53, 0.15), rgba(217, 154, 40, 0.05));
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Contact Form Modal Styles */
.contact-page .contact-modal{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.contact-page .contact-modal-content{
    background-color: #fff;
    margin: 5% auto;
    padding: 40px;
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
    overflow-y: auto;
}

.contact-page .contact-close{
    position: absolute;
    top: 12%;
    right: 31%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 1001;
}

.contact-page .contact-close:hover{
    color: #000;
}

.contact-page .contact-contact-form h2{
    color: #020035;
    margin-bottom: 30px;
    text-align: center;
}

.contact-page .contact-form-group{
    margin-bottom: 20px;
}

.contact-page .contact-form-group label{
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #2d3748;
}

.contact-page .contact-form-group input, 
.contact-page .contact-form-group textarea{
    width: 100%;
    padding: 12px;
    border: 2px solid #c0dbf7;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    color: #020035;
}

.contact-page .contact-form-group input:focus,
.contact-page .contact-form-group textarea:focus{
    outline: none;
    border-color: #d99a28;
}

.contact-page .contact-form-group textarea{
    resize: vertical;
    min-height: 100px;
}

.contact-page .contact-submit-btn{
    background: linear-gradient(135deg, #020035, #020035);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 100%;
}

.contact-page .contact-submit-btn:hover{
    transform: translateY(-2px);
}



/* Contact Categories Section */
.contact-page .contact-contact-categories{
    padding: 80px 0;
    text-align: center;
    /* max-width: 900px; */
    margin: 0 auto;
}

.contact-page .contact-section-header p{
    max-width: 800px !important;
}


.contact-page .contact-contact-categories h2{
    font-size: 36px;
    font-weight: 800;
    color: #020035;
    margin-bottom: 20px;
}

.contact-page .contact-contact-categories p{
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.8;
    margin-bottom: 20px;

}

.contact-page .contact-contact-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
}

.contact-page .contact-contact-card{
    flex: 1;
    min-width: 280px;
    max-width: 1fr;
}

.contact-page .contact-contact-card{
    background: white;
    padding: 40px;
    border-radius: 25px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(2, 0, 53, 0.08);
    /* Subtle border */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}

.contact-page .contact-contact-card:nth-child(odd){
    /* Removed specific border color to keep it subtle */
    box-shadow: 0 10px 30px rgba(2, 0, 53, 0.1);
}

.contact-page .contact-contact-card:nth-child(even){
    box-shadow: 0 10px 30px rgba(217, 154, 40, 0.1);
}

.contact-page .contact-contact-card:hover{
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(217, 154, 40, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.contact-page .contact-contact-card:nth-child(odd):hover{
    box-shadow: 0 20px 50px rgba(2, 0, 53, 0.2);
    border-color: #020035;
}

.contact-page .contact-contact-card:nth-child(even):hover{
    box-shadow: 0 20px 50px rgba(217, 154, 40, 0.25);
    border-color: #d99a28;
}

.contact-page .contact-contact-icon{
    font-size: 48px;
    margin-bottom: 20px;
    /* Brand Gradient */
    background: linear-gradient(135deg, #d99a28 0%, #f4b942 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    /* Fallback/Required for clip */
    display: inline-block;
    /* Required for transform/clip sometimes */
}

.contact-page .contact-contact-card h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #020035;
}

.contact-page .contact-contact-details{
    color: #5a5a5a;
    line-height: 1.6;
}

.contact-page .contact-contact-details p{
    margin-bottom: 5px;
}

/* About Section */
.contact-page .contact-about-contact{
    padding: 80px 0;
    background: white;
}

.contact-page .contact-about-content{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.contact-page .contact-about-content h2{
    font-size: 36px;
    font-weight: 800;
    color: #020035;
    margin-bottom: 20px;
}

.contact-page .contact-about-content p{
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.8;

}



/* Quick Contact Buttons */
.contact-page .contact-quick-contact{
    padding: 40px 0;
    background: white;
}

.contact-page .contact-quick-contact-buttons{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-page .contact-quick-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-page .contact-call-btn{
    background: white;
    color: #020035;
    border: 2px solid #020035;
}

.contact-page .contact-call-btn:hover{
    background: #020035;
    color: white;
}

.contact-page .contact-email-btn{
    background: white;
    color: #d99a28;
    border: 2px solid #d99a28;
}

.contact-page .contact-email-btn:hover{
    background: #d99a28;
    color: white;
}

.contact-page .contact-whatsapp-btn{
    background: white;
    color: #25d366;
    border: 2px solid #25d366;
}

.contact-page .contact-whatsapp-btn:hover{
    background: #25d366;
    color: white;
}

/* Contact Card Buttons */
.contact-page .contact-contact-buttons{
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
}

/* Connect With Us Button */
.contact-page .contact-connect-btn{
    width: 100%;
    padding: 14px 28px;
    background: linear-gradient(135deg, #020035, #041257);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    margin-bottom: 10px;
    box-shadow: 0 6px 20px rgba(2, 0, 53, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.contact-page .contact-partner-card .contact-connect-btn{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.contact-page .contact-connect-btn:hover{
    background: linear-gradient(135deg, #d99a28, #c88a18);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(217, 154, 40, 0.4);
}

.contact-page .contact-connect-btn i{
    font-size: 18px;
}

.contact-page .contact-contact-btn{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease;
    color: white;
}

.contact-page .contact-contact-btn.contact-call-btn{
    background: white;
    color: #020035;
    border: 2px solid #020035;
}

.contact-page .contact-contact-btn.contact-call-btn:hover{
    background: #020035;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(2, 0, 53, 0.3);
}

.contact-page .contact-contact-btn.contact-email-btn{
    background: white;
    color: #d99a28;
    border: 2px solid #d99a28;
}

.contact-page .contact-contact-btn.contact-email-btn:hover{
    background: #d99a28;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(217, 154, 40, 0.3);
}

.contact-page .contact-contact-btn.contact-whatsapp-btn{
    background: white;
    color: #25d366;
    border: 2px solid #25d366;
}

.contact-page .contact-contact-btn.contact-whatsapp-btn:hover{
    background: #25d366;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

/* Mobile adjustments */
@media (max-width: 768px) {
.contact-page .contact-hero-banner{
        /* width/height now controlled by the responsive banner block above */
        margin-left: auto;
        margin-right: auto;
        margin-top: 13px;
    }

.contact-page .contact-close{
        top: 10px;
        right: 10px;
        font-size: 32px;
        z-index: 1002;
    }


}

/* OTP Verification Styles (Inline Card) */
.contact-page .contact-phone-input-wrapper{
    position: relative;
    display: flex;
    align-items: center;
}

.contact-page .contact-send-otp-link{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
    color: #020035;
    cursor: pointer;
    z-index: 10;
    background: white;
    padding-left: 10px;
    transition: all 0.3s ease;
}

.contact-page .contact-send-otp-link:hover{
    color: #d99a28;
    text-decoration: underline;
}

.contact-page .contact-send-otp-link.contact-disabled{
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
    pointer-events: none;
}

/* Inline OTP Card */
.contact-page .contact-otp-card{
    display: none;
    /* Hidden by default */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 249, 255, 0.95));
    border: 2px solid rgba(217, 154, 40, 0.3);
    border-radius: 12px;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    animation: contact-slideDown 0.3s ease-out;
}

.contact-page .contact-otp-card.contact-show{
    display: block;
}

.contact-page .contact-otp-card-header h4{
    font-size: 1.1rem;
    color: #020035;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-align: center;
}

.contact-page .contact-otp-subtitle{
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

/* OTP Inputs Container */
.contact-page .contact-otp-inputs{
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
}

/* Individual OTP Input */
.contact-page .contact-otp-input{
    width: 40px !important;
    height: 45px !important;
    padding: 0 !important;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1.2rem !important;
    font-weight: 700;
    text-align: center;
    color: #020035;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.contact-page .contact-otp-input:focus{
    border-color: #d99a28;
    background: white;
    outline: none;
    box-shadow: 0 4px 12px rgba(217, 154, 40, 0.15);
}

.contact-page .contact-otp-input.contact-error{
    border-color: #ff4757;
    background: #fff5f6;
    animation: contact-shake 0.3s ease-in-out;
}

.contact-page .contact-otp-input.contact-success{
    border-color: #2ed573;
    background: #f0fff4;
}

/* Verify OTP Button */
.contact-page .contact-verify-otp-btn{
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #020035, #041257);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(2, 0, 53, 0.2);
}

.contact-page .contact-verify-otp-btn:hover{
    background: linear-gradient(135deg, #041257, #020035);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(2, 0, 53, 0.3);
}

/* Resend OTP Link */
.contact-page .contact-resend-otp-link{
    display: block;
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    color: #666;
    font-size: 0.85rem;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.3s ease;
    padding: 8px;
}

.contact-page .contact-resend-otp-link:hover:not(:disabled){
    color: #d99a28;
}

.contact-page .contact-resend-otp-link:disabled{
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
}

/* OTP Timer */
.contact-page .contact-otp-timer{
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 12px;
    font-weight: 500;
}

.contact-page .contact-otp-timer.contact-warning{
    color: #ff4757;
    animation: contact-pulse 1s infinite;
}

/* OTP Message */
.contact-page .contact-otp-message{
    text-align: center;
    font-size: 0.85rem;
    margin-bottom: 12px;
    min-height: 20px;
}

.contact-page .contact-otp-message.contact-success{
    color: #2ed573;
}

.contact-page .contact-otp-message.contact-error{
    color: #ff4757;
}

.contact-page .contact-otp-verified{
    display: none;
    align-items: center;
    gap: 8px;
    color: #2ed573;
    font-weight: 600;
    margin-top: 10px;
    animation: contact-fadeIn 0.3s ease;
}

/* Animations */
@keyframes contact-slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

to{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes contact-fadeIn {
    from {
        opacity: 0;
    }

to{
        opacity: 1;
    }
}

/* OTP Modal Popup */
.contact-page .contact-otp-modal-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.contact-page .contact-otp-modal{
    background: white;
    width: 90%;
    max-width: 400px;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 1px solid rgba(217, 154, 40, 0.2);
    animation: contact-fadeIn 0.3s ease-out;
}

.contact-page .contact-otp-modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.contact-page .contact-otp-modal-header h3{
    font-size: 1.4rem;
    color: #020035;
    font-weight: 700;
    margin: 0;
}

.contact-page .contact-otp-modal-close{
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease;
}

.contact-page .contact-otp-modal-close:hover{
    color: #d99a28;
}

.contact-page .contact-otp-modal-subtitle{
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 25px;
    text-align: center;
}

/* OTP Inputs Container */
.contact-page .contact-otp-inputs{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
}

/* Individual OTP Input */
.contact-page .contact-otp-input{
    width: 45px !important;
    height: 50px !important;
    padding: 0 !important;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1.25rem !important;
    font-weight: 700;
    text-align: center;
    color: #020035;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.contact-page .contact-otp-input:focus{
    border-color: #d99a28;
    background: white;
    outline: none;
    box-shadow: 0 4px 12px rgba(217, 154, 40, 0.15);
}

.contact-page .contact-otp-input.contact-error{
    border-color: #ff4757;
    background: #fff5f6;
    animation: contact-shake 0.3s ease-in-out;
}

.contact-page .contact-otp-input.contact-success{
    border-color: #2ed573;
    background: #f0fff4;
}

/* Verify OTP Button */
.contact-page .contact-verify-otp-btn{
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #020035, #041257);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(2, 0, 53, 0.2);
}

.contact-page .contact-verify-otp-btn:hover{
    background: linear-gradient(135deg, #041257, #020035);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(2, 0, 53, 0.3);
}

/* Resend OTP Link */
.contact-page .contact-resend-otp-link{
    display: block;
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    color: #666;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.contact-page .contact-resend-otp-link:hover:not(:disabled){
    color: #d99a28;
}

.contact-page .contact-resend-otp-link:disabled{
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
}

/* OTP Timer */
.contact-page .contact-otp-timer{
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}

.contact-page .contact-otp-timer.contact-warning{
    color: #ff4757;
    animation: contact-pulse 1s infinite;
}

/* OTP Message */
.contact-page .contact-otp-message{
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 15px;
    min-height: 20px;
}

.contact-page .contact-otp-message.contact-success{
    color: #2ed573;
}

.contact-page .contact-otp-message.contact-error{
    color: #ff4757;
}

.contact-page .contact-otp-verified{
    display: none;
    align-items: center;
    gap: 8px;
    color: #2ed573;
    font-weight: 600;
    margin-top: 10px;
    animation: contact-fadeIn 0.3s ease;
}

@keyframes contact-shake {

    0%,
    100% {
        transform: translateX(0);
    }

25%{
        transform: translateX(-5px);
    }

75%{
        transform: translateX(5px);
    }
}

@keyframes contact-pulse {
    0% {
        opacity: 1;
    }

50%{
        opacity: 0.6;
    }

100%{
        opacity: 1;
    }
}

/* New Office Address Layout - Two Column Design */
.contact-page .contact-office-address{
    padding: 100px 0;
    background: white;
    /* Clean white background like the example */
}

.contact-page .contact-office-layout{
    display: flex;
    flex-direction: row;
    /* Force explicit row direction */
    gap: 80px;
    align-items: flex-start;
    margin-top: 0;
}

/* Map Column */
.contact-page .contact-map-column{
    flex: 1;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 220px;
    /* Aligned parallel to addresses as requested */
}

.contact-page .contact-map-image{
    width: 100%;
    max-width: 100%;
    /* Reset override */
}

.contact-page .contact-map-image img{
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%);
    /* Match the grayscale look of the example */
    transition: filter 0.3s ease;
}

.contact-page .contact-map-image:hover img{
    filter: grayscale(0%);
    /* Color on hover */
}

/* Content Column */
.contact-page .contact-content-column{
    flex: 1;
    padding-top: 20px;
}

.contact-page .contact-office-header{
    margin-bottom: 50px;
}

.contact-page .contact-office-header h2{
    font-family: "Times New Roman", Times, serif;
    /* Using standard Serif to match the example's classic look */
    font-size: 3rem;
    font-weight: 400;
    /* Regular weight typical of elegant serif headings */
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-page .contact-office-header p{
    font-family: inherit;
    /* Use site's default sans-serif for body text */
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
}

/* Address Grid */
.contact-page .contact-addresses-grid-new{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
}

.contact-page .contact-address-item-new h3{
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 400;
}

.contact-page .contact-address-item-new p{
    font-size: 0.9rem;
    color: #777;
    line-height: 1.8;
    margin-bottom: 2px;
}

.contact-page .contact-address-phone{
    margin-top: 10px;
    color: #333 !important;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.contact-page .contact-office-layout{
        flex-direction: column;
        gap: 50px;
    }

.contact-page .contact-map-column, 
.contact-page .contact-content-column{
        width: 100%;
        flex: none;
    }

    /* Reset margin on mobile to avoid extra spacing */
.contact-page .contact-map-column{
        margin-top: 0 !important;
    }

.contact-page .contact-office-header h2{
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
.contact-page .contact-addresses-grid-new{
        grid-template-columns: 1fr;
        gap: 40px;
    }

.contact-page .contact-office-header h2{
        font-size: 2rem;
    }
}

/* Mobile adjustments for OTP (Moved to end to override general styles) */
@media (max-width: 991px) {
.contact-page .contact-phone-input-wrapper{
        flex-direction: column !important;
        align-items: stretch !important;
        height: auto !important;
    }

.contact-page .contact-send-otp-link{
        position: static !important;
        transform: none !important;
        margin-top: 5px !important;
        text-align: right !important;
        width: 100% !important;
        padding: 8px 0 !important;
        background-color: transparent !important;
        color: #020035 !important;
        border-radius: 0 !important;
        display: block !important;
        text-decoration: underline !important;
    }

.contact-page .contact-send-otp-link:hover{
        background-color: transparent !important;
        color: #d99a28 !important;
        text-decoration: none !important;
    }

    /* Reduce spacing between phone input group and next element */
.contact-page .contact-form-group:has(.contact-phone-input-wrapper){
        margin-bottom: 5px !important;
    }

    /* Fix OTP Card alignment and sizing on mobile */
.contact-page .contact-otp-card{
        padding: 30px 20px !important;
        /* Top/Bottom 30px, Left/Right 20px to ensure fit on very small screens */
        margin-top: 10px !important;
        position: relative !important;
        z-index: 20 !important;
    }

.contact-page .contact-otp-inputs{
        gap: 4px !important;
        margin-bottom: 15px !important;
    }

.contact-page .contact-otp-input{
        width: 32px !important;
        height: 38px !important;
        font-size: 0.9rem !important;
        padding: 0 !important;
        border-width: 1px !important;
        /* Thinner border for cleaner look in small space */
    }

.contact-page .contact-modal-content{
        padding: 20px !important;
        /* Reduce padding to give more space */
    }
}