
/* ============================================
main sayfası yani anasayfa css dosyası
============================================ */
.page-main .swiper-container-wrapper {
    margin-top: 0;
    height: 100vh;
    min-height: 500px;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================
   FIRST SLIDER STYLES
   ============================================ */
.first-slider-container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: var(--header-height);
    display: flex;
    align-items: center;


}

/* Tüm sliderlar için ortak temizlik */
.first-slider-left,
.second-slider-left,
.third-slider-left {
    padding-left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    position: relative;
    z-index: 20;
    margin-top: 0 !important;
    min-height: auto !important;
    overflow: visible !important;
}

/* iPad ve Bilgisayar İçin Düzeltme */
@media (min-width: 992px) {
    .first-slider-left,
    .second-slider-left,
    .third-slider-left {
        padding-left: 5rem !important;
        text-align: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: -4rem !important;
    }
}

.first-slider-right {
    height: 100%;
    position: relative;
    overflow: visible;
}

.first-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-image: url('/assets/firstsliderBackground.webp');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
    z-index: 1;
    opacity: 0.8;
}

.first-slider-gif {
    position: relative;
    z-index: 15;
    width: 100%;
    max-width: 350px;
    height: auto;
}

/* ============================================
   SECOND SLIDER STYLES
   ============================================ */
.second-slider-container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: calc(var(--header-height) + 1rem);
    display: flex;
    align-items: flex-start;
}


.second-slider-right {
    height: 100%;
    position: relative;
    overflow: visible;
}

.second-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/light_hero_slider_02.webp');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
    z-index: 1;
    opacity: 0.8;
}

.second-slider-image {
    position: relative;
    z-index: 15;
    width: 100%;
    max-width: 75%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
}

/* ============================================
   THIRD SLIDER STYLES
   ============================================ */
/* 3. Slider Konteynırı */
.third-slider-container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: visible;
    padding-top: calc(var(--header-height) + 1rem);
    display: flex;
    align-items: flex-start;
    z-index: 10;
}

@media (min-width: 992px) {
    .third-slider-container {
        align-items: center;
    }
}


.third-slider-right {
    height: 100%;
    position: relative;
    overflow: visible;
}

.third-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/light_hero_slider_03.webp');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
    z-index: -1;
    opacity: 0.8;
}

.third-slider-image {
    position: relative;
    z-index: 15;
    width: 100%;
    max-width: 75%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
}

/* ============================================
   TYPOGRAPHY & CTA STYLES
   ============================================ */
.first-slider-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 30px;
    white-space: nowrap;
}

/* h2 için özel stil - "Astroloji Hakkında" başlığı için */
h2.first-slider-title {
    white-space: normal !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: #000000 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 1.5 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 25 !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
}

@media (min-width: 768px) {
    h2.first-slider-title {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 992px) {
    h2.first-slider-title {
        font-size: 1.75rem !important;
    }
}

@media (min-width: 992px) {
    .first-slider-title {
        font-size: 4.5rem;
    }
}

/* Slider Content Width Classes */
.slider-content {
    max-width: 600px;
}

.slider-content-wide {
    max-width: 700px;
}

.first-slider-description {
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 40px;
}

.first-slider-cta {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000000;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.first-slider-cta:hover {
    color: #333333;
}

/* ============================================
   SWIPER NAVIGATION ARROWS
   ============================================ */
swiper-container .swiper-button-prev,
swiper-container .swiper-button-next {
    width: 70px;
    height: 20px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background: transparent !important;
    border: none;
    cursor: pointer;
    color: transparent;
}

swiper-container .swiper-button-prev {
    left: 30px;
    position: relative;
}

swiper-container .swiper-button-next {
    right: 30px;
    position: relative;
}

swiper-container .swiper-button-prev::after,
swiper-container .swiper-button-next::after {
    display: none !important;
    content: none !important;
}

swiper-container .swiper-button-prev::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    z-index: 3;
}

swiper-container .swiper-button-prev::after {
    content: '';
    display: block !important;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background: #000000;
    z-index: 2;
    clip-path: polygon(0 50%, 10px 0, 10px 2px, 2px 50%, 10px 98%, 10px 100%);
}

swiper-container .swiper-button-next::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    z-index: 3;
}

