/**
 * Plumbing Services Section Styles
 */

/* ========================================
   SECTION WRAPPER
   ======================================== */
.plumbing-services-wrap {
    width: 100%;
    height: fit-content;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0.5rem;
}

.plumbing-services {
    width: 100%;
    height: fit-content;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.plumbing-services .page-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

/* ========================================
   SECTION HEADER
   ======================================== */
.plumbing-services__header-wrap {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

.plumbing-services__header {
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .plumbing-services__header {
        margin-bottom: 3rem;
    }
    .plumbing-services__header-wrap {
        padding-top: 4rem;
        padding-bottom: 2.5rem;
    }
}

.plumbing-services__subtitle {
    font-family: 'Brush Script MT', 'brushes', cursive;
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    color: #1b74ba;
    margin-bottom: 1rem;
    display: block;
}

@media (min-width: 1024px) {
    .plumbing-services__subtitle {
        font-size: 64px;
    }
}

.plumbing-services__title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #0c1a20;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .plumbing-services__title {
        font-size: 45px;
    }
}

@media (min-width: 1280px) {
    .plumbing-services__title {
        font-size: 64px;
    }
}

.plumbing-services__description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: rgb(15 32 39 / var(--tw-text-opacity));
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .plumbing-services__description {
        font-size: 18px;
    }
}

/* ========================================
   SERVICES GRID
   ======================================== */
.plumbing-services__grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .plumbing-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .plumbing-services__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ========================================
   SERVICE CARD
   ======================================== */
.plumbing-services__card {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 30px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.plumbing-services__card:hover {
    border-color: #26a9e0;
}

@media (max-width: 767px) {
    .plumbing-services__card {
        padding: 1.25rem;
    }
}

/* Service Badge */
.plumbing-services__badge {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c73ba;
    border-radius: 50%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .plumbing-services__badge {
        margin-left: 0;
        margin-right: 0;
    }
}

.plumbing-services__badge--emergency {
    background-color: #26a9e0;
}

.plumbing-services__badge-number {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #f5f5f5;
}

/* Service Content */
.plumbing-services__card-content {
    text-align: center;
}

@media (min-width: 1024px) {
    .plumbing-services__card-content {
        text-align: left;
    }
}

.plumbing-services__card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #0c1a20;
    margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
    .plumbing-services__card-title {
        font-size: 22px;
    }
}

.plumbing-services__card-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #0f2027;
    margin: 0;
}

@media (min-width: 1024px) {
    .plumbing-services__card-text {
        font-size: 15px;
    }
}

/* ========================================
   CTA BUTTON
   ======================================== */
.plumbing-services__cta-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

.plumbing-services__cta-btn {
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ff2b2b;
    color: #f5f5f5;
    border-radius: 20px;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #ff2b2b;
}

.plumbing-services__cta-btn:hover {
    color: #fff;
}

.plumbing-services__cta-btn:focus-visible {
    outline: 3px solid #f5f5f5;
    outline-offset: 3px;
}

.plumbing-services__cta-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

@media (min-width: 768px) {
    .plumbing-services__cta-text {
        font-size: 24px;
    }
}

.plumbing-services__cta-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* ========================================
   BACKGROUND
   ======================================== */
.plumbing-services__background {
    border-radius: 30px;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.plumbing-services__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.plumbing-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
}

/* ========================================
   TYPES OF PLUMBING SYSTEMS WE REPAIR
   ======================================== */
.repair-systems-wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 1rem;
    margin-top: 0.5rem;
}

.repair-systems {
    width: 100%;
    border-radius: 30px;
    background-color: #0c1a20;
    overflow: hidden;
}

.repair-systems .page-container {
    width: 100%;
}

.repair-systems__content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 4rem 1.5rem;
}

@media (min-width: 1024px) {
    .repair-systems__content {
        flex-direction: row;
        gap: 6rem;
        padding: 6rem 3rem;
        align-items: flex-start;
    }
}

