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;
} */
.hero-section-aboutpage .btn-getstart::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;
}
.hero-section-aboutpage .btn-getstart:hover::after {
      opacity: 1;
      transform: translateX(0);
      }
/* Header dropdown change */
.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  margin-left: .5em;
  vertical-align: 0;
}

/* ============================================= */
/* ----------About  HERO Start ---------- */
.hero-section-aboutpage {
  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;
}

.hero-section-aboutpage .tilt-heading {
  font-weight: 700;
  /* font-size: clamp(28px, 4vw, 46px); */
  font-size: 64px;
  line-height: 40px;
  margin-bottom: 18px;
}

.hero-section-aboutpage .tilt-heading span {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px) rotateX(25deg) skewY(8deg);
  animation: revealTilt 0.8s forwards;
}

.hero-section-aboutpage .tilt-heading span {
  margin-bottom: 18px;
  gap: 0;
  font-size: 3rem;
  line-height: 33px;
  letter-spacing: 4px;
  font-weight: 700;
  font-family: Qurova DEMO;
}

/* stagger each word */
.hero-section-aboutpage .tilt-heading span:nth-child(1) {
  animation-delay: 0.1s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(2) {
  animation-delay: 0.3s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(3) {
  animation-delay: 0.5s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(4) {
  animation-delay: 0.7s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(5) {
  animation-delay: 0.9s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(6) {
  animation-delay: 1.1s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(7) {
  animation-delay: 1.3s;
}

@keyframes revealTilt {
  0% {
    opacity: 0;
    transform: translateY(40px) rotateX(25deg) skewY(8deg);
  }

  60% {
    opacity: 1;
    transform: translateY(-5px) rotateX(0deg) skewY(0deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) skewY(0deg);
  }
}

.hero-section-aboutpage .hero-inner {
  width: 100%;
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
}

.hero-section-aboutpage .btn-getstart {
  background: white;
  color: #F14A4A;
  padding: 16px 8px;
  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: inline-block;
  letter-spacing: normal;
   align-items: center;
    margin: 0 auto;
    width: 150px;
}

   
.hero-section-aboutpage .card-about-bannerimage {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(217, 217, 217, 0.14) 100%);
  padding: 12px;
}

/* ---------- Rotating circular text + bouncing arrow ---------- */
.hero-section-aboutpage .rotator {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 60px 60px 30px 60px;

}

.hero-section-aboutpage .rotator svg {
  width: 100%;
  height: 100%;
  animation: spin 12s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.hero-section-aboutpage .rotator .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  animation: float 2s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translate(-50%, -55%)
  }

  50% {
    transform: translate(-50%, -75%)
  }
}

/* ----------About  HERO End ---------- */
/* About page second section start */
section.main-wrapper-ourstory-section {
  padding-top: 70px;
}

.main-wrapper-ourstory-section .left-side-ourstory {
  position: relative;
}

.main-wrapper-ourstory-section .sub-title {
  color: #FF5252;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.main-wrapper-ourstory-section .main-title {
  position: relative;
}

.main-wrapper-ourstory-section .main-title span {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #D55353;
  font-family: Qurova DEMO;
}

.story-image {
  border-radius: 26px;
}


.main-wrapper-ourstory-section .main-title::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -25px;
  width: 22px;
  height: 116px;
  background: linear-gradient(180deg, #F14A4A 0%, #0A0A0A 100%);
  border-radius: 0;
}

/* Timeline */
.main-wrapper-ourstory-section .timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.main-wrapper-ourstory-section .timeline::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #666;
  z-index: 1;
  transition: background 0.5s;
}

.main-wrapper-ourstory-section .timeline.active::before {
  background: #ff5b5b;
}

.main-wrapper-ourstory-section .step {
  position: relative;
  text-align: center;
  flex: 1;
  z-index: 2;
}

.main-wrapper-ourstory-section .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 10px auto;
  transition: background 0.3s;
}

.main-wrapper-ourstory-section .step.active .circle {
  background: #ff5b5b;
}

.main-wrapper-ourstory-section .step p {
  font-size: 14px;
  margin: 0;
}

.main-wrapper-ourstory-section .step .year {
  font-weight: bold;
  margin-bottom: 5px;
}



/* About page second section End */

/* Third section about Start  */



.wrapper-leadership-section {
  position: relative;
  /* important for ::after to align inside */
  overflow: hidden;
  /* prevents image overflow on small screens */
}

.wrapper-leadership-section::after {
  content: "";
  position: absolute;
  top: 34%;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/grid.webp');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  transform: translateY(-50%);
  opacity: 0.6;
}

.wrapper-leadership-sectionbackground {
  margin: 40px auto;
  padding: 60px 40px 40px;
  background: #16161663;
  border-radius: 30px;
  position: relative;
}
p.text-small {
    font-size: 14px;
    line-height: 20px;
    color: #e4e4e4;
    margin: 15px 0;
     font-family: 'Aeonik Trial';
}
.wrapper-leadership-section .wrapper-leadership-left {
  position: relative;
}

.wrapper-leadership-section .leadership-left::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 10px;
    background: linear-gradient(180deg, #F14A4A 0%, #0A0A0A 100%);
    width: 22px;
    height: 116px;
}

.wrapper-leadership-section .leadership-left h5 {
      color: #FF5252;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    padding-left: 30px;
}

.wrapper-leadership-section .image-leadership-leftside img {
  width: 100%;
  height: 100%;
  object-fit: contain;
      border-radius: 30px;
}

.wrapper-leadership-section .leadership-left h2 {
  margin-left: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.wrapper-leadership-section .leadership-left h2 span {
  color: #e63946;
  font-size: 32px;
  line-height: 40px;
  font-family: Qurova DEMO;
  font-weight: 600;
}

.wrapper-leadership-section .leadership-left img {
  width: 100%;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
}

.wrapper-leadership-section .leadership-left img:hover {
  transform: scale(1.03);
}

.wrapper-leadership-section .leadership-right img {
      width: 48%;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.wrapper-leadership-section .leadership-right img:hover {
  transform: scale(1.03);
}

/* Stats */
.wrapper-leadership-section .row h3 {
   font-family: 'Aeonik Trial';
  font-size: 36px;
  line-height: 100%;
  text-align: center;
}

/* Social Icons Overlapping */
.wrapper-leadership-section .social-icons {
  display: flex;
  margin-top: 10px;
}

.wrapper-leadership-section .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  margin-left: -10px;
  /* overlap effect */
  position: relative;
  z-index: 1;
}

.wrapper-leadership-section .social-icons a:first-child {
  margin-left: 0;
}

.wrapper-leadership-section .social-icons a:hover {
  /* background: #e63946; */
  /* transform: scale(1.1); */
  color: #e63946;
  /* box-shadow: 0 6px 18px rgba(230,57,70,0.6); */
  z-index: 5;
  transform: translateY(-5px)
}


/* ENd thirs section */
/* Fourt section about page Sart */

.our-vision-mission-section {
  position: relative;
  width: min(1100px, 92vw);
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 auto;
  top: -83px;
}

.our-vision-mission-section .card {
  position: relative;
  background: #000;
  border-radius: 24px;
  padding: 32px 28px;
  min-height: 245px;
  margin: 10px;
  transition: 0.3s;
  border: 1px solid;

  /* Box-shadow trick for left-center and right-center */
  box-shadow:
    /* left center glow */
    -5px 0 4px -5px rgba(255, 66, 66, 1) inset,
    -4px 0 4px -2px rgba(29, 29, 29, 1) inset,
    /* right center glow */
     5px 0 4px -5px rgba(255, 66, 66, 1)inset,
     4px 0 4px -2px rgba(29, 29, 29, 1) inset;
}


.our-vision-mission-section .card:hover {
  transform: translateY(-5px);
}

.our-vision-mission-section .card h3 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 40px;
  font-family: Qurova DEMO;
  font-weight: 600;
  color: #fff;
}

.our-vision-mission-section .card p {
  margin: 0;
      font-family: 'Aeonik Trial';
}

/* connector svg */
.our-vision-mission-section .connector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
}

.background-imaglining-border img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.main-wrapperabout-fivecard {
  display: flex;
  justify-content: space-between;
  margin-top: -58px;
}


/* Fourt section about page End */
/* Five section create about page Start */
.ourapproach-main-wrapper-section .container h5 {
  color: #FF5252;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 20px;
    font-family: "Outfit", sans-serif;
}

.ourapproach-main-wrapper-section .container h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}

