
.spot-wide-container {
    width: 100%;
}

.spot-wide-container .spot-wide-image-wrapper {
    position: relative;
    overflow: hidden;
}

.spot-wide-container .spot-wide-image-wrapper img:not(.virtual-tour-icon) {
    transition: transform 0.3s ease;
}


/* Skeleton Loading Styles */
.spot-wide-container .image-skeleton,
.spot-wide-container .slider-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    z-index: 5;
    overflow: hidden;
}

.spot-wide-container .skeleton-shimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.4) 50%, 
        rgba(255, 255, 255, 0) 100%);
    animation: shimmer 1.5s infinite;
    will-change: transform;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.spot-wide-container .image-skeleton.hidden,
.spot-wide-container .slider-skeleton.hidden {
    display: none !important;
}

/* Google Maps için hover efektini tamamen kaldır */
.spot-wide-container .spot-wide-image-wrapper [id^="map-"] {
    pointer-events: auto;
    transform: none !important;
}

.spot-wide-container .spot-wide-image-wrapper:hover [id^="map-"] {
    transform: none !important;
}

.spot-wide-container .content-wrapper {
    position: relative;
    overflow: hidden;
}

.spot-wide-container .content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    pointer-events: none;
    z-index: 0;
}

.spot-wide-container .content-wrapper > * {
    position: relative;
    z-index: 1;
}

.spot-wide-container .content-header {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
}

.spot-wide-container .btn {
    border-radius: 0.375rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.spot-wide-container .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.spot-wide-container .btn-white {
    background-color: white;
    color: #333;
    border: 1px solid white;
}

.spot-wide-container .btn-white:hover {
    background-color: #f8f9fa;
    color: #333;
}

/* Detail Button Styles */
.spot-wide-container .detail-button-container {
    margin-top: 1.25rem;
    width: 100%;
}

.spot-wide-container .btn-detail-spot {
    background: transparent;
    border: 1px solid rgba(62, 61, 60, 0.3);
    color: #3e3d3c;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    border-radius: 0.375rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
}

.spot-wide-container .btn-detail-spot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #3e3d3c;
    transition: width 0.3s ease;
    z-index: 0;
}

.spot-wide-container .btn-detail-spot:hover::before {
    width: 100%;
}

.spot-wide-container .btn-detail-spot:hover {
    border-color: #3e3d3c;
    color: #fff;
    box-shadow: 0 5px 15px rgba(62, 61, 60, 0.15);
    transform: translateY(-2px);
}

.spot-wide-container .btn-detail-spot:active {
    transform: translateY(0);
}

.spot-wide-container .detail-button-text {
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.spot-wide-container .detail-button-icon {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.spot-wide-container .btn-detail-spot:hover .detail-button-icon {
    transform: translateX(4px);
}

/* RTL Layout - Detail Button */
.spot-wide-container.rtl-layout .btn-detail-spot:hover .detail-button-icon {
    transform: translateX(-4px);
}

.spot-wide-container .features-list {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    width: 100%;
}

.spot-wide-container .feature-item-wrapper {
    margin-bottom: 0;
}

.spot-wide-container .feature-item {
    padding-bottom: 0.5rem;
    justify-content: space-between;
    border-bottom: none;
}

.spot-wide-container .feature-item:last-child {
    padding-bottom: 0;
}

.spot-wide-container .feature-separator {
    margin: 0.5rem 0;
    border: none;
    border-top: 1px solid rgba(180, 180, 180, 0.2);
    opacity: 1;
    width: 100%;
}

.spot-wide-container .feature-item-wrapper:last-child .feature-separator {
    display: none;
}

.spot-wide-container .feature-key {
    font-size: 0.9rem;
    text-align: left;
    flex: 0 0 auto;
}

.spot-wide-container .feature-icon {
    font-size: 1rem;
    opacity: 0.9;
    flex-shrink: 0;
}

.spot-wide-container .feature-value {
    font-size: 0.9rem;
    text-align: right;
    flex: 0 0 auto;
}

/* RTL Layout Styles */
.spot-wide-container.rtl-layout {
    direction: rtl;
}

.spot-wide-container.rtl-layout .feature-key {
    text-align: right;
}

.spot-wide-container.rtl-layout .feature-value {
    text-align: left;
}

    /* Read More Styling */
    .spot-wide-container .read-more-btn {
        color: var(--description-color, #333);
        text-decoration: underline;
        cursor: pointer;
        font-size: inherit;
        background: none;
        border: none;
        padding: 0;
        margin-left: 0.25rem;
        transition: opacity 0.3s ease;
    }

    .spot-wide-container .read-more-btn:hover {
        opacity: 0.8;
    }

    /* Button Side Text Yansıma Efekti - Loop */
    .spot-wide-container .button-side-text {
        position: relative;
        overflow: hidden;
    }

    .spot-wide-container .button-side-text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        animation: shimmer 3s infinite;
        will-change: transform;
    }

    @keyframes shimmer {
        0% {
            transform: translateX(-100%);
        }
        50% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(100%);
        }
    }

/* Mobile Responsive */
@media (max-width: 768px) {
    /* Mobile container düzenlemesi - çerçeve ve boşluklar */
    .spot-wide-container {
        margin: 1rem !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
        background-color: #fff !important;
        border: 2px solid #e9ecef !important;
        width: calc(100% - 2rem) !important;
        max-width: none !important;
    }
    
    /* Mobile skeleton düzenlemesi */
    .spot-wide-container .image-skeleton,
    .spot-wide-container .slider-skeleton {
        border-radius: 12px 12px 0 0 !important;
    }
    
    .spot-wide-container .row {
        margin: 0 !important;
        --bs-gutter-x: 0 !important;
        flex-direction: column !important;
    }
    
    .spot-wide-container .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }
    
    .spot-wide-container .content-header {
        font-size: 1.4rem !important;
        line-height: 1.2;
        margin-bottom: 1.5rem !important;
    }
    
    .spot-wide-container .content-description {
        width: 100% !important;
        padding: 0 1.5rem;
    }
    
    .spot-wide-container .content-description p {
        font-size: 0.9rem !important;
        line-height: 1.5;
        margin-bottom: 1rem !important;
    }
    
    .spot-wide-container .features-list {
        padding-top: 0.75rem;
        margin-bottom: 1.5rem !important;
    }
    
    .spot-wide-container .feature-item {
        padding-bottom: 0.75rem;
        margin-bottom: 0 !important;
    }
    
    .spot-wide-container .feature-separator {
        margin: 0.75rem 0 !important;
        border-top-width: 2px !important;
        border-top-color: rgba(180, 180, 180, 0.6) !important;
        opacity: 1 !important;
    }
    
    .spot-wide-container .feature-icon {
        font-size: 0.9rem !important;
    }
    
    .spot-wide-container .feature-key,
    .spot-wide-container .feature-value {
        font-size: 0.8rem !important;
        line-height: 1.4;
    }
    
    .spot-wide-container .feature-key {
        max-width: 40% !important;
        flex: 0 0 40% !important;
    }
    
    .spot-wide-container .feature-value {
        max-width: 60% !important;
        flex: 0 0 60% !important;
        text-align: right !important;
        word-wrap: break-word !important;
    }
    
    .spot-wide-container .btn {
        width: 100% !important;
        padding: 0.75rem 1rem !important;
        font-size: 0.9rem !important;
    }
    
    .spot-wide-container .detail-button-container .btn {
        width: 100% !important;
        padding: 0.6rem 1rem !important;
        font-size: 0.85rem !important;
    }
    
    .spot-wide-container .btn-detail-spot {
        min-width: auto !important;
        width: 100% !important;
        padding: 0.6rem 1rem !important;
        font-size: 0.85rem !important;
        gap: 0.4rem !important;
    }
    
    .spot-wide-container .detail-button-icon {
        font-size: 1rem !important;
    }
    
    .spot-wide-container .button-side-text {
        font-size: 0.8rem !important;
        line-height: 1.4;
    }
    
    .spot-wide-container .button-container {
        flex-direction: column !important;
        gap: 0.75rem !important;
        align-items: center !important;
    }
    
    .spot-wide-container .button-side-text-only {
        margin-top: 1rem !important;
    }
    
    /* Image wrapper mobile'da düzenle - 16:9 aspect ratio */
    .spot-wide-container .spot-wide-image-wrapper {
        height: auto !important;
        min-height: auto !important;
        aspect-ratio: 16/9 !important;
        border-radius: 12px 12px 0 0 !important;
        overflow: hidden !important;
    }
    
    /* Content area mobile'da düzenle */
    .spot-wide-container .col-12.col-lg-6.bg-blue {
        padding: 2rem 1.5rem !important;
        border-radius: 0 0 12px 12px !important;
        margin-top: 0 !important;
    }
    
    /* Slider mobile responsive düzeltmeleri - parent wrapper'ın yüksekliğine uy */
    .spot-wide-container .slider-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 12px 12px 0 0 !important;
        overflow: hidden !important;
    }
    
    .spot-wide-container .slider-images {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 12px 12px 0 0 !important;
    }
    
    .spot-wide-container .slider-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        border-radius: 12px 12px 0 0 !important;
        opacity: 0 !important;
        transition: opacity 0.5s ease-in-out !important;
    }
    
    .spot-wide-container .slider-image.active {
        opacity: 1 !important;
    }
    
    /* Normal resim için de border radius ve tam yükseklik */
    .spot-wide-container .spot-wide-image-wrapper img:not(.virtual-tour-icon) {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 12px 12px 0 0 !important;
    }
    
    /* Google Maps için border radius - parent wrapper'ın yüksekliğine uy */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] {
        height: 100% !important;
        border-radius: 12px 12px 0 0 !important;
    }
}

