@font-face {
    font-family: "Qurova DEMO";
    src: url("https://db.onlinewebfonts.com/t/2cf31cbaf98b296b692adb4ed0483799.eot");
    src: url("https://db.onlinewebfonts.com/t/2cf31cbaf98b296b692adb4ed0483799.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/2cf31cbaf98b296b692adb4ed0483799.woff2") format("woff2"),
        url("https://db.onlinewebfonts.com/t/2cf31cbaf98b296b692adb4ed0483799.woff") format("woff"), url("https://db.onlinewebfonts.com/t/2cf31cbaf98b296b692adb4ed0483799.ttf") format("truetype"),
        url("https://db.onlinewebfonts.com/t/2cf31cbaf98b296b692adb4ed0483799.svg#Qurova DEMO") format("svg");
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url('../fonts/aeoniktrial-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url('../fonts/aeoniktrial-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.tag {
    font-family: 'Aeonik Trial', sans-serif !important;

}

body {
    font-family: 'Aeonik Trial', sans-serif !important;
}


.font-aeonik-trial {
    font-family: 'Aeonik Trial', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-justify: inter-word;
    /* text-align: left !important; */
    /* hyphens: auto; */
}

body {
    background-color: #0a0a0a;
    color: #fff;
    font-family: "Outfit", sans-serif;
}

p {
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    color: #e4e4e4;

}

h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 4px;
    word-break: 2px;
    margin-bottom: 30px;
}

/* Header css start */
.navbar {
    padding: 12spx;
}

.navbar-brand img {
    height: 69px;
}

.nav-link {
    color: #dddddd !important;
    font-weight: 500;
    margin: 0 10px;
    font-size: 18px;
}

.nav-link:hover {
    color: #ff5252 !important;
}

.btn-contact {
    font-size: 18px;
    border-radius: 25px;
    backdrop-filter: blur(16.5px);
    padding: 8px 28px;
    box-shadow: 0 -1px 2px rgba(252, 249, 249, 0.795);
    font-weight: 600;
    background-color: rgba(81, 79, 79, 0.368);
    color: #dddddd;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background: #dddddd;
    color: #000;
    transform: scale(1.05);
}

.custom-dropdown {
    background: #000;
    border: none;
    min-width: 180px;

}

.custom-dropdown .dropdown-item {
    color: #dddddd;
    padding: 10px 15px;
    transition: background 0.3s ease;

}

.custom-dropdown .dropdown-item:hover {
    background: #ff5252;
    color: #dddddd;
}

li.nav-item {
    list-style-type: none;
}

button.navbar-toggler {
    border: 0;
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    opacity: 0.8;
}

.offcanvas .nav-link {
    display: block;
    border-bottom: 1px solid #222;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 0;
    position: relative;
}

.navbar {
    transition: background 0.3s, backdrop-filter 0.3s;
    z-index: 999;
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: background 0.3s, backdrop-filter 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}


.offcanvas {
    width: 280px;
    background-color: #0a0a0a;
    color: #fff;
}

.offcanvas .accordion-button {
    background: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 1px solid #222;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 0;
    position: relative;
    font-weight: 500;
}

.offcanvas .accordion-button:hover {
    color: #ff4d4d;
}

.offcanvas .accordion-button::after {
    content: "+";
    font-weight: bold;
    font-size: 26px;
    color: #ff4d4d;
    background-image: none !important;
    transform: none !important;
}

.offcanvas .accordion-button:not(.collapsed)::after {
    content: "−";
    color: #ff4d4d;
}

.offcanvas .accordion-item {
    background: transparent;
}

.offcanvas .accordion-body a {
    color: #dddddd;
    text-decoration: none;
    border-bottom: 1px solid #222;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 0;
    position: relative;
    font-weight: 400;
}

.offcanvas .accordion-body a:hover {
    color: #ff5252;
}

header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    backface-visibility: hidden;
    z-index: 10;
    font-family: brandon-grotesque;
    background-color: #0a0a0a;
}

.logo-content img {
    width: 180px;
}

