.custom-stroke-text-effect-1 {
    -webkit-text-fill-color: var(--dark);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--grey-500);
    white-space: nowrap;
}

.custom-big-font-size-1 {
    font-size: 100.2px;
    font-size: 7.2rem;
}

.custom-big-font-size-2 {
    font-size: 187.2px;
    font-size: 11.7rem;
}

.custom-big-font-size-3 {
    font-size: 115.2px;
    font-size: 7.2rem;
}

.custom-stroke-text-effect-1 {
    -webkit-text-stroke-color: var(--primary);
}
/* Mobile Slider Background Position */
@media (max-width: 767px) {
    #revolutionSlider li:nth-child(1) .tp-bgimg {
        background-position: right center !important;
    }
    #revolutionSlider li:nth-child(2) .tp-bgimg {
        background-position: center center !important;
    }
    #revolutionSlider li:nth-child(3) .tp-bgimg {
        background-position: left center !important;
    }
    .custom-title-klas {
        font-size: 29px !important;
    }
    .custom-padding-top-mobile {
        padding-top: 30px !important;
    }

    /* Before/After Image Responsive */
    .before-after-slider {
        max-height: 350px !important;
        overflow: hidden;
    }

    .before-after-slider img {
        width: 100% !important;
        height: 350px !important;
        object-fit: cover;
        object-position: center;
    }

    /* Section Images Responsive */
    .section img.img-fluid {
        max-height: 350px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    .border.border-width-3 {
        overflow: hidden;
    }

    /* Badge Positioning Mobile */
    .position-absolute.bg-primary {
        font-size: 11px !important;
        padding: 8px 12px !important;
        bottom: -12px !important;
    }

    .position-absolute.bg-primary i {
        font-size: 10px !important;
    }

    /* Reduce large text on mobile */
    .custom-big-font-size-1 {
        font-size: 40px !important;
    }

    /* Container padding mobile */
    .section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Custom Gallery Filter Buttons */
.custom-filter-btn {
    font-size: 13px;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    border: 2px solid #0097b2;
    color: #0097b2;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-filter-btn:hover {
    background: #0097b2;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 151, 178, 0.3);
}

.custom-filter-btn.active,
.custom-filter-btn:active {
    background: #0097b2;
    color: #fff;
    border-color: #0097b2;
    box-shadow: 0 3px 10px rgba(0, 151, 178, 0.4);
}

.custom-filter-btn i {
    margin-right: 0.5rem;
}
@media (min-width: 1000px) {
    .before-after-slider {
        height: 500px !important;
    }
}

/* Custom Marquee Animation */
.custom-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 20px 0;
}

.custom-marquee-content {
    display: inline-block;
    animation: marquee 30s linear infinite;
}

.custom-marquee-content span {
    display: inline-block;
    padding-right: 50px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

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

/* Performance Optimization - Prevent Layout Shift */
.slider-container {
    min-height: 100vh;
}

.rev-slidebg {
    content-visibility: auto;
    contain: layout style paint;
}

/* Optimize animations */
.appear-animation {
    will-change: transform, opacity;
}

.custom-el-2 {
    animation-duration: 30s;
    bottom: 0%;
    right: 0;
}