/* Extra Small Mobile Responsive */
@media (max-width: 417px) {
    /* Extra small mobile container düzenlemesi */
    .content-wrapper {
        padding: 1rem !important;
    }
    .spot-wide-container {
        margin: 0.5rem !important;
        border-radius: 8px !important;
        border: 2px solid #e9ecef !important;
        width: calc(100% - 1rem) !important;
        max-width: none !important;
    }
    
    /* Extra small mobile skeleton düzenlemesi */
    .spot-wide-container .image-skeleton,
    .spot-wide-container .slider-skeleton {
        border-radius: 8px 8px 0 0 !important;
    }
    
    .spot-wide-container .content-header {
        font-size: 1.1rem !important;
        line-height: 1.1;
        margin-bottom: 0.75rem !important;
    }
    
    .spot-wide-container .content-description {
        padding: 0 0.75rem !important;
    }
    
    .spot-wide-container .content-description p {
        font-size: 0.8rem !important;
        line-height: 1.4;
        margin-bottom: 0.75rem !important;
    }
    
    .spot-wide-container .features-list {
        padding-top: 0.5rem;
        margin-bottom: 0.75rem !important;
    }
    
    .spot-wide-container .feature-item {
        padding-bottom: 0.5rem;
        margin-bottom: 0 !important;
    }
    
    .spot-wide-container .feature-separator {
        margin: 0.5rem 0 !important;
        border-top-width: 1px !important;
        border-top-color: rgba(180, 180, 180, 0.2) !important;
        opacity: 1 !important;
    }
    
    .spot-wide-container .feature-icon {
        font-size: 0.85rem !important;
    }
    
    .spot-wide-container .feature-key,
    .spot-wide-container .feature-value {
        font-size: 0.7rem !important;
        line-height: 1.3;
    }
    
    .spot-wide-container .feature-key {
        max-width: 35% !important;
        flex: 0 0 35% !important;
    }
    
    .spot-wide-container .feature-value {
        max-width: 65% !important;
        flex: 0 0 65% !important;
        text-align: right !important;
        word-wrap: break-word !important;
    }
    
    .spot-wide-container .btn {
        padding: 0.5rem 0.75rem !important;
        font-size: 0.8rem !important;
    }
    
    .spot-wide-container .detail-button-container .btn {
        padding: 0.5rem 0.75rem !important;
        font-size: 0.75rem !important;
    }
    
    .spot-wide-container .btn-detail-spot {
        padding: 0.5rem 0.75rem !important;
        font-size: 0.75rem !important;
        gap: 0.3rem !important;
    }
    
    .spot-wide-container .detail-button-icon {
        font-size: 0.95rem !important;
    }
    
    .spot-wide-container .button-side-text {
        font-size: 0.7rem !important;
        line-height: 1.3;
    }
    
    /* Content padding'i extra small mobile'da kendi değerlerimle ayarla */
    .spot-wide-container .col-12.col-lg-6.bg-blue {
        padding: 1rem 0.75rem !important;
        border-radius: 0 0 8px 8px !important;
    }
    
    /* Image wrapper extra small mobile'da düzenle - 16:9 aspect ratio */
    .spot-wide-container .spot-wide-image-wrapper {
        height: auto !important;
        min-height: auto !important;
        aspect-ratio: 16/9 !important;
        border-radius: 8px 8px 0 0 !important;
        overflow: hidden !important;
    }
    
    /* Slider extra small mobile responsive düzeltmeleri - parent wrapper'ın yüksekliğine uy */
    .spot-wide-container .slider-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 8px 8px 0 0 !important;
        overflow: hidden !important;
    }
    
    .spot-wide-container .slider-images {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 8px 8px 0 0 !important;
    }
    
    .spot-wide-container .slider-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        border-radius: 8px 8px 0 0 !important;
        opacity: 0 !important;
        transition: opacity 0.5s ease-in-out !important;
    }
    
    .spot-wide-container .slider-image.active {
        opacity: 1 !important;
    }
    
    /* Normal resim için de border radius ve tam yükseklik */
    .spot-wide-container .spot-wide-image-wrapper img:not(.virtual-tour-icon) {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 8px 8px 0 0 !important;
    }
    
    /* Google Maps için border radius - parent wrapper'ın yüksekliğine uy */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] {
        height: 100% !important;
        border-radius: 8px 8px 0 0 !important;
    }
    
    /* Slider controls extra small mobile düzeltmesi */
    .spot-wide-container .slider-control {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
    }
    
    .spot-wide-container .slider-control.prev {
        left: 30px !important;
    }
    
    .spot-wide-container .slider-control.next {
        right: 30px !important;
    }
    
    /* Slider indicators extra small mobile düzeltmesi */
    .spot-wide-container .slider-indicators {
        bottom: 12px !important;
    }
    
    .spot-wide-container .indicator {
        width: 16px !important;
        height: 2px !important;
    }
}

