*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.demo-title{
    text-decoration: none;
    border-bottom: none;
    color: #081120;
}


.demo-title:hover{
    border-bottom: 3px dotted #081120;
}

[data-cc="c-settings"]{
    margin-right: .5em;
}

.warning{
    margin-top: 2em;
    color: #5a4c4c;
    background: #ffefef;
    padding: 1em;
    border-radius: 0.5em;
}

/* Phishing Warning Banner */
.phishing-warning-banner {
    background-color: #dc3545;
    color: white;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 9999;
}

@media (max-width: 767px) {
    .phishing-warning-banner {
        font-size: 11px !important;
        padding: 8px 10px !important;
        line-height: 1.4 !important;
    }
}

/* Oncelikli Modal Styles */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 880px;
        margin: 1.75rem auto;
    }
}

/* oncelikliModal yüksek z-index - sadece bu modal için */
#oncelikliModal.show {
    z-index: 99999 !important;
}

/* oncelikliModal açıkken backdrop'ı da yükselt - JavaScript ile kontrol edilecek */
body.oncelikli-modal-open .modal-backdrop {
    z-index: 99998 !important;
}

@media (max-width: 767px) {
    #oncelikliModal .modal-dialog {
        margin: 10px;
        max-height: calc(100vh - 20px);
    }
    #oncelikliModal .modal-content {
        max-height: calc(100vh - 20px);
        overflow-y: auto;
    }
    #oncelikliModal .modal-header-custom {
        padding: 15px 20px !important;
    }
    #oncelikliModal .modal-header-custom h4 {
        font-size: 18px !important;
    }
    #oncelikliModal .modal-body {
        padding: 15px 20px !important;
    }
    #oncelikliModal .modal-body p {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    #oncelikliModal .modal-body .info-box {
        padding: 12px 15px !important;
    }
}

/* Modal Component Styles */
.modal-content-custom {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-header-custom {
    background: linear-gradient(135deg, #27397c 0%, #3a4d93 100%);
    padding: 25px 30px;
    position: relative;
}

.modal-header-custom h4 {
    color: white;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    text-align: center;
}

.btn-close-custom {
    background: rgba(255,255,255,0.2);
    border: none;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close-custom span {
    color: white;
    font-size: 24px;
    line-height: 1;
}

.modal-body-custom {
    padding: 30px 35px;
}

.info-box {
    background: #f0f4fa;
    border-left: 4px solid #27397c;
    padding: 18px 20px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

.info-box p {
    margin: 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
}

.info-box .fa-exclamation-triangle {
    color: #dc3545;
    margin-right: 8px;
}

.info-box .fa-shield-alt {
    color: #28a745;
    margin-right: 8px;
}

.info-box .fa-envelope {
    margin-right: 8px;
}

.info-box a {
    color: #004085;
}

.info-box a.email-link {
    font-weight: 600;
    text-decoration: underline;
}

/* Footer Social Media Icons - Firma Rengi */
#footer .social-icons.custom-social-icons li a {
    background: #104f9e !important;
    color: #FFF !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#footer .social-icons.custom-social-icons li a i,
#footer .social-icons.custom-social-icons li a svg {
    color: #FFF !important;
    fill: #FFF !important;
}

#footer .social-icons.custom-social-icons li:hover a {
    background: #0d3d7a !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(16, 79, 158, 0.4);
}

#footer .social-icons.custom-social-icons li:hover a i,
#footer .social-icons.custom-social-icons li:hover a svg {
    color: #FFF !important;
    fill: #FFF !important;
}