/* Premium Homepage Design for Kayseri Burak Turizm */

:root {
    --primary-color: #eb2145;
    --primary-dark: #c01a38;
    --primary-light: #ff4757;
    --secondary-color: #2f3542;
    --text-color: #2f3542;
    --text-light: #747d8c;
    --bg-light: #f1f2f6;
    --white: #ffffff;
    --shadow: 0 10px 30px rgba(0,0,0,0.08);
    --shadow-hover: 0 20px 40px rgba(0,0,0,0.12);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Slider Enhancements */
.main-slider-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.carousel-item {
    transition: transform 1.2s ease-in-out, opacity 1s ease-in-out;
}

.carousel-item img {
    filter: brightness(0.85);
    transition: transform 8s linear;
}

.carousel-item.active img {
    transform: scale(1.1);
}

.carousel-caption {
    bottom: 20%;
    z-index: 10;
}

.carousel-caption h2 {
    font-size: 3.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 1rem;
    animation: fadeInUp 1s both 0.5s;
}

.carousel-caption p {
    font-size: 1.2rem;
    animation: fadeInUp 1s both 0.7s;
}

.carousel-caption .btn {
    animation: fadeInUp 1s both 0.9s;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(235, 33, 69, 0.4);
}

/* Featured Section Titles */
.section-title {
    margin-bottom: 3.5rem;
}

.section-title h2 {
    font-weight: 800;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    color: var(--secondary-color);
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

/* Tour Cards Premium Look */
.tour-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.tour-card .tur-kutu-resim {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.tour-card .tur-kutu-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tour-card:hover .tur-kutu-resim img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.7));
}

.tur-ad {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    z-index: 5;
    background: transparent !important;
    padding: 0 !important;
    height: auto !important;
    border-radius: 0 !important;
}

.discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(235, 33, 69, 0.3);
}

.duration-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    z-index: 5;
}

.card-body {
    padding: 20px;
}

.tour-price {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--primary-color);
}

.tour-old-price {
    font-size: 1rem;
    color: var(--text-light);
    text-decoration: line-through;
    margin-right: 8px;
}

.btn-book-now {
    border-radius: 10px;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: var(--transition);
}

/* Category Cards */
.category-card {
    border-radius: 20px !important;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.category-card:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-hover);
}

.category-overlay {
    padding: 30px !important;
    background: linear-gradient(transparent, rgba(0,0,0,0.9)) !important;
}

.category-title {
    font-size: 1.5rem !important;
    margin-bottom: 10px !important;
}

/* Scrolling Tours Section */
.scrolling-tours-section {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    position: relative;
}

.tour-slick-carousel .slick-slide {
    padding: 15px 0;
}

.tour-slick-carousel .slick-dots {
    bottom: -40px;
}

.tour-slick-carousel .slick-dots li button:before {
    color: var(--primary-color);
}

/* Premium Services & Stats */
.services-stats-section {
    position: relative;
    z-index: 2;
}

.service-item-premium {
    border-radius: 20px;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

.service-item-premium:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover) !important;
}

.service-item-premium .icon-box i {
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1));
    transition: var(--transition);
}

.service-item-premium:hover .icon-box i {
    transform: scale(1.2) rotate(5deg);
}

.stat-item-premium {
    padding: 20px;
    border-radius: 15px;
    transition: var(--transition);
}

.stat-item-premium h2 {
    font-size: 2.8rem;
    letter-spacing: -1px;
}