/* Small Mobile Responsive */
@media (max-width: 480px) {
    /* Small mobile container düzenlemesi */
    .spot-wide-container {
        margin: 0.75rem !important;
        border-radius: 10px !important;
        border: 2px solid #e9ecef !important;
        width: calc(100% - 1.5rem) !important;
        max-width: none !important;
    }
    
    /* Small mobile skeleton düzenlemesi */
    .spot-wide-container .image-skeleton,
    .spot-wide-container .slider-skeleton {
        border-radius: 10px 10px 0 0 !important;
    }
    
    .spot-wide-container .content-header {
        font-size: 1.2rem !important;
        line-height: 1.1;
        margin-bottom: 1rem !important;
    }
    
    .spot-wide-container .content-description {
        padding: 0 1rem !important;
    }
    
    .spot-wide-container .content-description p {
        font-size: 0.85rem !important;
        line-height: 1.4;
        margin-bottom: 0.75rem !important;
    }
    
    .spot-wide-container .features-list {
        padding-top: 0.5rem;
        margin-bottom: 1rem !important;
    }
    
    .spot-wide-container .feature-item {
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem !important;
    }
    
    .spot-wide-container .feature-key,
    .spot-wide-container .feature-value {
        font-size: 0.75rem !important;
        line-height: 1.3;
    }
    
    .spot-wide-container .feature-key {
        max-width: 35% !important;
        flex: 0 0 35% !important;
    }
    
    .spot-wide-container .feature-value {
        max-width: 65% !important;
        flex: 0 0 65% !important;
        text-align: right !important;
        word-wrap: break-word !important;
    }
    
    .spot-wide-container .btn {
        padding: 0.6rem 0.8rem !important;
        font-size: 0.85rem !important;
    }
    
    .spot-wide-container .detail-button-container .btn {
        padding: 0.6rem 0.8rem !important;
        font-size: 0.8rem !important;
    }
    
    .spot-wide-container .btn-detail-spot {
        padding: 0.6rem 0.8rem !important;
        font-size: 0.8rem !important;
        gap: 0.4rem !important;
    }
    
    .spot-wide-container .detail-button-icon {
        font-size: 1rem !important;
    }
    
    .spot-wide-container .button-side-text {
        font-size: 0.75rem !important;
        line-height: 1.3;
    }
    
    /* Content padding'i small mobile'da kendi değerlerimle ayarla */
    .spot-wide-container .col-12.col-lg-6.bg-blue {
        padding: 1.5rem 1rem !important;
        border-radius: 0 0 10px 10px !important;
    }
    
    /* Image wrapper small mobile'da düzenle - 16:9 aspect ratio */
    .spot-wide-container .spot-wide-image-wrapper {
        height: auto !important;
        min-height: auto !important;
        aspect-ratio: 16/9 !important;
        border-radius: 10px 10px 0 0 !important;
        overflow: hidden !important;
    }
    
    /* Slider small mobile responsive düzeltmeleri - parent wrapper'ın yüksekliğine uy */
    .spot-wide-container .slider-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px 10px 0 0 !important;
        overflow: hidden !important;
    }
    
    .spot-wide-container .slider-images {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px 10px 0 0 !important;
    }
    
    .spot-wide-container .slider-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        border-radius: 10px 10px 0 0 !important;
        opacity: 0 !important;
        transition: opacity 0.5s ease-in-out !important;
    }
    
    .spot-wide-container .slider-image.active {
        opacity: 1 !important;
    }
    
    /* Normal resim için de border radius ve tam yükseklik */
    .spot-wide-container .spot-wide-image-wrapper img:not(.virtual-tour-icon) {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 10px 10px 0 0 !important;
    }
    
    /* Google Maps için border radius - parent wrapper'ın yüksekliğine uy */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] {
        height: 100% !important;
        border-radius: 10px 10px 0 0 !important;
    }
}

