*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'poppins';
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'poppins-l';
    src: url('../fonts/Poppins/Poppins-Light.ttf');
}
@font-face {
    font-family: 'poppins-m';
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'poppins-sb';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'poppins-b';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Regular.ttf');
}
@font-face {
    font-family: 'Inter-sb';
    src: url('../fonts/inter/Inter-SemiBold.ttf');
}
@font-face {
    font-family: 'Inter-b';
    src: url('../fonts/inter/Inter-Bold.ttf');
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.otf');
}
@font-face {
    font-family: 'Satoshi-m';
    src: url('../fonts/Satoshi-Medium.otf');
}
@font-face {
    font-family: 'Satoshi-b';
    src: url('../fonts/Satoshi-Bold.otf');
}

.poppins{
    font-family: 'poppins' !important;
}
.poppins-m{
    font-family: 'poppins-m' !important;
}
.poppins-sb{
    font-family: 'poppins-sb' !important;
}
.poppins-b{
    font-family: 'poppins-b' !important;
}
.poppins-l{
    font-family: 'poppins-l' !important;
}
.satoshi{
    font-family: 'Satoshi' !important;
}
.satoshi-m{
    font-family: 'Satoshi-m' !important;
}
.satoshi-b{
    font-family: 'Satoshi-b' !important;
}
.list-unstyled{
    list-style: none;
}

.bg-blue{
    background: #00AB6C !important;
}
.mb-128px{
    margin-bottom: 128px !important;
}
.mb-200px{
    margin-bottom: 200px !important;
}
.mb-32px{
    margin-bottom: 32px !important;
}
.mb-56px{
    margin-bottom: 56px !important;
}
.mb-60px{
    margin-bottom: 60px !important;
}

h1{
    color: #000;
    font-size: 48px;
    font-style: normal;
    line-height: 64px; /* 48px */
    font-family: 'poppins-sb';
}
h2{
    color:  #000;
    font-size: 24px;
    font-style: normal;
    font-family: 'poppins-m';
    line-height: 32px; /* 133.333% */
}
p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
p.second-para{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}
.primary-btn{
    padding: 20px 40px;
    border-radius: 80px;
    background: #00AB6C;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.18px;
    border: 0 !important;
    display: block;
    width: fit-content;
}
.primary-btn span{
    margin-left: 4px;
}
.f-14px{
    font-size: 14px !important;
}
.f-16px{
    font-size: 16px !important;
}
.f-18px{
    font-size: 18px !important;
}
.f-22px{
    font-size: 22px !important;
}
.f-24px{
    font-size: 24px !important;
}
.f-32px{
    font-size: 32px !important;
}
.f-48px{
    font-size: 48px !important;
}
.f-60px{
    font-size: 60px !important;
}
.f-64px{
    font-size: 64px !important;
}
.f-96px{
    font-size: 96px !important;
}

.fw-500{
    font-weight: 500 !important;
}

.lh-32{
    line-height: 32px !important;
}
.lh-58{
    line-height: 58px !important;
}
.lh-74{
    line-height: 74px !important;
}
.lh-130{
    line-height: 130px !important;
}
.list-style{
    list-style: none;
}
.skelton{
    border-radius: 80px;
    background: #EEEBEB;
    height: 8px;
    width: 100%;
    max-width: 124px;
}
.skelton.two{
    max-width: 105px;
}
#countdown-timmer{
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(103deg, #DAF0EE 0%, #c2efde 100%);
}
#countdown-timmer h2{
    font-family: 'poppins-sb';
    font-size: 30px;
    text-align: center;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
}
.timmer-logo{
    width: 300px;
    display: block;
}
.timmer-logo img{
    width: 100%;
}
#countdown-timmer .countdown-timmer-inner{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
#countdown-timmer .countdown-timmer-inner .timmer-inner{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px;
    /* background: linear-gradient(102.85deg, #DAF0EE 0%, #DEF6ED 100%); */
    background: linear-gradient(102.85deg, #e9e9e936 0%, #9ddcc469 100%);
    border-radius: 20px;
    box-shadow: 0 5px 10px -2px #00ab6c57;
    text-align: center;
    justify-content: center;
}
#countdown-timmer .countdown-timmer-inner .timmer-inner span{
    font-size: 40px;
    line-height: normal;
    font-weight: 600;
    min-width: 72px;
}
#countdown-timmer .countdown-timmer-inner .timmer-inner .time-heading{
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
}
@media (max-width:600px) {
    #countdown-timmer .countdown-timmer-inner{
        gap: 10px;
    }
    #countdown-timmer .countdown-timmer-inner .timmer-inner{
        padding: 10px 10px;
        gap: 0;
    }
    #countdown-timmer .countdown-timmer-inner .timmer-inner span{
        font-size: 20px;
        min-width: 42px;
    }
    .timmer-logo{
        width: 250px;
        display: block;
    }
    #countdown-timmer .countdown-timmer-inner .timmer-inner .time-heading{
        font-size: 12px;
    }
}

