@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.video-hero-container {
    position: relative;
    width: 100%;
    height: 620px;

    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #000;
    background-image: url(https://dogadayiz.net/video/frame.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 620px;
    min-width: 1102px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-left: 5%; 
    padding: 40px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    border-left: 6px solid #FF6501;
    text-align: left;
}

.content h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.content p {
    font-family: 'Domine', serif;
    font-size: 1.05rem !important;
    color: #f1f1f1 !important;
    margin-bottom: 2rem !important;
}

/* --- MOBİL REVİZE (ALT ALTA YAPI) --- */
@media (max-width: 991px) {
    .video-hero-container {
        flex-direction: column; /* Video ve Yazıyı alt alta al */
        height: auto; /* Yüksekliği içeriğe bırak */
        width: calc(100% - 0px);
        background: transparent; /* Mobilde konteynır şeffaf olsun */
        box-shadow: none;
        overflow: visible;
    }

    .video-wrapper {
        position: relative; /* Absolute'tan çıkararak akışa dahil et */
        width: 100%;
        height: 60vh; /* İstediğin video yüksekliği */
        border-radius: 16px;
        overflow: hidden;
        z-index: 1;
        background-image: url(https://dogadayiz.net/video/frame.png);
        background-size: cover;
        background-position: center;
    }

    .video-wrapper iframe {
        min-height: 60vh;
        min-width: 106vh; /* 16:9 oranını dikeyde korumak için */
    }

    .content {
        position: relative;
        width: 90%;
        max-width: 100%;
        margin-left: 0;
        margin-top: -46%;
        padding: 40px 20px;
        /* background: #ffffff; */
        /* backdrop-filter: none; */
        border-radius: 16px;
        border-left: none;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        z-index: 2;
    }

    .content h1{
        font-size: 1.5rem;
    }

    .content p {

        font-size: 1.25rem !important;
        color: #f1f1f1 !important;
        margin-bottom: 2rem;
        line-height: 1.1 !important;
    }


}


/* CTA MODÜLÜ ANA STİLLERİ */
.d-cta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    margin: 50px auto 0 auto;
    width: 100%;
}

/* Genel Kart Yapısı */
.d-cta-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    border-radius: 16px;
    position: relative;
    transition: transform 0.3s ease;
    border: 1px solid transparent;
}

.d-cta-card:hover {
    transform: translateY(-5px);
}

/* İkon Alanı */
.d-cta-icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/* İçerik Alanı */
.d-cta-body {
    flex: 1;
}

.d-cta-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
}

.d-cta-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2d2d2d;
}

/* Sağ Üst Etiket (Badge) */
.d-cta-badge {
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.d-cta-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin:0px;
}

.d-cta-desc strong {
    color: #2d2d2d;
    font-weight: 700;
}

/* --- BİRİNCİ KART: ESKİ KATILIMCI --- */
.d-cta--loyalty {
    background-color: #fffdf5; /* Açık sarı/krem zemin */
    border-color: #ffecb3;
}

.d-cta--loyalty .d-cta-icon-box {
    background-color: #ff9800; /* Turuncu ikon kutusu */
}

.d-cta--loyalty .d-cta-badge {
    background-color: #fff4d1;
    color: #b58100;
    border: 1px solid #ffe082;
}

/* --- İKİNCİ KART: ARKADAŞINI GETİR --- */
.d-cta--referral {
    background-color: #f8f5ff; /* Açık mor zemin */
    border-color: #e1d5ff;
}

.d-cta--referral .d-cta-icon-box {
    background-color: #9c27b0; /* Mor ikon kutusu */
}

.d-cta--referral .d-cta-badge {
    background-color: #f0eaff;
    color: #6a1b9a;
    border: 1px solid #d1c4e9;
}

/* Mobil Düzenleme */
@media (max-width: 768px) {
    .d-cta-grid {
        grid-template-columns: 1fr;
    }
    .d-cta-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.blog-section-container {
    margin: 30px auto 50px auto;
    width: 100%;
}

.blog-header {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.07);
}

.blog-card-img {
    position: relative;
    height: 220px;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-category {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    color: #333;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

.blog-card-body {
    padding: 25px;
}

.blog-card-body time {
    font-size: 13px;
    color: #999;
    display: block;
    margin-bottom: 10px;
}

.blog-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-card-excerpt {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-read-more {
    color: #FF6501;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.2s ease;
}

.blog-read-more:hover {
    gap: 10px;
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

.d-packages-module {

    background-color: #fff;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}

/* --- LOKASYON KARTLARI (GRID) --- */
.d-loc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    margin: 0px 0 0 0;
}

.d-loc-item {
    position: relative;
    height: 120px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.d-loc-item:hover { transform: translateY(-3px); }

.d-loc-item img { width: 100%; height: 100%; object-fit: cover; }

.d-loc-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;

    font-weight: 700;
    font-size: 1.1rem;
}

/* --- SWIPER YAPISI VE YÜKSEKLİK EŞİTLEME --- */
.d-packages-slider {
    position: relative;
    padding: 0px 0px 70px 0px;
    overflow: hidden;
    margin-top: 50px;
}

.d-packages-wrapper {
    display: flex;
    z-index: 1;
    align-items: stretch; /* Slide'ları en uzununa göre uzatır */
}

#dogadayizPackageSlider .swiper-slide {
    height: auto; 
    display: flex; /* İçindeki d-card'ın tam boy uzamasını sağlar */
}


/* --- NAVIGASYON (IZOLE) --- */
.d-nav-btn {
    position: absolute;
    bottom: 10px; /* Sliderın en altına yapıştır */
    top: auto; /* Mevcut top: 50% değerini sıfırla */
    transform: none; 
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 10;
    color: var(--doga-turuncu);
    transition: 0.3s;
    border: 1px solid #eee;
}

.d-nav-btn:hover { background: var(--doga-turuncu); color: #fff; }
.d-nav-prev {left: calc(50% - 55px); }
.d-nav-next { right: calc(50% - 55px); left: auto; /* Mevcut olabilecek değerleri sıfırla */ }

.d-nav-btn.swiper-button-disabled { 
    opacity: 0; 
    pointer-events: none; 
}

/* MOBIL UYUMLULUK */
@media (max-width: 991px) {
    .d-nav-btn { display: flex; bottom: 10px; } /* Mobilde de görünsün istersen */
    .d-packages-slider { padding-bottom: 80px; }

    .d-card-title { font-size: 1.1rem; }
}
