:root {
    --brand-green: #00BF63;
    --text: #111;
}

body {
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: var(--text);
    margin: 0;
    background: #fff;
}

.top-bar-wrapper {
    float: right;
    border-bottom: solid 1px #E9EAEA;
    padding: 10px 0px 10px 10px;
}

.top-info {
    padding: 14px 0 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.top-info .info-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-end;
    font-size: 15px;
    color: #111;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    transition: all .15s ease-in-out;
}

.info-item a span {
    color: #000;
    transition: all .15s ease-in-out;
}

.info-item a:hover span {
    color: var(--brand-green);
    transition: all .15s ease-in-out;
}

.circle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.circle-icon svg,
.circle-icon img {
    width: 20px;
    height: 20px;
}

.info-item:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--brand-green);
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 2px;
    vertical-align: middle;
}

.top-social:after {
    display: none;
}

.top-social span {
    color: #666;
    font-weight: 400;
}

.top-social .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    margin-left: 0px;
    text-decoration: none;
    transition: all .15s ease-in-out;
}

.top-social .social-icon svg {
    width: 20px;
    height: 20px;
}

.top-social .social-icon svg path {
    fill: #ccc;
    transition: all .15s ease-in-out;
}

.top-social .social-icon:hover svg path {
    fill: var(--brand-green);
    transition: all .15s ease-in-out;
}


#mainNavbar{
	position: relative;
}
.service-sub-menu.active{
	opacity: 1;
	visibility: visible;
	transition: all .15s ease-in-out;
}
.service-sub-menu{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #f2f2f2;
    border-radius: 12px;
    padding: 25px;
	opacity: 0;
	visibility: hidden;
	transition: all .15s ease-in-out;
}
.service-sub-menu .card-custom{
	border-bottom: 3px solid #ccc;
	box-shadow: none;
}
.service-sub-menu .card-custom:hover{
	box-shadow: none !important;
	background: #fff !important;
	border-color: var(--brand-green) !important;
}
.service-sub-menu .card-title{
	font-size: 15px;
}
.service-sub-menu .card-description{
	font-size: 16px;
	margin: 0;
}
.service-sub-menu .card-icon{
	width: 40px;
	height: 40px;
}
.service-sub-menu .card-icon img{
    height: 30px;
    width: 30px;
}


.main-nav {
    padding: 0;
    clear: both;
	position: sticky;
    top: 0;
    background: #fff;
	z-index: 999;
}

.main-nav .container:after {
    content: "";
    height: 1px;
    background: #E9EAEA;
    left: 0px;
    right: 0px;
    bottom: 0;
    position: absolute;
}

.main-nav #menu-main-menu a {
    padding-top: 22px;
    padding-bottom: 22px;
}
.main-nav #menu-main-menu li .sub-menu{
	display: none;
}
.main-nav #menu-main-menu a:hover {
    color: var(--brand-green);
}

.main-nav .current-menu-item a {
    color: #000 !important;
    font-weight: bold;
}

.main-nav .current-menu-item a:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--brand-green);
    border-radius: 3px;
}

.brand-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-wrap img {
    height: 54px;
    width: auto;
    display: block;
}

.brand-text {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1px;
}

.brand-text .any {
    color: var(--brand-green);
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 20px;
}

.nav-link {
    color: #111;
    font-weight: 500;
    padding: 6px 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.nav-link:hover {
    color: #000;
    text-decoration: none;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
    width: 46px;
    height: 2px;
    background: var(--brand-green);
    border-radius: 3px;
}

.btn-quote-transparent {
    border: 2px solid var(--brand-green);
    color: var(--brand-green);
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 600;
    background: transparent;
    transition: all .15s ease-in-out;
    white-space: nowrap;
}

.btn-quote-transparent:hover {
    background: var(--brand-green);
    color: #fff;
    text-decoration: none;
}

.left-pattren,
.right-pattren {
    overflow: hidden !important;
}

.left-pattren .container,
.right-pattren .container {
    position: relative;
    z-index: 9;
}

.left-pattren,
.right-pattren {
    position: relative;
}

.left-pattren .pattren {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%) skewX(10deg);
    width: 402.189px;
    height: 100%;
    background-color: #eafff3;
    z-index: 0;
}

.right-pattren .pattren {
    content: "";
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%) skewX(-10deg);
    width: 402.189px;
    height: 100%;
    background-color: #eafff3;
    z-index: 0;
}

.service-other .steps-section:nth-child(2n+2) {
    margin-top: 60px;
}

.blog-sinlge {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-sinlge .sfeature-img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.blog-other-info {
    margin-top: 30px;
    align-items: center;
    gap: 15px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.blog-other-info li {
    display: flex;
    float: left;
    align-items: center;
    gap: 15px;
}

.blog-other-info li span {
    background: #e8f9f4;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-sinlge .blog-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    clear: both
}

.blog-sinlge .post-categories {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid var(--brand-green);
    border-bottom: 3px solid var(--brand-green);
    border-radius: 12px;
    padding: 30px 25px 30px 25px;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 196, 111, 0.18);
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.blog-sinlge .post-categories h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-bottom: 12px;
    line-height: 1.2;
}

.blog-sinlge .post-categories ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sinlge .post-categories ul li {
    float: left;
    width: 100%;
    color: #000;
}

.blog-sinlge .post-categories ul li a {
    float: left;
    width: 100%;
    color: #000;
    padding: 3px 0;
    list-style: none;
    text-decoration: none;
}

.blog-sinlge .post-categories ul li a:hover {
    color: var(--brand-green);
}


.not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 400px;
}

.not-found h1 {
    font-weight: 700;
    font-size: 38px;
}

.not-found p {
    padding: 0 15px;
    color: #444;
    font-size: 16px;
    margin-bottom: 30px;
}

.not-found ul {
    display: block;
    text-align: center;
}

.not-found ul li {
    display: inline-block;
    margin: 0 5px;
}

.not-found ul li a {
    background: var(--brand-green);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    margin-top: 13px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.not-found ul li a:hover {
    background: #009f54;
}


.thankyou-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 400px;
    padding: 70px 0px;
}

.thankyou-wrap h1 {
    font-weight: 700;
    font-size: 38px;
    margin: 20px 0px;
}

.thankyou-wrap h2 {
    margin: 0px 0px 20px 0px;
    font-size: 26px;
    color: #00c26b;
}

.thankyou-wrap p {
    padding: 0 200px;
    color: #444;
    font-size: 16px;
    margin-bottom: 30px;
}

.thankyou-wrap ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.thankyou-wrap ul li {
    list-style: none;
}

.thankyou-wrap ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: color 0.3s ease;
}

.thankyou-wrap ul li a:hover {
    color: #00c26b;
}

.thankyou-wrap ul li a img {
    width: 20px;
    height: 20px;
}

a.wp-block-button__link.wp-element-button {
    background: #00c26b;
    color: #fff;
    padding: 10px 28px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    transition: 0.3s;
    text-decoration: none;
}

a.wp-block-button__link.wp-element-button:hover {
    background: #000;
    color: #fff;
}

