/* Custom Styles */
:root {
    /* Fonts */
    --font-montserrat: "Montserrat", sans-serif;

    /* Colors */
    --black: #000000;
    --white: #ffffff;
    --primary: #009D0A;
    --primary-hover: #04870C;
    --secondary: #6c757d;
    --light: #f8f9fa;
    --dark: #212529;
    --orange: #F0AD4E;

    /* Spacing */
    --spacing-responsive: clamp(2rem, 4vw + 1rem, 3.5rem);
    --padding-responsive: clamp(5rem, 8vw + 2rem, 10rem);
    --margin-responsive: clamp(2rem, 4vw + 1rem, 3.5rem);
}


body {
    font-family: var(--font-montserrat);
    padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
    font-family: var(--font-montserrat);
}

h1 {
    font-size: clamp(2rem, 1.6vw + 1rem, 2.81rem);
    line-height: normal;
    color: var(--white);
}

h2 {
    font-size: clamp(1.8rem, 2.5vw + 1rem, 2.5rem);
    line-height: normal;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}


.btn.btn-primary {
    border-radius: 49px;
    background: var(--primary);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.45);
    padding: 13px 38px;
    color: var(--white);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    transition: all 0.5s ease;
    box-shadow: 0 3.28px 24.597px 0 rgba(0, 0, 0, 0.45);

}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: var(--primary-hover);
    transform: scale(1.02);
    color: var(--white);
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}



/* Header Styles */
.main-header {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        top 0.35s ease,
        transform 0.35s ease;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    background: url(../images/banner-bg.jpg) center center / cover no-repeat;
    padding-top: 230px;
    padding-bottom: 160px;
    height: 815px;
}
.banner-content-rating-text {
    position: relative;
}
.experience-sheild {
    position: absolute;
    right: 28px;
    bottom: -60px;
}
.stars svg {
    margin-right: 2px;
}
.experience-sheild img {
	
}
.hero-section p {
color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 40px;
}
.hero-section h1 {
    font-size: clamp(3rem, 4.2vw, 5rem);
	line-height: 108.418%;
	margin-bottom:30px;
}

.feature-list li {
    font-size: 1rem;
    color: var(--white);
    line-height: 64%;
}

.feature-list li .check-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 11px;
}



.test-slider .slick-list {
    padding-left: 0 !important;
}

.test-slider .slick-slide-item {
    margin: 0 0.5rem;
    box-sizing: border-box;
}

.slick-marquee .container-fluid,
.slick-marquee .container,
.slick-marquee .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.test-slider .slick-list {
    padding: 0 !important;
}

.test-slider .slick-track {
    margin-left: 0 !important;
}

.test-slider .slick-slide {
    float: none !important;
}

.test-slider .slick-slide:first-child {
    margin-left: 0 !important;
}


.slick-initialized .slick-slide {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}



.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

/* Features Section Styles */
.features {
    padding: clamp(3rem, 5vw + 1rem, 6rem) 0;
	background: #FFFBF3;
}