swiper-container .swiper-button-next::after {
    content: '';
    display: block !important;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background: #000000;
    z-index: 2;
    clip-path: polygon(calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 8px 98%, calc(100% - 2px) 50%, 8px 2px, 8px 0);
}

swiper-container .swiper-button-prev:hover::before,
swiper-container .swiper-button-next:hover::before,
swiper-container .swiper-button-prev:hover::after,
swiper-container .swiper-button-next:hover::after {
    background: #333333;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
/* iPad ve Tablet (768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .page-main .swiper-container-wrapper {
        height: 60vh;
        min-height: 500px;
    }

    .first-slider-container,
    .second-slider-container,
    .third-slider-container {
        min-height: 60vh;
        padding-top: calc(var(--header-height) + 1rem);
    }

    .first-slider-title {
        font-size: 2.5rem;
        white-space: normal;
    }

    .first-slider-description {
        font-size: 1rem;
        max-width: 100%;
    }

    .first-slider-gif {
        max-width: 280px;
    }

    .second-slider-image,
    .third-slider-image {
        max-width: 70%;
        max-height: 350px;
    }
}

@media (max-width: 767.98px) {
    .first-slider-gif {
        max-width: 250px;
    }

    .second-slider-image,
    .third-slider-image {
        max-width: 80%;
        max-height: 300px;
    }
}

@media (max-width: 575.98px) {
    .first-slider-gif {
        max-width: 200px;
    }

    .second-slider-image,
    .third-slider-image {
        max-height: 250px;
    }
}

@media (max-width: 991.98px) {
    .first-slider-container,
    .second-slider-container,
    .third-slider-container {
        min-height: auto;
        padding-top: calc(var(--header-height) + 20px);
        padding-bottom: 40px;
    }

    .first-slider-bg,
    .second-slider-bg,
    .third-slider-bg {
        background-size: cover;
        background-position: center center;
    }

    swiper-container .swiper-button-prev {
        left: 15px;
        width: 50px;
        height: 50px;
    }

    swiper-container .swiper-button-next {
        right: 15px;
        width: 50px;
        height: 50px;
    }

    swiper-container .swiper-button-prev::before,
    swiper-container .swiper-button-next::before {
        width: 10px;
        height: 10px;
    }

    swiper-container .swiper-button-prev::after,
    swiper-container .swiper-button-next::after {
        width: 35px;
        height: 2px;
    }
}

/* ============================================
   ZODIAC SECTION STYLES
   ============================================ */
.zodiac-section {
    background-color: #fff;
    padding: 80px 0;
}

.zodiac-image-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.zodiac-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(10%);
}

.zodiac-card {
    padding: 20px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.zodiac-card:hover {
    transform: translateY(-5px);
    background-color: #f8f9fa;
}

.zodiac-card:hover .zodiac-image-wrapper {
    transform: scale(1.1);
}

.zodiac-card:hover .zodiac-image {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.zodiac-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 10px;
    color: #000;
    transition: color 0.3s ease;
}

.zodiac-card:hover h5 {
    color: #333;
}

.zodiac-card small {
    font-size: 0.85rem;
    color: #666;
}

.zodiac-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    height: 20px;
}

.zodiac-custom-arrow {
    position: relative;
    width: 60px;
    height: 1.5px;
    background-color: #000000;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.zodiac-custom-arrow::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
    z-index: 3;
    transition: all 0.3s ease;
}

.zodiac-custom-arrow::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #000000;
    transition: all 0.3s ease;
}


/* ============================================
   SUN & MOON SECTION STYLES
   ============================================ */
.sun-moon-section {
    background-color: #fff;
    padding: 80px 0;
}

.sun-moon-card {
    padding: 30px 20px;
    transition: transform 0.3s ease;
}

