/* header */

.header {
    background-color: rgba(255, 0, 0, 0.1);
    backdrop-filter: blur(25px);
    position: fixed;
    z-index: 900;
    top: 0px;
    width: 100%;

}

body {
    font-family: "Inter", serif;
    background-color: #141414;
    overflow-x: hidden !important;
}

.logo-name {
    font-size: 25px;
    color: #ed232a;
    font-weight: 700;
}

.log-container {
    width: 45%;
}

.log-sec {
    width: 50%;

}

.navbar-brand {
    color: white;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}



.logo {
    display: block !important;
    width: 100px;
}

.log-fs-h {
    color: #b51d65 !important;
}

.log-sec-h {
    color: #0174ab !important;
}

.navbar-nav a {
    color: white;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.txt-jus {
    text-align: justify;
}

/* banner designe */
.banner {
    width: 100%;

    position: relative;
    /* height: 200vh;   */
}

.banner-section {
    margin-bottom: 10%;
}

.bnr-log {
    z-index: 100;
}

.banner-logo {
    width: 150px;
}

.pos-bnr-abs {
    top: 5%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.sub-bnr-hed {
    font-size: 35px;
    color: #5f5f6f;
    font-weight: 600;
    margin-top: 2%;
}

.bnr-hed {
    font-size: 55px;
    color: white;
}

.bner-sec-cont {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: white;
}

.adv-contne {
    color: white;
    border: 1.5px solid white;
    padding: 3% 4%;
    border-radius: 10px;
}

.best-brand-section {
    display: flex;
    justify-content: center;
}

.bst-brand {
    /* display: flex;
    align-items: center; */
}

.bst-brnd-cont {
    font-size: 18px;
    color: white;
}

.bst-brnd-img {
    width: 60px;
}

.pos-abs-22 {
    z-index: 10;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(20, 20, 20, 0);
}

.pos-abs-23 {
    z-index: 10;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: -18%;
    background-image: linear-gradient(0deg, rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.3));
    /* z-index: 1; */
}


.logo-22 {
    width: 300px;

}

.bner-cont {
    z-index: 20;
}


@media only screen and (min-width:760px) {
    /* .pos-abs-23, .pos-abs-22{
        bottom: -31%;
    } */

    .position-sticky {
        position: sticky;
        top: 0;
        z-index: 1000;
        /* Ensures it stays above other content */
        background-color: white;
        /* Prevents overlap issues */
    }

}

/* auto slider corosil slider code */


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}


.banner-sliders {
    width: 450px;
    height: 250px;
}

.banner-sliders-sec {
    padding-top: 30vh;

}

.slider {
    /* background: white; */

    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 250px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 140%;
    margin-left: -10%;
    z-index: -1;
    transform: rotate(-13deg);
    /* overflow-x: hidden !important; */
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slide-track {
    animation: scroll 18s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slide {
    height: 100px;
    border-radius: 20px;
    margin: 0px 10px;
    /* width: 250px; */
}

.slide img {
    border-radius: 20px;
}


/* banner callus now */
.cls-now {
    background-color: #d9d9d9;
    color: #650909;
    text-decoration: none;
    padding: 1% 4%;
    border-radius: 10px;
    /* margin-top: 40px; */
}


/* about us sections */

.headinges {
    font-size: 43px;
    line-height: 45px;
    color: #ed232a;
}

.mid-logo {
    width: 150px;
}

.numbers {
    font-family: Bebas Neue, Sans-serif !important;
    font-size: 50px;
    font-weight: 700;
}

.brd-btm,
.numbers {
    border-bottom: 1px solid #000;
}

.nm-2 {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #333;
    color: #0000 !important;
    text-shadow: none;
}

.no-cli {
    font-family: "Jost", "serif" !important;
    font-size: 13px;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.position-sticky {

    background-color: white;
}

.col-lg-5.position-sticky {
    align-self: start;
    /* Ensures it sticks properly inside the flexbox */
}

.section-fixed {
    position: fixed;
}


/* scrolling card code */
:root {
    --card-height: 40vw;
    --card-margin: 4vw;
    --card-top-offset: 1em;
    --numcards: 4;
    --outline-width: 0px;
}

#cards {
    padding-bottom: calc(var(--numcards) * var(--card-top-offset));
    /* Make place at bottom, as items will slide to that position*/
    margin-bottom: var(--card-margin);
    /* Don't include the --card-margin in padding, as that will affect the scroll-timeline*/
}

#card_1 {
    --index: 1;
    background-color: lightgray;
}

#card_2 {
    --index: 2;
    background-color: black;
    color: white;
}

