/* TOP BAR */
.top-bar {
    background-color: #e91e63; /* PEMBE */
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
}

.top-text {
    white-space: nowrap;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-contact a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.top-contact a:hover {
    text-decoration: underline;
}

.top-contact img {
    width: 18px;
    height: 18px;
}

/* INFO BAR */
.info-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

/* LOGO */
.site-logo {
    font-size: 22px;
    font-weight: 700;
    color: #e91e63; /* PEMBE */
    white-space: nowrap;
}

/* INFO ITEMS */
.info-items {
    display: flex;
    align-items: center;
}

.info-item {
    gap: 10px;
}

.info-icon {
    font-size: 28px;
    color: #e91e63;
}

.info-title {
    font-size: 14px;
    font-weight: 600;
    color: #e91e63;
    line-height: 1.2;
}

.info-sub {
    font-size: 13px;
    color: #e91e63;
}

/* NAVBAR */
.custom-navbar {
    background-color: #323946;
    padding: 0;
}

/* MENU ORTALAMA */
.custom-menu {
    align-items: center;
}

/* MENU LINKLERİ */
/* NAVBAR */
.custom-navbar {
    background-color: #323946;
    padding: 0;
}

/* MENU ORTALAMA */
.custom-menu {
    align-items: center;
}

/* TOGGLER ICON BEYAZ */
.custom-navbar .navbar-toggler {
    border-color: rgba(255,255,255,0.5);
}

.custom-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* MENU LINKLERİ */
.custom-navbar .nav-link {
    color: #ffffff;
    padding: 16px 32px; /* DAHA GENİŞ ARALIK */
    font-weight: 500;
    position: relative;
}

/* ACTIVE YAZI BEYAZ KALSIN */
.custom-navbar .nav-link.active {
    color: #ffffff;
}

/* HOVER ÜST PEMBE ÇİZGİ (SADECE HOVER) */
.custom-navbar .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #e91e63;
    transition: width 0.25s ease;
}

/* SADECE ÜZERİNE GELİNCE */
.custom-navbar .nav-link:hover::before {
    width: 100%;
}

/* ACTIVE OLANDA ÇİZGİ OLMASIN */
.custom-navbar .nav-link.active::before {
    width: 0 !important;
}

/* DİKEY AYIRICI */
.nav-divider {
    width: 1px;
    height: 26px;
    background-color: #777;
}

/* DROPDOWN */
.custom-navbar .dropdown-menu {
    background-color: #e91e63;
    border: none;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
}

/* DROPDOWN ITEM */
.custom-navbar .dropdown-item {
    color: #ffffff;
    padding: 12px 28px;
    border-bottom: 1px solid rgba(255,255,255,0.35);
}

.custom-navbar .dropdown-item:last-child {
    border-bottom: none;
}

.custom-navbar .dropdown-item:hover {
    background-color: rgba(255,255,255,0.2);
    color: #ffffff;
}

.custom-navbar .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}

/* HOVER İLE DROPDOWN AÇ */
@media (min-width: 992px) {
    .custom-navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* MOBİL */
@media (max-width: 991px) {
    .nav-divider {
        display: none;
    }

    .custom-navbar .nav-link {
        padding: 14px 20px;
        text-align: center;
    }
    
    .custom-navbar .dropdown-menu {
        position: static;
        width: 100%;
        background-color: #e91e63;
    }

    .custom-navbar .dropdown.show .dropdown-menu {
        display: block;
    }
    
    .top-bar .container {
        justify-content: center !important;
    }

    .top-text {
        text-align: center;
        width: 100%;
    }

    .top-contact {
        display: none;
    }
    
    .info-bar .container {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
    }

    .site-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 600;
    }

    .info-items {
        width: 100%;
        justify-content: center !important;
        gap: 12px !important;
        flex-wrap: wrap;
    }

    .info-item {
        justify-content: center;
        text-align: center;
    }

    .info-text {
        text-align: center;
    }
}



/* HERO SLIDER */
.hero-slide {
    height: 70vh;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* KARARTI OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

/* YAZI ALANI */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 720px;
    padding: 0 16px;
}

/* BAŞLIK */
.hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* AÇIKLAMA */
.hero-content p {
    font-size: 18px;
    margin-bottom: 24px;
}

