/* ==========================================================================
   TERMITE CONTROL SYDNEY - HERO SECTION
   ========================================================================== */

/* Hero Section */
.termite-sydney-hero {
    position: relative;
    width: 100%;
    min-height: 359px;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 3rem 0;
    overflow: hidden;
}

/* Background Image - No overlay, just the image */
.termite-sydney-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.termite-sydney-hero__background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

/* Container needs to be relative for absolute positioning */
.termite-sydney-hero .container {
    position: relative;
}

/* Content Container - Aligned to the right */
.termite-sydney-hero__content {
    position: relative;
    z-index: 1;
    margin-left: auto;
    max-width: 769px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 37px;
}

/* Hero Title - Right aligned, dark color */
.termite-sydney-hero__title {
    color: #282C3A;
    font-size: 60px;
    font-weight: 800;
    font-family: 'Quatro', sans-serif;
    font-style: italic;
    line-height: normal;
    text-align: right;
    margin: 0;
}

/* Features Row */
.termite-sydney-hero__features {
    display: flex;
    align-items: center;
    gap: 19px;
}

.termite-sydney-hero__feature {
    display: flex;
    align-items: center;
    gap: 13px;
}

.termite-sydney-hero__feature-icon {
    width: 47px;
    height: 41px;
    flex-shrink: 0;
    /* Apply dark color filter to match #282C3A */
    filter: brightness(0) saturate(100%) invert(16%) sepia(8%) saturate(1238%) hue-rotate(186deg) brightness(95%) contrast(89%);
}

.termite-sydney-hero__feature-icon--discount {
    width: 43px;
    height: 37px;
}

.termite-sydney-hero__feature-text {
    color: #282C3A;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-style: italic;
    line-height: normal;
    white-space: pre-line;
}

/* ==========================================================================
   RESPONSIVE STYLES - LARGE SCREENS
   ========================================================================== */
@media (max-width: 1199.98px) {
    .termite-sydney-hero {
        min-height: 320px;
        padding: 2.5rem 0;
    }

    .termite-sydney-hero__content {
        max-width: 650px;
        gap: 30px;
    }

    .termite-sydney-hero__title {
        font-size: 50px;
    }

    .termite-sydney-hero__features {
        gap: 16px;
    }

    .termite-sydney-hero__feature {
        gap: 11px;
    }

    .termite-sydney-hero__feature-icon {
        width: 42px;
        height: 36px;
    }

    .termite-sydney-hero__feature-icon--discount {
        width: 38px;
        height: 33px;
    }

    .termite-sydney-hero__feature-text {
        font-size: 16px;
    }
    .termite-sydney-hero__background-image {
        opacity: 0.7;
    }
}

/* ==========================================================================
   RESPONSIVE STYLES - TABLET
   ========================================================================== */
@media (max-width: 991.98px) {
    .termite-sydney-hero {
        min-height: 280px;
        padding: 2rem 0;
    }

    .termite-sydney-hero__content {
        max-width: 550px;
        gap: 24px;
    }

    .termite-sydney-hero__title {
        font-size: 42px;
    }

    .termite-sydney-hero__features {
        gap: 14px;
    }

    .termite-sydney-hero__feature {
        gap: 10px;
    }

    .termite-sydney-hero__feature-icon {
        width: 38px;
        height: 33px;
    }

    .termite-sydney-hero__feature-icon--discount {
        width: 35px;
        height: 30px;
    }

    .termite-sydney-hero__feature-text {
        font-size: 15px;
    }

}

/* ==========================================================================
   RESPONSIVE STYLES - MOBILE LANDSCAPE & SMALL TABLETS
   ========================================================================== */
