.iti {
    width: 100%;
}

.iti__flag-container {
    border-right: 1px solid #ddd;
}

.iti__country-list {
    max-height: 200px;
    overflow-y: auto;
}

.form-control.iti__tel-input {
    padding-left: 60px;
}
.iti__country span {
    display: inline;
    font-size: 0.60rem;
}

/* Additional input field protection */
.iti__tel-input {
    padding-left: 62px !important;
}
.custom-radio-box {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
}

.custom-radio-box input[type="radio"] {
    accent-color: #6366f1;
}

.custom-radio-box span {
    font-size: 14px;
    color: #495057;
    text-align:center;
}

.custom-radio-box:hover {
    background-color: #f8f9fa;
}

#services {
    list-style-type: disc;
}
#services li {
    margin-bottom: 10px;
}

.total-price {
    font-size:18px;
    color:rgba(0, 0, 0, 0.6);
}
#pricing-currency,
#pricing-price{
    font-size: 30px;
    font-weight: 700;
}

.total-price-text{
   margin-left: auto;
}

.pay-btn{
    background-color: #0d0f2c;
    border: none;
    border-radius: 30px;
    color:white;
    padding: 14px 0px;
}

.estimate{
    width: 3%;
}

@media (max-width: 768px) {
    .custom-radio-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .custom-radio-box span {
        text-align: left;
        margin-top: 5px;
    }

    .total-price-text {
        margin-left: 0;
        text-align: left;
    }

    .estimate {
        width: 20%;
    }

    .advenced-plans {
        position: relative !important;
        top: auto !important;
        padding: 1rem !important;
    }

    .payment-sub {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }

    .secure-payment {
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .secure-payment img {
        height: 40px !important;
    }

    .go-back {
        display: inline-block;
        margin-bottom: 1rem;
    }

    .price-plan-img {
        padding: 1rem !important;
    }

    .pay-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 16px;
    }

    .card-container {
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .estimate {
        width: 30%;
    }

    .custom-radio-box {
        width: 100%;
    }

    .services-wrapper {
        width: 100%;
    }

    #pricing-currency,
    #pricing-price {
        font-size: 24px;
    }

    .pay-btn {
        font-size: 14px;
    }
}

/* Modern Account Verification Tabs */
.verification-tabs {
    margin-bottom: 2rem;
}

.verification-tabs .nav-tabs {
    border: none;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    gap: 8px;
}

.verification-tabs .nav-item {
    flex: 1;
}

.verification-tabs .nav-link {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #6c757d;
    background: transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    margin: 0;
}

.verification-tabs .nav-link:hover {
    color: #495057;
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(73, 80, 87, 0.2);
    transform: translateY(-1px);
}

.verification-tabs .nav-link.active {
    color: #ffffff;
    background: linear-gradient(135deg, #495057 0%, #343a40 100%);
    box-shadow: 0 8px 25px rgba(73, 80, 87, 1), 0 0 0 3px rgba(73, 80, 87, 0.6);
    transform: translateY(-4px) scale(1.05);
    border: 2px solid #495057;
    font-weight: 700;
    position: relative;
    z-index: 10;
}

.verification-tabs .nav-link.active:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #3a4046 0%, #2c3034 100%);
    border-color: #3a4046;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(73, 80, 87, 0.5), 0 0 0 3px rgba(73, 80, 87, 0.15);
}

/* Enhanced Tab Content */
.tab-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

/* Modern Form Styling */
.form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.form-control:focus {
    border-color: #495057;
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.15);
    background: #ffffff;
}

.form-control::placeholder {
    color: #adb5bd;
    font-size: 14px;
}

/* Modern Buttons */
.btn-primary {
    background: #495057;
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(73, 80, 87, 0.2);
}

.btn-primary:hover {
    background: #3a4046;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(73, 80, 87, 0.3);
}

.btn-primary:active {
    transform: translateY(0);
}

/* Account Verification Container */
.account-verification-container {
    max-width: 500px;
    margin: 0 auto;
}

/* Email Verification Section */
#email-verification-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

#email-verification-section h5 {
    color: #495057;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

#email-verification-section p {
    color: #6c757d;
    text-align: center;
    margin-bottom: 1.5rem;
}

#verification-code-input {
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    padding: 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
}

#verification-code-input:focus {
    border-color: #495057;
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.15);
}

.btn-success {
    background: #28a745;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background: #218838;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #6c757d;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

/* Responsive Design for Verification Tabs */
@media (max-width: 768px) {
    .verification-tabs .nav-tabs {
        gap: 6px;
        padding: 5px;
    }
    
    .verification-tabs .nav-link {
        padding: 12px 16px;
        font-size: 13px;
    }
    
    .verification-tabs .nav-link.active {
        transform: translateY(-1px) scale(1.01);
    }
    
    .verification-tabs .nav-link.active:hover {
        transform: translateY(-1px) scale(1.01);
    }
    
    .tab-content {
        padding: 1.5rem;
    }
    
    .account-verification-container {
        max-width: 100%;
    }
    
    #email-verification-section {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .verification-tabs .nav-tabs {
        gap: 4px;
        padding: 4px;
    }
    
    .verification-tabs .nav-link {
        padding: 10px 12px;
        font-size: 12px;
    }
    
    .verification-tabs .nav-link.active {
        transform: translateY(-1px) scale(1.01);
    }
    
    .verification-tabs .nav-link.active:hover {
        transform: translateY(-1px) scale(1.01);
    }
    
    .tab-content {
        padding: 1rem;
    }
}
.new-custom-btn {
    background: black !important;
    border-radius: 20px !important;
    align-items: center !important;
    color: white !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}
.text-line {
    text-decoration: none !important;
}
.text-line::after{
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: transparent;
    transition: all 0.3s ease;
}
.new-custom-btn:hover::after {
    width: 80%;
    background: white;
}

.new-custom-btn.active::after {
    width: 80%;
    background: white;
}

.new-custom-btn.active:hover::after {
    background: white;
}
.form-control {
    background-position: right calc(.375em + .1875rem) center !important;
}
input.animate__animated.animate__shakeX {
  /* border: 2px solid red !important; */
  box-shadow: 0 0 9px rgba(255, 0, 0, 0.8);
}
#signup-email {
    margin-bottom: 0 !important;
}