/* CTA BUTON */
.hero-btn {
    background-color: #e91e63;
    color: #fff;
    padding: 12px 32px;
    border-radius: 4px;
    font-weight: 600;
}

.hero-btn:hover {
    background-color: #d81b60;
    color: #fff;
}

/* ANİMASYON */
.carousel-item.active .animate-title {
    animation: slideUp 0.8s ease forwards;
}

.carousel-item.active .animate-text {
    animation: slideUp 1.1s ease forwards;
}

.carousel-item.active .hero-btn {
    animation: slideUp 1.4s ease forwards;
}

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

/* MOBİL */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }
}



/* MOBİL SABİT AKSİYONLAR */
/* MOBİL SABİT AKSİYONLAR */
.mobile-fixed-actions {
    display: none;
}

@media (max-width: 768px) {

    .mobile-fixed-actions {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        z-index: 9999;
        box-shadow: 0 -2px 12px rgba(0,0,0,0.25);
    }

    .mobile-btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 14px 0;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }

    .mobile-btn i {
        font-size: 18px;
    }

    /* WHATSAPP */
    .whatsapp-btn {
        background-color: #25d366;
    }

    /* ARAMA */
    .call-btn {
        background-color: #e91e63;
    }

    .mobile-btn:hover {
        color: #fff;
        opacity: 0.9;
    }

    /* ALT BOŞLUK */
    body {
        padding-bottom: 56px;
    }
}


/* SLIDER ALTI GENEL */
.featured-section {
    padding: 70px 0;
    background-color: #f8f9fa;
}

/* BAŞLIK */
.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #323946;
}

.section-header p {
    max-width: 640px;
    margin: 12px auto 0;
    color: #666;
    font-size: 16px;
}

/* KART */
.club-card {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.club-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* KART İÇERİK */
.club-card .card-body {
    padding: 20px;
}

.club-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #323946;
}

.club-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

/* BUTON */
.card-btn {
    background-color: #e91e63;
    color: #fff;
    padding: 10px 24px;
    font-weight: 600;
}

.card-btn:hover {
    background-color: #d81b60;
    color: #fff;
}

/* HOVER */
.club-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.15);
}

/* MOBİL */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 24px;
    }

    .club-card img {
        height: 200px;
    }
}



/* WHY US */
.why-us {
    padding: 70px 0;
    background-color: #ffffff;
}

.why-card {
    background-color: #f8f9fa;
    padding: 30px 20px;
    text-align: center;
    border-radius: 6px;
    height: 100%;
    transition: all 0.3s ease;
}

.why-card i {
    font-size: 36px;
    color: #e91e63;
    margin-bottom: 16px;
}

.why-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #323946;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 14px;
    color: #666;
}

.why-card:hover {
    background-color: #e91e63;
    transform: translateY(-6px);
}

.why-card:hover i,
.why-card:hover h5,
.why-card:hover p {
    color: #ffffff;
}

/* MOBİL */
@media (max-width: 768px) {
    .why-us {
        padding: 50px 0;
    }
}


/* VIP TRANSFER */
.vip-transfer {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.vip-transfer-img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.vip-transfer-img img {
    width: 70%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

/* İÇERİK */
.transfer-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #323946;
    margin-bottom: 12px;
}

.transfer-content .lead {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

/* LİSTE */
.transfer-list {
    list-style: none;
    padding: 0;
    margin-bottom: 26px;
}

.transfer-list li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
}

/* BUTONLAR */
.transfer-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.transfer-whatsapp {
    background-color: #25d366;
    color: #fff;
    padding: 12px 22px;
    font-weight: 600;
}

.transfer-call {
    background-color: #e91e63;
    color: #fff;
    padding: 12px 22px;
    font-weight: 600;
}

.transfer-whatsapp:hover,
.transfer-call:hover {
    opacity: 0.9;
    color: #fff;
}

/* MOBİL */
@media (max-width: 768px) {
    .vip-transfer {
        padding: 60px 0;
    }

    .transfer-content h2 {
        font-size: 24px;
    }
}


.nightlife-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.section-badge {
    display: inline-block;
    margin-bottom: 12px;
    color: #e91e63;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.nightlife-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.nightlife-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 16px;
}

.btn-pink {
    background-color: #e91e63;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-pink:hover {
    background-color: #c2185b;
    color: #fff;
}

/* GÖRSEL */
.nightlife-img {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 6px;
}

.nightlife-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {

    .nightlife-section {
        padding: 50px 0;
        text-align: center;
    }

    .nightlife-section h2 {
        font-size: 28px;
    }

    .nightlife-img {
        height: 260px;
        margin-top: 20px;
    }
}


.vip-advantages {
    padding: 90px 0;
    background-color: #ffffff;
}

.section-head h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-head p {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
}

/* KART */
.adv-card {
    text-align: center;
    padding: 40px 25px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    height: 100%;
}

.adv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* İKON */
.adv-icon {
    font-size: 46px;
    color: #e91e63;
    margin-bottom: 20px;
}

.adv-card h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

.adv-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 768px) {

    .vip-advantages {
        padding: 60px 0;
    }

    .section-head h2 {
        font-size: 28px;
    }
}


