.elementor-20261 .elementor-element.elementor-element-636a7de{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-192461a */.slider-container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        .slider-wrapper {
            overflow: hidden;
            position: relative;
            border-radius: 12px;
        }

        .slider-track {
            display: flex;
            gap: 20px;
            transition: transform 0.5s ease;
        }

        .slide {
            flex: 0 0 calc(33.333% - 14px);
            position: relative;
            overflow: hidden;
            background: white;
        }

        .slide-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
            display: block;
            border-radius: 20px 0 20px 0 !important;
        }

        .slide-caption {
            padding-top: 5px;
            font-size: 15px;
            line-height: 1.6;
            color: #014877;
            background: white;
            font-family: "Roboto", Sans-serif !important;
        }

        /* Controls */
        .slider-controls {
            display: flex;
            align-items: center;
            justify-content: center;
           
            margin-top: 30px;
        }
    .elementor-20261 .elementor-element.elementor-element-192461a .next-btn{
        padding-left: 10px;
        
    }
    
    .pause-btn:focus{
        background: #fff;
    }
    .arrow-btn {
    width: 44px;
    height: 44px;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #1a1a1a;
        }

        .arrow-btn:hover {
            background: transparent;
            color: #000;
           
        }

        .arrow-btn:active {
            transform: translateY(0);
        }

        .arrow-btn i {
            font-size: 24px;
        }

        /* Dots */
        .dots-container {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #d0d0d0;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-right: 7px;
        }

        .dot:hover {
            background: red;
            
        }

        .dot.active {
            background: #c62828;
            
        }

        /* Pause Button */
        .pause-btn {
            width: 44px;
            height: 44px;
            background: transparent;
            
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            
            padding: 0;
            position: relative;
        }

        .pause-btn:hover {
           background: transparent;
        }

        .pause-btn:active {
            transform: translateY(0);
        }

        /* Pause Icon (Two Bars) */
        .pause-icon {
            display: flex;
            gap: 3px;
            align-items: center;
            justify-content: center;
        }

        .pause-icon::before,
        .pause-icon::after {
            content: '';
            width: 3px;
            height: 14px;
            background: #1a1a1a;
            border-radius: 1px;
        }

        /* Play Icon (Triangle) */
        .play-icon {
            display: none;
            width: 0;
            height: 0;
            border-width: 6px 0 6px 12px;
            border-style: solid;
            border-color: transparent transparent transparent #000000;
            margin-left: 3px;
        }

        /* Toggle icons based on state */
        .pause-btn.paused .pause-icon {
            display: none;
        }

        .pause-btn.paused .play-icon {
            display: block;
        }

        /* Show All Button */
        .show-all-btn {
            padding: 3px 24px;
            background: transparent;
            color: #014877;
            
            cursor: pointer;
            font-size: 16px;
            font-weight: 400;
            transition: all 0.3s ease;
           
            font-family: "Roboto", Sans-serif !important;
            display: flex;
            align-items: center;
            gap: 8px;
            border-left: 1px #b2b2b2 solid;
        }

        .show-all-btn:hover {
            background: #fff;
             color: #014877;
        }

        .show-all-btn:active {
            transform: translateY(0);
        }

        .show-all-btn img {
            width: 10px;
            height: 10px;
            
           
        }

        

        /* Responsive */
        @media (max-width: 1024px) {
            .slide {
                flex: 0 0 calc(50% - 10px);
            }
        }

        @media (max-width: 768px) {
            .slide {
                flex: 0 0 100%;
            }

            .slider-track {
                gap: 15px;
            }

            .slider-controls {
                flex-wrap: wrap;
                gap: 15px;
            }

            .show-all-btn {
                order: 1;
                width: 100%;
                justify-content: center;
            }

            .arrow-btn,
            .pause-btn {
                width: 40px;
                height: 40px;
            }

            .arrow-btn i {
                font-size: 20px;
            }

            .slide-image {
                height: 220px;
            }

            .slide-caption {
                padding: 15px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 20px 10px;
            }

            .slider-controls {
                gap: 10px;
            }

            .arrow-btn,
            .pause-btn {
                width: 36px;
                height: 36px;
            }

            .arrow-btn i {
                font-size: 18px;
            }

            .dot {
                width: 8px;
                height: 8px;
            }

            .dot.active {
                width: 10px;
                height: 10px;
            }

            .show-all-btn {
                font-size: 13px;
                padding: 10px 20px;
            }

            .show-all-btn img {
                width: 14px;
                height: 14px;
            }
        }/* End custom CSS */