.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%;
}
.inner-servpage-wrap .bannerpage .bannner-wrap .btxt .dtext {
    width: 100%;
}

/* Why Choose PGM Section Styling */
.why-choose-pgm-section {
    background-color: #f7fafc;
    padding: 6rem 0;
    position: relative;
}

.why-choose-content {
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 0 1rem;
}

/* Two Column Layout */
.why-choose-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.why-choose-left-column {
    padding-right: 2rem;
}

.why-choose-right-column {
    padding-left: 2rem;
}

.why-choose-content h2 {
    color: #000;
    font-family: "Gotham";
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.why-choose-text p {
    font-family: "Gotham Book";
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.why-choose-list li strong {
    font-family: "Gotham";
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 0.5rem;
    padding-right: 2rem;
}

.why-choose-list li span {
    font-family: "Gotham Book";
    font-size: 20px;
    color: #666;
    line-height: 1.5;
}

.why-choose-content h2 strong {
    color: #00B7DF;
}

.why-choose-text {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.why-choose-text p {
    font-family: "Gotham Book";
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.why-choose-text p:last-of-type {
    margin-bottom: 2rem;
}

.why-choose-text a {
    color: #00B7DF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.why-choose-text a:hover {
    color: #F45421;
    text-decoration: underline;
}

.why-choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.why-choose-list li {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    position: relative;
    border: 2px solid #000;
}

.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;
    transition: background-color 0.3s ease;
}

.why-choose-list li strong {
    font-family: "Gotham";
    font-size: 24px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 0.5rem;
    padding-right: 2rem;
}

.why-choose-list li span {
    font-family: "Gotham Book";
    font-size: 20px;
    color: #666;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .hservices-wrap .hservices .text {
        width: auto;
        
    }
    .inner-servpage-wrap .homepgm .pgmsign .list .dblockn {
        flex: 0 31.5%;
    }
}
@media (max-width: 768px) {
    .bannerpage .bannner-wrap .banntxt {
        width: auto;
    }
    .homepgm {
        margin-top: 0;
        z-index: 1;
    }
    .homepgm .pgmsign .list .dblockn {
        display: unset;
    }
    .why-choose-pgm-section {
        padding: 3rem 0;
    }
    
    /* Mobile: Stack columns vertically */
    .why-choose-two-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .why-choose-left-column,
    .why-choose-right-column {
        padding-left: 0;
        padding-right: 0;
    }
    
    .why-choose-content h2 {
        font-size: 32px;
        margin-bottom: 1.5rem;
    }
    
    .why-choose-text {
        padding: 2rem;
    }
    
    .why-choose-text p {
        font-size: 18px;
    }
    
    .why-choose-list {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .why-choose-list li {
        padding: 1.25rem;
    }
    
    .why-choose-list li strong {
        font-size: 16px;
    }
    
    .why-choose-list li span {
        font-size: 15px;
    }
}

/* Common Plumbing Emergencies Section Styling */
.common-emergencies-section {
    background-color: #fff;
    padding: 6rem 0;
    position: relative;
}

.common-emergencies-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.common-emergencies-content h2 {
    color: #000;
    font-family: "Gotham";
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center;
}

.common-emergencies-content h2 strong {
    color: #00B7DF;
}

.common-emergencies-text {
    text-align: center;
    margin-bottom: 3rem;
}

.common-emergencies-text p {
    font-family: "Gotham Book";
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.common-emergencies-text p:last-of-type {
    margin-bottom: 0;
}

.emergencies-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.emergency-item {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    border: 2px solid #000;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.emergency-icon {
    font-size: 2.5rem;
    color: #00B7DF;
    flex-shrink: 0;
    margin-top: 0.2rem;
    transition: color 0.3s ease;
}

.emergency-content {
    flex: 1;
}

.emergency-item strong {
    font-family: "Gotham";
    font-size: 22px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.emergency-item span {
    font-family: "Gotham Book";
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}

.emergency-closing-text {
    text-align: center;
}

.emergency-closing-text p {
    font-family: "Gotham Book";
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.emergency-closing-text strong {
    color: #00B7DF;
    font-weight: 700;
}

@media (max-width: 768px) {
    .common-emergencies-section {
        padding: 3rem 0;
    }
    
    .common-emergencies-content h2 {
        font-size: 32px;
        margin-bottom: 1.5rem;
    }
    
    .common-emergencies-text p {
        font-size: 18px;
    }
    
    .emergencies-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .emergency-item {
        padding: 2rem;
        gap: 1rem;
    }
    
    .emergency-icon {
        font-size: 2rem;
    }
    
    .emergency-item strong {
        font-size: 20px;
    }
    
    .emergency-item span {
        font-size: 16px;
    }
    
    .emergency-closing-text p {
        font-size: 18px;
    }
}

/* Emergency Services Section Styles */
.emergency-services-section {
    padding: 80px 0;
    background-color: #00b7df;
}

.emergency-services-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 400px !important;
}

.emergency-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;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-item {
    background: white;
    padding: 30px;
    border-radius: 12px;
}

.service-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.3;
}

.service-item h3 a {
    color: #000;
    text-decoration: none;
    font-family: 'Gotham Bold', sans-serif;
    transition: color 0.3s ease;
}

.service-item h3 a:hover {
    color: #00b7df;
}

.service-item p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .emergency-services-section {
        padding: 60px 0;
    }
    
    .emergency-services-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .emergency-services-content > p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-item {
        padding: 25px;
    }
    
    .service-item h3 {
        font-size: 20px;
    }
    
    .service-item p {
        font-size: 15px;
    }
}

/* Transparent Pricing Section Styles */
.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;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .transparent-pricing-section {
        padding: 60px 0;
    }
    
    .pricing-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .pricing-content p {
        font-size: 18px;
    }
}

/* Pricing CTAs Styles */
.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;
}

/* Residential vs Commercial Section Styles */
.residential-commercial-section {
    background-color: white;
    padding: 80px 0;
    border-top: 2px solid #000;
}

.residential-commercial-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.content-column {
    padding-right: 20px;
}

.image-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-column .img {
    width: 100%;
    max-width: 500px;
}

.image-column .img picture {
    display: block;
    width: 100%;
}

.image-column .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.residential-commercial-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: black;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.2;
}

