

.ag-eyebrow{
display:inline-block;
font-size:13px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
color:#f68833;
margin-bottom:12px;
}

.ag-heading{
font-size:42px;
font-weight:700;
color:#3a4096;
line-height:1.2;
margin-bottom:20px;
}

.ag-subtext{
font-size:16px;
line-height:1.8;
color:#666;
max-width:850px;
margin:0 auto 50px;
}

.ag-card{
background:#fff;
border-radius:14px;
padding:35px 28px;
height:100%;
border:2px solid #eef0fb;
transition:.35s ease;
}

.ag-card:hover{
transform:translateY(-8px);
border-color:#325bc9;
box-shadow:0 15px 40px rgba(50,91,201,.12);
}

.ag-icon{
width:75px;
height:75px;
border-radius:50%;
background:linear-gradient(135deg,#f68833,#e56718);
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px;
}

.ag-icon i{
font-size:28px;
color:#fff;
}

.ag-card h4{
font-size:20px;
font-weight:700;
color:#3a4096;
margin-bottom:12px;
}

.ag-card p{
font-size:14px;
line-height:1.8;
color:#777;
margin:0;
}

.ag-highlight{
background:linear-gradient(
135deg,
#3a4096 0%,
#325bc9 100%
);
border-radius:20px;
padding:50px;
margin-top:60px;
}

.ag-highlight h3{
font-size:34px;
font-weight:700;
color:#fff;
margin-bottom:20px;
}

.ag-highlight p{
font-size:16px;
line-height:1.9;
color:rgba(255,255,255,.85);
margin-bottom:0;
}

@media(max-width:767px){

.ag-heading{
font-size:30px;
}

.ag-highlight{
padding:30px;
}

.ag-highlight h3{
font-size:24px;
}

}



.agt-label{
font-size:13px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
color:#f68833;
display:block;
margin-bottom:10px;
}

.agt-heading{
font-size:42px;
font-weight:700;
color:#fff;
margin-bottom:15px;
}

.agt-sub{
font-size:16px;
color:rgba(255,255,255,.8);
max-width:850px;
line-height:1.8;
margin-bottom:40px;
}

.agt-tabs{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-bottom:40px;
}

.agt-btn{
background:rgba(255,255,255,.10);
border:2px solid rgba(255,255,255,.20);
color:#fff;
padding:12px 24px;
border-radius:50px;
font-size:14px;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.agt-btn.active,
.agt-btn:hover{
background:#f68833;
border-color:#f68833;
}

.agt-panel{
display:none;
}

.agt-panel.active{
display:flex;
flex-wrap:wrap;
}

.agt-img{
border-radius:20px;
overflow:hidden;
}

.agt-img img{
width:100%;
height:450px;
object-fit:cover;
display:block;
border-radius:20px;
}

.agt-content{
padding-left:40px;
display:flex;
flex-direction:column;
justify-content:center;
}

.agt-content h3{
font-size:32px;
font-weight:700;
color:#fff;
margin-bottom:18px;
}

.agt-content p{
font-size:15px;
line-height:1.9;
color:rgba(255,255,255,.85);
margin-bottom:20px;
}

.agt-list{
list-style:none;
padding:0;
margin:0 0 25px;
}

.agt-list li{
padding:8px 0;
padding-left:24px;
position:relative;
font-size:14px;
color:rgba(255,255,255,.75);
}

.agt-list li:before{
content:"✓";
position:absolute;
left:0;
color:#f68833;
font-weight:700;
}

.agt-btn-link{
display:inline-block;
background:#f68833;
color:#fff!important;
text-align: center;
padding:13px 30px;
border-radius:8px;
font-weight:700;
text-decoration:none;
width: 50%;
}

@media(max-width:767px){

.agt-heading{
font-size:30px;
}

.agt-content{
padding-left:0;
padding-top:30px;
}

.agt-img img{
height:280px;
}

.agt-btn-link{

width: 100%;
}

}



.afp-label{
font-size:13px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
color:#f68833;
display:block;
margin-bottom:10px;
}

.afp-heading{
font-size:42px;
font-weight:700;
color:#3a4096;
margin-bottom:15px;
}

.afp-sub{
font-size:16px;
color:#777;
line-height:1.8;
max-width:850px;
margin:0 auto 50px;
}

/* FEATURES */

.afp-feature-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:20px;
margin-bottom:80px;
}

.afp-feature-card{
background:#fff;
padding:25px;
border-radius:15px;
border:1px solid #eef0fb;
transition:.3s;
}

.afp-feature-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(58,64,150,.10);
}

