@media (max-width: 575px) {
    #form-ve-bilgi .contact-form{
        padding:0 !important;
    }
    #kampanyalar{
        padding-bottom: 20px !important;
    }
    .sinav-buton1, .sinav-buton2{font-weight: 300 !important; padding: 20px 15px !important}
    #gorusmeyi-planlayin{
        padding-top: 0 !important;
    }
    #gorusmeyi-planlayin .contact-form{
        padding-top: 0 !important;
    }
    #sube-aciklama-yazisi img{
        margin-bottom: 10px !important;
    }
    #sube-aciklama-yazisi .col-md-6, .col-sm-12{
        text-align: justify !important;
    }
    .map-info small{
        font-weight: 600 !important;
    }
    .navbar-brand{
        width:100% !important;
    }
    .btn.btn-primary-red {
        width: 100% !important;
    }
    .kampanya-card img{
        height: auto !important;
    }
    .butonlar-mobil{
        font-weight: bold !important;
    }
    #sinav-butonlari .flex-buttons {
        flex-direction: column; /* Alt alta yap */
    }

    #sinav-butonlari .d-flex a{
        margin-top: 10px;
    }

    #whatsapp-button{
        margin-bottom: 10px;
    }
    .map-phone h4{
        font-size: 14px !important;
    }
    .map-info{padding-top: 5px !important}
    .cookie-overlay{display:none;}
    .header-button-two{
        display: none;
    }

    .top-bar{
        display: none;
    }

    .navbar{
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .navbar-brand img {
        height: 70px;
        width: auto; /* Safari için esnetmeyi engelle */
        max-width: 100%;
        object-fit: contain; /* bozulmayı engeller */
    }

    .header-button-one{
        display: none;
    }

    .mobile-button-exam{
        text-decoration: none;
        color: white;
        background-color: #e50914;
        padding: 10px;
        border-radius: 5px;
        margin: 0 10px;
    }
    .slider-ust{
        padding:0px !important;
        margin-bottom:15px;
    }
    .hero-section .col-lg-8 .carousel-inner img{
        height: 200px;
    }
    .hero-section .col-lg-8 .carousel-inner .carousel-caption{
        margin-top: 0;
    }
    .hero-section .col-lg-8 .carousel-inner .carousel-caption a,
    .hero-section .col-lg-8 .carousel-inner .carousel-caption h2{
        font-size: 12px;
    }
    .section-subtitle{
        margin-bottom: 10px !important;
        text-align: center !important;
    }
    #avrupa-dil-pasaportu{
        padding-top: 25px !important;
    }
    #avrupa-dil-pasaportu .col-lg-6 p{
        text-align: justify;
        padding-top: 10px;
    }
    #popular-edu .col-md-12 p{
        margin-top: 0px !important;
    }
    #popular-edu .popular-btn-more{
        margin-top: 0px !important;
    }
    #benefits{
        padding-top: 0 !important;
    }
    #benefits .cards-benefits{
        margin-top: 0 !important;
    }
    #testimonials .popular-btn-more{
        margin-top: 0 !important;
    }
    .partners-section{padding: 0 !important;}
    .partners-section .popular-btn-more{
        margin-top: 10px !important;
        margin-bottom: 25px !important;
    }
    #sss .row .col-lg-6{
        margin-bottom: 0px !important;
    }
    #sss .sss-button{
        margin-top: 0 !important;
    }
    #europass-başvurusu{
        padding: 20px 0 !important;
    }
    #europass-başvurusu .col-lg-6 p{
        text-align: justify;
    }

    #mobile-sinav-butonlari{
        padding: 20px 0 !important;
    }
    .hero-section .col-lg-4 .promo-card .promo-text a,
    .hero-section .col-lg-4 .promo-card .promo-text h5{
        font-size: 11px;
    }

    #hakkimizda .align-items-center h2{
        font-size: 22px;
    }

    #hakkimizda .align-items-center p{
        font-size: 16px;
        text-align: justify;
    }
    #sinav-butonlari{padding: 20px 0 !important}
    #mobile-sinav-butonlari .butonlar-mobil{
        flex-wrap: wrap !important;
    }

    #mobile-sinav-butonlari .butonlar-mobil .sinav-buton1{
        margin: 10px 0;
    }
}

.navbar-brand img {
    height: 70px;
    max-width: 100%;
    object-fit: contain; /* bozulmayı engeller */
}

@supports (-webkit-touch-callout: none) {
    .header-button-one, .header-button-two {
        display: flex;
        align-items: center;
        white-space: nowrap; /* yazı kaymasını önler */
    }
}


.demo-content {
    text-align: center;
    color: white;
}

.demo-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.demo-content p {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Cookie Modal Overlay */
.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 9999;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

.cookie-overlay.hidden {
    display: none;
}

/* Cookie Modal */
.cookie-modal {
    background: white;
    border-radius: 16px;
    padding: 32px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: slideUp 0.4s ease;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.close-btn:hover {
    color: #333;
}

/* Title */
.cookie-modal h2 {
    color: #1a1a2e;
    font-size: 1.5rem;
    margin-bottom: 16px;
    padding-right: 24px;
}

/* Description */
.cookie-modal p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 0.95rem;
}

.cookie-modal a {
    color: #667eea;
    text-decoration: none;
}

.cookie-modal a:hover {
    text-decoration: underline;
}

/* Buttons Container */
.button-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Buttons */
.btn-cookie {
    flex: 1;
    min-width: 120px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-reject {
    background: #ef4444;
    color: white;
}

.btn-reject:hover {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.btn-settings {
    background: #3b82f6;
    color: white;
}

.btn-settings:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-accept {
    background: #10b981;
    color: white;
}

.btn-accept:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 600px) {
    .cookie-modal {
        padding: 24px;
    }

    .cookie-modal h2 {
        font-size: 1.25rem;
    }

    .button-group {
        flex-direction: column;
    }
}

/* Lightbox caption ve alt bilgiler gizlensin */
.lb-caption,
.lb-number {
    display: none !important;
}

.scroll-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.scroll-content {
    display: inline-block;
    white-space: nowrap;
    animation: scrollLeft 20s linear infinite;
}

.scroll-content span {
    display: inline-block;
    font-size: 14px;
    color: #fff; /* isteğe göre */
}

/* Sonsuz döngüyle akıcı kayan efekt */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}