/* hero-section section css start */
.hero-section {
    background-image: url("../images/hero-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 200px 0 100px;
}

.hero-section h1 {
    font-size: 4rem;
    line-height: 72px;
    font-weight: 700;
    /* line-height: 1rem; */
    margin-bottom: 40px;
    letter-spacing: 11px;
}

.hero-section p {
    font-size: 16px;
    font-weight: 400px;
    line-height: 24px;
    font-style: normal;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 3%;

}

.btn-know {
    background: linear-gradient(180deg, #2a1a1d, #1a0f10);
    color: #fff;
    padding: 21px 32px 21px 32px;
    border: none;
    border-radius: 25px 0 0 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 18px;
    letter-spacing: 2px;
    margin-right: -15px;
    backdrop-filter: blur(16.5px);
    box-shadow: 0px 4px 4px 0px #e9e9e940 inset;
}

.btn-know:hover {
    background: #d82e2e;
    color: #fff;
}

.btn-demo {
    background: #fff;
    color: #363636;
    padding: 25px 21px 25px 32px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    margin-left: -2px;
    transition: all 0.3s ease;
    font-size: 18px;
    letter-spacing: 2px;
    box-shadow: 2px 9px 2px 0 #000000b8;
    position: relative;
}

.btn-demo:hover {
    background: #d82e2e;
    color: #fff;
}

/* -- About us css ----- */
.about-section {
    position: relative;
    background-image: url(../images/about-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 55px;
}

.about-section {
    background-image: url("../images/Frame 7.png");
    background-size: cover;
    /* Makes the image cover full width */
    background-position: bottom left;
    height: auto;
    width: 100%;
}


.about-content {
    background: #161616;
    border-radius: 64px;
    padding: 10px 55px 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.about-content::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    background: url("../images/line-shadow.png");
    z-index: 3;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 437px;
    height: 746px;
}

.about-content span {
    font-size: 20px;
    color: #ff5252;
    margin-bottom: 20px;
}

.about-img {
    width: 444px;
}

.background-text {
    backdrop-filter: blur(17.899999618530273px);
    background: rgba(54, 54, 54, 0.33);
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    top: 5%;
    left: -4% !important;
    height: 190px;
    min-width: 110%;
    width: 100%;
    color: rgba(255, 255, 255, 0.07);
    white-space: nowrap;
    transform: rotate(-9deg) translateY(-50%);
    z-index: 1;
}

.marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite;
}

.background-text span {
    font-size: 42px;
    font-weight: 900;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: grey;
}

.marquee-content span {
    display: inline-block;
    margin-right: 50px;
    font-size: 3rem;
    font-weight: bold;
    opacity: 0.5;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 12s linear infinite reverse;
}

.marquee-content span {
    display: inline-block;
    margin-right: 50px;
    font-size: 3rem;
    font-weight: bold;
    opacity: 0.5;
}

@keyframes jumpMotion {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

.jump-arrow {
    animation: jumpMotion 1s ease-in-out infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes aos-custom-rotate {
    0% {
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform: rotate(-9deg);
        opacity: 1;
    }
}

[data-aos="custom-rotate"] {
    transform-origin: top right;
    transform: rotate(90deg);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .8s;
}

[data-aos="custom-rotate"].aos-animate {
    animation: aos-custom-rotate .8s ease-in-out forwards;
}

.logo-content-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.subheading {
    font-size: 20px;
    color: #ff5252;
    margin-bottom: 20px;
}

.logo-section {
    position: relative;
    padding: 100px 0 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
    top: -200px;
    background: #0a0a0a;
}

.container.topSlider {
    padding-top: 250px;
    position: relative;
}

.logo-slider .slick-track {
    display: flex;
    align-items: center;

}

.left-cirle {
    position: absolute;
    bottom: 180px;
    animation: rotateCircle 8s linear infinite;
    transform-origin: center center;
}

/* keyframes for left circle rotation*/
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.logo-content span {
    font-size: 1.5rem;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.8px;
}

/* ---------> vison-mission section css<------------  */
.vison-mission-section {
    position: relative;
    background-image: url(../images/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 40px;
}

.vison-mission-section::before {
    content: "";
    position: absolute;
    top: -38px;
    right: 0;
    background: url("../images/vm-image.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 437px;
    height: 746px;
    z-index: 1;
}

.vm-content {
    position: relative;
    z-index: 2;
    padding-left: 10px;
}

/* -- start plateform section -- */
.plateform-section {
    position: relative;
    background-image: url(../images/about-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}


.plateform-imageblock {
    max-width: 550px;
    margin-left: auto;
}

li {
    /* list-style-type: circle; */
    margin-bottom: 5px;
}

.custom-mt {
    margin-top: 4rem !important;
    /* or any value you want */
}

.left-vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    font-size: 2.5rem;
    font-weight: 700;
    margin-right: 100px;
    margin-left: 60px;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.jump-arrow {
    transform: translateY(100px);
}

/* -- start service section -- */
.service-section {
    padding: 100px 0;
}

.nextGen-section {
    padding: 100px 0;
}

.service-content {
    max-width: 450px;
}

.nextGen-card {
    position: relative;
    min-height: 371px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 38px;
    max-width: 1096px;
    width: 100%;
}

.nextGen-card::before {
    content: "";
    position: absolute;
    background-image: url(../images/nextgen.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 38px;

    /* z-index: 2; */
}

.nextGen-card img {
    position: absolute;
    filter: blur(1px);
    z-index: 1;
    opacity: 0.5;
}

.bottom-left-img img {
    left: -40px;
    bottom: -80px;
}

.top-right-img img {
    right: -40px;
    top: -80px;
}

/* -------> footer css <-------- */
footer.footer {
    padding-top: 58px;
    text-align: start;
}

.footerContent {
    background-color: #161616;
    color: #fff;
    padding: 55px 30px 30px;
    border-radius: 51px;

}

.footerContent>.row>div {
    margin: 0 10px;
    min-width: 200px;
}

/* First column wider */
.footerContent>.row>div:first-child {
    flex: 1.5;
    margin-right: 60px;
}

/* Remaining 3 columns equal */
.footerContent>.row>div:not(:first-child) {
    flex: 1;
}

.footer h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 20px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer ul li a:hover {
    color: #ff2727;
}

.footer .social-iconsblock a.social-icons {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #2c2c2c 0%, #1a1a1a 100%);
    border-bottom: 1px solid #ff2727;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #fff;
    margin-left: -12px;
    font-size: 20px;
    text-decoration: none;
}

.footer .social-iconsblock a:hover {
    color: #ff2727;
    transform: translateY(-5px);
}

.footer-bottom {
    margin-top: 30px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom p {
    font-size: 14px;
    color: #fff;
    font-family: 'Aeonik Trial';
}

.footer-bottom a {
    color: #ff2727;
    text-decoration: none;
}

/* ------> Choose <-------- */
.choose-section {
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.choose-section small {
    color: #ff4c4c;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.stats-box {
    padding: 40px 20px;
    height: 100%;
}

.stats-box .numData {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.service-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transform: translateX(62%);
    transition: all 0.4s ease;

}

.service-card:hover {
    transform: translateX(-52%);
}

.service-card .service-card-content {
    position: relative;
    background: #0A0A0A;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.3s;
    min-width: 390px;
    background-image: url('../images/card-service.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 281px;
}

.service-card .service-card-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #C44343;

}

.service-card .service-card-content p {
    font-size: 14px;
    line-height: 20px;
    color: #C1BEBE;
}

.drag-tips {
    width: 77px;
    height: 125px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(to bottom, #000 40%, rgba(255, 0, 0, 0.4) 100%);
    border-radius: 0 0 20px 20px;
    position: absolute;
    right: 20px;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.drag-tips .dragText {
    transition: transform 0.3s ease;
}

.drag-tips .dragText.moved {
    transform: translateY(20px);
}

.hidePara {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hidePara.show {
    display: block;
    opacity: 1;
    color: #ffffff;
    background: linear-gradient(to right, #171717e2 20%, rgba(15, 15, 15, 0) 100%);
    transform: translateY(0);
}

.tech-choose {
    position: absolute;
    right: -40px;
    top: 58%;
    transform: translateY(-50%);
    width: 650px;
}

.rorate-spin {
    animation: spin 10.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.scroll-mode {
    animation: scroll-left 15.5s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* Benefit card hover effect */
.benefit-card:hover,
.benefit-card:hover~.benefit-card,
.benefit-card:has(~ .benefit-card:hover) {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.form-select option {
    background: #010101ec;
    color: #fff;
}

/* .form-select:hover {
  border-color: #ff0000;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.6);
} */
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
    .tech-choose {
        width: 560px;
    }

    .service-card .service-card-content {
        min-width: 320px;
    }

    .plateform-imageblock {
        max-width: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .vm-content {
        margin-bottom: 85px;
        /* padding-left: 10px !important; */
    }

    .vm-imageblock {
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-50%) !important;
        width: 300px;
    }

}

@media (min-width: 992px) {
    .nextGen-card h2 {
        font-size: 40px;
        line-height: 48px;
        font-weight: 600;
        margin-bottom: 50px;
        max-width: 600px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .plateform-imageblock {
        max-width: 400px;
    }

    .service-card .service-card-content {
        min-width: 320px;
    }

    .service-card:hover {
        transform: translateX(-10%);
    }

    .animated-border-btn {
        margin-bottom: 20px;
        display: block !important;
    }

    .about-section {
        padding-bottom: 16px;
    }

    .hero-section h1 {
        font-size: 3rem;
        line-height: 52px;
        letter-spacing: 4px;
    }

    .marquee-wrapper {
        min-height: 150px;
    }

    .marquee-wrapper span {
        font-size: 32px;
    }

    .nextGen-card img {
        width: 100px;
    }

    .top-right-img img {
        right: -40px;
        top: -50px;
    }

    .bottom-left-img img {
        left: -40px;
        bottom: -50px;
    }

    .tech-choose {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 400px;
        margin: 20px auto;
    }

    .logo-section {
        top: -250px;
    }

    .left-cirle {
        position: absolute;
        bottom: 300px;
    }

    .service-card {
        transform: translateX(85%);
    }
}

@media (max-width: 400px) {
    .hero-section {
        padding: 120px 10px;
        /* adjust as per your design */
        margin-top: 5% !important;
    }
}

.vm-content.vision {
    padding-left: 10px;
    text-align: left;
    /* optional, ensures text stays aligned left */
}

@media (max-width: 767px) {

    body {
        letter-spacing: normal;
        /* font-size: 15px !important; */
    }

    .hero-section {
        padding: 140px 15px;
        /* margin-top: -30%; */
        max-height: 100%;
    }

    .plateform-imageblock {
        position: relative;
        right: 0;
        top: auto;
        transform: none;
    }

    .hero-section h1 {
        font-size: 29px;
        line-height: 41px;
        margin-bottom: 23px;
        letter-spacing: 1px;
    }

    p {
        /* text-align: justify; */
        letter-spacing: normal;
        /* hyphens: auto !important; */
        font-size: 1rem;

    }

    .contact-content h2 {
        font-size: 32px !important;
        line-height: normal !important;
    }

    .service-card-ourservicess p {
        font-size: 1rem !important;
        /* text-align: justify; */
        /* text-justify: inter-character; */
        /* text-justify: inter-word; */

    }

    .btn-know,
    .btn-demo {
        width: 100%;
        border-radius: 30px;
        margin: 5px 0;
        font-size: 16px;
        padding: 15px 0;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2px;
        font-weight: 600;
        text-align: start;
        margin-bottom: 20px;
    }

    .centertext {
        text-align: center;
        font-size: 30px;
    }

    .d-block {
        text-align: center;
        /* padding-left: 20px; */
        padding-top: 20px;
    }

    .vm-content.vision,
    .subheading.d-block {
        /* padding-left: 10px; */
        text-align: left;
        /* margin-left: -10px; */
    }

    .about-content {
        padding: 10px 20px 0px;
    }

    .vm-imageblock {
        width: 300px;
        margin: 50px auto 10px;
    }

    .plateform-imageblock {
        max-width: 400px;
        margin-top: 20px;
    }

    .plateform-section {
        background-position: left;

    }

    .vison-mission-section {
        background-position: left;
    }

    .subheading d-block aos-init aos-animate {
        margin-top: 70px;

    }

    /* .plateform-imageblock {
        opacity: 0.2;
    } */

    .service-section,
    .plateform-section {
        padding: 10px 0;
    }

    .service-imageblock {
        max-width: 400px;
        margin-top: 50px;
    }

    .footer {
        text-align: start;
    }

    .footer .social-icons {
        margin-top: 15px;
    }

    .footer-bottom .footer .social-icons {
        flex-direction: column;
        text-align: start;
        gap: 10px;
    }

    .footer .social-iconsblock {
        justify-content: flex-start !important;
        /* align left */
    }

    .nextGen-section {
        padding: 50px 0;
    }

    .choose-section {
        padding: 50px 0;
    }

    .logo-section {
        padding: 100px 0 100px;
        top: -90px;
        background: #0a0a0a;
    }

    .about-section {
        padding-bottom: 0px;
    }

    .container.topSlider {
        padding-top: 150px;
        position: relative;
    }

    .stats-box .numData {
        font-size: 32px;
        line-height: 40px;
    }

    .marquee-content span {
        display: inline-block;
        white-space: nowrap;
        animation: marquee 12s linear infinite reverse;
        font-weight: 800px !important;
        font-size: 36px !important;
    }

    .logo-slider .logo-content {
        margin: 0 30px !important;
        /* ✅ spacing between logos */
    }

    .custom-mt {
        margin-top: 1px !important;
        /* or any value you want */
    }
    .wrapper-leadership-sectionbackground{
        padding: 10px !important;
    }
    .video-container-wrapperedge{
        padding: 10px !important;
    }
    .centertext1{
        text-align: center;
    }
    /* .subheading .d-block{
    text-align: left !important;
    } */
     .vm-content.mission {
        margin-left: 10px;
     }
}

@media (max-width: 567px) {
    .about-content::before {
        display: none;
    }

    .hero-section-aboutpage {
        background: none !important;
    }

    .footer {
        align-items: center;
        justify-content: left;
        margin: 0;
        padding: auto;
        text-align: start;
        gap: 20px;
    }

    /* First column wider */
    .footerContent>.row>div:first-child {
        flex: 1;
        margin-right: 0px;
    }

    /* Remaining 3 columns equal */
    .footerContent>.row>div:not(:first-child) {
        flex: 1;
    }

    .footer h5 {
        margin-bottom: 15px;
    }

    .footer ul {
        display: flex;
        gap: 12px;
        justify-content: left;
        align-items: left;
        text-align: start !important;
    }

    .footer ul li {
        margin-bottom: 40px;
    }

    .top-right-img img {
        right: 0;
        top: -50px;
    }

    .logo-content img {
        width: 100px;
    }

    .logo-section {
        padding: 60px 0 0px;
    }

    .about-img {
        max-width: 300px;
    }

    .about-img {
        margin: 60px 20px 120px !important;
    }

    img.lotus-logo {
        left: 0 !important;
    }

    .bottom-left-img img {
        left: 0;
        bottom: -50px;
    }

    .background-text {
        left: -8% !important;
        height: 120px;
    }

    .marquee-wrapper {
        min-height: auto;
    }

    .left-cirle {
        bottom: 200px;
    }

    .left-vertical-text {
        margin-left: 30px;
    }

    .service-card {
        display: inline-block;
    }

    .service-card .service-card-content {
        width: 320px;
        margin: 15px;
        min-height: 275px;
        ;
    }

    .service-card {
        transform: none;
    }

    .service-card:hover {
        transform: none;
    }

    .numCard-wrapper {
        opacity: 1 !important;
    }
}

/* css button */

.animated-border-btn {
    position: relative;
    display: inline-block;
    background: #0a0a0a;
    /* default white background */
    border-radius: 25px;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    border: 0;
    font-size: 18px;
    padding: 8px 28px;
    font-weight: 600;
    color: #fff;
    /* default white text */
    transition: all 0.3s ease;
    text-decoration: none;
}

/* animated gradient border */
.animated-border-btn::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 25px;
    background: linear-gradient(90deg, #5E5E5E, #FF9797, #5E5E5E, #FF9797);
    background-size: 300% 300%;
    z-index: -1;
    animation: border-anim 4s linear infinite;
}

/* inner mask */
.animated-border-btn::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 23px;
    background: #0a0a0a;
    z-index: -1;
    transition: background 0.3s ease;
}

.animated-border-btn:hover {
    color: #0a0a0a;
    transform: scale(1.05);
}

.animated-border-btn:hover::after {
    background: #fff;
}

@keyframes border-anim {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.about-img {
    position: relative;
}

/* 
.about-img .circle-img{
    width: 64px;
    height: 64px;
}
.circle-1 {
    position: absolute;
    top: 70px;
    left: 97px;
}
.circle-2 {
    position: absolute;
    top: 66px;
    right: 83px;
}
.circle-3 {
    position: absolute;
    bottom: 198px;
    right: 21px;
}
.circle-4 {
    position: absolute;
    bottom: 72px;
    right: 82px;
}
.circle-5 {
    position: absolute;
    bottom: 72px;
    left: 101px;
}
.circle-6 {
    position: absolute;
    bottom: 195px;
    left: 42px;
}
img.circle-7 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-36%, -35%);
} */
img.lotus-logo {
    position: absolute;
    left: 32px;
    top: 0;
    z-index: 2;
    border-radius: 50%;
    background-color: rgba(60, 0, 0, 0.1)
}

.logo-content img {
    filter: grayscale(100%);
    /* show in grey */
    border-radius: 24px;
    /* height: 200px; */
    transition: filter 0.4s ease;
    /* smooth transition */
}

.logo-content img:hover {
    filter: grayscale(0%);
    /* show real color on hover */
}

.logo-slider .logo-content {
    margin: 0 40px;
    /* ✅ spacing between logos */
}

/* .logo-slider img {
  max-height: 100px;  
  width: auto;
  display: block;
} */


img.lotus-circle {
    position: relative;
    z-index: 3;
}

.about-img {
    margin: 60px 20px;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }
}

/*-------------- video part ---------------- */
body.popup-active .wrapper-container {
    filter: blur(8px);
    pointer-events: none;
}

.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-popup-content {
    position: relative;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}

/* .video-popup-content {
  position: relative;
  width: 80%; 
  max-width: 1000px; 
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-popup-content video {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  margin-top: 50px;
  display: block;
} */
/* .video-popup-content video {
  width: 100%;
  max-width: 900px; 
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
} */