    @font-face {
        font-family: 'Gilroy-Regular';
        src: url('./fonts/Gilroy-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Gilroy-Medium';
        src: url('./fonts/Gilroy-Medium.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Gilroy-SemiBold';
        src: url('./fonts/Gilroy-SemiBold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Gilroy-Bold';
        src: url('./fonts/Gilroy-Bold.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
    }

    @font-face {
        font-family: 'EkMukta-Regular';
        src: url('./fonts/EkMukta-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'EkMukta-SemiBold';
        src: url('./fonts/EkMukta-SemiBold.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
    }

    @font-face {
        font-family: 'EkMukta-Bold';
        src: url('./fonts/EkMukta-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
    }

    html {
        padding: 0;
        margin: 0;
    }

    body {
        font-family: 'Gilroy-Regular', sans-serif;
        overflow: auto;
        overflow-x: hidden;
    }

    a {
        text-decoration: none;
    }

    ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .light-green-bg {
        background-color: #C0EBA6;
    }

    .wrapper {
        max-width: 1440px;
        margin: 0px auto;
    }

    .our-product-inner {
        padding: 50px 100px 24px 100px;
    }

    .our-services-inner {
        padding: 44px 120px;
    }

    .our-benefits-inner {
        padding: 44px 0px 44px 120px;
    }

    /*Our People Saying*/
    .our-people-saying-inner {
        padding: 100px 120px;
    }

    .our-people-saying-inner .content .title {
        font-family: 'EkMukta-Bold';
        font-size: 36px;
        font-weight: 700;
        line-height: 52px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #3A3A3A;
        margin-bottom: 15px;
    }

    .our-people-saying-inner .content .avatar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .our-people-saying-inner .content .avatar h5 {
        font-family: 'EkMukta-SemiBold';
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #3A3A3A;
    }

    .our-people-saying-inner .content .avatar p {
        font-family: ' Gilroy-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #616161;
    }

    .our-people-saying-inner .content .message {
        font-family: 'Gilroy-Regular';
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #616161;
    }

    .our-people-saying-inner .buttons {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .our-people-saying-inner .buttons button {
        border: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 4px 10px 0px #0F1B330D;
        background-color: #fff;
    }

    .our-people-saying-inner .buttons button:active {
        box-shadow: 0px 4px 10px 0px #0F1B330D;
        background-color: #3AB54A;
    }

    .our-people-saying-inner .buttons button i {
        color: #000000;
        font-size: 24px;
    }

    .our-people-saying-inner .buttons button:active i {
        color: #ffffff;
        font-size: 24px;
    }

    /*Our People Saying*/

    /*Our Benifits*/
    #dual-slider {
        position: relative;
        width: 100%;
        height: 582px;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    /* Fade Slider */
    #dual-slider .fade-slider {
        position: relative;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }

    #dual-slider .fade-img-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

    #dual-slider .fade-img-wrapper .overlay {
        position: absolute;
        bottom: 24px;
        left: 24px;
        border-radius: 2px 2px 0px 2px;
        padding: 24px;
        background-color: #ffffff85;
    }

    #dual-slider .fade-img-wrapper .overlay h6 {
        font-family: 'Gilroy-Regular';
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #616161;
        margin-bottom: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
    }

    #dual-slider .fade-img-wrapper .overlay h1 {
        font-family: 'Gilroy-Bold';
        font-size: 28px;
        font-weight: 500;
        line-height: 33.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #3A3A3A;
        margin-bottom: 0px;
    }

    #dual-slider .fade-img-wrapper .overlay a {
        position: absolute;
        right: -48px;
        bottom: 0px;
        width: 48px;
        height: 48px;
        background-color: #059669;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0px 2px 2px 0px;
    }

    #dual-slider .fade-img-wrapper .overlay a i {
        color: #ffffff;
        font-size: 36px;
        font: 100 !important;
    }

    #dual-slider .fade-img-wrapper.active {
        opacity: 1;
    }

    #dual-slider .fade-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px !important;
    }


    /* Slide Slider */
    #dual-slider .slide-slider {
        position: relative;
        width: 50%;
        height: 100%;
    }

    #dual-slider .slide-slider img {
        position: absolute;
        width: 100%;
        height: 486px;
        top: 0;
        left: 100%;
        transition: left 2s ease-in-out, opacity 2s ease-in-out;
        border-radius: 10px !important;
    }

    #dual-slider .navigation-dots {
        position: absolute;
        bottom: 40px;
        left: 50%;
        width: 320px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 10px;
        gap: 10px;
    }

    #dual-slider .navigation-dots .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ccc;
        cursor: pointer;
        transition: background-color 0.3s ease;
        background-color: #23262F99;
    }

    #dual-slider .navigation-dots .dot.active {
        background-color: #059669;
        /* Active dot color */
    }

    .our-benefits-inner .content h6 {
        font-family: 'Gilroy-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 23.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #3FB549;
    }

    .our-benefits-inner .content h1 {
        font-family: 'EkMukta-Bold';
        font-size: 44px;
        font-weight: 700;
        line-height: 57.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #3A3A3A;
    }

    .our-benefits-inner .content p {
        font-family: 'Gilroy-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 32.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #616161;
    }

    .our-benefits-inner .benifit-slider-dots {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .our-benefits-inner .benifit-slider-img {
        position: relative;
        max-height: 582px;
    }

    .our-benefits-inner .benifit-slider-img>img {
        width: 100%;
        height: 582px;
    }

    .our-benefits-inner .benifit-slider-img .overlay {
        position: absolute;
        bottom: 40px;
        background-color: #ffffffba;
        padding: 32px;
        left: 24px;
        bottom: 24px;
    }

    .our-benefits-inner .benifit-slider-img .overlay a {
        position: absolute;
        right: -48px;
        height: 48px;
        width: 48px;
        bottom: 0px;
        background-color: #059669;
    }

    .our-benefits-inner .img-container {
        flex: 1;
        max-height: 486px;
    }

    .our-benefits-inner .img-container>img {
        width: 100%;
        height: 100%;
    }

    .our-benefits-inner .benifit-slider-dots .dots {
        margin-top: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        padding-top: 40px;
    }

    .our-benefits-inner .benifit-slider-dots .dots>li {
        position: relative;
        width: 25px;
        height: 25px;
        border: 1px solid #059669;
        border-radius: 50%;
    }

    .our-benefits-inner .benifit-slider-dots .dots>li:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #000;
        border-radius: 12px;
        top: 6px;
        left: 6px;
    }

    /*Our Benifits*/

    /*Our Services*/
    .our-services-inner .hero h6 {
        font-family: 'Gilroy-Medium';
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #3FB549;
    }

    .our-services-inner .hero h1 {
        font-family: 'EkMukta-Bold';
        font-size: 51px;
        font-weight: 700;
        line-height: 61.2px;
        letter-spacing: -0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #3A3A3A;
    }

    .our-services-inner .hero p {
        font-family: 'Gilroy-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #616161;
    }

    .our-services-inner .service-grids h1 {
        font-family: 'EkMukta-SemiBold';
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #3A3A3A;
    }

    .our-services-inner .service-grids p {
        font-family: 'Gilroy-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 22.4px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #5C5E5E;
    }

    /*Our Services*/

    /*Our Product*/
    .our-product-inner .content h6 {
        font-family: 'Gilroy-Medium';
        font-size: 18px;
        font-weight: 400;
        line-height: 23.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #3FB549;
        margin-bottom: 15px;
    }

    .our-product-inner .content h1 {
        font-family: 'EkMukta-Bold';
        font-size: 44px;
        font-weight: 700;
        line-height: 47.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #3A3A3A;
        margin-bottom: 20px;
    }

    .our-product-inner .content p {
        font-family: 'Gilroy-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 32.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #616161;
        margin-bottom: 30px;
    }

    .our-product-inner .content a {
        margin-bottom: 40px;
    }

    .our-product-inner .content-counters {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        margin-bottom: 50px;
    }


    .our-product-inner .content-counters h1 {
        font-family: 'EkMukta-Bold';
        font-size: 44px;
        font-weight: 700;
        line-height: 57.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #151411;
    }

    .our-product-inner .content-counters span {
        font-family: 'Gilroy-Medium';
        font-size: 16px;
        font-weight: 400;
        line-height: 26.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #616161;
    }

    .our-product-inner .our-product-btn,
    .navbar .our-product-btn {
        background-color: #3FB549;
        border-radius: 10px;
        color: #fff;
        width: 122px;
        height: 43px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'EkMukta-Regular';
        font-size: 15px;
        font-weight: 400;
    }

    /*Our Product*/

    .header .wrapper {
        height: 830px;
        background-image: url('../images/hero_bg.png');
        background-size: 120%;
        background-position: center;
        background-repeat: no-repeat;
        transition: background-size 5s ease-out;
        display: flex;
        flex-direction: column;
    }

    .header .wrapper.zoom-out {
        background-size: 100%
    }

    .header .wrapper .header-wrapper .navbar-nav {
        gap: 20px;
    }

    .header .wrapper .header-wrapper .nav-item.active {
        border-bottom: 1px solid #4CAF50;
    }

    .header .wrapper .header-wrapper .nav-link {
        font-family: 'EkMukta-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
    }

    .header .wrapper .hero-wrapper {
        flex: 1;
    }

    .header .wrapper .hero-wrapper h1 {
        font-family: 'EkMukta-SemiBold';
        font-size: 48px;
        font-weight: 600;
        line-height: 51.84px;
        letter-spacing: -0.01em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
    }

    .header .wrapper .hero-wrapper p {
        font-family: 'EkMukta-Regular';
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
    }

    .footer {
        background: #3FB549;
    }

    .footer .footer-inner {
        padding: 20px 0px;
    }

    .footer .pages {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 10px 0px;
    }

    .footer .pages a {
        font-family: 'EkMukta-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 23.27px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
        transition: all 0.3s ease-in-out;
    }

    .footer .pages a:hover {
        text-decoration: underline;
        color: #000;
    }

    .footer .footer-para {
        font-family: 'Gilroy-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
    }
    .footer-details{
        display: flex;
        justify-content: center;
        padding: 2%;
        gap:4%;
        color: white;
        font-size: small;
        margin: 5px;
    }

    .custom-icon{
        height: 40px;
        width: 40px;
        font-size: x-large;
        margin-right: 10px;
        margin-top: 7px;
        color: white;
        text-align: center;
    }
    .footer-social {
        display: flex;
        height: 52px;
        justify-content: flex-start;
        align-items: center;
    }

    .footer-social .social-links {
        width: 242px;
        flex-shrink: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .footer-social .social-links>span i {
        font-size: 20px;
        color: #ffffff;
    }

    .footer-social .social-links>span {
        transition: all 0.3s ease-in-out;
    }

    .footer-social .social-links>span.facebook:hover i {
        color: #1877F2;
    }

    .footer-social .social-links>span.x:hover i {
        color: #000;
    }

    .footer-social .social-links>span.linkedin:hover i {
        color: #0072b1;
    }

    .footer-social .social-links>span.instagram:hover i {
        color: #F56040;
    }

    .footer-social .fancy-left {
        height: 100%;
        flex: 1;
        background-color: #00000085;
        border-radius: 0 52px 0 0;
    }

    .footer-social .fancy-right {
        height: 100%;
        flex: 1;
        background-color: #00000085;
        border-radius: 52px 0 0 0;
    }
    .footer-a{
        text-decoration: none;
        color: white;
    }
    .active-dots {
        border: 1px solid #059669;
        width: 27px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    @media (max-width: 576px) {
        .header .wrapper {
            height: 330px !important;
            background-size: cover !important;
        }

        .header .wrapper .hero-wrapper h1 {
            font-size: 36px !important;
            padding: 0px 30px;
        }

        .our-product-inner,
        .our-services-inner,
        .our-benefits-inner,
        .our-people-saying-inner {
            padding: 30px 30px;
        }

        .our-product-inner .content h1,
        
        .our-services-inner .hero h1,
        .our-benefits-inner .content h1,
        .our-people-saying-inner .content .title {
            font-size: 36px;
            line-height: 44px;
        }
        .our-product-inner .content-counters h1{
            font-size: 30px;
            list-style: 34px;
        }
        .testimonial-slider .content,
        .left-fluid {
            padding-bottom: 30px;
        }

        .content-counters {
            padding-top: 50px;
        }

        .slide-slider {
            display: none;
        }

        #dual-slider .fade-slider {
            width: 100%;
        }

        #dual-slider {
            height: 400px;
        }

        .navigation-dots {
            left: 50%;
            transform: translate(-50%, -50%);
        }

        #dual-slider .navigation-dots {
            display: none;
        }

        .our-people-saying-inner .buttons {
            padding-top: 30px;
            justify-content: center;
        }
    }

    @media (max-width: 768px) {
        .header .wrapper {
            height: 430px !important;
            background-size: cover !important;
        }

        .header .wrapper .hero-wrapper h1 {
            font-size: 40px;
            padding: 0px 30px;
        }

        .our-product-inner,
        .our-services-inner,
        .our-benefits-inner,
        .our-people-saying-inner {
            padding: 30px 40px;
        }

        .our-product-inner .content h1,
        
        .our-services-inner .hero h1,
        .our-benefits-inner .content h1,
        .our-people-saying-inner .content .title {
            font-size: 40px;
            line-height: 48px;
        }
        .our-product-inner .content-counters h1{
            font-size: 26px;
            line-height: 38px;
        }
        .testimonial-slider .content,
        .left-fluid {
            padding-bottom: 30px;
        }

        .content-counters {
            padding-top: 50px;
        }

        .testimonial-slider .image img {
            margin: 0px auto !important;
        }

        #dual-slider .navigation-dots {
            display: none;
        }

        .our-people-saying-inner .buttons {
            padding-top: 30px;
            justify-content: center;
        }
    }

    @media only screen and (min-width:578px) and (max-width:767px) {
        .header .wrapper {
            height: 530px !important;
            background-size: cover !important;
        }

        .slide-slider {
            display: none;
        }

        #dual-slider .fade-slider {
            width: 100%;
        }

        .navigation-dots {
            left: 50%;
            transform: translate(-50%, -50%);
        }

        #dual-slider .navigation-dots {
            display: none;
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .header .wrapper {
            height: 630px !important;
            background-size: cover !important;
        }

        .slide-slider {
            display: none;
        }

        #dual-slider .fade-slider {
            width: 100%;
        }

        .navigation-dots {
            left: 50%;
            transform: translate(-50%, -50%);
        }

        #dual-slider .navigation-dots {
            bottom: -10px;
        }

        #dual-slider .navigation-dots {
            display: none;
        }
    }

    @media only screen and (min-width:992px) and (max-width:1300px) {

        .header .wrapper,
        .header .wrapper.zoom-out {
            height: 830px !important;
            background-size: cover !important;
        }
    }

    .navbar-toggler,
    .navbar-toggler:hover,
    .navbar-toggler:focus {
        background-color: #fff;
        border: 0px
    }
    @media (max-width:760px) {
        .footer-details{
            display: flex;
            flex-direction: column;
            text-align: center;
           /* padding: 2%;
            gap:4%;
            color: white;
            font-size: small; */
        } 
    }