    html,
    body {
        min-width: 100%;
        min-height: 100%;
        padding: 0;
        margin: 0;
        font-family: "Inter", sans-serif;
    }

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        font-family: "Inter", sans-serif;
    }

    * {
        box-sizing: border-box;

    }

    .bgblue {
        background: #E3EEFF;
    }

    .bgred {
        background: #FFEEEF;
    }

    .headingFont {
        font-size: 48px;
        color: #1E4683;
        font-weight: 600;
        line-height: 120%;
    }

    .subHeading {
        font-size: 20px;
        margin-top: 22px;
        font-weight: 300;
        line-height: 120%;
        color: #525252;
    }

    .container {
        width: 100%;
        max-width: 1720px;
        margin: 0 auto;
    }

    .block {
        display: block;
    }

    .d-desk {
        display: block;
    }

    .d-mob {
        display: none;
    }

    .d-desk1 {
        display: block;
    }

    .d-mob1 {
        display: none;
    }


    /* header section css start */

    header {
        position: fixed;
        z-index: 11111;
        width: 100%;
        top: 25px;
    }

    .headerAlign {
        display: flex;
        background: #fff;
        justify-content: space-between;
        padding: 15px 40px;
    }

    nav {
        background: #fff;
        color: #000;
        /* padding: 10px 20px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    nav .logo img {
        height: 45px;
    }

    nav ul {
        list-style: none;
        display: flex;
        gap: 30px;
        margin: 0px;
    }

    nav ul li a {
        text-decoration: none;
        color: #000;
        transition: 0.3s;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
    }

    nav ul li a:hover {
        color: #f39c12;
    }

    /* Right section (search + button) */
    .nav-actions {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .search-icon {
        font-size: 18px;
        cursor: pointer;
        color: #002b5c;
        margin: 0px 10px 0px 20px;
    }

    .contact-btn {
        background: #243b6b;
        color: #fff;
        padding: 20px 38px;
        border-radius: 3px;
        text-decoration: none;
        transition: background 0.3s;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;


    }

    .contact-btn:hover {
        background: #E31E24;
    }

    /* Hamburger button */
    .hamburger {
        display: none;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background: #000;
        border-radius: 3px;
    }

    /* header css section End */

    .bannerContainer {
        padding: 252px 0px 252px 102px;
    }

    .banner {
        background: url(../images/bannerbg1.webp) no-repeat center right;
        background-size: cover;
        max-height: 897px;
    }

    .banner1 {
        background: url(../images/bannerbg2.webp) no-repeat center right;
        background-size: cover;
        max-height: 897px;
    }


    .banner2 {
        background: url(../images/bannerbg3.webp) no-repeat center right;
        background-size: cover;
        max-height: 897px;
    }


    .banner3 {
        background: url(../images/bannerbg4.webp) no-repeat center right;
        background-size: cover;
        max-height: 897px;
    }


    .bannerContent {
        max-width: 744px;
        width: 100%;
        /* height: 433px; */
        clip-path: polygon(12% 0%,
                100% 0%,
                100% 88%,
                88% 100%,
                0% 100%,
                0% 12%);

    }

    .strokeText {
        font-weight: bold;
        color: transparent;
        -webkit-text-stroke: 1px #002f6c;
        border: 1px solid;
    }

    .bannerSection h1 {
        color: #1E4683;
        font-weight: 600;
        font-size: 50px;
        line-height: 120%;
        letter-spacing: 2%;
    }

    .bannerBoxcontent {
        padding: 50px 30px 0px 50px;
    }

    .bannerSection p {
        font-weight: 400;
        font-size: 26px;
        line-height: 120%;
        letter-spacing: 0%;
        padding-top: 20px;
    }

    .viewProduct {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        background: #E31E24;
        padding: 20px 83px 20px 83px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        margin-top: 72px;
    }

    .viewProduct img {
        transform: rotate(-40deg);
    }

    .lab-arrows {
        position: absolute;
        bottom: 120px;
        right: 1%;
        transform: translateX(-50%);
        display: flex;
        gap: 20px;
        z-index: 5;
    }

    .lab-arrows button {
        background: #003399;
        width: 40px;
        height: 40px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .labsSection .lab-arrows button {
        background: #fff;

    }

    .lab-dots {
        display: flex;
        justify-content: start;
        margin-top: 5px;
        gap: 12px;
        padding: 47px 0px 30px 50px;
    }

    .lab-dot {
        width: 40px;
        height: 6px;
        border-radius: 3px;
        background: #aaa;
        border: none;
        cursor: pointer;
        transition: 0.3s;
    }

    .lab-dot.active {
        background: #243b6b;
        width: 60px;
    }

    /* Top clients section start */

    .topClients {
        padding: 160px 0px;
        background: #F4F8FF;
    }


    .tabs {
        margin: auto;
        border-radius: 6px;
    }

    .topClients .displayFlex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .topClients .displayFlex h2 {
        font-weight: 600;
        font-size: 48px;
        line-height: 120%;
        text-align: center;
        color: #1E4683;
    }

    .tabButtons {
        display: flex;
        width: 100%;
        justify-content: end;
        gap: 20px;
    }

    .tabButtons button {
        flex: 1;
        padding: 21px 0px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        background: #fff;
        width: 100%;
        max-width: 290px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;

    }

    .tabButtons button.active {
        background: #1E4683;
        color: #fff;
    }

    .tab-content {
        display: none;
        padding: 20px;
        margin-top: 50px;
    }

    .tab-content.active {
        display: block;
    }

    .number-section {
        display: flex;
        align-items: flex-start;
        padding: 50px;
        gap: 78px;
    }

    .numberPositionSet {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 490px;
        border-right: 1px solid #999999;
        cursor: pointer;
        min-height: 300px;
        /* container height */
    }

    .topClients .owl-prev.disabled img,
    .topClients .owl-next.disabled img {
        opacity: 0.4;
        /* make arrow look disabled */
        pointer-events: none;
        /* prevent clicking */
        cursor: default;
    }


    /* Stack both divs */
    .numberDetails,
    .slideDetails {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: all 0.5s ease-in-out;
    }

    /* Default state */
    .numberDetails {
        opacity: 1;
        transform: translateY(0);
        z-index: 2;
    }

    .slideDetails {
        opacity: 0;
        transform: translateY(100%);
        /* hidden below */
        z-index: 1;
        padding: 0px 45px 0px 0px;
    }

    /* On hover → animate */
    .numberPositionSet:hover .numberDetails {
        opacity: 0;
        transform: translateY(-100%);
        /* slide up out */
    }

    .numberPositionSet:hover .slideDetails {
        opacity: 1;
        transform: translateY(0);
        /* slide up into place */
    }

    /* Number styling */
    .number {
        font-weight: 600;
        color: #d71920;
        font-size: 200px;
        line-height: 120%;
        position: relative;
        left: -60px;
        /* crop effect */
    }

    .label {
        font-size: 18px;
        color: #1c1c1c;
        margin-top: 20px;
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
    }

    .label span {
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        margin-top: 17px;
    }

    .topClients .owl-carousel .owl-item img {
        width: auto !important;
    }

    .topClients .owl-nav {
        float: right;
        margin-top: 79px;
    }

    .topClients .owl-prev {
        margin: 5px;
    }

    .topClients .owl-next {
        margin: 5px;
    }

    /* Top clients section End */


    /* flowControl section css start */

    .flowControl {
        padding-top: 78px;
    }

    .flowControl h2 {
        text-align: center;
        /* color: #1E4683;
        font-weight: 600;
        line-height: 120%; */
    }

    .flowControl .subHeading {
        text-align: center;
        /* margin-top: 22px;
        font-weight: 300;
        line-height: 120%;
        color: #525252; */
    }

    .flowContent {
        display: flex;
        gap: 46px;
        margin-top: 40px;
        justify-content: center;
    }

    .flowcontentAlign {
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        color: #525252;
        border-bottom: 1px solid gray;
        padding-bottom: 20px;
        padding-top: 60px;
    }

    .highlightFlowcontent {
        font-weight: 600;
        font-size: 60px;
        line-height: 120%;
        color: #E1171F;
        position: relative;
        top: 20px;
    }

    .leftflowContent {
        width: 100%;
        max-width: 529px;
    }

    .centerflowContent {
        width: 100%;
        max-width: 550px;
    }

    .rightflowContent {
        width: 100%;
        max-width: 529px;
    }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .fadeOut {
        animation-name: fadeOut;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .fadeIn {
        animation-name: fadeIn;
    }

    /* flow section css End */

    /* industries section start */
    .industries {
        padding-top: 84px;
        padding-bottom: 160px;
    }

    .insustriesHeading {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .industriesBtn {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        background: #E31E24;
        padding: 20px 83px 20px 83px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #fff;
    }

    .industriesBtn img {
        transform: rotate(-40deg);
    }

    .industriesboxContent {
        padding: 30px;
        border: 1px solid #D5D9E5;
        height: 282px;
    }

    .indistriesdetails {
        width: 100%;
        max-width: 350px;
        margin-top: 15px;
    }

    .indistriesdetails h5 {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: #E1171F;
        margin-bottom: 15px;
    }

    .indistriesdetails p {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #525252;
    }

    .industriesBox {
        display: flex;
        gap: 16px;
    }

    .industriesSlider.owl-carousel .owl-item img {
        width: auto !important;
    }

    .industriesSlider .owl-nav {
        float: right;
        margin-top: 40px;
    }

    .owl-prev {
        margin: 5px;
    }

    .owl-next {
        margin: 5px;
    }

    .industriesSlider {
        margin-top: 43px;
    }


    /* industries section End */

    /* offer section css start */
    .offer {
        padding: 84px 0px;
        background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
    }

    .offer .headingFont {
        color: #fff;
    }

    .offer .subHeading {
        color: #fff;
    }

    .offerdetails {
        margin-top: 40px;
    }

    .offerdetailscontain {
        display: flex;
    }

    /* .offerdetailscard {
        background: #fff;
    } */

    .offercardCotent {
        width: 100%;
        max-width: 506px;
        padding: 24px 20px 29px 20px;
        border: 1px solid #CCCCCC;
        margin: auto;
        margin-top: -92px;
        z-index: 11111;
        position: relative;
        background: #fff;
    }

    .offercardCotent h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        color: #1E4683;
        margin-bottom: 15px;
    }

    .offercardCotent p {
        color: #525252;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
    }

    .offerdetails .owl-nav {
        position: absolute;
        top: -8rem;
        right: 0;
    }

    /* offer section css End */

    /* delvaldifference css section start */
    .delvalDifference {
        background: url(../images/delvaldiff.webp) no-repeat center right;
        background-size: cover;
        padding: 90px 0px;
    }

    .alignVideodetails {
        display: flex;
        gap: 18px;
    }

    .videoContent {
        width: 100%;
        max-width: 560px;
    }

    .videoPart{
        position: relative;
    }

    .playIconset{
        position: absolute;
        bottom: 15px;
        left: 10px;
    }
    /* delvaldifference css section End */

    /* certification section css start */


    .certification {
        background: #F4F8FF;
        padding: 75px 0px;
    }

    .certification h2 {
        text-align: center;
    }

    .certification-slider {
        /* max-width: 1100px; */
        margin: 40px auto;
    }

    .certification-slider .item {
        text-align: center;
        transition: all 0.4s ease;
        opacity: 0.2;
        /* disabled look by default */
        transform: scale(0.85);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 412px;
        padding: 10px;
        background-size: calc(100% - 30px) calc(100% - 30px);
    }

    .certification-slider .certification1 {
        background: url(../images/certification1.webp) no-repeat center;
        height: 148px;
        width: 150px;

    }

    .certification-slider .certification2 {
        background: url(../images/certification2.webp) no-repeat center;
        height: 148px;
        width: 150px;

    }


    .certification-slider .certification3 {
        background: url(../images/certification3.webp) no-repeat center;
        height: 148px;
        width: 150px;

    }


    .certification-slider .certification4 {
        background: url(../images/certification4.webp) no-repeat center;
        height: 148px;
        width: 150px;

    }

    /* first and last active slide dimmed */
    .certification-slider .owl-item.edge .item {
        opacity: 0.2 !important;
    }


    .certification-slider .item img {
        max-width: auto;
        border-radius: 12px;
        border: 2px solid #ddd;
    }

    /* active side items */
    .certification-slider .owl-item.active .item {
        opacity: 1;
        transform: scale(0.95);
        background: url(../images/certificationedge.webp) no-repeat center;
    }

    /* center highlighted item */
    .certification-slider .owl-item.center .item {
        opacity: 1;
        transform: scale(1.1);
        border-radius: 12px;
        background: url(../images/certification.webp) no-repeat center;

    }

    .certification .tabButtons {
        justify-content: center;
    }

    /* certification section css End */

    /* testimonials css section start */

    .testimonials {
        padding: 66px 0px;
        background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
    }

    .testiheadingAlign h2 {
        color: #fff;
    }

    .testiheadingAlign .subHeading {
        color: #fff;
    }

    .testiheadingAlign {
        text-align: center;
    }

    .testimonialContent {
        margin: 30px auto;
        max-width: 999px;
        width: 100%;
        text-align: center;
        transition: opacity 0.4s ease;
        background: #fff;
        padding-top: 62px;
    }

    .testimonialContent p {
        color: #444;
        font-style: italic;
        font-weight: 400;
        font-size: 24px;
        line-height: 120%;
        text-align: center;

    }

    .testimonialAuthor {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 15px;
        margin-top: 56px;
    }

    .authorImg {
        object-fit: cover;
    }

    .testimonialAuthor h4 {
        margin: 0;
        font-weight: 600;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #1E4683;
    }

    #testimonialRole {
        text-align: left;
        margin-top: 5px;
    }

    .testimonialAuthor p {
        margin: 0;
        font-size: 16px;
        color: #777;
    }

    .testimonialIcons {
        display: flex;
        margin-top: 30px;
        background: #F4F8FF;
    }

    .testimonialIcons img {
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 18px 60px 18px 60px;
        width: 100%;
        height: 80px;
    }

    .testimonialIcons img:hover,
    .testimonialIcons img.active {
        opacity: 1;
        transform: scale(1);
        background: #fff;
    }

    /* testimonials css section End */


    /* footer section css start */
    .footerAlign {
        display: flex;
        justify-content: space-between;
    }

    .headingAlign {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .subscribe-box {
        display: flex;
        width: 350px;
        margin: 20px auto;
        border: 1px solid #ddd;
        border-radius: 4px;
        overflow: hidden;
    }

    .subscribe-box input[type="email"] {
        flex: 1;
        padding: 12px;
        border: none;
        outline: none;
        font-size: 14px;
        color: #555;
    }

    .subscribe-box button {
        background: #e50914;
        /* red */
        color: #fff;
        border: none;
        padding: 12px 20px;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .subscribe-box button:hover {
        background: #c20811;
        /* darker red on hover */
    }

    .footerLinkslist h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 57px;

    }

    .footerLinkslist li {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #000;
        margin-bottom: 30px;
    }

    .footerLinkslist a {
        color: #525252;
        text-decoration: none;
    }

    .footerLinkslist p {
        color: #525252;
    }

    .socialIcons h6 {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        color: #1A2A38;
        margin-bottom: 10px;
    }

    .copyRights {
        display: flex;
        justify-content: space-between;
        padding: 30px 0px;
        border-top: 1px solid #CACACA;
        color: #525252;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .policyDetails {
        display: flex;
        gap: 30px;
    }

    /* footer section End */

    .displayFlex .d-desk1 {
        width: 50%;
    }

    .testimonials .tabButtons {
        justify-content: center;
    }