.office701-logo{
	width: 100px;
}

.hide{
	display: none !important;
}

.w-100{
	width: 100% !important;
}

.h-100{
	height: 100% !important;
}

.w-50{
	width: 50% !important;
}

.h-50{
	height: 50% !important;
}

.w-auto{
	width: auto !important;
}

.h-auto{
	height: auto !important; 
}

.has-error{
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-success{
    border-color: #50cd89;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

/* =====================================================
   Cookie Banner
   ===================================================== */
.cookiealert {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 380px;
    margin: 0 !important;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    border-radius: 16px;
    transform: translateY(16px);
    transition: opacity 400ms ease, transform 400ms ease, visibility 400ms;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(193, 14, 25, 0.15);
    overflow: hidden;
    padding: 0;
    color: #e0e0e0;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 800ms;
}

/* Üst kırmızı çizgi aksanı */
.cookiealert::before {
    content: '';
    display: block;
    height: 3px;
    background: #c10e19;
    border-radius: 16px 16px 0 0;
}

.cookiealert-container {
    position: relative;
    padding: 20px 20px 18px;
}

/* Kapatma (X) butonu */
.closecookies {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    width: 26px !important;
    height: 26px !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 50% !important;
    padding: 0 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s !important;
    z-index: 2 !important;
    line-height: 1 !important;
}

.closecookies:hover {
    background: rgba(255, 255, 255, 0.18) !important;
}

.closeBtn {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    font-style: normal;
}

.closecookies:hover .closeBtn {
    color: #fff;
}

/* Metin alanı */
.cookiealert .cookiealert-text {
    padding: 0 36px 14px 0;
    margin: 0;
    width: 100%;
}

.cookiealert .cookiealert-text p {
    font-size: 13px;
    line-height: 1.65;
    color: #aaa;
    margin: 0;
}

.cookiealert a {
    color: #c10e19 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.cookiealert a:hover {
    color: #e8182a !important;
}

.cookiealert .full-width {
    width: 100%;
}

.cookiealert .pull-rightleft {
    padding-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

/* TAMAM butonu — sitenin buton stiliyle uyumlu */
button.acceptcookies,
a.acceptcookies,
.acceptcookies {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-block !important;
    padding: 8px 24px 8px 12px !important;
    background: #c10e19 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    outline: none !important;
    box-shadow: none !important;
    transition: background 0.3s ease !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}

button.acceptcookies::after,
a.acceptcookies::after,
.acceptcookies::after {
    content: '›';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: right 0.2s ease;
}

button.acceptcookies:hover,
a.acceptcookies:hover,
.acceptcookies:hover {
    background: #e01224 !important;
}

button.acceptcookies:hover::after,
a.acceptcookies:hover::after,
.acceptcookies:hover::after {
    right: 9px;
}

.show {
    display: block !important;
}

@media (max-width: 480px) {
    .cookiealert {
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 16px 16px 0 0;
        transform: translateY(100%);
    }

    .cookiealert::before {
        border-radius: 16px 16px 0 0;
    }

    .cookiealert.show {
        transform: translateY(0);
    }
}

/* =====================================================
   Pet İzmir - Custom Styles
   ===================================================== */

/* ---- Language Switcher ---- */
.header-btn-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 10px 10px;
    backdrop-filter: blur(4px);
    transition: border-color 0.3s ease;
}

.lang-switcher:hover {
    border-color: rgba(255, 255, 255, 0.35);
}

.lang-btn {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    padding: 5px 6px;
    border-radius: 5px;
    transition: all 0.3s ease;
    line-height: 1;
}

.lang-btn:hover {
    color: #fff;
}

.lang-btn.active {
    color: #fff;
    background: var(--primary-color, #e74c3c);
}

.lang-divider {
    color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    font-weight: 300;
    user-select: none;
}

/* Responsive Menu Lang Switcher */
.responsive-menu .lang-switcher {
    justify-content: center;
    margin: 15px auto;
    display: inline-flex;
}

/* ---- Dropdown Menu Override ---- */
.main-menu ul ul {
    background: #fff;
    border-radius: 8px;
    width: 220px;
    padding: 8px 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transform: translateY(10px);
    transform-origin: top center;
}

.main-menu ul li.submenu:first-child ul {
    width: 220px;
}

.main-menu ul li:hover > ul {
    transform: translateY(0);
    padding: 8px 0;
}

.main-menu ul ul li a {
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px !important;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
    color: var(--accent-color, #c10e19) !important;
    background-color: rgba(193, 14, 25, 0.05) !important;
    padding: 9px 20px 9px 20px !important;
    border-left-color: var(--accent-color, #c10e19);
}

.main-menu ul ul ul {
    border-radius: 8px;
}

/* ---- Sticky Header Enhancement ---- */
html {
    scroll-behavior: smooth;
}

header.main-header .header-sticky {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s ease, box-shadow 0.4s ease, border-radius 0.4s ease;
    max-width: 100%;
}

header.main-header .header-sticky.active {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 0 !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

header.main-header .header-sticky.active .navbar {
    padding: 10px 0;
    transition: padding 0.3s ease;
}

/* Sticky: menü yazıları siyah */
header.main-header .header-sticky.active .main-menu ul li a {
    color: var(--primary-color, #050505) !important;
}

header.main-header .header-sticky.active .main-menu ul li a:hover {
    color: var(--accent-color, #c10e19) !important;
}

/* Sticky: highlighted buton */
header.main-header .header-sticky.active .btn-highlighted {
    /* color: #fff !important; */
    overflow: visible;
}

/* Sticky: lang switcher dark mode */
header.main-header .header-sticky.active .lang-switcher {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.12);
}

header.main-header .header-sticky.active .lang-btn {
    color: rgba(0, 0, 0, 0.45);
}

header.main-header .header-sticky.active .lang-btn:hover {
    color: var(--primary-color, #050505);
}

header.main-header .header-sticky.active .lang-btn.active {
    color: #fff;
}

header.main-header .header-sticky.active .lang-divider {
    color: rgba(0, 0, 0, 0.15);
}

/* Sticky: navbar-toggle hamburger */
header.main-header .header-sticky.active .navbar-toggle {
    filter: invert(1);
}

/* Logo swap: default = white logo (dark hero bg), sticky = dark logo (white bg) */
.navbar-brand .logo-dark {
    display: none;
}

.navbar-brand .logo-white {
    display: block;
}

header.main-header .header-sticky.active .navbar-brand .logo-dark {
    display: block;
}

header.main-header .header-sticky.active .navbar-brand .logo-white {
    display: none;
}

/* ---- Back to Top Button ---- */
.back-to-top {
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--accent-color, #c10e19);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(193, 14, 25, 0.3);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--primary-color, #050505);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.back-to-top svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.back-to-top:hover svg {
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }

    .back-to-top svg {
        width: 18px;
        height: 18px;
    }
}

/* ---- WhatsApp Floating Button ---- */
.whatsapp-float {
    position: fixed;
    bottom: 93px;
    left: 30px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    z-index: 999;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.whatsapp-float:hover {
    background: #128c4e;
    color: #fff;
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.55);
}

@media (max-width: 575px) {
    .whatsapp-float {
        bottom: 20px;
        left: 20px;
        width: 46px;
        height: 46px;
        font-size: 22px;
    }
}

/* ---- reCAPTCHA Badge ---- */
.grecaptcha-badge {
    visibility: visible !important;
    opacity: 1 !important;
    bottom: 14px !important;
    right: 0 !important;
    z-index: 999 !important;
}

/* ---- Footer Enhancements ---- */
.footer-logo.footer-tema-logo img{
    height: 70px;
    width: auto;
}

/* ---- Sponsor Section ---- */
.team-member-image img {
    object-fit: contain !important;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.team-member-content h3 {
    font-size: 16px !important;
}

/* Ana Sponsor Sayfası - Büyük logo kartları */
.sponsor-section .sponsor-main-item {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 10px 10px 0;
    height: auto;
}

.sponsor-section .sponsor-main-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 56px rgba(0, 0, 0, 0.13);
}

.sponsor-section .sponsor-item-image figure {
    border-radius: 14px;
    overflow: hidden;
    background: #f9f9f9;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.sponsor-section .sponsor-item-image img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 120px !important;
    height: auto !important;
    aspect-ratio: unset !important;
    object-fit: contain !important;
    padding: 0 !important;
    background: transparent !important;
    transition: transform 0.4s ease;
}

.sponsor-section .sponsor-main-item:hover .sponsor-item-image img {
    transform: scale(1.06);
}

.sponsor-section .team-item-content {
    padding: 18px 10px 20px;
}

.sponsor-section .team-item-content h3 {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--primary-color, #050505);
}

.sponsor-section .team-item-content h3 a {
    color: inherit;
    transition: color 0.3s ease;
}

.sponsor-section .team-item-content h3 a:hover {
    color: var(--accent-color, #c10e19);
}

@media (max-width: 767px) {
    .sponsor-section .sponsor-item-image figure {
        min-height: 160px;
        padding: 30px 24px;
    }

    .sponsor-section .sponsor-item-image img {
        max-height: 90px !important;
    }
}

@media (max-width: 575px) {
    .sponsor-section .sponsor-item-image figure {
        min-height: 140px;
        padding: 24px 20px;
    }
}

/* Fuar Kategorileri - Category Cards */
.program-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-item:hover {
    transform: translateY(-5px);
}

/* Core Feature / Fuar Özellikleri Counter */
.core-feature-counter .counter-item {
    text-align: center;
}

/* Stand Seçenekleri Pricing */
.pricing-item {
    transition: transform 0.3s ease;
}

.pricing-item:hover {
    transform: translateY(-8px);
}

/* Testimonials / Katılımcı Görüşleri */
.testimonial-author-image img {
    border-radius: 50% !important;
    object-fit: cover;
}

/* FAQ Accordion */
.accordion-button:not(.collapsed) {
    font-weight: 600;
}

/* İletişim Form */
.appointment-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgb), 0.15);
}

/* How It Work / Nasıl Katılırsınız Steps */
.work-step-item {
    transition: transform 0.3s ease;
}

.work-step-item:hover {
    transform: translateY(-5px);
}

/* About Section Images */
.about-us-images figure img {
    border-radius: 12px;
}

/* Why Choose Us Stats */
.why-choose-us .counter {
    font-weight: 700;
}

/* ---- Why Choose: 3. Görsel (Kolaj) ---- */

/* img-1'e relative ekle; img-3 absolute konumlanacak */
.why-choose-img-1 {
    position: relative;
}

/* 3. görsel — img-1'in sağ-alt köşesinde, img-2'ye doğru taşıyor */
.why-choose-img-3 {
    position: absolute;
    bottom: 10px;
    right: 135px;
    width: 68%;
    z-index: 1;
}

.why-choose-img-3 figure {
    display: block;
    border: 10px solid var(--bg-color);
    border-radius: 20px;
    margin: 0;
}

.why-choose-img-3 figure img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
}

/* Dönen rozet img-3'ün üzerinde kalmalı */
.why-choose-img-2 .years-experience-circle {
    z-index: 6;
}

/* Tablet (991px altı): img-3 statik konuma al */
@media (max-width: 991px) {
    .why-choose-img-3 {
        position: static;
        width: 75%;
        margin: 20px auto 0;
        display: block;
    }

    .why-choose-img-3 figure {
        margin: 0 auto;
    }
}

/* Mobil (575px altı) */
@media (max-width: 575px) {
    .why-choose-img-3 {
        width: 90%;
    }
}

/* Katılımcı Profili — metin sütunu biraz sağa kaydırılmış */
.why-join-text-col .why-choose-us-content {
    padding-left: 2rem;
}

.why-join-text-col .section-title p,
.why-join-text-col .section-title span {
    line-height: 1.9;
}

@media (max-width: 1199px) {
    .why-join-text-col .why-choose-us-content {
        padding-left: 0;
    }
}

/* General Overrides */
.section-title h3 {
    text-transform: none !important;
}

/* ---- Countdown Section ---- */
.countdown-section {
    padding: 0;
    position: relative;
    z-index: 2;
    margin-top: -25px;
    margin-bottom: 20px;
}

.countdown-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
    padding: 15px 40px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
    gap: 30px;
}

.countdown-info {
    flex-shrink: 0;
}

.countdown-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--accent-color, #c10e19);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.countdown-heading {
    font-size: 35px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    margin: 0;
    line-height: 1.3;
}

.countdown-boxes {
    display: flex;
    align-items: center;
    gap: 12px;
}

.countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border-radius: 12px;
    width: 90px;
    height: 90px;
    transition: all 0.3s ease;
}

.countdown-box:hover {
    background: var(--accent-color, #c10e19);
}

.countdown-box:hover .countdown-number,
.countdown-box:hover .countdown-label {
    color: #fff;
}

.countdown-number {
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
    color: var(--primary-color, #050505);
    font-variant-numeric: tabular-nums;
    transition: color 0.3s ease;
}

.countdown-label {
    font-size: 15px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    margin-top: 5px;
    transition: color 0.3s ease;
}

.countdown-cta {
    flex-shrink: 0;
}

.countdown-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-color, #c10e19);
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    border: 2px solid var(--accent-color, #c10e19);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.countdown-link:hover {
    background: var(--accent-color, #c10e19);
    color: #fff;
}

.countdown-link svg {
    transition: transform 0.3s ease;
}

.countdown-link:hover svg {
    transform: translateX(3px);
}

/* Countdown Responsive */
@media (max-width: 991px) {
    .countdown-section {
        margin-top: -30px;
        padding: 0 15px;
    }

    .countdown-inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 24px 28px;
        gap: 20px;
    }

    .countdown-info {
        width: 100%;
    }

    .countdown-box {
        width: 70px;
        height: 70px;
    }

    .countdown-number {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .countdown-section {
        margin-top: -24px;
        margin-bottom: 10px;
    }

    .countdown-inner {
        padding: 20px;
        gap: 16px;
        border-radius: 12px;
    }

    .countdown-heading {
        font-size: 16px;
    }

    .countdown-boxes {
        gap: 8px;
    }

    .countdown-box {
        width: 62px;
        height: 62px;
        border-radius: 10px;
    }

    .countdown-number {
        font-size: 22px;
    }

    .countdown-label {
        font-size: 9px;
        margin-top: 3px;
    }

    .countdown-link {
        font-size: 13px;
        padding: 8px 16px;
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .about-us-images {
        margin-bottom: 30px;
    }

    .our-appointment-content {
        margin-bottom: 40px;
    }

    .core-feature-images {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .pricing-item {
        margin-bottom: 30px;
    }

    .team-member-image img {
        padding: 15px;
    }

    .post-item {
        margin-bottom: 30px;
    }
}

/* =====================================================
   Röportajlar Section
   ===================================================== */

.interview-section {
    padding: 0px 0 60px;
}

.interview-section .section-title h2 {
    font-size: 48px;
}

.interview-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-bottom: 30px;
}

.interview-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 56px rgba(0, 0, 0, 0.14);
}

/* Video Alanı */
.interview-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #111;
}

.interview-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.interview-item:hover .interview-thumbnail {
    transform: scale(1.05);
}

.interview-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.50) 100%
    );
    transition: background 0.4s ease;
}