.faq-section {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.faq-section .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

.faq-section .accordion-button {
    font-weight: 600;
    color: #323946;
    background-color: transparent;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #e91e63;
    background-color: transparent;
    box-shadow: none;
}

.faq-section .accordion-body {
    color: #555;
    line-height: 1.7;
}


.testimonials-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.testimonial-card {
    padding: 35px 30px;
    border: 1px solid #eee;
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.testimonial-card p {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

.testimonial-card h5 {
    margin-bottom: 4px;
    font-weight: 600;
}

.testimonial-card span {
    font-size: 14px;
    color: #888;
}


.site-footer {
    background-color: #323946;
    color: #ccc;
    padding: 70px 0 0;
    font-size: 15px;
}

.site-footer h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.site-footer p {
    line-height: 1.7;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #e91e63;
}

.footer-contact i {
    margin-right: 8px;
    color: #e91e63;
}

.footer-bottom {
    background-color: #2a2f3a;
    padding: 15px 0;
    margin-top: 40px;
    font-size: 14px;
    color: #aaa;
}


@media (max-width: 768px) {

    .site-footer {
        text-align: center;
    }

    .footer-contact li {
        justify-content: center;
    }
}


.page-header {
    background-color: #323946;
    padding: 70px 0;
    color: #fff;
}

.page-header h1 {
    font-size: 38px;
    margin-bottom: 10px;
}

.about-section {
    padding: 80px 0;
}

.about-img {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 6px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-values {
    padding: 70px 0;
    background-color: #f8f8f8;
}

.value-card {
    text-align: center;
    padding: 35px 25px;
    background: #fff;
    border: 1px solid #eee;
    height: 100%;
}

.value-card i {
    font-size: 42px;
    color: #e91e63;
    margin-bottom: 15px;
}

.about-cta {
    padding: 70px 0;
    background-color: #ffffff;
}


.contact-section {
    padding: 80px 0;
}

.contact-form-box {
    background: #fff;
    padding: 40px;
    border: 1px solid #eee;
}

.contact-form-box h3 {
    margin-bottom: 10px;
}

.contact-info-box {
    background-color: #f8f8f8;
    padding: 40px;
    height: 100%;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.contact-info-list li {
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-info-list i {
    color: #e91e63;
    margin-right: 10px;
}

.contact-info-list a {
    color: #323946;
    text-decoration: none;
}

.contact-note {
    background: #fff;
    padding: 20px;
    border-left: 4px solid #e91e63;
    font-size: 14px;
}


.region-intro {
    padding: 40px 0;
    font-size: 16px;
}

.club-list {
    padding: 60px 0;
}

.club-card {
    border: 1px solid #eee;
    background: #fff;
    height: 100%;
}

.club-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.club-info {
    padding: 20px;
}

.club-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.club-info ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.club-info ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.club-info i {
    color: #e91e63;
    margin-right: 6px;
}

.btn-outline-pink {
    border: 1px solid #e91e63;
    color: #e91e63;
    background: transparent;
}

.btn-outline-pink:hover {
    background: #e91e63;
    color: #fff;
}

.seo-text-section {
    background: #f8f9fb;
    padding: 60px 0;
}

.seo-text-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #323946;
}

.seo-text-section p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}