.ourapproach-main-wrapper-section .container h1 .red {
  color: #ff3c3c;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-family: Qurova DEMO;
}

/* Card container */
.ourapproach-main-wrapper-section .card-container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  /* overflow-x: auto;  */
}
section.ourapproach-main-wrapper-section {
    overflow: hidden;
}

/* Card base */
.ourapproach-main-wrapper-section .card-custom {
    background: #fff;
    border-radius: 57px;
    text-align: center;
    padding: 30px 20px 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: background 0.3s, color 0.3s, margin 0.3s;
    position: relative;
    margin-left: -50px;
    z-index: 1;
    min-width: 272px;
    flex-shrink: 0;
    min-height: 344px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* First card always active */
.ourapproach-main-wrapper-section .card-custom.active {
  background: #D04444;
  color: #fff;
  z-index: 5;
}

/* Highlight hovered card */
/* .card-custom:hover {
      background: #D04444;
      color: #fff;
      z-index: 10;
    } */

/* On hover container → spread all cards */
.ourapproach-main-wrapper-section .card-container:hover .card-custom {
  margin-left: 20px;
}

/* Keep first card aligned */
.card-container:hover .card-custom:first-child {
  margin-left: 0;
}

/* Card icon */
.ourapproach-main-wrapper-section .card-icon {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.ourapproach-main-wrapper-section .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.ourapproach-main-wrapper-section .card-custom.active h3 {
  margin-bottom: 10px;
  color: inherit;
   font-family: 'Aeonik Trial';
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.ourapproach-main-wrapper-section .card-custom h3 {
  margin-bottom: 10px;
  color: #FF5353;
   font-family: 'Aeonik Trial';
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.ourapproach-main-wrapper-section .card-custom.active p {
  color: inherit;
  width: 165px;
   font-family: 'Aeonik Trial';
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

.ourapproach-main-wrapper-section .card-custom p {
  color: #FF5353;
  width: 165px;
   font-family: 'Aeonik Trial';
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

.ourapproach-main-wrapper-section .card-zindex-use01 {
  z-index: 3;
}

.ourapproach-main-wrapper-section .card-zindex-use02 {
  z-index: 2;
}
/*-------- card hover effect about page --------*/
.cardcolor1:hover{
  color: #FF5353 !important;
  background-color:white !important ;
}

.card-custom:hover {
  background-color:  #D04444;
  color: #fff;
  
}

.card-custom:hover h3,
.card-custom:hover p {
  color: #fff;
}

/*----------------------- ABout five section end ------------------------*/


/* ----------Responsive start---------- */

@media (max-width: 1024px) {
  .hero-section-aboutpage .hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-section-aboutpage .card {
    max-width: 90%;
    margin: 0 auto;
  }

  .our-vision-mission-section {
    top: -60px;
  }
}

@media (max-width: 992px) {
  .ourapproach-main-wrapper-section .card-custom.active p {
    width: 100%;
  }
  .wrapper-leadership-section .leadership-right img{
    border-radius: 30px;
  }
  .wrapper-leadership-section .image-leadership-leftside img{
    border-radius: 30px;
  }
.main-wrapper-ourstory-section .left-side-ourstory {
    position: relative;
    padding: 0 20px;
}
  .main-wrapper-ourstory-section .main-title::before {
    left: -24px;
    top: -25px;
    width: 15px;
    height: 116px;
  }

  .ourapproach-main-wrapper-section .card-custom p {
    width: 100%;
  }

  section.ourapproach-main-wrapper-section {
    margin-top: 60px;
  }

  .ourapproach-main-wrapper-section .card-container {
    flex-wrap: wrap;
    /* allow wrapping on tablets */
    justify-content: center;
  }

  .ourapproach-main-wrapper-section .card-custom {
    margin-left: 0 !important;
    margin: 10px;
    flex: 1 1 calc(50% - 20px);
    /* two cards per row */
    max-width: 250px;
  }

  .background-imaglining-border {
    display: none;
  }

  .our-vision-mission-section {
    top: 0;
  }

  .our-vision-mission-section {
    padding-top: 50px;
  }

  .hero-section-aboutpage .card-about-bannerimage {
    margin-top: 30px;
  }

  .wrapper-leadership-section {
    padding: 20px;
  }

  .wrapper-leadership-section::after {
    width: 120px;
    opacity: 0.5;
  }

  .hero-section-aboutpage {
    padding-top: 150px;
  }

}

@media(max-width:820px) {
  .our-vision-mission-section {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .our-vision-mission-section .connector {
    display: none
  }

  /* hide tree on small screens */
}

@media (max-width: 768px) {
  .main-wrapper-ourstory-section .timeline {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .wrapper-leadership-section .leadership-left::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #F14A4A 0%, #0A0A0A 100%);
    left: 0;
    top: 0;
    width: 15px;
    height: 116px;
}
.wrapper-leadership-section .leadership-left h2 {
    margin-left: 30px;
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}
  .main-wrapper-ourstory-section .circle {
    width: 15px;
    height: 15px;
  }

  .main-wrapper-ourstory-section .step {
    display: flex;
    align-items: center;
  }

  .main-wrapper-ourstory-section .timeline::before {
    top: -4px;
    left: 48px;
    width: 2px;
    height: 100%;
  }

  .main-wrapper-ourstory-section .step .circle {
    display: inline-block;
    margin: 0px 10px 0px 8px;
  }
  p.text-small {
    font-size: 14px;
    line-height: 20px;
    color: #e4e4e4;
    margin: 8px 0 28px;
}
.our-vision-mission-section .card h3 {
    margin: 0 0 15px;
    font-size: 28px;
}
.btn-getstart::after{
  display: none;
}
}

@media (max-width: 567px) {
  .hero-section-aboutpage .tilt-heading span {
    margin-bottom: 18px;
    gap: 0;
    font-size: 2rem;
    line-height: 15px;
    letter-spacing: 4px;
    font-weight: 700;
    font-family: Qurova DEMO;
}
  .ourapproach-main-wrapper-section .card-custom {
    flex: 1 1 100%;
    /* full width on mobile */
    margin: 10px 0;
  }
.wrapper-leadership-section .leadership-right img {
    border-radius: 15px;
}
.wrapper-leadership-section .leadership-left h2 {
    margin-left: 30px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}
.wrapper-leadership-section .image-leadership-leftside img {
    border-radius: 20px;
}
  .main-wrapperabout-fivecard {
    display: flow;

  }

  .hero-section-aboutpage {
    padding: 125px 0px 0 0;
  }

  .hero-section-aboutpage .copy h1 {
    font-size: 24px;
  }

  .hero-section-aboutpage .rotator {
    width: 150px;
    height: 150px;
    bottom: 0;
  }

  .hero-section-aboutpage .rotator .arrow {
    width: 10px;
  }
section.main-wrapper-ourstory-section {
    padding-top: 0;
}
  .wrapper-leadership-section::after {
    display: none;
  }
}

/* ----------Responsive End---------- */