html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	letter-spacing: 1.2px;
}
ol, ul {
	list-style: none;
	/* margin: 10px;
	margin-top: 10px;  */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
  h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: Qurova DEMO;
        }
/*@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;*/
/*}*/
@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-display: swap;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url('../fonts/aeoniktrial-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url('../fonts/aeoniktrial-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.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: 2px;
    word-break: 2px;
    margin-bottom: 30px;
}

/* Header css start */
.navbar {
    padding: 12px;
}

.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: 9px;
}

.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.webp");
    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.webp");
    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;
}
.logo_custom {
    height: 180px !important;
    width: 160px !important;
}
/* ---------> 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.webp");
    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%;
    padding: 40px;
}

.nextGen-card::before {
    content: "";
    position: absolute;
    background-image: url(../images/nextgen.webp);
    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.webp');
    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: 800px;
        text-align: center;
        padding: 20px;
    }
}

@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: left;
        /* 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;
    }
    .logo_custom {
        height: 100px !important;
        width: 80px !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;
}

.next-gen-text {
    font-size: 18px;
    padding: 20px;
    color: #e4e4e4;
    text-align: center;
    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;
} */
.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    margin-left: .5em;
    vertical-align: 0;
}

/* intstart */


.video-container-wrapperedge {
    position: relative;
    width: 300px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: visible;
    /* margin-bottom: 20px; */
}