.feature-card {
    border-radius: 12px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
background: #FFF;
box-shadow: 0 4px 32.3px 0 rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 95.484px;
background: linear-gradient(180deg, #C3871E 0%, #BD974A 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card h3 {
color: #111;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 128%;
}

@media (max-width: 991.98px) {
    .feature-card {
        padding: 2rem 1.5rem;
    }
}

/* Recent Work Section Styles */
.recent-work {
    background-color: var(--white);
    padding: clamp(3.5rem, 5vw + 1rem, 6rem) 0;
}

.recent-work h2 {
    color: var(--black);
	font-weight:800;
}
.features h2 {
	    color: var(--black);
	font-weight:800;
}
.slider-item {
    margin: 0 10px;
}

.slider-item img {
    border-radius: 21px;
    width: 100%;
    height: 344px;
    object-fit: cover;
    display: block;
}


/* Slick Slider Customization */
.recent-work-slider .slick-dots {
    bottom: -40px;
}

.recent-work-slider .slick-dots li button:before {
    font-size: 12px;
    color: #009D0A;
}

.recent-work-slider .slick-dots li.slick-active button:before {
    color: #009D0A;
}

.recent-work-slider {
    position: relative;
}

.recent-work-slider:before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.recent-work-slider:after {
    content: "";
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
}

.recent-work-slider .slider-item {
    margin: 0 6px;
}

/* Services Section Styles */
.services {
    color: var(--white);
    padding: clamp(3.5rem, 5vw + 1rem, 6.5rem) 0;
}


p:empty {
    display: none;
}

.accordion p {
    margin: 0;
}

.services h2 {
    color: var(--black);
	font-weight:800;
}

.services p {
    line-height: 148%;
    color: var(--black);
}

.service-card {
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.service-card:hover {
    transform: scale(1.03);
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: clamp(1rem, 1vw + 1rem, 2.5rem);
    padding-bottom: clamp(1rem, 1vw + 1rem, 2.5rem);
    padding-left: clamp(1rem, 1vw + 1rem, 2rem);
    padding-right: clamp(1rem, 1vw + 1rem, 2rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.service-overlay h3 {
    color: var(--white);
    font-size: clamp(1rem, 0.6vw + 1rem, 1.78rem);
}

.service-overlay p {
    color: var(--white);
    font-size: 0.95rem;
}


/* Why Choose Us Section Styles */
.why-choose-us {
    padding: clamp(3.5rem, 5vw + 1rem, 6rem) 0;
    background: #FFFBF3;
}

.choose-card {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.choose-card:hover {
    transform: scale(1.03);
}

.why-choose-us p {
    color: #141414;
    line-height: 140%;
    margin-bottom: clamp(2rem, 2vw + 1rem, 4rem);
}

.choose-icon-wrapper {
    width: 80px;
    height: 80px;
border-radius: 95.484px;
background: linear-gradient(180deg, #C3871E 0%, #BD974A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--white);
}

.choose-card h3 {
    font-size: clamp(1rem, 0.4vw + 1rem, 1.5rem);
    margin-bottom: 10px;
    color: #212529;
	font-weight:800;
}

.choose-card p {
    color: #141414;
    line-height: 140%;
}

.forset-img img {
    border-radius: 36px;
}

.forset-img {
    margin-bottom: clamp(3.5rem, 5vw + 1rem, 6rem);
}

/* Statistics Section Styles */
.statistics {
    padding-bottom: clamp(3.5rem, 5vw + 1rem, 6rem);
}

.stat-desc {
    color: var(--black);
    font-size: 1rem;
    line-height: 118%;
    margin-bottom: 34px;
    min-height: 42px;
}

.stat-number {
    color: #fff;
    font-family: var(--font-montserrat);
    font-size: clamp(2.5rem, 2vw + 1rem, 3.2rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.stat-symbol {
    font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
  color: #D4A244;
    font-weight: 400;
    vertical-align: top;
    margin-left: 5px;
}

.stat-label {
    color: var(--black);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.marquee-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
    position: relative;
}

.marquee-row {
    display: flex;
    width: 100%;
    animation: scroll 20s linear infinite;
}

.marquee-row:hover {
    animation-play-state: paused;
}

/* Reverse animation for the second row if needed, 
   though the design usually has them consistent or reversed. 
   I'll keep them consistent for now or reverse one. */
.marquee-row.reverse {
    animation-direction: reverse;
}

.review-card-footer {
    border-top: 1px solid #F0F0F0;
    padding-top: 15px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* Move by 50% assuming content is doubled */
    }
}

@media (max-width: 768px) {
    .stat-desc {
        min-height: auto;
        margin-bottom: 15px;
    }

    .stat-desc br {
        display: none;

    }

    .stat-desc,
    .stat-label {
        font-size: 0.9rem;
    }

    .stat-number {
        margin-bottom: 5px;
    }
}

/* Process Section Styles */
.process {
    background:url(../images/easy-steps-bg.jpg) no-repeat center center;
	background-size:cover;
    padding: clamp(3.5rem, 5vw + 1rem, 6rem) 0;
    color: var(--white);
}

.process-card {
    border-radius: 24px;
    color: var(--black);
    transition: transform 0.3s ease;
    position: relative;
}

.process-card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: #fff;
    left: 0;
    bottom: 0;
    border-radius: 24px;
    padding: 20px 20px 40px 20px;
}

.process-card:hover {
    transform: scale(1.03);
}

.process-img-wrapper {
    overflow: visible;
    padding: 24px 24px 30px 24px;
    position: relative;
    z-index: 1;
}

.process-img-wrapper img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
}

.process p {
    line-height: 181%;
}

.step-badge {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 24.381px;
    background: #8C9787;
    color: var(--white);
    padding: 6px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.process-card h3 {
    font-size: clamp(1.4rem, 0.4vw + 1rem, 1.4rem);
    color: var(--black);
}

.process-card p {
    color: var(--black);
    max-width: 80%;
    margin: 0 auto;
    line-height: 144%;
	font-weight: 500;
}

.content-container {
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}

.avatar-group {
    display: inline-flex;
    align-items: center;
}

.stars i {
    font-size: 0.9rem;
}

/* Excavation Excellence Section Styles */
.excavation-excellence {
    padding: clamp(3.5rem, 5vw + 1rem, 6rem) 0;
    background-color: var(--white);
    overflow: hidden;
}

.excavation-excellence h2 {
    font-size: clamp(2rem, 2vw + 1rem, 2.4rem);
}

.excavation-excellence p {
    line-height: 140%;
    opacity: 0.8;
    color: var(--black);
}

.badge-soft-gray {
    background-color: #F8F8F8;
    color: #757575;
    font-weight: 600;
    padding: 15px 28px;
    border-radius: 50px;
    font-size: 1.1rem;
}

.excellence-list {
    margin-bottom: 35px;
}

.excellence-list li {
    font-size: 1rem;
    color: var(--black);
    line-height: normal;
}

.check-icon-green {
    color: #009D0A;
    font-size: 1.2rem;
    margin-top: -2px;
}

.excellence-img-wrapper {
    position: relative;
    padding: 20px;
}

.excellence-img-wrapper .main-img {
    border-radius: 30px 30px 30px 30px;
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 400px;
}

.floating-card {
    position: absolute;
    background: var(--white);
    border-radius: 22px;
    padding: 35px 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    max-width: 277px;
}

.floating-card p {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    line-height: 128%;
}

.review-card {
    top: 113px;
    left: -30px;
    background-color: #FFF2D8;
}

.safety-card {
    bottom: 70px;
    right: -20px;
    padding: 15px 25px;
    border-radius: 22px;
    background: #D1DECB;
    box-shadow: 30px 30px 80px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 991.98px) {
    .excellence-img-wrapper {
        margin-top: 5.5rem;
        padding: 0;
    }

    .safety-card {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: -34px;
        max-width: 138px;
    }

    .review-card {
        margin-right: 10px;
    }

    .review-card {
        top: -90px;
        left: 0;
        background-color: #FFF2D8;
        right: 0;
        margin: auto !important;
    }

    .service-card {
        height: 330px;
    }
}


/* Testimonials Section Styles */
.testimonials {
    padding: clamp(3.5rem, 5vw + 1rem, 6rem) 0;
	background:url(../images/local-projects-bg.jpg) no-repeat center center;
	background-size:cover;
}
.testimonials h2 {
	color: var(--white);
}

.testimonial-card {
    background: var(--white);
    border: 1px solid #EDEDED;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
color: #141414;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    flex-grow: 1;
}

.testimonial-footer {
    border-top: 1px solid #F3F4F6;
    padding-top: 20px;
}

.location-badge {
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #141414;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border-radius: 30px;
    border: 1px solid rgba(20, 20, 20, 0.10);
    background: rgba(20, 20, 20, 0.04);
    opacity: 0.8;
}

.verified-icon {
    color: #039BE5;
    font-size: 14px;
    margin-left: 5px;
}

.google-logo-svg {
    width: 24px;
    height: 24px;
}

.testimonial-card .stars {
    display: flex;
}

.client-name {
    color: #141414;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
}


@media (max-width: 768px) {
    .service-card {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .service-card-image img {
        height: 350px;
        object-fit: cover;
    }

    .btn.btn-primary {
        padding: 13px 27px;
        font-size: 16px;
    }

    .recent-work-slider:before {
        display: none;
    }

    .recent-work-slider:after {
        display: none;
    }

    .recent-work-slider {
        padding-left: 0;
    }

    .recent-work-slider .slider-item {
        margin: 0 5px;
    }

    .container {
        padding: 0 20px;
    }

    .why-choose-us .row.g-5.justify-content-center {
        margin: 0 -15px;
    }

    .why-choose-us .col-lg-4.col-md-6.col-6 {
        padding: 0 8px;
        margin-top: 0;
    }

    .choose-card p {
        font-size: 0.875rem;
    }

    .choose-card p br {
        display: none;
    }

    .why-choose-us .text-center.mt-5 {
        margin-top: 1rem !important;
    }

    .forset-img img {
        border-radius: 14px;
        height: 300px;
        object-fit: cover;
    }

    .process-img-wrapper {
        padding: 16px 16px 25px 16px;
    }

    .testimonial-card {
        padding: 17px;
    }

    .client-name {
        font-size: 15px;
    }

    .location-badge {
        padding: 6px 10px;
        font-size: 12px;
    }

.testimonials {
        padding-top: clamp(3rem, 5vw + 1rem, 6rem);
    }

    .safety-card {
        box-shadow: none;
    }

    .testimonials .row.g-3.mb-5 {
        margin-bottom: 1.5rem !important;
    }
}

/* FAQ Section Styles */
.faq {
	 padding-top: clamp(3.5rem, 5vw + 1rem, 6rem);
    padding-bottom: clamp(3.5rem, 5vw + 1rem, 6rem);
}

.custom-accordion .accordion-item {
    border-radius: 20px;
    background: #FFF;
    margin-bottom: 20px;
    overflow: hidden;
border: 1px solid #FFA800;
box-shadow: 30px 30px 250px 0 rgba(213, 164, 72, 0.30);
}

.custom-accordion .accordion-button {
    background-color: var(--white);
    color: var(--black);
    font-size: clamp(1.1rem, 0.5vw + 1rem, 1.25rem);
    font-weight: 700;
    padding: 24px 30px;
    box-shadow: none !important;
    border-radius: 16px !important;
    line-height: 138%;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: var(--white);
    color: var(--black);
    box-shadow: none;
}

.custom-accordion .accordion-body {
    padding: 0 90px 24px 30px;
    color: var(--black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
}

.custom-accordion .accordion-button::after {
    background-image: none;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\2b";
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D4A243;
    border-radius: 50%;
    color: var(--white);
    font-size: 22px;
    transition: all 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background-color: #D4A243;
    transform: rotate(0deg);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
}




@media (max-width: 768px) {
    .cta-card {
/*         background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/recent-work-img-2.jpg');
        background-position: center; */
        text-align: center;
    }

    .cta-card p {
        margin-left: auto;
        margin-right: auto;
    }

    .cta-list {
        display: inline-block;
        text-align: left;
    }
}


/* CTA Section Styles */
.cta-section {
    position: relative;
    padding: clamp(3.5rem, 5vw + 1rem, 6rem) 0;
    color: var(--white);
    margin: 0 15px 60px 15px;
}

.cta-card {
    background: url(../images/footer-bg.jpg) center center / cover no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: clamp(3rem, 5vw, 4rem);
    color: var(--white);
    position: relative;
}

.cta-card h2 {
    color: var(--white);
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 2.5vw + 1rem, 2.5rem);
   margin-top: 16px;
}

.cta-card p {
    color: var(--white);
    margin-bottom: 2rem;
    max-width: 430px;
    line-height: 148%;
}

.cta-list {
    margin-bottom: 28px;
}

.cta-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.cta-list .check-icon {
    color: #00D50D;
    /* Bright green for CTA */
    margin-right: 15px;
    font-size: 1.2rem;
}

.btn-cta-green {
    background-color: #009D0A;
    color: var(--white);
    border: none;
    padding: 15px 40px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 1.1rem;
    margin-top: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 157, 10, 0.4);
}

.btn-cta-green:hover {
    background-color: #04870C;
    transform: translateY(-2px);
    color: var(--white);
}

.cta-list li img {
    margin-right: 11px;
}

.footer-logo.mx-auto {
    max-width: 122px;
    display: block;
}

.navbar-brand img {
    max-width: 122px;
}

.cta-sticky {
    display: none;
}

.mobile-layout.add-cta-sticky .cta-sticky {
    display: none;
}



/* .main-header.sticky-header {
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
} */

.main-header.sticky-header .d-flex.justify-content-between.align-items-center.py-3 {
    padding: 1px 18px 0px 36px !important;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}

.main-header.sticky-header .navbar-brand img {
    transition: all 0.5s ease-in-out 0s;
}



.recent-work-slider li {
    list-style: none;
}

.recent-work-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 40px;
    padding: 0;
}

.recent-work-slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: none;
    border: 1px solid #c9c9c9;
    padding: 0;
    margin: 0 2px;
}

.recent-work-slider .slick-dots .slick-active button {
    border-radius: 10px;
    background: var(--primary);
    border: 1px solid var(--primary);
}

.recent-work-slider .slick-track {
    padding: 30px 0 0;
}

.marquee-container:before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgba(23, 15, 4, 1) 20%, rgba(23, 15, 4, 0) 100%);
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.marquee-container:after {
    content: "";
    position: absolute;
    background: linear-gradient(to left, rgba(23, 15, 4, 1) 20%, rgba(23, 15, 4, 0) 100%);
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
}

.cta-section-wrapper {
    margin-top: -40px;
}
.recent-work.recent-work-mobile {
    display: none;
}
.slider-item-img img {
    border-radius: 17px;
    height: 243px;
    object-fit: cover;
    width: 100%;
}
.slider-item-img
 {
    padding: 0 5px;
    max-width: 25%;
    width: 25%;
	 transition:all 0.3s ease-in-out 0s;
}
.slider-item-img:hover {
	transform:scale(1.04) !important;
}
.recent-work-slide {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 10px 0;
}

.footer-experience {
    gap: 23px;
}

.footer-quote-form h5 {
	color: #000;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 118%;
	margin-bottom:30px;
}
.footer-quote-form h6 {
	color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
	margin-bottom:0;
}
.contact-form .form-control {
	border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #FFFDFC;
    height: 51px;
	margin-bottom:14px;
	padding: .375rem 1rem;
}
.contact-form .form-control::placeholder {
  color: rgba(0, 0, 0, 1);
  opacity: 1;
}
.contact-form .form-control:focus {
	box-shadow:none;
}
.contact-form .btn.btn-primary {
    padding: 17px 38px;
    margin-top: 32px;
	width:100%;
	box-shadow:none;
}
.contact-form {
    color: #000;
}
.contact-form p {
    margin-bottom: 0;
    text-align: left;
}
.contact-form .wpcf7-not-valid-tip {
    margin-bottom: 6px;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 17px;
}
.main-header .btn.btn-primary {
    opacity: 0;
	visibility:hidden;
}
.main-header.sticky-header .btn.btn-primary {
    opacity: 1;
	visibility:visible;
}
.hide-on-desktop {
    display: none;
}
.footer-experience.hide-on-desktop {
    display: none !important;
}
@media (max-width: 768px) {
    .cta-card {
/*         background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/recent-work-img-2.jpg');
        background-position: center; */
        text-align: center;
    }

    .cta-card p {
        margin-left: auto;
        margin-right: auto;
    }

    .cta-list {
        display: inline-block;
        text-align: left;
    }
.recent-work.recent-work-mobile {
        display: block;
        padding-bottom: 0;
    }
	.recent-work.recent-work-desktop {
    display: none;
}
}

@media (max-width: 575px) {
    .custom-accordion .accordion-button {
        padding: 16px 20px;
        font-size: 1rem;
        line-height: 138%;
    }

    .custom-accordion .accordion-button::after {
        width: 35px;
        height: 35px;
        font-size: 17px;
    }

    .custom-accordion .accordion-body {
        padding: 0 67px 20px 20px;
        font-size: 15px;
        line-height: 144%;
    }

    .custom-accordion .accordion-item {
        margin-bottom: 14px;
    }

    .faq .text-center.mb-5 {
        margin-bottom: 2rem !important;
    }

    .testimonials .text-center.mb-5 {
        margin-bottom: 2rem !important;
    }

    .floating-card p {
        font-size: 15px;
        line-height: 120%;
    }

    .cta-card h2 br {
        display: none;
    }

    .logo img {
        width: 91px;
    }

    .main-header .btn.btn-primary {
        display: none;
    }

    .hero-section .container {
        padding: 0 20px;
    }

    .feature-list li {
        line-height: 23px;
        align-items: flex-start !important;
    }

    .step-badge {
        top: -1px;
    }

    .process .text-center.mt-5.pt-4 {
        padding-top: 0 !important;
    }

    .excellence-list li {
        align-items: flex-start !important;
    }

    .custom-accordion .accordion-item:last-child {
        margin-bottom: 0;
    }

    .hero-section {
        padding-top: 190px;
        padding-bottom: 160px;
        height: 907px;
        align-items: flex-start;
        background: url(../images/mobile-banner-apex.jpg) center center/cover no-repeat;
        background-size: cover;
        background-position: center;
    }

    .process p {
        line-height: 23px;
    }

    .cta-card {
        padding: clamp(1.5rem, 5vw, 5rem);
        padding-bottom: 19rem;
        padding-top: 3rem;
/*         background: url(../images/ready-to-get-bg-mobile.jpg) center center/cover no-repeat;
        background-size: cover;
        background-position: center; */
        border-radius: 17px;
    }

    .badge-soft-gray {
        font-size: 1rem;
    }

    .hero-section p {
        line-height: 27px;
    }

    .feature-list {
        margin-bottom: 2.6rem !important;
    }

    .cta-list li {
        margin-bottom: 10px;
    }

    .navbar-brand img {
        max-width: 113px;
    }

    h2 br {
        display: none;
    }

    .excavation-excellence h2 {
        font-size: clamp(1.8rem, 2vw + 1rem, 2.4rem);
    }

    .cta-sticky {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        padding: 10px;
        z-index: 99;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14), 0 24px 80px 0 rgba(22, 30, 49, 0.22);
    }

    .mobile-layout.add-cta-sticky .cta-sticky {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cta-sticky .btn.btn-primary {
        width: 100%;
    }

    .services .btn.btn-primary {
        padding: 13px 27px !important;
    }

    .cta-section-wrapper .btn.btn-primary {
        padding: 14px 18px;
        font-size: 15px;
    }

    .navbar-brand {
        margin: auto;
    }

    .main-header {
        right: 0;
        margin: auto;
    }

    .hero-content h1 {
        margin-bottom: 1.7rem !important;
		font-size: 45px;
    }

    .feature-list li .check-icon {
        margin-top: 3px;
    }

    .main-header.sticky-header .d-flex.justify-content-between.align-items-center.py-3 {
        padding: 0 18px 0px 18px !important;
    }

    .marquee-row {
        animation: scroll 8s linear infinite;
    }

    .testimonial-card {
        padding: 20px;
        min-width: 350px;
        max-width: 350px;
    }

    .marquee-container:before,
    .marquee-container:after {
        width: 20px;
    }

    .recent-work h2 {
        margin-bottom: 0 !important;
    }

    .safety-card {
        display: none;
    }

    .excavation-excellence {
        background-color: transparent;
        overflow: visible;
    }

    .review-card {
        top: auto;
        bottom: -80px;
    }

    .excavation-excellence .row.align-items-center.g-5 {
        margin: 0 -20px;
    }

    .excellence-img-wrapper {
        margin-top: 3rem;
    }

    .excavation-excellence .btn.btn-primary {
        padding: 15px 29px;
        font-size: 15px;
    }

    .excavation-excellence .col-lg-6 {
        margin-top: 0;
    }

    .excellence-img-wrapper .main-img {
        border-radius: 20px;
    }

    .footer-logo img {
        max-width: 95px;
        height: auto;
    }

    .excellence-list li {
        line-height: 23px;
    }
	.hide-on-desktop {
    display: flex;
}
	.hero-content .avatar-group {
    margin-bottom: 20px;
}
	.hero-content {
    padding: 0 6px;
}
	    .hero-content .btn.btn-primary {
        padding: 14px 22px;
    }
	.avatar-group.hide-on-mobile {
    display: none;
}
.banner-content-rating-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
	.hide-on-mobile {
    display: none;
}
    .banner-content-rating-text {
        position: relative;
        justify-content: center;
        align-items: center;
        margin: 40px 0 30px;
        gap: 10px 0;
    }
	.mobile-shield .experience-sheild {
    position: relative;
    right: 0;
    bottom: 0;
}
	.mobile-shield .star-rating-shield img {
    width: 90px;
}
	.mobile-shield {
    gap: 20px;
}
	.experience-sheild img {
    height: 82px;
    width: auto;
}
.features h2 {
        margin-bottom: 2.3rem !important;
    }
	.feature-card {
        padding: 22px !important;
    }
	.features .col-lg-3.col-md-6.col-6 {
    padding: 0 5px;
    margin: 0;
}
	.features .row {
		gap:10px 0;
	}
	.feature-icon-wrapper {
    width: 52px;
    height: 52px;
}
	.feature-icon-wrapper img {
		width: 28px;
    height: 28px;
	}
	.slider-item img {
    border-radius: 10px;
    height: 170px;
}
	.recent-work.recent-work-mobile .btn.btn-primary {
		display:none;
	}
	.marquee-row.reverse {
    display: none;
}
	.testimonial-text {
    font-size: 14px;
}
	    .client-name
 {
        font-size: 12px;
    }
	.location-badge {
        padding: 6px 7px;
        font-size: 10px;
    }
	.stars svg {
    width: 15px;
}
	.google-logo-svg {
    width: 20px;
    height: 20px;
}
	.service-overlay h3 {
    font-size: 1rem;
}
	.service-overlay p {
    font-size: 11px;
}
	.service-card-image img {
        height: 217px;
    }
		.services .col-lg-4.col-md-6.col-6 {
    padding: 0 5px;
    margin: 0;
}
	.services .row {
		gap:10px 0;
	}
	.service-card {
        border-radius: 8px;
    }
	.service-overlay {
    padding: 10px;
}
	.services .text-center.mt-5
 {
    margin-top: 36px !important;
}
	.choose-icon-wrapper {
    width: 58px;
    height: 58px;
}
	.choose-icon-wrapper img {
		width: 32px;
height: 32px;
	}
	.choose-card h3 {
    font-size: 1rem;
}
	    .choose-card p {
        font-size: 12px;
        line-height: 122.814%;
    }
	.process p {
        max-width: 88%;
        font-size: 1rem;
    }
.local-client-mobile {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-top: 10px;
    }
	.local-client-mobile p {
		color: #FFF;
font-size: 11.877px;
font-style: normal;
font-weight: 900;
line-height: normal;
		margin-bottom:0;
	}
	.faq {
    padding-top: clamp(3rem, 5vw + 1rem, 6rem);
    padding-bottom: clamp(3rem, 5vw + 1rem, 6rem);
}
	    .cta-card {
        border-radius: 0;
    }
	    .cta-card h2 {
        margin-top: 9px;
        font-size: 40px;
        font-weight: 800;
    }
	    .cta-card {
        padding-left: 20px;
        padding-right: 20px;
    }
	.cta-card .container {
		padding:0;
	}
	.cta-card .avatar-group {
    margin-bottom: 15px;
}
	.stat-number {
    font-size: 33px;
}
	.stat-label {
    font-size: 11px;
    text-align: left;
}
	.footer-experience.hide-on-mobile {
    display: none !important;
}
	.footer-experience.hide-on-desktop {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
	    .cta-card {
        padding-bottom: 2rem;
    }
	.footer-quote-form {
    padding-left: 20px;
    padding-right: 20px;
}
	.footer-quote-form h5 {
    font-size: 22px;
    margin-bottom: 17px;
    text-align: left;
}
	.contact-form .btn.btn-primary {
    margin-top: 17px;
}
	.footer-quote-form h6 {
    font-size: 15px;
    margin-bottom: 0;
    max-width: 258px;
    margin: auto;
}
	.custom-accordion .accordion-button {
        font-size: 15px;
		gap: 12px;
    }
	.accordion p {
    font-size: 12px;
}
	.accordion p br {
		display:none;
	}
	.main-header {
    position: absolute;
}
	.main-header.sticky-header .d-flex.justify-content-between.align-items-center.py-3 {
    background: none;
		padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

}
.main-header .btn-phone-number {
  border-radius: 60px;
  background: linear-gradient(90deg, #486d1c 0%, #74c406 137.88%);
  max-height: 68px;
  text-align: left;
}
.main-header .btn-phone-number .phone-icon img {
  max-width: 80px;
  height: 80px;
  width: 100%;
  object-fit: cover;
}
.main-header .phone-icon {
  margin-left: -36px;
}
.main-header .btn-phone-content {
  display: flex;
  flex-direction: column;
}
.main-header .btn-phone-number {
  text-decoration: none;
}
.main-header .btn-phone-content .no-call-charges {
  color: var(--white);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 20.48px */
	margin-bottom: -2px;
}
.main-header .btn-phone-content .phone-number {
  color: var(--white);
  font-family: var(--font-montserrat);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 35.84px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.main-header .navbar {
    border-radius: 60px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14), 0 24px 80px 0 rgba(22, 30, 49, 0.22);
    padding: 0px 12px 0px 36px;
    max-width: 1280px;
    margin: auto;
}
.navbar-brand img {
    max-width: 87px;
}
.main-header p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.show-on-mobile {
    display: none;
}
.show-on-desktop.feature-list {
    display: flex;
    margin-bottom: 40px;
    gap: 14px;
}
.show-on-desktop.feature-list li {
    font-size: 1rem;
    color: var(--white);
    line-height: 64%;
    border-radius: 60px;
    background: var(--white);
    gap: 8px;
    padding: 10px 15px 10px 10px;
    backdrop-filter: blur(15px);
    color: var(--black);
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 64%;
    display: flex;
    align-items: center;
}
.show-on-desktop.feature-list li .check-icon {
    margin-right: 0;
}
