:root {
    --ats-blue: #0077b6;
    --ats-blue-dark: #005f8f;
    --ats-blue-light: #dff4ff;
    --ats-orange: #e87c1e;
    --ats-orange-dark: #c85f08;
    --ats-ink: #102a3a;
}

body {
    color: var(--ats-ink);
}

.navbar {
    border-bottom: 3px solid var(--ats-orange);
}

.navbar-logo {
    height: 88px !important;
    max-width: 132px !important;
    object-fit: contain;
}

.nav-link:hover,
.nav-link:focus,
.footer-nav a:hover,
.contact-email-list a:hover {
    color: var(--ats-orange) !important;
}

.btn-contact,
.btn-primary,
.make-reservation-btn,
.search-box button[type="submit"],
.read-more-btn {
    background: linear-gradient(135deg, var(--ats-blue), var(--ats-orange)) !important;
    border-color: var(--ats-blue) !important;
    color: #fff !important;
}

.hero-section {
    background-image:
        linear-gradient(90deg, rgba(0, 48, 74, 0.82), rgba(0, 34, 52, 0.48)),
        url('../images/antalya-hotel-vip-hero.png') !important;
    background-position: center !important;
}

.hero-vip-title {
    max-width: 620px;
    font-size: clamp(1.8rem, 2.5vw, 2.75rem);
    line-height: 1.18;
}

.search-box {
    background:
        linear-gradient(145deg, rgba(0, 119, 182, 0.96), rgba(232, 124, 30, 0.9)) !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 18px 44px rgba(0, 67, 105, 0.3);
}

.search-box-title,
.quote-title-bar {
    border-left-color: var(--ats-orange) !important;
}

.section-title,
.about-section h2,
.destinations-section h2,
.faq-section h2,
.contact-info h2 {
    color: var(--ats-blue-dark);
}

.blog-hero,
.page-hero {
    background: linear-gradient(135deg, var(--ats-blue), var(--ats-orange)) !important;
}

.blog-category,
.badge,
.contact-email-list a span {
    background: var(--ats-blue) !important;
}

.destination-card .price,
.destination-card a,
.destination-card span,
.feature-icon,
.accordion-button:not(.collapsed) {
    color: var(--ats-blue-dark) !important;
}

.destination-card:hover {
    box-shadow: 0 10px 28px rgba(0, 119, 182, 0.22) !important;
}

.popular-transfer-section .section-title {
    margin-bottom: 34px;
}

.popular-transfer-section .section-title h2 {
    font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.destination-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.popular-transfer-section .destination-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
    border-bottom: 3px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.popular-transfer-section .destination-card:hover {
    border-bottom-color: var(--ats-orange);
}

.popular-transfer-section .destination-card img {
    height: 218px;
}

.popular-transfer-section .destination-card .p-3 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.popular-transfer-section .destination-card h3 {
    font-size: 1.28rem;
    color: var(--ats-ink);
}

.popular-transfer-section .destination-card .price {
    flex: 1;
    color: #315064 !important;
    font-weight: 500;
    line-height: 1.6;
}

.destination-card-action {
    color: var(--ats-blue-dark) !important;
    font-size: .88rem;
    font-weight: 700;
}

.popular-destinations-toggle {
    min-width: 220px;
    border-radius: 6px;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background: var(--ats-blue-light) !important;
}

.reservation-success-card .success-icon-wrap {
    background: var(--ats-blue-light) !important;
}

.reservation-success-card .success-icon-wrap i {
    color: var(--ats-blue) !important;
}

.btn-success-action.btn-home {
    background: linear-gradient(135deg, var(--ats-blue), var(--ats-orange)) !important;
    color: #fff !important;
}

.custom-footer {
    border-top-color: var(--ats-orange) !important;
}

.footer-col-title::after,
.footer-contact-item i,
.footer-social a,
.secure-text {
    color: var(--ats-orange) !important;
}

.footer-logo-img {
    background: transparent;
    object-fit: contain;
}

@media (min-width: 992px) {
    .hero-section > .container {
        max-width: 1480px;
    }

    .hero-section .row {
        --bs-gutter-x: 2.25rem;
    }

    .hero-section .hero-copy {
        flex: 0 0 43%;
        max-width: 43%;
        padding-top: 94px;
    }

    .hero-section .hero-copy + .col-lg-6 {
        display: flex;
        flex: 0 0 57%;
        max-width: 57%;
        justify-content: flex-end;
    }

    .hero-section .search-box {
        width: 100%;
        max-width: 720px;
        margin-right: 0;
        margin-left: 0;
    }

}

@media (max-width: 991.98px) {
    .navbar-logo {
        height: 72px !important;
        max-width: 98px !important;
    }

    .hero-section {
        background-position: 58% center !important;
    }

    .hero-vip-title {
        font-size: 1.8rem;
    }

    .popular-transfer-section .destination-card img {
        height: 210px;
    }
}