body .is-layout-flex {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

@media (max-width: 1198px) {
    .thankyou-wrap p {
    padding: 0 20px;
}
}

@media (max-width: 460px) {
.thankyou-wrap ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
}


/* @media (min-width: 1198px) {
    .nav-link {
        color: #111;
        font-weight: 500;
        padding: 6px 0;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        position: relative;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        padding: 0 20px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 20px;
    }
} */

@media (max-width: 1198px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 10px;
    }

    .brand-wrap img {
        height: 40px;
        width: auto;
        display: block;
    }

    .main-nav #menu-main-menu a {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 14.5px;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1rem;
        gap: 10px;
        padding: 15px 20px;
    }
	.navbar-expand-lg .navbar-nav li{
		width: 100%;
	}
	.navbar-expand-lg .navbar-nav li ul{
		display: block !important;
	}
	.navbar-expand-lg .navbar-nav li a{
		text-align: left;
	}
    .navbar-nav .nav-link {
        padding: 8px 0;
    }

    .navbar-collapse {
        padding: 15px 0;
        position: absolute !important;
        top: 100%;
        background: rgb(242, 242, 242);
        left: -15px;
        right: -15px;
        z-index: 99;
    }

    .top-info .info-wrap {
        font-size: 13px;
        gap: 10px;
    }

    .circle-icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .top-social .social-icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
        margin-left: 4px;
    }

    .info-sep {
        width: 16px;
        height: 2px;
    }

    .desktop-cta {
        display: none !important;
    }

    .mobile-cta {
        display: block;
    }

    .main-nav #menu-main-menu a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14.5px;
    }
}

@media (min-width: 992px) {
    .mobile-cta {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .top-bar-wrapper {
        width: 100%;
    }

    .top-info {
        padding: 14px 15px 6px;
        position: relative;
    }

    .top-info .info-wrap {
        display: flex;
        align-items: center;
        gap: 0px;
        justify-content: flex-end;
        font-size: 09px;
        color: #111;
    }

    .info-item {
        display: flex;
        align-items: center;
        gap: 5px;
        white-space: nowrap;
    }

    .circle-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 08px;
        flex-shrink: 0;

    }

    .info-sep {
        display: inline-block;
        width: 24px;
        height: 3px;
        background: var(--brand-green);
        margin-left: 6px;
        margin-right: 6px;
        border-radius: 2px;
        vertical-align: middle;
    }

    .top-social .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: 6px;
        color: #fff;
        font-size: 08px;
        margin-left: 4px;
        text-decoration: none;
    }

    .top-green-rule {
        height: 2px;
        background: var(--brand-green);
        margin-top: 10px;
        width: 100%;
        opacity: 1;
        margin-left: auto;
    }

    .info-item a span {
        font-size: 8px;
        display: none;
    }

    .info-item a span img {
        width: 17px;
        height: 17px;
    }

    .top-social span {
        font-weight: 400;
        font-size: 14px;
    }

    .info-item:after {
        width: 5px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .main-nav {
        padding: 7px 15px 15px 15px;
        clear: both;
    }
	.main-nav .container:after{
		bottom: -13px;
	}

    .brand-wrap img {
        height: 35px;
        width: auto;
    }

    .main-nav #menu-main-menu a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 390px) {
    .top-social {}
}

.navbar-toggler {
    border: none;
    padding: 6px 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}


.hero {
    text-align: center;
    padding: 60px 15px;
}

.hero h1 {
    font-size: 38px;
    font-weight: 700;
}

.hero h1 span {
    color: var(--brand-green);
}

.hero p {
    max-width: 900px;
    margin: 20px auto;
    color: #444;
    font-size: 16px;
}

.btn-quote {
    background: var(--brand-green);
    color: #fff;
    padding: 10px 28px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    transition: 0.3s;
    text-decoration: none;
}

.btn-quote:hover {
    background: #000;
    color: #fff;
}


.car-wrap {
    position: relative;
    max-width: 1000px;
    margin: 50px auto 0;
}

.car-wrap img.car {
    width: 100%;
    height: auto;
    display: block;
}


.hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--brand-green);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotspot::after {
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid var(--brand-green);
    border-radius: 50%;
    position: absolute;
    animation: pulse 1.5s infinite;
}


.hotspot:hover::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 2px;
    height: 120px;
    border-left: 2px dashed var(--brand-green);
    transform: translateX(-50%);
    z-index: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@media (max-width:768px) {
    .hotspot {
        position: absolute;
        width: 15px;
        height: 15px;
        background: var(--brand-green);
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
		display: none;
    }

    .hotspot::after {
        content: "";
        width: 20px;
        height: 20px;
        border: 2px solid var(--brand-green);
        border-radius: 50%;
        position: absolute;
        animation: pulse 1.5s infinite;
    }

    .hotspot:hover::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 2px;
        height: 100px;
        border-left: 2px dashed var(--brand-green);
        transform: translateX(-50%);
        z-index: 1;
    }
}


.hotspot .popup {
    position: absolute;
    bottom: 450%;
    left: 50%;
    transform: translateX(-50%);
    background: #e7fef3;
    padding: 10px;
    border-radius: 50%;
    white-space: nowrap;
    display: none;
    z-index: 5;
}

.hotspot .popup img {
    width: 50px;
    height: 50px;
}

.hotspot:hover .popup {
    display: block;
}


@media(max-width:768px) {
    .hero h1 {
        font-size: 1.6rem;
    }

    .hotspot .popup img {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:480px) {
    .hero {
        text-align: center;
        padding: 50px 15px;
    }
}


.step-v2-row .step {
    background: #fff;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 1px 8px rgba(0, 196, 111, 0.35);
    transition: all 0.3s ease;
    border-bottom: 4px solid var(--brand-green);
    height: 100%;
}

.step-v2-row .step:hover {
	transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 196, 111, 0.35);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0%, rgba(4, 238, 137, 0.205) 100%);
    border-bottom: 3px solid var(--brand-green);
    box-shadow: 0 12px 30px rgba(0, 196, 111, 0.4);
}
.step-v2-row .step .step-no{
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 38px;
    font-weight: 700;
    color: rgba(0, 196, 111, 0.15);
    user-select: none;
    font-family: 'Poppins', sans-serif;
}
.step-v2-row .step-icon {
    left: auto;
    right: auto;
    margin: auto;
    position: relative;
}

.step-v2-row .step .content {
    margin: 15px 0 0 0;
    text-align: center;
}

.step-v2-row .step .content h4 {
    margin-bottom: 15px;
}

.steps-section {
    padding: 60px 0;
}

.steps-section h2 {
    font-weight: 700;
    font-size: 38px;
}

.steps-section h2 span {
    color: var(--brand-green);
}

.steps-section p.lead {
    color: #444;
    font-size: 16px;
    margin-bottom: 30px;
	text-align: justify;
}

.steps-section ul {
    padding: 0 0 0 15px;
}

.steps-section ul li {
    color: #444;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.step {
    position: relative;
    padding-left: 60px;
    margin-bottom: 50px;
}

.step:last-child {
    margin-bottom: 20px;
}


.step-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 2;
    margin-left: -10px;
    margin-top: -10px;
}

.step .content {
    margin-left: 40px;
}

.step-icon img {
    width: 45px;
    height: 45px;
}


.step::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 50px;
    width: 2px;
    height: 134px !important;
    border-left: 2px dashed var(--brand-green);
}

.step:last-child::before {
    display: none;
}


.step-title {
    color: var(--brand-green);
    font-weight: 600;
    font-size: 14px;
}

.step h4 {
    font-weight: 700;
    margin: 5px 0;
}

.step p {
    font-size: 14px;
    color: #444;
    margin: 0;
}


