@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url(layout.min.css);

html {
    font-size: 16px;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    font-family: "Saira", sans-serif;
}

:root {
    --white: #ffffff;
    --black: #000;
    --theme-color: #06D889;
    --primary: #3D3D3D;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.87;
    color: #313131;
    margin-bottom: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 div {
    display: inline-block;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

section {
    padding: 5rem 0;
    position: relative;
}

/* Home Page CSS Start  */
.main-Banner {
    background: url(../images/banner/1.png) bottom center / cover fixed no-repeat;
    height: 85vh;
    display: flex;
    align-items: center;
    padding: 4rem 6rem;
    min-height: 45rem;
}

.bannertext h1 {
    font-size: 4.354rem;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--primary);
}

.bannertext h1 span {
    color: var(--theme-color);
}

.bannertext p {
    width: 80%;
}

.bannerImg {
    position: absolute;
    right: 0;
    top: 0;
}


.counter-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 55px 20px;
    /* background: url(../images/bg/1.png) bottom center / cover no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%); */
    position: relative;
    overflow: hidden;
}

.counter-box {
    text-align: center;
    position: relative;
}

.counter-box h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
    color: var(--white);
}

.counter-box p {
    font-size: 1.325rem;
    text-transform: capitalize;
    margin: 0;
    color: var(--white);
}

.counter-box span {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    color: var(--white);
}

.reviewBanner {
    padding: 0;
    background: url(../images/bg/1.png) bottom center / cover no-repeat;
}

/* .counter-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #0fd88cc7;
} */

/* .counter-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    clip-path: polygon(0 0, 1% 0, 3% 100%, 2% 100%);
} */
.counterNo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.counterNo h6 {
    font-size: 2rem !important;
    color: #fff;
    margin: 0;
}

.reviewBanner h6 {
    font-weight: 400;
    font-size: 1.125rem;
    padding: 0;
    color: #fff;
}

.reviewBanner h6::before {
    display: none;
}

.reviewBanner ul {
    display: flex;
    gap: 1rem;
}

.reviewBanner ul li {
    border: 1px solid #ffffff4d;
    padding: 1rem 1.25rem;
    border-radius: 10px;
}

/* .reviewBanner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--primary);
    width: 26%;
    border-right: 8px solid #fff;
} */

.reviewBanner .reviewBtn {
    padding-left: 4rem;
}

.abtSec {
    background: url(../images/bg/2.png) bottom center / cover fixed no-repeat;
}

h6 {
    display: inline-block;
    font-size: 1.125rem;
    color: var(--theme-color);
    position: relative;
    padding-left: 3.5rem;
}

h6::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    height: 2px;
    width: 3rem;
    top: 50%;
    transform: translateY(-50%);
}

h4 {
    font-size: 3.125rem;
    font-weight: 700;
    color: var(--primary);
    margin: 1rem 0;
}

.abtWhite h5 {
    font-size: 1.575rem;
    font-weight: 600;
    margin: 1rem 0;
}

.abtWhite h5 span {
    color: var(--theme-color);
}

.abtWhite {
    background: #fff;
    border: 1px solid #00000030;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    margin-left: -11rem;
    padding-left: 12rem;
    position: relative;
    z-index: 0;
    border-radius: 6px;
}

.abtSec figure {
    position: relative;
    z-index: 1;
}

.abtImg {
    position: absolute;
    left: 3rem;
    top: 3rem;
}

.serviceSec {
    background: url(../images/bg/3.png) bottom center / cover fixed no-repeat;
}

.serBox {
    background: var(--white);
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e9e9e9;
    transition: all 0.5s ease;
    margin: 1rem 0;
}

.serBox .serContent h3 {
    font-size: 1.475rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 12px;
}

.serBox .serContent a {
    text-decoration: dashed !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-color);
}

.serBox .serContent {
    padding: 2rem 0 10px;
}

.serBox .serImg {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.serBox .serImg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle farthest-corner at center center, #b8e1fc00 0%, #1ad990 100%);
    transition: all 0.5s ease;
    opacity: 0;
}

.serBox:hover .serImg::before {
    opacity: 1;
}

.serBox:hover {
    border-color: var(--theme-color);
}


.workSec {
    padding: 5rem;
    background: url(../images/bg/4.png) top right / contain no-repeat;

}