/* Outer rotating circle wrapper */
.video-container-wrapperedge .circle-wrapper {
    width: 150px;
    height: 150px;
    transition: transform 0.8s ease, opacity 0.6s ease;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container-wrapperedge .circle {
    width: 150px;
    height: 150px;
    background: url('../images/circle-2.webp') no-repeat center/cover;
    border-radius: 50%;
    animation: rotateCircle 8s linear infinite;
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* Circular Text */
.video-container-wrapperedge .circular-text {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    pointer-events: none;
}

/* Bottom Arrow (bouncing) */
.video-container-wrapperedge .arrow {
    position: absolute;
    bottom: -40px;
    font-size: 55px;
    color: #fff;
    transition: opacity 0.6s ease;
    animation: moveUpDown 1.2s infinite;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

/* White Circle on Hover */
.video-container-wrapperedge::before {
    content: "";
    position: absolute;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
}

.video-container-wrapperedge:hover::before {
    opacity: 1;
}

/* Hover Content */
.video-container-wrapperedge .hover-content {
    position: absolute;
    text-align: center;
    color: #000;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 3;
}

.video-container-wrapperedge .hover-content .text {
    margin-top: 30px;
    font-size: 18px;
}

.video-container-wrapperedge .hover-content .inner-arrow {
    font-size: 50px;
    display: block;
    margin-top: 0;
    animation: moveLeftRight 1s infinite;
}

@keyframes moveLeftRight {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}

/* Hover Animations */
.video-container-wrapperedge:hover .circle-wrapper {
    transform: translateY(90px);
     /* animation: bounce 1s ease;
     transform: translateY(90px); */
    opacity: 0;
}

.video-container-wrapperedge:hover .arrow {
    opacity: 0;
}

.video-container-wrapperedge:hover .hover-content {
    opacity: 1;
}

/*  */
.btn-getstart-eadge {
    background: white;
    color: #F14A4A;
    padding: 16px;
    min-width: 137px;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 4px 10px rgba(241, 74, 74, 0.5);
    position: relative;
    overflow: hidden;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin: 0 auto;
    width: 150px;
}

.btn-getstart-eadge::after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 14px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.btn-getstart-eadge:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.whyto-chooseus-oursection03::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../images/bgadge/grid.webp');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
    transform: translateY(-50%);
    opacity: 0.6;
}

section.whyto-chooseus-oursection03 {
    position: relative;
}

/* font-family: "Outfit", sans-serif; */

.bgadge-section-main-wrapper {
    width: 100%;
    background: url("../images/about/_Frame 3.webp") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 176px;
}

.bgadge-section-main-wrapper .main-content {
    max-width: 730px;
    margin: 0 auto;

}

.bgadge-section-main-wrapper .main-content h1 {

    font-family: Qurova DEMO;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    
}

.bgadge-section-main-wrapper .main-content p {
    text-align: center;
    padding: 20px;
}

.bgadge-section-main-wrapper .btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    font-weight: bold;
    color: #F14A4A;
    background: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bgadge-section-main-wrapper .btn:hover {
    background: #F14A4A;
    color: #fff;
    /* transform: scale(.05); */
}

p.title-bcedge-heading01 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #FF5252;
}

.sub-title-bcedge-heading01 {
    font-family: Qurova DEMO;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
}

.btn-bg-uscontact {
    background: white;
    color: #F14A4A;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 4px 10px rgba(241, 74, 74, 0.5);
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-bg-uscontact::after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.btn-bg-uscontact:hover {
    /* background-color: #F14A4A; */
    color: #F14A4A;
    margin-right: 10px;
}

.btn-bg-uscontact:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* ========== ROTATING ICONS ========== */
.whytochoose-right-image {
    max-width: 525px;
    float: right;
}

.bgadge-section-main-wrapper .wrapper-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 40px;
    padding-left: 20%;
    flex-direction: column;
    align-items: flex-start;
}

.bgadge-section-main-wrapper .wrapper-imagemainrotation {
    width: clamp(180px, 25vw, 250px);
    height: clamp(180px, 25vw, 250px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgadge-section-main-wrapper .rotate {
    width: 60%;
    animation: spin 10s linear infinite;
    position: absolute;
    z-index: 2;
    left: 25px;
    top: 25px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bgadge-section-main-wrapper .rotating-text {
    width: 200px;
    /* reduce width */
    height: 200px;
    /* match aspect ratio */
    position: absolute;
    top: 0;
    left: 0;
    animation: spinText 15s linear infinite;
    z-index: 1;
}

@keyframes spinText {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ========== SCROLL ARROW ========== */
.bgadge-section-main-wrapper .jump-arrow {
    display: block;
    margin: 0;
    width: clamp(0px, 10vw, 15px);
    animation: jump 1.5s infinite ease-in-out;
    cursor: pointer;
    position: absolute;
    top: 215px;
    left: 100px;
}

@keyframes jump {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-15px);
        opacity: 0.7;
    }
}

/* ========== NEXT SECTION ========== */
#next-section {
    min-height: auto;
    margin-top: 0;
}

/* second section css */
.whytochoose-right-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


section.bgadge-ourcard-section01 {
    padding-top: 50px;
}

/*  */
/* Third card start*/
.bgadge-ourcard-section01 .service-card-ourservicess {
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 12px;
    color: white;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    height: 100%;
    box-shadow: 0px 1px 2px 0 rgba(255, 254, 254, 0.816);
    text-align: left;
}

.bgadge-ourcard-section01 .service-card-ourservicess:hover,
.service-card-ourservicess.active {
    /* border: 1.6px solid #f6f3f3; */
    /* box-shadow: 0 0 15px rgba(206, 20, 20, 0.696); */
    /* box-shadow: rgb(206 20 20 / 35%) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
    /* transform: scale(1.05); */
    box-shadow: 0px -1px 2px 0 rgba(255, 254, 254, 0.816);
    transform: translateY(-8px);
}

.service-card-ourservicess i {
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}

.service-card-ourservicess img {
    margin-bottom: 15px;
    display: inline-block;
}

.service-card-ourservicess h5 {
    color: #FF5555;
    margin-bottom: 10px;
    font-family: Qurova DEMO;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: normal;
}

.service-card-ourservicess p {
    color: #ccc;
    font-family: Aeonik TRIAL;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #D3D3D3;
      letter-spacing: normal;
}

section.Process-section-wrapper-02 {
    padding-top: 90px;
}

section.whyto-chooseus-oursection03 {
    padding-top: 90px;

}

.forwhom-section-wrapper-02 {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* End */
/*  Fourth section start*/
.how-bcedge-right-image02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rotate-left {
    transform: rotate(-6deg);
}

.benefit-card {
    background-color: #f1f1f1;
    color: #1a1a1a;
    padding: 12px 20px;
    border-radius: 6px;
    display: inline-block;
    border-left: 10px solid #ff4d4d;
    transition: transform 0.3s ease;
    width: 300px;
    max-width: 100%;
    font-family: Aeonik TRIAL;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.benefit-card:hover {
    transform: scale(1.03);
}

.rotate-right {
    transform: rotate(6deg);
}

/*  */
@media (max-width: 991px) {
    .bgadge-section-main-wrapper {
        height: auto;
    }

    .bgadge-section-main-wrapper .rotate {
        width: 76%;
        left: 31px;
        top: 30px;
    }

    .bgadge-section-main-wrapper .rotating-text {
        width: 100%;
        height: 100%;
    }

    .bgadge-section-main-wrapper .jump-arrow {
        top: 260px;
        left: 115px;
    }

    #next-section {
        margin-top: 85px;
    }
}

@media (max-width: 860px) {
    .bgadge-section-main-wrapper .rotate {
        width: 72%;
        left: 30px;
        top: 30px;
    }
}

@media (max-width: 768px) {

    .bgadge-section-main-wrapper .jump-arrow {
        top: 199px;
        left: 81px;
    }

    .bgadge-section-main-wrapper .wrapper-container {
        padding-left: 30%;
        /* still keep 30% left */
        align-items: flex-start;
    }

    .bgadge-section-main-wrapper .rotate {
        width: 70%;
        left: 29px;
        top: 26px;
    }

    .bgadge-section-main-wrapper .main-content {
        max-width: 100% !important;
        margin-top: 0px;
    }

    .bgadge-section-main-wrapper .main-content h1 {
        font-size: 32px;
    }

    .bgadge-section-main-wrapper .wrapper-container {
        margin-top: 70px;
    }
    .btn-getstart-eadge{
        text-align: center !important;
        justify-content: center;
    }
.btn-getstart-eadge::after, .btn-bg-uscontact::after{
    display: none;
}
.whytochoose-right-image img{
    margin-top: 10px !important;
}

}

@media (max-width: 575px) {

    .bgadge-section-main-wrapper {
        padding-top: 150px;
    }

    .bgadge-section-main-wrapper .main-content p {
        padding: 20px 0 !important;
    }

    .sub-title-bcedge-heading01 {
        font-size: 26px;
        letter-spacing: normal;
    }

    section.whyto-chooseus-oursection03 {
        padding-top: 50px;
    }

    section.Process-section-wrapper-02 {
        padding-top: 0;
    }

    .forwhom-section-wrapper-02 {
        padding-top: 0;
        padding-bottom: 0;
    }


}

@media (max-width: 480px) {
    .bgadge-section-main-wrapper .wrapper-container {
        margin-top: 125px;
    }

    .bgadge-section-main-wrapper {
        height: auto;
    }

    .bgadge-section-main-wrapper .wrapper-container {
        padding-left: 41px;
        /* always fixed 30% */
    }
}

@media (max-width: 376px) {
    .bgadge-section-main-wrapper .wrapper-container {
        padding-left: 0;
    }
    .video-container-wrapperedge{
        height: 280px !important;
    }
    /* .video-container-wrapperedge .circle-wrapper{
        height: 120px;
        width: 120px;
    }  */
 .video-container-wrapperedge .circular-text  {
    width: 200px;
    height: 200px;
    }
}