/* CUSTOM UTILITY & DYNAMIC COLOR DEFINITIONS */
p,
li {
    line-height: 2rem;
}
.bg-light-beige {
    background-color: #eeece6 !important; /* Breadcrumb için açık bej */
}
.bg-white {
    background-color: #ffffff !important;
}
.text-dark {
    color: #3d403a !important;
}
.text-white {
    color: #ffffff !important;
}

/* USER'S COMPREHENSIVE CSS BLOCK START */
body {
    font-family: "Mulish", sans-serif;
    background: #f9f6f2;
    color: #3d403a;
}
.font-serif {
    font-family: "EB Garamond", serif;
    font-weight: 800;
}
.font-script {
    font-family: "Great Vibes", cursive;
}
.bg-soft-beige {
    background: #f9f6f2;
}

/* Header */
.header-nav .nav-link {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3d403a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}
.header-nav .nav-link:hover::after,
.header-nav .nav-link.active::after {
    transform: scaleX(1);
}
.nav-item-dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding: 1.5rem 0 0.5rem;
    display: none;
}
@media (min-width: 768px) {
    .nav-item-dropdown:hover .dropdown-menu {
        display: block;
    }
}
.nav-item-dropdown .dropdown-item {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
}
.nav-item-dropdown .dropdown-item:hover {
    background: #f8f9fa;
}

/* Hero */
.hero-section {
    height: 100vh;
    display: flex;
    width: 100%;
    position: relative;
}
.hero-text-slider {
    width: 30%;
    height: 100%;
    background: #f9f6f2;
}
.hero-image-slider {
    width: 70%;
    height: 100%;
}
.hero-text-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 0 5rem;
}
.hero-text-content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
    transition-delay: 0.3s;
}
.swiper-slide-active .hero-text-content {
    opacity: 1;
    transform: translateY(0);
}
.hero-image-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}
@media (max-width: 992px) {
    .hero-section {
        flex-direction: column;
        height: auto;
    }
    .hero-text-slider {
        width: 100%;
        height: auto;
        padding: 3rem;
    }
    .hero-text-slider .swiper-slide {
        padding: 0 2rem;
    }
    .hero-image-slider {
        width: 100%;
        height: 400px;
    }
}

/* Programs sections */
.programs-section {
    overflow-x: hidden;
}
.programs-slider-1,
.programs-slider-2,
.programs-slider-3,
.programs-slider-4,
.programs-slider-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}
@media (max-width: 576px) {
    .programs-slider-1,
    .programs-slider-2,
    .programs-slider-3,
    .programs-slider-4,
    .programs-slider-5 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.programs-slider-1,
.programs-slider-2,
.programs-slider-3,
.programs-slider-4,
.programs-slider-5 {
    overflow: visible;
}
.program-card-inner {
    overflow: hidden;
}
.program-card-img-container {
    height: 240px;
    overflow: hidden;
    border-radius: 24px 0 24px 0;
}
.program-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.swiper-slide:hover .program-card-inner img {
    transform: scale(1.1);
}
.programs-nav .btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #3d403a;
    transition: color 0.3s;
}
.programs-nav .btn i {
    font-size: 1.5rem;
}
.programs-nav .btn:hover {
    color: #a3a99b;
}

/* Program kartlarının boyutları ve tepkisel tasarımı */
.swiper-slide {
    width: 20%; /* Başlangıç olarak büyük ekranlarda 5 slayt */
}
@media (max-width: 1200px) {
    .swiper-slide {
        width: 25%; /* 4 slayt */
    }
}
@media (max-width: 992px) {
    .swiper-slide {
        width: 33.33%; /* 3 slayt */
    }
}
@media (max-width: 768px) {
    .swiper-slide {
        width: 50%; /* 2 slayt */
    }
}
@media (max-width: 576px) {
    .swiper-slide {
        width: 80%; /* 1 slayt */
    }
}

.read-more-link .fa-arrow-right-long {
    transition: transform 0.3s ease;
}
.read-more-link:hover .fa-arrow-right-long {
    transform: translateX(5px);
}
/* Values */
.value-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

/* Book / Live */
.main-img-container {
    min-height: 600px;
    background-size: cover;
    background-position: center;
}
.book-container {
    position: relative;
    max-width: 350px;
    margin: auto;
}
.new-script-text {
    position: absolute;
    top: 10px;
    right: -40px;
    font-size: 5rem;
    color: #a1887f;
    transform: rotate(-15deg);
    line-height: 1;
}

/* Mental Health */
.mental-health-bg {
    background-image: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?q=80&w=2560&auto=format&fit=crop");
    background-size: cover;
    background-position: center;
    position: relative;
}
.mental-health-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(61, 64, 58, 0.5);
}
.mental-health-bg .content {
    position: relative;
    z-index: 1;
}

