/* Fuar Detay Sayfası Özel CSS - SkyRota Alternatifi */

.fuar-detay-page {
    background-color: #f7f9fc;
    font-family: 'Inter', sans-serif;
    padding-bottom: 50px;
}

/* =========================================
   HERO / KAPAK ALANI 
   ========================================= */
.fuar-hero {
    position: relative;
    padding: 40px 0;
    background-color: #0d1b2a;
    color: #fff;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
}

.fuar-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://picsum.photos/1920/1080?random=1');
    /* Placeholder */
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    z-index: 0;
}

.fuar-hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(13, 27, 42, 1) 0%, rgba(13, 27, 42, 0.95) 30%, rgba(13, 27, 42, 0.7) 60%, rgba(13, 27, 42, 0.4) 100%);
    z-index: 1;
}

.fuar-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.fuar-logo-box {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.fuar-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.fuar-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.fuar-hero h2 {
    font-size: 18px;
    font-weight: 400;
    color: #e0e0e0;
    margin-bottom: 25px;
}

.hero-meta-item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.hero-meta-item i {
    font-size: 1.2rem;
    margin-right: 10px;
    opacity: 0.8;
}

.hero-meta-item strong {
    font-weight: 600;
}

.hero-meta-item span {
    font-weight: 300;
    margin-left: 5px;
    color: #ccc;
}

.fuar-tag {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 0.85rem;
    margin-right: 8px;
    margin-top: 15px;
    transition: all 0.3s;
}

.fuar-tag:hover {
    background: rgba(255, 255, 255, 0.1);
}

.countdown-badge {
    background: #fff;
    color: #333;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.countdown-badge i {
    color: #e63946;
    margin-right: 8px;
}

/* =========================================
   ORTA ALAN (KARTLAR) 
   ========================================= */
.fuar-card-block {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
}

.block-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a233a;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 10px;
}

.block-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #102142;
    border-radius: 2px;
}

/* Sol Kolon İçerikler */
.fuar-about-text {
    color: #4a5568;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
}

.btn-show-more {
    color: #1a233a;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0;
    margin-top: 10px;
}

.btn-show-more i {
    font-size: 1.2rem;
    vertical-align: middle;
}

/* Sektörler Kartları */
.sector-card {
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    text-align: center;
}

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

.sector-card .title {
    padding: 12px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #333;
}

/* Galeri */
.gallery-img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s;
}

.gallery-img:hover {
    transform: scale(1.03);
}

.btn-view-all {
    background: #e6f0ff;
    color: #0056b3;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 6px 15px;
    border-radius: 6px;
    border: none;
}

/* Takvim İkonları */
.calendar-btn {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #333;
    font-weight: 500;
    transition: background 0.2s;
    background: #fff;
    text-decoration: none;
}

.calendar-btn:hover {
    background: #f8f9fa;
    color: #333;
}

.calendar-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* S.S.S. Akordiyon */
.fuar-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.fuar-accordion .accordion-item:last-child {
    border-bottom: none;
}

.fuar-accordion .accordion-button {
    background: transparent;
    font-weight: 600;
    color: #1a233a;
    padding: 15px 0;
    box-shadow: none;
    font-size: 0.95rem;
}

.fuar-accordion .accordion-button:not(.collapsed) {
    color: #0056b3;
}

.fuar-accordion .accordion-body {
    padding: 0 0 15px 0;
    color: #6c757d;
    font-size: 0.9rem;
}

