.elementor-991 .elementor-element.elementor-element-83363d7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-991 .elementor-element.elementor-element-0522116{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-991 .elementor-element.elementor-element-a2781aa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-18296f4 */.pool-hero{
    position:relative;
    height:65vh;
    min-height:450px;
    background:linear-gradient(135deg,#7F4713,#5a3210); /* SAME BRAND */
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* WATER BASE (still gold-based, not blue) */
.pool-water{
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        rgba(240,232,220,0.08),
        rgba(127,71,19,0.95)
    );
    animation:waterMove 6s ease-in-out infinite;
}

@keyframes waterMove{
    0%,100%{ transform:scale(1); }
    50%{ transform:scale(1.02); }
}

/* RIPPLE EFFECT (subtle gold rings only) */
.pool-ripple{
    position:absolute;
    border:2px solid rgba(240,232,220,0.25);
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    animation:ripple 5s infinite;
}

.r1{ width:200px; height:200px; }
.r2{ width:350px; height:350px; animation-delay:1.5s; }

@keyframes ripple{
    0%{
        transform:translate(-50%,-50%) scale(0.6);
        opacity:0.6;
    }
    100%{
        transform:translate(-50%,-50%) scale(1.8);
        opacity:0;
    }
}

/* CONTENT (same style as other pages = consistency) */
.pool-content{
    position:relative;
    z-index:2;
    text-align:center;
    max-width:750px;
    padding:20px;
    color:#fff;
}

/* TAG */
.pool-tag{
    font-size:12px;
    letter-spacing:4px;
    color:rgba(240,232,220,0.85);
}

/* HEADING (UNCHANGED STYLE RULE) */
.pool-content h1{
    font-size:60px;
    line-height:1.05;
    margin:20px 0;
    color:#fff; /* SAME AS OTHER HEROES */
}

/* DESCRIPTION */
.pool-content p{
    font-size:16px;
    line-height:2;
    color:rgba(240,232,220,0.85);
    max-width:650px;
    margin:auto;
}

/* META */
.pool-meta{
    margin-top:20px;
    font-size:11px;
    letter-spacing:4px;
    color:#C68C5F;
}

/* MOBILE */
@media(max-width:768px){
    .pool-hero{
        height:auto;
        padding:80px 6%;
    }

    .pool-content h1{
        font-size:34px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e573d91 *//* ==========================
   POOL PROJECTS EXHIBITION
========================== */

.pps-gallery{
    background:#F5F1EB;
    padding:90px 7%;
    position:relative;
    overflow:hidden;
}

/* heading */

.pps-head{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:80px;
}

.pps-head h2{
    font-size:42px;
    color:#1a1a1a;
    margin-bottom:12px;
}

.pps-head p{
    color:#666;
    line-height:1.9;
}

/* floating words */

.pps-bg-word{
    position:absolute;
    font-size:120px;
    font-weight:700;
    color:rgba(127,71,19,.03);
    pointer-events:none;
    user-select:none;
}

.pps-w1{top:10%;left:-2%;}
.pps-w2{top:35%;right:-2%;}
.pps-w3{top:55%;left:5%;}
.pps-w4{top:80%;right:5%;}

/* image blocks */

.pps-item{
    width:72%;
    margin-bottom:30px;
}

.pps-item.left{
    margin-right:auto;
}

.pps-item.right{
    margin-left:auto;
}

/* images */

.pps-item img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
    border-radius:22px;
    transition:.5s ease;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.pps-item img:hover{
    transform:scale(1.03);
    box-shadow:0 30px 60px rgba(0,0,0,.14);
}

/* divider */

.pps-line{
    width:140px;
    height:2px;
    background:#C68C5F;
    margin:40px auto;
    position:relative;
}

.pps-line::after{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#7F4713;
    top:-4px;
    left:0;
    animation:ppsMove 4s linear infinite;
}

@keyframes ppsMove{

    0%{
        left:0;
    }

    100%{
        left:100%;
    }

}

/* CTA */

.pps-cta-wrap{
    text-align:center;
    margin-top:100px;
}

.pps-cta-wrap h3{
    font-size:42px;
    color:#1a1a1a;
    margin-bottom:15px;
}

.pps-cta-wrap p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.pps-btn{
    display:inline-block;
    padding:16px 34px;
    background:#7F4713 !important;
    color:#F0E8DC !important;
    text-decoration:none !important;
    border-radius:40px;
    transition:.35s ease;
}

.pps-btn:hover{
    background:#5A3210 !important;
    color:#F0E8DC !important;
    transform:translateY(-4px);
}

/* mobile */

@media(max-width:768px){

    .pps-gallery{
        padding:70px 6%;
    }

    .pps-item{
        width:100%;
    }

    .pps-item img{
        height:260px;
    }

    .pps-head h2,
    .pps-cta-wrap h3{
        font-size:30px;
    }

    .pps-bg-word{
        display:none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c704ed2 *//* POOL EXPERIENCE */

.pms-pool-experience{
background:#F0E8DC;
padding:90px 6%;
}

.pms-pool-wrap{
max-width:1300px;
margin:auto;
}

.pms-pool-head{
max-width:900px;
margin:auto;
text-align:center;
margin-bottom:50px;
}

.pms-pool-head span{
font-size:11px;
letter-spacing:3px;
font-weight:700;
color:#7F4713;
}

.pms-pool-head h2{
font-size:56px;
line-height:1.05;
color:#1B130D;
margin:15px 0;
}

.pms-pool-head p{
line-height:1.9;
color:#5d5045;
}

.pms-pool-features{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.pms-pool-feature{
background:#fff;
padding:28px;
border-radius:18px;
border:1px solid rgba(127,71,19,.08);
transition:.3s;
}

.pms-pool-feature:hover{
transform:translateY(-5px);
border-color:#C68C5F;
}

.pms-pool-feature h3{
color:#1B130D;
font-size:22px;
margin-bottom:10px;
}

.pms-pool-feature p{
color:#5d5045;
line-height:1.8;
}

/* FAQ */

.pms-pool-faq{
background:#1B130D;
padding:90px 6%;
}

.pms-pool-faq-wrap{
max-width:1000px;
margin:auto;
}

.pms-pool-faq h2{
text-align:center;
font-size:48px;
color:#F0E8DC;
margin-bottom:35px;
}

.pms-pool-faq details{
background:rgba(255,255,255,.03);
padding:18px 22px;
margin-bottom:12px;
border-radius:14px;
border:1px solid rgba(198,140,95,.15);
}

.pms-pool-faq summary{
cursor:pointer;
font-weight:600;
color:#F0E8DC;
}

.pms-pool-faq p{
margin-top:12px;
color:rgba(240,232,220,.75);
line-height:1.8;
}

/* CTA */

.pms-pool-cta{
background:#F0E8DC;
padding:100px 6%;
text-align:center;
}

.pms-pool-cta-inner{
max-width:850px;
margin:auto;
}

.pms-pool-cta-inner span{
font-size:11px;
letter-spacing:3px;
font-weight:700;
color:#7F4713;
}

.pms-pool-cta-inner h2{
font-size:56px;
line-height:1.05;
color:#1B130D;
margin:20px 0;
}

.pms-pool-cta-inner p{
line-height:1.9;
color:#5d5045;
margin-bottom:30px;
}

.pms-pool-btn{
display:inline-block;
padding:15px 36px;
background:#C68C5F;
color:#fff !important;
text-decoration:none !important;
border-radius:50px;
font-weight:700;
transition:.3s;
}

.pms-pool-btn:hover{
background:#7F4713;
transform:translateY(-3px);
}

@media(max-width:768px){

.pms-pool-features{
grid-template-columns:1fr;
}

.pms-pool-head h2,
.pms-pool-faq h2,
.pms-pool-cta-inner h2{
font-size:34px;
}

}/* End custom CSS */