.residential-commercial-content h2 span{
    color: #00B7DF;
    font-weight:bold;
}

.residential-commercial-content p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.residential-commercial-content a {
    color: #00b7df;
    text-decoration: none;
    font-weight: 500;
}

.residential-commercial-content a:hover {
    text-decoration: underline;
}

/* Sydney Suburbs Section Styles */
.sydney-suburbs-section {
    background-color: #00b7df;
    padding: 80px 0;
}

.sydney-suburbs-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.sydney-suburbs-columns .image-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sydney-suburbs-columns .image-column .img {
    width: 100%;
    max-width: 500px;
}

.sydney-suburbs-columns .image-column .img picture {
    display: block;
    width: 100%;
}

.sydney-suburbs-columns .image-column .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.sydney-suburbs-columns .content-column {
    padding-left: 20px;
}

.sydney-suburbs-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: white;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.2;
}

.sydney-suburbs-content p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    color: white;
    line-height: 1.6;
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

/* Customer Testimonials Section Styles */
.customer-testimonials-section {
    background-color: black;
    padding: 80px 0;
}

.testimonials-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: white;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.2;
}

.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;
}

/* Emergency CTA Section Styles */
.emergency-cta-section {
    background-color: white;
    padding: 80px 0;
}

.emergency-cta-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: black;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.2;
}

.emergency-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;
}

/* FAQ Section Styles */
.faq-section {
    background-color: #fff;
    /*border: 2px solid black;*/
    padding: 80px 0;
}

.faq-content h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: black;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.2;
}

.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 strong {
    font-family: 'Gotham', sans-serif;
    font-size: 22px;
    color: black;
    line-height: 1.4;
}

.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;
}

/* Mobile Responsive for FAQ Section */
@media (max-width: 768px) {
    .faq-content h3 {
        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 strong {
        font-size: 16px;
    }
    
    .faq-answer {
        padding: 0 20px 20px 20px;
    }
    
    .faq-answer p {
        font-size: 15px;
    }
}

/* Mobile Responsive for New Sections */
@media (max-width: 768px) {
    .residential-commercial-columns,
    .sydney-suburbs-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .residential-commercial-columns .content-column {
        padding-right: 0;
        order: 2;
    }
    
    .residential-commercial-columns .image-column {
        order: 1;
    }
    
    .sydney-suburbs-columns .content-column {
        padding-left: 0;
        order: 2;
    }
    
    .sydney-suburbs-columns .image-column {
        order: 1;
    }
    
    .image-column .img {
        max-width: 400px;
    }
    
    .residential-commercial-content h2 {
        font-size: 32px;
        text-align: center;
    }
    
    .residential-commercial-content p {
        font-size: 16px;
        padding: 0 20px;
        text-align: center;
    }
    
    .sydney-suburbs-content h2 {
        font-size: 32px;
        text-align: center;
    }
    
    .sydney-suburbs-content p {
        font-size: 16px;
        padding: 0 20px;
        text-align: center;
    }
    
    .residential-commercial-content h2,
    .sydney-suburbs-content h2,
    .testimonials-content h2,
    .emergency-cta-content h2 {
        font-size: 32px;
    }
    
    .sydney-suburbs-content p,
    .emergency-cta-content p {
        font-size: 16px;
        padding: 0 20px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .testimonial-item {
        padding: 25px;
    }
}

/* Mobile Responsive for CTAs */
@media (max-width: 768px) {
    .pricing-ctas {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    
    .pricing-ctas a {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

/* Emergency Response Section Styles */
.emergency-response-section {
    padding: 80px 0;
    background-color: #fff;
}

.emergency-response-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.emergency-response-content h2 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2;
}

.emergency-response-content h2 strong {
    color: #00b7df;
}

.emergency-response-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;
}

.response-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.response-step {
    background: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.response-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 183, 223, 0.2);
}

.step-icon {
    font-size: 3rem;
    color: #00b7df;
    margin-bottom: 20px;
}

.step-content h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}

.step-content p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.response-closing {
    text-align: center;
}

.response-closing p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .emergency-response-section {
        padding: 60px 0;
    }
    
    .emergency-response-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .emergency-response-content > p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .response-steps {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .response-step {
        padding: 30px 20px;
    }
    
    .step-icon {
        font-size: 2.5rem;
    }
    
    .step-content h3 {
        font-size: 22px;
    }
    
    .step-content p {
        font-size: 16px;
    }
    
    .response-closing p {
        font-size: 18px;
    }
}