/*---------------------------------------------
Template name:  Spectra onnline applicatiom
Version:        2.0
Author:         Jesaja Malwa
Author url:     https://www.mtc.com.na/

NOTE:
------
Please DO NOT EDIT THIS JS.
This code is a CSS script that handles various functionalities for handling application form.
----------------------------------------------*/

    .spectra-lite-card-body{
        background: #fff;
/*        border: 1px solid #ddd;*/
        padding: 1rem 0.7rem;  
    }


    #plans-container{
       
    }
    .filter-box {
        background: #eee;
        border-radius: 2px;
        padding: 20px;
        margin-bottom: 1rem;
/*        box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
/*        width: 250px;*/
    }

    .filter-box h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .filter-subtitle {
        font-size: 12px;
        color: #888;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .filter-option {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .filter-option input[type="radio"] {
        display: none;
    }

    .filter-option label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        font-size: 14px;
        color: #333;
    }

    .filter-option label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border: 2px solid #ccc;
        border-radius: 4px; /* Change to 50% for circle */
        background: #fff;
    }

    .filter-option input[type="radio"]:checked + label::before {
        border-color: #007ac0; /* Yellow border */
        background: #007ac0;
    }

    .filter-option input[type="radio"]:checked + label {
        font-weight: bold;
    }

    .plan-card {
        /*background: #eee;
        border-radius: 5px;*/
        /*background-clip: padding-box, border-box;
        background-color: #fff;
        background-image: linear-gradient(#fff, #fff), radial-gradient(151.41% 846.69% at 125.1% 126.2%, #25a1fd  0, #8b0d2f 100%);
        background-origin: border-box;*/
        /*border: 1px solid #ddd;
        border-radius: 4px;*/
/*        box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        /*overflow: hidden;
        text-align: center;
        padding: 15px;
        transition: transform 0.3s ease;
        margin-bottom: 2rem;*/

/*        width: 220px;*/
    background: #ffffff;
    border: 2px solid #bfe7f7;
    border-radius: 5px;
    padding: 18px 16px;
    text-align: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    }

    .plan-card:hover {
        transform: translateY(0px);
        box-shadow: 0px 4px 26px rgba(0,0,0,0.2);
    }

    .plan-image img {
        width: 60px;
        margin-bottom: 10px;
    }

    .plan-title {
        /*font-weight: 500;
        margin-bottom: 15px;
        font-size: 18px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        color: #1674BB;*/

        background: #e53b3b;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 12px;
    }

    .plan-specs {
        display: flex;
        justify-content: space-around;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .plan-price {
        font-size: 14px;
        margin-bottom: 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }

    .plan-price .price {
        font-size: 20px;
        font-weight: bold;
        color: #007ac0;
        display: block;
    }

    .plan-price small{
       font-weight: 700; 
    }

    .plan-note {
        font-size: 12px;
        color: #666;
    }
    .apply-now-btn{
        width: 100%;
        margin-bottom: -4px;
        background: #1674BB !important;
        border: 1px solid #1674BB;
        color: #fff;
        font-size: 12px;
        border-radius: 0px;
        outline: none;
        cursor: pointer;
        border-radius: 5px;
        
    }
    .apply-now-btn:focus{
        outline: none;
    }

    .apply-now-btn:hover{
        width: 100%;
        margin-bottom: -4px;
        background: #ED1C24 !important;
        color: #fff;
        font-size: 12px;
        border-radius: 5px;

    }
    .plan-view-button{
        text-align: left;
        font-size: 11px;
        font-weight: 500;
        text-decoration: underline;
        cursor: pointer;
    }

    .plan-view-button:hover{
        color: #007ac0;
    }

    .plan-modal {
        border-radius: 0px;
        overflow: hidden;
    }

    .plan-modal-body {
        text-align: center;
        padding: 20px;
    }

    .plan-modal-icon img {
        width: 80px;
        margin-bottom: 15px;
    }

    .plan-modal-title {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 10px;
        color: #333;
    }

    .plan-specs-modal {
        display: flex;
        justify-content: space-around;
        margin: 15px 0;
        font-size: 16px;
    }

    .pricing-title {
        margin-top: 20px;
        font-weight: bold;
    }

    .pricing-options {
        margin: 10px 0;
    }

    .price-row {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        border: 1px solid #eee;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .price-row strong {
        font-size: 16px;
        font-weight: 500;
    }

    #subscribeBtn {
        background-color: #FFD700;
        border: none;
        font-weight: bold;
        color: #fff;
        width: 250px !important;
    }
    .plan-header{
        color: #333;
        margin-top: 14px;
    }
    .apply-section-top{
        background: #007ac0;
        width: 100%;
        padding: 10px;
        border-radius: 4px;
    }
    .apply-section-top h2{
        font-weight: 500;
        color: #fff;
    }
    .apply-section-btn{
        margin-top: -2.2rem !important;
        background: none;
        border: none;
        font-weight: 600;
        float: right;
        cursor: pointer;
        color: #fff;
        outline: none;
        border: 1px solid #fff;
        padding: 8px 30px;
        font-size: 15px;
    }
    .apply-section-btn:hover{
        background: #eee;
    }

    .apply-section-btn:focus{
        outline: none;
    }
    .apply-section-btn span{
        font-size: 30px;
        float: left;
        color: #555;
        margin-top: -10px;
    }

    .apply-section-bottom{
        background: #007ac0;
        width: 100%;
        padding: 5px 20px;
        margin-top: -1.7rem;
        color: #333;
        border-radius: 4px;
        
    }
    .apply-section-bottom h2{
        font-weight: 600;
        color: #fff;
    }

    .apply-title{
        font-size: 23px;
        font-weight: 500;
    }
    .apply-speed{
        font-size: 17px;
        font-weight: 500; 
    }
    .apply-spees-desc{
        font-size: 15px;
        font-weight: 400;
        border-left: 3px solid #8b0d2f;
        padding: 0 10px;
        display: block;
        margin-top: 5px;
    }
    .apply-desc{
        font-size: 14px;
        font-weight: 400;
    }

    .duration-container{
        /*padding: 10px;
        background: #eee;*/ 
    }
    .duration-options {
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }

    .duration-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #1674BB;
        background: #fff;
        border-radius: 0px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .duration-label input {
        display: none;
    }

    .duration-label span {
        font-size: 13px;
        padding: 7px 18px;

    }

    .duration-label input:checked + span {
        background: #1674BB;
        border: 1px solid #1674BB;
        color: #fff;
        border-radius: 0px;
        
    }
    .monthly-payment{
        text-align: right;
        font-size: 19px;
        font-weight: 500;
    }
    #monthly-duration{
        display: block;
        text-align: right;
        font-size: 18px;
        font-weight: 500;
    }

    .pricing-card {
        width: 315px;
        background: linear-gradient(135deg, #8b0d2f, #a61c3c);
        color: #fff;
        border-radius: 128px;
        padding: 10px 30px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border: 2px solid #fff;
    }

    .subtitle {
        font-size: 14px;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    .speed-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .speed .speed-value {
        font-size: 48px;
        font-weight: bold;
        display: block;
    }

    .speed .speed-unit {
        font-size: 18px;
        font-weight: bold;
    }

    .speed small {
        font-size: 12px;
        opacity: 0.9;
    }

    .price {
        text-align: right;
    }

    .price-text {
        font-size: 12px;
        display: block;
        opacity: 0.8;
    }

    .currency-nad {
        font-size: 18px;
        font-weight: 500;
    }

    .amount {
        font-size: 40px;
        font-weight: 500;
/*        display: block;*/
    }

    .benefits {
        margin-top: 0px;
        font-size: 12px;
        /*display: flex;
        align-items: center;*/
        opacity: 0.5;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .check-icon {
        color: #00c3ff;
        margin-right: 8px;
    }

    /*  Application form  */

    .application-content{

        background: #fff;
        padding: 10px 0;
        border:1px solid #fff;
        margin-top: 20px;
        border-radius: 4px;
    }

    .form-container {
      display: flex;
      margin: auto;
      overflow: hidden;
    }

    .steps-sidebar {
        width: 200px;
        padding: 0px 10px 10px 0;
        display: flex;
        flex-direction: column;
    }

    .step {
        padding: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        opacity: 0.8;
        border: 1px solid #007ac0;
        border-radius: 4px;
        text-align: center;
        color: #007ac0;
        font-weight: 500;
    }

    .step.active {
        font-weight: 600;
        opacity: 1;
        background: #333;
        color: #fff;
        border-radius: 4px;
        border: 1px solid #333;
    }

    .form-content {
        flex: 1;
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #007ac0;
    }

    .form-step {
        display: none;
    }

    .form-step.active {
        display: block;
    }

    /* Smooth transitions for steps */
    /*.form-step {
      transition: opacity 0.4s ease;
    }
    .form-step:not(.active) {
      opacity: 0;
      pointer-events: none;
    }
    .step.active {
      color: #0d6efd;
    }
    .step.completed {
      color: #198754;
    }*/

    .form-content h2{
        font-weight: 500;
        color: #007ac0;
    }

    .step.completed {
        font-weight: bold;
        background: #9b9a9a;
        opacity: 0.8;
        color: #fff;
        font-weight: 500;
    }

    .error-message {
        color: red;
        font-size: 0.8rem;
        margin-top: 4px;
/*        opacity: 0;*/
        max-height: 0;
        overflow: hidden;
        transition: opacity 0.3s ease, max-height 0.3s ease;
    }

    .error-message.show {
      opacity: 1;
      max-height: 50px;
      transition: opacity 0.3s ease, max-height 0.3s ease;
    }

    input.invalid {
        border-color: red;
    }
    select.invalid {
        border-color: red;
    }
    .form-group{
        margin-bottom: 17px;
    }
    label{
        font-weight: 400;
        color: #007ac0;
    }

    .confirm-label{
        padding: 5px 20px;
        background: #007ac0;
        color: #fff;
        /* width: 100px; */
        /* display: block; */
        text-align: center;
        cursor: pointer;
        box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
    }

    .drop-zone {
        position: relative;
        padding: 20px;
        border: 2px dashed #ccc;
        border-radius: 0px;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .drop-zone:hover {
        background-color: #f9f9f9;
    }

    .drop-zone.dragover {
    background-color: #e6f7ff;
    border-color: #8b0d2f;
    }

    .drop-zone-text {
        font-size: 0.9rem;
        color: #666;
    }

    .drop-zone-input {
        display: none;
    }

    .prefilled {
      background-color: #f0f9f0;
    }

    .autofill-group {
        position: relative;
    }

    .autofill-icon {
        position: absolute;
        right: 6px;
        top: 59%;
        transform: translateY(-50%);
        font-size: 0.9rem;
        color: #bfc1c3;
        cursor: help;
        display: none;
    }

    .prefilled + .autofill-icon {
      display: inline;
    }

    .form-bottom-container{
        padding: 15px;
        border-radius: 4px;
        text-align: center;
        background: #eee;
    }
    .spectra-lite-terms{
        padding: 10px;
        background: #eee;
        border-radius: 4px;
        height: 200px;
/*        margin-top: 2rem;*/
        overflow: auto;
    }
    .spectra-lite-terms-inner{
        background: #fff;
        padding: 5px;
    }
    .request-change{
        border: 2px solid #1674BB;
        border-radius: 4px;
        position: relative;
        transition: all .2s 
    ease-in;
        text-align: center;
        padding: 8px;
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        margin-top: 1.7rem;
        float: right;
        cursor: pointer;
        background: #1674BB;
        color: #fff;
        text-transform: uppercase;
    }


    .radio-group {
    display: flex;
    gap: 15px;
}

.custom-radio {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.25s ease;
    min-width: 220px;
}

.custom-radio:hover {
    border-color: #007ac0;
}

/* Hide native radio */
.custom-radio input {
    display: none;
}


/* Check circle */
.checkmark {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

/* FontAwesome check icon */
.checkmark::after {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 12px;
    color: #fff;
    display: none;
}

/* WHEN SELECTED */
.custom-radio input:checked ~ .checkmark {
    background: #007ac0;
    border-color: #007ac0;
}

.custom-radio input:checked ~ .checkmark::after {
    display: block;
}

.custom-radio input:checked ~ .radio-label {
    color: #007ac0;
    font-weight: 600;
}

.custom-radio input:checked {
}

.custom-radio input:checked + .radio-label {
}

/* Highlight entire card */
.custom-radio input:checked {
}

.custom-radio input:checked {
}

.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked {
}

.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked ~ .checkmark {
}

/* Clean highlight for full card */
.custom-radio input:checked ~ .radio-label,
.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked {
}

.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked {
}

.custom-radio input:checked ~ .radio-label {
}

/* Proper full-card highlight */
.custom-radio input:checked {
}

.custom-radio input:checked ~ * {
}

.custom-radio input:checked {
}

.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

/* FINAL full card highlight */
.custom-radio input:checked {
}

.custom-radio input:checked ~ .radio-label,
.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked {
}

.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked {
}

/* This one actually styles the card */
.custom-radio input:checked ~ .radio-label,
.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked {
}

/* FINAL WORKING CARD HIGHLIGHT */
.custom-radio input:checked ~ .radio-label,
.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

/* Actually style the parent */
.custom-radio input:checked {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

/* Clean final highlight */
.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked {
}

/* Proper card highlight */
.custom-radio input:checked ~ .radio-label,
.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked {
}

/* FINAL correct highlight */
.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked ~ .checkmark {
}

/* THIS ONE WORKS */
.custom-radio input:checked {
}

.custom-radio input:checked {
}

.custom-radio input:checked {
}

/* OK FINAL CLEAN VERSION BELOW 👇 */
.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked ~ .checkmark {
}

.custom-radio input:checked {
}

/* Actually highlight the label container */
.custom-radio input:checked + .radio-label,
.custom-radio input:checked + .radio-label + .checkmark {
}

/* Proper full card highlight */
.custom-radio input:checked {
}

/* THIS is the real final one */
.custom-radio input:checked ~ .radio-label {
}

.custom-radio input:checked ~ .checkmark {
}



    .order-summary-container{
        background: #f9f9f9;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
        padding: 2px 20px;
    }
    .order-summary-container img{
        width: 200px;
        margin: auto;
        display: block;
    }
    .order-summary-container h1{
        text-align: center;
        font-size: 28px;
        font-weight: 500;
    }

    .summary-product{
        font-size: 18px;
        font-weight: 400;
    }

    .summary-product-row{
        border-top: 1px solid #ccc;
        padding: 10px;
    }
    .product-heading{
        text-align: left;
        color: #007ac0;
        font-weight: 500;
    }
    .product-heading-cost{
        text-align: right;
        color: #333;
        font-weight: 500;
    }
    .product-desc{
        text-align: left;
        color: #777;
        font-weight: 400;
    }
    .total-amount{
      font-size: 28px;  
    }
    .total-payment-method{
        font-size: 1rem;
        margin-top: 0px;
        font-weight: 500;
        color: #333;
    }

    .theme-input-style[readonly] {
        background-color: #f5f5f5;
        cursor: not-allowed;
    }

    select[disabled] {
        background-color: #f5f5f5;
        cursor: not-allowed;
    }
    
    #loading-overlay {
        display: none; /* Hidden by default */
        justify-content: center;
        align-items: center;
    }

    #loading-overlay.show {
        display: flex; /* Show and center when active */
    }

    
    #thankYouContainer p{
        font-size: 16px;
    }


        /* Container styling */
    #acknowledgementSection {
        display: none;
        margin: 20px 0;
        font-family: 'Segoe UI', sans-serif;
    }

    /* Hide the default checkbox */
    #termsCheckbox {
        display: none;
    }

    /* Custom checkbox style */
    .terms-button {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 15px;
        color: #333;
        padding: 10px 0;
        border-radius: 6px;
        transition: background-color 0.3s ease;
    }

    .terms-button::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        border: 2px solid #ccc;
        border-radius: 0px;
        background-color: #fff;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    #termsCheckbox:checked + .terms-button::before {
        background-color: #2495d2;
        border-color: #2495d2;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00039 10.8008L3.20039 8.00078L2.26606 8.93545L6.00039 12.6698L14.0004 4.66978L13.0657 3.73545L6.00039 10.8008Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }

    /* Alert styling */
    #termsAlert {
        display: none;
        color: red;
        margin-bottom: 10px;
        font-size: 14px;
    }