.btn-quote1 {
    background: var(--brand-green);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    margin-left: 100px;
    margin-top: 13px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.btn-quote1 img {
    width: 18px;
    height: 16px;
}

.btn-quote1:hover {
    background: #009f54;
}


.btn-quote1::before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    border-top: 2px dashed var(--brand-green);
}

.btn-quote1:first-child::before {
    display: none;
}

.steps-img {
    border-radius: 50px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}


@media (max-width: 1400px) {
    .step::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 50px;
        width: 2px;
        height: 130px !important;
        border-left: 2px dashed var(--brand-green);
    }
}

@media (max-width: 1398px) {
    .step::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 50px;
        width: 2px;
        height: 150px !important;
        border-left: 2px dashed var(--brand-green);
    }

    .btn-quote1 {
        margin-left: 95px;
        margin-top: 5px;
    }
}

@media (max-width: 1200px) {
    .step::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 50px;
        width: 2px;
        height: 155px !important;
        border-left: 2px dashed var(--brand-green);
    }

    .btn-quote1 {
        margin-left: 95px;
        margin-top: 5px;
    }
}

@media (max-width: 1199px) {
    .step::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 50px;
        width: 2px;
        height: 170px !important;
        border-left: 2px dashed var(--brand-green);
    }

    .btn-quote1 {
        margin-left: 95px;
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .step {
        padding-left: 55px;
    }

    .step::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 50px;
        width: 2px;
        height: 100px !important;
        border-left: 2px dashed var(--brand-green);
    }

    .step-icon {
        width: 55px;
        height: 55px;
        margin-left: -8px;
        margin-top: -8px;
    }

    .step-icon img {
        width: 40px;
        height: 40px;
    }

    .step h4 {
        font-size: 18px;
    }

    .btn-quote1 {
        margin-left: 95px;
        margin-top: -15px;
    }

    .steps-img {
        height: 400px;
    }
}


@media (max-width: 768px) {
    .steps-section {
        padding: 40px 15px;
    }

    .steps-section p.lead {
        color: #444;
        font-size: 16px;
        margin-bottom: 30px;
		text-align: justify !important;
		text-align-last: center;
    }

    .step::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 50px;
        width: 2px;
        height: 120px !important;
        border-left: 2px dashed var(--brand-green);
    }

    .steps-section h2 {
        font-size: 28px;
        text-align: center;
    }

    .step {
        padding-left: 50px;
    }

    .step-icon {
        width: 55px;
        height: 55px;
        margin-left: 02px;
        margin-top: 07px;
    }

    .step-icon img {
        width: 40px;
        height: 40px;
    }

    .step h4 {
        font-size: 16px;
    }

    .btn-quote1 {
        margin-left: 95px;
        margin-top: 5px;
        padding: 10px 20px;
    }

    .steps-img {
        height: 350px;
        border-radius: 15px;
    }
}

@media (max-width: 522px) {
    .btn-quote1 {
        margin-left: 95px;
        margin-top: -10px;
        padding: 10px 20px;
    }
}

@media (max-width: 489px) {
    .step::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 50px;
        width: 2px;
        height: 125px !important;
        border-left: 2px dashed var(--brand-green);
    }

    .btn-quote1 {
        margin-left: 95px;
        margin-top: 5px;
        padding: 10px 20px;
    }

    .steps-img {
        height: 220px;
        border-radius: 15px;
    }
}

@media (max-width: 488px) {
    .step::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 50px;
        width: 2px;
        height: 140px !important;
        border-left: 2px dashed var(--brand-green);
    }
}


@media (max-width: 480px) {
    .steps-section {
        padding: 30px 15px;
    }

    .steps-section h2 {
        font-size: 28px;
    }

    .step::before {
		content: "";
        position: absolute;
        left: 24px;
        top: 50px;
        width: 2px;
        border-left: 2px dashed var(--brand-green);
        bottom: 10px;
        height: auto !important;
        bottom: -73px !important;
    }

    .step {
        padding-left: 45px;
        margin-bottom: 30px;
    }

    .step-icon {
        width: 50px;
        height: 50px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .step-icon img {
        width: 35px;
        height: 25px;
    }

    .step h4 {
        font-size: 18px;
    }

    .step p {
        font-size: 16px;
		text-align: justify;
    }
	
	.step-v2-row .step{
		text-align: justify;
		text-align-last: center;
	}

    .btn-quote1 {
        margin-left: 94px;
        margin-top: 28px;
        padding: 10px 20px;
    }

    .steps-img {
        height: 220px;
    }


    .steps-section .row {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .col-lg-5,
    .col-lg-1 {
        flex: none;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 480px) {

    .btn-quote1 {
        margin-left: 94px;
        margin-top: 26px;
        padding: 10px 20px;
    }

}

.report-section {
    text-align: center;
    padding: 60px 0;
}

.report-section h2 {
    font-weight: 700;
    font-size: 2.5rem;
}

.report-section h2 span {
    color: #1cc56a;
}

.report-section p {
    color: #555;
    max-width: 800px;
    margin: 10px auto 40px;
    font-size: 1rem;
    line-height: 1.6;
}

.report-img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 30px;
}

.report-img {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.image-blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	filter: blur(100px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    pointer-events: none;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.download-container {
    display: flex;
    justify-content: center;
}

.download-btn {
    background-color: #1cc56a;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.download-btn img {
    width: 18px;
    height: 16px;
}

.download-btn:hover {
    background-color: #16a85a;
    color: #fff;
}

.site-page-wrapper{
	margin: 80px 0;
	
}

@media (max-width: 992px) {
    .report-section h2 {
        font-size: 2rem;
    }

    .report-img {
        max-width: 100%;
        height: 220px;
    }
}

@media (max-width: 600px) {
    .report-section h2 {
        font-size: 28px;
    }

    .report-section p {
        font-size: 16px;
        padding: 0 0;
		text-align: justify;
		text-align-last: center;
    }

    .download-btn {
        font-size: 0.95rem;
        padding: 10px 20px;
    }
}

.pricing-section {
    padding: 60px 0;
}

.pricing-section h2,
.pricing-section h1 {
    font-weight: 700;
    font-size: 38px;
}

.pricing-section h2 span,
.pricing-section h1 span {
    color: #1cc56a;
}

.pricing-section p {
    color: #555;
    max-width: 80%;
    font-size: 16px;
}

.pricing-section-content {
    text-align: center;
}

.pricing-section-content p {
    text-align: center;
    margin: 10px auto 50px;
}

@media (max-width: 786px) {

    .pricing-section {
        padding: 60px 0;
    }

    .pricing-section h2 {
        font-weight: 700;
        font-size: 28px;
    }
}

.package-card {
    background: #e6f9ef;
    border-radius: 20px;
    padding: 20px 40px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;

    transition: transform 0.3s ease-in-out;
}

.package-card:hover {
    transform: translateY(-6px);
}

.package-header {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #1cc56a;
    color: #fff;
    padding: 8px 0;
    border-radius: 12px 12px 0 0;
    font-size: 18px;
    font-weight: 600;
    width: 70%;
    text-align: center;
}

@media (max-width:480px) {
    .package-header {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        background: #1cc56a;
        color: #fff;
        padding: 8px 20px;
        border-radius: 12px 12px 0 0;
        font-size: 18px;
        font-weight: 600;
    }
}

.package-card h4 {
    font-weight: 700;
    margin-top: 20px;
}

.package-card a {
    text-align: center;
}

.price {
    font-size: 24px;
    margin-top: -10px;
}

.price strong {
    font-size: 30px;
    font-weight: 700;
}

.features {
    text-align: left;
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.features li {
    margin-bottom: 12px;
    font-size: 15px;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.features li img {
    width: 22px;
    height: 22px;
}

.features i {
    font-size: 18px;
    padding-right: 05px;
}

.btn-book {
    background: #000;
    color: #fff;
    border-radius: 30px;
    padding: 18px 30px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    padding: 10px 24px;
    text-decoration: none;
    display: block;
    /* needed for width to work */
    width: 80%;
    /* controls button size */
    margin: 0 auto;
    /* centers the button */
    transition: background 0.3s;
    text-align: center;
    /* optional, ensures text is centered */
}

.btn-book:hover {
    background: #16a85a;
    color: #fff;
}

.btn-view-all {
    background-color: #1cc56a;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-view-all img {
    width: 18px;
    height: 16px;
}

.btn-view-all:hover {
    background: #16a85a;
    color: #fff;
}

/* why choose us */
.section-title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width:480px) {
    .why-choose-us {
        padding: 0 15px;
    }

    .section-title {
        font-size: 28px !important;
    }
}

.section-title span {
    color: var(--brand-green);
}

.section-subtitle {
    text-align: center;
    color: #666;
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 16px;
}

.benefit-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 1px 8px rgba(0, 196, 111, 0.35);
    transition: all 0.3s ease;
    border-bottom: 4px solid var(--brand-green);
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 196, 111, 0.35);
}

.benefit-icon {
    background: var(--brand-green);
    color: #fff;
    font-size: 22px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
    height: 50px;
    width: auto;
}

.benefit-title {
    font-weight: 600;
    font-size: 1rem;
    color: #222;
}

.tip-section {
    position: relative;
    padding: 80px 0;
    background-color: #fff;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 70px;
}

.left-triangle {
    position: absolute;
    left: -250px;
    top: 50%;
    transform: translateY(-50%) skewX(20deg);
    width: 300px;
    height: 100%;
    background-color: var(--brand-green);
    z-index: 0;
}

.right-bg-shape {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%) skewX(-10deg);
    width: 300px;
    height: 100%;
    background-color: #eafff3;
    z-index: 0;
}

.quote-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px 0;
    display: block;
}



.quote-container img {
    width: 100%;
    height: auto;
}

.quote-container .quote-content:before {
    content: "";
    width: 36px;
    height: 25px;
    background-image: url(../images/quote-upper.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: -15%;
}

.quote-container .quote-content:after {
    content: "";
    width: 36px;
    height: 25px;
    background-image: url(../images/quote-down.svg);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: -8%;
}

.quote-container .quote-content {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 60%;
    transform: translateY(-50%) translateX(-50%);
}

.quote-container .quote-content .tip-heading {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: table;
    margin: auto;
    background: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -112px;
    padding: 0 40px;
}

.quote-content p {
    text-align: center;
}

.quote-container .quote-content .tip-heading span {
    color: var(--brand-green);
}

.car-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    z-index: 1;
    position: relative;
}

@media (max-width: 991.98px) {
    .tip-heading {
        text-align: center;
    }

    .car-img {
        margin-top: 40px;
    }

    .right-bg-shape {
        display: none;
    }
}

.feature-section {
    margin-bottom: 100px;
}

.feature-title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.3;
}