/* Tablet Responsive */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet'te kart tasarımı - mobil gibi */
    .spot-wide-container {
        margin: 1rem !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
        background-color: #fff !important;
        border: 2px solid #e9ecef !important;
        width: calc(100% - 2rem) !important;
        max-width: none !important;
    }
    
    /* Tablet skeleton düzenlemesi */
    .spot-wide-container .image-skeleton,
    .spot-wide-container .slider-skeleton {
        border-radius: 12px 12px 0 0 !important;
    }
    
    .spot-wide-container .row {
        margin: 0 !important;
        --bs-gutter-x: 0 !important;
        flex-direction: column !important;
    }
    
    .spot-wide-container .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }
    
    /* Image position right ise resmi yukarıda tut */
    .spot-wide-container .spot-wide-image-wrapper {
        order: 1 !important;
    }
    
    .spot-wide-container .col-12.col-lg-6.bg-blue {
        order: 2 !important;
    }
    
    .spot-wide-container .content-header {
        font-size: 1.6rem !important;
        line-height: 1.25;
        margin-bottom: 2rem !important;
    }
    
    .spot-wide-container .content-description {
        width: 100% !important;
        padding: 0 1.5rem;
    }
    
    .spot-wide-container .content-description p {
        font-size: 0.95rem !important;
        line-height: 1.5;
        margin-bottom: 1.25rem !important;
    }
    
    .spot-wide-container .features-list {
        padding-top: 0.875rem;
        margin-bottom: 2rem !important;
    }
    
    .spot-wide-container .feature-item {
        padding-bottom: 0.625rem;
        margin-bottom: 0.625rem !important;
    }
    
    .spot-wide-container .feature-key,
    .spot-wide-container .feature-value {
        font-size: 0.85rem !important;
        line-height: 1.4;
    }
    
    .spot-wide-container .feature-key {
        max-width: 40% !important;
        flex: 0 0 40% !important;
    }
    
    .spot-wide-container .feature-value {
        max-width: 60% !important;
        flex: 0 0 60% !important;
        text-align: right !important;
        word-wrap: break-word !important;
    }
    
    .spot-wide-container .btn {
        padding: 0.7rem 1.2rem !important;
        font-size: 0.9rem !important;
    }
    
    .spot-wide-container .detail-button-container .btn {
        padding: 0.65rem 1.2rem !important;
        font-size: 0.85rem !important;
    }
    
    .spot-wide-container .btn-detail-spot {
        padding: 0.65rem 1.2rem !important;
        font-size: 0.85rem !important;
        gap: 0.45rem !important;
    }
    
    .spot-wide-container .detail-button-icon {
        font-size: 1.05rem !important;
    }
    
    .spot-wide-container .button-side-text {
        font-size: 0.85rem !important;
        line-height: 1.4;
    }
    
    /* Content padding'i tablet'te kendi değerlerimle ayarla */
    .spot-wide-container .col-12.col-lg-6.bg-blue {
        padding: 2.5rem 1.5rem !important;
        border-radius: 0 0 12px 12px !important;
    }
    
    /* Image wrapper tablet'te düzenle - 16:9 aspect ratio */
    .spot-wide-container .spot-wide-image-wrapper {
        height: auto !important;
        min-height: auto !important;
        aspect-ratio: 16/9 !important;
        border-radius: 12px 12px 0 0 !important;
        overflow: hidden !important;
    }
    
    /* Slider tablet responsive düzeltmeleri - parent wrapper'ın yüksekliğine uy */
    .spot-wide-container .slider-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 12px 12px 0 0 !important;
        overflow: hidden !important;
    }
    
    .spot-wide-container .slider-images {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 12px 12px 0 0 !important;
    }
    
    .spot-wide-container .slider-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        border-radius: 12px 12px 0 0 !important;
        opacity: 0 !important;
        transition: opacity 0.5s ease-in-out !important;
    }
    
    .spot-wide-container .slider-image.active {
        opacity: 1 !important;
    }
    
    /* Normal resim için de border radius ve tam yükseklik */
    .spot-wide-container .spot-wide-image-wrapper img:not(.virtual-tour-icon) {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 12px 12px 0 0 !important;
    }
    
    /* Google Maps için border radius - parent wrapper'ın yüksekliğine uy */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] {
        height: 100% !important;
        border-radius: 12px 12px 0 0 !important;
    }
}

/* Medium Desktop Responsive - 992px altı */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Orta boyutlu ekranlarda da kart tasarımı */
    .spot-wide-container {
        margin: 1rem !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
        background-color: #fff !important;
        border: 2px solid #e9ecef !important;
        width: calc(100% - 2rem) !important;
        max-width: none !important;
    }
    
    /* Orta boyutlu ekran skeleton düzenlemesi */
    .spot-wide-container .image-skeleton,
    .spot-wide-container .slider-skeleton {
        border-radius: 12px 12px 0 0 !important;
    }
    
    .spot-wide-container .row {
        margin: 0 !important;
        --bs-gutter-x: 0 !important;
        flex-direction: column !important;
    }
    
    .spot-wide-container .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }
    
    /* Image position right ise resmi yukarıda tut */
    .spot-wide-container .spot-wide-image-wrapper {
        order: 1 !important;
    }
    
    .spot-wide-container .col-12.col-lg-6.bg-blue {
        order: 2 !important;
    }
    
    .spot-wide-container .content-header {
        font-size: 1.7rem !important;
        line-height: 1.3;
        margin-bottom: 2.25rem !important;
    }
    
    .spot-wide-container .content-description {
        width: 100% !important;
        padding: 0 1.5rem;
    }
    
    .spot-wide-container .content-description p {
        font-size: 0.98rem !important;
        line-height: 1.55;
        margin-bottom: 1.35rem !important;
    }
    
    .spot-wide-container .features-list {
        padding-top: 0.9rem;
        margin-bottom: 2.25rem !important;
    }
    
    .spot-wide-container .feature-item {
        padding-bottom: 0.55rem;
        margin-bottom: 0.55rem !important;
    }
    
    .spot-wide-container .feature-key,
    .spot-wide-container .feature-value {
        font-size: 0.88rem !important;
        line-height: 1.42;
    }
    
    .spot-wide-container .feature-key {
        max-width: 40% !important;
        flex: 0 0 40% !important;
    }
    
    .spot-wide-container .feature-value {
        max-width: 60% !important;
        flex: 0 0 60% !important;
        text-align: right !important;
        word-wrap: break-word !important;
    }
    
    .spot-wide-container .btn {
        padding: 0.75rem 1.35rem !important;
        font-size: 0.95rem !important;
    }
    
    .spot-wide-container .detail-button-container .btn {
        padding: 0.7rem 1.35rem !important;
        font-size: 0.9rem !important;
    }
    
    .spot-wide-container .btn-detail-spot {
        padding: 0.7rem 1.35rem !important;
        font-size: 0.9rem !important;
        gap: 0.5rem !important;
    }
    
    .spot-wide-container .detail-button-icon {
        font-size: 1.1rem !important;
    }
    
    .spot-wide-container .button-side-text {
        font-size: 0.88rem !important;
        line-height: 1.42;
    }
    
    /* Content padding'i orta boyutlu ekranlarda ayarla */
    .spot-wide-container .col-12.col-lg-6.bg-blue {
        padding: 2.75rem 1.5rem !important;
        border-radius: 0 0 12px 12px !important;
    }
    
    /* Image wrapper orta boyutlu ekranlarda düzenle - 16:9 aspect ratio */
    .spot-wide-container .spot-wide-image-wrapper {
        height: auto !important;
        min-height: auto !important;
        aspect-ratio: 16/9 !important;
        border-radius: 12px 12px 0 0 !important;
        overflow: hidden !important;
    }
    
    /* Slider orta boyutlu ekran responsive düzeltmeleri - parent wrapper'ın yüksekliğine uy */
    .spot-wide-container .slider-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 12px 12px 0 0 !important;
        overflow: hidden !important;
    }
    
    .spot-wide-container .slider-images {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 12px 12px 0 0 !important;
    }
    
    .spot-wide-container .slider-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        border-radius: 12px 12px 0 0 !important;
        opacity: 0 !important;
        transition: opacity 0.5s ease-in-out !important;
    }
    
    .spot-wide-container .slider-image.active {
        opacity: 1 !important;
    }
    
    /* Normal resim için de border radius ve tam yükseklik */
    .spot-wide-container .spot-wide-image-wrapper img:not(.virtual-tour-icon) {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 12px 12px 0 0 !important;
    }
    
    /* Google Maps için border radius - parent wrapper'ın yüksekliğine uy */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] {
        height: 100% !important;
        border-radius: 12px 12px 0 0 !important;
    }
}