/* Alt İletişim Kutusu */
.bottom-contact-box {
    background-color: #0d1b2a;
    border-radius: 12px;
    padding: 25px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.bottom-contact-box .icon-circle {
    width: 50px;
    height: 50px;
    background: #1b4965;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
}

.bottom-contact-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

.bottom-contact-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* =========================================
   SAĞ KOLON (SIDEBAR) 
   ========================================= */
.sidebar-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-info-list li {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

.sidebar-info-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-info-list i {
    font-size: 1.2rem;
    color: #6c757d;
    margin-right: 15px;
    margin-top: 3px;
    width: 20px;
    text-align: center;
}

.sidebar-info-list .info-label {
    font-size: 0.85rem;
    color: #1a233a;
    font-weight: 700;
    margin-bottom: 3px;
}

.sidebar-info-list .info-value {
    font-size: 0.85rem;
    color: #6c757d;
}

.sidebar-info-list a {
    color: var(--primary-color);
    text-decoration: none;
}

/* Önceki Baskılar */
.past-editions-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.past-editions-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #333;
}

.past-editions-list li i {
    color: #6c757d;
    margin-right: 10px;
}

.btn-outline-light-gray {
    border: 1px solid #eaeaea;
    background: #fff;
    color: #333;
    width: 100%;
    border-radius: 6px;
    padding: 8px;
    font-size: 0.85rem;
    font-weight: 600;
}

.btn-outline-light-gray:hover {
    background: #f8f9fa;
}

/* Harita Kartı */
.map-container {
    width: 100%;
    height: 180px;
    background: #eaeaea;
    border-radius: 8px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

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

/* Fuar Hakk�nda Collapse */
.fuar-about-text.collapsed-text {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.fuar-about-text.collapsed-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

/* Breadcrumb Divider Styling */
.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    /* Chevron benzeri bir belirteç */
    color: rgba(255, 255, 255, 0.6);
    padding: 0 8px;
}

/* Bottom Contact Box H5 Color */
.bottom-contact-box h5 {
    color: #fff !important;
}

.sector-img {
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.sector-title {
    background: transparent !important;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Swiper Pagination Dots Customization */
.gallerySwiper .swiper-pagination-bullet,
.sectorSwiper .swiper-pagination-bullet {
    width: 12px !important;
    height: 4px !important;
    border-radius: 4px !important;
    background: #ccc;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.gallerySwiper .swiper-pagination-bullet-active,
.sectorSwiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
    opacity: 1;
    width: 16px !important;
}

/* Tüm Galeri Butonu */
.btn-view-all {
    background: #f1f3f5;
    color: #0056b3;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.btn-view-all i {
    font-size: 1.2rem;
    margin-left: 2px;
}

.btn-view-all:hover {
    color: #0a58ca;
    /* Darker primary */
    text-decoration: underline;
}

/* =========================================
   ACTION BUTTONS (SAĞ KOLON) 
   ========================================= */
.action-btn-primary {
    display: block;
    color: #fff;
    background-color: #44b8cc;
    text-align: center;
    border: 1px solid #1f6672;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.action-btn-primary:hover {
    background: #1b3a5a;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.action-btn-outline {
    display: block;
    background: #fff;
    color: #333;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

.action-btn-outline:hover {
    background: #f8f9fa;
    color: #333;
    border-color: #adb5bd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* ==========================================================================
   CUSTOM MODAL TEMPLATE (Fuar Turları, Vize, Bilet, İletişim)
   ========================================================================== */
.custom-fuar-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.custom-fuar-modal .modal-header {
    background: #ffffff;
    border-bottom: 1px solid #f1f3f5;
    padding: 24px 32px;
    align-items: flex-start;
}

.custom-fuar-modal .modal-icon-box {
    width: 48px;
    height: 48px;
    background: #0d6efd;
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 16px;
    flex-shrink: 0;
}

.custom-fuar-modal .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 4px;
}

.custom-fuar-modal .modal-subtitle {
    font-size: 13px;
    color: #6c757d;
}

.custom-fuar-modal .btn-close-custom {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 18px;
    margin-left: auto;
}

.custom-fuar-modal .btn-close-custom:hover {
    background: #e9ecef;
    color: #212529;
}

.custom-fuar-modal .modal-body {
    padding: 32px;
    background: #fcfcfc;
}

.custom-fuar-modal .info-alert-box {
    background: #f0f7ff;
    border: 1px solid #dcebfe;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
}

.custom-fuar-modal .info-alert-box i {
    color: #0d6efd;
    font-size: 22px;
    margin-right: 12px;
    line-height: 1;
}

.custom-fuar-modal .info-alert-box span {
    font-size: 14px;
    color: #495057;
    line-height: 1.5;
}

.custom-fuar-modal .section-title {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 24px;
}

.custom-fuar-modal .custom-form-label {
    font-size: 13px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 8px;
    display: inline-block;
}

.custom-fuar-modal .custom-input-wrapper {
    position: relative;
}

.custom-fuar-modal .custom-input-wrapper i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 18px;
    pointer-events: none;
}

.custom-fuar-modal .custom-input-wrapper .form-control,
.custom-fuar-modal .custom-input-wrapper .form-select {
    padding-left: 44px;
    height: 48px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 14px;
    color: #495057;
    background-color: #ffffff;
    box-shadow: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.custom-fuar-modal .custom-input-wrapper .form-select {
    background-position: right 1rem center;
}

.custom-fuar-modal .custom-input-wrapper .form-control:focus,
.custom-fuar-modal .custom-input-wrapper .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}

.custom-fuar-modal .custom-textarea-wrapper {
    position: relative;
}

.custom-fuar-modal .custom-textarea-wrapper .form-control {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 14px;
    color: #495057;
    background-color: #ffffff;
    padding: 16px;
    resize: none;
    box-shadow: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.custom-fuar-modal .custom-textarea-wrapper .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}

.custom-fuar-modal .char-counter {
    position: absolute;
    bottom: 12px;
    right: 16px;
    font-size: 12px;
    color: #adb5bd;
    background: #fff;
    padding-left: 8px;
}

.custom-fuar-modal .kvkk-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
}

.custom-fuar-modal .kvkk-box i {
    color: #0d6efd;
    font-size: 24px;
    margin-right: 12px;
    line-height: 1;
}

.custom-fuar-modal .kvkk-box span {
    font-size: 12px;
    color: #6c757d;
    line-height: 1.5;
}

.custom-fuar-modal .kvkk-box a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.custom-fuar-modal .modal-footer-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-fuar-modal .btn-cancel {
    background: #ffffff;
    border: 1px solid #dee2e6;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 8px;
    transition: all 0.2s;
}

.custom-fuar-modal .btn-cancel:hover {
    background: #f8f9fa;
    color: #212529;
}

.custom-fuar-modal .btn-submit {
    background: #0d1b2a;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 8px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}

.custom-fuar-modal .btn-submit:hover {
    background: #1b365d;
}