.elementor-1314 .elementor-element.elementor-element-5b25670{--display:flex;}.elementor-1314 .elementor-element.elementor-element-cfd0631{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6859093 */.services-hero{

    position:relative;

    min-height:650px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:150px 20px 100px;

    background-image:url("https://puadhconstruction.com/wp-content/uploads/2026/06/PUADH-Construction-house.png");
    background-size:cover;
    background-position:center;

    overflow:hidden;
}

.services-overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(
        rgba(0,0,0,.60),
        rgba(0,0,0,.55)
    );
}

.services-content{

    position:relative;
    z-index:2;

    max-width:900px;

    text-align:center;

    animation:fadeUp 1s ease;
}

.services-tag{

    display:inline-block;

    color:#d89b29;

    font-size:14px;
    font-weight:700;

    letter-spacing:2px;

    margin-bottom:20px;
}

.services-content h1{

    color:#ffffff;

    font-size:clamp(42px,6vw,90px);

    line-height:1.1;

    font-weight:800;

    margin-bottom:25px;
}

.services-content p{

    color:#ffffff;

    font-size:clamp(16px,1.5vw,22px);

    line-height:1.8;

    max-width:800px;

    margin:0 auto 35px;
}

.services-btn{

    display:inline-block;

    background:#d89b29;

    color:#122447;

    text-decoration:none;

    padding:16px 34px;

    border-radius:12px;

    font-size:16px;
    font-weight:700;

    transition:.4s ease;
}

.services-btn:hover{

    transform:translateY(-4px);

    background:#ffffff;
}

/* ANIMATION */

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* TABLET */

@media(max-width:1024px){

.services-hero{
    min-height:550px;
}

}

/* MOBILE */

@media(max-width:767px){

.services-hero{

    min-height:500px;

    padding:120px 20px 70px;
}

.services-content h1{
    font-size:48px;
}

.services-content p{
    font-size:16px;
}

.services-btn{
    width:100%;
    max-width:280px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d544871 */.services-section{
    padding:100px 20px;
    background:#f8f6f6;
}

.services-heading{
    max-width:800px;
    margin:auto;
    text-align:center;
    margin-bottom:60px;
}

.services-heading span{
    color:#d89b29;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.services-heading h2{
    font-size:clamp(36px,4vw,60px);
    color:#122447;
    margin:15px 0;
    line-height:1.1;
}

.services-heading p{
    color:#6f6f6f;
    line-height:1.8;
    font-size:17px;
}

.services-grid{
    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.service-card{

    background:#ffffff;

    padding:35px 25px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.4s ease;
}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.service-icon{

    width:80px;
    height:80px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#122447;

    display:flex;
    align-items:center;
    justify-content:center;
}

.service-icon i{

    font-size:32px;
    color:#d89b29;
}

.service-card h3{

    color:#122447;

    font-size:24px;

    margin-bottom:15px;

    line-height:1.3;
}

.service-card p{

    color:#6f6f6f;

    font-size:15px;

    line-height:1.8;

    margin-bottom:25px;
}

.service-card a{

    display:inline-block;

    background:#d89b29;

    color:#122447;

    text-decoration:none;

    padding:12px 20px;

    border-radius:10px;

    font-size:14px;

    font-weight:700;

    transition:.3s ease;
}

.service-card a:hover{
    background:#122447;
    color:#ffffff;
}

/* Tablet */

@media(max-width:1024px){

.services-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:767px){

.services-section{
    padding:70px 15px;
}

.services-grid{
    grid-template-columns:1fr;
}

.services-heading h2{
    font-size:36px;
}

.service-card{
    padding:30px 20px;
}

.service-card h3{
    font-size:22px;
}

}/* End custom CSS */