/* Large Desktop Responsive */
@media (min-width: 1200px) {
    .spot-wide-container .content-header {
        font-size: 1.8rem !important;
        line-height: 1.3;
        margin-bottom: 2.5rem !important;
    }
    
    .spot-wide-container .content-description {
        width: 85% !important;
    }
    
    .spot-wide-container .content-description p {
        font-size: 1rem !important;
        line-height: 1.6;
        margin-bottom: 1.5rem !important;
    }
    
    .spot-wide-container .features-list {
        padding-top: 1rem;
        margin-bottom: 2.5rem !important;
    }
    
    .spot-wide-container .feature-item {
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem !important;
    }
    
    .spot-wide-container .feature-key,
    .spot-wide-container .feature-value {
        font-size: 0.9rem !important;
        line-height: 1.4;
    }
    
    .spot-wide-container .feature-key {
        max-width: 40% !important;
        flex: 0 0 40% !important;
    }
    
    .spot-wide-container .feature-value {
        max-width: 60% !important;
        flex: 0 0 60% !important;
        text-align: right !important;
        word-wrap: break-word !important;
    }
    
    .spot-wide-container .btn {
        padding: 0.75rem 1.5rem !important;
        font-size: 1rem !important;
    }
    
    .spot-wide-container .detail-button-container .btn {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9rem !important;
    }
    
    .spot-wide-container .btn-detail-spot {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9rem !important;
        gap: 0.5rem !important;
    }
    
    .spot-wide-container .detail-button-icon {
        font-size: 1.1rem !important;
    }
    
    .spot-wide-container .button-side-text {
        font-size: 0.9rem !important;
        line-height: 1.4;
    }
    
    /* Large desktop'ta kullanıcının değerlerini kullan - sadece 1200px+ ekranlarda */
    /* Bu breakpoint'te kullanıcının verdiği padding değerleri kullanılır */
    .spot-wide-container .col-12.col-lg-6.bg-blue {
        padding: 3rem 2rem !important;
    }
}

/* Slider Styling - yatay aspect ratio */
.spot-wide-container .spot-wide-image-wrapper {
    position: relative;
    min-height: 300px; /* Desktop için minimum yükseklik */
    aspect-ratio: 16/9;
}

.spot-wide-container .slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Taşmayı önle */
}

.spot-wide-container .slider-images {
    position: relative;
    width: 100%;
    height: 100%;
}

.spot-wide-container .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, background-image 0.3s ease-in-out;
}

.spot-wide-container .slider-image.active {
    opacity: 1;
}

/* Image Overlay for Fullscreen */
.spot-wide-container .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    z-index: 10;
}

.spot-wide-container .slider-image:hover .image-overlay {
    opacity: 1;
}

.spot-wide-container .fullscreen-icon {
    color: #fff;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 11;
    position: relative;
}

.spot-wide-container .slider-image:hover .fullscreen-icon {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.spot-wide-container .slider-virtual-tour {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0D172B;
    position: relative;
}

.spot-wide-container .virtual-tour-placeholder,
.slider-container-modal .virtual-tour-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    z-index: 5;
    overflow: hidden;
    box-sizing: border-box;
}

.spot-wide-container .virtual-tour-placeholder-bg,
.slider-container-modal .virtual-tour-placeholder-bg {
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    filter: blur(8px) brightness(0.4);
    z-index: 1;
}

.spot-wide-container .virtual-tour-placeholder.hidden,
.slider-container-modal .virtual-tour-placeholder.hidden {
    display: none;
}

.spot-wide-container .virtual-tour-placeholder-content,
.slider-container-modal .virtual-tour-placeholder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
    padding: 2rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* Arka plan efekti için */
.spot-wide-container .virtual-tour-placeholder::before,
.slider-container-modal .virtual-tour-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.spot-wide-container .virtual-tour-icon,
.slider-container-modal .virtual-tour-icon {
    width: 100px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    animation: float 6s ease-in-out infinite;
    filter: brightness(0) invert(1);
    flex-shrink: 1;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.spot-wide-container .virtual-tour-placeholder:hover .virtual-tour-icon,
.slider-container-modal .virtual-tour-placeholder:hover .virtual-tour-icon {
    opacity: 1;
    transform: scale(1.05);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.spot-wide-container .virtual-tour-content-title,
.slider-container-modal .virtual-tour-content-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 90%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    opacity: 0.9;
}

.spot-wide-container .virtual-tour-title,
.slider-container-modal .virtual-tour-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
    max-width: 90%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.spot-wide-container .virtual-tour-start-btn,
.slider-container-modal .virtual-tour-start-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.spot-wide-container .virtual-tour-start-btn:hover,
.slider-container-modal .virtual-tour-start-btn:hover {
    background-color: #fff;
    color: #0D172B;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: #fff;
}

.spot-wide-container .virtual-tour-start-btn:active,
.slider-container-modal .virtual-tour-start-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.spot-wide-container .virtual-tour-iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: auto;
}

.spot-wide-container .slider-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
    z-index: 10;
}

