.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-26a5045:#FF4436;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ====================================
   STUNNING TEMPLATE SLIDER - CUSTOM CSS
   Add this to Elementor > Custom CSS
   ==================================== */

/* Smooth fade-in animation for slider items */
.elementskit-carousel .swiper-slide {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.elementskit-carousel .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

/* Enhanced image hover effect */
.elementskit-carousel .ekit-carousel-item-image {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    position: relative;
}

.elementskit-carousel .ekit-carousel-item-image img {
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    height: auto;
    display: block;
}

.elementskit-carousel .swiper-slide:hover .ekit-carousel-item-image img {
    transform: scale(1.08);
}

/* Gradient overlay on images */
.elementskit-carousel .ekit-carousel-item-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.9), transparent);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.elementskit-carousel .swiper-slide:hover .ekit-carousel-item-image::after {
    opacity: 0.7;
}

/* Content container styling */
.elementskit-carousel .ekit-carousel-item-content {
    padding: 24px 28px;
    background: #1A1A1A;
    border-radius: 0 0 16px 16px;
    transition: all 0.4s ease;
}

.elementskit-carousel .swiper-slide:hover .ekit-carousel-item-content {
    background: #252525;
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Title styling with animated underline */
.elementskit-carousel .ekit-carousel-item-title {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.elementskit-carousel .ekit-carousel-item-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF, transparent);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.elementskit-carousel .swiper-slide:hover .ekit-carousel-item-title::after {
    width: 100%;
}

/* Button animations */
.elementskit-carousel .ekit-carousel-item-button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 16px;
}

.elementskit-carousel .ekit-carousel-item-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(10, 10, 10, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.elementskit-carousel .ekit-carousel-item-button:hover::before {
    width: 300px;
    height: 300px;
}

.elementskit-carousel .ekit-carousel-item-button span {
    position: relative;
    z-index: 1;
}

/* Navigation arrows enhancement */
.elementskit-carousel .swiper-button-prev,
.elementskit-carousel .swiper-button-next {
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.elementskit-carousel .swiper-button-prev:hover,
.elementskit-carousel .swiper-button-next:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(255, 255, 255, 0.2);
}

/* Pagination dots enhancement */
.elementskit-carousel .swiper-pagination-bullet {
    transition: all 0.3s ease;
    opacity: 1;
}

.elementskit-carousel .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 5px;
    background: linear-gradient(90deg, #FFFFFF, rgba(255, 255, 255, 0.7));
}

/* Add subtle shadow to entire slider container */
.elementskit-carousel {
    padding: 20px 0 60px 0;
}

.elementskit-carousel .swiper-slide {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    background: #1A1A1A;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.elementskit-carousel .swiper-slide:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .elementskit-carousel .ekit-carousel-item-content {
        padding: 20px 20px;
    }
    
    .elementskit-carousel .ekit-carousel-item-title {
        font-size: 20px !important;
    }
    
    .elementskit-carousel .swiper-button-prev,
    .elementskit-carousel .swiper-button-next {
        width: 40px !important;
        height: 40px !important;
    }
}

/* Loading animation */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementskit-carousel .swiper-slide-active .ekit-carousel-item-content > * {
    animation: slideInUp 0.6s ease forwards;
}

.elementskit-carousel .swiper-slide-active .ekit-carousel-item-title {
    animation-delay: 0.1s;
}

.elementskit-carousel .swiper-slide-active .ekit-carousel-item-description {
    animation-delay: 0.2s;
}

.elementskit-carousel .swiper-slide-active .ekit-carousel-item-button {
    animation-delay: 0.3s;
}

/* Glassmorphism effect for cards (optional premium look) */
.elementskit-carousel .ekit-carousel-item-content {
    background: rgba(26, 26, 26, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Smooth scroll behavior */
.elementskit-carousel .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}/* End custom CSS */