.feature-title span {
    color: var(--brand-green);
    font-weight: 600;
}

.feature-desc {
    font-size: 16px;
    color: #333;
    margin-bottom: 50px;
    max-width: 100%;
    margin-top: 30px;
	text-align: justify;
}

.feature-btn {
    background-color: var(--brand-green);
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.feature-btn:hover {
    background-color: #009e58;
}

.feature-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}

.feature-img2 {
    width: 100%;
    height: auto;
    max-width: 500px;
    object-fit: cover;
    margin-left: -100px;
}

.curve-line {
    width: 800px;
    height: auto;
    transform: rotate(240deg);
    z-index: -1;
    margin-left: -520px;
    margin-top: -470px;
}

@media (max-width: 1399px) {

    .quote-container .quote-content .tip-heading {
        top: -68px;
    }
}

@media (max-width: 1198px) {

    .quote-container .quote-content .tip-heading {
        top: -60px;
    }

    .quote-content p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 998px) {

    .quote-container .quote-content .tip-heading {
        top: -80px;
    }

    .quote-content p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 16px;
        line-height: 28px;
    }

}

@media (max-width: 991.98px) {
    .feature-title {
        font-size: 32px;
        text-align: center;
    }

    .feature-img2 {
        width: 100%;
        height: auto;
        max-width: 500px;
        object-fit: cover;
        margin-left: 0px !important;
    }

    .feature-desc {
        font-size: 15px;
        text-align: center;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .curve-line {
        display: none;
    }

    .feature-btn {
        display: inline-block;
        margin: 0 auto;
    }

    .text-content {
        text-align: center;
    }

    .feature-img {
        max-width: 100%;
    }

    .dashed-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    .quote-container .quote-content .tip-heading {
        top: -80px;
    }

    .quote-content p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 16px;
        line-height: 28px;
    }

}


@media (max-width: 576px) {
    .feature-title {
        font-size: 24px;
    }

    .feature-desc {
        font-size: 16px;
		max-width: 100%;
		text-align: justify;
		text-align-last: center;
    }

    .feature-btn {
        padding: 10px 24px;
        font-size: 14px;
    }

    .dashed-line {
        display: none;
    }

    .left-triangle {
        left: -58%;
        top: 30%;
        width: 200px;
        height: 100%;
    }

    .quote-container .quote-content:before {
        width: 16px;
        height: 12px;
    }

    .quote-container .quote-content:after {
        width: 17px;
        height: 12px;
    }

    .quote-content p {
        font-size: 14px;
    }

    .quote-container .quote-content .tip-heading {
        font-size: 24px;
        top: -50px;
    }
}

@media (max-width: 480px) {

	.quote-container .quote-content{
		width: 74%;
	}
    .quote-content p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
		text-align: center;
    }
	.quote-container .quote-content:after{
		right: -0%;
	}
	.quote-container .quote-content:before{
		left: -9%;
	}
    .quote-container .quote-content .tip-heading {
        font-size: 24px;
        top: -49px;
        padding: 0;
		float: left;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 420px) {

    .quote-content p {
        font-size: 10px;
        line-height: 16px;
        margin-top: 10px;
    }

    .quote-container .quote-content .tip-heading {
        font-size: 18px;
        top: -25px;
        padding: 0 30px;
    }

}

@media (max-width: 420px) {
	.quote-container .quote-content{
		width: 78%;
	}
    .quote-content p {
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
		padding: 0;
		text-align: justify;
		text-align-last: center;
    }

    .quote-container .quote-content .tip-heading {
        font-size: 18px;
        top: -32px;
        padding: 0 0;
    }
	.quote-container .quote-content:before{
		left: -8%;
	}
	.quote-container .quote-content:after{
		right: 7%;
	}

}




.stats-section {
    background-color: var(--brand-green);
    color: white;
    padding: 30px 20px;
    border-radius: 0 25px 25px 0;
    width: 90%;
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}

