/*
 Theme Name:   Woodmart Child
 Theme URI:    https://woodmart.xtemos.com/
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   https://woodmart.xtemos.com/
 Template:     woodmart
 Version:      7.0.4
 Text Domain:  woodmart-child
*/

.page-template-template-areas-we-serve-php .main-page-wrapper > .container{max-width:100%; padding: 0;}    
.page-template-template-areas-we-serve-php .main-page-wrapper > .container > .row{display:block;}    
.areas-we-serve-banner .banner-image-wrap {
    min-height: 600px;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.breadcrumbs_outer .breadcrumbs span, .breadcrumbs_outer .breadcrumbs a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.breadcrumbs_outer {
    text-align: center;
}
.areas-we-serve-banner .banner-image-wrap:after {
    position: absolute;
    background: #00000070;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-content .banner-sub-title {
    font-size: 18px;
    color: #FFF;
    text-align: center;
        margin: 0;
}
.banner-content .banner-title {
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-family: "euro", Sans-serif;
    font-weight: 600;
}
.banner-content {
    text-align: center;
}
.banner-btn {
    background-color: #01AFEF;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    padding: 15px 30px 15px 30px;
    color: #fff !important;
}
.inner-heading {
    font-family: "euro", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #0134A0;
}
.content-outer .areas-content {
    font-size: 17px;
    color: #000;
}
.content-outer .areas-content h3 {
    font-size: 22px;
}

.service-gray-bg {
    /*background: url(https://4wardgutters.com/wp-content/uploads/2023/11/services-back.png) no-repeat;
    margin: 40px 0;*/
    padding: 60px 0;
    background-size: cover;
    background-position: top center;
}
.service-gray-bg .inner-heading {
    text-align: center;
    color:#0134A0;
}
.hover_outer a:hover h4 {
    color: #01AFEF;
}
.proj-map-outer {
   background: url(https://4wardgutters.com/wp-content/uploads/2023/11/services-back.png) no-repeat;
    margin: 40px 0 0px;
    padding: 60px 0;
    background-position: top center;
    background-size: cover;
}
.proj-map-outer .inner-heading {
    color: #fff;
    text-align: center;
}
.city-gray-bg {
    margin-bottom: 50px;
}
.city-gray-bg .inner-heading{text-align: center;}
.leaflet-container{background:none;}
.projects-layout { display: flex; }
.projects-list { width: 35%; max-height: 500px; overflow-y: auto; background: #fff; padding: 15px; }
.projects-map { width: 65%; height: 500px; }
.project-list-item { display: flex; gap: 15px; padding: 15px; cursor: pointer; background: #f1f1f1; margin-bottom: 20px;}
.project-list-item img { width: 90px; height: 70px; object-fit: cover; }
.project-list-item.active { background: #01AFEF; color: #fff; }
.project-list-item.active h4, .project-list-item.active p { color: #fff; }
.map-popup { width: 260px; }
.map-popup img { width: 100%; height: auto; display: block; }

.project-list-text h4, .project-list-text p {
    margin: 0;
}

.gutter-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 70px;
    overflow: hidden;
}

.gutter-slider-track {
    display: flex;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.gutter-slider-track::-webkit-scrollbar { display: none; }

.gutter-slide {
    flex: 0 0 calc(33.333% - 4px);
    min-width: 260px;
    transform: skewX(5deg);
    overflow: hidden;
    border-radius: 4px;
}

.gutter-slide-inner {
    display: block;
    position: relative;
    height: 420px;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    margin:0px 20px;
}

.gutter-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6, 30, 90, 0.95) 5%, rgba(6, 30, 90, 0.55) 45%, rgba(6, 30, 90, 0.05) 75%);
}

.gutter-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    transform: skewX(-5deg);
    text-align: center;
    padding: 0 20px;
}

.gutter-slide-content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0px;
}

.gutter-book-btn {
    display: inline-block;
    background: #1e9ce0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 26px;
    border-radius: 3px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #0134a0;
    border: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1a1a1a;
    z-index: 2;
    padding:0px;
}
.slider-arrow svg {
    width: 30px;
    height: 30px;
}
.slider-arrow svg path {
    stroke: #fff;
}
.slider-prev { left: 20px; }
.slider-next { right: 20px; }
.slider-arrow:hover { background: #0134a0; box-shadow: none;}

.single-title h1 {
    font-family: "euro", Sans-serif;
    font-size: 50px !important;
    font-weight: 600;
    color: #0134A0;
    text-align: center;
}
.page-title.single-title {
    margin: 0px !important;
    padding: 0;
}
.inner_boxes {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}
.inner_boxes .hover_outer h2, .inner_boxes .hover_outer h4 {
    margin: 0px;
}
.inner_boxes .hover_outer {
    padding: 20px;
}
.inner_boxes .hover_outer h2 {
    font-family: "euro", Sans-serif;
    font-size: 25px !important;
    font-weight: 600;
    color: #0134A0;
}
.inner_boxes .hover_outer h4, .inner_boxes .hover_outer h4:hover {
    font-weight: 300;
    font-size: 20px;
    color: #000 !important;
}
.single-projects .project-title {
    font-family: "euro", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #0134A0;
    margin: 0;
}
.project-content p {
    font-size: 17px;
    color: #000;';
    font-size: 17px;
    color: #000;
    font-size: 17px;
}
.project-meta-block h4 {
    font-family: "euro", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #0134A0;
    margin: 0;
}
.project-meta-block a, .project-meta-block p {
    color: #000;
    font-size: 17px;
    display: block;
    margin: 5px 0;
}
.project-meta-block {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.project-meta-block p {
    margin: 0;
}
.single-project-wrap {
    margin-bottom: 80px;
}

.single-projects .projects-list{display: none;}
.single-projects .projects-map {width: 100%;}
.single-projects .project-gallery {margin-bottom: 40px;}
.single-projects .single-project-wrap h2 {
    font-family: "euro", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #0134A0;
    margin: 0 0px 10px 0;
}
.single-projects .project-gallery img {
    width: 33%;
   /* padding: 5px 10px 5px 0;*/
    height: 258px;
    object-fit: cover;
}
.projects-filter {
    margin-bottom: 20px;
}
.project-excerpt {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}
.no-projects {
    font-size: 18px;
    color: #000;
    text-align: center !important;
    width: 100%;
    margin: 20px 0;
}
.filter-select {
    color: #000;
    font-size: 15px;
}
.page-template-template-areas-we-serve .testi-slider .wd-testimon-name.title {
    font-size: 18px;
    color: #000 !important;
    font-weight: 600;
}
.page-template-template-areas-we-serve .star-rating span:before {
    color: #FFD700 !important;
}
.page-template-template-areas-we-serve .testi-slider .wd-testimon-text{background: #f7f7f7;}
.page-template-template-areas-we-serve .testi-slider .wd-testimon-text:after {
    background: #f7f7f7 !important;
}
.page-template-template-areas-we-serve .testi-slider .wd-testimon-text:hover:after  {
    background: #01afef !important;
}
.page-template-template-areas-we-serve .testi-slider .wd-testimon-text:before{display:none;}

.map-popup p {
    margin: 0px 0px 5px !important;
    font-size: 14px;
    color: #000;
}
.map-popup a {
    color: #000 !important;
}
.map-popup h4 {
    margin: 5px 0;
}
.main_img_outer img {
    border-radius: 20px;
    box-shadow: -10px 10px 0px 10px rgb(3 175 237 / 14%);
}
.mob-col-order {
    margin-top: 60px;
    margin-bottom: 60px;
}

.align-items-center {
    align-items: center;
}
.customer_testimonial {
    color: #000;
    font-size: 17px;
    margin: 30px 0 0;
}
.customer_testimonial .customer-name {
    margin:0px;
    color: #0134A0;
    font-family: "euro", Sans-serif;
}
.review_outer {
    border: 2px solid #01AFEF;
    border-radius: 10px;
    padding: 20px;
}
.customer_testimonial .star:before {
    content: "\f148" "\f148" "\f148" "\f148" "\f148";
    text-indent: 0px;
    font-size: 20px;
    color: #EABE12;
    font-family: "woodmart-font";
    letter-spacing: 5px;
}
.customer_testimonial .star {
    display: block;
    margin-top: 20px;
}
.single-form-outer {
    background: #082c4b;
    border-radius: 20px;
    margin-top: 30px;
}

.single-form-outer h2 {
    text-align: center;
    color: #fff !important;
    padding: 20px 0 !important;
}
.projects-filter {
    row-gap: 15px;
}

@media (max-width: 768px) {
    .gutter-slide { flex: 0 0 85%; }
    .gutter-slide-inner { height: 300px; margin: 0px 10px;}
    .gutter-slider-wrap { padding: 10px 30px; }
    .single-project-wrap {margin-bottom: 30px;}
    .single-title h1 {font-size: 30px !important; line-height: 30px;}
    .project-sidebar {
    margin-top: 30px;
    }
    .single-projects .project-title {
        font-size: 30px;
    }
    .inner-heading, .banner-content .banner-title {
        font-size: 30px;
        line-height: 30px;
    }
    .areas-we-serve-banner .banner-image-wrap {
        min-height: 350px;
    }
     .proj-map-outer {
        margin: 30px 0px 0px;
        padding: 40px 0;
    }
    .gutter-slide-content h4 {
        font-size: 20px;
    }
    .projects-layout {
        display: block;
    }
    .projects-list, .projects-map {
        width: 100%;
    }
    .city-gray-bg .col-md-4 {
        width: 50% !important;
    }
    .item_inner h4 {
        font-size: 16px;
    }
    .city-gray-bg {
        margin-bottom: 0;
    }
    .banner-content {padding: 0px 20px !important;}
    .mob-col-order {
        flex-direction: column-reverse;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main_img_outer {
        margin-bottom: 20px;
    }
    .main_img_outer img {
        border-radius: 10px;
        box-shadow: -5px 5px 0px 5px rgb(3 175 237 / 14%);
    }
    .single-projects .project-gallery img {
        width: 100%;
        padding: 5px 0px 5px 0;
        height: 280px;
    }
    .single-form-outer h2 {
        font-size: 20px !important;
        margin: 0px 0 !important;
        padding-bottom: 0px !important;
    }
    .projects-filter .col-md-6 {
        width: 50%;
    }
}