@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');
@import url(layout.min.css);
html {
    font-size: 16px;
}

body {
    position: relative;
    background: #F5F5F5;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}

:root {
    --white: #ffffff;
    --black: #000;
    --theme-color: #01BA76;
    --primary: #024922;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.67;
    margin-bottom: 2rem;
}

h1,
h2,
h3,
h4 {
    font-family: "Outfit", sans-serif;
}

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 10rem;
    position: relative;
}


/* Home Page CSS Start  */

.main-Banner {
    background: url(../images/banner/1.jpg) bottom center / cover fixed no-repeat;
    height: calc(100vh - 20vh);
    display: flex;
    align-items: center;
    min-height: 45rem;
}

.bannertext h1 {
    font-size: 4.57rem;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--theme-color);
    line-height: 1.1;
    margin: 1rem 0;
}

h6 {
    border: 1px solid #0000001f;
    border-radius: 20px;
    padding: 8px 1rem;
    background: #edf0ef;
    display: inline-block;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.bannertext p {
    color: var(--black);
    font-size: 1.125rem;
    width: 80%;
}

.bannerImg {
    position: absolute;
    right: 0;
    z-index: -1;
    top: auto;
    bottom: 1rem;
    width: 65%;
}

.bannerImg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(269deg, #f5f5f5, transparent);
    width: 30%;
    margin-left: auto;
    height: 80%;
    top: auto;
}

.greenOverlay {
    background: radial-gradient(circle at center, rgba(190, 230, 220, 0.6) 0%, rgba(190, 230, 220, 0.35) 25%, rgba(190, 230, 220, 0.15) 45%, #f5f5f500 70%, #f5f5f500 100%);
    width: 35rem;
    height: 35rem;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
}

.greenOne {
    top: 0;
    right: 0;
}

.main-Banner .greenOne {
    top: -17rem;
    right: -9rem;
}

.greenTwo {
    left: -5rem;
    bottom: -10rem;
}

h4 {
    font-size: 4.5rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.37;
}

h4 span {
    color: var(--theme-color);
    font-weight: 600;
}

.abtBox {
    margin: 1rem 0;
}

.abtBox .abtIcon {
    border: 1px solid #00000012;
    border-radius: 20px;
    text-align: center;
}

.abtBox .abtIcon img {
    width: 14rem;
    height: 14rem;
    object-fit: cover;
}

.abtBox .abtContnt h5 {
    font-size: 2rem;
}

.abtBox .abtContnt {
    text-align: center;
    padding: 2rem 2rem 0;
    transition: all 0.5s ease;
}

.abtBox:hover .abtContnt {
    padding-top: 1rem;
}

.abtSec {
    border-top: 1px solid #0000000d;
    border-bottom: 1px solid #0000000d;
}

.serBox {
    border: 1px solid #1ee49c2e;
    border-radius: 30px;
    justify-content: space-between;
    padding: 2rem 1.25rem;
    align-items: center;
    margin: 2rem 0;
    position: relative;
}

.serBox h3 {
    font-size: 3rem;
}

.serBox p {
    margin: 1.5rem 0;
}

.serBox ul li i {
    border: 1px solid #1ae1992e;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--theme-color);
}

.serBox ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.serBox ul {
    margin-bottom: 2rem;
}

.abtTwoSec h3 {
    font-size: 3rem;
}

.reviewSlider {
    margin-top: 2rem;
}

.testimonial-card {
    background: #fbfbfb;
    border-radius: 25px;
    padding: 1.25rem;
    position: relative;
    height: 440px;
}

.user-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}

.user-head img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.user-head h5 {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}

.user-head span {
    font-size: 14px;
    color: #777;
}

.testimonial-card p {
    font-size: 1em;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

.quote-icon {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 60px;
    color: #19c37d;
}

.profile-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 440px;
}

.profile-info h5 {
    font-size: 14px;
}

.profile-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.profile-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-info .left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.profile-info .left img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.profile-info h6 {
    margin: 0;
    font-size: 14px;
}

.profile-info span {
    font-size: 12px;
    color: #777;
}

.stars {
    color: #19c37d;
    font-size: 20px;
}

.socials i {
    font-size: 14px;
    margin-left: 8px;
    color: #777;
}

.faqSec .container-fluid {
    background: #fafafa;
    border-radius: 30px;
    padding: 3rem;
}

.faqSec figure {
    margin-top: 2rem;
}


/* .accordian {
    margin-top: 2rem;
} */

.accordian li {
    margin-bottom: 25px;
    border-radius: 12px;
}

.accordian li h4 {
    color: #000000;
    font-size: 1rem;
    padding: 1.4rem;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 12px;
    margin: 0;
    line-height: 1.3;
    text-align: left;
    font-weight: 400;
    padding-right: 3.5rem;
}

.accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 16px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #000000;
    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";
    color: #fff;
}