/* Masterclass */
.masterclass-join-card {
    background: #d3c0a5;
    height: 100%;
    border-radius: 1.5rem 0 1.5rem 0;
    overflow: hidden;
}
.masterclass-join-card .mt-4 {
    flex-grow: 1;
}
.masterclass-join-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.masterclass-subscribe-card {
    background: #f8f1ed;
    border-radius: 0 1.5rem 1.5rem 0;
    height: 100%;
    overflow: hidden;
}
.masterclass-subscribe-card .img-wrapper {
    border-radius: 0 1.5rem 0 0;
    overflow: hidden;
    height: 250px;
}
.masterclass-subscribe-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blog */
.blog-post {
    transition: transform 0.3s;
}
.blog-post:hover {
    transform: translateY(-5px);
}
.blog-post-img-wrapper {
    position: relative;
    height: 250px;
}
.blog-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem 0 1.5rem 0;
}
.blog-date-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #4f6564;
    color: #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 0 0 0 0.5rem;
    text-align: center;
    line-height: 1;
}
.blog-date-badge .day {
    font-size: 1.2rem;
    font-weight: 700;
}
.blog-date-badge .month {
    font-size: 0.7rem;
    text-transform: uppercase;
}

/* Testimonials */
.testimonials-wrapper {
    position: relative;
}
.testimonials-slider-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.testimonial-item {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s, transform 0.5s;
}
.testimonial-item.active {
    opacity: 1;
    transform: translateY(0);
}
.testimonial-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 1.5rem 0 1.5rem 0;
}
.testimonial-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.testimonial-nav-dot {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    margin: 0.5rem 0;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
}
.testimonial-nav-dot.active {
    background: #3d403a;
    border-color: #3d403a;
}

