
.wc-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f68833;
    margin-bottom: 12px;
}
.wc-heading {
    font-size: 38px;
    font-weight: 700;
    color: #3a4096;
    margin-bottom: 14px;
    line-height: 1.2;
}
.wc-subtext {
    color: #666;
    font-size: 16px;
    max-width: 640px;
    margin: 0 auto 50px;
    line-height: 1.7;
}
.wc-card {
    border-radius: 12px;
    padding: 36px 28px;
    text-align: center;
    border: 2px solid #eef0fb;
    transition: all 0.3s ease;
    height: 100%;
    background: #fff;
}
.wc-card:hover {
    border-color: #325bc9;
    box-shadow: 0 12px 36px rgba(50,91,201,0.12);
    transform: translateY(-6px);
}
.wc-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f68833 0%, #e55d1a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.wc-icon-wrap i { font-size: 28px; color: #fff; }
.wc-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #3a4096;
    margin-bottom: 10px;
}
.wc-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.65;
    margin: 0;
}

.pt-label {
font-size: 13px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: #f68833;
display: block;
margin-bottom: 10px;
}
.pt-heading {
font-size: 38px;
font-weight: 700;
color: #fff;
margin-bottom: 40px;
}
.pt-tabs {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 36px;
}
.pt-tab-btn {
background: rgba(255,255,255,0.1);
border: 2px solid rgba(255,255,255,0.2);
color: #fff;
padding: 10px 22px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
}
.pt-tab-btn:hover, .pt-tab-btn.active {
background: #f68833;
border-color: #f68833;
color: #fff;
}
.pt-tab-panel { display: none; }
.pt-tab-panel.active { display: flex; flex-wrap: wrap;}
.pt-panel-img {
border-radius: 20px;
overflow: hidden;

aspect-ratio: 16 / 9;
}
.pt-panel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 16px;
    display: block;
}
.pt-panel-img .pt-img-placeholder {
color: rgba(255,255,255,0.35);
font-size: 14px;
text-align: center;
padding: 30px;
}
.pt-panel-body {
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 40px;
}
.pt-panel-body h3 {
font-size: 28px;
font-weight: 700;
color: #fff;
margin-bottom: 14px;
}
.pt-panel-body p {
font-size: 15px;
color: rgba(255,255,255,0.82);
line-height: 1.8;
margin-bottom: 24px;
}
.pt-features-list {
list-style: none;
padding: 0;
margin: 0 0 28px;
}
.pt-features-list li {
font-size: 14px;
color: rgba(255,255,255,0.75);
padding: 6px 0;
padding-left: 22px;
position: relative;
}
.pt-features-list li::before {
content: '✓';
position: absolute;
left: 0;
color: #f68833;
font-weight: 700;
}
.pt-cta-btn {
display: inline-block;
background: #f68833;
color: #fff !important;
padding: 12px 30px;
border-radius: 6px;
font-weight: 700;
font-size: 14px;
text-decoration: none;
transition: background 0.3s;
align-self: flex-start;
}
.pt-cta-btn:hover { background: #e0711f; }
@media (max-width: 767px) {
.pt-panel-body { padding-left: 0; padding-top: 24px; }
.pt-tab-panel.active { flex-direction: column; }
}


.ip-eyebrow {
font-size: 13px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: #f68833;
display: block;
margin-bottom: 10px;
}
.ip-heading {
font-size: 38px;
font-weight: 700;
color: #3a4096;
margin-bottom: 12px;
}
.ip-sub {
font-size: 16px;
color: #777;
margin-bottom: 56px;
}
/* Features list */
.ip-features-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 16px;
margin-bottom: 64px;
}
.ip-feat-item {
display: flex;
align-items: flex-start;
gap: 14px;
background: #fff;
border-radius: 10px;
padding: 18px 20px;
border-left: 4px solid #f68833;
box-shadow: 0 2px 12px rgba(58,64,150,0.06);
}
.ip-feat-icon {
width: 36px;
height: 36px;
border-radius: 8px;
background: linear-gradient(135deg, #3a4096, #325bc9);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.ip-feat-icon i { font-size: 15px; color: #fff; }
.ip-feat-text {
font-size: 14px;
color: #555;
line-height: 1.5;
font-weight: 500;
}
/* Steps */
.ip-steps-label {
font-size: 13px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: #f68833;
display: block;
margin-bottom: 10px;
}
.ip-steps-heading {
font-size: 32px;
font-weight: 700;
color: #3a4096;
margin-bottom: 40px;
}
.ip-steps-row {
display: flex;
flex-wrap: wrap;
position: relative;
}
.ip-steps-row::before {
content: '';
position: absolute;
top: 36px;
left: 10%;
right: 10%;
height: 3px;
background: linear-gradient(90deg, #f68833, #325bc9);
z-index: 0;
}
.ip-step {
flex: 1;
min-width: 160px;
text-align: center;
position: relative;
z-index: 1;
padding: 0 12px;
}
.ip-step-num {
width: 72px;
height: 72px;
border-radius: 50%;
background: #fff;
border: 3px solid #325bc9;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 22px;
font-weight: 800;
color: #325bc9;
box-shadow: 0 4px 16px rgba(50,91,201,0.15);
transition: all 0.3s;
}
.ip-step:hover .ip-step-num {
background: #f68833;
border-color: #f68833;
color: #fff;
}
.ip-step h4 {
font-size: 15px;
font-weight: 700;
color: #3a4096;
margin-bottom: 8px;
}
.ip-step p {
font-size: 13px;
color: #888;
line-height: 1.6;
margin: 0;
}
.ip-bottom-bar {
margin-top: 56px;
background: linear-gradient(135deg, #3a4096 0%, #325bc9 100%);
border-radius: 16px;
padding: 32px 40px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
}
.ip-bottom-bar p { color: rgba(255,255,255,0.85); font-size: 16px; margin: 0; }
.ip-bottom-bar strong { color: #fff; }
.ip-bottom-btn {
display: inline-block;
background: #f68833;
color: #fff !important;
padding: 13px 34px;
border-radius: 6px;
font-weight: 700;
font-size: 15px;
text-decoration: none;
white-space: nowrap;
transition: background 0.3s;
}
.ip-bottom-btn:hover { background: #e0711f; }
@media (max-width: 600px) {
.ip-steps-row::before { display: none; }
.ip-step { min-width: 50%; margin-bottom: 36px; }
}


.fs-eyebrow {
font-size: 13px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: #f68833;
display: block;
margin-bottom: 10px;
}
.fs-heading {
font-size: 38px;
font-weight: 700;
color: #3a4096;
margin-bottom: 36px;
line-height: 1.2;
}
/* FAQ Accordion */
.fs-faq-item {
border: 2px solid #eef0fb;
border-radius: 10px;
margin-bottom: 12px;
overflow: hidden;
transition: border-color 0.3s;
}
.fs-faq-item.open { border-color: #325bc9; }
.fs-faq-q {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 22px;
cursor: pointer;
font-size: 15px;
font-weight: 600;
color: #3a4096;
user-select: none;
gap: 12px;
}
.fs-faq-q span { flex: 1; }
.fs-faq-icon {
width: 26px;
height: 26px;
border-radius: 50%;
background: #eef0fb;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 18px;
font-weight: 700;
color: #325bc9;
transition: all 0.3s;
line-height: 1;
}
.fs-faq-item.open .fs-faq-icon {
background: #f68833;
color: #fff;
transform: rotate(45deg);
}
.fs-faq-a {
display: none;
padding: 0 22px 18px;
font-size: 14px;
color: #666;
line-height: 1.75;
}
.fs-faq-item.open .fs-faq-a { display: block; }

/* Right CTA side */
.fs-cta-col {
background: linear-gradient(160deg, #3a4096 0%, #325bc9 100%);
border-radius: 20px;
padding: 52px 44px;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.fs-cta-col .fs-eyebrow { color: rgba(255,255,255,0.6); }
.fs-cta-col h2 {
font-size: 32px;
font-weight: 800;
color: #fff;
margin-bottom: 20px;
line-height: 1.3;
}
.fs-cta-col p {
font-size: 15px;
color: rgba(255,255,255,0.8);
line-height: 1.75;
margin-bottom: 32px;
}
.fs-stats {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
margin-bottom: 36px;
}
.fs-stat-num {
font-size: 22px;
font-weight: 800;
color: #fff;
line-height: 1;
margin-bottom: 4px;
}
.fs-stat-num span { font-size: 22px; color: #f68833; }
.fs-stat-desc {
font-size: 12px;
color: rgba(255,255,255,0.6);
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.4;
}
.fs-cta-btn {
display: inline-block;
background: #f68833;
color: #fff !important;
padding: 14px 36px;
border-radius: 8px;
font-weight: 800;
font-size: 15px;
text-decoration: none;
transition: all 0.3s;
align-self: flex-start;
}
.fs-cta-btn:hover { background: #e0711f; }
.fs-contact-details {
margin-top: 28px;
padding-top: 24px;
border-top: 1px solid rgba(255,255,255,0.15);
}
.fs-contact-details a {
color: rgba(255,255,255,0.8);
text-decoration: none;
font-size: 14px;
display: block;
margin-bottom: 8px;
}
.fs-contact-details a:hover { color: #f68833; }
.fs-contact-details i { margin-right: 8px; }
@media (max-width: 991px) {
.fs-cta-col { margin-top: 40px; }
}


.pool-section {
    background: #ececec;
    padding: 80px 40px;
}

.pool-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.pool-content {
    padding: 0 20px;
}

.pool-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #f28c28;
    margin-bottom: 30px;
    line-height: 1;
}

.pool-content p {
    font-size: 16px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
}

.enquire-btn {
    display: inline-block;
    background: #43439c;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 13px;
    transition: 0.3s;
}

.enquire-btn:hover {
    background: #353584;
    color: #fff;
}

/* Tablet */
@media (max-width: 991px) {
    .pool-content h2 {
        font-size: 34px;
    }

    .pool-content p {
        font-size: 16px;
        line-height: 1.8;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .pool-section {
        padding: 50px 20px;
    }

    .pool-content {
        padding: 20px 0 0;
    }

    .pool-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .pool-content p {
        font-size: 12px;
        line-height: 1.7;
    }

    .enquire-btn {
        width: 100%;
        text-align: center;
    }
}

.pool-image .carousel-item img{
    width:100%;
    height:450px;
    object-fit:cover;
    border-radius:10px;
}

@media(max-width:768px){
    .pool-image .carousel-item img{
        height:300px;
    }
}