﻿.tourCard.-type-1 .tourCard__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    background-color: white;
    border-radius: 200px;
}

.dropdown.-price .dropdown__menu{
    width:200px !important;
    padding-top: 0px !important;
}

.tourCard__title{
    height:70px;
}

p{
    color:inherit !important;
}

.hero.-type-10{
    padding-top:450px !important;
}

.header.-type-10.-is-sticky {
    background-color: #05073C !important;
}

.footer.-type-1 .footer__info{
    padding-top:30px !important;
    padding-bottom:20px !important;
}

.header.-type-10 .header__container{
    justify-content:space-between;
}

.footer.-type-1 .footerSocials__icons > *:hover {
    background-color: #F4F4F5 !important;
    color: #292A6E !important;
}

/* Scroll animasyonlarını global kapat */
[data-anim],
[data-anim-wrap],
[data-anim-child] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
}


@media (max-width: 768px) {
    .header__logo img {
        max-height: 40px;
        width: auto;
        object-fit: contain;
    }

    .header__logo {
        display: flex;
        align-items: center;
    }
}