.stats-section:after {
    content: "";
    width: 150px;
    top: 0;
    bottom: -11px;
    position: absolute;
    background-color: var(--brand-green);
    transform: perspective(1000px) rotateY(-36deg) translateY(-8px) rotateX(25deg) scale(1);
    filter: blur(0);
    opacity: 1;
    border-radius: 0px 30px 20px 30px;
    right: -51px;
}

.stat-item {
    text-align: center;
    margin-bottom: 20px;
}

.stat-item h3 {
    font-weight: 700;
    font-size: 32px;
    margin: 0;
}

.stat-item p {
    margin: 0;
    font-size: 18px;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .stat-item {
        margin-bottom: 0;
    }

    .stats-section:after {
        display: none;
    }
}


.car-inspection-section {
    padding: 50px 20px 80px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title span {
    color: var(--brand-green);
}

.section-descriptions{
	text-align: center;
    max-width: 80%;
    margin: 0 auto 50px;
    color: #555;
    line-height: 1.6;
    font-weight: 400;
}
.section-description {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 50px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    font-weight: 400;
}

.card-custom {
    background: #fff;
    border-bottom: 3px solid var(--brand-green);
    border-radius: 12px;
    padding: 30px 25px 40px 25px;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 196, 111, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: calc(100% - 15px);
	margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.card-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 196, 111, 0.35);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0%, rgba(4, 238, 137, 0.205) 100%);
    border-bottom: 3px solid var(--brand-green);
    box-shadow: 0 12px 30px rgba(0, 196, 111, 0.4);
}

.card-icon {
    background: var(--brand-green);
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.card-icon img {
    height: 55px;
    width: 55px;
}

.card-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 38px;
    font-weight: 700;
    color: rgba(0, 196, 111, 0.15);
    user-select: none;
    font-family: 'Poppins', sans-serif;
	display: none !important;	
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.2;
}

.card-description {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    flex-grow: 1;
	text-align: justify;
}

.btn-custom {
    background: var(--brand-green);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    gap: 8px;
    text-decoration: none;
}

.btn-custom img {
    width: 18px;
    height: 16px;
}

.btn-custom i {
    margin-left: 8px;
    font-size: 16px;
}

.btn-custom:hover {
    background: #009f5d;
}

@media (max-width: 991px) {
    .section-title {
        font-size: 32px;
    }

    .card-number {
        font-size: 26px;
    }

    .card-title {
        font-size: 18px;
    }

    .card-description {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
    }

    .section-description {
        font-size: 16px;
        max-width: 100%;
		text-align: justify;
		text-align-last: center;
    }

    .card-custom {
        min-height: auto;
        padding: 25px 20px 35px 20px;
    }

	.card-icon{
		margin-left: auto;
		margin-right: auto;
	}
    .card-number {
        font-size: 22px;
        top: 15px;
        right: 15px;
    }

    .card-title {
		text-align: center;
    }

    .card-description {
		text-align: justify;
		text-align-last: center;
    }

    .btn-custom {
        padding: 10px 24px;
        font-size: 13px;
    }
	
}

.testimonials-wrap {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    padding: 8px 20px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.testimonials-wrap h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 6px;
}

.testimonials-wrap h2 span {
    color: #00C26B;
}

.testimonials-wrap p.subtitle {
    margin: 0 0 28px;
    color: #8b8b8b;
    font-size: 16px;
}

.testi-carousel {
    position: relative;
}

.testi-row {
    display: flex;
    gap: 28px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}

.testi-card {
    margin-top: 30px;
    position: relative;
    width: 100%;
    min-height: 250px;
    border-radius: 25px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../images/testi-bg.png);
    background-size: cover !important;
    background-size: 100% 100% !important;
}

.testi-card::after {
    content: "";
    left: -9px;
    top: -3px;
    width: 24px;
    height: 14px;
    background: url(../images/quote-icon.svg);
    position: absolute;
    background-size: cover;
}

.testi-card .testi-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.testi-card .testi-bg path {
    transition: all .25s ease;
}

.testi-card:hover {
    background: url(../images/testi-bg-hover.png);
}

.testi-card:hover .testi-bg path {
    fill: var(--brand-green);
    transition: all .25s ease;
}

.quote-icon {
    font-size: 28px;
    color: #00C26B;
    margin-top: 20px;
    position: absolute;
    z-index: 1;
    margin-left: -10px;
}

.testi-card.highlight .quote-icon {
    color: rgba(255, 255, 255, 0.95);
}

.testi-text {
    font-size: 15px;
    line-height: 1.45;
    color: #333;
    margin-bottom: 18px;
    min-height: 85px;
    position: relative;
    z-index: 99;
    text-align: left;
	text-align: justify;
}

.testi-card.highlight .testi-text {
    color: rgba(255, 255, 255, 0.95);
}

.profile {
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 99;
    position: relative;
    text-align: left;
}

.profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid rgba(255, 255, 255, 1);
}

.profile .pinfo h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.profile .pinfo small {
    display: block;
    font-size: 12px;
    color: #6c6c6c;
}

.testi-card.highlight .profile .pinfo small {
    color: rgba(255, 255, 255, 0.9);
}

.stars i {
    color: #f6be3a;
    font-size: 12px;
    margin-right: 2px;
}

.testi-card:hover .testi-text,
.testi-card:hover .profile,
.testi-card:hover .profile small {
    color: #fff !important;
}

.custom-indicators {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}

.custom-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #d0d0d0;
    transition: all .25s ease;
    box-shadow: none;
    padding: 0;
}

.custom-indicators button.active {
    width: 14px;
    height: 14px;
    background: #00C26B;
    box-shadow: 0 6px 18px rgba(0, 194, 107, 0.18);
}

@media (max-width: 991px) {
    .testi-row {
        gap: 18px;
    }

    .testi-card {
        width: auto;
    }
}

@media (max-width: 767px) {
    .testi-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .testi-card {
        width: 100%;
        margin: 8px 0;
    }

    .testi-card.highlight {
        transform: none;
    }

    .quote-icon {
        font-size: 28px;
        color: #00C26B;
        margin-top: 20px;
        position: absolute;
        z-index: 1;
        margin-left: -10px;
        margin-top: -10px;
    }
}

.blog-section {
    padding: 60px 0;
    text-align: center;
}

.blog-section h1,
.blog-section h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 40px;
}

.blog-section h1 {
    margin: 0;
}

.blog-section h2 span,
.blog-section h1 span {
    color: #00C26B;
}

.blog-section .lead {
    max-width: 80%;
    font-size: 16px;
    margin: 15px auto 50px auto;
}

.blog-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    text-decoration: none;
}

.blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 15px 15px 0 0;
    transition: all .3s ease;

}

.blog-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 194, 107, 0.6) 0%,
            rgba(0, 194, 107, 0.3) 40%,
            rgba(0, 194, 107, 0) 80%);
    border-radius: 15px 15px 0 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.blog-img:hover::after {
    opacity: 1;
}

.blog-card:hover .blog-img::after {
    opacity: 1;
}

.blog-card:hover .blog-title {
    color: #00C26B;
}

.blog-card:hover .blog-img img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.blog-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    z-index: 2;
}

.card-body {
    text-align: left;
    padding: 15px 18px 22px;
}

.blog-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.blog-meta span {
    margin: 0 6px;
}

.blog-title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    min-height: 40px;
}

