﻿
.carousel--have-shadow .owl-stage-outer {
    overflow: visible;
}

.carousel--have-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .carousel--have-shadow .owl-item.active {
        opacity: 1;
        visibility: visible;
    }

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}


.swiper {
    width: 100%;
    aspect-ratio: 16 / 9; /* Ensures responsive height across screens */
    max-height: 794px;
}



.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Optional Navigation Arrows */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

/* Pagination Dots */
.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.7);
}

.swiper-pagination-bullet-active {
    background: #007aff;
}


/* Responsive tweak for very small screens */
@media only screen and (min-width: 100px) and (max-width:345px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 140px;
    }
}



/* Responsive tweak for very small screens */
@media only screen and (min-width: 346px) and (max-width:400px){
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 160px;
    }

}




/* Responsive tweak for very small screens */
@media only screen and (min-width: 401px) and (max-width:500px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 172px;
    }
}




/* Responsive tweak for very small screens */
@media only screen and (min-width: 501px) and (max-width:540px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 230px;
    }
}



/* Responsive tweak for very small screens */
@media only screen and (min-width: 541px) and (max-width:768px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 272px;
    }
}


/* Responsive tweak for very small screens */
@media only screen and (min-width: 769px) and (max-width:830px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 310px;
    }
}

/* Responsive tweak for very small screens */
@media only screen and (min-width: 831px) and (max-width:890px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 310px;
    }
}


/* Responsive tweak for very small screens */
@media only screen and (min-width: 891px) and (max-width:912px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 390px;
    }
}



/* Responsive tweak for very small screens */
@media only screen and (min-width: 913px) and (max-width:1024px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 430px;
    }
}




/* Responsive tweak for very small screens */
@media only screen and (min-width: 1025px) and (max-width:1280px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 430px;
    }
}





/* Responsive tweak for very small screens */
@media only screen and (min-width: 1281px) and (max-width:1368px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 480px;
    }
}



/* Responsive tweak for very small screens */
@media only screen and (min-width: 1369px) and (max-width:1660px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 590px;
    }
}

/* Responsive tweak for very small screens */
@media only screen and (min-width: 1661px) and (max-width:1920px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 700px;
    }
}


/* Responsive tweak for very small screens */
@media only screen and (min-width: 1921px) and (max-width:2520px) {
    .swiper {
        aspect-ratio: 4 / 1.9;
        height: 900px;
    }
}








.bgdark1 {
    background: #ff8400;
    padding: 9px 9px;
}


.lighttext a {
    color: #fff;
    font-size: 17px;
}


.section-titlev1 {
    color: #ff8400;
    font-size: 25px;
}

.prodimg img {
    width: 100%;
}

.prod {
    padding: 8px;
    border-radius: 9px;
    border: #ff8400 1px solid;
    text-align: center;
    margin-bottom: 22px;
    background: #fff;
}

.title a {
    font-size: 20px;
    color: #ff0816 !important;
}


.we-believesuccess {
    background: #f2f2f2;
    padding: 30px 0px;
}


@media only screen and (min-width: 100px) and (max-width:1024px) {
    h3.lighttext {
        border: 1px solid #f6f6f6;
        padding: 5px;
        text-align: center;
        margin-bottom: 13px;
        background: #003046;
        border-radius: 13px;
        box-shadow: 3px 4px 6px 1px #000;
    }

    .title a {
        font-size: 20px;
        color: #ff0816 !important;
        font-size: 13px;
    }
}


img.mobilelogosaize  {
    width:180px;

}