/* ====================
clutch chesterfield css
==================== */
.highlight {
    color: var(--theme-color);
}

.header-top.clutch-chesterfield-header-top::before {
    background: #4a4a4a;
    width: 55%;
}

.company-name {
    font-size: 30px;
    font-weight: 900;
    color: var(--theme-color);
}

.company-details {
    font-size: 24px;
    font-weight: 400;
    color: var(--color-white);
}

.clutch-chesterfield-header-top .company-contact {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-white);
}

.clutch-chesterfield-header-top .company-contact-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
    word-spacing: 3px;
}

.clutch-chesterfield-hero-section .hero-single .hero-content .hero-title {
    font-size: 77px;
}

.clutch-chesterfield-hero-section .hero-single {
    padding-top: 80px;
    padding-bottom: 140px;
    height: auto;
}

.feature-item {
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    padding: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
}

.feature-icon {
    width: 78px;
    height: 78px;
    transition: transform 0.3s ease;
}

.feature-text {
    font-size: 24px;
    color: #2E2A1F;
    font-weight: 700;
    min-height: 60px;
}

.feature-item:hover .icon-wrapper {
    transform: scale(1.1);
}

.feature-item:hover .feature-icon {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.feature-icon {
    width: 55px;
    height: 55px;
}

.positive-badge {
    position: absolute;
    bottom: -6px;
    right: -6px;
    background: #28a745;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.positive-badge i {
    font-size: 18px;
    color: #ffffff;
}

.clutch-chesterfield-form-section .theme-btn {
    width: 400px;
}

.counter-wrap.clutch-chesterfield-feature-wrap {
    padding: 50px 30px 50px 30px;
}

/*  */
.clutch-chesterfield-service {
    background: #f8f9fa;
}

.clutch-chesterfield-service-header {
    background-color: var(--theme-color);
    padding: 20px;
}

.clutch-chesterfield-service-item {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.clutch-chesterfield-service-title {
    font-size: 22px;
    font-weight: 700;
}

.clutch-chesterfield-service-img-wrapper {
    margin-top: 15px;
}

.clutch-chesterfield-service-img {
    height: auto;
}

/*  */
.specialists-section .site-title {
    font-size: 58px;
}


.specialists-section .special-p {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: #ffe7e7;
    font-weight: 600;
    color: #4a4a4a;
    padding: 2rem;

}

.specialists-section .highlights {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.specialists-section .highlights li {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #444;
    margin-bottom: 4px;
    position: relative;
    font-weight: 600;
}

.specialists-section .check {
    color: var(--theme-color);
    font-size: 1.4rem;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.clutch-special-bg {
    width: 42%;
}

/*  */
.clutch-inspection-section p {
    color: #444;
}

.clutch-inspection-section .lead {
    font-size: 20px;
}

.clutch-inspection-section .features-list h3 {
    font-size: 22px;
}

.clutch-inspection-section .features-list p {
    font-size: 17px;
    margin: 6px 0 0;
    color: #555;
    line-height: 1.4;
}

.clutch-inspection-section .features-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.clutch-inspection-section .features-list li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #EEE;
}

.clutch-inspection-section .features-list li:last-child {
    border-bottom: none;
}

.clutch-inspection-section .features-list .icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.clutch-inspection-section .features-list .highlight .content h3 {
    color: #D32F2F;
}

/*  */
.call-to-action-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    content: "";
}

.call-to-action-section h2 {
    font-size: 65px;
}

.call-to-action-section h3 {
    font-size: 74px;
    color: var(--theme-color);
}

.shape1 {
    position: absolute;
    left: 0;
    bottom: -410px;
    right: 0;
    text-align: center;
    transform: scaleY(100%);
    transition-delay: 0.2s;
    z-index: 1;
    opacity: .8;
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
}

.content-box {
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}


.content-box .text-box {
    position: relative;
    display: block;
}

.content-box .text-box p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.content-box .text-box h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 7px;
}

@media (max-width: 997px) {

    .company-name,
    .clutch-chesterfield-header-top .company-contact {
        font-size: 22px;

    }

    .company-details {
        font-size: 16px;
    }

    .clutch-chesterfield-header-top .logo {
        width: 60px;
    }

    .clutch-chesterfield-header-top .company-contact-text {
        font-size: 14px;
    }

    .clutch-chesterfield-form-section .site-title {
        font-size: 35px;
    }

    .clutch-special-bg {
        width: 420px;
    }

    .shape1 {
        bottom: -318px;
    }
}

@media (max-width: 767px) {
    h2 {
        line-height: 1.2;
    }

    .clutch-chesterfield-header-top .header-top-wrap {
        flex-direction: column;
        flex-wrap: unset;
        align-items: unset;
    }

    .clutch-chesterfield-header-top .company-contact-text {
        display: none !important;
    }

    .company-name {
        font-size: 18px;

    }

    .company-details {
        font-size: 14px;
    }

    .clutch-chesterfield-header-top .company-contact {
        font-size: 16px;
        text-align: right;
    }

    .clutch-chesterfield-hero-section .hero-single {
        padding-top: 44px;
        padding-bottom: 100px;

    }

    .feature-text {
        font-size: 20px;
        min-height: unset;
    }

    .clutch-chesterfield-form-section .site-title {
        font-size: 27px;
    }

    .clutch-chesterfield-form-section .sub-title {
        font-size: 16px !important;
        line-height: 1.2;
    }

    .specialists-section .site-title {
        font-size: 27px;
    }

    .specialists-section .sub-title {
        font-size: 16px !important;
    }

    .specialists-section .special-p {
        font-size: 16px !important;
        padding: 1.1rem;
    }

    .clutch-special-bg {
        width: 220px;
    }

    .clutch-inspection-section .section-title img {
        width: 50px;
        height: auto;
    }

    .clutch-inspection-section .lead {
        font-size: 17px;
    }

    .call-to-action-section h2 {
        font-size: 40px;
    }

    .call-to-action-section h3 {
        font-size: 45px;
    }

    .shape1 {
        bottom: -266px;
    }

    .competitive-price {
        width: 140px;
    }
}

@media (max-width: 667px) {
    .shape1 {
        bottom: -211px;
    }
}

@media (max-width: 567px) {
    .shape1 {
        bottom: -153px;
    }
}

@media (max-width: 430px) {
    .shape1 {
        bottom: -100px;
    }
}