.interview-item:hover .interview-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.20) 0%,
        rgba(0, 0, 0, 0.65) 100%
    );
}

/* Play Butonu */
.interview-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.interview-play-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: var(--accent-color, #c10e19);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    padding-left: 4px; /* optik hizalama */
    box-shadow: 0 6px 24px rgba(193, 14, 25, 0.45);
    transition: all 0.3s ease;
    cursor: none;
}

.interview-play-btn a:hover {
    background: #fff;
    color: var(--accent-color, #c10e19);
    transform: scale(1.12);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
}

/* Logo Overlay - video üzerinde sol alt köşe */
.interview-logo-overlay {
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 10px 16px;
    max-width: 160px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    transition: background 0.3s ease;
}

.interview-logo-overlay img {
    display: block;
    max-height: 40px;
    max-width: 130px;
    width: auto;
    object-fit: contain;
}

/* İçerik Alanı */
.interview-content {
    padding: 24px 28px 28px;
}

.interview-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    margin-bottom: 6px;
    line-height: 1.3;
}

.interview-content p {
    font-size: 15px;
    color: var(--text-color, #62625d);
    margin: 0;
    line-height: 1.6;
}

/* ---- Röportajlar Responsive ---- */
@media (max-width: 991px) {
    .interview-section {
        padding: 60px 0 40px;
    }

    .interview-section .section-title h2 {
        font-size: 36px;
    }

    .interview-play-btn a {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .interview-section {
        padding: 50px 0 30px;
    }

    .interview-section .section-title h2 {
        font-size: 30px;
    }

    .interview-content {
        padding: 20px 22px 24px;
    }

    .interview-content h3 {
        font-size: 18px;
    }

    .interview-play-btn a {
        width: 54px;
        height: 54px;
        font-size: 16px;
    }

    .interview-logo-overlay {
        max-width: 130px;
        padding: 8px 12px;
    }

    .interview-logo-overlay img {
        max-height: 32px;
    }
}

@media (max-width: 575px) {
    .interview-section {
        padding: 40px 0 20px;
    }

    .interview-video-wrap {
        aspect-ratio: 16 / 10;
    }

    .interview-play-btn a {
        width: 48px;
        height: 48px;
        font-size: 14px;
    }
}

/* =====================================================
   İletişim Sayfası - Ulaşım & Harita
   ===================================================== */

/* ---- Ulaşım Bölümü ---- */
.contact-transportation {
    padding: 80px 0 60px;
}

.transportation-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.transportation-info {
    display: flex;
    align-items: center;
    height: 100%;
}

.transportation-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

.transportation-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
}

.transportation-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: var(--accent-color, #c10e19);
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transportation-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    margin: 0 0 8px;
}

.transportation-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0 0 12px;
}

