body {
    font-family: "Inter", sans-serif;
}

.container {
    max-width: 1280px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (max-width: 1300px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1160px) {
    .container {
        max-width: 960px;
    }
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.h3 {
    background: linear-gradient(90deg, #4D8DB7 4%, #04D9B1 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    width: max-content;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

.common-btn {
    background: linear-gradient(90deg, #4F90B7 0%, #04D9B1 100%);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF !important;
    padding: 10px 18px;
    border-radius: 34px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.common-btn:hover {
    background: linear-gradient(90deg, #04D9B1 0%, #4F90B7 100%);
    /* Reverse gradient */
    transform: translateY(-3px);
    /* Slight lift effect */
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    /* Stronger shadow */
}


.underline-badge {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    /* color: #04D9B1; */
    position: relative;
    width: max-content;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.underline-badge::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%);

}

.owl-nav button>img {
    width: 46px;
    padding: 0px;
}

.owl-nav button {
    position: absolute;
    top: 20%;
}

.owl-nav button.owl-prev {
    left: -60px;
}

.owl-nav button.owl-next {
    right: -60px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

/*============ Header Start============*/
.webiste-loader span {
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%);
    height: 6px;
    display: block;
    position: fixed;
    top: 0px;
    z-index: 999;
    transition: width 0.3s ease-in-out;
}

header a.common-btn {
    padding: 6px 18px;
}

.site-header {
    /* background: #10204466; */
    height: 85px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
}

.logo-brand a {
    display: block;
}

.logo-brand {
    margin-right: 40px;
}

.logo-brand img {
    width: auto;
    height: 83px;
    object-fit: contain;
}

.header-menu-grid {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    gap: 50px;

}

.header-menu ul {
    display: flex;
    gap: 32px;
}

.header-menu a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.header-menu a:hover {
    color: #04D9B1;
}

.header-menu li.current-menu-item a {
    color: #04D9B1;
}

.site-header .row {
    align-items: center;
}

/* 
.header-menu {
    display: flex;
    gap: 32px;
} */

.site-header.fixed {
    background: rgb(16 32 68 / 87%);
}

/* .header-menu-btn{
    position: absolute;
    right: 0px;
} */

/*============Footer Start============*/
footer {
    background-color: #102044;
    padding-top: 64px;
    padding-bottom: 48px;
    color: #D0D5DD;
}

footer .top-footer .row {
    gap: 86px;
    justify-content: space-between;
}

.company-info {
    max-width: 320px;
}

.company-info p {
    color: #D0D5DD;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.footer-menu {
    text-align: center;
    /* padding-top: 15px; */
}

.menu-footer-menu-container li {
    padding-bottom: 12px;
}

.footer-menu h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.footer-menu ul {
    text-align: center;
}

.footer-menu li>a {
    color: #D0D5DD;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.footer-menu li>a:hover,
.footer-menu li.current-menu-item>a {
    color: #04D9B1;
}

.bottom-footer {
    margin-top: 96px;
}

.bottom-nav {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.copyright p {
    margin: 0px;
}

.bottom-nav li>a {
    color: #D0D5DD;
}

.footer-newsletter h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: rgba(208, 213, 221, 1);
    margin-bottom: 16px;
    margin-top: 0px;
}

.news-letter p {
    margin: 0 !important;
    display: flex;
    gap: 16px;
    align-items: self-start;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

span.wpcf7-spinner {
    position: absolute;
}

.news-letter input[type="email"] {
    height: 44px;
    border-radius: 0px !important;
    padding: 10px 14px !important;
    width: 100%;
    border: 1px solid rgba(208, 213, 221, 1) !important;
}

.news-letter input.wpcf7-submit {
    background: linear-gradient(90deg, #4F90B7 0%, #04D9B1 100%);
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF !important;
    padding: 14px 23px !important;
    border-radius: 34px !important;
    display: inline-block;
    border: 0px !important;
}

.footer-newsletter {
    max-width: 360px;
}

.footer-social-icon ul {
    display: flex;
    gap: 24.5px;
}

.footer-social-icon img {
    width: 32px;
}

/*============Footer end============*/


/*************** Home Page Css ***************/

/* ======= Hero Section ======== */
.hero-banner-slider {
    width: 100%;
    position: relative;
}


.hero-slider {
    position: relative;
    width: 100%;
    z-index: 9;
}

.hero-slider .slide {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 996px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0;
}

.hero-slider .slide::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 32, 68, 0.3) 9.5%, rgba(255, 255, 255, 0.3) 58%);
}

.slide-content p {
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: #475467;
}

.slide-content h1 {
    font-size: 80px;
    font-weight: bold;
}

.hero-banner-heading {
    position: relative;
}

.hero-banner-heading h1 {
    font-weight: 400;
    font-size: 200px;
    line-height: 1.3;
    text-align: center;
    color: #475467;
    margin: 0px;
    position: relative;
    z-index: 9;
}

.dna-light {
    position: absolute;
    top: 0px;
    left: -40px;
    font-weight: 400;
    font-size: 320px;
    background: linear-gradient(90deg, rgba(77, 141, 183, 0.15) 0%, rgba(4, 217, 177, 0.15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 0.9;
}

/* ======= Hero Section ======== */

/* ======= Growth Section ======== */
.growth-section {
    padding-top: 64px;
    padding-bottom: 96px;
}

.growth-content {
    padding-right: 32px;

}

.growth-section .row {
    align-items: center;
}

.growth-content h2 {
    margin: 0px;
    font-weight: 600;
    /* font-size: 60px; */
    /* line-height: 72px; */
    font-size: 36px;
    line-height: 1.3;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.growth-content p {
    font-weight: 400;
    /* font-size: 20px; */
    /* line-height: 30px; */
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #475467;
}

/*********** solutions Section Start ***********/
.solutions-section {
    padding: 96px 0px;
}

.solutions-section .row {
    justify-content: center;
}

.solutions-heading {
    text-align: center;
    margin-bottom: 64px;
}

.solutions-heading span {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.solutions-heading h3 {
    margin-top: 12px;
    margin-bottom: 20px;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.solutions-heading p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(71, 84, 103, 1);
}

.solutions-card-grid .row {
    gap: 20px;
}

.solutions-card-grid .col-lg-3 {
    width: 23%;
}

.solutions-card-grid .inner-card {
    text-align: center;
}

.solutions-card-grid .inner-card h4 {
    margin-bottom: 8px;
}

.solutions-card-grid .inner-card p {
    margin-bottom: 20px;
}

.solutions-card-grid .inner-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    gap: 8px;
}

.solutions-card-grid .inner-card a img {
    width: 20px;
}

.solution-card-img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.solution-card-img::after {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    right: 0px;
    bottom: 0px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
}

.solution-card-img::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    right: 0px;
    bottom: 0px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    opacity: 0.2;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.solution-card-img img {
    width: 20px;
    object-fit: contain;
    z-index: 9;
}

.border-bottom {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

}


/*********** Center Slider Section Start ***********/
.center-slider-section .row {
    justify-content: center;
}

.dna-group-content {
    text-align: center;
    max-width: 748px;
}

.dna-group-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.center-slider-grid {
    padding-top: 32px;
}

#home_certification_slider_1 .item img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(4%) saturate(7%) hue-rotate(45deg) brightness(93%) contrast(94%);
    max-height: 150px;
    width: auto;
}

#home_certification_slider_1 .item img:hover {
    filter: unset;
}

#about_certification_slider .item img {
    max-height: 120px;
    width: auto;
}

/*********** Center Slider Section End ***********/
/*  */
.certifi-slider-section {
    padding: 96px 0px;
    text-align: center;
}

/* 
.certifi-slider-section .h3 {
    background: linear-gradient(90deg, #4D8DB7 36%, #04D9B1 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.certifi-slider-section img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(4%) saturate(7%) hue-rotate(45deg) brightness(93%) contrast(94%);
    margin: auto;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.certifi-slider_2 .item img {
    max-height: 120px;
    width: auto !important;
}

.certifi-slider-section img:hover {
    filter: unset;
}

.certification-slider {
    margin-top: 46px;
}


/* Features */
.features-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 96px;
    padding-bottom: 42px;
    position: relative;

}

.features-section::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #102044CC;
}

.features-section .container {
    position: relative;
    z-index: 1;
}

.features-top-heading {
    max-width: 768px;
    margin-bottom: 64px;
}

.features-top-heading h3 {
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.features-top-heading p {
    color: #D0D5DD;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
}

.features-slider .feature-box {
    text-align: left;
}

.features-slider {
    padding-left: 24px;
}

.feature-box h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
}

.feature-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(208, 213, 221, 1);
}

.feature-box a {
    display: inline-block;
    margin-bottom: 16px;
    color: rgba(4, 217, 177, 1);
    font-weight: bold;
    text-decoration: none;
}

.feature-box-img {
    margin-bottom: -46px;
}

.slider-wrapper {
    position: relative;
}

.progress-bar {
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.progress-fill {
    width: 100%;
    height: 0%;
    background-image: linear-gradient(180deg, #05B3E4 2.78%, #04D9B1 100.25%);
}

.features-slider .slick-next {
    top: 60%;
    transform: rotate(90deg);
}

.features-slider .slick-prev {
    top: 45%;
    transform: rotate(90deg);
}

.features-slider .slick-next,
.features-slider .slick-prev {
    right: unset;
    left: -40px;
    width: 44px !important;
}

.features-slider .slick-next img,
.features-slider .slick-prev img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7500%) hue-rotate(180deg) brightness(112%) contrast(100%);
    width: 44px;
}

/* Owl Carousel Navigation */

/********Career Section************/
.career-section {
    padding: 96px 0px;
    background-color: #102044;
    text-align: center;
}

.career-section .row {
    justify-content: center;
}

.career-content {
    max-width: 768px;
}

.career-content h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    margin: 20px 0px;
}

.career-content p {
    color: #D0D5DD;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
}

.career-section a.common-btn {
    padding: 16px 24px;
}

/*  */
.innovat-section {
    background-color: #fff;
    padding: 32px 0px;
    position: relative;
}

.innovat-section p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #475467;
    margin: 0px;
}

.innovat-section img {
    width: 43px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
}

/*============= Inner Hero Banner===========*/
.inenr-hero-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 996px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}

