/* Service Appliance Installation Page Styles */
.wave {
    display: none;
}
.mt-n10rem {
    margin-top: 0;
}
.inner-servpage-wrap .bannerpage .bannner-wrap .btxt .dtext {
    width: 100%;
}

/* Why Trust Section */
.why-trust-section {
    background-color: #f7fafc;
    padding: 6rem 0;
    position: relative;
}
.why-trust-section .why-trust-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
.why-trust-section .why-trust-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}
.why-trust-section .why-trust-left-column {
    padding-right: 2rem;
}
.why-trust-section .why-trust-right-column {
    padding-left: 2rem;
}
.why-trust-section h2 {
    color: #000;
    font-family: "Gotham";
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.why-trust-section h2 strong {
    color: #00B7DF;
}
.why-trust-section .why-trust-text p {
    font-family: "Gotham Book";
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.why-trust-section .why-trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.why-trust-section .why-trust-list li {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    position: relative;
    border: 2px solid #000;
}
.why-trust-section .why-trust-list li::before {
    content: '✓';
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 26px;
    height: 26px;
    background: #00B7DF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}
.why-trust-section .why-trust-list li strong {
    font-family: "Gotham";
    font-size: 22px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 0.5rem;
    padding-right: 2rem;
}
.why-trust-section .why-trust-list li span {
    font-family: "Gotham Book";
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    display: block;
}

/* When Do You Need Section */
.when-need-section {
    background-color: #fff;
    padding: 6rem 0;
}
.when-need-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}
.when-need-content h2 {
    font-family: "Gotham";
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 2rem;
}
.when-need-content h2 strong {
    color: #00B7DF;
}
.when-need-content .when-need-intro-text p {
    font-family: "Gotham Book";
    font-size: 20px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 3rem auto;
}
.when-need-section .when-need-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}
.when-need-section .when-need-item {
    background: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    text-align: left;
    transition: all 0.3s ease;
}
.when-need-section .when-need-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 183, 223, 0.2);
}
.when-need-section .when-need-icon {
    font-size: 2.2rem;
    color: #00B7DF;
}
.when-need-section .when-need-item-content strong {
    font-family: "Gotham";
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
}
.when-need-section .when-need-item-content span {
    font-family: "Gotham Book";
    font-size: 16px;
    color: #666;
}
.when-need-content .when-need-closing-text p {
    font-family: "Gotham Book";
    font-size: 20px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Appliance Services Section */
.appliance-services-section {
    padding: 80px 0;
    background-color: #00b7df;
}
.appliance-services-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #fff;
}
.appliance-services-content h2 strong {
    color: #000;
}
.appliance-services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.appliance-services-section .service-item {
    background: white;
    padding: 30px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.appliance-services-section .service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.appliance-services-section .service-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.3;
}
.appliance-services-section .service-item h3 a {
    color: #000;
    text-decoration: none;
    font-family: 'Gotham Bold', sans-serif;
    transition: color 0.3s ease;
}
.appliance-services-section .service-item h3 a:hover {
    color: #00b7df;
}
.appliance-services-section .service-item p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

/* Transparent Pricing Section */
.transparent-pricing-section {
    padding: 80px 0;
    background-color: #000;
    color: white;
}
.pricing-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.pricing-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: white;
    margin-bottom: 30px;
    line-height: 1.2;
}
.pricing-content h2 strong {
    color: #00b7df;
}
.pricing-content p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 20px;
    color: #e2e8f0;
    line-height: 1.6;
    margin: 0;
}
.pricing-content a {
    color: #00b7df;
}
.pricing-ctas {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.pricing-ctas a.first {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}
.pricing-ctas .color-black {
    color: #000 !important;
}

/* Install Process Section */
.install-process-section {
    padding: 80px 0;
    background-color: #fff;
}
.install-process-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}
.install-process-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: #000;
    margin-bottom: 50px;
}
.install-process-content h2 strong {
    color: #00b7df;
}
.install-process-section .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.install-process-section .process-step {
    background: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
}
.install-process-section .process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 183, 223, 0.2);
}
.install-process-section .step-number {
    width: 50px;
    height: 50px;
    background: #00b7df;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin: 0 auto 20px auto;
}
.install-process-section .process-step h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.install-process-section .process-step p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

/* Expert Installation Section */
.expert-installation-section {
    background-color: #00b7df;
    padding: 60px 0;
    color: white;
}
.expert-installation-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}
.expert-installation-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 36px;
    margin-bottom: 25px;
}
.expert-installation-content h2 strong {
    color: #000;
}
.expert-installation-content p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Customer Testimonials Section */
.customer-testimonials-section {
    background-color: black;
    padding: 80px 0;
    color: white;
}
.testimonials-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
}
.testimonials-content h2 strong {
    color: #00b7df;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.testimonial-item {
    background-color: white;
    color: black;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.testimonial-icon {
    position: absolute;
    top: -15px;
    left: 30px;
    background-color: #00b7df;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.testimonial-item p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 20px;
}
.testimonial-author {
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    color: #00b7df;
    font-weight: 600;
}

/* Appliance CTA Section */
.appliance-cta-section {
    padding: 80px 0;
}
.appliance-cta-content {
    text-align: center;
}
.appliance-cta-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    margin-bottom: 30px;
}
.appliance-cta-content h2 strong {
    color: #00b7df;
}
.appliance-cta-content p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* FAQ Section */
.faq-section {
    background-color: #fff;
    border: 2px solid black;
    padding: 80px 0;
}
.faq-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
}
.faq-content h2 strong {
    color: #00b7df;
}
.faq-list {
    max-width: 900px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 20px;
    border: 2px solid black;
    border-radius: 10px;
    overflow: hidden;
}
.faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 30px;
    cursor: pointer;
}
.faq-question i {
    color: #00b7df;
    font-size: 20px;
}
.faq-question h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    margin: 0;
}
.faq-answer {
    padding: 0 30px 25px 65px;
}
.faq-answer p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    h2, .h2 {
        font-size: 32px !important;
    }
    .why-trust-section,
    .when-need-section,
    .appliance-services-section,
    .transparent-pricing-section,
    .install-process-section,
    .expert-installation-section,
    .customer-testimonials-section,
    .appliance-cta-section,
    .faq-section {
        padding: 60px 0;
    }
    .why-trust-section .why-trust-two-columns,
    .when-need-section .when-need-grid,
    .appliance-services-section .services-grid,
    .install-process-section .process-steps,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    .why-trust-section .why-trust-left-column,
    .why-trust-section .why-trust-right-column {
        padding: 0;
    }
    .install-process-section .process-steps,
    .testimonials-grid {
        gap: 30px;
    }
     .faq-list {
        padding: 0 20px;
    }
    .faq-question {
        padding: 20px;
    }
    .faq-question h3 {
        font-size: 18px;
    }
    .faq-answer {
        padding: 0 20px 20px 20px;
    }
    .faq-answer p {
        font-size: 16px;
    }
    .pricing-ctas {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
}
