﻿.top-bar {
    background: #121212;
    color: #fff;
    padding: 7px 0;
    font-size: 14px;
}

    .top-bar a {
        color: #fff;
        text-decoration: none;
    }

        .top-bar a:hover {
            color: #d2a24c;
        }

.top-lang img {
    width: 22px;
    height: auto;
    margin-left: 8px;
}

.main-header {
    background: #000;
    padding: 12px 0;
}

    .main-header .navbar-brand img {
        max-height: 70px;
        max-width: 210px;
    }

    .main-header .nav-link {
        color: #d7d7d7;
        font-size: 16px;
        padding: 12px 10px;
    }

        .main-header .nav-link:hover,
        .main-header .nav-link:focus {
            color: #d2a24c;
        }

    .main-header .dropdown-menu {
        background: #111;
        border: 1px solid rgba(210, 162, 76, 0.35);
        border-radius: 0;
        padding: 0;
    }

    .main-header .dropdown-item {
        color: #ddd;
        font-size: 14px;
        padding: 10px 15px;
    }

        .main-header .dropdown-item:hover {
            background: #d2a24c;
            color: #000;
        }

.navbar-toggler {
    border: 1px solid #444;
    color: #fff;
    padding: 10px 14px;
}

.header-login-btn {
    display: inline-block;
    background: #d2a24c;
    color: #000;
    padding: 11px 22px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
}

    .header-login-btn:hover {
        background: #fff;
        color: #000;
    }

