@font-face {
    font-family: "Foco";
    src: url('./fonts/FOCO.TTF'), url('./fonts/FOCO.woff') format('woff');
}

@font-face {
    font-family: "FocoBold";
    src: url('./fonts/FOCOBOLD.TTF'), url('./fonts/FOCOBOLD.woff') format('woff');
}

.FocoBold {
    font-family: "Roboto", sans-serif;
}

.Foco {
    font-family: "Roboto", sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /*font-family: Foco;*/
}

.mainSlider {
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative;
}

.mainSliderHero {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 50px;
    z-index: 2;
    padding-top: 96px;
    padding-bottom: 96px;
}

    .mainSliderHero::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.13489145658263302) 74%);
        z-index: -1;
    }

.swiper {
    width: 100%;
    height: 100%;
}


.mainSlider .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#whyChoose {
    background-image: url('./../img/bg/redbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#howItWork {
    background-image: url('./../img/bg/greyBg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mainSlider .swiper-pagination {
    text-align: left !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.mainSlider .swiper-pagination {
    bottom: 40px !important;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: red !important;
    width: 30px !important;
    border-radius: 10px !important;
}


.contactForm {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 13px;
}

.testimonials {
    padding-bottom: 50px !important;
}

    .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
        bottom: 0px;
        top: var(--swiper-navigation-top-offset, calc(100% -40px));
        width: 40px !important;
        height: 40px !important;
        background-color: #fff;
        border-radius: 32px;
        color: #000;
    }

        .testimonials .swiper-button-next:after,
        .testimonials .swiper-button-prev:after {
            font-size: 20px;
        }

        .testimonials .swiper-button-next:after {
            color: #fff;
        }

    .testimonials .swiper-button-next, .testimonials .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: 55px;
        background-color: var(--bs-primary);
    }

/* Partner Logo Section */


/* Why to Choose Us */
.whyChooseUsIcon {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: #fff;
    margin: 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Service Section */
.serviceCard {
    border-radius: 30px;
    overflow: hidden;
    border: 0px !important;
}

.fs-20 {
    font-size: 20px;
}

.fs-48 {
    font-size: 48px;
}


.serviceCard1 .swiper-button-next,
.serviceCard1 .swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
    background-color: #fff !important;
    border-radius: 32px;
    color: #000;
    font-size: 15px;
}

    .serviceCard1 .swiper-button-next::after,
    .serviceCard1 .swiper-button-prev::after {
        font-size: 15px;
        font-weight: bold;
    }







/* Comparison Container */
.comparison-container {
    width: 100%;
    max-width: 1000px;
    position: relative;
    overflow: hidden !important;
}

/* Comparison Box */
.comparison {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    overflow: hidden;
}


    /* Full-size Images */
    .comparison img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden;
    }



/* Overlay Image Container */
.divisor {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}


    /* Adjust Overlay Image */
    .divisor img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }


/* Slider Line */
.slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transform: translateX(-50%);
}

/* Slider Handle */
.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    border: 2px solid gray;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    cursor: grab;
}

input {
    font-family: FocoBold;
}

    input:focus {
        border: 2px solid var(--bs-primary) !important;
        outline: none;
        background-color: #f0f8ff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
        /* Glow effect */
    }

.consultationLine {
    position: relative;
}

    .consultationLine::before {
        content: '';
        position: absolute;
        top: 50px;
        left: 50px;
        width: 3px;
        bottom: 150px;
        z-index: 0;
        background: #d9d9d9
    }

/* #myshowcase {} */

#myshowcase {
    border: none !important;
}

    #myshowcase .nav-item,
    #myshowcase .nav-item:hover {
        margin: 0px 10px;
        border: none;
    }

        #myshowcase .nav-item .active {
            border: none;
            border-bottom: 2px solid var(--bs-primary) !important;
            /* Add red bottom border */
        }

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.accordion-button::after {
    font-family: "Bootstrap-icons";
    content: "\F4FA" !important;
    font-size: 1.2rem;
    transform: translate(50%, 0%) !important;
    transition: transform 0.3s ease;
    background-image: none !important;
}

.accordion-button[aria-expanded="true"]::after {
    content: "\F2E6" !important;
}

.d-block .btn.btn-light {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
}


@media only screen and (max-width: 600px) {
    .mainSliderHero {
        padding: 30px 10px;
    }

    .mainSlider {
        width: 100%;
        height: 1050px;
    }
}