.inenr-hero-content p {
    font-weight: 400;
    font-size: 58px;
    margin: 0px;
    line-height: 80px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.inenr-hero-content .dna-light {
    left: 110px;
    top: -20px;
}

/* Service Page */
.why-dna-section {
    padding: 96px 0px;
    background: rgba(248, 249, 250, 1);
}

.why-dna-section .row {
    align-items: center;
}

.why-dna-img {
    width: 100%;
    height: 524px;
    max-width: 524px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.why-dna-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-dna-content {
    padding-left: 20px;
}

.why-dna-content h3 {
    text-align: left;
    margin-left: 0px;
}

.why-dna-content p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    color: rgba(71, 84, 103, 1);
}

/***** services-section *******/
.services-section {
    padding: 96px 0px;
}

.services-heading h3 {
    /* margin-top: 16px;
    margin-bottom: 12px;
    text-align: left;
    */


    font-weight: 600;
    margin-left: 0px;
    background: transparent !important;
    -webkit-text-fill-color: unset !important;
    font-size: 30px;
    line-height: 38px;
    color: #102044;
    margin-top: 10px;
    margin-bottom: 20px;
    /* background: linear-gradient(90deg, #4D8DB7 30%, #04D9B1 50%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.services-section .row {
    align-items: center;
}

.services-section .row .row {
    align-items: start;
}

.services-heading span.underline-badge {
    color: rgba(16, 32, 68, 1);
}

.services-card {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.services-card img {
    width: 54px;
}

.services-card h4 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #102044;
}

.services-card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(71, 84, 103, 1);
}

.services-section .col-md-4 .services-card,
.services-section .col-md-8 {
    padding-left: 32px;
    padding-right: 32px;
}

/**************** Consult Section **********/
.consult-section {
    padding: 96px 0px;
    background: linear-gradient(89.89deg, #F8F9FA 47.02%, #939394 98.07%);
    position: relative;
}

.consult-content h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    color: rgba(16, 32, 68, 1);
    margin-bottom: 24px;
    margin-top: 0px;
}

.consult-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: rgba(71, 84, 103, 1);
    margin-bottom: 48px;
}

.consult-content {
    padding-top: 75px;
    max-width: 480px;
    padding-bottom: 75px;
}

.consult-img {
    width: 855px;
    top: -53px;
    position: absolute;
    right: 0;
}

.consult-img img {
    width: 100%;
}

/************************/
.collaborative-process {
    background-color: #fff;
    padding: 96px 0;
}

.collaborative-heading h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #102044;
    position: relative;
    width: max-content;
    margin-bottom: 46px;
    margin-top: 0px;
}

