.elementor-589 .elementor-element.elementor-element-645b904{--display:flex;}.elementor-widget-eael-filterable-gallery .fg-caption-head .fg-item-price{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .fg-caption-head .fg-item-ratings{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .fg-item-category span{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .fg-filter-trigger > span{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .fg-layout-3-filter-controls li.control{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-eael-filterable-gallery .eael-gallery-load-more .eael-filterable-gallery-load-more-text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-589 .elementor-element.elementor-element-410f17e .gallery-item-caption-wrap{transition:500ms;}.elementor-589 .elementor-element.elementor-element-410f17e .eael-filter-gallery-wrapper{background-color:#fff;border-radius:0px;}.elementor-589 .elementor-element.elementor-element-410f17e .eael-filter-gallery-control ul li.control{color:#444;}.elementor-589 .elementor-element.elementor-element-410f17e .eael-filter-gallery-control ul > li.control{border-radius:0px;}.elementor-589 .elementor-element.elementor-element-410f17e .eael-filter-gallery-control ul li.active{color:#fff;}.elementor-589 .elementor-element.elementor-element-410f17e .eael-filter-gallery-control ul li.control.active{background:#333;border-radius:0px;}.elementor-589 .elementor-element.elementor-element-410f17e .eael-filterable-gallery-item-wrap .eael-gallery-grid-item, 
                    .elementor-589 .elementor-element.elementor-element-410f17e .eael-filterable-gallery-item-wrap .eael-grid-fg-box,
                    .elementor-589 .elementor-element.elementor-element-410f17e .eael-filterable-gallery-item-wrap .eael-hg-grid__cell-img{border-radius:0px;}.elementor-589 .elementor-element.elementor-element-410f17e .gallery-item-caption-wrap .gallery-item-hoverer-bg{background-color:rgba(0,0,0,0.7);}.elementor-589 .elementor-element.elementor-element-410f17e .gallery-item-caption-wrap.caption-style-hoverer .fg-item-title{color:#ffffff;}.elementor-589 .elementor-element.elementor-element-410f17e .gallery-item-caption-wrap.caption-style-hoverer .fg-item-content{color:#ffffff;}.elementor-589 .elementor-element.elementor-element-410f17e .gallery-item-thumbnail-wrap .gallery-item-caption-wrap{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-589 .elementor-element.elementor-element-410f17e .video-popup-bg{background-color:rgba(0, 0, 0, .7);}.elementor-589 .elementor-element.elementor-element-410f17e .video-popup:hover > img{transform:scale(1.1);}.elementor-589 .elementor-element.elementor-element-410f17e .gallery-item-caption-wrap .gallery-item-buttons > a span{background:#ff622a;color:#fff;height:50px;line-height:50px;width:50px;font-size:18px;border-radius:100px;transition:300ms;}.elementor-589 .elementor-element.elementor-element-410f17e .gallery-item-caption-wrap .gallery-item-buttons > a span img{height:18px;width:18px;}.elementor-589 .elementor-element.elementor-element-410f17e .gallery-item-caption-wrap .gallery-item-buttons > a span:hover{background:#ff622a;color:#fff;border-radius:100px;}.elementor-589 .elementor-element.elementor-element-410f17e #eael-fg-no-items-found{text-align:center;color:#858e9a;border-radius:0px;}/* Start custom CSS for html, class: .elementor-element-1dc5ad8 */.about-waterstop{
    padding:80px 20px;
    background:#f4f8fc;
    font-family:'Prompt',sans-serif;
}

.about-waterstop .container{
    max-width:1200px;
    margin:auto;
}

/* Hero */

.hero-section{
    text-align:center;
    margin-bottom:70px;
}

.company-tag{
    display:inline-block;
    background:linear-gradient(135deg,#0d6efd,#00a6ff);
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
}

.hero-section h1{
    font-size:48px;
    margin:20px 0 10px;
    color:#0b2c5f;
}

.hero-section h2{
    color:#0d6efd;
    margin-bottom:20px;
    font-size:28px;
}

.hero-section p{
    max-width:900px;
    margin:auto;
    color:#5f6b7a;
    line-height:1.9;
}

/* Company Info */

.company-info{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-bottom:60px;
}

.info-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(13,110,253,.08);
}

.info-card h3{
    color:#0d6efd;
    margin-bottom:20px;
}

.info-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.info-card li{
    margin-bottom:12px;
    color:#5f6b7a;
    line-height:1.8;
}

/* Services */

.services-section{
    margin-bottom:60px;
}

.services-section h2{
    text-align:center;
    margin-bottom:35px;
    color:#0b2c5f;
    font-size:38px;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.service-box{
    background:#fff;
    padding:30px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 8px 25px rgba(13,110,253,.08);
    transition:.3s;
}

.service-box:hover{
    transform:translateY(-6px);
}

.icon{
    font-size:48px;
    margin-bottom:15px;
}

.service-box h3{
    color:#0d6efd;
    margin-bottom:12px;
    font-size:20px;
}

.service-box p{
    color:#5f6b7a;
    line-height:1.8;
}

/* Why Us */

.why-us{
    margin-bottom:60px;
}

.why-us h2{
    text-align:center;
    margin-bottom:30px;
    color:#0b2c5f;
    font-size:38px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.why-grid div{
    background:#fff;
    padding:25px;
    text-align:center;
    border-radius:15px;
    color:#0b2c5f;
    font-weight:600;
    box-shadow:0 8px 20px rgba(13,110,253,.08);
}

/* Vision */

.vision-section{
    background:linear-gradient(135deg,#0b2c5f,#0d6efd);
    color:#fff;
    padding:60px 40px;
    border-radius:20px;
    text-align:center;
    margin-bottom:60px;
    box-shadow:0 15px 35px rgba(13,110,253,.20);
}

.vision-section h2{
    margin-bottom:20px;
    color:#fff;
    font-size:36px;
}

.vision-section p{
    max-width:850px;
    margin:auto;
    line-height:1.9;
}

/* CTA */

.contact-box{
    background:linear-gradient(135deg,#0b2c5f,#0d6efd);
    color:#fff;
    text-align:center;
    padding:60px 30px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(13,110,253,.20);
}

.contact-box h2{
    font-size:36px;
    margin-bottom:15px;
}

.contact-box p{
    margin-bottom:25px;
    line-height:1.8;
}

.contact-btn{
    display:inline-block;
    background:#00a6ff;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.contact-btn:hover{
    background:#0088dd;
    transform:translateY(-3px);
}

/* Tablet */

@media(max-width:1024px){

    .company-info{
        grid-template-columns:1fr;
    }

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .hero-section h1{
        font-size:38px;
    }

    .services-section h2,
    .why-us h2{
        font-size:32px;
    }
}

/* Mobile */

@media(max-width:767px){

    .about-waterstop{
        padding:60px 15px;
    }

    .services-grid,
    .why-grid{
        grid-template-columns:1fr;
    }

    .hero-section h1{
        font-size:28px;
    }

    .hero-section h2{
        font-size:20px;
    }

    .services-section h2,
    .why-us h2,
    .vision-section h2,
    .contact-box h2{
        font-size:24px;
    }

    .vision-section{
        padding:35px 20px;
    }

    .contact-btn{
        width:100%;
        max-width:320px;
    }
}/* End custom CSS */