.spot-wide-container .indicator {
    width: 20px;
    height: 3px;
    border-radius: 2px;
    border: none;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.spot-wide-container .indicator:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.spot-wide-container .indicator.active {
    background-color: #fff;
    transform: scale(1.1);
}

.spot-wide-container .indicator-virtual-tour {
    background-color: #f7be62 !important;
}

.spot-wide-container .indicator-virtual-tour:hover {
    background-color: #f5b045 !important;
}

.spot-wide-container .indicator-virtual-tour.active {
    background-color: #f7be62 !important;
    box-shadow: 0 0 8px rgba(247, 190, 98, 0.6);
}

.spot-wide-container .slider-expand-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(13, 23, 43, 0.85);
    color: #fff;
    border: none;
    padding: 6px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    width: 32px;
    height: 32px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

.spot-wide-container .slider-container:hover .slider-expand-button {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.spot-wide-container .slider-expand-button:hover {
    background-color: rgba(13, 23, 43, 0.95);
    transform: scale(1.05);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.spot-wide-container .slider-expand-button:active {
    transform: scale(0.95);
}

.spot-wide-container .slider-expand-button svg {
    width: 14px;
    height: 14px;
}

.spot-wide-container .virtual-tour-button-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 15;
}

.spot-wide-container .virtual-tour-button {
    background-color: rgba(13, 23, 43, 0.9);
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.spot-wide-container .virtual-tour-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer-loop 3s infinite;
    z-index: 0;
    will-change: transform;
}

@keyframes shimmer-loop {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.spot-wide-container .virtual-tour-button > * {
    position: relative;
    z-index: 1;
}

.spot-wide-container .virtual-tour-status-badge {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.spot-wide-container .virtual-tour-status-badge.virtual-tour-offline {
    background-color: #6c757d;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.spot-wide-container .virtual-tour-status-badge.virtual-tour-online {
    background-color: #28a745;
    border: 2px solid rgba(255, 255, 255, 0.5);
    animation: pulse-online 2s infinite;
}

@keyframes pulse-online {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    50% {
        box-shadow: 0 0 0 4px rgba(40, 167, 69, 0);
    }
}

.spot-wide-container .virtual-tour-button:hover {
    background-color: rgba(13, 23, 43, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.spot-wide-container .virtual-tour-button:active {
    transform: translateY(0);
}

.spot-wide-container .virtual-tour-button-text {
    line-height: 1;
}

.spot-wide-container .virtual-tour-button svg {
    width: 16px;
    height: 16px;
    opacity: 0.9;
}

/* Slider Modal Styles */
.slider-modal {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1050 !important;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.slider-modal.show {
    display: flex !important;
}

/* Modal'ın container sınırlarını aşması için override */
.spot-wide-container .slider-modal,
.spot-wide-container ~ .slider-modal,
body > .slider-modal,
.cor-container .slider-modal,
.cor-container ~ .slider-modal {
    position: fixed !important;
    z-index: 1050 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* cor-container'ın modal'ı etkilememesi için */
.cor-container .slider-modal .slider-modal-dialog,
body > .slider-modal .slider-modal-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1055 !important;
}

.cor-container .slider-modal .slider-modal-backdrop,
body > .slider-modal .slider-modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 1040 !important;
}

.slider-modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1040 !important;
    animation: fadeIn 0.3s ease;
    margin: 0 !important;
    padding: 0 !important;
}

.slider-modal-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 95% !important;
    max-width: 1600px !important;
    height: 95vh !important;
    max-height: 1000px !important;
    z-index: 1055 !important;
    margin: 0 !important;
    animation: slideDown 0.3s ease;
    pointer-events: none;
}

.slider-modal-content {
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    pointer-events: auto;
}

.slider-modal-close-button-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10003;
}

.slider-modal-close-button {
    background-color: rgba(13, 23, 43, 0.9);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.9;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
}

.slider-modal-close-button:hover {
    opacity: 1;
    background-color: rgba(13, 23, 43, 1);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.slider-modal-close-button:active {
    transform: scale(0.95);
}

.slider-modal-close-button svg {
    width: 20px;
    height: 20px;
}

.slider-modal-body {
    background-color: #000;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider-container-modal {
    width: 100%;
    flex: 1;
    position: relative;
    min-height: 0; /* Flex item scroll fix */
}

.slider-modal-thumbnails-wrapper {
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    z-index: 100;
    flex-shrink: 0;
}

.slider-modal-thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 20px;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    justify-content: flex-start;
    scroll-padding-left: 20px;
    scroll-padding-right: 20px;
}

.slider-modal-thumbnails::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.slider-modal-thumbnail {
    height: 100%;
    aspect-ratio: 16/9;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    min-width: 0;
}

.slider-modal-thumbnails:first-child .slider-modal-thumbnail:first-child {
    margin-left: 0;
}

.slider-modal-thumbnail:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.slider-modal-thumbnail.active {
    opacity: 1;
    border-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.slider-modal-thumbnail-virtual-tour {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0D172B;
}

.slider-modal-thumbnail-virtual-tour svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

@media (max-width: 768px) {
    .slider-modal-dialog {
        height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 20px) !important;
        max-height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 20px) !important;
        top: calc(50% + env(safe-area-inset-top) / 2) !important;
        transform: translate(-50%, calc(-50% + env(safe-area-inset-top) / 2)) !important;
    }

    .slider-modal-thumbnails-wrapper {
        height: 70px;
        padding: 6px 0;
    }
    
    .slider-modal-thumbnails {
        padding: 0 15px;
        scroll-padding-left: 15px;
        scroll-padding-right: 15px;
    }
    
    .slider-container-modal .virtual-tour-button-wrapper {
        top: 15px;
        left: 15px;
    }
    
    .slider-container-modal .virtual-tour-button {
        font-size: 10px;
        padding: 4px 10px;
    }
    
    .slider-container-modal .virtual-tour-button svg {
        width: 10px;
        height: 10px;
    }
}

.slider-container-modal .slider-images {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-container-modal .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Modal içinde hover zoom efekti yok */
.slider-container-modal .slider-image:hover {
    transform: none;
}

.slider-container-modal .image-overlay {
    display: none; /* Modal içinde image overlay'i gizle */
}

.slider-container-modal .slider-image.active {
    opacity: 1;
}

.slider-container-modal .slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    font-size: 24px;
    font-weight: bold;
}

.slider-container-modal .slider-control:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.slider-container-modal .slider-control.prev {
    left: 30px;
}

.slider-container-modal .slider-control.next {
    right: 30px;
}

/* RTL Layout - Modal Slider Controls */
.spot-wide-container.rtl-layout .slider-container-modal .slider-control.prev {
    left: auto;
    right: 30px;
}

.spot-wide-container.rtl-layout .slider-container-modal .slider-control.next {
    right: auto;
    left: 30px;
}

.slider-container-modal .slider-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
}

.slider-container-modal .indicator {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    border: none;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-container-modal .indicator:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.slider-container-modal .indicator.active {
    background-color: #fff;
    width: 40px;
}

.slider-container-modal .virtual-tour-button-wrapper {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 10002;
}

.slider-container-modal .virtual-tour-button {
    background-color: rgba(13, 23, 43, 0.9);
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10002;
    position: relative;
    overflow: hidden;
}

.slider-container-modal .virtual-tour-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer-loop 3s infinite;
    z-index: 0;
}

.slider-container-modal .virtual-tour-button > * {
    position: relative;
    z-index: 1;
}

.slider-container-modal .virtual-tour-button:hover {
    background-color: rgba(13, 23, 43, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.slider-container-modal .virtual-tour-button:active {
    transform: translateY(0);
}

.slider-container-modal .virtual-tour-button-text {
    line-height: 1;
}

.slider-container-modal .virtual-tour-button svg {
    width: 16px;
    height: 16px;
    opacity: 0.9;
}

.slider-container-modal .virtual-tour-status-badge {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.slider-container-modal .virtual-tour-status-badge.virtual-tour-offline {
    background-color: #6c757d;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.slider-container-modal .virtual-tour-status-badge.virtual-tour-online {
    background-color: #28a745;
    border: 2px solid rgba(255, 255, 255, 0.5);
    animation: pulse-online 2s infinite;
}

.slider-container-modal .slider-expand-button {
    display: none;
}

/* Modal içinde 360 görüntüle butonu sol üstte */
.slider-container-modal .virtual-tour-button-wrapper {
    position: absolute;
    bottom: auto;
    left: 20px;
    top: 20px;
    right: auto;
    z-index: 15;
}

.slider-container-modal .virtual-tour-button {
    background-color: rgba(13, 23, 43, 0.9);
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.slider-container-modal .virtual-tour-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer-loop 3s infinite;
    z-index: 0;
}

.slider-container-modal .virtual-tour-button > * {
    position: relative;
    z-index: 1;
}

.slider-container-modal .virtual-tour-button:hover {
    background-color: rgba(13, 23, 43, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.slider-container-modal .virtual-tour-button:active {
    transform: translateY(0);
}

.slider-container-modal .virtual-tour-button-text {
    line-height: 1;
}

.slider-container-modal .virtual-tour-button svg {
    width: 16px;
    height: 16px;
    opacity: 0.9;
}

.slider-container-modal .virtual-tour-status-badge {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

img.virtual-tour-icon {
    width: 20% !important; 
}

.slider-container-modal .virtual-tour-status-badge.virtual-tour-offline {
    background-color: #6c757d;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.slider-container-modal .virtual-tour-status-badge.virtual-tour-online {
    background-color: #28a745;
    border: 2px solid rgba(255, 255, 255, 0.5);
    animation: pulse-online 2s infinite;
}

@media (max-width: 768px) {
    .slider-modal-dialog {
        width: 100% !important;
        height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
        max-height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
        border-radius: 0;
        top: env(safe-area-inset-top) !important;
        left: 0 !important;
        transform: none !important;
    }
    
    .slider-modal-content {
        border-radius: 0;
    }
    
    .slider-container-modal .slider-control {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .slider-container-modal .slider-control.prev {
        left: 15px;
    }
    
    .slider-container-modal .slider-control.next {
        right: 15px;
    }
}

/* 360 Virtual Tour Modal Styles */
.virtual-tour-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.virtual-tour-modal.show {
    display: flex;
}

.modal-backdrop-virtual-tour {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9998;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-dialog-virtual-tour {
    position: relative;
    width: 90%;
    max-width: 1400px;
    height: 90vh;
    max-height: 900px;
    z-index: 10000;
    animation: slideDown 0.3s ease;
}

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

.modal-content-virtual-tour {
    background-color: #0D172B;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.modal-header-virtual-tour {
    background-color: #0D172B;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.modal-title-virtual-tour {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

.btn-close-virtual-tour {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.8;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.btn-close-virtual-tour:hover {
    opacity: 1;
}

.modal-body-virtual-tour {
    background-color: #0D172B;
    padding: 0;
    position: relative;
    flex: 1;
    overflow: hidden;
}

.virtual-tour-modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

@media (max-width: 768px) {
    .modal-dialog-virtual-tour {
        position: fixed !important;
        width: 100% !important;
        height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
        max-height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
        max-width: 100% !important;
        top: env(safe-area-inset-top, 0px) !important;
        left: 0 !important;
        transform: none !important;
    }
    
    .modal-content-virtual-tour {
        border-radius: 0 !important;
    }
    
    .modal-header-virtual-tour {
        padding: 0.75rem 1rem;
    }
    
    .modal-title-virtual-tour {
        font-size: 1rem;
    }
    
    .spot-wide-container .virtual-tour-button-wrapper,
    .slider-container-modal .virtual-tour-button-wrapper {
        bottom: auto;
        left: auto;
        top: 15px;
        right: 15px;
    }
    
    .spot-wide-container .virtual-tour-button,
    .slider-container-modal .virtual-tour-button {
        font-size: 10px;
        padding: 4px 10px;
        top: auto;
        right: auto;
    }
    
    .spot-wide-container .virtual-tour-button svg,
    .slider-container-modal .virtual-tour-button svg {
        width: 10px;
        height: 10px;
    }
    
    .spot-wide-container .virtual-tour-placeholder,
    .slider-container-modal .virtual-tour-placeholder {
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .spot-wide-container .virtual-tour-placeholder-content,
    .slider-container-modal .virtual-tour-placeholder-content {
        gap: 0.8rem !important;
        padding: 1rem 0.75rem !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .spot-wide-container .virtual-tour-content-title,
    .slider-container-modal .virtual-tour-content-title {
        font-size: 0.9rem !important;
        margin-bottom: 0.1rem !important;
        line-height: 1.2 !important;
        padding: 0 0.5rem !important;
        max-width: 90% !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .spot-wide-container .virtual-tour-icon,
    .slider-container-modal .virtual-tour-icon {
        width: 50px !important;
        height: 50px !important;
        max-width: 100% !important;
        max-height: 100% !important;
        flex-shrink: 1 !important;
    }
    
    .spot-wide-container .virtual-tour-title,
    .slider-container-modal .virtual-tour-title {
        font-size: 0.9rem !important;
        margin: 0 !important;
        padding: 0 0.5rem !important;
    }
    
    .spot-wide-container .virtual-tour-start-btn,
    .slider-container-modal .virtual-tour-start-btn {
        padding: 0.5rem 1.2rem !important;
        font-size: 0.8rem !important;
    }
}

@media (max-width: 480px) {
    .slider-modal-dialog {
        height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 10px) !important;
        max-height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 10px) !important;
    }
    
    .modal-dialog-virtual-tour {
        position: fixed !important;
        width: 100% !important;
        height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
        max-height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
        max-width: 100% !important;
        top: env(safe-area-inset-top, 0px) !important;
        left: 0 !important;
        transform: none !important;
    }
    
    .slider-modal-thumbnails {
        padding: 0 10px;
        scroll-padding-left: 10px;
        scroll-padding-right: 10px;
    }
    
    .spot-wide-container .virtual-tour-button-wrapper {
        bottom: auto;
        left: auto;
        top: 10px;
        right: 10px;
    }
    
    .slider-container-modal .virtual-tour-button-wrapper {
        bottom: auto;
        left: 10px;
        top: 10px;
        right: auto;
    }

    .spot-wide-container .virtual-tour-button,
    .slider-container-modal .virtual-tour-button {
        font-size: 9px;
        padding: 3px 8px;
    }
    
    .spot-wide-container .virtual-tour-placeholder-content,
    .slider-container-modal .virtual-tour-placeholder-content {
        gap: 0.6rem !important;
        padding: 0.75rem 0.5rem !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .spot-wide-container .virtual-tour-content-title,
    .slider-container-modal .virtual-tour-content-title {
        font-size: 0.8rem !important;
        margin-bottom: 0.1rem !important;
        padding: 0 0.5rem !important;
        line-height: 1.15 !important;
        max-width: 95% !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .spot-wide-container .virtual-tour-icon,
    .slider-container-modal .virtual-tour-icon {
        width: 40px !important;
        height: 40px !important;
        max-width: 100% !important;
        max-height: 100% !important;
        flex-shrink: 1 !important;
    }
    
    .spot-wide-container .virtual-tour-title,
    .slider-container-modal .virtual-tour-title {
        font-size: 0.8rem !important;
        padding: 0 0.5rem !important;
    }
    
    .spot-wide-container .virtual-tour-start-btn,
    .slider-container-modal .virtual-tour-start-btn {
        padding: 0.4rem 1rem !important;
        font-size: 0.75rem !important;
    }
}

.spot-wide-container .slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 0.9;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.spot-wide-container .slider-control:hover {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.spot-wide-container .slider-control.prev {
    left: 20px;
}

.spot-wide-container .slider-control.next {
    right: 20px;
}

/* RTL Layout - Slider Controls */
.spot-wide-container.rtl-layout .slider-control.prev {
    left: auto;
    right: 20px;
}

.spot-wide-container.rtl-layout .slider-control.next {
    right: auto;
    left: 20px;
}

/* Slider container overflow düzeltmesi */
.spot-wide-container .spot-wide-image-wrapper {
    overflow: hidden;
}

/* Google Maps Styling */
.spot-wide-container .spot-wide-image-wrapper [id^="map-"] {
    border-radius: 0;
    overflow: hidden;
}


.spot-wide-container .spot-wide-image-wrapper .gm-style {
    border-radius: 0;
    font-family: inherit;
}

.spot-wide-container .spot-wide-image-wrapper .gm-style-iw {
    border-radius: 8px;
}

.spot-wide-container .spot-wide-image-wrapper .gm-style-iw-d {
    margin: 8px 12px;
    line-height: 1.4;
}

/* Mobile Maps Responsive - yatay aspect ratio */
@media (max-width: 768px) {
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] {
        min-height: 320px !important;
        aspect-ratio: 16/9;
    }
    
    /* Google Maps mobile controls - daha sade */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] .gm-style-iw {
        font-size: 12px !important;
        max-width: 200px !important;
    }
    
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] .gm-style-iw-d {
        margin: 4px 6px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
    }
    
    /* Google Maps mobile zoom controls - küçült */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] .gmnoprint {
        transform: scale(0.8) !important;
    }
    
    /* Google Maps mobile street view - gizle */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] .gm-svpc {
        display: none !important;
    }
    
    /* Google Maps mobile fullscreen - gizle */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] .gm-fullscreen-control {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] {
        min-height: 260px !important;
        aspect-ratio: 16/9;
    }
    
    /* Google Maps extra small mobile - daha da sade */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] .gm-style-iw {
        font-size: 10px !important;
        max-width: 150px !important;
    }
    
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] .gm-style-iw-d {
        margin: 2px 4px !important;
        font-size: 10px !important;
        line-height: 1.1 !important;
    }
    
    /* Google Maps extra small mobile zoom controls - daha da küçült */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] .gmnoprint {
        transform: scale(0.6) !important;
    }
    
    /* Google Maps extra small mobile - tüm kontrolleri küçült */
    .spot-wide-container .spot-wide-image-wrapper [id^="map-"] .gm-control-active {
        font-size: 10px !important;
        padding: 2px !important;
    }
}

/* Fullscreen Image Overlay Styles */
.fullscreen-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fullscreen-image-overlay img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    cursor: default;
}

.fullscreen-image-overlay .fullscreen-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10000;
}

.fullscreen-image-overlay .fullscreen-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.fullscreen-image-overlay .fullscreen-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
}

.fullscreen-image-overlay .fullscreen-nav-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.fullscreen-image-overlay .fullscreen-prev-btn {
    left: 20px;
}

.fullscreen-image-overlay .fullscreen-next-btn {
    right: 20px;
}

.fullscreen-image-overlay .fullscreen-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 10001;
}

@media (max-width: 768px) {
    .fullscreen-image-overlay .fullscreen-close-btn {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .fullscreen-image-overlay .fullscreen-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .fullscreen-image-overlay .fullscreen-prev-btn {
        left: 10px;
    }
    
    .fullscreen-image-overlay .fullscreen-next-btn {
        right: 10px;
    }
    
    .fullscreen-image-overlay img {
        max-width: 95%;
        max-height: 85%;
    }
    
    .fullscreen-image-overlay .fullscreen-counter {
        bottom: 15px;
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .spot-wide-container .image-overlay {
        z-index: 10 !important;
    }
    
    .spot-wide-container .fullscreen-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {
    .fullscreen-image-overlay .fullscreen-close-btn {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    
    .fullscreen-image-overlay .fullscreen-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    
    .fullscreen-image-overlay .fullscreen-prev-btn {
        left: 8px;
    }
    
    .fullscreen-image-overlay .fullscreen-next-btn {
        right: 8px;
    }
    
    .fullscreen-image-overlay img {
        max-width: 98%;
        max-height: 80%;
    }
    
    .fullscreen-image-overlay .fullscreen-counter {
        bottom: 10px;
        font-size: 11px;
        padding: 5px 10px;
    }
}