.workBox {
    border: 1px solid #EFEFEF;
    padding: 1.5rem;
    border-radius: 8px;
    transition: all 0.5s ease;
    margin: 1rem 0;
    background: #fff;
}

.workBox .wrokIcon {
    width: 60px;
    height: 60px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.workBox h3 {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--primary);
}

.workBox p {
    margin: 0;
}

.workBox:hover {
    border-color: var(--theme-color);
}

.workLine {
    margin-left: -3rem;
}

.workSec .workBox.workTop {
    margin-top: -3rem;
}


.ctaSec {
    background: url(../images/bg/5.png) top center / cover fixed no-repeat;
    padding: 0;
    margin-top: 5rem;
}


.ctaBoox {
    background: var(--white);
    padding: 3rem;
    border-radius: 10px;
}

.ctaSec figure {
    margin-top: -7rem;
    /* animation: topBotm 2s infinite ease-in-out; */
}

@keyframes topBotm {
    0% {
        margin-top: -5rem;
    }

    50% {
        margin-top: -7rem;
    }

    50% {
        margin-top: -7rem;
    }
}

.overlaySection::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1ad991d9;
}



.logoSec .swiper-slide {
    background: #fff;
    box-shadow: 0 0 20px #0000001f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    border-radius: 10px;
}

.logoSec .logoSlider {
    padding-top: 1rem;
}

.logoSec .swiper-slide img {
    width: 100px;
    height: 30px;
}

.logoSec {
    padding: 2rem 0 3rem;
    background: #f8f8f8;
}


.reviewsSec {
    background: url(../images/bg/6.png) top center / cover fixed no-repeat;
}

.reviewSlide {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    margin: 1rem 9rem;
}

.reviewSlide .userImgOne img {
    position: absolute;
}

.reviewSlide .reviewsSlider {
    margin: 3rem 14rem;
    text-align: center;
}

.reviewSlide .userImgOne .user1 {
    top: 1rem;
    left: 1rem;
    animation: topBotm 3s ease infinite;
}

.reviewSlide .userImgOne .user2 {
    bottom: 6rem;
    top: auto;
    animation: topBotm 3s ease infinite;
}

.userImgTwo img {
    position: absolute;

}

@keyframes topBotm {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(14px);
    }

    100% {
        transform: translateY(0);
    }
}

.reviewSlide .userImgOne .user3 {
    bottom: 3rem;
    top: auto;
    left: 12rem;
    animation: topBotm 4s ease infinite;
}

.userImgTwo .user4 {
    right: 11rem;
    top: 5rem;
    animation: topBotm 4s ease infinite;
}

.userImgTwo .user5 {
    right: 1rem;
    animation: topBotm 3s ease infinite;
}

.userImgTwo .user6 {
    bottom: 2rem;
    right: 8rem;
    animation: topBotm 3s ease infinite;
}

.reviewsSec .nextOne,
.reviewsSec .prevOne {
    top: 50%;
}

.reviewsSec h4 {
    color: var(--white);
}

.reviewBox img {
    margin-bottom: 1rem;
}

.reviewBox h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 1.275rem;
}

.reviewBox h3 span {
    color: var(--theme-color);
    font-size: 1rem;
    font-weight: 500;
    display: block;
    margin-top: 6px;
}



.whatWeDoSec {
    background: url(../images/bg/7.png) top center / cover fixed no-repeat;
}

.whatWeDoSec .workBox img {
    margin-bottom: 1rem;
}

.workWhiteBox {
    border: 1px solid #0000000d;
    border-radius: 8px;
    padding: 2rem;
    background: #fff;
    margin: 1rem 10px;
    max-width: 98%;
}

.workWhiteBox ul,
.listStyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}

.listStyle {
    width: 100%;
    margin: 0 0 2rem;
}