.collaborative-heading {
    margin-bottom: 64px;
}

.collaborative-heading h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.collaborative-heading p {
    font-size: 20px;
    line-height: 1.3;
    color: #102044;
    margin-top: 10px;
}

.collaborative-heading h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #102044;
    margin-top: 10px;
    margin-bottom: 20px;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.step {
    width: calc(100%/5 - 16px);
}

.step:last-child .step-icon::after {
    display: none;
}

.step-number {
    font-weight: 300;
    font-size: 32px;
    line-height: 30px;
    color: #475467;
}

.process-steps h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.process-steps p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
}

.step-icon {
    margin-left: 18px;
    position: relative;
}

.step-icon::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 20px;
    width: 160px;
    height: 2px;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.step:last-child .step-icon img {
    width: 70%;
}

/******************/
.managment-section {
    padding-bottom: 96px;
    overflow: hidden;
}

.managment-card-grid {
    display: flex;
    flex-wrap: wrap;
}

.managment-heading {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.managment-heading h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin: 0px;
    color: #101828;
}

.managment-heading::after {
    content: '';
    position: absolute;
    bottom: -20px;
    height: 2px;
    width: 300px;
    left: 50%;
    transform: translate(-50%);
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.flip-card img {
    width: 54px;
}

.flip-card h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: rgba(71, 84, 103, 1);
}

