/* =============================================================================
   KAYAK SİTESİ - Özel Stiller
   ============================================================================= */

/* =============================================================================
   HERO SLIDER - Kayak Merkezi Bilgileri (2x2 Grid Layout)
   ============================================================================= */

/* Resort Stats Grid Container */
.ct-resort-stats-grid {
    padding-top: 80px;
    padding-bottom: 40px;
}

/* Her satır için */
.ct-stat-row-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}

/* Her stat item */
.ct-stat-item {
    display: flex;
    align-items: center;
    position: relative;
}

/* Sol taraftaki label - çizginin üstünde */
.ct-stat-label-left {
    position: absolute;
    top: 15px;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Sağ taraftaki label - çizginin üstünde */
.ct-stat-label-right {
    position: absolute;
    top: 15px;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Sol çizgi */
.ct-stat-line-left {
    width: 130px;
    height: 3px;
    background: rgba(200, 70, 70, 0.95);
    margin-right: -10px;
}

/* Sağ çizgi */
.ct-stat-line-right {
    width: 130px;
    height: 3px;
    background: rgba(200, 70, 70, 0.95);
    margin-left: -10px;
}

/* Daireler */
.ct-stat-circle {
    width: 90px;
    height: 90px;
    border: 4px solid rgba(200, 70, 70, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: rgba(55, 55, 55, 0.85);
    text-align: center;
    line-height: 1.2;
    flex-shrink: 0;
    margin: 0 8px;
}

.ct-stat-circle i {
    font-size: 32px;
    color: #fff;
}

.ct-stat-weather {
    background: rgba(55, 55, 55, 0.85);
}

.ct-stat-temp {
    font-size: 18px;
    font-weight: 600;
}

.ct-stat-snow {
    font-size: 22px;
    font-weight: 700;
}

.ct-stat-lift {
    font-size: 28px;
    font-weight: 700;
}

/* Resort Title - Sağ Taraf */
.ct-resort-title {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}

.ct-resort-title small {
    display: block;
    font-size: 48px;
    color: #c84646;
    font-weight: 400;
    margin-top: 5px;
    font-style: italic;
}

.ct-resort-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 550px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.ct-resort-detail-link {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    margin-top: 20px;
}

.ct-resort-detail-link i {
    margin-right: 10px;
    color: #fff;
}

.ct-resort-detail-link a {
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}

.ct-resort-detail-link a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

/* Thumbnail Slider */
.ct-slick--thumbs {
    background: rgba(0,0,0,0.3);
    padding: 10px 60px;
}

.ct-thumb-item {
    padding: 5px;
}

.ct-thumb-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.ct-thumb-image {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.ct-thumb-link:hover .ct-thumb-image {
    transform: scale(1.1);
}

.ct-thumb-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(200, 70, 70, 0.9));
    padding: 30px 10px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.ct-thumb-number {
    margin-right: 3px;
}

.ct-thumb-name {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Slick Arrow Override for Thumbs */
.ct-slick--thumbs .slick-prev,
.ct-slick--thumbs .slick-next {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border-radius: 3px;
    z-index: 10;
}

.ct-slick--thumbs .slick-prev {
    left: 10px;
}

.ct-slick--thumbs .slick-next {
    right: 10px;
}

.ct-slick--thumbs .slick-prev:before,
.ct-slick--thumbs .slick-next:before {
    color: #333;
    font-size: 20px;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 991px) {
    .ct-resort-title {
        font-size: 36px;
    }
    
    .ct-resort-title small {
        font-size: 32px;
    }
    
    .ct-stat-circle {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
    
    .ct-stat-line {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .ct-resort-stats {
        padding-top: 20px;
    }
    
    .ct-resort-title {
        font-size: 28px;
        text-align: center;
    }
    
    .ct-resort-title small {
        font-size: 24px;
    }
    
    .ct-resort-status,
    .ct-resort-detail-link {
        text-align: center;
    }
    
    .ct-thumb-image {
        height: 80px;
    }
    
    .ct-slick--thumbs {
        padding: 10px 40px;
    }
}

/* =============================================================================
   COMPONENT LIBRARY PAGE
   ============================================================================= */

.component-section {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.component-section:last-child {
    border-bottom: none;
}

.component-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c84646;
    display: inline-block;
}

.component-demo {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* =============================================================================
   GENERAL OVERRIDES
   ============================================================================= */

/* Primary Color Override */
.btn-motive,
.ct-u-background--motive {
    background-color: #c84646 !important;
}

.ct-u-color--motive,
a.ct-u-color--motive {
    color: #c84646 !important;
}

/* Section Headers */
.ct-section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

/* Card Hover Effects */
.ct-resort-card:hover,
.ct-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.ct-resort-card,
.ct-blog-card {
    transition: all 0.3s ease;
}

/* =============================================================================
   LANGUAGE DROPDOWN STYLES
   ============================================================================= */

/* Dil Dropdown Container */
.ct-language-dropdown .dropdown-menu {
    min-width: 180px;
    padding: 10px 0;
    margin-top: 10px;
    background: rgba(40, 40, 40, 0.98);
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    left: auto;
    right: -20px;
}

/* Dropdown ok işareti */
.ct-language-dropdown .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 35px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(40, 40, 40, 0.98);
}

/* Dil seçenekleri */
.ct-language-dropdown .dropdown-menu li {
    margin: 0;
}

.ct-language-dropdown .dropdown-menu li a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ct-language-dropdown .dropdown-menu li a:hover {
    background: rgba(200, 70, 70, 0.3);
    color: #fff;
    padding-left: 25px;
}

/* Aktif dil */
.ct-language-dropdown .dropdown-menu li.active a {
    background: rgba(200, 70, 70, 0.5);
    color: #fff;
}



/* Bayrak emoji stil */
.ct-language-dropdown .dropdown-menu li a {
    gap: 10px;
}

/* =============================================================================
   NEWS BOX - Haberler ve Duyurular
   ============================================================================= */

.ct-newsBox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.ct-newsBox:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* Tarih Kutusu */
.ct-newsBox__date {
    flex-shrink: 0;
    width: 65px;
    text-align: center;
    margin-right: 20px;
}

.ct-newsBox__day {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    background: #c84646;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 5px 5px 0 0;
}

.ct-newsBox__month {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #333;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px;
}

/* İçerik */
.ct-newsBox__content {
    flex: 1;
}

.ct-newsBox__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.ct-newsBox__title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ct-newsBox__title a:hover {
    color: #c84646;
}

.ct-newsBox__meta {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.ct-newsBox__meta i {
    color: #c84646;
    margin-right: 5px;
}

.ct-newsBox__excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Slider Okları */
.ct-slick-arrows {
    display: inline-block;
}

.ct-slick-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #333;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ct-slick-arrow:hover {
    background: #c84646;
}

.ct-slick-arrow--prev {
    border-radius: 3px 0 0 3px;
}

.ct-slick-arrow--next {
    border-radius: 0 3px 3px 0;
}

/* =============================================================================
   TÜM KAYAK MERKEZLERİ SECTİON
   ============================================================================= */

.ct-allResorts {
    background: #333;
}

.ct-allResorts__title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

/* Resort Cards Slider */
.ct-resortCards-slider {
    margin: 0 -15px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.ct-resortCard-slide {
    padding: 0 15px;
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .ct-resortCard-slide {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 991px) {
    .ct-resortCard-slide {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .ct-resortCard-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Slick aktif olduğunda flex'i devre dışı bırak */
.ct-resortCards-slider.slick-initialized {
    display: block;
    overflow: visible;
}

.ct-resortCards-slider.slick-initialized .ct-resortCard-slide {
    flex: none;
    max-width: none;
}

/* Resort Card */
.ct-resortCard {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.ct-resortCard__image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.ct-resortCard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ct-resortCard:hover .ct-resortCard__image img {
    transform: scale(1.05);
}

.ct-resortCard__content {
    padding: 20px;
    text-align: center;
}

.ct-resortCard__name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.ct-resortCard__weather {
    font-size: 14px;
    color: #666;
    margin: 0 0 15px 0;
}

.ct-resortCard__info {
    font-size: 14px;
    color: #666;
    margin: 0 0 8px 0;
}

.ct-resortCard__info strong {
    color: #333;
    font-weight: 600;
}

.ct-resortCard__btn {
    margin-top: 15px;
    display: inline-block;
}

/* Slick Slider düzenlemeleri */
.ct-resortCards-slider .slick-list {
    margin: 0;
    padding: 0 !important;
}

.ct-resortCards-slider .slick-track {
    display: flex !important;
}

.ct-resortCards-slider .slick-slide {
    height: auto;
}

.ct-resortCards-slider .slick-slide > div {
    height: 100%;
}

/* Slick default okları gizle */
.ct-resortCards-slider .slick-prev,
.ct-resortCards-slider .slick-next {
    display: none !important;
}

/* =============================================================================
   FOOTER STİLLERİ
   ============================================================================= */

/* Footer sosyal medya - yuvarlak ikonlar */
.ct-socials--circle {
    margin-top: 20px;
}

.ct-socials--circle li {
    display: inline-block;
    margin-right: 10px;
}

.ct-socials--circle li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 2px solid #444;
}

.ct-socials--circle li a:hover {
    background: #c84646;
    border-color: #c84646;
    color: #fff;
}

/* Footer text küçük */
.ct-footer__text--small {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Footer newsletter form */
.ct-footer__newsletter {
    margin-top: 15px;
}

.ct-footer__newsletter-input {
    margin-bottom: 15px;
}

.ct-footer__newsletter-input input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #444;
    background: transparent;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.ct-footer__newsletter-input input::placeholder {
    color: #888;
}

.ct-footer__newsletter-input input:focus {
    outline: none;
    border-color: #c84646;
}

/* Footer contact info */
.ct-footer__contact-info li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
}

.ct-footer__contact-info li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #c84646;
}

.ct-footer__contact-info li a {
    color: #c84646;
}

.ct-footer__contact-info li a:hover {
    text-decoration: underline;
}

/* Footer links altı çizgili */
.ct-footer__links li {
    border-bottom: 1px solid #444;
    padding: 10px 0;
}

.ct-footer__links li:last-child {
    border-bottom: none;
}

.ct-footer__links li a {
    color: #aaa;
    transition: color 0.2s ease;
}

.ct-footer__links li a:hover {
    color: #fff;
}

/* Copyright */
.ct-copyright {
    border-top: 1px solid #444;
    padding: 20px 0;
    margin-top: 40px;
}

.ct-copyright p {
    margin: 0;
    color: #888;
}

.ct-copyright .list-inline li {
    margin-left: 20px;
}

.ct-copyright .list-inline li a {
    color: #c84646;
}

.ct-copyright .list-inline li a:hover {
    text-decoration: underline;
}
