/* Premium "Modern" Radio Card Styles */

/* 1. Global Page Layout (Modern Spacing) */
.default-dashboard {
    padding-top: 150px;
    padding-bottom: 80px;
}

.title-style-1 {
    margin-bottom: 30px;
}

/* 2. Card Modern Hover & Base */
.card.common-hover {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
    /* More prominent base shadow */
    background: #fff;
    border: none !important;
}

.card.common-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(115, 102, 255, 0.15) !important;
    /* Premium purple-ish shadow */
    border-color: rgba(115, 102, 255, 0.2);
}

/* 3. Creative Wrapper (Cuba Style) */
.creative-wrapper {
    position: relative;
    padding: 0;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    height: 100%;
}

.border-l-primary {
    border-left: 4px solid #7366ff !important;
}

.border-l-success {
    border-left: 4px solid #51bb25 !important;
}

.border-l-warning {
    border-left: 4px solid #f8d62b !important;
}

.border-l-info {
    border-left: 4px solid #a927f9 !important;
}

.border-l-danger {
    border-left: 4px solid #dc3545 !important;
}

.border-3 {
    border-width: 3px !important;
}

/* 4. Text Utilities */
.txt-primary {
    color: #7366ff !important;
}

.txt-success {
    color: #51bb25 !important;
}

.txt-warning {
    color: #f8d62b !important;
}

.txt-info {
    color: #a927f9 !important;
}

.txt-dark {
    color: #2c323f !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-12 {
    font-size: 12px !important;
}

/* 5. Pricing Section (Modern Box) */
.bg-light.rounded-3 {
    background-color: #f6f7fb !important;
    border: 1px solid #f0f1f5;
}

/* 6. Air Buttons (Floating Shadow) */
.btn-air-primary {
    box-shadow: 0 5px 10px 2px rgba(115, 102, 255, 0.19) !important;
}

.btn-air-success {
    box-shadow: 0 5px 10px 2px rgba(81, 187, 37, 0.19) !important;
}

.btn-air-warning {
    box-shadow: 0 5px 10px 2px rgba(248, 214, 43, 0.19) !important;
}

.btn-air-info {
    box-shadow: 0 5px 10px 2px rgba(169, 39, 249, 0.19) !important;
}

.btn-pill {
    border-radius: 30px !important;
}

/* 8. Radio Logo Circle */
.radio-profile-img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    padding: 6px;
    background: #fff;
    border: 3px solid #f3f3ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
    display: inline-block;
}

/* 9. Live Badge Customization */
.badge-danger-modern {
    background-color: #dc3545 !important;
    color: white !important;
    font-weight: 700;
    font-size: 10px;
    padding: 5px 10px;
}

/* 10. Premium Modal & Mega Options */
#sendRequestModal .modal-content {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 15px 50px rgba(115, 102, 255, 0.2);
    border: none;
}

#sendRequestModal .modal-header {
    background: #f6f7fb;
    padding: 1.2rem 1.5rem !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#sendRequestModal .modal-header .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    z-index: 10;
}

/* Split Layout Adjustments */
.border-bottom-mobile {
    border-bottom: none;
}

#sendRequestModal .modal-body {
    position: relative;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto !important;
    max-height: 70vh;
    /* Viewportun %70'ini aşınca kaydır */
}

/* Custom Scrollbar for Modal Body */
#sendRequestModal .modal-body::-webkit-scrollbar {
    width: 6px;
}

#sendRequestModal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#sendRequestModal .modal-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

#sendRequestModal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #7366ff;
}

.modal-station-branding {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 11;
}

.modal-station-logo {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50% !important;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 4px solid #fff;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .border-bottom-mobile {
        border-bottom: 1px solid #eee !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .modal-station-branding {
        margin-top: 0 !important;
    }

    #sendRequestModal .modal-header {
        padding: 0.8rem 1rem !important;
    }

    .modal-station-logo {
        width: 70px;
        height: 70px;
    }

    .custom--mega-checkbox {
        padding: 12px 10px;
    }

    .custom--mega-checkbox .icon-wrapper {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        margin-bottom: 8px;
        color: #7366ff;
    }

    /* Mobil footer tıklama garantisi */
    #sendRequestModal .modal-footer {
        z-index: 20;
        position: relative;
    }
}

.modal-station-branding.position-static {
    margin: 0 auto;
}

.divider-text-center {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}

.divider-text-center::before,
.divider-text-center::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #eee;
}

.divider-text-center::before {
    margin-right: 10px;
}

.divider-text-center::after {
    margin-left: 10px;
}

/* Mega Option Selection Box */
.selection-box {
    position: relative;
    height: 100%;
}

.selection-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.custom--mega-checkbox {
    background: #f9f9ff;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    padding: 15px 12px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04) !important;
}

.selection-box input[type="radio"]:checked+.custom--mega-checkbox {
    border-color: #7366ff;
    background: #fff;
    box-shadow: 0 8px 25px rgba(115, 102, 255, 0.18) !important;
    transform: translateY(-2px);
}

.selection-box input[type="radio"]:checked+.custom--mega-checkbox::after {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #7366ff;
    font-size: 1.1rem;
}

.custom--mega-checkbox .icon-wrapper {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #7366ff;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.selection-box input[type="radio"]:checked+.custom--mega-checkbox .icon-wrapper {
    background: #7366ff;
    color: #fff;
    transform: scale(1.1);
}

.custom--mega-checkbox h6 {
    margin: 0;
    font-weight: 700;
    color: #2c323f;
    font-size: 13px;
}

.custom--mega-checkbox span {
    font-size: 11px;
    color: #7e8299;
    margin-top: 4px;
}

/* Form Styling */
#sendRequestModal .form-control {
    border: 1px solid #eef0f7 !important;
    background: #fcfdfe !important;
    border-radius: 12px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    color: #2b2b2b !important;
}

#sendRequestModal .form-control:focus {
    border-color: #7366ff !important;
    box-shadow: 0 0 0 4px rgba(115, 102, 255, 0.08) !important;
    background: #fff !important;
}

#sendRequestModal label {
    font-weight: 600 !important;
    color: #313131 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* PayTR Iframe Styles */
#paytr-iframe-wrapper::-webkit-scrollbar {
    width: 6px;
}

#paytr-iframe-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#paytr-iframe-wrapper::-webkit-scrollbar-thumb {
    background: #7366ff;
    border-radius: 10px;
}

#paytr-iframe-wrapper::-webkit-scrollbar-thumb:hover {
    background: #5b47fb;
}

#paytriframe {
    overflow: hidden !important;
}

/* 11. Agreement Modal Enhancements */
#siteAgreementModal .modal-content {
    border-radius: 20px;
    max-width: 650px;
    margin: 0 auto;
}

#siteAgreementModalBody {
    line-height: 1.8;
    color: #444;
    font-size: 14px;
    padding: 2rem !important;
}

#siteAgreementModalBody h1,
#siteAgreementModalBody h2,
#siteAgreementModalBody h3 {
    color: #2c323f;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

#siteAgreementModalBody p {
    margin-bottom: 1.2rem;
}

#siteAgreementModal .modal-header {
    border-radius: 20px 20px 0 0;
}

#siteAgreementModal .modal-footer {
    border-radius: 0 0 20px 20px;
}