.view-all-btn {
    margin-top: 35px;
}

.view-all-btn .btn {
    background: var(--brand-green);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    margin-left: 0px;
    margin-top: 10px;
}

.view-all-btn .btn img {
    width: 18px;
    height: 16px;
}

.view-all-btn .btn:hover {
    background: #00a95d;
}

.view-all-btn .btn i {
    margin-left: 6px;
}

.faq-item {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
    box-shadow: 0px 0px 5px 2px rgba(0, 194, 127, 0.25);
    border-radius: 8px;
    text-align: left;
    border: solid 1px transparent;
}

.faq-item h3 {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-item h3 img {
    width: 22px;
    height: 22px;
    transform: rotate(0deg);
    transition: all .15s ease-in-out;
}

.faq-item.active h3 img {
    transform: rotate(-180deg);
    transition: all .15s ease-in-out;
}

.faq-item.active {
    border-color: var(--brand-green);
    box-shadow: 0px 5px 4px 0px rgba(0, 194, 127, 0.5);
}

.faq-item p {
    font-weight: 400;
    padding: 0px 20px 20px 20px;
    display: none;
    margin: 0 !important;
}

@media(max-width:767px) {
    .blog-card img {
        height: 200px;
    }
}

.faq-section {
    padding: 60px 0;
    text-align: center;
}

.faq-section h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
    color: #000;
}

.faq-section h2 span {
    color: #00c27f;
}

.faq-section p {
    max-width: 700px;
    margin: 0 auto 50px;
    color: #666;
    line-height: 1.6;
	text-align: center;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid #d8f0e6;
    transition: border-color 0.3s ease;
    box-shadow: 0 4px 4px rgba(0, 194, 127, 0.15);
}

.accordion-item.expanded {
    border-color: #00c27f;
    border-bottom: 2px solid #00c27f;
    box-shadow: 0 4px 8px rgba(0, 194, 127, 0.2);
}

.accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    width: 100%;
    cursor: pointer;
    border-radius: 12px;
    transition: color 0.3s ease;
}

.accordion-button.collapsed {
    color: #000;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.faq-icons i {
    font-size: 16px;
    color: #00c27f;
    transition: transform 0.3s ease;
}

.accordion-button[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
    color: #00c27f;
}

.accordion-button[aria-expanded="true"] .fa-chevron-up {
    color: #00c27f;
}

.accordion-body {
    text-align: left;
    font-size: 14px;
    color: #555;
    padding: 15px 20px 20px 20px;
    border-top: none;
    margin-top: 0;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-item:first-of-type .accordion-button.collapsed {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .faq-section p {
		font-size: 16px;
        text-align: justify;
		text-align-last: center;
    }
	
	.faq-section .faq-item  p {
		text-align: justify;
		text-align-last: left;
	}
	

    .accordion-button {
        font-size: 14px;
        padding: 12px 15px;
    }
}

.footer {
    background-color: #e8f9f4;
    padding: 60px 0px 0px;
    color: #333;
    clear: both;
}

.footer .footer-logo {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00c16e;
}

.footer .footer-logo span {
    color: #000;
}

.footer p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
	text-align: justify;
	margin-top: 21px;
}

.footer h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
    padding-bottom: 15px;
	margin-top: 17px;
    border-bottom: 2px solid #00c16e;
    display: inline-block;
}

.footer #menu-quick-links,
.footer .footer-serv {
    list-style: inside;
}

.footer #menu-quick-links li::marker,
.footer .footer-serv li::marker {
    font-size: 12px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 2px;
}

.footer ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #00c16e;
}

.footer .social-icons a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00c16e;
    color: #fff;
    margin-right: 8px;
    font-size: 14px;
    transition: 0.3s;
    text-decoration: none;
}

.footer .social-icons a:hover {
    background: #000;
}

.footer .contact-info i {
    color: #00c16e;
    margin-right: 10px;
}

.footer .contact-info li {
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #555;
    gap: 10px;
    line-height: 18px;
}

.footer .contact-info li a {
    display: flex;
    gap: 10px;
	align-items: center;
}
.footer .contact-info li a img{
	width: 32px;
	height: 32px;
}

.footer-bottom {
    background: #00c16e;
    padding: 18px 0;
    color: #fff;
    font-size: 13px;
    margin-top: 40px;
}

.footer-bottom #menu-other-menu {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 5px;
}

.footer-bottom #menu-other-menu li:after {
    content: "|";
    margin: 0 5px;
}

.footer-bottom #menu-other-menu li:last-child:after {
    content: "";
    margin: 0;
}

.footer-bottom #menu-other-menu a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom #menu-other-menu a:hover {
    color: #000;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 13px;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

@media (max-width:480px) {
    .footer-bottom #menu-other-menu a {
        color: #fff;
        text-decoration: none;
        font-size: 10px;
    }

    .menu-other-menu-container {
        margin-top: 05px;
    }
}








.site-pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(29, 29, 27, 0.51);
    z-index: 999;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.site-pop.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.quotation-form {
    left: 50%;
    top: 50%;
    width: 80%;
    max-width: 960px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 15px;
    background: #fff;
    align-items: center;
    height: 500px;
    max-height: 90%;
    overflow: hidden;
    background-image: url("../images/pop-bg.png");
    background-repeat: no-repeat;
    background-size: 30% !important;
    background-position: bottom right;
}

.quotation-form .close-pop {
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    background: var(--brand-green);
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    border-radius: 100%;
    top: 15px;
    z-index: 999;
    cursor: pointer;
}

.quotation-form .quote-img {
    background-size: cover !important;
    background-position: center top !important;
}

.quotation-form .fluentform {
    padding: 30px;
    height: 500px;
    position: relative;
}

.quotation-form .fluentform .ff-el-group {
    margin-bottom: 10px;
    margin-top: 0;
}
.quotation-form .fluentform .ff_el_checkable_photo_holders{
	margin: 0 !important;
}

.quotation-form .fluentform form {
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    left: 30px;
    right: 30px;
    width: auto;
    top: 80px;
    height: auto;
    bottom: 30px;
    display: flex;
}

.quotation-form .fluentform form .car-brand {
    float: left;
    width: 100%;
}

.quotation-form .fluentform form .car-brand .ff-el-input--label {
    float: left;
    width: 100%;
}

.quotation-form .fluentform form .car-brand .ff-el-input--content {
    float: left;
    width: 100%;
}

.quotation-form .fluentform form .car-brand .ff-el-input--content .ff-el-form-check {
    float: left;
    margin: 10px 10px 0 0;
}

.quotation-form .fluentform form .car-brand .ff-el-input--content .ff-el-form-check label {
    float: left;
    margin: 0;
}

.quotation-form .fluentform form .car-brand .ff-el-input--content .ff-el-form-check label input {
    display: none;
}

.quotation-form .fluentform form .car-brand .ff-el-input--content .ff-el-form-check label input+span {
    float: left;
    width: 100%;
    border: solid 1px #D9D9D9;
    padding: 4px 8px;
    color: #9FADA6;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 300;
}

.quotation-form .fluentform form .car-brand .ff-el-input--content .ff-el-form-check label input:checked+span {
    border-color: var(--brand-green);
    color: var(--brand-green);
}

.quotation-form .fluentform form .ff-el-group.brand-selection {
    clear: both;
}

.quotation-form .fluentform form .ff-el-group.brand-selection .error.text-danger {
    margin-top: 30px;
}