.checkout-container {
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Keeps it above other elements */
}


.top-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
}

.btn-back {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
}

.total-info {
    font-size: 18px;
    color: #666;
}

.total-info .price {
    font-weight: 500;
    color: #007ac0;
    margin: 0 5px;
    font-size: 27px;
}

.btn-checkout {
    background-color: #007ac0;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    font-weight: 600;
}

.help-row {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
    gap: 20px;
}

.help-links a {
    text-decoration: none;
    color: #0078D4;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.help-links a strong {
    color: #000;
}

.icon {
    font-size: 21px;
    color: #00aeef;
}
/*.message {
    display: none;
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #f6e5b1;
    padding: 15px 20px;
    margin-top: 15px;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}*/
.payment-option-small{
    display: block;
    margin-top:-5px;
    color: #aeabab;
}

/*Landing page*/

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--mtc-blue) 0%, var(--mtc-blue-dark) 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.offer-badge{
    background: #2495d2;
    color: #fff !important;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 0px;
    margin-bottom: 24px;
    font-size: 18px;
    animation: pulse 2s infinite;
    width: fit-content;
}

.hero-text .tagline {
    font-size: 20px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.hero-text h1 {
    font-size: 56px;
    margin-bottom: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 15px;
}
.btn-primary {
    background: #ED1C24;
    color: white;
    padding: 16px 32px;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 500;
}

.btn-primary:hover {
    background: #044e79;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 107, 53, 0.3);
}

.hero-image {
    text-align: center;
}

.router-image {
    width: 100%;
    max-width: 400px;
    background: rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 0px;
    backdrop-filter: blur(10px);
}

.router-image img{
    width: 190px;
}

/* Section Styles */
section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 42px;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.section-header p {
    font-size: 18px;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

/* How It Works */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.step-main {
    text-align: center;
    padding: 32px;
    background: white;
    border-radius: 0px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.step-main:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.step-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.step-icon img{
   width: 140px; 
}

.step-main h3 {
    font-size: 24px;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.step-main p {
    color: var(--text-light);
}

/* Exclusive Offer */
.exclusive-offer {
    background: #1a7baf;
}

.offer-box {
    background: white;
    padding: 48px;
    border-radius: 0px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    max-width: 900px;
    margin: 0 auto;
}

.offer-box h3 {
    font-size: 36px;
    color: var(--mtc-orange);
    margin-bottom: 24px;
    text-align: center;
}

.offer-limited{
    color: #fff;
    background: #ED1C24;
    padding: 5px 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 26px;
}

.offer-details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 17px 0;
    background: #eee;
}

.offer-item {
    text-align: center;
    padding: 20px;
    background: var(--mtc-gray);
    border-radius: 8px;
}

.offer-item .icon {
    font-size: 32px;
    margin-bottom: 8px;
}

/* Benefits */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}


.benefit {
    padding: 32px;
    background: white;
    border-radius: 12px;
    border: 2px solid var(--mtc-gray);
    transition: all 0.3s;
}

.benefit:hover {
    border-color: var(--mtc-blue);
    box-shadow: 0 8px 16px rgba(0, 130, 202, 0.1);
}

.benefit-icon {
    font-size: 40px;
    margin-bottom: 16px;
}

.benefit h3 {
    font-size: 22px;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.benefit p {
    color: var(--text-light);
    line-height: 1.7;
}

/* Packages */
.packages {
    background: var(--mtc-gray);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 40px;
}

.package-card {
    background: white;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s;
    position: relative;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

.package-card.popular {
    border: 3px solid #ED1C24;
}

.popular-badge {
    background: #ED1C24;
    color: white;
    padding: 8px 16px;
    position: absolute;
    top: 20px;
    right: -30px;
    transform: rotate(45deg);
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    text-align: center;
}

.package-header {
    background: #2495d2;
    color: white;
    padding: 32px;
    text-align: center;
}

.package-name {
    font-size: 28px;
    margin-bottom: 8px;
}

.package-price {
    font-size: 40px;
    font-weight: bold;
    margin: 16px 0;
}

.package-price small {
    font-size: 22px;
    opacity: 0.8;
}

.package-data {
    font-size: 24px;
    margin-bottom: 8px;
}

.package-speed {
    opacity: 0.9;
    font-size: 16px;
}

.package-body {
    padding: 32px;
}

.package-features {
    list-style: none;
    margin: 24px 0;
}

.package-features li {
    padding: 12px 0;
    border-bottom: 1px solid var(--mtc-gray);
    display: flex;
    align-items: center;
}

.package-features li:before {
    content: "✓";
    color: var(--success);
    font-weight: bold;
    margin-right: 12px;
    font-size: 18px;
}

.best-for {
    background: #DBEAFE;
    padding: 16px;
    border-radius: 8px;
    margin: 20px 0;
}

.best-for h4 {
    color: var(--mtc-blue);
    margin-bottom: 8px;
}

.best-for ul {
    list-style: none;
    color: var(--text-light);
    font-size: 14px;
}

.best-for ul li {
    padding: 4px 0;
}

/* Benefits */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.benefit {
    padding: 32px;
    background: white;
    border-radius: 3px;
    border: 2px solid #eee;
    transition: all 0.3s;
}

.benefit:hover {
    border-color: var(--mtc-blue);
    box-shadow: 0 8px 16px rgba(0, 130, 202, 0.1);
}

.benefit-icon {
    font-size: 40px;
    margin-bottom: 16px;
}

.benefit h3 {
    font-size: 22px;
    color: #2495d2;
    margin-bottom: 12px;
}

/* Use Cases */
.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.use-case {
    background: white;
    border-radius: 0px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.use-case-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--mtc-blue) 0%, var(--mtc-blue-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.use-case h3 {
    font-size: 24px;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.recommended {
    background: #2495d2;
    color: white;
    padding: 6px 12px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 16px;
}

.profile {
    color: var(--text-light);
    font-style: italic;
    margin-bottom: 16px;
    padding: 16px;
    background: var(--mtc-gray);
    border-radius: 8px;
}

/* FAQ */
.faq-grid {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.faq-question {
    padding: 24px;
    font-weight: 600;
    font-size: 18px;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: var(--mtc-gray);
}

.faq-answer {
    padding: 0 24px 24px;
    color: var(--text-light);
    line-height: 1.7;
    background: #eee;
}

/* Final CTA */
.final-cta {
    background: #2495d2;
    color: white;
    text-align: center;
}

.final-cta h2 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 500;
}

.final-cta p {
    font-size: 20px;
    margin-bottom: 32px;
    opacity: 0.9;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content,
    .steps,
    .benefits-grid,
    .packages-grid,
    .use-cases-grid,
    .trust-grid,
    .footer-content {
        grid-template-columns: 1fr;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .package-price {
        font-size: 36px;
    }

    .fup-steps {
        flex-direction: column;
    }

    .fup-arrow {
        transform: rotate(90deg);
        margin: 16px 0;
    }
}

.small, small{
    color: #2495d2;
    font-size: 95%;
}

.form-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff; 
}
.apply-button{
       display: block;
    margin: auto;
    width: 40%; 
}

.phone-input {
    
    padding: 25px 24px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;

    color: #2aa6df;
    background: #ffffff;

    border: 2px solid #007ac0;
    border-radius: 0px;

    outline: none;
    transition: all 0.25s ease;
    margin-top: 5px;
}

/* Placeholder style */
.phone-input::placeholder {
    color: #2aa6df;
    opacity: 0.6;
    letter-spacing: 2px;
}

/* Focus effect */
.phone-input:focus {
    border: 2px solid #007ac0;
    box-shadow: 0 0 0 4px rgba(42, 166, 223, 0.15);
}
.hero-disclaimer{
    padding: 15px;
    background: #d63d43;
    font-size: 1rem;
}

.hero-disclaimer-summary{
    padding: 15px;
    background: #d63d43;
    font-size: 1rem;
    color: #fff;
}

.theme-input-style{
    color: #1674BB;
    font-weight: 600;
}


.spectrago-card {
    /*width: 100%;
    max-width: 240px;*/
    margin: auto;
    background: #fff;
    border: 2px solid #bfe7f7;
    border-radius: 5px;
    padding: 18px 16px;
    text-align: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

/* Badge */
.spectrago-badge {
    background: #e53b3b;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 14px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 12px;
    width: 100%;
}

/* Price */
.spectrago-price {
    color: #e53b3b;
    font-weight: 800;
}

.spectrago-price .currency {
    font-size: 20px;
    vertical-align: top;
    color: #e53b3b;
    text-align: left;
    margin-left: 0.2rem;
}

.spectrago-price .amount {
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
}

/* Data */
.spectrago-data {
    font-size: 20px;
    color: #e53b3b;
    font-weight: 600;
    margin: 8px 0 12px;
}

/* Divider */
.spectrago-card hr {
    border: none;
    border-top: 2px solid #bfe7f7;
    margin: 12px 0;
}

/* Features */
.spectrago-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spectrago-features li {
    font-size: 13px;
    color: #3aa6d9;
    margin: 8px 0;
    position: relative;
    padding-left: 18px;
    text-align: left;
}

.spectrago-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3aa6d9;
    font-weight: bold;
}

/* Buttons */
.spectrago-actions {
    margin-top: 14px;
}

.view-plan-btn {
    background: transparent;
    color: #3aa6d9;
    border: 1px solid #bfe7f7;
    border-radius: 5px;
    padding: 6px;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 6px;
}

.apply-now-btn {
    width: 100%;
    background: #3aa6d9;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px;
/*    font-size: 14px;*/
    font-weight: 600;
    cursor: pointer;
}

.apply-now-btn:hover {
    background: #2b93c5;
}


.spectrago-modal {
    position: relative;
    padding: 25px;
    font-family: 'Segoe UI', sans-serif;
}

.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: #e53935;
    color: #fff;
    border: none;
    font-size: 22px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
}

.spectrago-modal-content {
    display: flex;
    gap: 30px;
}

/* LEFT */
.spectrago-modal-left {
/*    width: 220px;*/
    text-align: center;
    background: #eee;
}

.router-box {
    border: 2px solid #cfeaf4;
    border-radius: 12px;
    padding: 15px;
}

.router-box img {
    width: 100%;
    max-width: 160px;
}

.router-note {
    margin-top: 10px;
    font-weight: 600;
    color: #1e88e5;
}

/* RIGHT */
.spectrago-modal-right {
    flex: 1;
}

.modal-title {
    font-size: 33px;
    color: #1296db;
    margin-bottom: 5px;
    font-weight: 700;
}

.modal-desc {
    color: #6b6b6b;
    margin-bottom: 20px;
}

.modal-desc p{
    margin-bottom: 0rem;
}

/* TABLE */
.modal-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #1296db;
}

.modal-specs-table th {
    background: #1296db;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.modal-specs-table td {
    background: #f5fbfe;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    color: #1296db;
}

/* PRICE */
.modal-price {
    background: #e53935;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border-radius: 4px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.modal-price .currency {
    font-size: 20px;
    margin-right: 8px;
    color: #fff;
    font-weight: 500;
}

.modal-note {
    font-size: 13px;
    color: #555;
}

.apply-card {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid #007ac0;
}

.apply-card-inner {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

/* LEFT IMAGE */
.apply-image {
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
    background: #eee;
}

.apply-image img {
    /*width: 100%;
    height: 100%;
    object-fit: cover;*/
}

/* RIGHT */
.apply-details {
    flex: 3;
    padding: 10px;
}

.apply-title {
    font-size: 26px;
    color: #1296db;
    font-weight: 700;
    margin-bottom: 15px;
}

/* FEATURES */
.apply-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.apply-features li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #e6f3fb;
    font-size: 13px;
    color: #3aa6d9;
}

.apply-features li::before {
    content: "";
    position: absolute;
    left: 0;
    color: #3aa6d9;
    font-weight: bold;
}

.apply-features i {
    color: #1296db;
    margin-right: 10px;
}

/* PRICE + DURATION */
.apply-bottom {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.apply-price {
    background: #e53935;
    color: #fff;
    padding: 4px 22px;
    border-radius: 4px;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.apply-price .currency {
    font-size: 18px;
    margin-right: 6px;
    color: #fff;
    font-weight: 500;
}

.apply-duration {
/*    background: #1296db;*/
    color: #444;
    padding: 4px 22px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

/* DURATION OPTIONS */
.duration-container label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.duration-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.duration-options label {
    background: #f2faff;
    border: 1px solid #cfeaf4;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.duration-options input {
    display: none;
}

.duration-options input:checked + label {
    background: #1296db;
    color: #fff;
    border-color: #1296db;
}

/* MOBILE */
@media (max-width: 768px) {
    .apply-card-inner {
        flex-direction: column;
    }

    .apply-bottom {
        flex-direction: column;
    }
}

.order-summary-card {
    background: #fff;
    border-radius: 4px;
    border: 2px solid #007ac0;
    padding: 20px;
    margin-top: 10px;
}

/* TOP SECTION */
.order-summary-top {
    display: flex;
    gap: 25px;
}

/* IMAGE */
.order-summary-image {
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
}

.order-summary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DETAILS */
.order-summary-details {
    flex: 2;
}

.order-title {
    font-size: 30px;
    color: #1296db;
    margin-bottom: 15px;
    font-weight: 700;
}

.order-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #e6f3fb;
    font-size: 15px;
}

.order-row:first-of-type {
    border-top: none;
}

.order-label {
    color: #1296db;
    font-weight: 600;
}

.order-value {
    color: #888;
}

.order-value.price {
    font-weight: 700;
}

/* BOTTOM BAR */
.order-summary-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #e6f3fb;
    margin-top: 20px;
    padding-top: 15px;
}

.btn-back {
    background: #fff;
    border: 2px solid #1296db;
    color: #1296db;
    padding: 8px 22px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.btn-apply {
    background: #1296db;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.order-total {
    font-size: 19px;
    color: #333;
    font-weight: 500;
}

.order-total strong {
    color: #1296db;
    font-size: 18px;
}

.total-payment-method {
    font-size: 13px;
    color: #777;
    margin-left: 6px;
}

/* HELP */
.order-help {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
}

.order-help a {
    color: #1296db;
    text-decoration: none;
    font-weight: 600;
}

/* MOBILE */
@media (max-width: 768px) {
    .order-summary-top {
        flex-direction: column;
    }

    .order-summary-bottom {
        flex-direction: column;
        gap: 12px;
    }
}


.checkout-container {
    border-top: 1px solid #4a8eb8;
    padding-top: 15px;
    margin-top: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.checkout-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

/* BACK */
.btn-back {
    background: #fff;
    border: 2px solid #1296db;
    color: #1296db;
    padding: 8px 22px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

/* TOTAL */
.total-info {
    font-size: 16px;
    color: #333;
}

.total-info strong {
    color: #1296db;
    font-size: 18px;
    margin: 0 6px;
}

.installment {
    font-size: 13px;
    color: #777;
}

/* APPLY BUTTON */
.btn-checkout {
    background: #1296db;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.btn-checkout:hover {
    background: #0f7fc0;
}

/* HELP */
.help-row {
    margin-top: 12px;
    font-size: 13px;
    color: #666;
    display: flex;
    gap: 6px;
    align-items: center;
}

/* MOBILE */
@media (max-width: 768px) {
    .checkout-row {
        flex-direction: column;
        gap: 12px;
    }
}

.spectrago-card.selected {
    border: 2px solid #007bff;
    box-shadow: 0 0 0 2px rgba(0,123,255,.2);
}

.otp-input {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}

.otp-input.show {
    max-height: 80px; /* enough for input */
    opacity: 1;
}

#otp-input-wrapper {
    position: relative;
    min-height: 70px; /* reserve space */
    width: 500px;
}

.otp-input-slot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.otp-input-slot.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.customer-type-selector {
    display: flex;
    gap: 12px;
    margin: 15px 0;
}

.customer-option {
    flex: 1;
    cursor: pointer;
}

.customer-option input {
    display: none;
}

/* Card */
.option-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 16px;
    border-radius: 1px;
    border: 2px solid #ccc;
    background: #fff;

    font-weight: 500;
    color: #999;

    transition: all 0.2s ease;
}

/* Icon */
.option-card i {
    font-size: 18px;
    color: #6b7280;
}

/* Hover */
.customer-option:hover .option-card {
    border-color: #444;
}

/* Selected */
.customer-option input:checked + .option-card {
    border-color: #007ac0;
    background: #007ac0;
    color: #fff;
}

/* Selected icon */
.customer-option input:checked + .option-card i {
    color: #fff;
}

/* Mobile stack */
@media (max-width: 576px) {
    .customer-type-selector {
        flex-direction: column;
    }
}

.apply-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.coordinate-map i {
  font-size: 50px;
  color: #1296db;
}

#installation-map{
   border: 1px solid #ddd;
   box-shadow: 3px 4px 15px 0px rgba(0,0,0,0.15);
}

.coverage-card{
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 3px 4px 4px 0px rgb(0 0 0 / 21%);
    background: #eee;
}

.coverage-card:hover{
    transform:translateY(-4px);
    
}

#coverage-loading{
    text-align: center;
    color: #2495d2;
    margin-top:20px;
}

#coverage-loading i {
    font-size: 42px;
    margin-bottom: 12px;
}

#coverage-loading p {
    font-size: 15px;
    font-weight: 500;
}

#coverage-result p{
    color: #2495d2;
    font-size: 15px;
    font-weight: 500; 
}

.spectra-progress{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    margin-bottom:30px;
}

.progress-step{
    position:relative;
    text-align:center;
/*    width:80px;  keeps spacing consistent */
}

.step-circle{
    width:35px;
    height:35px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    color:#555;
    margin:0 auto;
    border: 2px solid #ddd;
}

.progress-step.completed .step-circle{
    background:#007ac0;
    color:white;
}

.progress-step.active .step-circle{
    background:#ddd;
    color:#333;
}

.step-label{
    margin-top:8px;
    font-size:13px;
    width:100%;
}

.progress-line{
    flex:1;
    height:2px;
    background:#ddd;
    margin-top:17px;
}

.step-circle{
    transition:all .3s ease;
}

.tech-filters{
    margin-bottom:20px;
}

.tech-filter-btn{
    border: 2px solid #007ac0;
    background: white;
    color: #007ac0;
    padding: 8px 25px;
    margin-right: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.tech-filter-btn:focus{
    outline: none;
}

.tech-filter-btn:hover{
    background: #ddd;
}

.tech-filter-btn.active{
    background:#007ac0;
    color:white;
}

.tech-filter-container-text{
    color: #007ac0;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}

#plans-container{
    text-align: center;
    color: #2495d2;
/*    min-height:300px;*/
}

#plans-container i{
    font-size: 42px;
    margin-bottom: 12px;
    
}

#plans-container p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

#plans-container p{
    color: #2495d2;
    font-size: 15px;
    font-weight: 500; 
}