.workWhiteBox ul li,
.listStyle li {
    flex: 0 0 48%;
    border: 1px solid #0000001f;
    padding: 10px 2.5rem;
    margin: 5px 0;
    border-radius: 100px;
    position: relative;
    background-color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.workWhiteBox ul li::before,
.listStyle li::before {
    content: '';
    position: absolute;
    inset: 0;
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    background: var(--theme-color);
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
}

/* .accordian {
    margin-top: 2rem;
} */

.accordian li {
    margin-bottom: 25px;
    border: 1px solid #dedede87;
    border-radius: 12px;
}

.accordian li h4 {
    color: var(--primary);
    font-size: 1.125rem;
    padding: 1.4rem;
    position: relative;
    cursor: pointer;
    background-color: #f7f7f7;
    border-radius: 12px;
    margin: 0;
    line-height: 1.3;
    text-align: left;
    font-weight: 500;
    padding-right: 3.5rem;
}

.accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 22px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    background: #000000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    transform: translateY(-50%);
}

.accordian p {
    margin: 0;
    color: #869289;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1rem;
}

.accordian li>div {
    display: none;
    border-radius: 0 0 10px 10px;
    padding: 1rem;
    text-align: left;
}

.accordian li.active h4::after {
    content: "\f068";
}

.accordian li.active {
    border-color: var(--theme-color);
    background: var(--theme-color);
}

.accordian li.active h4 {
    color: var(--theme-color);
    background: var(--theme-color);
    color: var(--white);
}

.accordian li.active>div {
    background: #aeffe0;
}

.accordian li.active>div p {
    color: var(--primary);
}

.accordian {
    margin-top: 2rem;
}

/* accordian End */

.faqSec {
    background: url(../images/bg/8.png) top center / cover fixed no-repeat;
}

.faqBox {
    background: #fff;
    padding: 3rem;
    border-radius: 10px;
}


.contactForm {
    background: #fff;
    box-shadow: 0 0 20px #00000029;
    padding: 2rem;
    border-radius: 10px;
}

.contactForm h4 {
    font-size: 2.5rem;
}

.contactForm input {
    height: 3.5rem;
    margin-bottom: 1rem;
}

.contactForm .themeBtn {
    margin-top: 1rem;
}

.contactForm label {
    font-weight: 600;
    color: var(--primary);
}



.contactInfo {
    border: 1px solid var(--theme-color);
    height: 100%;
    padding: 0rem 2rem;
    border-radius: 10px;
}

.contactInfo .tag {
    background: var(--theme-color);
    display: inline-flex;
    gap: 1rem;
    padding: 1rem 1.5rem;
    color: var(--white);
    font-size: 1.275rem;
}

.contactInfo .tag a {
    font-weight: 600;
    color: var(--primary);
}

.contactInfo .accordian li h4 {
    border: none;
    background: transparent;
    border-bottom: 1px solid #00000036;
    border-radius: 0;
    padding: 18px;
}

.contactInfo .accordian li {
    border: none;
    margin-bottom: 10px;
}

.contactInfo .accordian h4::after {
    background: transparent;
    color: var(--primary);
}

.contactInfo .accordian li.active h4 {
    background: transparent;
    color: var(--theme-color);
}

.contactInfo .accordian li.active {
    background: transparent;
}

.contactInfo .accordian li.active>div {
    background: transparent;
}

/* Home Page CSS End */

/* Inner Pages CSS Start */
.innerBanner {
    height: 60vh;
    min-height: 30rem;
}

.innerBanner .bannertext {
    text-align: center;
}

.innerBanner .bannertext p {
    width: 100%;
}

.innerBanner .bannerImg1 {
    right: auto;
    left: 0;
}

.innerBanner .bannertext h1 {
    font-size: 3rem;
}

.yearImg {
    margin-top: 2rem;
    text-align: center;
}

.aboutInner .container {
    background: #fff;
    padding: 3rem;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    position: relative;
}

.aboutInner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    height: 33rem;
}

.abtInnerBox ul {
    display: flex;
    gap: 2rem;
    border-top: 1px solid #00000026;
    padding-top: 3rem;
    margin-top: 4rem;
}

.abtInnerBox ul li {
    text-align: center;
    position: relative;
}

.abtInnerBox ul li::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    width: 20px;
    border-radius: 100px;
    height: 20px;
    border: 3px solid var(--primary);
    top: -3.7rem;
    left: 50%;
    transform: translateX(-50%);
}

.counterInner {
    background: url(../images/bg/10.png) top center / cover fixed no-repeat;
    padding: 4rem 5rem;
}

.counterInner * {
    color: #fff;
}

.counterInner h6 {
    padding: 0;
}