.quotation-form .fluentform form .ff-el-group.brand-selection .ff-el-image-holder {
    float: left !important;
    margin: 10px 10px 0 0;
    border-bottom: 3px solid var(--brand-green) !important;
    border-radius: 12px;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    width: 100px !important;
    color: #000 !important;
}


.quotation-form .fluentform form .ff-el-group.brand-selection .ff-el-image-holder .ff-el-image-input-src {
    display: inline-block !important;
    height: 40px !important;
    width: 80% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.quotation-form .fluentform form .ff-el-group.brand-selection .ff-el-image-holder .ff-el-form-check-label {
    float: left;
    width: 100%;
}

.quotation-form .fluentform form .ff-el-group.brand-selection .ff-el-image-holder .ff-el-form-check-label span {
	padding: 0;
    color: #000 !important;
    background: transparent !important;
    font-weight: 400;
    font-size: 12px;
	
}

.quotation-form .fluentform form .ff-el-group.brand-selection .ff-el-image-holder.ff_item_selected {
    border: solid 1px var(--brand-green);
    background: #e6f9ef;
}

.quotation-form .fluentform form .ff-el-group.brand-selection .ff-el-image-holder.ff_item_selected .ff-el-form-check-label span {
    background: transparent !important;
}

.quotation-form .fluentform .ff-el-group.cylinder-selection .ff-el-form-check.ff-el-image-holder {
    float: left !important;
    margin: 10px 10px 0 0;
    border-bottom: 3px solid var(--brand-green) !important;
    border-radius: 12px;
    padding: 6px !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    width: 100px !important;
    color: #000 !important;
}

.quotation-form .fluentform form .ff-el-group.cylinder-selection .ff-el-image-holder .ff-el-image-input-src {
    display: inline-block !important;
    height: 50px !important;
    width: 90% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.quotation-form .fluentform form .ff-el-group.cylinder-selection .ff-el-image-holder .ff-el-form-check-label {
    float: left;
    width: 100%;
}

.quotation-form .fluentform form .ff-el-group.cylinder-selection .ff-el-image-holder .ff-el-form-check-label span {
    padding: 0;
    color: #000 !important;
    background: transparent !important;
    font-weight: 500;
    font-size: 12px;
}

.quotation-form .fluentform form .ff-el-group.cylinder-selection .ff-el-image-holder.ff_item_selected {
    border: solid 1px var(--brand-green);
    background: #e6f9ef;
}

.quotation-form .fluentform form .ff-el-group.cylinder-selection .ff-el-image-holder.ff_item_selected .ff-el-form-check-label span {
    background: transparent !important;
}


.quotation-form .fluentform form .ff-el-group.cylinders-selection {
    clear: both;
}

.quotation-form .fluentform form .ff-el-group.cylinders-selection .error.text-danger {
    margin-top: 30px;
}

.quotation-form .fluentform form .ff-el-group.cylinders-selection .ff-el-image-holder {
    float: left !important;
    margin: 10px 10px 0 0;
    border-bottom: 3px solid var(--brand-green) !important;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    width: 120px !important;
    color: #000 !important;
}

.quotation-form .fluentform form .ff-el-group.cylinders-selection .ff-el-image-holder .ff-el-image-input-src {
    display: inline-block !important;
    height: 80px !important;
    width: 90% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.quotation-form .fluentform form .ff-el-group.cylinders-selection .ff-el-image-holder .ff-el-form-check-label {
    float: left;
    width: 100%;
}

.quotation-form .fluentform form .ff-el-group.cylinders-selection .ff-el-image-holder .ff-el-form-check-label span {
    padding: 0;
    color: #000 !important;
    background-color: transparent !important;
    font-weight: 500;
    font-size: 12px;
}

.quotation-form .fluentform form .ff-el-group.cylinders-selection .ff-el-image-holder.ff_item_selected {
    border: solid 1px var(--brand-green);
    background: #e6f9ef;
}

.quotation-form .fluentform form .ff-el-group.cylinders-selection .ff-el-image-holder.ff_item_selected .ff-el-form-check-label span {
    background: transparent !important;
}

.quotation-form .fluentform form .ff-el-input--label {
    font-weight: 700;
    font-size: 24px;
}
.quotation-form .ff-default .ff-el-input--label label{
	font-size: 18px !important;
}

.quotation-form .fluentform form .ff-el-input--label:after {
    display: none;
}

.quotation-form .fluentform form .ff_step_nav_last {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.quotation-form .fluentform form .ff-btn-next {
    background-color: #00c26b !important;
    color: #fff;
    border: 0px;
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    font-size: 14px !important;
    float: left;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
	opacity: 0 !important;
	visibility: hidden !important;
}

.quotation-form .fluentform form .ff-btn-submit {
    background-color: #00c26b !important;
    color: #fff;
    border: 0px;
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    font-size: 14px !important;
    float: left;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    margin-top: 15px;
}

.quotation-form .fluentform form .ff-btn-prev {
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 500;
    background-color: #fff !important;
    color: #C4C4C4 !important;
    border: 2px solid #C4C4C4 !important;
    float: left;
    margin-right: 10px;
    height: 44px;
}

.quotation-form .fluentform form .ff-el-group.model-year thead,
.quotation-form .fluentform form .ff-el-group.model-year .repeat_btn {
    display: none !important;
}

.quotation-form .fluentform form select {
    background: url(../images/arrow-down.svg);
    border: solid 1px var(--brand-green);
    padding: 0 15px;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) calc(50%);
    height: 43px !important;
    color: #777;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
}

.quotation-form .fluentform form input {
    border: solid 1px var(--brand-green);
    padding: 0 15px;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) calc(50%);
    height: 43px !important;
    color: #777;
    font-weight: 500;
    font-size: 14px;
}
.quotation-form .fluentform form input.ff-el-phone{
	padding-left: 52px !important;
}

.quotation-form .fluentform form select:hover,
.quotation-form .fluentform form select:active,
.quotation-form .fluentform form select:focus,
.quotation-form .fluentform form input:hover,
.quotation-form .fluentform form input:active,
.quotation-form .fluentform form input:focus {
    border: solid 1px var(--brand-green) !important;
}

.quotation-form .fluentform form .ff-el-group.select-specs .ff-el-input--content {
    float: left;
    width: 100%;

}

.quotation-form .fluentform form .ff-el-group.select-specs .ff-el-input--content .ff-el-form-check {
    float: left;
    margin: 10px 10px 0 0;
}

.quotation-form .fluentform form .ff-el-group.select-specs .ff-el-input--content .ff-el-form-check label {
    float: left;
    margin: 0;
}

.quotation-form .fluentform form .ff-el-group.select-specs .ff-el-input--content .ff-el-form-check label input {
    display: none;
}

.quotation-form .fluentform form .ff-el-group.select-specs .ff-el-input--content .ff-el-form-check label input+span {
    float: left;
    width: 100%;
    border: solid 1px #D9D9D9;
    padding: 5px 10px;
    color: #9FADA6;
    border-radius: 8px;
}

.quotation-form .fluentform form .ff-el-group.select-specs .ff-el-input--content .ff-el-form-check label input:checked+span {
    border-color: var(--brand-green);
    color: var(--brand-green);
}



.quotation-form .fluentform .ff-step-header {
    position: fixed;
    top: 30px;
}

.quotation-form .fluentform .ff-step-titles {
    margin-left: -45px !important;
}

.quotation-form .ff-step-header .ff-step-titles li span {
    display: none;
}

.quotation-form .fluentform .ff-step-titles li:before {
    background: var(--brand-green) !important;
    border-radius: 50% !important;
    color: #ffffffff !important;
    font-size: 12px !important;
    line-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
    font-weight: 500 !important;
}

.quotation-form .fluentform .ff-step-titles li:after {
    background: var(--brand-green) !important;
    height: 5px !important;
    top: 12px !important;
}

.quotation-form .fluentform .ff-step-titles li.ff_active:before,
.quotation-form .fluentform .ff-step-titles li.ff_completed:before {
    background: black !important;
    border: 1px solid transparent !important;
    color: #fff !important;
}

.quotation-form .ff-message-success {
    border-bottom: 3px solid var(--brand-green) !important;
    border-radius: 12px;
    border: 0px 0px 3px 0px !important;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    width: 100%;
}


.sticky-action{
	display: none;
}


.form-wrapper{
	padding: 30px;
	background: #e8f9f4;
	border-radius: 10px;
	width: calc(100% - 50px);
	float: right;
}
#fluentform_1 .ff-el-group{
	text-align: left;
}
#fluentform_1 .ff-el-form-control:hover,
#fluentform_1 .ff-el-form-control:active,
#fluentform_1 .ff-el-form-control:focus{
	background: transparent;
}
#fluentform_1 .ff-el-form-control{
	transition: border-color .15s  ease-in-out, box-shadow .15s  ease-in-out;
    border: solid 1px var(--brand-green);
    padding: 0 15px;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) calc(50%);
    height: 43px !important;
    color: #777;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
}