#card_3 {
    --index: 3;
    background-color: lightgray;
}

#card_4 {
    --index: 4;
    background-color: black;
    color: white !important;
}

.card {
    position: sticky;
    height: 100vh;
    padding: 10% 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    padding-top: calc(var(--index) * var(--card-top-offset));
}

.w-us-im {
    width: 60px;
}

.card-contetn11 {
    font-size: 16px !important;
    /* line-height: 25px; */
}

.btn--accent {
    font-size: 16px;
    font-weight: 400;
    background-color: white;
}

@supports (animation-timeline: works) {

    @scroll-timeline cards-element-scrolls-in-body {
        source: selector(body);
        scroll-offsets:
            /* Start when the start edge touches the top of the scrollport */
            selector(#cards) start 1,
            /* End when the start edge touches the start of the scrollport */
            selector(#cards) start 0;
        start: selector(#cards) start 1;
        /* Start when the start edge touches the top of the scrollport */
        end: selector(#cards) start 0;
        /* End when the start edge touches the start of the scrollport */
        time-range: 4s;
    }

    .card {
        --index0: calc(var(--index) - 1);
        /* 0-based index */
        --reverse-index: calc(var(--numcards) - var(--index0));
        /* reverse index */
        --reverse-index0: calc(var(--reverse-index) - 1);
        /* 0-based reverse index */
    }

    .card__content {
        transform-origin: 50% 0%;
        will-change: transform;

        --duration: calc(var(--reverse-index0) * 1s);
        --delay: calc(var(--index0) * 1s);

        animation: var(--duration) linear scale var(--delay) forwards;
        animation-timeline: cards-element-scrolls-in-body;
    }

    @keyframes scale {
        to {
            transform:
                scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
        }
    }
}

/** DEBUG **/

#debug {
    position: fixed;
    top: 1em;
    left: 1em;
}

#debug::after {
    content: " Show Debug";
    margin-left: 1.5em;
    color: white;
    white-space: nowrap;
}

#debug:checked~main {
    --outline-width: 1px;
}


/** PAGE STYLING **/

* {
    /* Poor Man's Reset */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



/* services section */


.services-container {
    background-color: #000;
    padding: 4%;
    border-radius: 20px;
}

.rev-img {
    width: 50px;
}

.ser-info {
    font-size: 14px;
}

.inner-crd {
    color: white;
}

.cl-us {
    text-decoration: none;
    color: white;
    border: 1px solid red;
    font-size: 14px;
    padding: 2% 4%;
    border-radius: 10px;
}


/*  */

.slider1 {
    overflow-x: hidden !important;
}

.sli-1 {
    display: flex;
    align-items: center;
}

.comp-slid {
    width: 130px;
    border-radius: 0px !important;
}

.sli-1 {
    border-radius: 0px !important;
}

/* testimonials */

.swiper {
    width: 100%;
    height: 310px;
    /* Adjust as needed */
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test-content {
    font-size: 14px;
    text-align: center;
    min-height: 200px;
}

.company-name {
    font-size: 45px;
    font-weight: 700;
    color: #ed232a;
}

.testmonial-card {
    background-color: #000;
    color: white;
    border-radius: 10px;
    padding: 5% 10%;
    margin-bottom: 10px;
}

.client-name {
    font-size: 18px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    color: #ed232a;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 20px !important;
}

.job-position {
    font-size: 14px;
    color: grey;
    /* font-weight: 600; */
}


/* footer */


.footer {
    /* background-color: #f8f9fa; */
    color: white;
    padding: 40px 0;
    padding-bottom: 10px !important;
}

.footer h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.footer .form-control {
    border-radius: 0;
    background-color: transparent;

    margin-bottom: 15px;
}

.form-control::placeholder {
    color: white;
    font-size: 12px;
}

.footer .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    border-radius: 0;
}

.footer .contact-info {
    list-style: none;
    padding: 0;
}

.footer .contact-info li {
    margin-bottom: 10px;
}

.footer .quick-links {
    list-style: none;
    padding: 0;
    color: white;
}

.quick-links li a {
    color: white;
}

.footer .quick-links li {
    margin-bottom: 10px;
}

.footer .quick-links a {
    text-decoration: none;
    /* color: #333; */
}

.footer .social-icons a {
    color: #333;
    margin-right: 10px;
}

.laptop-img {
    width: 100%;
}

.cont-form {
    width: 80%;
}

.cont-form input {
    /* width: 80%; */
    border: 2px solid lightgray;
    ;
    /* border-bottom: 2px solid lightgray; */
}

.cont-headinges {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ed232a;
}

.cont-form input::placeholder {
    font-size: 14px;
    color: gray;
}

.cont-form textarea::placeholder {
    font-size: 14px;
    color: gray;
}

.cont-form textarea {
    /* width: 80%; */
    border: 0px;
    border-bottom: 1.5px solid grey;
}

/* services */

.vis-web-img {
    box-shadow: 2px 2px 20px lightgray;
}


.visit-website {
    text-decoration: none;
    background-color: black;
    z-index: 101;
    /* Ensure it's above the image */
    position: relative;
    /* Keeps it above the image */
    border-radius: 10px;
    color: white;
    padding: 2% 3%;
    transition: box-shadow 0.3s ease-in-out;
}

.vis-web-img {
    position: relative;
    /* Keep image positioning */
    z-index: 100;
}

.vis-web-img:hover {
    filter:
        drop-shadow(1px 2px 3px hsl(0deg 80% 55% / 0.3)) drop-shadow(2px 4px 6px hsl(240deg 80% 55% / 0.3)) drop-shadow(4px 8px 12px hsl(220deg 80% 55% / 0.3));
}

/* Add white gradient shadow effect when hovered */
.visit-website:hover {
    box-shadow:
        0 0 10px rgba(255, 255, 255, 0.8),
        /* Soft inner glow */
        0 0 20px rgba(255, 255, 255, 0.6),
        /* Medium glow */
        0 0 30px rgba(255, 255, 255, 0.4);
    /* Outer glow */
    transform: scale(1.05);
    /* Slight pop effect */
}


@media only screen and (max-width:760px) {

    .navbar-nav {
        background-color: rgba(0, 0, 0, 0.4);
        padding-left: 4%;
        border-radius: 10px;
    }

    .banner-sliders-sec {
        overflow-x: hidden !important;
    }

    .headinges {
        font-size: 30px;
    }

    .banner-section {
        margin-bottom: 20%;
    }

    .log-container {
        width: 75%;
    }

    .log-sec {
        width: 100%;
    }

    .abt-banner img {
        padding-top: 10%;
        height: 40vh;
        object-fit: cover;
    }

    .home-abt {
        text-align: center;
    }

    .cont-form {
        width: 100%;
    }

    .banner-sliders-sec {
        padding-bottom: 10vh;
    }

    .sub-bnr-hed {
        font-size: 25px;
    }

    .w-u-hed {
        font-size: 20px;
    }

    .card-contetn11 {
        font-size: 15px;
    }

    .w-us-p {
        font-size: 15px;
        padding-top: 2%;
    }

    .w-us-im {
        width: 45px;
    }

    .bnr-hed {
        font-size: 40px;
    }

    .cls-now {
        padding: 2% 4%;
    }

    .bner-sec-cont {
        font-size: 30px;
        line-height: 40px;
    }

    .pos-abs-23 {
        bottom: 0%;
    }

    .laptop-img {
        width: 75%;
        display: block;
        margin: auto;
    }

    .card {
        position: sticky;
        height: 55vh;
    }

    .test-content {
        min-height: 120px;
        text-align: justify;
    }
}