.contract-selector{
    display:flex;
    gap:10px;
    margin-top:20px;
}

.contract-card{
    flex:1;
    border:2px solid #ddd;
    border-radius:3px;
    padding:5px;
    text-align:center;
    cursor:pointer;
    transition:all .2s ease;
}

.contract-card:hover{
    border-color:#007ac0;
}

.contract-card.active{
    border-color:#007ac0;
    background:#f0f7ff;
}

.contract-months{
    font-weight:500;
}

.contract-price{
    margin-top:5px;
    font-size:15px;
    color:#007ac0;
    font-weight:500;
}

.payment-toggle{
    display:flex;
    gap:10px;
    margin-top:20px;
}

.payment-option{
    flex:1;
    padding:10px;
    border:2px solid #ddd;
    border-radius:4px;
    background:white;
    cursor:pointer;
    font-weight:600;
}

.payment-option.active{
    border-color:#007ac0;
    background:#f0f7ff;
    color:#007ac0;
}
.payment-option:focus{
    outline: none;
}

.checkmark{
    left: 8px;
}

#apply-summary{
display:none;
}

.relocation-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.relocation-next{
    padding: 0.5rem 4rem;
}

/*Qualification*/

.qualification-page #otp-mobile-slot,
.qualification-page #otp-email-slot{

    position: relative !important;

    top: auto !important;
    left: auto !important;

    width: 100%;

    opacity: 1 !important;

    pointer-events: auto !important;

    transform: none !important;

}
.qualification-page .apply-button{
    margin: auto;
    width: 40%;
    display: inline;
}