/* Header Column */
.repair-systems__header {
    flex: 0 0 auto;
}

@media (min-width: 1024px) {
    .repair-systems__header {
        flex: 0 0 340px;
        position: sticky;
        top: 2rem;
    }
}

.repair-systems__subtitle {
    font-family: 'Brush Script MT', 'brushes', cursive;
    font-size: 40px;
    line-height: 1;
    color: #26a9e0;
    display: block;
    margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
    .repair-systems__subtitle {
        font-size: 52px;
    }
}

.repair-systems__title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    color: #f5f5f5;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .repair-systems__title {
        font-size: 38px;
    }
}

@media (min-width: 1280px) {
    .repair-systems__title {
        font-size: 44px;
    }
}

.repair-systems__description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #f5f5f5;
    opacity: 0.9;
}

/* List Column */
.repair-systems__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.repair-systems__item {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #1c73ba;
}

@media (max-width: 639px) {
    .repair-systems__item {
        flex-direction: column;
        gap: 1rem;
    }
}

.repair-systems__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 12px;
}

.repair-systems__icon i {
    font-size: 24px;
    color: #26a9e0;
}

.repair-systems__item-content {
    flex: 1;
}

.repair-systems__item-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0c1a20;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .repair-systems__item-title {
        font-size: 22px;
    }
}

.repair-systems__item-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #0f2027;
    margin: 0;
}

/* ========================================
   EMERGENCY PLUMBING SERVICES
   ======================================== */
.emergency-plumbing-wrap {
    width: 100%;
    max-width: 1920px;
    margin: 4rem auto;
    padding: 0 1rem;
}

.emergency-plumbing {
    width: 100%;
    border-radius: 30px;
    background-color: #ffffff;
    overflow: hidden;
}

.emergency-plumbing .page-container {
    width: 100%;
}

.emergency-plumbing__content {
    padding: 4rem 1.5rem;
}

@media (min-width: 1024px) {
    .emergency-plumbing__content {
        padding: 6rem 3rem;
    }
}

/* Header */
.emergency-plumbing__header {
    text-align: center;
    margin-bottom: 3rem;
}

.emergency-plumbing__subtitle {
    font-family: 'Brush Script MT', 'brushes', cursive;
    font-size: 40px;
    line-height: 1;
    color: #ff2b2b;
    display: block;
    margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
    .emergency-plumbing__subtitle {
        font-size: 52px;
    }
}

.emergency-plumbing__title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    color: #0c1a20;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .emergency-plumbing__title {
        font-size: 38px;
    }
}

@media (min-width: 1280px) {
    .emergency-plumbing__title {
        font-size: 48px;
    }
}

.emergency-plumbing__intro {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #0f2027;
    max-width: 900px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .emergency-plumbing__intro {
        font-size: 18px;
    }
}

/* Two Columns */
.emergency-plumbing__columns {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .emergency-plumbing__columns {
        flex-direction: row;
        gap: 2.5rem;
    }
}

.emergency-plumbing__col {
    flex: 1;
}

.emergency-plumbing__col--highlight {
    padding: 0 4rem;
}

.emergency-plumbing__col-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0c1a20;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .emergency-plumbing__col-title {
        font-size: 28px;
    }
}

.emergency-plumbing__col-intro {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #0f2027;
    margin-bottom: 1.5rem;
}

.emergency-plumbing__col-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #0f2027;
    margin-bottom: 1rem;
}

.emergency-plumbing__col-text:last-of-type {
    margin-bottom: 1.5rem;
}

/* Steps */
.emergency-plumbing__steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.emergency-plumbing__step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    background-color: #f5f5f5;
    border-radius: 16px;
}

.emergency-plumbing__step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c73ba;
    color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
}

.emergency-plumbing__step-content {
    flex: 1;
}

