/*Splide Slide Css*/
.splide__pagination {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 0.5rem;
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.splide__pagination__page.is-active {
    background: #3b82f6;
}

.splide__arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

/* Blog slider specific arrows positioning */
.home-featured-blogs .splide__arrows {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: -5px;
    right: -5px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin-top: 0;
    gap: 0;
}

.home-featured-blogs .splide__arrow {
    position: relative;
    pointer-events: all;
    transform: none;
}

.splide__arrow {
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.splide__arrow:hover {
    background: #2563eb;
}

.splide__arrow:disabled {
    background: #d1d5db;
    cursor: not-allowed;
}

.gap-\[12px\] {
    gap: 24px;
}

/* Video overlay positioning utilities */
.top-1\/2 {
    top: 50%;
}

.left-1\/2 {
    left: 50%;
}

.-translate-x-1\/2 {
    transform: translateX(-50%);
}

.-translate-y-1\/2 {
    transform: translateY(-50%);
}

/* Combined transform for center positioning */
.-translate-x-1\/2.-translate-y-1\/2 {
    transform: translate(-50%, -50%);
}

/* Min height utilities */
.min-h-\[326px\] {
    min-height: 326px;
}

.max-w-\[326px\] {
    max-width: 326px
}

/* Equipment slider styles matching .splide__ic_mekan */
.splide__equipment {
    visibility: visible !important;
    width: 100%;
    margin-bottom: 24px;
}

.splide__equipment .splide__track {
    width: 100%;
    overflow: hidden;
}

.splide__equipment .splide__slide {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.splide__equipment .splide__slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.splide__equipment .splide__slide span {
    position: absolute;
    color: #FFF;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.splide__equipment .splide__list {
    display: flex;
    gap: 40px;
}

.splide__equipment .splide__arrows {
    top: calc(100% + 32px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
}

.splide__equipment .splide__arrows .splide__arrow {
    background-color: transparent;
    transform: unset;
    right: unset;
    left: unset;
    position: relative;
    width: 24px;
}

.splide__equipment .splide__pagination {
    height: 32px;
    bottom: unset;
    top: calc(100% + 32px);
}

/* Responsive adjustments */
@media (min-width: 992px) {
    .splide__equipment .splide__slide span {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .splide__equipment .splide__list {
        gap: 32px;
    }
    
    .splide__equipment .splide__slide img {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .splide__equipment .splide__list {
        gap: 16px;
    }
    
    .splide__equipment .splide__slide img {
        height: 200px;
    }
}

/* Additional Grid Classes for Equipment Section */
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Margin utilities */
.my-\[8px\] {
    margin-top: 8px;
    margin-bottom: 8px;
}

.my-\[10px\] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt-\[40px\] {
    margin-top: 40px;
}

.max-w-\[1200px\] {
    max-width: 1200px;
}

@media (min-width: 768px) {
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Blue bar width utility */
.w-\[127px\] {
    width: 127px;
}

/* Blue bar mobile max width */
.w-auto {
    width: auto;
}

.w-auto-\[59px\] {
    width: auto;
}

.w-auto-\[65px\] {
    width: auto;
    max-width: 121px;
}

.w-auto-\[248px\] {
    width: auto;
    max-width: 248px;
}

.w-auto-\[287px\] {
    width: auto;
    max-width: 287px;
}

.w-auto-\[324px\] {
    width: auto;
    max-width: 324px;
}

@media (min-width: 768px) {
    .w-auto-\[324px\] {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .w-auto {
        margin-bottom: 44px;
    }
}

@media (max-width: 768px) {
   
    .w-auto-\[287px\]{
        max-width: 195px;
    }
}

/* Review Videos Title Mobile */
.review-video-title {
    color: #000;
    font-family: Ubuntu;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 767px) {
    .review-video-title {
        color: #000;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

/* Review Videos Section Mobile Background */
@media (max-width: 767px) {
    .review-videos-mobile-bg {
        background: #F1F1F1;
    }
}

/* Blog Section Title */
.section-alternate-title-text {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 767px) {
    .section-alternate-title-text {
        font-size: 24px;
    }
    
    .section-min-alternate-title-text {
        font-size: 25px;
        color: #000;
        font-family: Poppins;
    }
    
    .section-min-alternate-title-text .w-auto-\[59px\] {
        width: 127px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
    
}

/* Blog Section Navigation Arrows */
#blog-slider-prev,
#blog-slider-next {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

#blog-slider-prev:hover,
#blog-slider-next:hover {
    transform: scale(1.1);
}

/* Mobile arrows for blog slider */
@media (max-width: 480px) {
    .home-featured-blogs .splide__arrow {
        width: 33px;
        height: 33px;
    }
    .home-featured-blogs .splide__arrow svg,
    .home-featured-blogs .splide__arrow path {
        fill: rgba(255, 255, 255, 0.66);
    }
    .splide__arrow{
        background-color: #FFFFFFA8 !important;
    }
    
    /* Hide custom buttons when splide arrows are active on mobile */
    #blog-slider-prev,
    #blog-slider-next {
        display: none;
    }
}

/* Missing responsive width utility for videos */

/* Equipment */

*{
    box-sizing: border-box;
}

.equipment-masonry-mobile .equipment-column-left{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.equipment-masonry-mobile .equipment-column-left div,
.equipment-masonry-mobile .equipment-column-right div{
    padding: 5px;
}

.equipment-masonry-mobile .equipment-column-right{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.video-container {
    aspect-ratio: 16/9;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.video-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    .video-container img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .video-container {
        width: 100%;
        height: 56vw; /* Ekran genişliğinin %56'sı = 16:9 oranı */
        position: relative;
    }
}