.transportation-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-color, #c10e19);
    background: rgba(193, 14, 25, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 0.3px;
}

@media (max-width: 991px) {
    .contact-transportation {
        padding: 60px 0 40px;
    }

    .transportation-image {
        margin-bottom: 30px;
    }

    .transportation-card {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .transportation-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
    }
}

/* ---- Harita Kartları ---- */
.map-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
}

.map-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    margin: 0 0 6px;
}

.map-card-desc {
    font-size: 14px;
    color: #888;
    margin: 0 0 16px;
    line-height: 1.5;
}

.map-card .google-map-iframe {
    border-radius: 12px;
    overflow: hidden;
}

.map-card .google-map-iframe iframe {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
}

@media (max-width: 991px) {
    .map-card .google-map-iframe iframe {
        height: 240px;
    }
}

/* ---- İletişim Formu Geliştirmeleri ---- */
#contactForm .form-control.has-error {
    border-color: #b94a48;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

#contactForm .form-control.has-success {
    border-color: #50cd89;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

#contactSubmitBtn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* =====================================================
   Fuar Künyesi Sayfası
   ===================================================== */

/* ---- Genel Bölüm ---- */
.fair-profile-section {
    padding: 80px 0 90px;
}

/* ---- Dinamik İçerik Alanı ---- */
.fair-profile-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
}

.fair-profile-content p {
    font-size: 17px;
    line-height: 2;
    color: var(--text-color, #555);
    margin-bottom: 0;
}

.fair-profile-content .col-md-6 p {
    padding-left: 1.4rem;
}

.fair-profile-content strong {
    color: var(--primary-color, #050505);
    font-weight: 700;
}

/* Saat tablosu */
.fair-profile-content .col-md-12 > p {
    text-align: center;
}

.fair-hours-table {
    margin: 8px auto 0;
    border-collapse: collapse;
    font-size: 17px;
    line-height: 2;
}

.fair-hours-table td {
    padding: 2px 24px 2px 0;
    color: var(--text-color, #555);
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
}

.fair-hours-table td:first-child {
    /* font-weight: 700; */
    color: var(--primary-color, #050505);
    min-width: 200px;
}

.fair-hours-table td:last-child {
    /* font-weight: 700; */
    color: var(--primary-color, #050505);
    padding-right: 0;
}

/* ---- Hero Görsel Alanı ---- */
.fair-profile-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.10);
}

.fair-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

/* ---- Hero Başlık Alanı ---- */
.fair-profile-header {
    padding-left: 30px;
}

.fair-profile-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--accent-color, #c10e19);
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(193, 14, 25, 0.08);
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.fair-profile-badge i {
    font-size: 14px;
}

.fair-profile-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color, #050505);
    line-height: 1.25;
    margin: 0 0 24px;
}

.fair-profile-lead {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.fair-profile-lead strong {
    color: var(--accent-color, #c10e19);
    font-weight: 700;
}

/* ---- Künye Bilgi Kartları ---- */
.kunye-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.kunye-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--accent-color, #c10e19);
    border-radius: 4px 0 0 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.kunye-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
}

.kunye-card:hover::before {
    opacity: 1;
}

.kunye-card-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--accent-color, #c10e19) 0%, #e8384f 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.kunye-card-body {
    flex: 1;
    min-width: 0;
}

.kunye-card-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
}

.kunye-card-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    margin: 0 0 4px;
    line-height: 1.3;
}