@media (min-width: 1400px) {
    .container-lg{
        max-width: 1372px;
    }
}
header .navbar{
    padding: 40px 0;
}
header .navbar .navbar-nav{
    gap: 28px;
}
header .navbar .navbar-nav .nav-item .nav-link{
    padding: 0;
    color:  #000;
    font-size: 16px;
    font-style: normal;
    line-height: 22px; /* 137.5% */
    font-family: 'poppins-m';
    transition: all .3s ease-in-out;
}
header .navbar .navbar-nav .nav-item .nav-link:hover,
.nav-item.dropdown .dropdown-menu .dropdown-item:hover{
    color: #00AB6C !important;
}
.nav-item.dropdown .dropdown-menu{
    border-radius: 15px;
    padding: 12px 24px;
    border: 0;
    background: #FFF;
    box-shadow: 
            0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.07), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.05),
            0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04),
            0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.03), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
}
.nav-item.dropdown .dropdown-menu .dropdown-item{
    padding: 0;
    padding-top: 10px;
    color:  #000;
    font-size: 16px;
    font-style: normal;
    line-height: 22px; /* 137.5% */
    font-family: 'poppins-m';
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover{
    background: transparent !important;
}
header .navbar .navbar-nav .nav-item .nav-link.active{
    font-family: 'poppins-sb';
    color: #00AB6C;
}
header .navbar .navbar-nav .nav-item.dropdown .nav-link{
    position: relative;
    padding-right: 22px;
}
header .navbar .navbar-nav .nav-item.dropdown .nav-link::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0 !important;
    background-color: transparent;
    background-image: url('../images/chevron-down.svg') !important;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero-bg{
    position: relative;
    overflow: hidden;
}
.hero-bg::before{
    content: '';
    background-image: url('../images/left-green.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 810px;
    height: 700.159px;
    z-index: -1;
    opacity: 0.2;
}
.hero-bg::after{
    content: '';
    background-image: url('../images/right-purple.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 100px;
    right: -190px;
    width: 900px;
    height: 800px;
    z-index: -1;
    opacity: 0.2;
}
.banner{
    padding-top: 23px;
    margin-bottom: 200px;
}
.banner-heading h2{
    font-family: 'poppins-m';
}
.banner h1{
    margin-bottom: 32px;
    font-family: 'poppins-sb';
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.banner .banner-btn-main{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 64px 0;
}
.banner .banner-btn-main .btn{
    padding: 20px 40px;
    border-radius: 80px;
    background: #00AB6C;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.18px;
    border: 0 !important;
}
.banner .banner-btn-main .btn:hover{
    background-color: #00AB6C;
    color: #fff;
}
.animatedArrow:hover img{
    animation: animatedArrow 3s linear infinite ;
}
@keyframes animatedArrow {
    0%{
        transform: translate(0px);
    }
    50%{
        transform: translate(7px);
    }
    100%{
        transform: translate(0px);
    }
}
.banner .banner-btn-main button.quote{
    border: 2px solid #00AB6C !important;
    background: #FFF;
    color: #00AB6C;
}
.banner .data-count{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    max-width: 472px;
    width: 100%;
}
.banner .data-count .data-count-inner{
    max-width: 103px;
    width: 100%;
}
.banner .data-count .data-count-inner h2{
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 22px;
}
.banner .data-count .data-count-inner p{
    margin-bottom: 0;
    color: #1A1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.banner-img-box{
    position: relative;
}
.banner-img-box img{
    border-radius: 25px;
    /* background-image: url('../images/hero-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%; */
}
.banner-img-box .banner-img-card{
    position: absolute;
    top: 31px;
    left: 32px;
    background-color: #fff;
    border-radius: 16px;
    max-width: 450px;
    width: 100%;
}
.banner-img-card .card-top{
    padding: 16px 20px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #EEEBEB;
}
.banner-img-card .card-top span{
    width: 8px;
    height: 8px;
    background-color: #55AC68;
    border-radius: 50%;
}
.banner-img-card .card-top span.two{
    background-color: #EBCB62;
}
.banner-img-card .card-top span.three
{
    background-color: #DA615C;
}
.banner-img-card .card-body{
    padding: 20px 30px;
}
.banner-img-card .card-body h3{
    color: var(--Base-Black, #000);
    font-family: 'poppins-sb';
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.66px;
    margin-bottom: 35px;
}
.banner-img-card .card-body p.name{
    color: var(--Base-Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.54px;
    margin-bottom: 16px;
}
.banner-img-card .card-body p.name2{
    color: var(--Base-Black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.54px;
    margin-bottom: 0;
}
.banner-img-card .card-body p.valid{
    color: #9A9A9A;
    margin-bottom: 14px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.services-offer{
    padding: 61px 122px 61px 80px;
    border-radius: 30px;
    background: linear-gradient(102.85deg, #DAF0EE 0%, #DEF6ED 100%);
    margin-bottom: 200px;
    position: relative;
    z-index: 1;
}
.services-offer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 140px;
    background-image: url('../images/curve-line-left.png');
    background-repeat: no-repeat;
    z-index: -1;
}
.services-offer .services-boxes-main{
    display: flex;
    gap: 38px;
    flex-wrap: wrap;
}
.services-offer .services-left,
.services-offer .services-right{
    max-width: 481px;
}
.services-offer .services-boxes-main .services-box{
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.05);
}
.services-offer .services-boxes-main .services-box .box-circle,
.service-important .card-image{
    width: 55px;
    height: 55px;
    background-color: #DDFFF3 !important;
    border-radius: 50%;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-offer .services-boxes-main .services-box{
    text-decoration: none;
}
.services-offer .services-boxes-main .services-box h4{
    color:  #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 120%; /* 21.6px */
    font-family: 'poppins-m';
}
.services-offer p.second-para{
    margin: 34px 0;
}
.why-important{
    /* padding-top: 70px; */
    position: relative;
    overflow: hidden;
}
.why-important .sub-heading{
    font-family: 'Poppins-m';
    font-size: 16px;
    line-height: 25.6px;
    text-align: center;
    color: #000;
    max-width: 1053px;
    margin: 0 auto;
}
.why-important .stepper-main{
    margin-top: 25px;
}
.why-important .stepper-left .accordion-item{
    background-color: transparent !important;
    border: 0 !important;
    transition: all .5s ease-in-out;
}
.why-important .stepper-left .accordion-item.active{
    background-color: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(35, 40, 105, 0.08);
}
.why-important .stepper-left .accordion-collapse{
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.why-important .stepper-left .accordion-collapse.collapse.show,
.why-important .stepper-left .accordion-collapse.collapse{
    transition: all .3s ease-in-out;
}
.why-choose .stepper-left .accordion-header{
    width: 100%;
}
.why-important .stepper-left .accordion-body{
    padding: 0;
    padding-bottom: 42px;
    text-align: start;
    padding-left: 84px;
}
.why-important .stepper-left .accordion-item .accordion-button{
    background-color: transparent !important;
    border: 0 !important;
    box-shadow:  none !important;
    width: 100%;
    padding: 24px;
    align-items: center;
}
.why-important .step{
    transition: all .3s ease-in-out;
}
.why-important .stepper-main .accordion-button span.heading{
    max-width: 360px;
    color: var(--Base-Black, #000);
    font-family: 'Poppins-sb';
    font-size: 20px;
    font-style: normal;
    line-height: 30px; /* 150% */
    letter-spacing: -0.2px;
    margin-bottom: 16px;
    text-align: start;
    margin-bottom: 0;
}
.why-important .stepper-main .accordion-body{
    color: var(--Base-Black, #000);
    font-family: 'Poppins-m';
    font-size: 16px;
    font-style: normal;
    line-height: 160%; /* 25.6px */
    text-align: start;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}
.why-important .stepper-main .step-para-main{
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.why-important .stepper-left .accordion-item .accordion-button:not(.collapsed) .number{
    background-color: #00AB6C;
    color: #fff;
}
.why-important .stepper-left .accordion-item .accordion-button::after{
    display: none;
}
.why-important .stepper-main .number{
    min-width: 40px;
    height: 40px;
    background-color: #E3E3E2;
    color: var(--Base-Black, #000);
    text-align: center;
    font-family: 'Inter-b';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    transition: all .3s ease-in-out;
}
.why-important .stepper-main .step{
    display: flex;
    padding: 24px;
    margin-bottom: 32px;
    /* margin-bottom: 40px; */
    width: 100%;
    cursor: pointer;
    height: 90px;
    transition: all .4s linear;
    animation: height-animation .8s  ease-in-out;
}
/* .why-important .stepper-main .step.active h2{
    margin-bottom: 16px;
} */
.why-important .stepper-main .step.active .step-para-main{
    opacity: 1;
    height: inherit;
    visibility: visible;
}
@keyframes height-animation {
    0%{
        height: 30%;
        opacity: 0%;
    }
    50%{
        height: 50%;
        opacity: 25%;
    }
    75%{
        height: 75%;
        opacity: 50%;
    }
    100%{
        height: 100%;
        opacity: 100%;
    }
}
.why-important .stepper-main .step.active{
    height: 300px;
    border-radius: var(--Main-System-10px, 10px);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(35, 40, 105, 0.08);
    transition: all 6s ease-in-out;
}
.why-important .blackBox img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.why-important .box-image{
    height: 0;
    /* transition: all 1s ease-in-out; */
}
.why-important .box-image.active{
    height: 100%;
}
.why-important .box-image img{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 1s linear;
    animation: opacity-animation 1s ease-in-out;
}
@keyframes opacity-animation {
    0%{
        opacity: .2;
    }
    60%{
        opacity: .5;
    }
    100%{
        opacity: 1;
    }
}
.why-important .box-image.active img{
    opacity: 1;
    visibility: visible;
    height: fit-content;
    /* transition: all 1s ease-in-out; */
}
.why-important::before{
    content: '';
    background-image: url('../images/important-left-green.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 810px;
    height: 700.159px;
    z-index: -1;
    opacity: 0.2;
}
.why-important::after{
    content: '';
    background-image: url('../images/important-right-purple.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -150px;
    width: 900px;
    height: 800px;
    z-index: -1;
    opacity: 0.2;
}
.it-assets{
    margin: 200px 0;
}
.asset-detail-main{
    overflow-x: hidden;
}
.it-assets .asset-detail{
    /* background-color: rgba(255, 255, 255, 1);
    padding: 16px 30px;
    border-radius: 20px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
    max-width: 380px; */
    display: flex;
    gap: 24px;
    max-width: 576px;
    margin: 0 auto;
    margin-bottom: 65px;
}

.it-assets h1{
    line-height: 120%;
}
.it-assets h2{
    line-height: 140%;
    margin-bottom: 32px;
}
.it-assets .heading{
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    font-family: 'Poppins-sb';
    margin-bottom: 8px;
}
.it-assets p{
    font-family: 'poppins-m';
    line-height: 26px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 164px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .3s ease-in-out;
}
.it-assets p.more{
    -webkit-line-clamp: inherit;
    max-height: none;
    transition: all .3s ease-in-out;
}
.it-assets p span{
    width: 112px;
    display: inline-block;
}
.asset-more-btn{
    border: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px;
    padding-right: 6px;
    font-family: 'poppins-b';
    background: #fff;
    color: #00AB6C;
    font-style: italic;
    line-height: 26px;
    font-size: 16px;
}
.brand-recycle{
    margin-bottom: 160px;
}
.brand-logo-main img{
    filter: grayscale(1);
    transition: all .3s ease-in-out;
}
.brand-logo-main img:hover{
    filter: grayscale(0);
}

.service-bg{
    border-radius: 30px;
    background: linear-gradient(102.85deg, #DAF0EE 0%, #DEF6ED 100%);
    padding: 88px 55px 90px 55px;
    text-align: center;
    margin-bottom: 100px;
}
.why-choose{
    margin-top: 200px;
}
.whychoose-heading{
    max-width: 1052px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}
.whychoose-heading h1{
    line-height: 120%;
}
.why-choose-card{
    /* max-width: 390px; */
    margin-bottom: 43px;
    padding: 32px 32px 18px 32px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
    min-height: 270px;
    margin-bottom: 40px;
}
.why-choose-card p{
    font-family: 'Inter';
}
.choose-icon{
    border-radius: var(--Roundness-Full-Inside, 128px);
    background: var(--Background-Light-Primary-Main, #0A77FF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
footer{
    background-color: #000;
    color: rgba(255, 255, 255, 0.8);
    overflow-x: hidden;
}
footer .footer-top{
    padding: 34px 0;
}
.footer-top .footer-book-btn{
    padding: 17px 40px;
    font-family: 'poppins-sb';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: left;
    background-color: #00AB6C;
    border-radius: 80px;
    border: 0;
    color: #fff;
}
footer .footer-top p{
    color: var(--Background-Light-Base-Main, #FFF);
    line-height: 160%;
    opacity: 0.8;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'poppins-l';
}
footer .footer-bottom-main{
    padding: 40px 0;
    border-top: 1px solid rgba(30, 30, 30, 1);
}
footer .footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer-bottom .left-links{
    gap: 50px; 
}
footer .footer-bottom .left-links a{
    font-family: 'poppins-m';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
footer .footer-bottom p{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}
.footer-bottom-main .copyrights{
    margin-top: 19px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0;
    color: #A4A4A4;
}
.socials-icons {
    display: flex;
    align-items: flex-end;
    gap: 18px;
}
.socials-icons a img{
    height: 20px;
    width: 20px;
    opacity: 0.6;
}
.footer-links .heading{
    color: var(--Secondary-Color-2, #FFF);
    font-family: 'Poppins-sb';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 25px;
}
footer ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
footer ul li a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #A4A4A4;
}
footer ul li a:hover{
    color: #fff;
}
footer ul li{
    margin-bottom: 3px;
}
footer ul li:last-child{
    margin-bottom: 0;
}
.contact-list li{
    margin-bottom: 16px;
}
.contact-list li a{
    gap: 12px;
    display: flex;
}
.left-footer-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: #A4A4A4;
    margin-top: 6px;
}
.social-links-right ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-links-right ul li{
    margin-bottom: 0;
}
.social-links-right ul li a{
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    height: 35px;
    width: 35px;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: .3s linear;
}
.social-links-right ul li a:hover img{
    transition: .3s linear;
}
.social-links-right ul li a:hover{
    background-color: rgb(10 119 255);
    transform: rotateY(180deg);
}
.social-links-right ul li a:hover img{
    filter: invert(1);
    transform: rotateY(-180deg);
}

/* SERVICES PAGE CSS */
.services-main .service-bg{
    padding: 137px 0;
    margin-bottom: 90px;
}
.service-important{
    margin-bottom: 167px;
}
.service-important h2{
    margin-bottom: 84px !important;
}
.service-important .card{
    padding: 32px;
    border-radius: var(--Roundness-Round-Outside, 12px);
    border: 0;
    background: var(--Base-White, #FFF);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 32px;
}
.service-important .card-body{
    padding: 0;
}
.service-important .card-image{
    background: #00AB6C;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-important .card-title{
    color: var(--text-icons-light-base-main, #000);
    font-family: 'Poppins-sb';
    font-size: 24px;
    font-style: normal;
    line-height: 30px; /* 125% */
    letter-spacing: -0.24px;
    margin-bottom: 16px;
    margin-top: 25px;
}
.service-important .card-desc{
    color: var(--Base-Black, #000);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    margin-bottom: 27px;
}
.service-important .card-link{
    border: 2px solid #00AB6C;
    border-radius: 25px;
    text-decoration: none;
    color: #00AB6C;
    font-family: 'Inter-sb';
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 26px; /* 146.667% */
    padding: 12px 30px 12px 30px;
    transition: all .2s ease;
}
.service-important .card-link:hover{
    background-color: #00AB6C;
    color: #fff;
}

/* SERVICES DETAILS CSS */
.services-detail .banner-img{
    margin-bottom: 80px;
    /* min-height: 400px; */
    border-radius: 35px;
    background-color: #000;
}
.services-detail p{
    color: var(--Base-Black, #000);
    font-size: 18px;
    font-style: normal;
    line-height: 32px; /* 177.778% */
}
.collection-numbers{
    margin-bottom: 60px;
}
.collection-numbers p{
    line-height: 24px;
}
.services-detail .blackDiv{
    max-width: 800px;
    height: 300px;
    border-radius: var(--Main-System-20px, 20px);
    background: var(--Base-Black, #000);
    margin-bottom: 100px;
}
.adv-marketing-analytics .heading-section{
    max-width: 800px;
    margin-bottom: 64px;
}
.adv-marketing-analytics{
    margin-bottom: 250px;
}
.adv-marketing-analytics .card{
    margin-bottom: 48px;
}
.adv-marketing-analytics .card,
.adv-marketing-analytics .card-body{
    border: 0;
    padding: 0;
    background: transparent;
}
.adv-marketing-analytics .card-body{
    display: flex;
}
.adv-marketing-analytics .card .card-image{
    border-radius: 50%;
    border: 1px solid var(--Stroke-Light-Base, #E5E5E7);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    min-width: 56px;
    margin-right: 16px;
}
.adv-marketing-analytics .card .card-title{
    color: var(--text-icons-light-base-main, #323539);
    font-family: 'Poppins-m';
    font-size: 24px;
    font-style: normal;
    line-height: 30px; /* 125% */
    letter-spacing: -0.24px;
    margin-bottom: 8px;
}
.adv-marketing-analytics .card .card-desc{
    color: var(--Base-Black, #000);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    margin-bottom: 16px;
    padding-right: 50px;
}
.adv-marketing-analytics .card .card-link,
.adv-marketing-analytics .card .card-link span{
    text-decoration: none;
    color: #0A77FF;
    font-family: 'Inter-sb';
    font-size: 15px;
    font-style: normal;
    line-height: 22px; /* 146.667% */
    display: flex;
    align-items: center;
    gap: 8px;
}
.book-btn{
    padding: 20px 40px 20px 40px;
    font-size: 18px;
    font-family: 'Poppins-sb';
    letter-spacing: -1%;
    line-height: 26px;
    margin-bottom: 60px;
}
.wee-listing{
    padding-left: 24px;
}
.wee-listing-main{
    margin-bottom: 230px;
}
.wee-listing li h4{
    font-family: 'poppins-m';
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.wee-listing li p{
    margin-bottom: 0;
    font-family: 'poppins-m';
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}
.services-detail-list{
    margin-bottom: 200px;
}
.services-detail-list li p{
    font-family: 'poppins-m';
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
}
.yellow-label{
    background-color: #DDFFF3;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00AB6C;
    line-height: 24px;
    letter-spacing: 1.4px;
    font-family: 'Poppins-sb';
    font-size: 16px;
    margin-bottom: 16px;
    width: fit-content;
    padding: 0 12px;
    border-radius: 4px;
}
.certification-main{
    margin-bottom: 110px;
}
.certification{
    max-width: 824px;
    margin: 0 auto;
    padding: 30px 10px 68px 10px;
    border-top: 2px solid rgba(217, 217, 217, 1);
}
.certification h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
    font-family: 'Poppins-sb';
    margin-bottom: 22px;
    margin-bottom: 0;
}
.certification p{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins';
    margin-bottom: 16px;
}
.certification ul li{
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    font-family: 'poppins-m';
    margin-bottom: 16px;
    list-style: none;
    position: relative;
}
.certification ul{
    padding-left: 48px;
}
.certification ul li::before{
    background-image: url('../images/checkmark.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 24px;
    width: 24px;
    position: absolute;
    top: 2px;
    left: -48px;
}
.certification .bg{
    background: #F4F4F4;
    border-radius: 25px;
    padding: 30px 33px;
}
.certification .bg>div{
    height: 160px;
    max-width: 300px;
    border-radius: 20px;
    background-color: #00AB6C;
    margin: auto;
    padding: 20px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.certification .bg>div h3{
    font-family: 'poppins-m';
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #fff;
}
.certification .bg>div a{
    font-family: 'poppins-m';
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-certification{
    background: #F4F4F4;
    padding-top: 120px;
    padding-bottom: 160px;
    margin-bottom: 200px;
}
.brand-certification .logo{
    background: #FFFFFF;
    border-radius: 8px;
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-certification .logo img{
    width: fit-content;
}
.brand-certification h4{
    font-size: 48px;
    font-family: 'Poppins-m';
    line-height: 68px;
    letter-spacing: -0.67px;
}
.padding-width{
    width: fit-content !important;
    padding: 28px !important;
}
.dds-bg{
    background: #D9D9D9;
    height: 436px;
    width: 100%;
    margin-bottom: 80px;
    border-radius: 10px;
}
.data-services h2{
    margin-bottom: 56px;
    line-height: 44.8px;
}
.data-services h2,
.data-services h4{
    color: #000;
    font-family: 'Poppins-sb';
}
.data-services p{
    margin-bottom: 24px;
}

/* sustainabillity css */
/* .sustainability-faq{
    padding: 120px 0;
    margin-bottom: 228px;
}
.sustainability-faq .accordion{
    max-width: 945px;
    width: 100%;
    margin-top: 72px;
    margin-left: auto;
}
.sustainability-faq .accordion .accordion-item{
    border: 0;
    border-top: 1px solid rgba(120, 120, 120, 1);
    border-radius: 0 !important;
    padding: 51px 0 48px 0;
}
.sustainability-faq .accordion .accordion-header .accordion-button{
    background-color: transparent !important;
    border: 0 !important;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.4444444477558136px;
    text-align: left;
    color: #000;
    box-shadow: none !important;
    padding: 0;
    font-family: 'satoshi-b';
}
.sustainability-faq .accordion .accordion-header .accordion-button::after{
    content: '';
    background-image: url('../images/plus-icon.svg');
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
}
.sustainability-faq .accordion-button:not(.collapsed)::after{
    transform: rotate(45deg);
}
.sustainability-faq .accordion .accordion-item .accordion-body{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    padding: 0;
    padding-top: 35px;
} */
.sustainability-section{
    padding: 30px 10px 100px 10px;
    max-width: 890px;
    margin: 0 auto;
    border-top: 2px solid rgba(217, 217, 217, 1);
}
.sustainability-section .bg>div{
    max-height: 270px;
    max-width: 290px;
    background-color: #000;
    border-radius: 14px;
    margin: 0 auto;
}
.sustainability-section h3{
    font-family: 'Poppins-sb';
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0;
}
.sustainability-section p{
    font-family: 'Poppins-m';
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0;
}
.sustain-end{
    max-width: 820px;
    padding: 0 10px 140px 10px;
    margin: 0 auto;
}
.sustain-end h3{
    font-family: 'Poppins-m';
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;

}
/* about us css */
.our-vision{
    padding-bottom: 157px;
}
.our-history{
    padding: 60px 0 160px 0;
}
.our-history .history-left{
    max-width: 465px;
    width: 100%;
}
.our-history .history-right{
    max-width: 555px;
    margin-left: auto;
}
.our-history h3{
    font-family: 'poppins-b';
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    color: #00AB6C;
    margin-bottom: 6px;
}
.our-history h2{
    font-family: 'poppins-b';
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(22, 25, 37, 1);
    margin-bottom: 12px;
}
.our-history h4{
    font-family: 'Poppins-sb';
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 26, 26, 1);
}
.our-history .history-heading{
    margin-bottom: 16px;
    margin-top: 32px;
}

/* contact us css */
.contact-main{
    padding: 69px 80px 60px 80px;
    box-shadow: 0px 50px 200px -80px rgba(0, 0, 0, 0.06);
    border-radius: 40px;
    border: 2px solid rgba(243, 247, 245, 1);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 151px auto;
}
.contact-main label{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(22, 25, 37, 1);
    margin-bottom: 20px;
    font-family: 'poppins-m';
}
.contact-main input,
.contact-main .form-select,
.contact-main textarea{
    background-color: rgb(249, 249, 249) !important;
    padding: 24px 40px;
    border: 1px solid transparent;
    outline: none;
    width: 100%;
    resize: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    box-shadow: none !important;
    border-radius: 10px;
}
.contact-main input:focus,
.contact-main .form-select:focus,
.contact-main textarea:focus{
    border: 1px solid #000;
}
.contact-main .form-holder{
    margin-bottom: 49px;
}
.contact-main input.error,
.contact-main .form-select.error,
.contact-main textarea.error{
    border: 1px solid #BB1211 !important;
}
.contact-main input.error::placeholder,
.contact-main .form-select.error::placeholder,
.contact-main textarea.error::placeholder{
    color: #BB1211;
}
.error{
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #BB1211;
    /* display: none; */
}
.error-msg.show{
    display: block;
}
.contact-main .input-main{
    max-width: 480px;
}
.contact-main .contact-submit{
    max-width: 338px;
    width: 100%;
    padding: 24px 0;
    text-align: center;
    font-family: 'poppins-b';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    border-radius: 40px;
    border: 0;
    background-color: #00AB6C;
    margin: 0 auto;
    color: #fff;
}
.our-office{
    padding: 120px 0;
    max-width: 1205px;
    margin: 0 auto;
}
.our-office h2{
    font-family: 'poppins-sb';
    font-size: 66px;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(22, 25, 37, 1);
    margin-bottom: 20px;
}
.our-office h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(156, 209, 97, 1);
    margin-bottom: 20px;
}
.our-office p{
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(30, 33, 49, 1);
    margin-bottom: 0;
}
.our-office .addres-block{
    padding-top: 30px;
    max-width: 270px;
}
.our-office .addres-block h3{
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
    color: rgba(22, 25, 37, 1);
}

@media (min-width: 1401px){
    .services-detail .blackDiv ,
    .adv-marketing-analytics .heading-section{
        max-width: 930px;
    }
}
@media (max-width: 1400px){
    .services-offer {
        padding: 60px;
    }
    .it-assets h1{
        font-size: 40px;
        line-height: 55px;
    }
}
@media (max-width: 1200px){
    .services-offer {
        flex-direction: column-reverse;
    }
    .services-offer .services-left{
        margin-top: 100px;
    }
    .services-offer .services-boxes-main{
        gap: 15px;
    }
    .services-offer .services-boxes-main .services-box {
        width: 190px;
        height: 190px;
    }
    .services-offer .services-left,
    .services-offer .services-right{
        max-width: unset;
    }
    .banner .banner-btn-main .btn{
        padding: 15px 20px;
    }
    footer .footer-bottom .left-links{
        gap: 30px;
    }
    .it-assets .asset-detail img{
        width: 160px;
        max-height: 160px;
        /* width: 100%; */
        height: 100%;
    }
    .banner-img-box .banner-img-card {
        left: 11px;
    }
}
@media (max-width: 991px){
    .footer-bottom{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .services-offer .services-boxes-main{
        justify-content: center;
    }
    footer .footer-bottom .left-links{
        gap: 20px;
    }
    .our-history .history-right{
        margin-left: 0;
        max-width: 100%;
        margin-top: 20px;
    }
    .our-history .history-left{
        max-width: 100%;
    }
    .sustainability-section .bg{
        padding-top: 20px;
    }
    .wee-listing-main{
        margin-bottom: 150px;
    }
    .timmer-logo img {
        width: 50%;
    }
    .it-assets .asset-detail{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .banner-img-box .banner-img-card {
        left: 30px;
    }
}
@media (max-width: 767px){
    footer .footer-bottom .social-links-right{
        margin: auto;
    }
    .services-detail .banner-img{
        margin-bottom: 40px;
    }
    .it-assets {
        padding: 50px 10px;
        margin-bottom: 100px;
        margin-top: 100px;
        background-size: 100% 100%;
    }
    .it-assets h1{
        font-size: 36px;
        line-height: 45px;
    }
    .why-choose {
        margin-top: 100px;
    }
    .services-offer{
        margin-bottom: 50px;
    }
    .services-offer {
        padding: 20px;
    }
    .services-right h1{
        font-size: 28px;
        line-height: 120%;
    }
    .services-offer p.second-para {
        font-size: 16px;
        margin: 18px 0;
    }
    .services-offer .services-left {
        margin-top: 60px;
    }
    .it-assets .col:last-child{
        margin-bottom: 0;
    }
    .banner{
        margin-bottom: 100px;
    }
    footer .footer-bottom .left-links{
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .footer-top>div{
        flex-direction: column;
        gap: 20px;
    }
    .footer-top .footer-book-btn{
        padding: 14px 20px;
        font-size: 16px;
    }
    .footer-bottom-main .copyrights{
        text-align: center;
        font-size: 14px;
    }
    .f-32px{
        font-size: 28px !important;
    }
    .service-bg {
        padding: 70px 0;
        margin-bottom: 80px;
    }
    .service-bg h2{
        font-size: 18px;
    }
    .f-60px{
        font-size: 40px !important;
    }
    .lh-74{
        line-height: 60px !important;
    }
    .contact-main{
        padding: 40px;
    }
    .certification h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .certification {
        padding-bottom: 60px;
    }    
    .sustainability-section{
        padding-bottom: 70px;
    }
    .wee-listing-main,
    .services-detail-list{
        margin-bottom: 100px;
    }
    .contact-main input, .contact-main .form-select, .contact-main textarea{
        padding: 20px 25px;
        font-size: 18px;
    }
    .our-office h2{
        font-size: 45px;
        line-height: 50px;
    }
    .it-assets .asset-detail{
        flex-wrap: wrap;
    }
    footer ul{
        margin-bottom: 20px;
    }
    .it-assets .asset-detail img{
        width: 300px;
        max-height: 300px;
    }
    .error-msg{
        font-size: 16px;
        line-height: 110%;
    }
    .brand-recycle{
        margin-bottom: 80px;
    }
}
@media (max-width: 575px){
    .banner h1{
        font-size: 32px;
        line-height: 126%;
    }
    .banner .banner-btn-main{
        flex-wrap: wrap;
        margin: 30px 0;
    }
    .banner .banner-btn-main .btn {
        padding: 12px 20px;
    }
    .banner .data-count .data-count-inner {
        max-width: 90px;
    }
    .banner .data-count .data-count-inner h2 {
        margin-bottom: 10px;
    }
    .banner .data-count .data-count-inner p {
        font-size: 12px;
        letter-spacing: 0;
    }
    .whychoose-heading h1 {
        font-size: 24px;
    }
    .why-important h1{
        font-size: 28px;
    }
    .why-important h2{
        font-size: 20px;
        line-height: 26px;
    }
    .why-important .stepper-main .step,
    .why-important .stepper-main .step.active{
        padding: 18px;
        margin-bottom: 0;
    }
    .why-important .stepper-main .step:last-child{
        margin-bottom: 40px;
    }
    .why-important .stepper-main .number {
        min-width: 30px;
        height: 30px;
        font-size: 15px;
        margin-right: 12px;
    }
    .why-important .stepper-main h2{
        margin-top: 0;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .why-important .stepper-main p{
        font-size: 14px;
    }
    .services-offer .services-boxes-main .services-box {
        width: 100%;
        height: 180px;
    }
    .it-assets h1{
        font-size: 22px;
        line-height: 30px;
    }
    .it-assets h2{
        font-size: 15px;
    }
    /* .it-assets .asset-detail {
        padding: 20px 20px;
    } */
    .it-assets p{
        font-size: 14px;
    }
    .why-choose-card {
        padding: 22px 20px 16px 20px;
    }
    .why-choose-card p{
        font-size: 14px;
    }
    .service-important .card{
        padding: 20px;
    }
    .banner-img-box .banner-img-card{
        top: 15px;
        left: 15px;
    }
    .banner-img-card .card-body{
        padding: 10px 20px;
    }
    .banner-img-card .card-body h3{
        font-size: 18px;
    }
    .banner{
        margin-bottom: 50px;
    }
    h2{
        font-size: 20px;
        line-height: 28px;
    }
    .footer-bottom-main .copyrights{
        font-size: 11px;
    }
    .f-32px{
        font-size: 22px !important;
        line-height: normal !important;
    }
    h1{
        font-size: 34px;
        line-height: 40px;
    }
    .f-60px{
        font-size: 35px !important;
    }
    .contact-main{
        padding: 10px 0;
    }
    .certification ul {
        padding-left: 28px;
    }
    .certification ul li::before{
        left: -28px;
    }    
    .certification ul li {
        font-size: 16px;
    }
    .certification h3 {
        font-size: 28px !important;
        line-height: 32px !important;
    }
    .certification .bg{
        padding: 10px;
    }
    .sustain-end h3{
        font-size: 20px;
        line-height: 30px;
    }
    .sustain-end{
        padding-bottom: 70px;
    }
    .sustainability-section{
        padding-bottom: 50px;
    }
    .f-24px{
        font-size: 18px !important;
    }
    .our-history{
        padding: 40px 0 80px 0;
    }
    .wee-listing-main,
    .services-detail-list{
        margin-bottom: 70px;
    }
    .contact-main input, .contact-main .form-select, .contact-main textarea{
        padding: 15px;
        font-size: 16px;
    }
    .our-office h2{
        font-size: 30px;
        line-height: 35px;
    }
    .our-office .addres-block h3{
        font-size: 20px;
    }
    .lh-74{
        line-height: 40px !important;
    }
    #countdown-timmer {
        gap: 10px;
    }
    #countdown-timmer .countdown-timmer-inner .timmer-inner{
        border-radius: 8px;
    }
    .primary-btn{
        padding: 10px 20px;
    }
    .it-assets .asset-detail img{
        width: 100%;
    }
}
@media (max-width: 500px){
    .banner-img-box .banner-img-card{
        max-width: 320px;
    }
    .banner-img-card .card-body p.name {
        font-size: 14px;
    }
}
@media (max-width: 400px){
    .banner-img-box .banner-img-card{
        max-width: 280px;
    }
    .banner-img-card .card-body p.name2{
        font-size: 12px;
    }
    .banner-img-card .card-body p.valid{
        margin-bottom: 6px;
    }
    .banner-img-card .card-top{
        padding: 10px 20px;
    }
    .banner-img-box .banner-img-card{
        top: 4px;
    }
    .banner-img-card .card-body h3{
        margin-bottom: 8px;
    }
}





/* GSAP ANIMATION */

#mainText .char{
    font-weight: 700;
    transform: translateY(100px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}