.counterInner h6::before {
    content: none;
}

.counterInner .counter-section {
    padding: 0;
}

.counterInner .counter-box {
    padding: 2rem;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: start;
    flex: 0 0 23%;
}

.counterInner .counter-box img {
    margin-bottom: 1rem;
}

.counterInner .counter-section {
    justify-content: space-between;
}


.blogBox {
    border: 1px solid #EFEFEF;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.blogBox .blogContnt h5 {
    font-size: 1rem;
    color: var(--theme-color);
}

.blogBox .blogContnt h3 {
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--primary);
    margin: 1.25rem 0;
}

.blogBox .blogContnt a {
    color: var(--theme-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogBox .blogContnt {
    padding: 2rem 0 10px;
}

.blogBox .blogImg img {
    border-radius: 8px;
}

.blogBox:hover {
    background: #0fd88c1c;
}


.contact-section {
    position: relative;
    background: url("../images/bg/11.png") center/cover no-repeat;
    overflow: hidden;
    height: 580px;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.contact-btn {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #1f2829;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;


    /* 🔴 sab se important */
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    font-size: 1.7rem;
    border: 2px solid #0fd88c;
}

.contact-btn:hover {
    color: var(--theme-color);
}

.animatedHead {
    font-size: 5.5rem;
    font-weight: 600;
    -webkit-text-stroke: 1px #ffffff24;
    color: transparent;
    white-space: nowrap;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.infinite {
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    overflow: hidden;
    gap: 4rem;
}

.infinite div {
    display: flex;
    gap: 4rem;
    animation: infini linear infinite 40s;
    position: absolute;
    top: 6rem;
}

@keyframes infini {
    0% {
        transform: translateX(-10%);
    }

    50% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.animatedHead::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    left: -2.5rem;
    border: 2px solid #ffffff24;
}

.contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #3d3d3ddb;
}


.contactInfoTwo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
}

.contactInfoList li a {
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    color: var(--primary);
}

.contactInfoList li a i {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.socialBtnIcon p {
    margin-bottom: 10px;
}

.socialBtnIcon h5 {
    font-weight: 600;
    color: var(--primary);
    margin: 0;
}

.contactInfoList li {
    margin: 5px 0;
}

.contactInfoTwo p {
    margin: 0;
}

.contactInfoList {
    margin: 1rem 0;
}

.contactSec iframe {
    margin-top: 5rem;
    border-radius: 10px;
}


.contactSec .socialIcons {
    display: flex;
    gap: 1rem;
    justify-content: start;
}

.contactSec .socialIcons li a {
    color: var(--primary);
    font-size: 1.125rem;
    border: 1px solid #00000030;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.lightGreenBg {
    background: #e6fbf3;
}

.abtService .abtWhite {
    margin-right: -9rem;
    margin-left: 0;
    padding: 2rem 10rem 2rem 2rem;
}

.abtService .abtWhite h4 {
    margin-top: 0;
}

.serviceContnt .workWhiteBox {
    margin: 0;
}

.serviceContnt .workContntBox {
    padding-top: 2rem;
}



.packageBox {
    border: 1px solid #ededed;
    padding: 1rem;
    border-radius: 10px;
    margin: 0;
    transition: all 0.5s ease;
    background: #fff;
    margin: 1rem 0;
}

.packageHead {
    text-align: center;
}

.packageHead .iconBox {
    border: 1px solid var(--theme-color);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-weight: 600;
    margin: -5rem auto 1rem;
    transition: all 0.5s ease;
}

.packageHead .tagHead {
    display: inline-block;
    font-size: 1.25rem;
    color: var(--theme-color);
    font-weight: 500;
}

.packageHead h2 {
    font-size: 3.1rem;
    font-weight: 600;
    color: var(--theme-color);
    margin: 1rem 0 1rem;
}

.packageHead h2 sub {
    font-size: 14px;
    font-weight: 500;
    bottom: 0;
}

.packageHead p {
    color: #504f4f;
    margin-bottom: 1rem;
}

.packageBody {
    border-top: 1px solid #f3f3f3;
}

.packageBody ul {
    padding: 2rem 0;
    height: 370px;
}

.packageBody ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 10px 0;
    color: var(--primary);
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
}

.packageBody ul li:last-child {
    border-bottom: 0;
}

.mCSB_inside>.mCSB_container {
    margin-left: 0;
}

.packageBox .themeBtn {
    width: 100%;
    text-align: center;
    border-radius: 15px;
}

.packageBox:hover {
    transform: scale(1.05);
}

.packageBox:hover .packageHead .iconBox {
    background: var(--theme-color);
}

.packageBox:hover .packageHead .iconBox img {
    filter: invert(1) brightness(10.5);
}

.packageBox.packageHead .iconBox img {
    transition: all 0.5s ease;
}

.packageBox:hover .themeBtn {
    background: var(--theme-color);
    color: #fff;
}

.packageBody ul li i {
    color: var(--theme-color);
}

.serviceWhatweDo {
    background: url("../images/bg/12.png") center center /cover fixed no-repeat;
}

.contactServiceInner {
    background: #fff;
}

.contactServiceInner::before {
    display: none;
}

.contactServiceInner .animatedHead {
    color: #f1eeee;
    -webkit-text-stroke: transparent;
    text-align: center;
    font-size: 10rem;
}
.bannerImg2 {
    width: auto !important;
}
.abtService .row {
    align-items: center;
}
/* Inner Pages CSS End */

/* Lp */

.chatBtn .chat i {
    color: var(--theme-color);
    font-size: 1.25rem;
    border: 1px solid var(--theme-color);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.chatBtn .chat {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--theme-color);
    font-size: 1.125rem;
    transition: all 0.5s ease;
}

.chatBtn .chat:hover i {
    background: var(--theme-color);
    color: #fff;
}

.chatBtn {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.start {
    display: flex;
    gap: 8px;
}

.start span {
    color: var(--theme-color);
}

.lpBanner .bannertext h1 span {
    color: var(--white);
    position: relative;
    padding: 0 1rem;
}
.lpBanner .bannertext h1 span::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    z-index: -1;
    height: 90px;
    top: 50%;
    transform: translateY(-50%);
}


.lpBanner .contactForm {
    position: relative;
    overflow: hidden;
}

.lpBanner .contactForm::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    height: 10rem;
    z-index: 0;
}

.lpBanner .contactForm .lpForm {
    position: relative;
}

.lpBanner .contactForm .lpForm * {
    color: #fff;
}

.lpBanner .contactForm .lpForm  h4 {
    margin: 0;
}

.stats-wrapper {
    display: block;
    margin-left: 8rem;
}

.stat-box {
    background: #ffffff;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
}

.stat-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: #22c55e; /* green */
    margin-bottom: 5px;
}