.kunye-card-sub {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

/* ---- Katılımcı & Ziyaretçi Profil Kartları ---- */
.kunye-profile-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 36px 32px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.kunye-profile-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
}

.kunye-profile-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(193, 14, 25, 0.1);
}

.kunye-profile-header i {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--accent-color, #c10e19) 0%, #e8384f 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.kunye-profile-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    margin: 0;
}

.kunye-profile-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kunye-profile-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.kunye-profile-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.kunye-profile-list li i {
    color: var(--accent-color, #c10e19);
    font-size: 12px;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

/* ---- İletişim Kutusu ---- */
.kunye-contact-box {
    background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 48px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.kunye-contact-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color, #c10e19) 0%, #e8384f 50%, var(--accent-color, #c10e19) 100%);
}

.kunye-contact-header h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color, #050505);
    margin: 0 0 10px;
}

.kunye-contact-header p {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin: 0 0 20px;
}

.kunye-social-links {
    display: flex;
    gap: 10px;
}

.kunye-social-links a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--accent-color, #c10e19);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.kunye-social-links a:hover {
    background: var(--primary-color, #050505);
    transform: translateY(-3px);
}

.kunye-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.kunye-contact-item:hover {
    border-color: rgba(193, 14, 25, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.kunye-contact-item > i {
    width: 40px;
    height: 40px;
    background: rgba(193, 14, 25, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color, #c10e19);
    font-size: 16px;
    flex-shrink: 0;
}

.kunye-contact-item span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 4px;
}

.kunye-contact-item a {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color, #050505);
    text-decoration: none;
    transition: color 0.3s ease;
}

.kunye-contact-item a:hover {
    color: var(--accent-color, #c10e19);
}

.kunye-contact-item p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ---- Fuar Künyesi Responsive ---- */
@media (max-width: 991px) {
    .fair-profile-section {
        padding: 60px 0 70px;
    }

    .fair-profile-image {
        margin-bottom: 36px;
    }

    .fair-profile-header {
        padding-left: 0;
    }

    .fair-profile-title {
        font-size: 28px;
    }

    .kunye-contact-box {
        padding: 36px 28px;
    }

    .kunye-contact-header {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .fair-profile-section {
        padding: 40px 0 50px;
    }

    .fair-profile-title {
        font-size: 24px;
    }

    .fair-profile-title br {
        display: none;
    }

    .kunye-profile-card {
        padding: 28px 24px;
    }

    .kunye-contact-box {
        padding: 28px 20px;
    }

    .kunye-contact-header h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .kunye-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
    }

    .kunye-contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .kunye-social-links {
        justify-content: center;
    }
}

/* =====================================================
   Fuar Logoları Sayfası
   ===================================================== */

/* ---- Genel Bölüm ---- */
.fair-logos-section {
    padding: 80px 0 90px;
}

/* ---- Logo Kartı ---- */
.logo-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.10);
}

/* ---- Logo Önizleme Alanı ---- */
.logo-card-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    background: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    min-height: 180px;
}

.logo-card-preview img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo-card:hover .logo-card-preview img {
    transform: scale(1.05);
}

/* ---- Logo Bilgi Alanı ---- */
.logo-card-body {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.logo-card-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    margin: 0 0 6px;
    line-height: 1.4;
}

.logo-card-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin: 0 0 16px;
    flex-grow: 1;
}

/* ---- İndir Butonu ---- */
.logo-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-color, #c10e19);
    border: 2px solid var(--accent-color, #c10e19);
    border-radius: 50px;
    padding: 8px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    cursor: pointer !important;
}

.logo-download-btn:hover {
    background: var(--accent-color, #c10e19);
    color: #fff;
}

.logo-download-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.logo-download-btn:hover i {
    transform: translateY(2px);
}

/* ---- Fuar Logoları Responsive ---- */
@media (max-width: 991px) {
    .fair-logos-section {
        padding: 60px 0 70px;
    }

    .logo-card-preview {
        min-height: 150px;
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .fair-logos-section {
        padding: 40px 0 50px;
    }
}

@media (max-width: 575px) {
    .logo-card-preview {
        min-height: 130px;
        padding: 20px 16px;
    }

    .logo-card-preview img {
        max-height: 90px;
    }

    .logo-card-body {
        padding: 16px 16px 20px;
    }
}

/* =====================================================
   Kataloglar Sayfası
   ===================================================== */

/* ---- Genel Bölüm ---- */
.catalogs-section {
    padding: 80px 0 90px;
}

/* ---- Katalog Kartı ---- */
.catalog-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

/* ---- Katalog Kapak Görseli ---- */
.catalog-card-cover {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.catalog-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.catalog-card:hover .catalog-card-cover img {
    transform: scale(1.05);
}

/* ---- Görsel Yoksa Placeholder ---- */
.catalog-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0f2f5 0%, #dfe3e8 100%);
}

.catalog-card-placeholder i {
    font-size: 56px;
    color: #c5ccd6;
    transition: color 0.3s ease, transform 0.3s ease;
}

.catalog-card:hover .catalog-card-placeholder i {
    color: var(--accent-color, #c10e19);
    transform: scale(1.1);
}

/* ---- Katalog Bilgi Alanı ---- */
.catalog-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.catalog-card-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    margin: 0 0 8px;
    line-height: 1.4;
}

.catalog-card-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin: 0 0 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- İndir Butonları ---- */
.catalog-card-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
    flex-wrap: wrap;
}

.catalog-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    padding: 9px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 0;
}

.catalog-download-btn i {
    font-size: 14px;
    flex-shrink: 0;
}