.managment-inner-card:first-child {
    background: rgba(240, 242, 245, 1);
}

.managment-inner-card:nth-child(2) {
    background: rgba(224, 228, 235, 1);
}

.managment-inner-card:nth-child(3) {
    background: rgba(206, 213, 222, 1);
}

.managment-inner-card:nth-child(4) {
    background: rgba(181, 191, 206, 1);
}

.managment-inner-card:last-child {
    background: rgba(157, 170, 189, 1);
}

.managment-card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flip-card {
    width: calc(100% / 5);
    position: relative;


}

.flip-card-inner {
    position: relative;
    transition: transform 0.8s ease;
    transform-style: preserve-3d;
    min-height: 300px;

}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card:first-child .flip-card-front,
.flip-card:first-child .flip-card-back {
    background: rgba(240, 242, 245, 1);
}

.flip-card:nth-child(2) .flip-card-front,
.flip-card:nth-child(2) .flip-card-back {
    background: rgba(224, 228, 235, 1);
}

.flip-card:nth-child(3) .flip-card-front,
.flip-card:nth-child(3) .flip-card-back {
    background: rgba(206, 213, 222, 1);
}

.flip-card:nth-child(4) .flip-card-front,
.flip-card:nth-child(4) .flip-card-back {
    background: rgba(181, 191, 206, 1);
}

.flip-card:last-child .flip-card-front,
.flip-card:last-child .flip-card-back {
    background: rgba(157, 170, 189, 1);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 62px 24px 54px 24px;
    text-align: center;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card-front {
    /* z-index: 2; */
    cursor: pointer;
}

/* .flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
} */


/**********testimonials-section*********/
.testimonials-section {
    background-position: center -60px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 188px;
    padding-bottom: 173px;
    position: relative;
}

.testimonials-section::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(16, 32, 68, 0.7);
}

.testimonials-section .container {
    position: relative;
    z-index: 19;
}

.testimonial-slider {
    text-align: center;
}

.testimonial-item p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    min-height: 90px;
}

.testimonial-item h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 24px 0px;
}

.testimonial-item span {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}

.testimonial-item img {
    margin: auto;
    margin-bottom: 50px;
    width: 72px !important;
}

/************ Satisfied Section **************/
.satisfied-section {
    padding-top: 238px;
    padding-bottom: 124px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.satisfied-section::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    /* background: rgba(16, 32, 68, 0.8); */
}

.satisfied-heading {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    position: relative;
    z-index: 1;
}

.satisfied-heading h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    margin-top: 0px;
    margin-bottom: 24px;
}

.satisfied-heading p {
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.satisfied-slider {
    position: relative;
    z-index: 11;
}

.satisfied-slider img {
    /* max-height: 150px; */
    margin: auto;
    display: block;
    padding: 10px;
}

.services-page .satisfied-slider .satisfied-item img {
    max-height: 120px;
    width: auto !important;
}

.satisfied-slider .slick-slide {
    text-align: center;
}

.satisfied-slider {
    margin-top: 64px;
}

/* Industries Page */
.industries-banner {
    position: relative;
}

.industries-banner:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-color: #101828;
    opacity: 0.4;
}