.afp-feature-icon{
width:60px;
height:60px;
border-radius:12px;
background:linear-gradient(135deg,#3a4096,#325bc9);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:18px;
}

.afp-feature-icon i{
font-size:24px;
color:#fff;
}

.afp-feature-card h4{
font-size:18px;
font-weight:700;
color:#3a4096;
margin-bottom:10px;
}

.afp-feature-card p{
font-size:14px;
color:#666;
line-height:1.8;
margin:0;
}

/* STATS */

.afp-stats{
background:linear-gradient(135deg,#3a4096,#325bc9);
border-radius:20px;
padding:40px;
margin-bottom:80px;
}

.afp-stat{
text-align:center;
}

.afp-stat h3{
font-size:42px;
font-weight:800;
color:#fff;
margin-bottom:8px;
}

.afp-stat p{
color:rgba(255,255,255,.75);
margin:0;
font-size:14px;
}

/* PROCESS */

.afp-process-heading{
font-size:38px;
font-weight:700;
color:#3a4096;
margin-bottom:50px;
text-align:center;
}

.afp-step{
    position:relative;
    text-align:center;
    z-index:2;
}

.afp-step-circle{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#f68833,#e56a1d);
    color:#fff;
    font-size:28px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    border:5px solid #fff;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.afp-step h4{
font-size:18px;
font-weight:700;
color:#3a4096;
margin-bottom:10px;
}

.afp-step p{
font-size:14px;
color:#666;
line-height:1.8;
}

.afp-cta{
margin-top:60px;
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.afp-cta h3{
color:#3a4096;
font-size:32px;
font-weight:700;
margin-bottom:15px;
}

.afp-cta p{
color:#666;
line-height:1.8;
margin-bottom:20px;
}

.afp-btn{
display:inline-block;
background:#f68833;
color:#fff!important;
padding:14px 35px;
border-radius:8px;
font-weight:700;
text-decoration:none;
}

@media(max-width:767px){

.afp-heading{
font-size:30px;
}

.afp-process-heading{
font-size:28px;
}

.afp-stat{
margin-bottom:30px;
}

}

@media(max-width:991px){

    .afp-process-wrapper::before{
        display:none;
    }

    .afp-step{
        margin-bottom:30px;
    }

}




.agfaq-eyebrow{
font-size:13px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
color:#f68833;
display:block;
margin-bottom:10px;
}

.agfaq-heading{
font-size:42px;
font-weight:700;
color:#3a4096;
line-height:1.2;
margin-bottom:40px;
}

/* FAQ */

.agfaq-item{
border:2px solid #eef0fb;
border-radius:12px;
margin-bottom:15px;
overflow:hidden;
transition:.3s;
}

.agfaq-item.active{
border-color:#325bc9;
}

.agfaq-question{
padding:20px 24px;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
font-size:16px;
font-weight:600;
color:#3a4096;
}

.agfaq-icon{
width:30px;
height:30px;
background:#eef0fb;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
color:#325bc9;
}

.agfaq-item.active .agfaq-icon{
background:#f68833;
color:#fff;
}

.agfaq-answer{
display:none;
padding:0 24px 20px;
font-size:15px;
line-height:1.9;
color:#666;
}

.agfaq-item.active .agfaq-answer{
display:block;
}

/* CTA */

.agcta-box{
background:linear-gradient(
135deg,
#3a4096 0%,
#325bc9 100%
);
border-radius:25px;
padding:50px 40px;
height:100%;
}

.agcta-title{
font-size:34px;
font-weight:800;
color:#fff;
line-height:1.3;
margin-bottom:20px;
}

.agcta-text{
font-size:15px;
line-height:1.9;
color:rgba(255,255,255,.82);
margin-bottom:25px;
}

.ag-stat-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin:35px 0;
}

.ag-stat h3{
font-size:28px;
font-weight:800;
color:#fff;
margin-bottom:5px;
}

.ag-stat p{
font-size:12px;
color:rgba(255,255,255,.7);
text-transform:uppercase;
letter-spacing:1px;
margin:0;
}

.agcta-btn{
display:inline-block;
background:#f68833;
color:#fff!important;
padding:14px 35px;
border-radius:8px;
font-weight:700;
text-decoration:none;
margin-top:10px;
}

.ag-contact{
margin-top:30px;
padding-top:25px;
border-top:1px solid rgba(255,255,255,.15);
}

.ag-contact a{
display:block;
color:rgba(255,255,255,.85);
text-decoration:none;
margin-bottom:10px;
font-size:14px;
}

.ag-bottom-section{
margin-top:70px;
background:#f7f9ff;
border-radius:20px;
padding:50px;
text-align:center;
}

.ag-bottom-section h2{
font-size:38px;
font-weight:700;
color:#3a4096;
margin-bottom:20px;
}

.ag-bottom-section p{
font-size:16px;
line-height:1.9;
color:#666;
max-width:900px;
margin:auto;
}

@media(max-width:767px){

.agfaq-heading{
font-size:30px;
}

.agcta-title{
font-size:28px;
}

.ag-bottom-section{
padding:30px;
}

.ag-bottom-section h2{
font-size:28px;
}

}


.terrace-pool-section{
    background:#ececec;
    padding:80px 0;
}

.terrace-content{
    padding-right:50px;
}

.terrace-content h2{
    font-size:42px;
    font-weight:700;
    color:#f1852d;
    line-height:1.15;
    margin-bottom:30px;
}

.terrace-content p{
    font-size:16px;
    line-height:2;
    color:#000;
    margin-bottom:25px;
    text-align:justify;
}

.terrace-btn{
    display:inline-block;
    background:#4647a6;
    color:#fff;
    text-decoration:none;
    padding:12px 25px;
    border-radius:6px;
    font-size:12px;
    font-weight:500;
    transition:.3s;
}

.terrace-btn:hover{
    background:#36378f;
    color:#fff;
}

.terrace-image{
    overflow:hidden;
}

.terrace-image img{
    width:100%;
    height:480px;
    object-fit:cover;
    display:block;
    border-radius:8px;
}

/* Tablet */

@media(max-width:991px){

    .terrace-content{
        padding-right:0;
    }

    .terrace-content h2{
        font-size:36px;
    }

    .terrace-image img{
        height:400px;
    }
}

/* Mobile */

@media(max-width:767px){

    .terrace-pool-section{
        padding:50px 15px;
    }

    .terrace-content h2{
        font-size:30px;
    }

    .terrace-content p{
        font-size:12px;
        line-height:1.8;
    }

    .terrace-image img{
        height:2800px;
    }

    .terrace-btn{
        width:100%;
        text-align:center;
    }
}

.terrace-image .carousel-item img{
    width:100%;
    height:480px;
    object-fit:cover;
}

@media(max-width:991px){
    .terrace-image .carousel-item img{
        height:380px;
    }
}

@media(max-width:767px){
    .terrace-image .carousel-item img{
        height:220px;
    }
}