/* Service Blocked Drains Page Styles */
.wave{
    /*display: none;*/
}
.mt-n10rem{
    /*margin-top: 0;*/
}
.bgimgwrap {
    margin-top: 0;
}
.bannerpage .bannner-wrap .banntxt {
    width: 71rem;
}
.inner-servpage-wrap .bannerpage .bannner-wrap .btxt .dtext {
    width: 100%;
}
.hservices-wrap {
    margin-top: 0;
}
.hservices-wrap .hservices {
    background-color: #00B7DF;
}
.hservices-wrap .hservices .text {
    width: 60rem;
    margin: 0 auto;
}
.homepgm .pgmsign {
    background-color: #ffffff;
}
.homepgm .pgmsign .list {
    width: auto;
    flex-wrap: wrap;
    margin: 2rem auto 4rem;
    
}
.homepgm .pgmsign .color-white {
    color: #000;
}

.inner-servpage-wrap .homepgm .pgmsign .list .dblockn {
    flex: 0 23.5%;
}

/* Why Choose Blocked Section Styling */
.why-choose-blocked-section {
    background-color: #f7fafc;
    padding: 6rem 0;
    position: relative;
}

.why-choose-blocked-section .why-choose-content {
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 0 1rem;
}

/* Two Column Layout */
.why-choose-blocked-section .why-choose-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.why-choose-blocked-section .why-choose-left-column {
    padding-right: 2rem;
}

.why-choose-blocked-section .why-choose-right-column {
    padding-left: 2rem;
}

.why-choose-blocked-section h2 {
    color: #000;
    font-family: "Gotham";
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.why-choose-blocked-section h2 strong {
    color: #00B7DF;
}

.why-choose-blocked-section .why-choose-text p {
    font-family: "Gotham Book";
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.why-choose-blocked-section .why-choose-text a {
    color: #00B7DF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.why-choose-blocked-section .why-choose-text a:hover {
    color: #F45421;
    text-decoration: underline;
}

.why-choose-blocked-section .why-choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.why-choose-blocked-section .why-choose-list li {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    position: relative;
    border: 2px solid #000;
}

.why-choose-blocked-section .why-choose-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-choose-blocked-section .why-choose-list li strong {
    font-family: "Gotham";
    font-size: 22px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 0.5rem;
    padding-right: 2rem;
}

.why-choose-blocked-section .why-choose-list li span {
    font-family: "Gotham Book";
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    display: block;
}

/* Signs of Blocked Drains Section */
.signs-blocked-section {
    background-color: #fff;
    padding: 6rem 0;
    position: relative;
}

.signs-blocked-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.signs-blocked-content h2 {
    color: #000;
    font-family: "Gotham";
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center;
}

.signs-blocked-content h2 strong {
    color: #00B7DF;
}

.signs-intro-text {
    text-align: center;
    margin-bottom: 3rem;
}

.signs-intro-text p {
    font-family: "Gotham Book";
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.signs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.sign-item {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    border: 2px solid #000;
    transition: all 0.3s ease;
    gap: 1.5rem;
}

.sign-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 183, 223, 0.2);
}

.sign-icon {
    font-size: 2.2rem;
    color: #00B7DF;
    flex-shrink: 0;
    margin-bottom: 1rem;
}

.sign-content {
    flex: 1;
}

.sign-item strong,
.sign-item h3{
    font-family: "Gotham";
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.sign-item p {
    font-family: "Gotham Book";
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.signs-closing-text {
    text-align: center;
}

.signs-closing-text p {
    font-family: "Gotham Book";
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.signs-closing-text strong {
    color: #00B7DF;
    font-weight: 700;
}

/* Drain Services Section */
.drain-services-section {
    padding: 80px 0;
    background-color: #00b7df;
}

.drain-services-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.drain-services-content > p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 20px;
    color: rgba(255,255,255,.9);
    text-align: center;
    margin-bottom: 50px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.drain-services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.drain-services-section .service-item {
    background: white;
    padding: 30px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.drain-services-section .service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.drain-services-section .service-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.3;
}

.drain-services-section .service-item h3 a {
    color: #000;
    text-decoration: none;
    font-family: 'Gotham Bold', sans-serif;
    transition: color 0.3s ease;
}

.drain-services-section .service-item h3 a:hover {
    color: #00b7df;
}

.drain-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 p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 20px;
    color: #e2e8f0;
    line-height: 1.6;
    margin: 0;
}

/* Drain Process Section */
.drain-process-section {
    padding: 80px 0;
    background-color: #fff;
}

.drain-process-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.drain-process-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2;
}

.drain-process-content h2 strong {
    color: #00b7df;
}

.drain-process-content > p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.process-step {
    background: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 183, 223, 0.2);
}

.process-step .step-icon {
    font-size: 3rem;
    color: #00b7df;
    margin-bottom: 20px;
}

.process-step h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}

.process-step p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* No Job Too Big or Small Section */
.no-job-section {
    background-color: #f7fafc;
    padding: 80px 0;
}

.no-job-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.no-job-section .content-column {
    padding-right: 20px;
}

.no-job-section .image-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-job-section .image-column .img {
    width: 100%;
    max-width: 500px;
}

.no-job-section .image-column img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.no-job-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: black;
    margin-bottom: 30px;
    line-height: 1.2;
}

.no-job-content h2 strong {
    color: #00B7DF;
}

.no-job-content h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    color: black;
    margin-top: 40px;
    margin-bottom: 20px;
}

.no-job-content p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin-bottom: 20px;
}

.no-job-content a {
    color: #00b7df;
    text-decoration: none;
    font-weight: 500;
}

.no-job-content a:hover {
    text-decoration: underline;
}