.industries-banner h1 {
    color: #fff !important;
}

.industries-banner .container {
    position: relative;
    z-index: 1;
}

.expertise-section {
    padding: 56px 0px;
    background: rgba(242, 244, 247, 1);
}

.expertise-section p {
    color: rgba(16, 32, 68, 1);
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    margin: 0;

}

/* Tabs */
.expertise-tabs-section {
    padding: 76px 0px;
}

.tabs-heading {
    padding-bottom: 60px;
}

.tabs-heading h2 {
    color: rgba(16, 32, 68, 1);
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    position: relative;
    width: max-content;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 42px;
}

.tabs-heading h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.tabs-heading p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: rgba(71, 84, 103, 1);
}

.expertise-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 30px;
}

.expertise-tabs .nav-item {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: calc(100% / 4);
    text-align: center;
}

.expertise-tabs .nav-item a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 24px;
    padding: 138px 44px;
    line-height: 24px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    height: 100%;
    background: rgba(16, 32, 68, 0.4);
}

.expertise-tabs .nav-item a.active::after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 32px;
    height: 32px;
    border-top: 15px solid #9AB5DE;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transform: translate(-50%, 0px);
}

.expertise-tabs .nav-item a:not(.active) {
    background: rgba(16, 32, 68, 0.8);
    transition: all 0.3s ease-in-out;
}

.tab-content {
    margin-top: 64px;
}

.tab-pane:not(.active) {
    display: none;
}

.tabs-content {
    padding-right: 120px;
}

.tabs-content p {
    color: rgba(71, 84, 103, 1);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.tab-imgs {
    height: 360px;
}

.tab-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
    /* border-radius: 12px; */
}

/* social-proof-section */
.social-proof-section {
    background: rgba(16, 32, 68, 1);
    padding: 96px 0px;
}


.social-slider .slick-prev,
.social-slider .slick-next,
.social-slider .slick-prev img,
.social-slider .slick-next img {
    width: 44px;
    /* filter: contrast(0) invert(1); */
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.social-item img {
    height: 70px;
    /* filter: contrast(0) invert(1); */
    filter: brightness(0) invert(1);
    margin: auto;
    width: auto !important;
    cursor: pointer;
}

.social-item img:hover {
    filter: brightness(0) invert(1);
}

.social-slider .slick-prev {
    left: -60px;
    top: 20px;
}

.social-slider .slick-next {
    right: -60px;
    top: 20px;
}

.social-slider button:hover img {
    filter: brightness(0) invert(1);
}

/******************************/
.providing-section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.providing-section::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(89.89deg, rgba(248, 249, 250, 0.8) 17.37%, rgba(16, 32, 68, 0.8) 98.07%);
}

.providing-content {
    position: relative;
    z-index: 9;
}

.providing-content h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    color: #102044;
    margin-top: 0;
    margin-bottom: 24px;
}

.providing-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #475467;
    max-width: 480px;
    margin-bottom: 40px;
}

/*======================= About US =======================*/
.about-us-banner p {
    text-align: left !important;
}

.about-us-banner h1 {
    color: #fff;
}

/*********** Project Section ************/
.project-section {
    padding-top: 96px;
    padding-bottom: 96px;
}

.project-heading h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    position: relative;
    width: max-content;
    margin-bottom: 42px;
    margin-top: 0px;
}

.project-heading h2::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.project-heading p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #475467;
    margin-bottom: 32px;
}

.project2-section {
    padding-top: 96px;
    padding-bottom: 96px;
}

.project2-section img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

/* .mission-section span, */
.project2-section span {
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project2-section h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #102044;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* .project2-section img {
    border-radius: 10px;
} */

.project2-content {
    padding-right: 100px;
}

.project2-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #475467;
    margin-bottom: 32px;
}

.project2-content li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #475467;
    padding-bottom: 12px;
    position: relative;
    padding-left: 54px;
}

.project2-content li::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 4px;
    width: 22px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../icon/list-icons.png);
}

/*********Mission Section***************/
.mission-section {
    padding: 187px 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mission-section::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #102044B2;
}

.mission-content {
    max-width: 768px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 3;
}

.mission-content h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.mission-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #D0D5DD;
}

/* Last Section */
.innovat-section h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: #475467;
}

.timeline-section {
    padding: 96px 0px;
    position: relative;
}