#fluentform_1 .ff-el-form-control.ff-el-phone{
	padding-left: 60px !important;
}

#fluentform_1 textarea.ff-el-form-control{
	padding: 15px !important;
	resize: none !important;
}
#fluentform_1 .ff-btn.ff-btn-submit{
	background-color: #00c26b !important;
    color: #fff;
    border: 0px;
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    font-size: 14px !important;
    float: left;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
}


@media (min-width: 992px) and (max-width: 1150px) {
    .quotation-form .fluentform form {
        display: block;
        align-items: unset;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .quotation-form .fluentform form {
        display: block;
        align-items: unset;
    }

    .quotation-form {
        height: 350px;
    }

    .quotation-form .fluentform {
        height: 350px;
    }

    .quotation-form .fluentform form .ff-el-group.brand-selection .ff-el-image-holder {
        width: 110px !important;
    }

    .quotation-form .fluentform form .ff-el-group.cylinders-selection .ff-el-image-holder {
        width: 160px !important;
    }
	
	.contact-wrap .form-wrapper{
		width: calc(100% - 10px);
	}
	.contact-wrap .form-wrapper h2{
		font-size: 30px;
		margin-bottom: 40px;
	}
}

@media (min-width: 1px) and (max-width: 767px) {
	
	.hero p{
		margin-bottom: 35px;
		text-align: justify;
		text-align-last: center;
	}
	
	.step-title{
		font-size: 16px;
	}
	
    .quotation-form {
        width: 90%;
        max-height: 95% !important;
        height: 95% !important;
    }
	.quotation-form .row{
		height: 100%;
	}
	.quotation-form .row .col-md-8{
		height: calc(100% - 150px);
	}

    .quotation-form .quote-img {
        height: 150px;
        background-position: center 14% !important;
    }

	.quotation-form .fluentform form {
		display: block;
		align-items: unset;
		left: 15px;
		right: 15px;
		top: 55px;
		bottom: 15px;
    }
	
    .quotation-form .fluentform {
        height: 100%;
		padding: 0;
    }

    .quotation-form .fluentform .ff-step-header{
		top: 162px;
		margin: 0;
    }
	.quotation-form .fluentform .ff-step-titles{
		margin-left: 0 !important;
		margin-bottom: 0;
    }

    .quotation-form .fluentform form .ff-el-group.brand-selection .ff-el-image-holder {
		width: calc(calc(100% - 30px) / 3) !important;
		margin: 0 15px 10px 0 !important;
    }
	.quotation-form .fluentform form .ff-el-group.brand-selection .ff-el-image-holder:nth-child(3n+3){
		margin-right: 0 !important;
	}

    .quotation-form .fluentform form .ff-el-group.cylinders-selection .ff-el-image-holder {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }

    .quotation-form .fluentform form table.ff_flexible_table tbody tr {
        padding: 0 !important;
        border: 0 !important;
    }

    .quotation-form .fluentform form table.ff_flexible_table tbody tr td,
    .quotation-form .fluentform form table.ff_flexible_table tbody tr th {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .quotation-form .fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group {
        margin-bottom: -12px !important;
    }

    .stats-section:after {
        display: none;
    }

    .stats-section {
        width: 96%;
    }
	
	.pricing-section-content p{
		width: 100%;
		max-width: 100%;
		text-align: justify;
		text-align-last: center;
		
	}
	
	.why-choose-us{
		display: none;
	}
	.tip-section{
		margin-top: 0;
		padding-top: 20px;
	}
	.stat-item{
		margin-bottom: 30px;
		width: 100%;
	}
	.stat-item:last-child{
		margin-bottom: 0;
	}
	
	.footer .container{
		padding: 0 15px;
	}
	
	.steps-section.right-pattren .col-lg-6:first-child{
		order: 2;
	}
	
	.section-descriptions{
		text-align: justify;
		text-align-last: center;
		max-width: 100%;
	}
	.blog-section .lead{
		max-width: 100%;
	}
	
	.blog-other-info{
		margin-bottom: 0px;
	}
	.blog-other-info li{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.blog-sinlge .blog-title{
		font-size: 28px;
		margin-top: 0;
	}
	
	
	.footer-bottom{
		padding: 18px 0 60px 0;
	}	
	.sticky-action{
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99;
		border: solid 1px #e8f9f4;
	}
	.sticky-action a{
		height: 40px;
		line-height: 40px;
		background: var(--brand-green);
		color: #fff;
		text-decoration: none;
		text-align: center;
		width: 56%;
		font-size: 14px;
	}
	.sticky-action a.call{
		background: #f6be3a !important;
	}
	.sticky-action a.call img,
	.sticky-action a.wa img{
		filter: brightness(0) invert(1) !important;
	}
	.sticky-action a:nth-child(n + 2){
		background: var(--brand-green);
        display: flex;
        justify-content: center;
		align-items: center;
		width: 22%;
		border-right: solid 1px rgba(255,255,255,.5);
	}
	.sticky-action a:last-child{
		border-right: 0px;
	}
	
	
	.testimonials-wrap p.subtitle{
		text-align: justify;
		text-align-last: center;
	}
	.faq-section p {
		text-align: justify;
		text-align-last: center;
	}
	.quote-content p {
		text-align: justify;
		text-align-last: center;
	}
	
	.blog-section.contact-wrap{
		padding: 40px 0; 
	}
	.contact-wrap .form-wrapper{
		width: calc(100% - 0px);
	}
	.contact-wrap .contact-bg{
		width: calc(100% - 30px);
		margin: auto;
		height: 300px;
		margin-bottom: 15px;
	}
	.contact-wrap .form-wrapper h2{
		font-size: 30px;
		margin-bottom: 40px;
	}
	
	
}