/* Customer Testimonials Section */
.customer-testimonials-section {
    background-color: black;
    padding: 80px 0;
}

.testimonials-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}

.testimonials-content > p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-item {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 183, 223, 0.1);
}

.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;
}

.testimonial-icon i {
    color: white;
    font-size: 18px;
}

.testimonial-item p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 15px;
}

.testimonial-author {
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    color: #00b7df;
    font-weight: 600;
}

/* Specialist CTA Section */
.specialist-cta-section {
    background-color: white;
    padding: 80px 0;
}

.specialist-cta-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: black;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.2;
}

.specialist-cta-content p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    color: black;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* Pricing CTAs */
.pricing-ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pricing-ctas a.first {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}

.pricing-ctas a.first .svgnicon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 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;
    color: black;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.2;
}

.faq-content h2 strong {
    color: #00b7df;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background-color: white;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid black;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 30px 15px 25px;
    background-color: white;
    cursor: pointer;
}

.faq-question i {
    color: #00b7df;
    font-size: 20px;
    min-width: 20px;
}

.faq-question h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    color: black;
    line-height: 1.4;
    margin: 0;
}

.faq-answer {
    padding: 0 30px 25px 65px;
    background-color: white;
}

.faq-answer p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 991px) {
    .hservices-wrap .hservices .text {
        width: auto;
        
    }
    .inner-servpage-wrap .homepgm .pgmsign .list .dblockn {
        flex: 0 31.5%;
    }
}
/* Mobile Responsive */
@media (max-width: 768px) {
    /* Why Choose Section Mobile */
    .bannerpage .bannner-wrap .banntxt {
        width: auto;
    }
    .homepgm {
        margin-top: 0;
        z-index: 1;
    }
    .homepgm .pgmsign .list .dblockn {
        display: unset;
    }
    .why-choose-blocked-section {
        padding: 3rem 0;
    }
    
    .why-choose-blocked-section .why-choose-two-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .why-choose-blocked-section .why-choose-left-column,
    .why-choose-blocked-section .why-choose-right-column {
        padding-left: 0;
        padding-right: 0;
    }
    
    .why-choose-blocked-section h2 {
        font-size: 32px;
        margin-bottom: 1.5rem;
    }
    
    .why-choose-blocked-section .why-choose-text p {
        font-size: 18px;
    }
    
    .why-choose-blocked-section .why-choose-list {
        gap: 1rem;
    }
    
    .why-choose-blocked-section .why-choose-list li {
        padding: 1.25rem;
    }
    
    .why-choose-blocked-section .why-choose-list li strong {
        font-size: 18px;
    }
    
    .why-choose-blocked-section .why-choose-list li span {
        font-size: 15px;
    }
    
    /* Signs Section Mobile */
    .signs-blocked-section {
        padding: 3rem 0;
    }
    
    .signs-blocked-content h2 {
        font-size: 32px;
        margin-bottom: 1.5rem;
    }
    
    .signs-intro-text p {
        font-size: 18px;
    }
    
    .signs-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .sign-item {
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .sign-icon {
        font-size: 1.8rem;
    }
    
    .sign-item strong {
        font-size: 18px;
    }
    
    .sign-item span {
        font-size: 15px;
    }
    
    .signs-closing-text p {
        font-size: 18px;
    }
    
    /* Drain Services Section Mobile */
    .drain-services-section {
        padding: 60px 0;
    }
    
    .drain-services-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .drain-services-content > p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .drain-services-section .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .drain-services-section .service-item {
        padding: 25px;
    }
    
    .drain-services-section .service-item h3 {
        font-size: 20px;
    }
    
    .drain-services-section .service-item p {
        font-size: 15px;
    }
    
    /* Process Section Mobile */
    .drain-process-section {
        padding: 60px 0;
    }
    
    .drain-process-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .drain-process-content > p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .process-step {
        padding: 30px 20px;
    }
    
    .process-step .step-icon {
        font-size: 2.5rem;
    }
    
    .process-step h3 {
        font-size: 22px;
    }
    
    .process-step p {
        font-size: 16px;
    }
    
    /* No Job Section Mobile */
    .no-job-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .no-job-section .content-column {
        padding-right: 0;
        order: 2;
    }
    
    .no-job-section .image-column {
        order: 1;
    }
    
    .no-job-section .image-column .img {
        max-width: 400px;
    }
    
    .no-job-content h2 {
        font-size: 32px;
        text-align: center;
    }
    
    .no-job-content h3 {
        font-size: 24px;
        text-align: center;
    }
    
    .no-job-content p {
        font-size: 16px;
        padding: 0 20px;
        text-align: center;
    }
    
    /* Testimonials Mobile */
    .testimonials-content h3 {
        font-size: 32px;
    }
    
    .testimonials-content > p {
        font-size: 18px;
        padding: 0 20px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .testimonial-item {
        padding: 25px;
    }
    
    /* CTA Sections Mobile */
    .specialist-cta-content h2,
    .pricing-content h2 {
        font-size: 32px;
    }
    
    .specialist-cta-content p,
    .pricing-content p {
        font-size: 16px;
        padding: 0 20px;
    }
    
    /* FAQ Mobile */
    .faq-content h2 {
        font-size: 32px;
        padding: 0 20px;
    }
    
    .faq-list {
        padding: 0 20px;
    }
    
    .faq-question {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .faq-question i {
        align-self: flex-start;
    }
    
    .faq-question h3 {
        font-size: 18px;
    }
    
    .faq-answer {
        padding: 0 20px 20px 20px;
    }
    
    .faq-answer p {
        font-size: 15px;
    }
    
    /* Pricing CTAs Mobile */
    .pricing-ctas {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    
    .pricing-ctas a {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}