.timeline-title {
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 0px;
    width: max-content;
}

.timeline-heading {
    text-align: center;
    margin-bottom: 30px;
}

.timeline-heading-story {
    /* background-color: #F2F4F7; */
    padding: 50px;
}

.timeline-heading-story h3 {
    color: #102044;
    margin-top: 0px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

.timeline-title::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #4D8DB7 0%, #04D9B1 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.timeline-item.right {
    flex-direction: row-reverse;
}

.timeline-item .timeline-content {
    display: flex;
    align-items: center;
    width: 45%;
    padding: 15px;
    position: relative;
}

.timeline-item .timeline-content .timeline-user {
    min-width: 96px;
    width: max-content;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%);
    padding: 5px;
    /* Creates space for the gradient border */
    position: relative;
    z-index: 1;
    margin-right: 20px;
    padding: 10px;
}

.timeline-item .timeline-content img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Add a pseudo-element to create a smooth gradient border */
.timeline-item .timeline-user::after {
    content: "";
    position: absolute;
    width: 108px;
    height: 108px;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%);
    border-radius: 50%;
    z-index: -1;
    top: -6px;
    left: -6px;
    right: 0px;
    opacity: 0.5;
    bottom: 0px;
}

.text {
    text-align: left;
}

.text h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #102044;
}

.text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
}

.year {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 5px 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 22px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .timeline-line {
        left: 10px;
    }

    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .timeline-item.left {
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline-item .timeline-content {
        width: 90%;
    }

    .year {
        left: 20px;
        transform: translateY(-50%);
    }
}

/*******About Testmonail********/
.about-testmonail {
    padding: 96px 0px;
    background-color: #101828;
}

.about-testimonial-slider {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.about-testimonial-item {
    padding: 20px;
}

.about-testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    margin: 10px auto;
    object-fit: cover;
}

.about-testimonial-item h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    /* color: #101828; */
    color: #fff;
    margin-top: 0px;
}

.about-testimonial-item strong {
    display: block;
    margin-top: 16px;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #fff;

}

.about-testimonial-item span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}


.map-section {
    position: relative;
    width: 100%;
    height: 400px;
}

.contact-form {
    position: relative;
    padding-bottom: 96px;
}

.contact-form .row {
    justify-content: center;
}

.contact-form form {
    position: relative;
    box-shadow: 0 5px 19px 0 #00000029;
    background-color: #fff;
    padding: 2rem;
}

.contact-form .wpcf7 .left_field {
    width: 48%;
}

.contact-form .wpcf7 .right_field {
    width: 48%;
}

.contact-form .init .message_field {
    width: 100%;
}

.contact-form .init p {
    color: #04D9B1;
    margin-top: 10px;
}

.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #08d5b2;
    color: #08d5b2;
}

form.wpcf7-form.init {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form .wpcf7 input {
    border-radius: 0px;
    padding: 10px 15px;
    border: 2px solid #ccc;
    width: 100%;
    display: block;
}

.contact-form .wpcf7 input[type=submit] {
    background: linear-gradient(90deg, #4F90B7 0%, #04D9B1 100%);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF !important;
    padding: 10px 18px;
    width: 100%;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.google-map p,
.google-map iframe {
    margin: 0;
    height: 100%;
}

.google-map {
    height: 100%;
}

.policy-hero-banner {
    margin-bottom: 90px;
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}

.policy-hero-banner::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.policy-hero-banner h1 {
    font-size: 60px;
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: left;
    text-transform: capitalize;
}

.page-id-64 .expertise-section {
    padding: 77px 0px;
}

.page-id-64 .expertise-section p {
    font-size: 40px;
    line-height: 1.6;
}

.welcome-dna-section {
    padding: 70px;
    background-color: #F8F9FA;
}

.welcome-dna-section h2 {
    font-size: 50px;
    margin-top: 0;
    font-weight: 600;
    padding-right: 40px;
    line-height: 1.3;
    margin-bottom: 0px;
    background: linear-gradient(90deg, #4D8DB7 0%, #04D9B1 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcome-dna-section p {
    font-size: 16px !important;
    margin: 0;
}

.timeline-heading .timeline-heading-story p {
    color: #000;
}


#services_certification_slider_1 .owl-nav img {
    filter: brightness(0) invert(1);
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

#services_certification_slider_1 .owl-nav button:hover img{
    opacity: 1;
}