/* Primary - Türkçe */
.catalog-download-btn-primary {
    background: var(--accent-color, #c10e19);
    color: #fff;
    border: 2px solid var(--accent-color, #c10e19);
}

.catalog-download-btn-primary:hover {
    background: var(--primary-color, #050505);
    border-color: var(--primary-color, #050505);
    color: #fff;
}

/* Outline - English */
.catalog-download-btn-outline {
    color: var(--accent-color, #c10e19);
    border: 2px solid var(--accent-color, #c10e19);
    background: transparent;
}

.catalog-download-btn-outline:hover {
    background: var(--accent-color, #c10e19);
    color: #fff;
}

/* ---- Kataloglar Responsive ---- */
@media (max-width: 991px) {
    .catalogs-section {
        padding: 60px 0 70px;
    }

    .catalog-card-cover {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .catalogs-section {
        padding: 40px 0 50px;
    }

    .catalog-card-cover {
        height: 200px;
    }
}

@media (max-width: 575px) {
    .catalog-card-cover {
        height: 180px;
    }

    .catalog-card-body {
        padding: 20px 16px;
    }

    .catalog-card-actions {
        flex-direction: column;
    }

    .catalog-download-btn {
        justify-content: center;
    }
}

/* =====================================================
   Galeri Sayfası
   ===================================================== */

/* ---- Genel Bölüm ---- */
.gallery-section {
    padding: 80px 0 90px;
}

/* ---- Galeri Kartı ---- */
.gallery-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.10);
}

/* ---- Galeri Kapak Görseli ---- */
.gallery-card-cover {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.gallery-card-cover a {
    display: block;
    width: 100%;
    height: 100%;
}

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

.gallery-card:hover .gallery-card-cover img {
    transform: scale(1.08);
}

/* ---- Galeri Kart Overlay ---- */
.gallery-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-card-overlay {
    opacity: 1;
}

.gallery-card-overlay i {
    font-size: 32px;
    color: #fff;
    transform: scale(0.7);
    transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-card-overlay i {
    transform: scale(1);
}

/* ---- Görsel Yoksa Placeholder ---- */
.gallery-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
}

.gallery-card-placeholder i {
    font-size: 48px;
    color: #ccc;
    transition: color 0.3s ease;
}

.gallery-card:hover .gallery-card-placeholder i {
    color: var(--accent-color, #c10e19);
}

/* ---- Galeri Bilgi Alanı ---- */
.gallery-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gallery-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    margin: 0 0 8px;
    line-height: 1.4;
}

.gallery-card-desc {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    margin: 0 0 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- Detay Butonu ---- */
.gallery-card-actions {
    margin-top: auto;
}

.gallery-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-color, #c10e19);
    border: 2px solid var(--accent-color, #c10e19);
    border-radius: 50px;
    padding: 10px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gallery-detail-btn:hover {
    background: var(--accent-color, #c10e19);
    color: #fff;
}

.gallery-detail-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.gallery-detail-btn:hover i {
    transform: translateX(4px);
}

/* ---- Galeri Sayfası Responsive ---- */
@media (max-width: 991px) {
    .gallery-section {
        padding: 60px 0 70px;
    }

    .gallery-card-cover {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .gallery-section {
        padding: 40px 0 50px;
    }

    .gallery-card-cover {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .gallery-card-cover {
        height: 160px;
    }

    .gallery-card-body {
        padding: 20px 16px;
    }

    .gallery-detail-btn {
        width: 100%;
        justify-content: center;
    }
}

/* =====================================================
   Galeri Detay Sayfası
   ===================================================== */

/* ---- Genel Bölüm ---- */
.gallery-detail-section {
    padding: 80px 0 90px;
}

/* ---- Başlık / Açıklama Alanı ---- */
.gallery-detail-intro {
    margin-bottom: 48px;
}

.gallery-detail-intro p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* ---- Galeri Detay Görsel Kartı ---- */
.gallery-detail-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-detail-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.gallery-detail-item a {
    display: block;
    position: relative;
}

.gallery-detail-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-detail-item:hover img {
    transform: scale(1.06);
}

/* ---- Detay Görsel Overlay ---- */
.gallery-detail-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-detail-item:hover .gallery-detail-item-overlay {
    opacity: 1;
}

.gallery-detail-item-overlay i {
    font-size: 28px;
    color: #fff;
    transform: scale(0.7);
    transition: transform 0.4s ease;
}

.gallery-detail-item:hover .gallery-detail-item-overlay i {
    transform: scale(1);
}

/* ---- Galeriye Dön Butonu ---- */
.gallery-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--accent-color, #c10e19);
    border: 2px solid var(--accent-color, #c10e19);
    border-radius: 50px;
    padding: 12px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gallery-back-btn:hover {
    background: var(--accent-color, #c10e19);
    color: #fff;
}

/* ---- Galeri Zoom İkonu (hover overlay) ---- */
.page-gallery-box .photo-gallery a {
    position: relative;
    display: block;
}

.gallery-zoom-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 5, 5, 0.40);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 2;
}

.page-gallery-box .photo-gallery:hover .gallery-zoom-icon {
    opacity: 1;
}

.gallery-zoom-icon i {
    font-size: 32px;
    color: #fff;
    transform: scale(0.65);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.page-gallery-box .photo-gallery:hover .gallery-zoom-icon i {
    transform: scale(1);
}

@media (max-width: 767px) {
    .gallery-zoom-icon i {
        font-size: 26px;
    }
}

.gallery-back-btn i {
    transition: transform 0.3s ease;
}

.gallery-back-btn:hover i {
    transform: translateX(-4px);
}

/* ---- Galeri Detay Responsive ---- */
@media (max-width: 991px) {
    .gallery-detail-section {
        padding: 60px 0 70px;
    }

    .gallery-detail-intro {
        margin-bottom: 32px;
    }

    .gallery-detail-item img {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .gallery-detail-section {
        padding: 40px 0 50px;
    }

    .gallery-detail-item img {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .gallery-detail-item img {
        height: 140px;
    }

    .gallery-detail-intro p {
        font-size: 14px;
    }
}

/* =====================================================
   Organizasyon & Sponsorlar (Ana Sayfa)
   ===================================================== */
.org-logos-section {
    padding: 0 0 90px;
}

.org-logos-grid {
    border: 1px solid #dee2e6;
    border-radius: 14px;
    overflow: hidden;
}

.org-logos-row {
    border-top: 1px solid #dee2e6;
}

.org-logos-row:first-child {
    border-top: none;
}

.org-logos-row-full {
    border-top: 1px solid #dee2e6;
    padding: 26px 32px 32px;
    text-align: center;
}

.org-logos-cell {
    padding: 20px 20px 25px;
    border-right: 1px solid #dee2e6;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.org-logos-cell:last-child {
    border-right: none;
}

.org-logos-label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 1.5px; */
    color: #000;
    /* background: var(--primary-color); */
    /* padding: 5px 18px;
    border-radius: 20px; */
    margin-bottom: 20px;
    display: inline-block;
    /* white-space: nowrap; */
}

.org-logos-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
}

.org-logos-items-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: center;
}

.org-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.org-logo-link img {
    width: auto;
    height: 65px;
    filter: grayscale(35%) brightness(1.0);
    transition: filter 0.35s ease, transform 0.35s ease;
}

.org-logo-link.cagatay-logo img {
    height: 115px;
}

.org-logo-link:hover img {
    filter: grayscale(0) brightness(1.0);
    transform: scale(1.07);
}

.org-logos-items-row .org-logo-link img {
    max-height: 100px;
    max-width: 200px;
}

@media (max-width: 991px) {
    .org-logos-cell {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    .org-logos-cell:last-child {
        border-bottom: none;
    }

    .org-logos-row-full {
        padding: 20px 20px 24px;
    }
}

@media (max-width: 575px) {
    .org-logos-section {
        padding: 0 0 60px;
    }

    .org-logo-link img {
        max-height: 100px;
    }
}

/* =====================================================
   Hero Video - Tam Ekran & İçerik Görünürlük Düzeltmesi
   ===================================================== */

/* Video wrapper hero'nun en arkasında kalmalı, top:0 ile üst kenara kilitli */
.hero.hero-video .mbYTP_wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    width: 100% !important;
    height: 100% !important;
}

/* YTPOverlay tıklamayı ve görünürlüğü engellemesin */
.hero.hero-video .YTPOverlay {
    pointer-events: none !important;
}

/* iframe hero alanını tam kapasın — üst kenara hizalı (video içindeki logolar görünsün) */
.hero.hero-video .mbYTP_wrapper iframe {
    pointer-events: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    margin: 0 !important;
    width: 177.78vh !important;   /* 16:9 oran için tam kaplama */
    height: 56.25vw !important;   /* 16:9 oran için tam kaplama */
    min-width: 100% !important;
    min-height: 100% !important;
}

/* Hero içeriği (başlık, buton, logolar) her zaman videonun üstünde görünsün */
.hero.hero-video .container {
    position: relative;
    z-index: 10 !important;
}

/* Gradient overlay videonun üstünde, içeriğin altında */
.hero.hero-video::before {
    z-index: 5 !important;
}

/* ---- Hero Köşe Logosu ---- */
.hero-corner-logo {
    position: absolute;
    bottom: 80px;
    right: 40px;
    z-index: 10;
}

.hero-corner-logo a {
    display: block;
}

.hero-corner-logo img {
    width: 260px;
    height: auto;
    opacity: 0.9;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.5));
    transition: opacity 0.3s ease;
}

.hero-corner-logo img:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .hero-corner-logo {
        bottom: 24px;
        right: 20px;
    }

    .hero-corner-logo img {
        width: 130px;
    }
}

@media (max-width: 575px) {
    .hero-corner-logo {
        bottom: 16px;
        right: 16px;
    }

    .hero-corner-logo img {
        width: 110px;
    }
}

/* =====================================================
   Fuar Alanı & Ulaşım Sayfası
   ===================================================== */

/* ---- Logo & Adres Bölümü ---- */
.fair-venue-section {
    padding: 60px 0 40px;
}

.fair-venue-logo {
    max-width: 340px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.fair-venue-address {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.fair-venue-address i {
    color: var(--accent-color);
    font-size: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}

.fair-venue-address p {
    font-size: 17px;
    color: var(--text-color);
    margin: 0;
    text-align: left;
    line-height: 1.6;
}

/* ---- Görsel Bölümü ---- */
.fair-images-section {
    padding: 20px 0 70px;
}

.fair-image-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    background: #000;
}

.fair-image-item a {
    display: block;
    position: relative;
    text-decoration: none;
}

.fair-image-item figure {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 16 / 7;
}

.fair-image-item--full figure {
    aspect-ratio: 16 / 7;
}

.fair-image-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fair-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 24px 18px;
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, transparent 100%);
    pointer-events: none;
}

.fair-image-caption span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

@media (max-width: 767px) {
    .fair-venue-section {
        padding: 40px 0 28px;
    }

    .fair-images-section {
        padding: 10px 0 50px;
    }

    .fair-venue-logo {
        max-width: 260px;
    }

    .fair-venue-address p {
        font-size: 15px;
    }
}

/* =====================================================
   Fuar Alanı ve Ulaşım – Venue Page (vp-*)
   ===================================================== */

.vp-section {
    padding: 64px 0 80px;
}

/* Logo & Adres */
.vp-intro {
    text-align: center;
    margin-bottom: 52px;
}

.vp-logo {
    max-width: 360px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.vp-address {
    font-style: normal;
    margin: 18px 0 0;
    font-size: 16px;
    color: var(--text-color, #555);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vp-address i {
    color: var(--accent-color, #c10e19);
    font-size: 16px;
    flex-shrink: 0;
}

/* İki Görsel Grid */
.vp-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.vp-gallery-item {
    border-radius: 6px;
    border: 3px solid var(--accent-color, #c10e19);
}

.vp-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Google Harita */
.vp-map {
    border-radius: 6px;
    overflow: hidden;
    line-height: 0;
}

.vp-map iframe {
    width: 100%;
    height: 380px;
    display: block;
    border: none;
}

/* Responsive */
@media (max-width: 991px) {
    .vp-section {
        padding: 48px 0 64px;
    }

    .vp-logo {
        max-width: 280px;
    }

    .vp-map iframe {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .vp-section {
        padding: 36px 0 52px;
    }

    .vp-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 12px;
    }

    .vp-logo {
        max-width: 220px;
    }

    .vp-address {
        font-size: 14px;
    }

    .vp-map iframe {
        height: 260px;
    }
}

/* =====================================================
   Katılımcı Firmalar Sayfası
   ===================================================== */

/* ---- Genel Bölüm ---- */
.participants-section {
    padding: 80px 0 90px;
}

/* ---- Arama & Filtreleme ---- */
.participants-filter {
    margin-bottom: 24px;
}

.participants-search {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.participants-search i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #aaa;
    pointer-events: none;
    transition: color 0.3s ease;
}

.participants-search input {
    width: 100%;
    padding: 14px 20px 14px 48px;
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-color, #050505);
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.participants-search input::placeholder {
    color: #bbb;
    font-weight: 400;
}

.participants-search input:focus {
    border-color: var(--accent-color, #c10e19);
    box-shadow: 0 4px 20px rgba(193, 14, 25, 0.10);
}

.participants-search input:focus + i,
.participants-search input:focus ~ i {
    color: var(--accent-color, #c10e19);
}

/* ---- Katılımcı Sayısı ---- */
.participants-count {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-bottom: 32px;
    letter-spacing: 0.3px;
}

.participants-count span {
    color: var(--accent-color, #c10e19);
    font-weight: 700;
    font-size: 16px;
}

/* ---- Katılımcı Kartı ---- */
.participant-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.participant-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.10);
    border-color: rgba(193, 14, 25, 0.15);
}

/* ---- Logo Alanı ---- */
.participant-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    min-height: 160px;
    transition: background 0.3s ease;
}

.participant-card:hover .participant-logo {
    background: #fff;
}

.participant-logo img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.participant-card:hover .participant-logo img {
    transform: scale(1.06);
}

/* ---- Firma Bilgi Alanı ---- */
.participant-info {
    padding: 20px 24px 24px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.participant-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    margin: 0 0 8px;
    line-height: 1.4;
}

.participant-stand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-color, #c10e19);
    background: rgba(193, 14, 25, 0.07);
    padding: 5px 14px;
    border-radius: 50px;
    letter-spacing: 0.3px;
}

.participant-stand i {
    font-size: 11px;
}

/* ---- Sonuç Bulunamadı ---- */
.participants-no-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: #bbb;
}

.participants-no-result i {
    font-size: 48px;
    margin-bottom: 16px;
    color: #ddd;
}

.participants-no-result p {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    margin: 0;
}

/* ---- Katılımcı Firmalar Responsive ---- */
@media (max-width: 991px) {
    .participants-section {
        padding: 60px 0 70px;
    }

    .participant-logo {
        min-height: 140px;
        padding: 24px 20px;
    }

    .participants-search {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .participants-section {
        padding: 40px 0 50px;
    }

    .participant-logo {
        min-height: 120px;
        padding: 20px 16px;
    }

    .participant-logo img {
        max-height: 65px;
    }
}

@media (max-width: 575px) {
    .participant-logo {
        min-height: 100px;
        padding: 20px 12px;
    }

    .participant-logo img {
        max-height: 55px;
    }

    .participant-info {
        padding: 14px 12px 18px;
    }

    .participant-name {
        font-size: 13px;
    }

    .participant-stand {
        font-size: 11px;
        padding: 4px 10px;
    }

    .participants-search input {
        font-size: 14px;
        padding: 12px 16px 12px 42px;
    }
}

/* =====================================================
   Etkinlik Programı Sayfası
   ===================================================== */

/* ---- Genel Bölüm ---- */
.event-program-section {
    padding: 80px 0 90px;
}

/* ---- Giriş Açıklaması ---- */
.event-program-intro {
    margin-bottom: 48px;
}

.event-program-intro p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

.event-program-content {
    max-width: 900px;
    margin: 0 auto;
}

/* Gün başlıkları (h2 / h3) */
.event-program-content h2,
.event-program-content h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: var(--accent-color, #c10e19);
    padding: 16px 24px 16px 56px;
    border-radius: 12px;
    margin: 40px 0 0;
    line-height: 1.5;
}

.event-program-content h2:first-child,
.event-program-content h3:first-child {
    margin-top: 0;
}

.event-program-content h2::before,
.event-program-content h3::before {
    content: '\f073';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
}

/* Gün altındaki etkinlik listesi (ul/ol) */
.event-program-content ul,
.event-program-content ol {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top: none;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.event-program-content li {
    position: relative;
    padding: 18px 24px 18px 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.2s ease;
}

.event-program-content li:last-child {
    border-bottom: none;
}

.event-program-content li:hover {
    background: rgba(193, 14, 25, 0.02);
}

/* Etkinlik saati bold */
.event-program-content li strong,
.event-program-content li b {
    display: inline;
    color: var(--accent-color, #c10e19);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.2px;
}

/* Paragraf stili ile yazılan program */
.event-program-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 8px;
}

/* Tablo stili ile yazılan program */
.event-program-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}

.event-program-content table thead th {
    background: var(--primary-color, #050505);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 20px;
    border: none;
}

.event-program-content table td {
    padding: 16px 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: top;
}

.event-program-content table tr:last-child td {
    border-bottom: none;
}

.event-program-content table tr:hover td {
    background: rgba(193, 14, 25, 0.02);
}

.event-program-content table td:first-child {
    font-weight: 700;
    color: var(--accent-color, #c10e19);
    white-space: nowrap;
    width: 100px;
}

/* h4 — Alt başlıklar (ör: Grooming Yarışması bölümü) */
.event-program-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color, #050505);
    background: #f5f5f5;
    padding: 14px 24px 14px 48px;
    border-radius: 10px;
    margin: 32px 0 0;
    position: relative;
    border-left: 4px solid var(--accent-color, #c10e19);
}

.event-program-content h4::before {
    content: '\f005';
    font-family: 'Font Awesome 7s Free';
    font-weight: 900;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--accent-color, #c10e19);
}

/* Organizatör logosu */
.event-program-content img {
    max-width: 200px;
    height: auto;
    margin: 16px 0;
}

/* Horizontal rule */
.event-program-content hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 32px 0;
}

.program-days {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ---- Gün Kartı ---- */
.program-day {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.program-day:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.09);
}

/* ---- Gün Başlığı ---- */
.program-day-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 28px;
    background: var(--accent-color, #c10e19);
    color: #fff;
}

.program-day-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.program-day-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 1.4;
}

/* ---- Gün İçeriği (img_desc HTML) ---- */
.program-day-body {
    padding: 0;
}

.program-day-body ul,
.program-day-body ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program-day-body li {
    position: relative;
    padding: 18px 28px 18px 28px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.2s ease;
}

.program-day-body li:last-child {
    border-bottom: none;
}

.program-day-body li:hover {
    background: rgba(193, 14, 25, 0.02);
}

.program-day-body li strong,
.program-day-body li b {
    color: var(--accent-color, #c10e19);
    font-weight: 700;
}

.program-day-body p {
    padding: 18px 28px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.program-day-body p:last-child {
    border-bottom: none;
}

.program-day-body table {
    width: 100%;
    border-collapse: collapse;
}

.program-day-body table td {
    padding: 16px 28px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: top;
}

.program-day-body table tr:last-child td {
    border-bottom: none;
}

.program-day-body table tr:hover td {
    background: rgba(193, 14, 25, 0.02);
}

.program-day-body table td:first-child {
    font-weight: 700;
    color: var(--accent-color, #c10e19);
    white-space: nowrap;
    width: 100px;
}

/* ---- Etkinlik Programı Responsive ---- */
@media (max-width: 991px) {
    .event-program-section {
        padding: 60px 0 70px;
    }

    .event-program-intro {
        margin-bottom: 32px;
    }

    .event-program-content h2,
    .event-program-content h3 {
        font-size: 16px;
        padding: 14px 20px 14px 48px;
    }

    .event-program-content li,
    .program-day-body li {
        padding: 14px 20px;
    }

    .program-day-header {
        padding: 16px 20px;
    }

    .program-day-body p {
        padding: 14px 20px;
    }

    .program-day-body table td {
        padding: 14px 20px;
    }
}

@media (max-width: 767px) {
    .event-program-section {
        padding: 40px 0 50px;
    }

    .event-program-content h2,
    .event-program-content h3 {
        font-size: 15px;
        padding: 12px 16px 12px 44px;
        border-radius: 10px;
    }

    .event-program-content h2::before,
    .event-program-content h3::before {
        left: 16px;
        font-size: 16px;
    }

    .event-program-content li,
    .program-day-body li {
        padding: 12px 16px;
        font-size: 14px;
    }

    .event-program-content table td,
    .program-day-body table td {
        padding: 12px 16px;
        font-size: 14px;
    }

    .event-program-content table td:first-child,
    .program-day-body table td:first-child {
        width: 80px;
        font-size: 13px;
    }

    .program-day-header {
        padding: 14px 16px;
        gap: 12px;
    }

    .program-day-number {
        width: 38px;
        height: 38px;
        font-size: 11px;
    }

    .program-day-title {
        font-size: 16px;
    }

    .program-day-body p {
        padding: 12px 16px;
        font-size: 14px;
    }

    .event-program-content h4 {
        font-size: 14px;
        padding: 12px 16px 12px 40px;
    }

    .event-program-content h4::before {
        left: 14px;
    }
}

@media (max-width: 575px) {
    .event-program-content h2,
    .event-program-content h3 {
        font-size: 14px;
        padding: 12px 14px 12px 40px;
    }

    .event-program-content h2::before,
    .event-program-content h3::before {
        left: 14px;
        font-size: 14px;
    }

    .event-program-content li,
    .program-day-body li {
        padding: 10px 14px;
        font-size: 13px;
    }

    .event-program-content table td,
    .program-day-body table td {
        display: block;
        width: 100% !important;
        padding: 6px 14px;
    }

    .event-program-content table td:first-child,
    .program-day-body table td:first-child {
        padding-bottom: 2px;
        font-size: 13px;
    }

    .event-program-content table td:last-child,
    .program-day-body table td:last-child {
        padding-top: 2px;
        padding-bottom: 14px;
    }

    .program-day-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 14px;
    }

    .program-day-title {
        font-size: 14px;
    }

    .event-program-intro p {
        font-size: 14px;
    }
}

/* =====================================================
   Çözüm Ortakları Sayfası
   ===================================================== */

/* ---- Genel Bölüm ---- */
.partners-section {
    padding: 80px 0 90px;
}

/* ---- Giriş Açıklaması ---- */
.partners-intro {
    margin-bottom: 40px;
}

.partners-intro p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

/* ---- Tab Navigasyonu ---- */
.partners-nav-wrapper {
    margin-bottom: 48px;
}

.partners-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    background: #f5f5f5;
    border-radius: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.partners-nav::-webkit-scrollbar {
    display: none;
}

.partners-nav-btn {
    flex-shrink: 0;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    background: transparent;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    letter-spacing: 0.2px;
}

.partners-nav-btn:hover {
    color: var(--primary-color, #050505);
    background: rgba(0, 0, 0, 0.04);
}

.partners-nav-btn.active {
    color: #fff;
    background: var(--accent-color, #c10e19);
    box-shadow: 0 4px 14px rgba(193, 14, 25, 0.3);
}

/* ---- Tab İçerikleri ---- */
.partners-tab-content {
    display: none;
    animation: partnerFadeIn 0.4s ease;
}

.partners-tab-content.active {
    display: block;
}

@keyframes partnerFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- Partner Kartı ---- */
.partner-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 24px 16px 20px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
    border-color: rgba(193, 14, 25, 0.12);
}

/* ---- Logo Alanı ---- */
.partner-card-logo {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 8px;
}

.partner-card-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner-card-logo img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-card:hover .partner-card-logo img {
    transform: scale(1.06);
}

/* ---- Firma Bilgi ---- */
.partner-card-info {
    flex: none;
    min-height: 46px;
    display: flex;
    align-items: flex-end;
}

/* ---- Firma Detay spacer (body her kartta aynı Y noktasından başlasın) ---- */

.partner-card-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color, #050505);
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: block;
}

a.partner-card-name:hover {
    color: var(--accent-color, #c10e19);
}

/* ---- Firma Detay (post_body) ---- */
.partner-card-body {
    width: 100%;
    text-align: left;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 13px;
    line-height: 1.7;
    color: #555;
}

/* CMS'den gelen raw <p><strong>...</strong> içeriği (fallback) */
.partner-card-body p {
    margin: 0 0 4px;
    font-size: 13px;
    color: #555;
    word-break: break-word;
    text-align: left;
}

/* Tablo formatına çevrilmiş iletişim bilgileri */
.partner-info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    table-layout: auto;
}

.partner-info-table tr + tr .partner-info-label,
.partner-info-table tr + tr .partner-info-colon,
.partner-info-table tr + tr .partner-info-value {
    padding-top: 2px;
}

.partner-info-label {
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 1%;
}

.partner-info-colon {
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    padding: 0 6px 0 0;
    text-align: left;
    vertical-align: top;
    width: 1%;
}

.partner-info-value {
    color: #555;
    padding: 0;
    vertical-align: top;
    word-break: break-word;
}

.partner-card-body a {
    color: var(--accent-color, #c10e19);
    text-decoration: none;
    transition: color 0.2s ease;
}

.partner-card-body a:hover {
    color: #a00b15;
    text-decoration: underline;
}

/* ---- Web Site Link İkonu ---- */
.partner-card-link {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(193, 14, 25, 0.06);
    color: var(--accent-color, #c10e19);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    opacity: 0;
    transform: translateY(-4px);
    transition: all 0.3s ease;
    text-decoration: none;
}

.partner-card:hover .partner-card-link {
    opacity: 1;
    transform: translateY(0);
}

.partner-card-link:hover {
    background: var(--accent-color, #c10e19);
    color: #fff;
}

/* ---- Boş İçerik ---- */
.partners-empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.partners-empty i {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 16px;
    display: block;
}

.partners-empty p {
    font-size: 15px;
    color: #999;
    margin: 0;
}

/* ---- Çözüm Ortakları Responsive ---- */
@media (max-width: 991px) {
    .partners-section {
        padding: 60px 0 70px;
    }

    .partners-nav-wrapper {
        margin-bottom: 36px;
    }

    .partners-nav-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .partners-section {
        padding: 40px 0 50px;
    }

    .partners-nav {
        gap: 6px;
        padding: 5px;
        border-radius: 12px;
    }

    .partners-nav-btn {
        padding: 9px 16px;
        font-size: 12px;
        border-radius: 8px;
    }

    .partner-card {
        padding: 20px 12px 16px;
        border-radius: 14px;
    }

    .partner-card-logo {
        height: 70px;
        margin-bottom: 12px;
    }

    .partner-card-logo img {
        max-height: 60px;
    }

    .partner-card-name {
        font-size: 12px;
    }

    .partner-card-body {
        font-size: 12px;
        margin-top: 10px;
        padding-top: 10px;
    }

    .partner-card-body p {
        font-size: 12px;
    }

    .partner-info-table {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .partner-card-link {
        opacity: 1;
        transform: translateY(0);
    }
}