@media (max-width: 991px) {
    .main-header .navbar-nav {
        padding-top: 15px;
    }

    .main-header .nav-link {
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .header-login-btn {
        margin-top: 12px;
    }
}
.main-banner {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

    .main-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* 📱 MOBILE */
@media (max-width: 576px) {
    .main-banner {
        height: 222px;
    }
}

.booking-area {
    margin-top: 20px;
}

.booking-box {
    background: #070707;
    border-top: 2px solid #d2a24c;
    padding: 22px;
}

    .booking-box .form-label {
        color: #fff;
        font-size: 14px;
        margin-bottom: 7px;
    }

    .booking-box .form-control,
    .booking-box .form-select {
        height: 46px;
        background: #101010;
        border: 1px solid #444;
        color: #fff;
        border-radius: 0;
        font-size: 14px;
    }

        .booking-box .form-control::placeholder {
            color: #aaa;
        }

.input-icon {
    position: relative;
}

    .input-icon .form-control {
        padding-left: 42px;
    }

    .input-icon i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #d2a24c;
    }

.passenger-box {
    position: relative;
}

.popupKisi {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(6px);
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    z-index: 9999;
    min-width: 270px;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

.passenger-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 10px;
}

    .passenger-line:last-child {
        padding-bottom: 0;
    }

.passenger-name {
    min-width: 130px;
    text-align: center;
    color: #111;
    font-size: 14px;
}

.counter-btn {
    min-width: 38px;
    height: 38px;
    background: #d2a24c;
    border: 0;
    color: #000;
    font-weight: 700;
}

.luggage-group .form-control {
    max-width: 70px;
}

.booking-btn {
    height: 46px;
    border: 0;
    background: #d2a24c;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

    .booking-btn:hover {
        background: #fff;
    }

@media (max-width: 991px) {
    .booking-box {
        padding: 16px;
    }

    .popupKisi {
        width: 100%;
        min-width: 100%;
    }
}

.booking-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

    /* altına çizgi efekti (tema gibi) */
    .booking-title::after {
        content: '';
        display: block;
        width: 50px;
        height: 2px;
        background: #d2a24c;
        margin-top: 6px;
    }

body {
    background: #121212;
    color: #fff;
}


.kayan-alan {
    background: #121212;
    padding: 10px 0;
}

.kayan-wrapper {
    overflow: hidden;
    width: 100%;
}

.kayan-track {
    display: flex;
    width: max-content;
    animation: kayan 30s linear infinite;
}

.kayan-text {
    color: #d2a24c;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 50px;
}

@keyframes kayan {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.section-title {
    color: #bb9354;
    font-size: 26px;
    font-weight: 700;
}

.section-subtitle {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.head-line {
    width: 60px;
    height: 2px;
    background: #bb9354;
    margin: 10px auto;
}

.cta-stack a {
    display: block;
    margin-bottom: 10px;
}

.main-btn {
    display: block;
    background: #bb9354;
    color: #000;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}

    .main-btn:hover {
        background: #fff;
    }

.video-box {
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
}

    .play-btn::after {
        content: '';
        position: absolute;
        left: 22px;
        top: 18px;
        border-left: 15px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

.section-title {
    color: #bb9354;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.head-line {
    width: 270px;
    height: 1px;
    background: #bb9354;
    margin: 0 auto 18px;
}

.social-media-item {
    margin-bottom: 25px;
}

.social-media-link {
    display: block;
    text-decoration: none;
}

.social-box {
    width: 100%;
    height: 124px;
    background: #fff;
    border: 2px solid #bb9354;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.social-img {
    width: 100%;
    max-width: 220px;
    max-height: 92px;
    object-fit: contain;
}

.social-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }

    .head-line {
        width: 180px;
    }

    .social-box {
        height: 95px;
        padding: 10px;
    }

    .social-img {
        max-height: 68px;
    }

    .social-text {
        font-size: 14px;
    }
}

.dark-box {
    background: #000;
    border: 2px solid #bb9354;
    padding: 45px 60px;
    margin: 50px 0;
}

    .dark-box h2 {
        color: #bb9354;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.3;
    }

.head-line {
    width: 140px;
    height: 1px;
    background: #bb9354;
    margin: 12px auto 30px;
}

.announcement-text {
    max-width: 900px;
    margin: 0 auto;
}

    .announcement-text p {
        color: #d6d6d6;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .announcement-text .intro {
        color: #fff;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .announcement-text .closing {
        margin-top: 25px;
        color: #fff;
    }

    .announcement-text .team {
        color: #fff;
        font-weight: 500;
    }

@media (max-width: 768px) {
    .dark-box {
        padding: 25px 15px;
    }

        .dark-box h2 {
            font-size: 22px;
        }

    .head-line {
        width: 80px;
    }

    .announcement-text p {
        font-size: 14px;
    }
}

.price-list-area {
    margin-top: 40px;
}

.section-title {
    color: #bb9354;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

.head-line {
    width: 270px;
    height: 1px;
    background: #bb9354;
    margin: 10px auto 18px;
}

.price-card {
    min-height: 88px;
    background: #333;
    border-top: 2px solid #bb9354;
    display: flex;
    align-items: center;
    padding: 18px 22px;
    text-decoration: none;
    color: #fff;
}

    .price-card:hover,
    .price-card.active {
        background: #fff;
        color: #555;
    }

.price-icon {
    width: 55px;
    font-size: 36px;
    color: currentColor;
    margin-right: 18px;
}

.price-location {
    flex: 1;
}

    .price-location strong,
    .price-location span {
        display: block;
        font-size: 16px;
        line-height: 1.45;
    }

.price-value {
    font-size: 26px;
    font-weight: 800;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .price-card {
        padding: 15px;
    }

    .price-icon {
        font-size: 30px;
        width: 45px;
    }

    .price-value {
        font-size: 22px;
    }
}

.contact-phone {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

    .contact-phone a {
        color: #fff;
        text-decoration: none;
    }

        .contact-phone a:hover {
            color: #bb9354;
        }

    .contact-phone i {
        margin-right: 10px;
        color: #bb9354;
    }

.site-footer {
    background: #0d0d0d;
    color: #ccc;
    padding: 50px 0 20px;
}

.footer-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
}

    .footer-contact i {
        color: #bb9354;
        width: 20px;
    }

    .footer-contact a {
        color: #ccc;
        text-decoration: none;
    }

        .footer-contact a:hover {
            color: #bb9354;
        }

.footer-logos img {
    max-height: 50px;
    margin: 10px;
}

.footer-payments img {
    height: 35px;
    margin: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 25px;
    padding-top: 15px;
    font-size: 14px;
    color: #888;
}


.transfer-page {
    padding: 45px 0;
    background: #121212;
}

.transfer-card,
.transfer-summary,
.whatsapp-box {
    background: #000;
    border: 1px solid #bb9354;
    padding: 28px;
    margin-bottom: 30px;
}

.transfer-title {
    color: #bb9354;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
    text-align: center;
}

    .transfer-title::after {
        content: "";
        display: block;
        width: 120px;
        height: 1px;
        background: #bb9354;
        margin: 12px auto 0;
    }
step-area {
    padding: 20px 0;
    background: #121212;
}

.step-wrapper {
    background: #000;
    border: 1px solid #bb9354;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-item {
    width: 90px;
    text-align: center;
    flex-shrink: 0;
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #444;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 18px;
    margin: 0 auto;
}

.step-item span {
    display: block;
    margin-top: 8px;
    color: #777;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.step-item.active .step-number {
    background: #bb9354;
    border-color: #bb9354;
    color: #000;
}

.step-item.active span {
    color: #fff;
}

.step-line {
    flex: 1;
    height: 2px;
    background: #333;
    margin: 0 5px;
    min-width: 20px;
}

    .step-line.active {
        background: #bb9354;
    }

@media (max-width: 768px) {
    .step-wrapper {
        padding: 15px 5px;
    }

    .step-item {
        width: 72px;
    }

    .step-number {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .step-item span {
        font-size: 10px;
    }

    .step-line {
        min-width: 10px;
        margin: 0 2px;
    }
}

.reservation-page {
    background: #121212;
    padding: 45px 0;
}

.reservation-card,
.reservation-summary {
    background: #000;
    border: 1px solid #bb9354;
    padding: 28px;
}

.reservation-title {
    color: #bb9354;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

    .reservation-title::after {
        content: "";
        display: block;
        width: 120px;
        height: 1px;
        background: #bb9354;
        margin: 12px auto 0;
    }

.reservation-subtitle {
    color: #bb9354;
    font-size: 18px;
    margin-bottom: 18px;
}

.reservation-card .form-label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 7px;
}

.reservation-card .form-control,
.reservation-card .form-select {
    height: 46px;
    background: #101010;
    border: 1px solid #444;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.reservation-card textarea.form-control {
    height: auto;
}

.reservation-card .form-control::placeholder {
    color: #aaa;
}

.return-form {
    display: none;
    background: #101010;
    border: 1px solid rgba(187,147,84,.45);
    padding: 20px;
}

.reservation-btn {
    width: 100%;
    height: 50px;
    background: #bb9354;
    color: #000;
    border: 0;
    font-weight: 800;
    text-transform: uppercase;
}

    .reservation-btn:hover {
        background: #fff;
    }

.summary-item {
    border-bottom: 1px solid #222;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

    .summary-item span,
    .summary-grid span,
    .summary-price span {
        display: block;
        color: #bb9354;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .summary-item strong,
    .summary-grid strong {
        display: block;
        color: #fff;
        font-size: 15px;
    }

.summary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 22px;
}

    .summary-grid div {
        background: #101010;
        border: 1px solid #333;
        padding: 14px;
        text-align: center;
    }

.summary-price {
    background: #bb9354;
    color: #000;
    padding: 18px;
    text-align: center;
}

    .summary-price span {
        color: #000;
        font-weight: 600;
    }

    .summary-price strong {
        color: #000;
        font-size: 28px;
        font-weight: 900;
    }

@media (max-width: 768px) {
    .reservation-card,
    .reservation-summary {
        padding: 18px;
    }

    .reservation-title {
        font-size: 21px;
    }
}

.summary-discount,
.summary-final {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0,0,0,.25);
}

    .summary-discount span,
    .summary-final span {
        color: #000;
    }

    .summary-discount strong,
    .summary-final strong {
        color: #000;
        font-size: 20px;
    }

.indir {
    display: none;
}


.corporate-article-carousel {
    position: relative;
    padding: 8px 46px;
}

    .corporate-article-carousel .carousel-inner {
        display: flex;
        gap: 24px;
    }

    .corporate-article-carousel .carousel-item {
        display: block;
        flex: 0 0 calc(25% - 18px);
        margin-right: 0;
    }

.article-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .article-card:hover {
        transform: translateY(-4px);
        border-color: #c8d2e0;
        box-shadow: 0 16px 36px rgba(15, 23, 42, 0.13);
    }

.article-img {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef2f7;
}

    .article-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .35s ease;
    }

.article-card:hover .article-img img {
    transform: scale(1.04);
}

.article-content {
    padding: 22px;
}

.article-category {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #1f4f82;
    text-transform: uppercase;
}

.article-content h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.35;
}

    .article-content h3 a {
        color: #14213d;
        text-decoration: none;
    }

        .article-content h3 a:hover {
            color: #1f4f82;
        }

.article-content p {
    margin: 0 0 18px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.article-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    background: #1f4f82;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

    .article-btn:hover {
        background: #163a61;
        color: #fff;
    }

.article-arrow {
    width: 38px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #14213d;
    opacity: 1;
}

.carousel-control-prev.article-arrow {
    left: 0;
}

.carousel-control-next.article-arrow {
    right: 0;
}

.article-arrow:hover {
    background: #1f4f82;
}

.article-arrow .carousel-control-prev-icon,
.article-arrow .carousel-control-next-icon {
    width: 16px;
    height: 16px;
}

@media (max-width: 991.98px) {
    .corporate-article-carousel {
        padding: 8px 42px;
    }

        .corporate-article-carousel .carousel-inner {
            gap: 0;
        }

        .corporate-article-carousel .carousel-item {
            flex: 0 0 100%;
        }
}