﻿.slider-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: inherit;
    z-index: 1;
}
.slider-h1 {
    font-size: 30px !important;
    color: white !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}   
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: unset;
    z-index: -1;
    object-fit: cover;
}
.swiper-container {
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 100%;
    margin-top: 13%;
    z-index: 3;
}
/* .swiper-container { */
/*     position: ; */
/*     top: 50%; */
/*     transform: translateY(-50%); */
/*     width: 30%; */
/* } */

.swiper-slide {
    color: white;
    text-align: left;
    font-size: 24px;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.5s ease; /* Smooth fade transition */
}

.swiper-slide-active {
    opacity: 1; /* Visible when active */
}

.swiper-slide button {
    margin-top: 20px;
    padding: 10px 20px;
    border: white solid 2px;
    border-radius: 7px;
    color: white;
    border: none;
    cursor: pointer;
}
.swiper-slide h2{
    font-size:50px;
    color:white;
}

@media (max-width: 991px) {
    .video-background {
        position: absolute;
        top: 0;
        left: -18%;
        width: 121%;
        height: 70vh;
        z-index: -1;
        object-fit: fill;
    }
    .swiper-slide h2 {
        font-size: 25px;
        color: white;
    }
    .slider-container {
        width: 100%;
        height: 60vh;
        overflow: hidden;
    }
    .counter-one__count-box-inner h3 {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .video-background {
        position: absolute;
        top: 0;
        left: -100%;
        width: 227%;
        height: 76vh;
        z-index: -1;
        object-fit: fill;
    }
    .swiper-slide h2 {
        font-size: 25px;
        color: white;
    }
    .slider-container {
        width: 100%;
        height: 60vh;
        overflow: hidden;
    }
    .counter-one__count-box-inner h3 {
        font-size: 20px;
    }
    .swiper-container {
        position: relative;
        width: 90%;
        margin-top: 30%;
        z-index: 3;
    }
}
.news-one__title {
    min-height: 150px
}

.testimonial-one__shape-1 {
    z-index:-1;
}
.news-one__text {
    min-height: 100px
}
.CustomSelect {
    border-radius: 10px;
    border-radius: 10px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    outline: none !important;
    border: none;
    font-size: 14px;
    background-color: var(--insur-extra) !important;
    color: var(--insur-gray);
    height: 60px;
}
.CustomSelect:focus{
    outline:none;
}
.comment-form__input-box input[type="text"], .comment-form__input-box input[type="email"] ,.comment-form__input-box input[type="tel"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--insur-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--insur-gray);
    display: block;
    border-radius: var(--insur-bdr-radius);
    font-weight: 500;
    letter-spacing: var(--insur-letter-spacing);
}
.Waranty-in__form {
    position: relative;
    display: block;
    padding: 30px 10px 30px;
    border-radius: var(--insur-bdr-radius);
    border: 1px solid var(--insur-bdr-color);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}


.comment-in__form {
    position: relative;
    display: block;
    padding: 30px 10px 30px;
    border-radius: var(--insur-bdr-radius);
    border: 1px solid var(--insur-bdr-color);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) { /* Adjust the max-width value to match your mobile breakpoint */
    ul,ol {
        padding: 0 !important;
    }
}