/* Team */
.team-slider .swiper-slide {
    width: auto;
}
.team-member-img-wrapper {
    height: 350px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.team-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.team-member:hover img {
    transform: scale(1.05);
}

/* Logos (örnek kalabilir) */
.logo-slider .swiper-slide {
    width: auto;
}
.logo-slider .swiper-wrapper {
    transition-timing-function: linear;
}
.logo-item {
    height: 40px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s;
}
.logo-item:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Instagram */
.instagram-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.insta-item {
    overflow: hidden;
    border-radius: 1.5rem;
    height: 250px;
}
.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.insta-item:hover img {
    transform: scale(1.1);
}

/* Newsletter & Footer */
.newsletter-section {
    background: #a3a99b;
}
.newsletter-section .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
}
.newsletter-section .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.main-footer .nav-link {
    padding: 0.25rem 0;
    color: #6c757d;
}
.main-footer .nav-link:hover {
    color: #3d403a;
}
.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    color: #6c757d;
}
.social-icons a:hover {
    background: #3d403a;
    color: #fff;
    border-color: #3d403a;
}
.sub-footer {
    background: #e9e6e2;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #3d403a;
    color: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* Kart renkleri */
.bg-program-1 {
    background: #4f6564;
}
.bg-program-2 {
    background: #eef0e4;
}
.bg-program-3 {
    background: #d3c0a5;
}
.bg-program-4 {
    background: #f8f1ed;
}
.bg-program-5 {
    background: #d6d6ce;
}
/* USER'S COMPREHENSIVE CSS BLOCK END */

/* EKLENEN KATEGORİ BANNER STİLİ */
.category-banner {
    position: relative;
    height: 350px; /* Banner yüksekliği */
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.category-banner-content {
    position: relative;
    z-index: 2;
}
.category-banner .category-title {
    font-family: Mulish, sans-serif;
    font-weight: 600;
    text-transform: initial;
    color: #000;
    font-size: 60px;
    line-height: 0.9666666667em;
    letter-spacing: -0.025em;
}
.accordion-item {
    border: 1px solid #d3c0a5; /* Yumuşak kahve çerçeve */
    margin-bottom: 10px;
    border-radius: 0;
    background-color: #f9f6f2; /* Soft-beige arka plan */
}
.accordion-header button {
    background-color: transparent !important;
    color: #3d403a; /* Koyu yazı rengi */
    font-weight: 700;
    font-size: 1rem;
    padding: 1.5rem 1rem;
}
.accordion-button:not(.collapsed) {
    background-color: #e9e6e2 !important; /* Açık renkte arka plan */
    color: #3d403a;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: #d3c0a5;
}
.accordion-button::after {
    filter: invert(30%); /* Ok ikonunu daha koyu yapar */
}
.accordion-body {
    padding: 1rem 1rem 1.5rem 1rem;
    color: #6c757d; /* Açıklama metni rengi */
    background-color: #ffffff; /* Açıklama alanı beyaz */
}

.event-card {
    background-color: #ffffff;
    /* Kart üzerindeki border ve gölge kaldırıldı */
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
}

.event-card:hover {
    /* Kartın genelinde hover efekti kaldırıldı */
    box-shadow: none;
    transform: none;
}

.event-img-wrapper {
    height: 220px;
    overflow: hidden;
    /* Görselin köşelerini yuvarlat: Sol üst (12px) ve Sağ alt (12px) */
    border-radius: 12px 0 12px 0;
}

.event-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

/* Sadece görsel üzerinde hover efekti */
.event-card:hover .event-card-img {
    transform: scale(1.05);
}

.event-card-body {
    padding: 1.25rem 0 0 0; /* Sol ve sağ padding kaldırıldı, sadece üst ve alt padding */
}

.event-card-category {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a3a99b; /* Kategori rengi biraz yumuşatıldı */
}

.event-card-date {
    font-size: 0.85rem;
    color: #a3a99b;
}

/* Event Calendar List Stilleri */
.event-calendar-card {
    background-color: #f2f1ed;
    border: 1px solid #e7e5e1;
    border-radius: 6px;
    padding: 1.5rem !important;
    transition: background-color 0.25s ease, border-color 0.25s ease,
        box-shadow 0.25s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.event-calendar-card:hover {
    background-color: #eceae5;
}

.event-calendar-card .calendar-date-wrapper {
    min-width: 120px;
    text-align: left;
    line-height: 1.1;
}

.event-calendar-card .calendar-day {
    font-size: 3rem;
    font-weight: 800;
    display: block;
}

.event-calendar-card .calendar-month-year {
    color: #6c757d;
    font-size: 0.95rem;
    display: block;
    margin-top: 0.25rem;
}

.event-calendar-card .calendar-details h5 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.event-calendar-card .calendar-details p {
    color: #6c757d;
    margin: 0;
    font-size: 1rem;
}

.event-calendar-card .calendar-action-btn {
    margin-left: auto;
    flex-shrink: 0;
}

.event-calendar-card .calendar-action-btn .btn-outline-dark {
    border: 1px solid #4f6564;
    color: #4f6564;
    background: transparent;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    transition: all 0.25s ease;
}

.event-calendar-card:hover .calendar-action-btn .btn-outline-dark {
    background: #4f6564;
    color: #fff;
}

/* 🔹 RESPONSIVE: 768px altı düzen */
@media (max-width: 768px) {
    .event-calendar-card {
        flex-direction: column; /* dikey dizilim */
        align-items: flex-start; /* sola hizala */
        text-align: left;
    }

    .event-calendar-card .calendar-date-wrapper {
        min-width: auto;
        margin-bottom: 0.5rem;
    }

    .event-calendar-card .calendar-day {
        font-size: 2.25rem;
    }

    .event-calendar-card .calendar-details {
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .event-calendar-card .calendar-details h5 {
        font-size: 1.3rem;
    }

    .event-calendar-card .calendar-action-btn {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .event-calendar-card .calendar-action-btn .btn-outline-dark {
        width: 100%;
    }
}
.program-card-inner a {
    text-decoration: none !important;
}

.hero {
    background: linear-gradient(
        135deg,
        rgba(124, 58, 237, 0.08),
        rgba(16, 185, 129, 0.08)
    );
    border-radius: 24px;
    padding: 48px 28px;
    margin: 24px 0;
    box-shadow: var(--shadow);
}
.suptitle {
    color: var(--brand);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.9rem;
}
h1 {
    font-size: clamp(28px, 4vw, 40px);
    margin: 0.25rem 0 1rem;
}
.lead {
    color: var(--muted);
    font-size: 1.05rem;
    max-width: 70ch;
}
.team {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 26px;
}
@media (min-width: 820px) {
    .team {
        grid-template-columns: 1fr 1fr;
    }
}
.card {
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(31, 41, 55, 0.12);
}
.card__header {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 22px 22px 0 22px;
    flex-wrap: wrap;
}
.avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    background: #eee;
}
.titlewrap {
    flex: 1 1 auto;
    min-width: 220px;
}
.name {
    margin: 0;
    font-size: 1.25rem;
}
.role {
    margin: 0.1rem 0 0;
    color: var(--muted);
    font-size: 0.95rem;
}
.badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.badge {
    font-size: 0.75rem;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.1);
    color: var(--brand);
    font-weight: 600;
}
.badge.alt {
    background: rgba(16, 185, 129, 0.12);
    color: var(--accent);
}
.card__body {
    padding: 18px 22px 22px 22px;
    color: #374151;
}
.list {
    margin: 0.75rem 0 0 0;
    padding-left: 18px;
}
.list li {
    margin: 0.35rem 0;
}
.meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 22px 20px 22px;
}
.chip {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 0.8rem;
}
/* ufak dokunuş */
.divider {
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.06),
        transparent
    );
    margin: 14px 0;
}
