.header{
    position: fixed;
    z-index: 999;
    padding: 10px;
    background: transparent;
    width: 100%;
}
.header__wrapper{
    padding: 10px;
}
body .header:not(.header--scrolled) .header__menu--list--item a{
    color: rgb(221, 221, 221);
    font-weight: 600;
}
body .header:not(.header--scrolled) .header__wrapper{
        padding: 20px;
    background: maroon;
    backdrop-filter: blur(15px);
    border-radius: 10px;
}
body .header:not(.header--scrolled){
    background: transparent !important;
}
.Home__Banners{
    margin-top: 0px !important;
}
.bottom-nav{
        padding: 10px;
    background: transparent;
    bottom: 0px !important;
}
.header__menuToggle{
        padding: 8px 7px 4px;
    border-radius: 5px;
    background: #80000082;
}
.bottom-nav-wrap{
    padding: 0 10px;
    background: maroon;
    backdrop-filter: blur(15px);
    border-radius: 10px;
}
.bottom-nav-wrap ul{
    background: transparent !important;
    margin-bottom: 0px !important;
}
.without_icons{
    background: transparent  !important;
    padding: 15px;
    font-size: 16px;
    color: #a42a2f;
    font-weight: 700;
}
.accordion-content1{
    background: #ffffff3b;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(15px);
}
.header__menu .header__menu--mobileLogo{
    background: linear-gradient(45deg, #7b1015, #a42a2f);
        border-radius: 10px;
        padding: 20px !important;
}
.accordion:after{
    color: maroon;
}
.owl-nav{
    display: none;
}
.owl-dots{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
}
.menu-item.active , .menu-item:hover{
    background: #a92026 ;
    color: white;
}
.header__menuToggle span{
    width: 25px;
}
a{
    text-decoration: none !important;
}
.menu-item.active a , .menu-item:hover a, .header__menu--list>.menu-item:hover>a{
    -webkit-text-stroke: 0.4px #ffffff !important;
    color: white !important;
}
.whats-app{
    background-color: #a92026 !important;
    color: white !important;
}
.whats-app a, .whats-app svg{
    color: white !important;
    fill: white !important;
}
.banner-heading h4 span.color2{
    color: #fcac19 !important;
}
.banner-readmore span{
    background: #fcac19;
    color: black;
}
.book_demo__wrapper .demo__button{
    background: maroon;
    color: white;
    font-size: 18px;
    border-radius: 20px;
}
.special-catogory{
    background: #f2f2f2;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
#toast-container {
        z-index: 99999999 !important;
    }

    #toast-container > .toast {
        color: #fff !important;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    /* ✅ Background colors by type */
    #toast-container > .toast-success {
        background-color: #28a746 !important; /* green */
    }

    #toast-container > .toast-error {
        background-color: #dc3546 !important; /* red */
    }

    #toast-container > .toast-warning {
        background-color: #ffc107 !important; /* yellow/orange */
        color: #000 !important;
    }

    #toast-container > .toast-info {
        background-color: #17a2b8 !important; /* blue */
    }
    #preloader {
            position: fixed;
            inset: 0;
            background: linear-gradient(to bottom, #500014, #2a000a);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease;
        }

        #preloader-logo {
            
            max-height: 50px;
        }

        .spinner {
            width: 50px;
            height: 50px;
            border: 6px solid rgba(255, 255, 255, 0.3);
            border-top-color: #fff;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        body.preloaded #preloader {
            opacity: 0;
            pointer-events: none;
        }
        .owl-carousel .owl-item img {
            height: 80vh;
            object-fit: cover;
        }
