@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

body.clone-box-body {
    background-color: #ffffff;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.text-navy {
    color: #0b1f44 !important;
}

.clone-header {
    width: 100%;
}

.banner-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.supreme-nav {
    background: transparent !important;
    padding: 0 !important;
    margin-top: -100px;
    position: relative;
    z-index: 20;
}

.supreme-menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(11, 31, 68, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 16px;
    padding: 14px 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.supreme-menu-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 12px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    white-space: nowrap;
}

.supreme-icon {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.supreme-menu-link:hover {
    background: #ffffff;
    color: #0b1f44;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
}

    .supreme-menu-link:hover .supreme-icon {
        color: #0b1f44;
        transform: scale(1.15);
    }

/* Mobilde Çok Daha Belirgin, Büyük ve Havalı Menü Butonu */
.supreme-toggler {
    background: linear-gradient(135deg, #0b1f44, #21386b) !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 12px !important;
    padding: 12px 18px !important;
    box-shadow: 0 8px 20px rgba(11, 31, 68, 0.4);
    transition: all 0.3s ease;
}

    .supreme-toggler i {
        font-size: 22px !important;
        color: #ffffff !important;
    }

    .supreme-toggler:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 25px rgba(11, 31, 68, 0.6);
    }

@media (max-width: 991.98px) {
    .supreme-nav {
        margin-top: -45px;
    }

    /* Mobilde Açılan Menü Kutusunu Çok Daha Belirgin ve Net Yaptık */
    .supreme-menu-wrapper {
        flex-direction: column;
        align-items: stretch;
        border-radius: 16px;
        padding: 20px;
        gap: 10px;
        background: #0b1f44 !important;
        border: 2px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    }

    .supreme-menu-link {
        flex-direction: row;
        justify-content: flex-start;
        gap: 15px;
        padding: 14px 18px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.08);
        font-size: 15px;
    }

        .supreme-menu-link:hover {
            transform: translateX(5px);
            background: #ffffff;
        }

    .supreme-icon {
        font-size: 18px;
        width: 24px;
        text-align: center;
    }
}

.clone-dates-section {
    background-color: #ffffff !important;
    margin-top: 20px !important;
    padding-bottom: 20px !important;
}

.dates-container-box {
    border: 1px solid #21386b;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}

.dates-title-badge {
    background-color: #21386b;
    letter-spacing: 0.5px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    padding: 25px !important;
}

.dates-content-area {
    background-color: #ffffff !important;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #21386b !important;
    font-weight: bold;
}

.clone-main {
    background-color: #ffffff !important;
    padding-top: 15px !important;
    padding-bottom: 40px !important;
}

    .clone-main h2 {
        font-size: 20px !important;
        letter-spacing: 0.5px;
    }

.content-body p {
    font-size: 14px !important;
    line-height: 1.75;
    text-align: justify;
    color: #444444;
}

.clone-footer {
    background-color: #12161f;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
}

    .clone-footer a {
        transition: color 0.2s ease;
    }

        .clone-footer a:hover {
            color: #ffffff !important;
        }


.icerik-baslik {
    font-size: 28px;
    font-weight: 800;
    color: #0b1f44;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

    .icerik-baslik::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background-color: #21386b;
        border-radius: 2px;
    }


.working-animation-box {
    position: relative;
    display: inline-block;
    height: 70px;
    line-height: 70px;
}

.gear-main {
    font-size: 50px;
    color: #21386b;
    animation: rotateGear 4s linear infinite;
}

.gear-secondary {
    position: absolute;
    top: 15px;
    right: -15px;
    font-size: 30px;
    color: #0b1f44;
    animation: bounceFile 2s ease-in-out infinite alternate;
}

@keyframes rotateGear {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounceFile {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-8px) scale(1.05);
    }
}

@media (max-width: 991.98px) {
    .dates-container-box {
        flex-direction: column !important;
    }

    .dates-title-badge {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
        padding: 15px !important;
    }

    .dates-content-area {
        width: 100% !important;
        text-align: center !important;
        padding: 15px !important;
        display: flex !important;
        justify-content: center !important;
    }

        .dates-content-area span {
            white-space: normal !important;
            word-break: break-word;
        }
}