/* ONLY affects this services section */
.services-equal {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}
body{
    overflow-x:  hidden !important;
}
.services-equal > [class*="col-"] {
    display: flex;
}

/* card full height */
.services-equal .single-service-style1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* text expands evenly */
.services-equal .text-holder {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* keeps spacing clean */
.services-equal .text-holder p {
    flex-grow: 1;
}

.professional-servies-logo-box img{
    width: 380px;
    height: 210px;
}

.team-img{
    background-size: cover !important;
    background-position: center;
    height: 520px !important;
}


/* faq section */

/* FAQ SECTION */
.faq-area {
    background: #d8bca8;
    padding: 100px 0;
}

.faq-header h2 {
    font-size: 42px;
    color: #77421D;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-header p {
    color: #817E29;
    font-size: 18px;
    margin-bottom: 50px;
}

/* WRAPPER */
.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* ITEM */
.faq-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* QUESTION */
.faq-question {
    width: 100%;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #77421D;
    border: none;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* ICON */
.faq-icon {
    font-size: 22px;
    color: #817E29;
    transition: 0.3s;
}

/* ANSWER */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 25px;
}

.faq-answer p {
    padding: 0 0 20px;
    color: #555;
    line-height: 1.7;
}

/* ACTIVE */
.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* HOVER */
.faq-item:hover {
    transform: translateY(-3px);
}


.contractor-section-img-container img{
    height: 493px;
    width: 405px;
}


/* service rotator */

/* ROTATOR BOX */
.service-rotator-box {
    text-align: center;
}

/* ROTATOR LINK */
.service-rotator-link {
    display: inline-block;
    
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* ANIMATION (fade effect) */
.service-fade {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.service-show {
    opacity: 1;
    transform: translateY(0);
}

/* legal rotator */
/* LEGAL ROTATOR */
.legal-rotator-box {
    text-align: center;
}

/* LINK STYLE */
#legal-rotator-link {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

/* UNDERLINE EFFECT */
#legal-rotator-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #817E29;
    transition: 0.3s;
}

#legal-rotator-link:hover::after {
    width: 100%;
}

/* FADE ANIMATION */
.legal-fade {
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease;
}

.legal-show {
    opacity: 1;
    transform: translateY(0);
}

/* WRAPPER */
.cta-modern-wrap {
    margin-top: 20px;
    text-align: center;
}

/* BUTTON */
.cta-modern-btn {
    display: inline-block;
    padding: 16px 32px;
    background: linear-gradient(135deg, #77421D, #817E29);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* HOVER EFFECT */
.cta-modern-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* LIGHT SWEEP EFFECT */
.cta-modern-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transform: skewX(-20deg);
    transition: 0.5s;
}

.cta-modern-btn:hover::before {
    left: 125%;
}

/* CLICK EFFECT */
.cta-modern-btn:active {
    transform: scale(0.96);
}

.cta-modern-btn::after{
    background-color: transparent !important;
}


.value-box .inner .value{
    background: #77421D !important;
}


.footer-widget-shape1 img{
    width: 315px;
    height: 368px;
    border-radius: 25px;
}

.other-pages{
    background-color: transparent !important;
}

.body_switch_btn{
    display: none !important;
}

.service-details-contact-box .img-box img{
    height: 260px;
    width: 110px;
}



@media (max-width: 2560px) {
    body{
        overflow-x:  hidden !important;
    }
}

@media (max-width: 1440px) {
    .value-box .man{
        right: -135px;
    }
}

@media (max-width: 1024px) {
    .value-box .man{
        display: none !important;
    }

    .banner-middle-content .img-box{
        top: -50px;
    }

    .value-box .inner .value h2{
        font-size: 49px;
    }
}

@media (max-width: 768px) {
    .banner-middle-content .img-box{
        left: -40px;
    }

    .value-box .man{
        display: block !important;
    }
}

@media (max-width: 426px) {
    .value-box .man{
        display: none !important;
    }

    .layer-outer{
        display: none !important;
        background-image: none !important;
    }
    .banner-left-content .satisfaction-logo{
        right: -10px;
    }

    h2{
        font-size: 40px !important;
    }

    h3{
        font-size: 30px !important;
    }

    .slogan-content .left .title h2,
    .service-style1-area .title h2,
    .choosing-left-content .title h2,
    .sec-title h2,
    .plumbing-service-text-box .title h2,
    .choose-style2-content h2,
    .service-page-area .title h2,
    .style1-contact-info .left h2,
    .services-details-text-box-1 h2,
    .faq-header h2, .contact-page-title h2{
        font-size: 24px !important;
    }

    .service-style1-area .title h3,
    .professional-servies-tab-content h3{
        font-size: 20px !important;
    }
    .single-testimonial-style1 h3{
        font-size: 14px !important;
    }

    .single-choose-box h3,
    .single-team-member .title-holder h3 a,
    .single-service-style1 .text-holder h3 a{
        font-size: 18px !important;
    }

    .single-footer-widget{
        overflow: visible;
    }

    /* .scroll-top{
        right: 300px;
    }

    .mobile-menu{
        right: 290px !important;
    } */

    .single-blog-style2 .img-holder .date-box{
        width: 50px;
        height: 50px;
        padding: 0;
    }

    .single-blog-style2 .img-holder .date-box h2 span{
        font-size: 15px !important;
    }

    .single-blog-style2 .img-holder .date-box h2{
        font-size: 18px !important;
    }
}

@media (max-width: 376px) {
    h2{
        font-size: 35px !important;
    }

    h3{
        font-size: 25px !important;
    }

    .banner-left-content .satisfaction-logo img{
        display: none !important;
    }

    .slogan-content .left{
        display: flex !important;
        flex-direction: column !important;
    }

    /* .mobile-menu{
        right: 340px !important;
    }

    .scroll-top{
        right: 350px;
    } */
}

@media (max-width: 320px) {
    h2{
        font-size: 30px !important;
    }

    h3,
    .slogan-content .left .title h2,
    .style1-contact-info .left h2{
        font-size: 20px !important;
    }

    .banner-left-content ul li{
        font-size: 18px !important;
    }

    .slogan-content .left .title p,
    .choosing-left-content ul li,
    .accordion-box .accordion .accord-btn h4,
    .choose-style2-content ul li,
    .services-details-text-box-2 .text-box ul li,
    .faq-question{
        font-size: 16px !important;
    }
    
    .service-style1-area .title h3, .professional-servies-tab-content h3{
        font-size: 18px !important;
    }

    p{
        font-size: 14px !important;
    }

    .slogan-content .left .title h2, .service-style1-area .title h2, .choosing-left-content .title h2, .sec-title h2,
    .plumbing-service-text-box .title h2,
    .choose-style2-content h2, .service-page-area .title h2,
    .services-details-text-box-1 h2,
    .faq-header h2, .contact-page-title h2{
        font-size: 22px !important;
    }

    /* .mobile-menu{
        right: 390px !important;
    }

    .scroll-top{
        right: 410px;
    } */
}