.stat-box p {
 margin: 0;
 color: #000;
 font-weight: 500;
 font-size: 1rem;
 line-height: 1.2;
}

/* Responsive */
@media (max-width: 991px) {
    .stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .stats-wrapper {
        grid-template-columns: 1fr;
    }
}


.stat-box.statBoxTwo {
    background: #f2f2f2;
    border: 8px solid #fff;
    width: 170px;
    height: 170px;
    margin-left: 8rem;
}

.stat-box.statBoxTwo p {
    font-size: 14px;
    padding: 0 10px;
}

.stat-box.statBoxTwo h2 {
    color: #000;
    font-size: 36px;
}

.stat-box.statBoxThree h2 {
    color: #000;
}

.stat-box.statBoxThree {
    width: 190px;
    height: 190px;
}
.lpCtaImg {
    position: absolute;
    bottom: 0;
}



.lpFooter p {
    color: #fff;
}

.lpFooter  .f-logoImg {
    margin: 5rem 0 0rem;
    display: block;
}

.lpFooter .firstRow {
    justify-content: center !important;
}

.copyRight {
    text-align: center;
}

.lpFooter {
    padding-top: 5rem;
}

.contactServiceInner .animatedHead.headOne {
    color: transparent;
    -webkit-text-stroke: 1px #efefef;
    font-size: 6rem;
}


.blogDetail figure img {
    border-radius: 15px;
    margin-bottom: 1rem;
}
.blogDetail h5 {
    color: var(--theme-color);
}



.abtName .counter-box {
    flex: 0 0 18%;
    padding: 1rem;
}

.abtName .counter-box h4 {
    font-size: 1.125rem;
}

.abtName .counter-box h4 span {
    font-weight: 400;
}