.elementor-6315 .elementor-element.elementor-element-27952d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6315 .elementor-element.elementor-element-ae3040a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6315 .elementor-element.elementor-element-bbc39cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */.faq-section {
    /* Section Container */
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(255, 116, 0, 0.08);
    padding: 45px 0;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

/* Section Pattern Overlay */
.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255, 116, 0, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* FAQ Heading */
.faq-section .elementor-heading-title {
    color: #2d2d2d;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.faq-section .elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff7400, #ffd12b);
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(255, 116, 0, 0.3);
}

/* Accordion Container */
.faq-section .elementor-widget-nested-accordion {
    max-width: 900px;
    margin: 0 auto;
}

/* Accordion Items */
.faq-section .e-n-accordion-item {
    background: #ffffff;
    border: 1px solid #ffe4cc;
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(255, 116, 0, 0.05);
}

.faq-section .e-n-accordion-item:hover {
    border-color: #ff7400;
    box-shadow: 0 8px 25px rgba(255, 116, 0, 0.15);
    transform: translateY(-2px);
}

/* Accordion Titles */
.faq-section .e-n-accordion-item-title {
    background: #ffffff !important;
    padding: 20px 25px !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    color: #2d2d2d !important;
    transition: all 0.3s ease;
    border: none !important;
}

.faq-section .e-n-accordion-item-title:hover {
    background: #fff4e8 !important;
    color: #ff7400 !important;
}

.faq-section .e-n-accordion-item-title[aria-expanded="true"] {
    background: linear-gradient(135deg, #fff4e8, #ffffff) !important;
    color: #ff7400 !important;
    border-bottom: 1px solid #ffe4cc !important;
}

/* Accordion Icons */
.faq-section .e-n-accordion-item-title-icon {
    color: #ff7400 !important;
    font-size: 1.2rem !important;
}

.faq-section .e-n-accordion-item-title-icon .e-font-icon-svg {
    background: linear-gradient(135deg, #ff7400, #ffd12b);
    color: white;
    border-radius: 50%;
    padding: 5px;
    width: 24px !important;
    height: 24px !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 116, 0, 0.3);
}

.faq-section .e-n-accordion-item-title:hover .e-font-icon-svg {
    background: linear-gradient(135deg, #ff7400, #ffa64b);
    transform: rotate(90deg);
    box-shadow: 0 4px 12px rgba(255, 116, 0, 0.4);
}

/* Accordion Content */
.faq-section .e-n-accordion-item > .e-con {
    padding: 25px !important;
    background: #ffffff !important;
}

.faq-section .e-n-accordion-item .elementor-text-editor {
    color: #4a4a4a;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
}

.faq-section .e-n-accordion-item .elementor-text-editor p {
    margin: 0 0 15px 0;
}

.faq-section .e-n-accordion-item .elementor-text-editor p:last-child {
    margin-bottom: 0;
}

/* Content Links */
.faq-section .e-n-accordion-item .elementor-text-editor a {
    color: #ff7400;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.faq-section .e-n-accordion-item .elementor-text-editor a:hover {
    color: #ff7400;
    border-bottom-color: #ff7400;
    text-decoration: none;
}

/* Content Animation */
@keyframes faqSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-section .e-n-accordion-item[open] > .e-con {
    animation: faqSlideDown 0.4s ease forwards;
}

/* Focus States */
.faq-section .e-n-accordion-item-title:focus-visible {
    outline: 3px solid #ff7400;
    outline-offset: 2px;
}

/* Custom Scrollbar */
.faq-section .e-n-accordion-item > .e-con::-webkit-scrollbar {
    width: 6px;
}

.faq-section .e-n-accordion-item > .e-con::-webkit-scrollbar-track {
    background: #fff4e8;
    border-radius: 10px;
}

.faq-section .e-n-accordion-item > .e-con::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff7400, #ffd12b);
    border-radius: 10px;
}

.faq-section .e-n-accordion-item > .e-con::-webkit-scrollbar-thumb:hover {
    background: #ff7400;
}

/* Optional: Add a subtle orange glow to active items */
.faq-section .e-n-accordion-item[open] {
    border-color: #ff7400;
    box-shadow: 0 8px 25px rgba(255, 116, 0, 0.12);
}

/* Optional: Style for any bullet points or lists within content */
.faq-section .e-n-accordion-item .elementor-text-editor ul,
.faq-section .e-n-accordion-item .elementor-text-editor ol {
    padding-left: 20px;
    margin: 10px 0;
}

.faq-section .e-n-accordion-item .elementor-text-editor li {
    margin-bottom: 5px;
    color: #4a4a4a;
}

.faq-section .e-n-accordion-item .elementor-text-editor li::marker {
    color: #ff7400;
}

/* Optional: Style for any highlighted text */
.faq-section .e-n-accordion-item .elementor-text-editor strong {
    color: #ff7400;
    font-weight: 600;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .faq-section .elementor-heading-title {
        font-size: 2rem;
    }
    
    .faq-section .e-n-accordion-item-title {
        padding: 18px 20px !important;
        font-size: 1rem !important;
    }
    
    .faq-section .e-n-accordion-item > .e-con {
        padding: 20px !important;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .faq-section {
        padding: 30px 15px !important;
    }
    
    .faq-section .elementor-heading-title {
        font-size: 1.75rem;
    }
    
    .faq-section .elementor-heading-title::after {
        width: 60px;
        height: 3px;
    }
    
    .faq-section .e-n-accordion-item-title {
        padding: 15px !important;
        font-size: 0.95rem !important;
    }
    
    .faq-section .e-n-accordion-item > .e-con {
        padding: 15px !important;
    }
    
    .faq-section .e-n-accordion-item .elementor-text-editor {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

.why-plumbers-section {
    /* Main Container */
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Decorative Background Elements */
.why-plumbers-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 116, 0, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.why-plumbers-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 209, 43, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Inner Container */
.why-plumbers-section > .elementor-container {
    position: relative;
    z-index: 2;
}

/* Main Heading */
.why-plumbers-section .elementor-widget-heading .elementor-heading-title {
    color: #2d2d2d;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.why-plumbers-section .elementor-widget-heading .elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #ff7400, #ffd12b);
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(255, 116, 0, 0.3);
}

/* Content Blocks Container */
.why-plumbers-section .elementor-container.elementor-column-gap-default {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Individual Content Blocks */
.why-plumbers-section .elementor-widget-text-editor {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #ffe4cc;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(255, 116, 0, 0.05);
}

.why-plumbers-section .elementor-widget-text-editor:hover {
    transform: translateY(-5px);
    border-color: #ff7400;
    box-shadow: 0 15px 30px rgba(255, 116, 0, 0.15);
}

/* Decorative Corner Accent */
.why-plumbers-section .elementor-widget-text-editor::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #ffe4cc transparent transparent;
    transition: all 0.3s ease;
}

.why-plumbers-section .elementor-widget-text-editor:hover::before {
    border-color: transparent #ff7400 transparent transparent;
}

/* H3 Headings */
.why-plumbers-section .elementor-widget-text-editor h3 {
    color: #ff7400;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.why-plumbers-section .elementor-widget-text-editor h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ff7400, #ffd12b);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.why-plumbers-section .elementor-widget-text-editor:hover h3::after {
    width: 80px;
}

/* Paragraph Text */
.why-plumbers-section .elementor-widget-text-editor p {
    color: #4a4a4a;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

/* Image Container */
.why-plumbers-section .elementor-widget-image {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ffe4cc;
    box-shadow: 0 5px 20px rgba(255, 116, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-plumbers-section .elementor-widget-image:hover {
    transform: translateY(-5px);
    border-color: #ff7400;
    box-shadow: 0 15px 30px rgba(255, 116, 0, 0.15);
}

.why-plumbers-section .elementor-widget-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.why-plumbers-section .elementor-widget-image:hover img {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .why-plumbers-section .elementor-widget-heading .elementor-heading-title {
        font-size: 2.2rem;
    }
    
    .why-plumbers-section .elementor-widget-text-editor h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .why-plumbers-section {
        padding: 40px 15px;
    }
    
    .why-plumbers-section .elementor-widget-heading .elementor-heading-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    
    .why-plumbers-section .elementor-widget-heading .elementor-heading-title::after {
        width: 80px;
        height: 3px;
    }
    
    .why-plumbers-section .elementor-container.elementor-column-gap-default {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .why-plumbers-section .elementor-widget-text-editor {
        padding: 25px;
    }
    
    .why-plumbers-section .elementor-widget-text-editor h3 {
        font-size: 1.3rem;
    }
    
    .why-plumbers-section .elementor-widget-text-editor p {
        font-size: 0.95rem;
    }
    
    .why-plumbers-section .elementor-widget-image {
        order: -1; /* Image appears first on mobile */
        margin-bottom: 10px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .why-plumbers-section .elementor-widget-heading .elementor-heading-title {
        font-size: 1.6rem;
    }
    
    .why-plumbers-section .elementor-widget-text-editor h3 {
        font-size: 1.2rem;
    }
    
    .why-plumbers-section .elementor-widget-text-editor p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

/* Animation for content blocks */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.why-plumbers-section .elementor-widget-text-editor {
    animation: fadeInUp 0.6s ease forwards;
}

/* Stagger animations for each block */
.why-plumbers-section .elementor-widget-text-editor:nth-child(1) { animation-delay: 0.1s; }
.why-plumbers-section .elementor-widget-text-editor:nth-child(2) { animation-delay: 0.2s; }
.why-plumbers-section .elementor-widget-text-editor:nth-child(3) { animation-delay: 0.3s; }
.why-plumbers-section .elementor-widget-text-editor:nth-child(4) { animation-delay: 0.4s; }
.why-plumbers-section .elementor-widget-text-editor:nth-child(5) { animation-delay: 0.5s; }
.why-plumbers-section .elementor-widget-text-editor:nth-child(6) { animation-delay: 0.6s; }

/* Image animation */
.why-plumbers-section .elementor-widget-image {
    animation: fadeInUp 0.6s ease 0.7s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

/* Optional: Add counter numbers to each block */
.why-plumbers-section .elementor-widget-text-editor {
    counter-increment: benefits-counter;
}

.why-plumbers-section .elementor-widget-text-editor::after {
    content: counter(benefits-counter, decimal-leading-zero);
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(255, 116, 0, 0.05);
    line-height: 1;
    transition: all 0.3s ease;
}

.why-plumbers-section .elementor-widget-text-editor:hover::after {
    color: rgba(255, 116, 0, 0.1);
    transform: scale(1.1);
}/* End custom CSS */