@media (max-width: 767.98px) {
    .termite-sydney-hero {
        min-height: auto;
        padding: 2rem 0;
    }
    
    .termite-sydney-hero__content {
        max-width: 100%;
        align-items: flex-start;
        gap: 20px;
    }

    .termite-sydney-hero__title {
        font-size: 34px;
        text-align: left;
    }

    .termite-sydney-hero__features {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .termite-sydney-hero__feature {
        gap: 8px;
    }

    .termite-sydney-hero__feature-icon {
        width: 34px;
        height: 30px;
    }

    .termite-sydney-hero__feature-icon--discount {
        width: 32px;
        height: 28px;
    }

    .termite-sydney-hero__feature-text {
        font-size: 14px;
    }
}

/* ==========================================================================
   RESPONSIVE STYLES - MOBILE PORTRAIT
   ========================================================================== */
@media (max-width: 575.98px) {
    .termite-sydney-hero {
        padding: 1.5rem 0;
    }

    .termite-sydney-hero__content {
        gap: 16px;
    }

    .termite-sydney-hero__title {
        font-size: 28px;
    }

    .termite-sydney-hero__features {
        gap: 8px;
    }

    .termite-sydney-hero__feature {
        gap: 6px;
    }

    .termite-sydney-hero__feature-icon {
        width: 30px;
        height: 26px;
    }

    .termite-sydney-hero__feature-icon--discount {
        width: 28px;
        height: 24px;
    }

    .termite-sydney-hero__feature-text {
        font-size: 12px;
    }
}

/* ==========================================================================
   TERMITE CONTROL SYDNEY - CONTENT SECTIONS (Custom Styles)
   ========================================================================== */

/* Content image with special styling */
.termite-sydney-content__image {
    width: 588px;
    height: 312px;
    object-fit: cover;
    border-radius: 10px;
}

/* Rich text wrapper (WordPress content) */
.termite-sydney-content__rich-text {
    color: #000000;
    font-size: 18px;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.6;
}


.termite-sydney-content__rich-text h2 {
    color: #000000;
    font-family: 'Quatro', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.termite-sydney-content__rich-text h3 {
    color: #000000;
    font-family: 'Quatro', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.termite-sydney-content__rich-text h4 {
    color: #000000;
    font-family: 'Quatro', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 18px;
}

.termite-sydney-content__rich-text h5,
.termite-sydney-content__rich-text h6 {
    color: #000000;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.termite-sydney-content__rich-text h5 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 16px;
}

.termite-sydney-content__rich-text h6 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 14px;
}

.termite-sydney-content__rich-text h2 strong,
.termite-sydney-content__rich-text h3 strong,
.termite-sydney-content__rich-text h4 strong,
.termite-sydney-content__rich-text h5 strong,
.termite-sydney-content__rich-text h6 strong {
    color: #BE1E2D;
    font-weight: inherit;
    font-family: inherit;
}

.termite-sydney-content__rich-text a {
    color: #BE1E2D;
}

.termite-sydney-content__rich-text a:hover {
    color: #A91B28;
}

.termite-sydney-content__rich-text .inner-service-content__danger-title {
    color: #BE1E2D;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

.hero-text {
    width: 100%;
}

.hero-paragraph {
    color: #000000;
    font-size: 18px;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.75;
    margin: 0;
}

.hero-paragraph .highlight-rating {
    color: #BE1E2D;
    font-weight: 700;
    text-decoration: underline;
}

.hero-rating-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
}

.hero-rating-section .rating-box {
    text-align: center;
    min-width: 280px;
}

.rating-box__image {
    display: block;
    width: 100%;
    height: auto;
}

.hero-rating-section .pest-images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.hero-rating-section .pest-images img {
    display: block;
    max-width: 100%;
    height: auto;
}

.hero-text-rating-section{
    max-width: 70%;
    margin-bottom: 80px;
}

/* Two column layout for intro sections */
.termite-sydney-content__two-col {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 50px;
}

.termite-sydney-content__two-col-text {
    flex: 1;
}

.termite-sydney-content__two-col-image {
    flex-shrink: 0;
}

/* Tools Grid (Borescope, Moisture Metre, etc.) */
.termite-sydney-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 41px;
    margin: 50px 0;
}

.termite-sydney-tools__card {
    background-color: #FFFFFF;
    border: 1px solid #282C3A;
    border-radius: 15px;
    padding: 25px 30px;
    width: calc(33.333% - 28px);
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.termite-sydney-tools__icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.termite-sydney-tools__label {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: normal;
    margin: 0;
}

/* Signs Cards (numbered 1-4) */
.termite-sydney-signs {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 50px 0;
}

.termite-sydney-signs__card {
    background-color: #FFFFFF;
    border: 1px solid #282C3A;
    border-radius: 15px;
    padding: 25px 30px 35px 30px;
    display: flex;
    align-items: flex-end;
    gap: 22px;
}

.termite-sydney-signs__number {
    color: #BE1E2D;
    font-size: 93px;
    font-weight: 800;
    font-family: 'Quatro', sans-serif;
    line-height: normal;
    margin: 0;
    min-width: 62px;
    flex-shrink: 0;
}

.termite-sydney-signs__text {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

/* Dark CTA Cards (at bottom) */
.termite-sydney-dark-cards {
    display: flex;
    gap: 18px;
    margin: 50px 0;
}

.termite-sydney-dark-card {
    background-color: #282C3A;
    border: 1px solid #A91B28;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.termite-sydney-dark-card--small {
    width: 382px;
    min-height: 260px;
}

.termite-sydney-dark-card--large {
    flex: 1;
}

.termite-sydney-dark-card__title {
    color: #BE1E2D;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Quatro', sans-serif;
    font-style: italic;
    line-height: normal;
    margin: 0;
}

.termite-sydney-dark-card__title--white {
    color: #FFFFFF;
}

.termite-sydney-dark-card__text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.6;
    margin: 0;
}

.termite-sydney-dark-card__text--highlight {
    color: #BE1E2D;
    font-weight: 700;
}

/* Termite vs Ant Static Section */
.termite-vs-ant {
    width: 100%;
    background-color: #BE1E2D;
    padding: 93px 0;
}

.termite-vs-ant__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.termite-vs-ant__title {
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Quatro', sans-serif;
    font-style: italic;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.termite-vs-ant__title span {
    color: #FFFFFF;
}

.termite-vs-ant__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1178px;
}

@media (max-width: 1199.98px) {
    .termite-vs-ant {
        padding: 80px 0;
    }

    .termite-vs-ant__title {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .hero-text-rating-section{
        max-width: 100%;
        margin-bottom: 50px;
    }
    .termite-vs-ant {
        padding: 60px 0;
    }

    .termite-vs-ant__title {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .termite-vs-ant {
        padding: 50px 0;
    }

    .termite-vs-ant__title {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .termite-vs-ant {
        padding: 40px 0;
    }

    .termite-vs-ant__title {
        font-size: 24px;
    }
}

/* Comparison list in dark card */
.termite-sydney-comparison {
    display: flex;
    flex-direction: column;
}

.termite-sydney-comparison__item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.termite-sydney-comparison__label {
    display: flex;
    justify-content: space-between;
    width: 89px;
    color: #BE1E2D;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.6;
    flex-shrink: 0;
}

.termite-sydney-comparison__value {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   OTHER PEST CONTROL SERVICES SECTION
   ========================================================================== */

.termite-services {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.termite-services__container {
    display: flex;
    flex-direction: column;
}

.termite-services__title,
.termite-services__steps-title {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Quatro', sans-serif;
    font-style: italic;
    line-height: normal;
    margin: 0 0 25px 0;
}

.termite-services__description {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.6;
    margin: 0 0 50px 0;
}

.termite-services__steps-description {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.6;
    margin: 0 0 50px 0;
}

.termite-services__highlight {
    color: #BE1E2D;
    font-weight: 700;
}

/* Services Grid */
.termite-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin: 0 0 80px 0;
}

.termite-services__card {
    background-color: #FFFFFF;
    border: 1px solid #282C3A;
    border-radius: 15px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.termite-services__icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.termite-services__label {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: normal;
    margin: 0;
}

.termite-services__label:hover {
    text-decoration: none;
}

/* 4-Step Process */
.termite-services__steps {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 0 0 80px 0;
}

.termite-services__step {
    background-color: #FFFFFF;
    border: 1px solid #282C3A;
    border-radius: 15px;
    padding: 23px 30px 33px 30px;
    display: flex;
    gap: 22px;
    align-items: flex-end;
}

.termite-services__step-number {
    color: #BE1E2D;
    font-size: 93px;
    font-weight: 800;
    font-family: 'Quatro', sans-serif;
    line-height: 0.85;
    margin: -4px 0 0 0;
    width: 62px;
    flex-shrink: 0;
}

.termite-services__step-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.termite-services__step-title {
    color: #BE1E2D;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: normal;
    margin: 0;
}

.termite-services__step-text {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */

.termite-services__cta {
    background-color: #282C3A;
    border: 1px solid #A91B28;
    border-radius: 15px;
    display: flex;
    align-items: stretch;
    min-height: 395px;
    overflow: hidden;
}

.termite-services__cta-content {
    padding: 62px 60px 64px 65px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 690px;
}

.termite-services__cta-title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Quatro', sans-serif;
    font-style: italic;
    line-height: 1.1;
    margin: 0;
}

.termite-services__cta-title span {
    color: #BE1E2D;
}



.termite-services__cta-text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.6;
    margin: 0;
    max-width: 621px;
}

.termite-services__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    background-color: #BE1E2D;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    width: fit-content;
    transition: background-color 0.3s ease;
}

.termite-services__cta-button:hover {
    background-color: #A91B28;
}

.termite-services__cta-image {
    position: relative;
    width: 491px;
    flex-shrink: 0;
    overflow: hidden;
}

.termite-services__cta-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.termite-services__cta-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(40,44,58,1) 0%, rgba(40,44,58,0.62) 53%, rgba(40,44,58,0) 100%);
}

/* ==========================================================================
   TERMITE CONTROL SYDNEY - RESPONSIVE
   ========================================================================== */

@media (max-width: 1199.98px) {
    .termite-sydney-content__image {
        width: 500px;
        height: 270px;
    }

    .termite-sydney-tools__card {
        width: calc(50% - 21px);
        min-width: 280px;
    }

    .termite-sydney-tools__label {
        font-size: 22px;
    }

    .termite-sydney-signs__number {
        font-size: 80px;
    }

    /* Termite Services Responsive */
    .termite-services {
        padding: 80px 0;
    }

    .termite-services__cta-content {
        padding: 60px 30px;
    }
}

@media (max-width: 991.98px) {
    .termite-sydney-content__two-col {
        flex-direction: column;
        gap: 30px;
    }

    .termite-sydney-content__image {
        width: 100%;
        height: auto;
        max-height: 350px;
    }

    .hero-rating-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-rating-section .rating-box {
        min-width: auto;
        width: 100%;
        max-width: 320px;
    }

    .hero-rating-section .pest-images {
        width: 100%;
    }

    .termite-sydney-tools {
        gap: 30px;
    }

    .termite-sydney-tools__card {
        width: 100%;
        min-width: auto;
    }

    .termite-sydney-tools__label {
        font-size: 20px;
    }

    .termite-sydney-signs__number {
        font-size: 70px;
    }

    .termite-sydney-signs__text {
        font-size: 16px;
    }

    .termite-sydney-dark-cards {
        flex-direction: column;
    }

    .termite-sydney-dark-card--small {
        width: 100%;
    }

    /* Termite Services Responsive */
    .termite-services {
        padding: 60px 0;
    }


    .termite-services__steps {
        gap: 30px;
    }

    .termite-services__step-number {
        font-size: 70px;
    }

    .termite-services__cta {
        flex-direction: column;
    }

    .termite-services__cta-image img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .termite-sydney-content__two-col {
        gap: 25px;
    }

    .hero-rating-section {
        gap: 24px;
    }

    .hero-paragraph {
        font-size: 16px;
        text-align: center;
    }

    .hero-rating-section .rating-box {
        max-width: 280px;
    }

    .termite-sydney-content__image {
        width: 100%;
        height: auto;
        max-height: 300px;
    }

    .termite-sydney-tools {
        gap: 20px;
    }

    .termite-sydney-tools__card {
        padding: 20px 25px;
        gap: 20px;
    }

    .termite-sydney-tools__icon {
        width: 38px;
        height: 38px;
    }

    .termite-sydney-tools__label {
        font-size: 18px;
    }

    .termite-sydney-signs {
        gap: 30px;
    }

    .termite-sydney-signs__card {
        padding: 20px 25px 30px 25px;
        gap: 18px;
    }

    .termite-sydney-signs__number {
        font-size: 60px;
        min-width: 50px;
    }

    .termite-sydney-signs__text {
        font-size: 15px;
    }

    .termite-sydney-dark-card {
        padding: 25px;
        gap: 30px;
    }

    .termite-sydney-dark-card__title {
        font-size: 28px;
    }

    .termite-sydney-dark-card__text {
        font-size: 16px;
    }

    .termite-sydney-comparison {
        gap: 20px;
    }

    .termite-sydney-comparison__label {
        font-size: 16px;
        width: 75px;
    }

    .termite-sydney-comparison__value {
        font-size: 16px;
    }

    .termite-services__cta-image{
        display:none;
    }

    /* Termite Services Responsive */
    .termite-services {
        padding: 50px 0;
    }

    .termite-services__title,
    .termite-services__steps-title {
        font-size: 28px;
    }

    .termite-services__card {
        width: 100%;
        padding: 20px 24px;
    }

    .termite-services__label {
        font-size: 20px;
    }

    .termite-services__step-number {
        font-size: 60px;
        width: 55px;
    }

    .termite-services__step-title {
        font-size: 22px;
    }

    .termite-services__step-text {
        font-size: 16px;
    }

    .termite-services__cta-content {
        padding: 40px 25px;
    }

    .termite-services__cta-title {
        font-size: 36px;
    }
}

@media (max-width: 575.98px) {
    .termite-sydney-content__two-col {
        gap: 20px;
    }

    .termite-sydney-tools {
        gap: 15px;
    }

    .termite-sydney-tools__card {
        padding: 18px 20px;
        gap: 18px;
    }

    .termite-sydney-tools__icon {
        width: 35px;
        height: 35px;
    }

    .termite-sydney-tools__label {
        font-size: 16px;
    }

    .termite-sydney-signs {
        gap: 25px;
    }

    .termite-sydney-signs__card {
        padding: 18px 20px 25px 20px;
        gap: 15px;
    }

    .termite-sydney-signs__number {
        font-size: 50px;
        min-width: 45px;
    }

    .termite-sydney-signs__text {
        font-size: 14px;
    }

    .termite-sydney-dark-cards {
        gap: 15px;
    }

    .termite-sydney-dark-card {
        padding: 20px;
        gap: 25px;
    }

    .termite-sydney-dark-card__title {
        font-size: 24px;
    }

    .termite-sydney-dark-card__text {
        font-size: 15px;
    }

    .termite-sydney-comparison {
        gap: 18px;
    }

    .termite-sydney-comparison__label {
        font-size: 15px;
        width: 70px;
    }

    .termite-sydney-comparison__value {
        font-size: 15px;
    }

    /* Termite Services Responsive */
    .termite-services {
        padding: 40px 0;
    }

    .termite-services__title,
    .termite-services__steps-title {
        font-size: 24px;
    }

    .termite-services__description,
    .termite-services__steps-description,
    .termite-services__step-text {
        font-size: 16px;
    }

    .termite-services__card {
        width: 100%;
        padding: 18px 20px;
        gap: 20px;
    }

    .termite-services__icon {
        width: 40px;
        height: 40px;
    }

    .termite-services__label {
        font-size: 18px;
    }

    .termite-services__steps {
        gap: 25px;
    }

    .termite-services__step {
        padding: 20px 25px 30px 25px;
        gap: 18px;
    }

    .termite-services__step-number {
        font-size: 50px;
        width: 50px;
    }

    .termite-services__step-title {
        font-size: 20px;
    }

    .termite-services__step-text {
        font-size: 15px;
    }

    .termite-services__cta-content {
        padding: 35px 20px;
    }

    .termite-services__cta-title {
        font-size: 32px;
    }

    .termite-services__cta-text {
        font-size: 16px;
    }

    .termite-services__cta-button {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   Pest Services Grid Section
   ============================================ */

.pest-services-grid {
    position: relative;
    background-color: #FFFFFF;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
    padding: 117px 0 80px 0;
}

.pest-services-grid__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 0;
    bottom: 0;
}

.pest-services-grid__background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 50%;
    pointer-events: none;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.pest-services-grid__container {
    position: relative;
    z-index: 1;
}

.pest-services-grid__content {
    width: 100%;
    max-width: 709px;
    display: flex;
    flex-direction: column;
    gap: 39px;
}

.pest-services-grid__title {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Quatro', sans-serif;
    font-style: italic;
    line-height: 1.2;
    margin: 0;
    width: 100%;
}

.pest-services-grid__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 683px;
}

.pest-services-grid__card {
    background-color: #FFFFFF;
    border: 0.941px solid #A91B28;
    border-radius: 14.115px;
    width: calc(50% - 7.5px);
    max-width: 332.91px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 28.229px;
    overflow: hidden;
}

.pest-services-grid__card-image {
    width: 127px;
    height: 107px;
    flex-shrink: 0;
    object-fit: contain;
}

.pest-services-grid__card-label {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Quatro', sans-serif;
    font-style: italic;
    line-height: normal;
    margin: 0;
    flex: 1;
}

/* Responsive Styles */
@media (max-width: 1400px) {
    .pest-services-grid {
        padding: 80px 0;
    }
    
    .pest-services-grid__background-image {
        object-position: 60% 50%;
    }
}

@media (max-width: 1200px) {
    .pest-services-grid {
        padding: 70px 0;
        min-height: auto;
    }
    
    .pest-services-grid__background-image {
        opacity: 0.4;
        object-position: 50% 50%;
        min-width: 100%;
        min-height: 100%;
    }
    
    .pest-services-grid__content {
        max-width: 100%;
    }
    
    .pest-services-grid__cards {
        max-width: 100%;
        justify-content: center;
    }
    
    .pest-services-grid__card {
        width: calc(50% - 7.5px);
        max-width: 400px;
    }
    .termite-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .pest-services-grid {
        padding: 60px 0;
    }
    
    .pest-services-grid__background-image {
        object-position: 50% 50%;
    }

    .pest-services-grid__title {
        font-size: 28px;
        text-align: center;
    }
    
    .pest-services-grid__cards {
        flex-direction: column;
        align-items: center;
    }
    
    .pest-services-grid__card {
        width: 100%;
        max-width: 450px;
        padding-right: 20px;
    }
    
    .pest-services-grid__card-label {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .pest-services-grid {
        padding: 50px 0;
    }
    
    .pest-services-grid__background-image {
        object-position: 50% 50%;
    }

    .pest-services-grid__title {
        font-size: 24px;
    }
    
    .pest-services-grid__card {
        max-width: 100%;
        padding-right: 15px;
        gap: 12px;
    }
    
    .pest-services-grid__card-image {
        width: 100px;
        height: 85px;
    }
    
    .pest-services-grid__card-label {
        font-size: 18px;
    }
    .termite-services__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* ============================================
   Why Choose Us Section
   ============================================ */

.why-choose-us {
    background-color: #282C3A;
    padding: 100px 0;
}

.why-choose-us__title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Quatro', sans-serif;
    font-style: italic;
    line-height: normal;
    text-align: center;
    margin: 0 0 50px 0;
}

.why-choose-us__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    justify-items: center;
    max-width: 1186px;
    margin: 0 auto 50px auto;
}

.why-choose-us__card {
    background-color: #282C3A;
    border: 1px solid #A91B28;
    border-radius: 15px;
    width: 100%;
    max-width: 382px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    overflow: hidden;
}

.why-choose-us__card-image {
    width: 124px;
    height: 124px;
    flex-shrink: 0;
    object-fit: cover;
}

.why-choose-us__card-text {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Quatro', sans-serif;
    font-style: italic;
    line-height: normal;
    margin: 0;
    width: 228px;
    flex-shrink: 0;
}

.why-choose-us__cta {
    display: flex;
    justify-content: center;
}

.why-choose-us__cta-button {
    background-color: #BE1E2D;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    text-decoration: none;
    padding: 15px 50px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.why-choose-us__cta-button:hover {
    background-color: #A91B28;
    color:#FFFFFF;
    text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .why-choose-us {
        padding: 80px 0;
    }
    
    .why-choose-us__grid {
        max-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .why-choose-us__card {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 900px) {
    .why-choose-us {
        padding: 70px 0;
    }
    
    .why-choose-us__title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .why-choose-us__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .why-choose-us__card {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 600px) {
    .why-choose-us {
        padding: 60px 0;
    }
    
    .why-choose-us__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .why-choose-us__grid {
        gap: 15px;
        margin-bottom: 40px;
    }
    
    .why-choose-us__card {
        max-width: 100%;
        padding-right: 20px;
        gap: 15px;
    }
    
    .why-choose-us__card-image {
        width: 100px;
        height: 100px;
    }
    
    .why-choose-us__card-text {
        font-size: 18px;
        width: auto;
        flex: 1;
    }
    
    .why-choose-us__cta-button {
        font-size: 16px;
        padding: 12px 40px;
        width: 100%;
        max-width: 350px;
    }
}

.pest-safety {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.pest-safety__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.pest-safety__title {
    color: #BE1E2D;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Quatro', sans-serif;
    font-style: italic;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.pest-safety__description {
    color: #000000;
    font-size: 18px;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 1.6;
    text-align: center;
    max-width: 100%;
    margin: 0;
}

.pest-safety__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    max-width: 100%;
}

.pest-safety__logo {
    width: 150px;
    height: 115px;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .pest-safety {
        padding: 80px 0;
    }
}

@media (max-width: 900px) {
    .pest-safety {
        padding: 60px 0;
    }
    
    .pest-safety__title {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .pest-safety {
        padding: 50px 0;
    }
    
    .pest-safety__title {
        font-size: 24px;
    }
    
    .pest-safety__description {
        font-size: 16px;
    }
    
    .pest-safety__logos {
        justify-content: center;
    }
    
    .pest-safety__logo {
        width: 120px;
        height: 110px;
    }
}