.emergency-plumbing__step-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0c1a20;
    margin-bottom: 0.25rem;
}

.emergency-plumbing__step-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #0f2027;
    margin: 0;
}

/* CTA Button */
.emergency-plumbing__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #ff2b2b;
    color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 20px;
    text-decoration: none;
    transition: filter 0.3s ease;
}

.emergency-plumbing__cta:hover {
    filter: brightness(0.95);
}

.emergency-plumbing__cta i {
    font-size: 20px;
}

/* ========================================
   WHY CHOOSE PLUMBCHOICE
   ======================================== */
.why-choose-wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 1rem;
    margin-bottom: 4rem;
}

.why-choose {
    width: 100%;
    border-radius: 30px;
    background: linear-gradient(135deg, #1c73ba 0%, #26a9e0 100%);
    overflow: hidden;
}

.why-choose .page-container {
    width: 100%;
}

.why-choose__content {
    padding: 4rem 1.5rem;
}

@media (min-width: 1024px) {
    .why-choose__content {
        padding: 6rem 3rem;
    }
}

/* Header */
.why-choose__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.why-choose__subtitle {
    font-family: 'Brush Script MT', 'brushes', cursive;
    font-size: 40px;
    line-height: 1;
    color: #ffffff77;
    display: block;
    margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
    .why-choose__subtitle {
        font-size: 52px;
    }
}

.why-choose__title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    color: #f5f5f5;
}

@media (min-width: 768px) {
    .why-choose__title {
        font-size: 38px;
    }
}

@media (min-width: 1280px) {
    .why-choose__title {
        font-size: 48px;
    }
}

/* Features Grid */
.why-choose__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .why-choose__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .why-choose__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Feature Item */
.why-choose__item {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background-color: #f5f5f5;
    border-radius: 20px;
    align-items: flex-start;
}

.why-choose__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c73ba;
    border-radius: 12px;
}

.why-choose__icon i {
    font-size: 22px;
    color: #f5f5f5;
}

.why-choose__item-content {
    flex: 1;
}

.why-choose__item-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0c1a20;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .why-choose__item-title {
        font-size: 20px;
    }
}

.why-choose__item-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #0f2027;
    margin: 0;
}

@media (min-width: 768px) {
    .why-choose__item-text {
        font-size: 15px;
    }
}

/* ========================================
   CONTACT US CTA
   ======================================== */
.contact-cta-wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 1rem;
    margin-top: 0.5rem;
    margin-bottom: 5rem;
}

.contact-cta {
    width: 100%;
    border-radius: 30px;
    background-color: #0c1a20;
    overflow: hidden;
}

.contact-cta .page-container {
    width: 100%;
}

.contact-cta__content {
    padding: 4rem 1.5rem;
    text-align: center;
}

@media (min-width: 1024px) {
    .contact-cta__content {
        padding: 4rem 3rem;
    }
}

.contact-cta__title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    color: #f5f5f5;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .contact-cta__title {
        font-size: 44px;
    }
}

@media (min-width: 1280px) {
    .contact-cta__title {
        font-size: 52px;
    }
}

.contact-cta__text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #f5f5f5;
    max-width: 700px;
    margin: 0 auto 2rem;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .contact-cta__text {
        font-size: 18px;
    }
}

.contact-cta__buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .contact-cta__buttons {
        flex-direction: row;
    }
}

.contact-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 20px;
    text-decoration: none;
    transition: filter 0.3s ease;
}

@media (min-width: 768px) {
    .contact-cta__btn {
        font-size: 20px;
        padding: 1.1rem 2.5rem;
    }
}

.contact-cta__btn:hover {
    color: #fff;
}

.contact-cta__btn--phone {
    background-color: #ff2b2b;
    color: #f5f5f5;
}

.contact-cta__btn--form {
    background-color: #26a9e0;
    color: #f5f5f5;
}

.contact-cta__btn i {
    font-size: 20px;
}