.accordian li.active {
    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(--black);
}

.accordian {
    margin-top: 2rem;
}


/* accordian End */

.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: left;
}

.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.55rem;
    color: var(--black);
    font-weight: 500;
}

.packageHead h2 {
    font-size: 3.1rem;
    font-weight: 600;
    color: var(--black);
    margin: 10px 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(--black);
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    font-size: 1rem;
}

.packageBody ul li:last-child {
    border-bottom: 0;
}

.mCSB_inside>.mCSB_container {
    margin-left: 0;
}

.packageBox .themeBtn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.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);
}

.packageNum {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 1rem;
}

.packageNum span {
    display: block;
    font-weight: 600;
    color: var(--theme-color);
    font-size: 11px;
}

.packageNum a {
    color: var(--black);
    font-weight: 700;
    font-size: 13px;
}

.mCSB_scrollTools {
    right: 0;
}


/* Home Page CSS End */


/* Inner Pages CSS Start */

.innerBanner {
    height: 50vh;
    min-height: 42rem;
}

.innerBanner .bannerImg {
    width: auto;
}

.innerBanner .bannerImg::before {
    display: none;
}

.contactInfo {
    background: #fafafa;
    border: 1px solid #00000014;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
}

.contactInfo h5 {
    font-size: 1.45rem;
    margin: 1.5rem 0 10px;
}

.contactInfo a {
    color: #000;
}

.contactInfo img {
    width: 70px;
    height: 80px;
    object-fit: contain;
}

.contactForm {
    background: #fafafa;
    padding: 3rem;
    border-radius: 30px;
    margin-left: -8rem;
}

.contactForm h4 {
    font-size: 2.5rem;
}

.contactForm input {
    height: 3.5rem;
    margin-bottom: 1rem;
}

.contactForm label {
    font-weight: 600;
}

.contactForm .themeBtn {
    margin-top: 1rem;
}

.bannerImgInner {
    position: absolute;
    right: 7rem;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.bannerImgInner .img-Two img {
    border-radius: 140px 10px 10px 10px;
    position: relative;
}

.bannerImgInner .img-One img {
    border-radius: 50px 10px 10px 10px;
    position: relative;
}

.bannerImgInner .img-Banner {
    position: relative;
    z-index: 1;
}

.bannerImgInner .img-Banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(333deg, #02bb78, #00c17a, #08db8e, #1be59b, #1be59b, #05c27d, #05c27d, #05c27d, #05c27d) no-repeat;
    width: 100%;
    height: 100%;
    top: 1rem;
    z-index: -1;
}

.bannerImgInner .img-Two::before {
    border-radius: 140px 10px 10px 10px;
    left: -2rem;
}

.bannerImgInner .img-One::before {
    border-radius: 50px 10px 10px 10px;
    left: -1rem;
}

.bannerLeftImg {
    position: absolute;
    bottom: -8rem;
}

.bannerLeftImg::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid var(--theme-color);
    border-radius: 15px;
    left: -1rem;
    top: 1rem;
    right: 2rem;
    bottom: -1rem;
    z-index: -1;
}

.arrowImg {
    position: absolute;
    left: 30rem;
    bottom: 0;
}

.workTwo {
    position: absolute;
    right: 4rem;
    top: 3rem;
}

.workOne {
    position: absolute;
    left: 3rem;
    top: 3rem;
}

.workSec .container-fluid {
    background: #fff;
    padding: 3rem;
    border-radius: 2rem;
    position: relative;
}

.workBox {
    border: 1px solid var(--theme-color);
    border-radius: 100px 50px 0 100px;
    padding: 1.25rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
}

.workBox .workNo {
    background: linear-gradient(45deg, #1daa6e, #10da91);
    width: 100px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.145rem;
    color: #fff;
    font-weight: 500;
}

.workContnt {
    width: 90%;
}

.workContnt p {
    margin: 0;
    font-size: 14px;
}

.workContnt h3 {
    font-size: 1.235rem;
}


/* Inner Pages CSS End */

.serviceSec .col-md-12 h4,
.serviceSec .col-md-12 p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.abtTwoSec img {
    width: 100%;
}

section.contactInfoSec {
    margin-top: 8rem;
}