    #navbar {
      position: sticky;
    }
    /*** Heading ***/
    
    .h1-tag {
        font-size: 2.5rem;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 600;
        line-height: 1.2;
    }
    
    .h2-tag {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .h3-tag {
        font-size: 1.875rem;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .h4-tag {
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .h5-tag {
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .h6-tag {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    h1,
    h2,
    .fw-bold {
        font-weight: 700 !important;
    }
    
    h3,
    h4,
    .fw-semi-bold {
        font-weight: 600 !important;
    }
    
    h5,
    h6,
    .fw-medium {
        font-weight: 500 !important;
    }
    /*** Button ***/
    
    .btn {
        transition: .5s;
    }
    
    .btn:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    }
    
    .btn-primary {
        background-color: #e16408;
        border-color: #e16408;
    }
    
    .btn-primary:hover {
        color: #fff;
        background-color: #e16408;
        border-color: #e16408;
    }
    
    .btn-light {
        color: #e16408;
    }
    
    .btn-square {
        width: 38px;
        height: 38px;
    }
    
    .btn-sm-square {
        width: 32px;
        height: 32px;
    }
    
    .btn-lg-square {
        width: 48px;
        height: 48px;
    }
    
    .btn-square,
    .btn-sm-square,
    .btn-lg-square {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
        border-radius: 50px;
    }
    
    /*** Hero Header ***/
    
    .hero-area9 .main-images {
        height: 500px;
        position: relative;
        margin-right: -100px;
        margin-top: 30px;
    }
    
    .hero-area9 {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: visible;
        height: 600px;
    }
    
    @media only screen and (min-width: 1400px) and (max-width: 1599px) {
        .hero-area9 .main-images {
            margin-right: 0 !important;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-area9 .main-images {
            margin-right: 0;
            height: auto;
        }
    }
    
    @media (max-width: 767px) {
        .hero-area9 .main-images {
            margin-right: 0;
            height: auto;
        }
        .hero-area9 {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            overflow: hidden !important;
            height: auto;
        }
        .hero-area9 .main-images .image3 {
            position: absolute;
            left: 0;
            top: -30px !important;
            width: 200px;
        }
        .hero-content {
            margin-bottom: 20px;
            color: #676565;
        }
    }
    
    .hero-area9 .main-images .image1 {
        text-align: end;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    
    .hero-area9 .main-images .image2 {
        position: absolute;
        left: 0;
        top: 0px;
    }
    
    @media (max-width: 767px) {
        .hero-area9 .main-images .image2 {
            display: none;
        }
    }
    
    .hero-area9 .main-images .image3 {
        position: absolute;
        right: -60px;
        top: -50px;
    }
    
    .hero-area9 .main-images .image4 {
        position: absolute;
        bottom: 0;
        left: -35px;
    }
    
    @media (max-width: 767px) {
        .hero-area9 .main-images .image4 {
            display: none;
        }
    }
    
    .hero-area9 .main-images .image5 {
        position: absolute;
        right: -50px;
        bottom: 0;
    }
    
    @media (max-width: 767px) {
        .hero-area9 .main-images .image5 {
            display: block;
        }
    }
    
    .hero-area9 .main-images .main-img {
        position: absolute;
        bottom: -25px;
        right: 0px;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-area9 .main-images .main-img {
            bottom: 0;
        }
    }
    
    @media (max-width: 767px) {
        .hero-area9 .main-images .main-img {
            right: 0%;
            bottom: -25px;
        }
    }
    
    .image-row {
        position: relative;
        top: -43px;
    }
    
    .hero-title {
        font-size: 2.8rem;
        line-height: normal;
        color: #000;
        width: 100%;
    }
    
    .request-btn {
        padding: 12px 50px;
        background: #e16408;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
    }
    /*
 ::::::::::::::::::::::::::
  ANIMATION AREA CSS
 ::::::::::::::::::::::::::
 */
    
    @keyframes shape-animaiton1 {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(100px);
        }
    }
    
    @keyframes shape-animaiton2 {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(30px);
        }
    }
    
    @keyframes shape-animaiton3 {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(10px);
        }
    }
    
    .shape-animaiton1 {
        position: relative;
        animation-name: shape-animaiton1;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
    }
    
    .shape-animaiton2 {
        position: relative;
        animation-name: shape-animaiton2;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
    
    .shape-animaiton3 {
        position: relative;
        animation-name: shape-animaiton3;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
    
    hr:not([size]) {
        height: 35px;
    }
    
    hr {
        margin: 0rem 0.5rem;
        color: inherit;
        background-color: transparent;
        border: 1px solid #d3d3d3;
        opacity: 1;
    }
    
    .requests-btn {
        padding: 12px 59px;
        background: #fff;
        color: #000;
        font-size: 18px;
        margin-left: 30px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid #d3d3d3;
    }
    
    .sub-heading {
        font-size: 2.2rem;
        line-height: normal;
        color: #000;
        width: 80%;
        margin-bottom: 0px;
    }
    
    .title-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .sub-content {
        text-align: center;
        width: 76%;
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    p {
        font-size: 18px;
        color: #676565;
        line-height: 28px;
    }
    
    .hero-tag {
        margin-top: 0px;
        font-size: 20px;
        color: #000;
        font-weight: 600;
        text-align: left;
    }
    
    .hero-content {
        margin-bottom: 5px;
        color: #676565;
    }
    
    .hero-resp {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    section {
        padding: 3rem 5rem;
        overflow: hidden;
    }
    /* new */
    
    .hero-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    
    .title-tag {
        font-size: 16px;
        color: #e16408;
        background: #FBE389;
        padding: 2px 10px;
        border-radius: 25px;
    }
    /*  */
    
    .hero2-image {
        position: relative;
    }
    
    .hero2-image .image1 {
        margin: 40px 40px;
    }
    
    .hero2-image .image2 {
        position: absolute;
        right: 0;
        top: 10px;
        margin: 0px 60px;
    }
    
    .hero2-image .image3 {
        position: absolute;
        top: 0px;
        right: 20px;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero2-image {
            margin: 50px 0px 50px 0px;
        }
    }
    
    @media (max-width: 767px) {
        .hero2-image {
            margin: 15px 0px 15px 0px;
            height: auto;
        }
    }
    /*  */
    
    .about-text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .about-content {
        width: 90%;
    }
    
    .about-wrapper.style1 .about-content .checklist {
        margin-bottom: 30px
    }
    
    .checklist li img {
        width: 20px;
        height: 20px;
    }
    
    .checklist.style1 li {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: -.36px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .checklist.style1 li img {
        margin-right: 10px;
    }
    
    .about-section {
        position: relative;
    }
    /*  */
    
    .second-heading {
        font-size: 22px;
    }
    /*  */
    
    .stiky-sec .stiky-sec-boxs {
        position: relative;
    }
    
    .stiky-sec .stiky-sec-boxs .stiky-single {
        background-color: #fff;
        border-radius: 4px;
        padding: 40px;
        margin-top: 10px;
        border: 2px solid #d3d3d3;
    }
    
    .stiky-sec-img img {
        width: 500px;
        height: auto;
    }
    
    .stiky-sec .stiky-sec-boxs .stiky-single .stiky-sec-img {
        position: relative;
        text-align: right;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    
    .stiky-sec .stiky-sec-boxs .stiky-single .stiky-sec-img .shape {
        position: absolute;
        top: -40px;
        right: -40px;
    }
    
    .benefits {
        overflow: visible !important;
    }
    
    .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(1) {
        position: sticky;
        top: 100px;
    }
    
    .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(2) {
        position: sticky;
        top: 150px;
    }
    
    .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(3) {
        position: sticky;
        top: 200px;
    }
    
    .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(4) {
        position: sticky;
        top: 250px;
    }
    
    .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(5) {
        position: sticky;
        top: 300px;
    }
    
    .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(6) {
        position: sticky;
        top: 350px;
    }
    
    .floating-heading {
        position: sticky;
        top: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 10;
        background: white;
        color: #000;
        padding: 10px 0;
        /* optional for readability */
    }
    
    .float-head-wrap {
        position: absolute;
        top: 0;
        color: #000;
    }
    
    .floating-heading.active {
        opacity: 1;
    }
    /*  */
    
    .box-area-all {
        border: 1px solid #000;
        border-radius: 15px;
        padding: 25px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .single-box {
        width: 50%;
    }
    
    .box-area-all {
        transition: all 0.3s ease;
        /* smooth transition */
    }
    
    .box-area-all:hover {
        transform: translateY(-10px);
        /* lift up */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        /* shadow for depth */
    }
    
    .box-area-all:hover h4 {
        color: #e16408;
    }
    
    .step-process-area {
        padding: 0rem 5rem;
    }
    
    .direct-link-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 100%;
    }
    
    .service .sub-heading {
        margin-bottom: 0px;
    }
    /*  */
    
    .swiper-container {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    /* Style for slides */
    
    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        /* padding: 20px; */
        height: 560px;
        box-sizing: border-box;
        border: 1px solid #d3d3d3;
    }
    
    .parent-of-swiper {
        width: 100%;
        max-width: 100%;
    }
    
    .swiper-button-prev,
    .swiper-button-next {
        color: #e16408;
        /* Change arrow color */
        /* Optional: semi-transparent background */
        padding: 10px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        font-weight: 700;
    }
    
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 25px;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
    }
    
    .swiper-button-prev {
        left: 50px;
        /* Adjust based on your layout */
    }
    
    .swiper-button-next {
        right: 50px;
        /* Adjust based on your layout */
    }
    
    @media (max-width: 768px) {
        .swiper-button-prev,
        .swiper-button-next {
            display: block;
        }
    }
    
    .product-features {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
        margin-top: 10px;
    }
    
    .single-product-features {
        background: #E4EAF2;
        padding: 6px;
        /* margin: 5px 5px 5px 0px; */
        border-radius: 10px;
        font-weight: 500;
        font-size: 16px;
        color: #004E8D;
        /* margin: 50px; */
        margin-bottom: 10px;
    }
    
    .slider-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 560px;
    }
    
    .product-content {
        color: #e16408;
    }
    
    .product-demo-button {
        padding: 4px 10px;
        background: #e16408;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 10px;
    }
    
    .product-button-wrapper {
        text-align: right;
        margin: 15px 15px;
        float: right;
    }
    
    .last .product-button-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
    }
    
    .slider-content p {
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    
    .slide-button.active>.tab-curve {
        display: block;
    }
    
    .why-icon {
        width: 40px;
        height: auto;
        margin-right: 5px;
    }
    
    .swiper-control {
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 10px;
    }
    
    .swiper-slide .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    /*  */
    
    .step-block {
        background-color: #fff;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 85px;
        height: 85px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        position: relative;
        box-shadow: 0 0 30px #e2e2e280;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    
    .step-item {
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    .step-item .step-icon {
        transition: transform 0.4s ease;
    }
    
    .step-item h4 {
        transition: color 0.3s ease;
    }
    /* Hover effect */
    
    .step-item:hover .step-icon {
        transform: rotate(-10deg);
        /* light left tilt */
    }
    
    .step-item:hover h4 {
        color: #e16408;
    }
    
    .step-border {
        position: absolute;
        inset: 50% auto 0% 135%;
    }
    
    .step-item {
        text-align: center;
        padding: 0 30px;
    }
    
    .position-relative {
        position: relative !important;
    }
    
    .benefits-second {
        display: flex;
        flex-direction: row;
        justify-content: flex-start !important;
    }
    
    .heading4 h3 {
        color: #e16408;
        margin-bottom: 10px;
        font-style: normal;
        font-weight: 700;
        transition: all 0.4s ease-in-out;
        text-transform: capitalize;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    
    .headding {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 50px 0;
        border-radius: 10px;
    }
    
    .process-images-content {
        width: 80%;
    }
    
    @keyframes animate1 {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.1);
        }
    }
    
    .animation2 {
        animation-name: animation2;
        animation-duration: 0.4s;
        animation-direction: alternate;
    }
    
    .animate1 {
        position: relative;
        animation-name: animate1;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
    
    img {
        max-width: 100%;
        max-height: 100%;
    }
    /*  */
    
    .secondary-heading {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #000;
    }
    /* ===== Scrollbar CSS ===== */
    /* Firefox */
    
    * {
        scrollbar-width: auto;
        scrollbar-color: #e16408 #ffffff;
    }
    /* Chrome, Edge, and Safari */
    
    *::-webkit-scrollbar {
        width: 14px;
    }
    
    *::-webkit-scrollbar-track {
        background: #ffffff;
    }
    
    *::-webkit-scrollbar-thumb {
        background-color: #e16408;
        border-radius: 10px;
        border: 3px solid #ffffff;
    }
    
    .support-section .row {
        padding: 80px;
        border-radius: 10px;
        background: #f6f9fc;
    }
    
    .sub-content .container {
        background: aliceblue;
        padding: 45px 0;
        border-radius: 15px;
    }
    
    .support-section .sub-content {
        width: 90%;
    }
    
    .customer-support-img-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 80%;
        margin-top: 25px;
    }
    
    .support-img {
        width: 60px;
        margin-bottom: 10px;
        height: auto;
    }
    
    .section-title .title {
        font-size: 2.5rem;
        line-height: normal;
        color: #000;
        width: 100%;
    }
    
    .support {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /* .support-section {
        padding: 0rem 5rem 3rem;
        margin-top: -50px;
    } */
    
    .support p {
        width: 80%;
    }
    
    .security .container-xxl {
        padding: 80px;
        text-align: center;
    }
    
    @media screen and (max-width: 767px) {
        #progress {
            position: fixed;
            bottom: 70px;
            right: 20px;
            height: 60px !important;
            width: 60px !important;
            display: none;
            place-items: center;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            z-index: 9999;
        }
    }
    
    #progress {
        position: fixed;
        bottom: 70px;
        right: 20px;
        height: 70px;
        width: 70px;
        display: none;
        place-items: center;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 9999999;
    }
    
    #progress-value {
        display: block;
        height: calc(100% - 8px);
        width: calc(100% - 8px);
        background-color: #ffffff;
        border-radius: 50%;
        display: grid;
        place-items: center;
        color: #001a2e;
    }
    
    .scroll-arrow {
        width: 30px;
    }
    /*  */
    
    .faq .accordion-container {
        width: 100%;
        max-width: 1000px;
    }
    
    .faq .accordion-item {
        background-color: #FFFFFF;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        margin-bottom: 25px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    
    .faq .accordion-header {
        background-color: #fff;
        color: #000;
        padding: 15px;
        font-size: 20px;
        border: none;
        height: 75px;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
        transition: background-color 0.3s ease;
    }
    
    .faq-section .container {
        max-width: 1000px;
        overflow: hidden;
    }
    
    .faq .accordion-header:hover {
        background-color: #e16408;
        color: #fff;
    }
    
    .faq .accordion-header.active {
        background-color: #e16408;
        color: #fff;
    }
    
    .faq .accordion-content {
        background-color: #FAFAFA;
        overflow: hidden;
        padding: 0 15px;
        border-radius: 10px;
        max-height: 0;
        transition: max-height 0.3s ease;
    }
    
    .faq .accordion-content p {
        margin: 15px 0;
        line-height: 1.5;
        font-size: 18px;
    }
    
    .faq .icon {
        transition: transform 0.3s ease;
    }
    
    .faq .active .icon {
        transform: rotate(45deg);
    }
    
    .faq {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    /* responsive  */
    
    @media (min-width:280px) and (max-width:399.98px) {
        .hero2-image .image1 {
            margin: 0px 15px !important;
        }
    }
    
    @media (max-width: 575.98px) {
        .h1-tag {
            font-size: calc(1.375rem + 1.5vw);
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }
        .h2-tag {
            font-size: calc(1.325rem + .9vw);
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }
        .h3-tag {
            font-size: calc(1.3rem + .6vw);
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }
        .h4-tag {
            font-size: calc(1.275rem + .3vw);
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }
    }
    
    @media screen and (max-width: 767px) {
        section {
            padding: 25px 10px;
            overflow: hidden;
        }
        .hero-title {
            font-size: 30px;
            line-height: normal;
            color: #000;
        }
        .about-section {
            margin-top: 25px;
        }
        .text {
            font-size: 18px;
            font-weight: 500;
            text-decoration: underline;
        }
        .sub-heading {
            font-size: 25px;
            line-height: normal;
            color: #000;
            width: 100%;
            margin-bottom: 0px;
        }
        .about-content {
            width: 100%;
        }
        .hero2-image .image3 {
            position: absolute;
            top: 0px;
            right: 0px;
        }
        .hero2-image .image2 {
            position: absolute;
            right: 0;
            top: -15px;
            margin: 0px 0px;
        }
        .stiky-sec .stiky-sec-boxs .stiky-single {
            padding: 10px;
        }
        .stiky-sec .stiky-sec-boxs .stiky-single .stiky-sec-img .shape {
            display: none;
        }
        .float-head-wrap {
            position: static;
            top: 0;
        }
        .float-head-wrap h3 {
            padding: 0;
        }
        .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(1) {
            position: sticky;
            top: 100px;
        }
        .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(2) {
            position: sticky;
            top: 170px;
        }
        .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(3) {
            position: sticky;
            top: 235px;
        }
        .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(4) {
            position: sticky;
            top: 300px;
        }
        .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(5) {
            position: sticky;
            top: 365px;
        }
        .stiky-sec .stiky-sec-boxs .stiky-single:nth-child(6) {
            position: sticky;
            top: 400px;
        }
        .section-title .title {
            font-size: 25px;
            line-height: normal;
            color: #000;
            width: 100%;
        }
        .slider-content p {
            width: 100%;
            text-align: left;
            margin-bottom: 0;
        }
        .single-box {
            width: 100%;
            margin-bottom: 10px;
        }
        .box-area-all {
            border: 1px solid #000;
            border-radius: 15px;
            padding: 25px 25px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
        }
        .swiper-slide {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #f6f9fc;
            flex-direction: column;
            font-size: 18px;
            color: #333;
            border-radius: 10px;
            padding: 0;
            height: 100%;
        }
        .step-process-area {
            padding: 0rem;
        }
        .step-process-area .title-wrap {
            margin-bottom: 0;
        }
        .step-block {
            max-width: 80px;
            height: 80px;
            margin-bottom: 10px;
        }
        .step-border {
            display: none;
        }
        .step-item {
            text-align: center;
            padding: 30px 30px;
        }
        .hero-area9 .main-images .image5 {
            position: absolute;
            right: -50px;
            bottom: -35px;
            width: 200px;
        }
        .benefits {
            overflow: visible !important;
        }
        .swiper-container {
            margin-bottom: 20px;
            position: relative;
            width: 100%;
            max-width: 100%;
        }
        .mobi-resp {
            margin: 0px 0px 30px 0px;
        }
        .swiper-button-next {
            right: -12px;
        }
        .swiper-button-prev {
            left: -6px;
        }
        .sub-content {
            text-align: center;
            width: 100%;
            font-size: 20px;
        }
        .faq .accordion-header {
            background-color: #fff;
            color: #000;
            padding: 15px;
            font-size: 18px;
            border: none;
            height: 100%;
            width: 100%;
            text-align: left;
            cursor: pointer;
            outline: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 10px;
            transition: background-color 0.3s ease;
        }
        .product-button-wrapper {
            text-align: right;
            margin: 15px;
            float: right;
        }
        .accordion-header span {
            font-size: 18px;
            font-weight: 500;
        }
        .accordion {
            width: 100%;
            max-width: 600px;
            margin: auto;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .collab-row {
            margin-top: 0px;
        }
        .platform-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 9px;
            margin-top: 0px;
        }
        p {
            font-size: 16px;
            color: #676565;
            line-height: 25px;
            margin-bottom: 0;
        }
        .customer-support-img-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
            margin-top: 0px;
            flex-wrap: wrap;
        }
        .secondary-heading {
            text-align: center;
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 30px;
            color: #000;
        }
        .faq .accordion-header {
            font-size: 18px;
        }
        .title-wrap {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin-bottom: 30px;
        }
        .Mobile-res {
            display: flex;
            flex-direction: column-reverse;
        }
        .heading4 h4 {
            color: #e16408;
            font-size: 20px;
            margin-bottom: 10px;
            font-style: normal;
            font-weight: 700;
            transition: all 0.4s ease-in-out;
            text-transform: capitalize;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }
        .benefits-second {
            margin-bottom: 30px;
        }
        .process-images-content {
            margin-bottom: 15px;
        }
        .about-items {
            display: flex;
            flex-direction: column-reverse;
            gap: 0px;
        }
        .about-wrapper.style1 .about-content .checklist {
            margin-bottom: 15px;
            margin-top: 15px;
        }
        .checklist {
            padding-left: 1rem;
        }
        .about-section {
            height: auto;
            position: relative;
        }
        .support-section .row {
            padding: 15px;
            border-radius: 10px;
            background: #f6f9fc;
        }
        .heading4 h3 {
            color: #e16408;
            font-size: 20px;
            margin-bottom: 10px;
            font-style: normal;
            font-weight: 700;
            transition: all 0.4s ease-in-out;
            text-transform: capitalize;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }
        .checklist.style1 li {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
            letter-spacing: -.36px;
            margin-bottom: 10px;
            display: flex;
            flex-direction: row;
        }
        .section-content .row {
            gap: 30px;
            margin-top: 30px;
        }
        .service .sub-heading {
            margin-bottom: 10px;
        }
        .support-img {
            width: 60px;
            margin-bottom: 10px;
            height: auto;
        }
        .support {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }
    }
    
    @media (min-width: 768px) and (max-width:999.98px) {
        section {
            padding: 2rem 1rem;
            overflow: hidden !important;
        }
        .hero-title {
            font-size: 2rem;
            line-height: normal;
            color: #000;
        }
        .hero-area9 .main-images .image2 {
            position: absolute;
            left: 0;
            top: 60px;
            display: none;
        }
        .hero-area9 .main-images .image3 {
            position: absolute;
            right: 116px;
            top: -50px;
        }
        .hero-area9 .main-images .image4 {
            position: absolute;
            bottom: 0;
            left: 0;
            display: none;
        }
        .hero-area9 .main-images .image5 {
            width: 180px;
            position: absolute;
            right: -39px;
            bottom: -50px;
        }
        .hero-area9 .main-images .main-img {
            position: absolute;
            bottom: -25px;
            right: 0px;
        }
        .hero2-image .image3 {
            position: absolute;
            top: 30px;
            right: -20px;
        }
        .hero2-image .image2 {
            position: absolute;
            right: 0;
            top: 0px;
            margin: 0px 0px;
        }
        .hero2-image .image1 {
            margin: 0px 0px;
        }
        .about-content {
            width: 95%;
        }
        .hero-area9 {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            overflow: visible;
            height: auto;
        }
        .box-area-all {
            border: 1px solid #000;
            border-radius: 15px;
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }
        .single-box {
            width: 100%;
        }
        .stiky-sec .stiky-sec-boxs .stiky-single .stiky-sec-img {
            margin-top: 20px;
        }
        .stiky-sec .stiky-sec-boxs .stiky-single .stiky-sec-img .shape {
            display: none;
        }
        .benefits {
            overflow: visible !important;
        }
        .sub-heading {
            font-size: 1.8rem;
            line-height: normal;
            color: #000;
            width: 100%;
            margin-bottom: 0px;
        }
        .section-title .title {
            font-size: 1.8rem;
            line-height: normal;
            color: #000;
            width: 100%;
        }
        .swiper-slide {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background-color: #f6f9fc;
            flex-direction: column;
            font-size: 18px;
            color: #333;
            border-radius: 10px;
            padding: 0;
            height: fit-content;
        }
        .accordion {
            width: 100%;
            max-width: 600px;
            margin: auto;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .slider-content p {
            width: 100%;
            text-align: left;
            margin-bottom: 0;
        }
        .sub-content {
            text-align: center;
            width: 100%;
            font-size: 20px;
            margin-bottom: 30px;
        }
        .collab-row {
            margin-top: 0px;
            padding: 25px 0;
        }
        .faq-section .container {
            max-width: 800px;
            overflow: hidden;
        }
        .secondary-heading {
            text-align: center;
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 30px;
            color: #000;
        }
        .support-section {
            padding: 1.5rem 1rem 1.5rem;
            margin-top: 0px;
        }
        .support-section .row {
            padding: 60px 0;
            border-radius: 10px;
            background: #f6f9fc;
        }
        .customer-support-img-wrapper {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-top: 25px;
        }
        .title-wrap {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin-bottom: 40px;
        }
        .swiper-button-next {
            right: 30px;
        }
        .step-item {
            text-align: center;
            padding: 20px 30px;
        }
        .step-process-area .title-wrap {
            margin-bottom: 40px;
        }
        .step-2 {
            display: none;
        }
        .swiper-button-prev {
            left: 30px;
        }
        .swiper-container {
            margin-bottom: 0px;
            position: relative;
            width: 100%;
            max-width: 100%;
        }
        .about-wrapper.style1 .about-content .checklist {
            margin-bottom: 15px;
            margin-top: 15px;
        }
        .checklist {
            padding-left: 1rem;
        }
        .tab-resp {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .about-section .container {
            max-width: 100%;
        }
    }
    
    @media (min-width: 992px) and (max-width:1013.98px) {
        section {
            padding: 2rem 2rem;
            overflow: hidden !important;
        }
        .service .title-wrap {
            margin-bottom: 30px;
        }
        .section-content .row {
            row-gap: 25px;
        }
        .hero-title {
            font-size: 2.5rem;
            line-height: normal;
            color: #000;
        }
        .hero2-image .image3 {
            position: absolute;
            top: 30px;
            right: -32px;
        }
        .about-content {
            width: 100%;
        }
        .hero2-image .image2 {
            position: absolute;
            right: 0;
            top: 65px;
            margin: 0px 0px;
        }
        .hero2-image .image1 {
            margin: 0px 0px;
        }
        .sub-heading {
            font-size: 2rem;
            line-height: normal;
            color: #000;
            width: 100%;
            margin-bottom: 0px;
        }
        .section-title .title {
            font-size: 2rem;
            line-height: normal;
            color: #000;
            width: 100%;
        }
        .faq-section .container {
            max-width: 800px;
            overflow: hidden;
        }
        .slide-button {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 10px 10px;
            background-color: #f6f9fc !important;
            color: #000;
            border: 1px solid transparent;
            cursor: pointer;
            border-radius: 10px;
            margin: 5px;
            font-weight: 500;
            font-size: 18px;
            transition: 0.3s;
            line-height: normal;
            width: 100%;
            position: relative;
        }
        .swiper-slide .row {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin-top: 30px;
        }
        .swiper-slide {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background-color: #f6f9fc;
            flex-direction: column;
            font-size: 18px;
            color: #333;
            border-radius: 10px;
            padding: 40px 25px;
            height: fit-content;
        }
        .accordion {
            width: 100%;
            max-width: 600px;
            margin: auto;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .slider-content p {
            width: 95%;
            text-align: left;
            margin-bottom: 0;
        }
        .contentn p {
            color: #676565;
            font-size: 18px;
        }
        .hero2-image .image3 {
            position: absolute;
            top: 30px;
            right: -20px;
        }
        .hero2-image .image2 {
            position: absolute;
            right: 0;
            top: 0px;
            margin: 0px 0px;
        }
        .hero-resp {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
        }
        .hero2-image .image1 {
            margin: 0px 0px;
        }
        .secondary-heading {
            text-align: center;
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 30px;
            color: #000;
        }
        .support-section {
            padding: 1.5rem 1rem 1.5rem;
            margin-top: 0px;
        }
        .support-section .row {
            padding: 60px 0;
            border-radius: 10px;
            background: #f6f9fc;
        }
        .customer-support-img-wrapper {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-top: 25px;
        }
        p {
            font-size: 16px;
            color: #676565;
            line-height: 25px;
        }
        .swiper-container {
            margin-bottom: 0px;
            position: relative;
            width: 100%;
            max-width: 100%;
        }
        .step-item {
            text-align: center;
            padding: 0 10px;
        }
        .step-border {
            position: absolute;
            inset: 50% auto 0% 100%;
        }
        .swiper-slide {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background-color: #f6f9fc;
            flex-direction: column;
            font-size: 18px;
            color: #333;
            border-radius: 10px;
            padding: 0;
            height: 100%;
            box-sizing: border-box;
            border: 1px solid #d3d3d3;
        }
        .swiper-button-next {
            right: 5px;
        }
        .swiper-button-prev {
            left: 5px;
        }
        .about-wrapper.style1 .about-content .checklist {
            margin-bottom: 15px;
            margin-top: 15px;
        }
        .checklist {
            padding-left: 1rem;
        }
        .about-section {
            height: auto;
            position: relative;
        }
        .tab-resp {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }
    
    @media (min-width: 1014px) and (max-width:1100px) {
        section {
            padding: 2.5rem 3rem;
            overflow: hidden !important;
        }
        .hero-title {
            font-size: 2.5rem;
            line-height: normal;
            color: #000;
        }
        .sub-heading {
            font-size: 2rem;
            line-height: normal;
            color: #000;
            width: 100%;
            margin-bottom: 0px;
        }
        .section-title .title {
            font-size: 2rem;
            line-height: normal;
            color: #000;
            width: 100%;
        }
        .swiper-slide {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background-color: #f6f9fc;
            flex-direction: column;
            font-size: 18px;
            color: #333;
            border-radius: 10px;
            padding: 0;
            height: 100%;
        }
        .faq-section .container {
            max-width: 800px;
            overflow: hidden;
        }
        .accordion {
            width: 100%;
            max-width: 600px;
            margin: auto;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .slider-content p {
            width: 100%;
            text-align: left;
            margin-bottom: 0;
        }
        .single-box h4 {
            font-size: 24px;
        }
        .about-content {
            width: 100%;
        }
        .step-item {
            text-align: center;
            padding: 0 10px;
        }
        .step-border {
            position: absolute;
            inset: 50% auto 0% 100%;
        }
        .secondary-heading {
            text-align: center;
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 30px;
            color: #000;
        }
        .support-section {
            padding: 1.5rem 1rem 1.5rem;
            margin-top: 0px;
        }
        .support-section .row {
            padding: 60px 0;
            border-radius: 10px;
            background: #f6f9fc;
        }
        .customer-support-img-wrapper {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-top: 25px;
        }
        .tab-res {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
        .swiper-button-next {
            right: 35px;
        }
        .swiper-button-prev {
            left: 35px;
        }
        .swiper-slide {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background-color: #f6f9fc;
            flex-direction: column;
            font-size: 18px;
            color: #333;
            border-radius: 10px;
            /* padding: 20px; */
            height: 100%;
            box-sizing: border-box;
            border: 1px solid #d3d3d3;
        }
        .about-wrapper.style1 .about-content .checklist {
            margin-bottom: 15px;
            margin-top: 15px;
        }
        .checklist {
            padding-left: 1rem;
        }
        .about-section {
            height: auto;
            position: relative;
        }
        .tab-resp {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }
    
    @media (min-width: 1101px) and (max-width:1300px) {
        section {
            padding: 3rem 4rem;
            overflow: hidden !important;
        }
        .hero-title {
            font-size: 2.5rem;
            line-height: normal;
            color: #000;
        }
        .sub-heading {
            font-size: 2rem;
            line-height: normal;
            color: #000;
            width: 100%;
            margin-bottom: 0px;
        }
        .faq-section .container {
            max-width: 800px;
            overflow: hidden;
        }
        .section-title .title {
            font-size: 2rem;
            line-height: normal;
            color: #000;
            width: 100%;
        }
        .home-banner .container {
            overflow: hidden;
            max-width: 1100px;
            padding: 0;
        }
        .swiper-slide {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background-color: #f6f9fc;
            flex-direction: column;
            font-size: 18px;
            color: #333;
            border-radius: 10px;
            padding: 0;
            height: 100%;
        }
        .accordion {
            width: 100%;
            max-width: 600px;
            margin: auto;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .slider-content p {
            width: 100%;
            text-align: left;
            margin-bottom: 0;
        }
        .secondary-heading {
            text-align: center;
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 30px;
            color: #000;
        }
        .step-item {
            text-align: center;
            padding: 0 10px;
        }
        .support-section {
            padding: 1.5rem 1rem 1.5rem;
            margin-top: 0px;
        }
        .support-section .row {
            padding: 60px 0;
            border-radius: 10px;
            background: #f6f9fc;
        }
        .customer-support-img-wrapper {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 80%;
            margin-top: 25px;
        }
        .about-content {
            width: 100%;
        }
        .tab-res {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
        .swiper-slide {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background-color: #f6f9fc;
            flex-direction: column;
            font-size: 18px;
            color: #333;
            border-radius: 10px;
            /* padding: 20px; */
            height: 100%;
            box-sizing: border-box;
            border: 1px solid #d3d3d3;
        }
    }
    
    @media (min-width:993px) and (max-width:1100.98px) {
        .hero-resp {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
        }
    }
    
    @media (min-width:993px) and (max-width:1299.98px) {
        .hero-area9 .main-images .image3 {
            position: absolute;
            right: -33px;
            top: 80px;
            width: 250px;
        }
        .hero-area9 .main-images .image2 {
            position: absolute;
            left: 0;
            top: 39px;
            width: 230px;
        }
        .hero-area9 .main-images .image1 {
            text-align: end;
            display: flex;
            align-items: flex-end;
            justify-content: end;
            width: 450px;
            bottom: -98px;
            position: relative;
        }
        .hero-area9 .main-images .main-img {
            position: absolute;
            bottom: -20px;
            right: 0;
        }
        .hero-area9 .main-images .image4 {
            position: absolute;
            bottom: 0;
            left: -35px;
            width: 200px;
        }
        .hero-area9 .main-images .image5 {
            position: absolute;
            right: -50px;
            bottom: 0;
            width: 250px;
        }
    }
    
    @media (min-width:1100px) and (max-width:1199.98px) {
        .swiper-button-next {
            right: 20px;
        }
        .swiper-button-prev {
            left: 20px;
        }
        .about-wrapper.style1 .about-content .checklist {
            margin-bottom: 15px;
            margin-top: 15px;
        }
        .checklist {
            padding-left: 1rem;
        }
        .about-section {
            height: auto;
            position: relative;
        }
        .single-box h4 {
            font-size: 24px;
        }
    }
    
    @media (min-width:1200px) and (max-width:1299.98px) {
        .imag-wrapper {
            width: auto;
        }
        .swiper-button-next {
            right: 20px;
        }
        .swiper-button-prev {
            left: 20px;
        }
    }
    
    @media (min-width: 1301px) and (max-width:1399.98px) {
        .swiper-slide {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background-color: #f6f9fc;
            flex-direction: column;
            font-size: 18px;
            color: #333;
            border-radius: 10px;
            /* padding: 20px; */
            height: 100%;
            box-sizing: border-box;
            border: 1px solid #d3d3d3;
        }
    }
    
    @media (min-width: 1200px) {
        .col-xl-10 {
            flex: 0 0 auto;
            width: 90.333333%;
        }
    }