.sun-moon-card:hover {
    transform: translateY(-10px);
}

.sun-moon-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 400px;
}

.sun-moon-image {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.sun-moon-card:hover .sun-moon-image {
    transform: scale(1.05);
}

.sun-moon-card h3 {
    font-size: 1.75rem;
    color: #000;
    margin-bottom: 15px;
}

.sun-moon-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}

/* ============================================
   PLANETS SECTION STYLES
   ============================================ */
.planets-section {
    background-color: #fff;
    padding: 80px 0;
}

.planet-card {
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.planet-card:hover {
    transform: translateY(-5px);
}

.planet-image-wrapper {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.planet-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.planet-card:hover .planet-image {
    transform: scale(1.05);
}

.planet-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    height: 20px;
}

.planet-custom-arrow {
    position: relative;
    width: 60px;
    height: 1.5px;
    background-color: #000000;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.planet-custom-arrow::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
    z-index: 3;
    transition: all 0.3s ease;
}

.planet-custom-arrow::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #000000;
    transition: all 0.3s ease;
}

/* Gezegenler bölümündeki oklar için hover efektleri kaldırıldı */

.planet-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* ============================================
   RESPONSIVE STYLES FOR SECTIONS
   ============================================ */
@media (max-width: 991.98px) {
    .zodiac-section,
    .sun-moon-section,
    .planets-section {
        padding: 60px 0;
    }

    .zodiac-image-wrapper {
        width: 100px;
        height: 100px;
    }

    .planet-image-wrapper {
        width: 150px;
        height: 150px;
    }

    .planet-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .planets-section {
        padding: 50px 0;
    }

    .planet-image-wrapper {
        width: 130px;
        height: 130px;
    }

    .planet-card {
        padding: 20px 15px;
    }

    .planet-name {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .zodiac-section,
    .sun-moon-section,
    .planets-section {
        padding: 40px 0;
    }

    .zodiac-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .zodiac-section .mb-5 {
        margin-bottom: 2rem !important;
    }

    .zodiac-section h2 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    .zodiac-section .text-muted {
        font-size: 0.9rem !important;
        padding: 0 10px;
        line-height: 1.5;
    }

    .zodiac-section .row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .zodiac-image-wrapper {
        width: 80px;
        height: 80px;
    }

    .zodiac-card {
        padding: 15px 5px;
    }

    .zodiac-card h5 {
        font-size: 0.95rem;
        margin-top: 8px;
        line-height: 1.3;
    }

    .zodiac-card small {
        font-size: 0.75rem;
    }

    .zodiac-arrow {
        margin-top: 5px;
        height: 15px;
    }

    .zodiac-custom-arrow {
        width: 50px;
        height: 1.5px;
    }

    .zodiac-custom-arrow::before {
        width: 5px;
        height: 5px;
        left: -5px;
    }

    .zodiac-custom-arrow::after {
        border-top-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 5px;
        right: -5px;
    }

    .sun-moon-image-wrapper {
        max-width: 250px;
    }

    .sun-moon-card {
        padding: 20px 15px;
    }

    .sun-moon-card h3 {
        font-size: 1.25rem;
    }

    .sun-moon-card p {
        font-size: 0.95rem;
    }

    .planet-image-wrapper {
        width: 120px;
        height: 120px;
        margin-bottom: 15px;
    }

    .planet-card {
        padding: 15px 10px;
    }

    .planet-name {
        font-size: 0.95rem;
    }

    .planet-custom-arrow {
        width: 50px;
    }
}

@media (max-width: 320px) {
    .zodiac-section {
        padding: 30px 0;
    }

    .zodiac-section h2 {
        font-size: 1.25rem !important;
    }

    .zodiac-section .text-muted {
        font-size: 0.85rem !important;
    }

    .zodiac-image-wrapper {
        width: 70px;
        height: 70px;
    }

    .zodiac-card h5 {
        font-size: 0.85rem;
    }

    .zodiac-section .row {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }
}