/* Color Overrides for Icons */
.text-primary { color: #eb2145 !important; }
.text-success { color: #2ecc71 !important; }
.text-warning { color: #f1c40f !important; }
.text-danger { color: #e74c3c !important; }

/* Compact Services */
.service-item-compact {
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.05);
}


/* Side Floating Tour Cards */
.side-floating-tours {
    position: fixed;
    top: 150px;
    width: 130px;
    z-index: 999;
    pointer-events: auto;
}

.side-floating-tours.left {
    left: 15px;
    animation: slideUpDown 10s ease-in-out infinite;
}

.side-floating-tours.right {
    right: 15px;
    animation: slideUpDown 10s ease-in-out infinite;
    animation-delay: -5s;
}

.floating-mini-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.floating-mini-card:hover {
    transform: scale(1.1) translateX(5px);
    z-index: 1000;
}

.side-floating-tours.left .floating-mini-card:hover {
    transform: scale(1.1) translateX(5px);
}
.side-floating-tours.right .floating-mini-card:hover {
    transform: scale(1.1) translateX(-5px);
}

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

.floating-mini-card .mini-info {
    padding: 8px;
    text-align: center;
    background: white;
}

.floating-mini-card h6 {
    font-size: 0.75rem;
    margin-bottom: 3px;
    font-weight: 700;
    color: #333;
}

.floating-mini-card span {
    font-size: 0.85rem;
    color: var(--primary-color);
    font-weight: 800;
}

@keyframes slideUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(40px); }
}

/* Responsive visibility */
@media (max-width: 1300px) {
    .side-floating-tours {
        width: 110px;
        top: 180px;
    }
    .floating-mini-card img { height: 60px; }
}

@media (max-width: 991px) {
    .side-floating-tours {
        display: none !important;
    }
}



/* Main Slider Enhancements */
.main-slider-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.slider-img {
    width: 100%;
    height: auto;
    object-fit: contain; /* Görselin tamamını gösterir, kesmez */
    background: #f8f9fa;
    max-height: 650px; /* Çok uzun olmasını engeller */
}

@media (max-width: 991px) {
    .slider-img {
        max-height: 450px;
    }
}

@media (max-width: 767px) {
    .slider-img {
        max-height: 350px;
    }
}

.carousel-item {
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Premium Footer Styles */
.premium-footer {
    background: #0a0a0a; /* Derin Siyah */
    color: #ffffff;
    padding: 60px 0 30px;
    position: relative;
    border-top: 5px solid #eb2145; /* Kurumsal Kırmızı Çizgi */
}


.footer-column-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.footer-column-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #eb2145;
    border-radius: 2px;
}

.footer-logo {
    height: 60px;
    margin-bottom: 20px;
}

.footer-description {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links a i {
    font-size: 0.8rem;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-links a:hover i {
    transform: translateX(3px);
    color: #eb2145;
}

.social-circle-links {
    display: flex;
    gap: 12px;
}

.social-circle-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-circle-link:hover {
    background: #eb2145;
    transform: translateY(-5px);
    border-color: #eb2145;
    box-shadow: 0 5px 15px rgba(235, 33, 69, 0.4);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon {
    width: 35px;
    height: 35px;
    background: rgba(235, 33, 69, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eb2145;
    flex-shrink: 0;
}

.contact-text {
    color: #ccc;
    font-size: 0.95rem;
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.copyright-text {
    color: #64748b;
    font-size: 0.9rem;
}

/* Premium Tours Page Styles */
.tour-grid-section {
    background: #f8fafc;
    padding-top: 50px;
}

.search-filter-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    margin-bottom: 50px;
    border: 1px solid #f1f5f9;
}

.search-filter-wrapper label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.search-filter-wrapper select, 
.search-filter-wrapper input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    font-weight: 500;
    transition: all 0.3s ease;
}

.search-filter-wrapper select:focus, 
.search-filter-wrapper input:focus {
    border-color: #eb2145;
    box-shadow: 0 0 0 4px rgba(235, 33, 69, 0.1);
    outline: none;
}

.btn-search-premium {
    background: #eb2145;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 700;
    width: 100%;
    transition: all 0.3s ease;
    margin-top: 25px;
}

.btn-search-premium:hover {
    background: #c91b3a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(235, 33, 69, 0.3);
    color: #fff;
}

.tour-categories-section {
    margin-bottom: 30px;
}

.tour-category-pill {
    padding: 10px 24px;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
    color: #64748b;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    background: #fff;
}

.tour-category-pill:hover, .tour-category-pill.active {
    border-color: #eb2145;
    background: #eb2145;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(235, 33, 69, 0.2);
    text-decoration: none;
}

/* Redesigned Tour Card */
.premium-tour-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.premium-tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.tour-card-img-wrap {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.tour-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.premium-tour-card:hover .tour-card-img-wrap img {
    transform: scale(1.1);
}

.tour-floating-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
}

.glass-badge {
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.85);
    color: #0f172a;
    border: 1px solid rgba(255,255,255,0.2);
}

.badge-featured-gold {
    background: #fbbf24;
    color: #000;
}

.badge-discount-red {
    background: #eb2145;
    color: #fff;
}

.tour-card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tour-card-cat {
    color: #eb2145;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tour-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #1e293b;
    text-decoration: none;
}

.tour-card-title:hover {
    color: #eb2145;
}

.tour-card-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    color: #64748b;
    font-size: 0.85rem;
}

.tour-card-meta i {
    color: #eb2145;
    margin-right: 5px;
}

.tour-card-footer {
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour-card-price-wrap .old-price {
    font-size: 0.85rem;
    text-decoration: line-through;
    color: #94a3b8;
    display: block;
}

.tour-card-price-wrap .price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
}

.btn-tour-detail {
    background: #eb2145;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-tour-detail:hover {
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
}


/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(235, 33, 69, 0.4);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #1e293b;
    transform: translateY(-5px);
}

.back-to-top i {
    font-size: 20px;
}