.banner-heading p , .banner-heading h4, .banner-heading h3,  .banner-heading h2 ,   .banner-heading h1,  .banner-heading h5,  .banner-heading h6 ,  .banner-heading span{
        font-size: 42pt !important;
        line-height: 1 !important;
    }
    .banner-text{
        width: 40% !important;
    }
    .service-list .item{
        border-radius: 10px;
        height: auto !important;
        box-shadow: 10px 10px 5px #4c0000;
    }
    .service-list .item .inner{
        background: #000000d9;
        padding: 20px;
        border-radius: 10px;
    }
    .service-list .item.oddsmatrix .inner .read-more{
        border: none;
        border-radius: 5px;
    }
    .newsContent::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(45deg, #7b1015, #a42a2f);
        opacity: 0.7;
        z-index: 0;
    }
    .owl-theme2 .item {
        padding: 20px;
        margin: 10px;
        box-shadow: 0 0 10px white;
        border-radius: 10px;
    }
    .owl-carousel.owl-theme2 .owl-item img{
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
    }
    .newsContents .row{
            --bs-gutter-x: 1rem;
            --bs-gutter-y: 1rem;
    }
    .newsContents .row .newsContent__card{
        padding: 20px;
        background: #ffffff3b;
        backdrop-filter: blur(15px);
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    }
    .newsCard__top--img img{
        border-radius: 10px;
    }
    .cf{
        gap: 20px;
    padding: 15px;
    }
    .work-shot{
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(156, 1, 1, 0.1);
        overflow: hidden;
    }
    .work-shot img{
        height: 400px;
        object-fit: cover;
        object-position: top;
    }
    .work-shot::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(3deg, #000000, #8d0000);
        opacity: 0.7;
        z-index: 0;
    }
    .img__banner img{
        object-fit: contain !important;
        object-position: right !important;
    }
    .services__img{
        background-color: #4c0000;
        border-radius: 10px;
        box-shadow: 10px 10px 5px #4c0000;
        border: 1px solid #ffffff3b;
    }
    .pro__botom_card{
        border-radius: 10px;
    }
    .pro__botom_card .pro__view_text{
        background-color: #4c0000;
    }
    .client-items img{
        height: auto !important;
    }
    .ourclients{
        background: rgb(255, 205, 205);
    }
    .getintouch__banners img{
        height: auto !important;
    }
    .new__footer{
        background: black !important;
    }
    .services-match-api{
        margin-top: 0px;
    }
    .h4background{
        height: auto !important;
        text-align: center;
        padding: 150px 100px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .h4background h4{
        position: relative;
        z-index: 9999999;
        font-size: 40px
    }
    /* .h4background::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, #7b1015, #000000);
        opacity: 0.7;
        z-index: 0;
    } */
    .Inner___pages {
        margin-top:0px !important;
    }
    .tabbed_content2{
        background: #4e0000 !important;
    }
    .bg__blue , .content-form_template.contacts_template{
        background: linear-gradient(45deg, #0f0f0f, #630000);
    }
    .CareerBanner .desktop-image{
        object-fit: cover !important;
    }
    #sr_section_2 .videoBanner__bgBanner .desktop-var{
        object-fit: cover !important;
    }
    .owl-theme2.owl-theme3 .item{
        padding: 0px !important;
        box-shadow: none !important;
    }
    .package .package-card , .advantages , .features ul li , .steps .step {
        background: maroon !important;
    }
    .steps .step .step_number , .steps .step:last-child .step_number , .steps .step:last-child .step_number span{
        background: #fcac19 !important;
        color: white !important;
     }
     .whatwedo__card{
        position: relative;
        border-radius: 10px;
     }
     .whatwedo__card::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(45deg, #7b1015, #000000);
        opacity: 0.7;
        z-index: 0;
        border-radius: 10px;
    }
    .whatwedo__card--top{
        position: relative;
        z-index: 1;
    }
    .ourValues .ourValues__banner.img__banner img{
        object-fit: cover !important;
        object-position: center !important;
    }
    .services__img img{
        width: 100%;
    }
@media (max-width: 767px) {
    .header__menu{
        transform: translateX(0);
        transform: translateY(100%);
        background: transparent !important;
        padding: 10px !important;
    }
    .header__menu .header__menu--cancelToggle{
        top: 35px !important;
        right: 30px !important;
    }
    .mb-img-gap {
        filter: invert(26%) sepia(78%) saturate(2000%) hue-rotate(18deg) brightness(95%) contrast(108%);
        margin-right: 10px;
        width: 20px;
    }
    .banner-heading {
        position: absolute;
        bottom: 38%;
        left: 8%;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    .header__menu .header__menu--mobileLogo img{
        width: 100px !important;
    }
    .fixed_gif{
        bottom: 75px;
    }
    .fixed_gif .gif-img{
        width: 60px !important;
    }
    .owl-carousel .owl-item img {
    height: 240px;
    object-fit: cover;
}
    .banner-heading p , .banner-heading h4, .banner-heading h3,  .banner-heading h2 ,   .banner-heading h1,  .banner-heading h5,  .banner-heading h6 ,  .banner-heading span{
        font-size:  20px !important;
        line-height: 0.5 !important;
    }
    .header--scrolled>.header__wrapper>.header__logo>a>img , .header>.header__wrapper>.header__logo>a>img{
        max-height: 40px !important; 
    }
    body .header:not(.header--scrolled) .header__wrapper{
        padding: 10px 20px !important;
    }
    p.text-center {
        text-align: center !important;
    }
    .ourclients__heading{
        margin-bottom: 20px !important;
    }
    .getintouch__banners img{
        height: auto !important;
    }
    .h4background{
        height: auto !important;

    }
    .services-match-api{
        margin-top: 0px !important;
    }
    .services-match-api .container {
        padding: 0 15px !important;
    }
    .h4background{
        padding: 100px 20px !important;
    }
    .CareerBanner .mobile-featured-image{
        object-fit: cover !important;
        padding-top: 0px !important;
    }
    .CareerBanner.innerTopbanner{
        min-height: auto !important;
        margin-top: 0px !important;
        height: auto !important;
        padding: 60px 0px;
    }
    .Topbanner_heading {
        display: block;
    }
    .Topbanner_heading .inner_apis_title{
        font-size: 20px !important;
        line-height: 1.2 !important;
        word-spacing: 3px;
        letter-spacing: 0px;
        text-wrap: auto;
    }
    .innerTopbanner__summary{
        margin-left: 0px !important;
    }
    .innerTopbanner__summary p{
        font-size: 12px !important;
    }
    .innerTopbanner__img::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, #0c0c0c, #000000);
        opacity: 0.7;
        z-index: 0;
    }
}