.qualification-page #otp-input-wrapper {
    position: relative;
    min-height: 70px; /* reserve space */
    width: 80%;
    display: block;
    margin: auto;
}

    .plan-details{
        box-shadow: 0 2px 10px rgba(0,0,0,.1);
        padding: 3rem;
    }
    .plan-details h2{
        text-align: center;
        font-weight: 600;
        font-size: 24px;
    }

    .contract-container{
        background:#007ac0;
        border-radius:5px;
        padding:40px;
        color:#fff;
        position:sticky;
        top:120px;

    }

    .contract-container h2{
        color:#fff;
        font-size:30px;
        font-weight:600;
        margin-bottom:30px;

    }

    .contract-card{
        background:#2495d2 !important;
        border:1px solid rgba(255,255,255,.1);
        border-radius:5px;
        margin-bottom:20px;
        overflow:hidden;
        text-align: left;

    }

    .contract-card-header{
        padding:25px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        cursor:pointer;

    }

    .contract-card-title{

        font-size:20px;
        font-weight:600;
        color:#fff;

    }

    .contract-card-content{
        display:none;
        padding:0 25px 25px;

    }

    .contract-card.active .contract-card-content{
        display:block;
        background: #2495d2;

    }

    .contract-price{
        font-size:35px;
        font-weight:700;
        color:#fff;
        margin-bottom:5px;

    }


    .contract-duration{
        font-size:20px;
        font-weight:600;

    }
    .contract-price small{
        color: #fff;
        font-size: 20px;
    }

    .contract-note{

        color:#c3c3c3;
        font-style:italic;

    }

    .change-plan-link{
        margin-top:20px;
        display:inline-block;
        color:#fff;
        font-size:15px;
        font-weight:600;
        text-decoration:none;
    }

    .change-plan-link:hover{

        color:#00ddff;

    }

    .contract-toggle{

        width:35px;
        height:35px;
        border-radius:50%;
        background:#007ac0;
        display:flex;
        align-items:center;
        justify-content:center;
        color:#fff;

    }
    #customer-flow-message, .alert{
        margin-top: 10px;
    }

    .product-card {
        background:#fff;
        height: 100%;
        border: 2px solid #2495d2;
        border-radius: 5px;
        padding: 20px;
        margin-bottom:20px;
        transition:all .3s ease;
        background: #fff;
        display: flex;
        flex-direction: column;
    }

    .product-card hr {
        margin-top: auto;
        width: 100%;
    }


    .product-card:hover{
        box-shadow:0 5px 20px rgba(0,0,0,.12);
    }

    .product-name{

        font-size:16px;
        font-weight:600;
        color:#007ac0;

    }

    .product-status{

        display:inline-block;
        padding:5px 12px;
        border-radius:20px;
        background:#e8f7ed;
        color:#1d7f42;
        font-size:11px;
        font-weight:600;
    }

     .product-actions {
        list-style: none;
        padding: 0;
        margin: 0;

        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .product-actions li a {
        display: inline-block;
        padding: 5px 12px;

        color: #0078d4;
        text-decoration: none;
        font-size: 11px;
        font-weight: 600;

        background: #f3f8fc;
        border: 1px solid #d0e7fa;
        border-radius: 20px;

        transition: all 0.3s ease;
    }

    .product-actions li a:hover {
        background: #0078d4;
        border-color: #0078d4;
        color: #fff;
        text-decoration: none;
        transform: translateY(-1px);
    }

    .package-selection-card{
        background:#fff;
        border-radius:20px;
        padding:30px;
    }

    .package-header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom:25px;
    }

    .package-header h4{

        font-weight:700;
        margin-bottom:5px;

    }

    .package-icon{

        width:60px;
        height:60px;
        background:#007ac0;
        color:#fff;
        border-radius:5%;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:20px;

    }

    .selected-package-summary{

        background:#ffffff;
        border-radius:5px;
        overflow:hidden;
        margin-bottom:25px;

    }

    .selected-package-row{

        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:20px;
        font-weight: 600;

    }

    #selectedPlanDetails{
        display:none;
        border-top:1px solid #e5e5e5;
    }

    .selected-package-toggle{

        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:15px 20px;
        cursor:pointer;
        background:#edf2f7;
        font-weight:600;
        border-bottom: 1px solid #fff;

    }

    .selected-package-toggle:hover{
        background:#edf2f7;
    }

    .package-chevron{

        transition:all .3s ease;

    }

    .package-chevron.rotate{

        transform:rotate(180deg);

    }

    .package-detail-body{

        padding:20px;
        background: #edf2f7;

    }

    .package-detail-item{

        display:flex;
        justify-content:space-between;
        margin-bottom:15px;
    }

    .package-detail-item img{
        margin-top: -14px;
        padding-right: 10px;
    }

    .btn-continue-application{

        width:100%;
        background:#d80000;
        color:#fff;
        border:none;
        border-radius:5px;
        padding:15px;
        font-size:18px;
        font-weight:700;
    }

    .customer-journey-message{

        background:#f0f9ff;
        padding:20px;
        border-radius:2px;

    }

    .customer-journey-message h5{

        margin-bottom:10px;
        font-weight:600;
        color:#0f172a;

    }

    .customer-journey-message p{

        margin:0;
        color:#475569;

    }


    .dashboard-card{
        background:#eee;
        border-radius:5px;
        padding:30px;
    /*    box-shadow:0 2px 10px rgba(0,0,0,.08);*/
        margin-bottom:25px;
    }

    .dashboard-card h3{
        margin-bottom:20px;
    }

    .selected-plan{
        background:#007ac0;
        color:#fff;
        border-radius:6px;
        padding:20px;
    }

    .journey-action-card{

        background:#f8f9fa;

        border:1px solid #e1e1e1;

        border-radius:6px;

        padding:20px;

        margin-bottom:15px;

    }

    .journey-action-card h4{
        margin-bottom:10px;
    }

    .journey-btn{

        padding:12px 25px;

        font-size:16px;

        font-weight:600;

    }
