
.banner {
    background-position: center center !important;
    background-image: url(../images/board-ceo.jpg) !important;
    height: 45% !important;
}

.advisory-hero, .advisory-creative, .advisory-benefits, .advisory-benefits-split, .advisory-methodology {
    padding: 50px 0px;
}	
	.advisory-hero {
    padding: ;
    background: #ffffff;
}

.advisory-h1 {
    font-size: 38px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 15px;
}

.advisory-h2 {
    font-size: 18px;
    font-weight: 500;
    color: #475569;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}




.advisory-why {
    padding: 90px 0;
    background: #f8fafc;
}

.why-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 10px;
}

.why-divider {
    width: 70px;
    height: 3px;
    background: #2563eb;
    margin: 0 auto 25px;
}

.why-intro {
    font-size: 16px;
    color: #475569;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

.why-points {
    margin-bottom: 40px;
}

.why-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 30px;
    border-left: 4px solid #2563eb;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.why-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2933;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

.why-closing {
    font-size: 16px;
    color: #374151;
    line-height: 1.8;

}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    row-gap: 0px;
}

    .why-list li {
        background: #ffffff;
        padding: 16px 20px;
        margin-bottom: 18px;
        border: 1px solid #2563eb;
        /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06); */
        transition: all 0.3s ease;
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr; */
    }

        .why-list li:hover {
            transform: translateY(-4px);
            box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
        }


        .why-list li:nth-child(1) {
            background-color: #5e3874;
        }
        .why-list li:nth-child(2) {
            background-color: #4b4da1;
        }
        .why-list li:nth-child(3) {
            background-color: #033449;
        }
        .why-list li:nth-child(4) {
            background-color: #340761;
        }
    



    .why-list h4 {
        font-size: 18px;
        font-weight: 600;
        color: #0f172a;
        margin-bottom: 8px;
        color:#fff;
    }

    .why-list p {
        font-size: 15px;
        color: #fff;
        line-height: 1.6;
        margin: 0;
    }


.advisory-creative {
    padding:;
    background-color: #4b4da1;
}

.creative-title {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    font-weight:bold;
    margin-top:0px;
}

.creative-subtitle {
    font-size: 16px;
    color: #fff;
    max-width: 850px;
    margin: 0 auto 50px;
    line-height: 1.7;
}
.creative-item {
    margin-bottom: 70px;
    position: relative;
}

.creative-index span {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #737373;
    background: #fff;
    /* padding: 16px; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.creative-content {
    background: #ffffff;
    padding: 35px 40px;
    border-left: 5px solid #2563eb;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    border-radius: 6px;
}

.creative-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1f2933;
    margin-bottom: 15px;
    margin-top:0px;
}

.creative-content ul {
    padding-left: 18px;
    margin-bottom: 15px;
    margin-top:10px;
}

.creative-content ul li {
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 8px;
}

.creative-content p {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
}
		
.advisory-benefits {
    padding: ;
    background: #f8fafc;
}

.benefits-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 10px;
}

.benefits-divider {
    width: 80px;
    height: 3px;
    background: #2563eb;
    margin: 0 auto 25px;
}

.benefits-intro {
    font-size: 16px;
    color: #475569;
    max-width: 900px;
    margin: 0 auto 70px;
    line-height: 1.7;
}

.benefits-cards {
    margin-top: 20px;
}

.benefit-card {
    background: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.benefit-icon {
    font-size: 36px;
    display: block;
    margin-bottom: 15px;
}

.benefit-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2933;
    margin-bottom: 10px;
}

.benefit-card p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}
.advisory-benefits-split {
    padding:;
    background: #033449;
    padding-bottom:0px;
}

.advisory-benefits-left h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.advisory-benefits-left p{ color:#fff;
}

.benefits-intro {
    font-size: 16px;
    margin-bottom: 25px;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.benefits-list li {
    position: relative;
    padding-left: 32px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.6;
}

.benefits-list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
}

.benefits-closing {
    font-size: 15px;
    color: #fff;
    font-style: italic;
    line-height: 1.7;
}

.advisory-benefits-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-image img {

    max-width: 100%;
}

.advisory-methodology {
    background: #fff;
}

.method-title {
    font-size: 34px;
    font-weight: 700;
    color: #0f172a;
}

.method-divider {
    width: 70px;
    height: 3px;
    background: #2563eb;
    margin: 14px auto 22px;
}

.method-intro {
    font-size: 15px;
    color: #475569;
    max-width: 780px;
    margin: 0 auto 80px;
    line-height: 1.7;
}

/* Timeline */
.timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

    .timeline::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 2px;
        height: 100%;
        background: #e5e7eb;
        transform: translateX(-50%);
    }

/* Items */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 0 40px 60px;
}

    .timeline-item.left {
        left: 0;
        text-align: right;
    }

    .timeline-item.right {
        left: 50%;
        text-align: left;
    }

.timeline-item:nth-of-type(1)  .timeline-card{ background-color: #5e3874}
.timeline-item:nth-of-type(2) .timeline-card{ background-color:#4b4da1}
.timeline-item:nth-of-type(3) .timeline-card{ background-color:#033449}
.timeline-item:nth-of-type(4) .timeline-card{ background-color:#340761}
.timeline-item:nth-of-type(5) .timeline-card{ background-color:#07615d}


/* Step Badge */
.step-badge {
    position: absolute;
    top: 0px;
    background: #1d4ed8;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 20px;
}

.timeline-item.left .step-badge {
    right: -14px;
}

.timeline-item.right .step-badge {
    left: -14px;
}

/* Cards */
.timeline-card {
    background: #ffffff;
    padding: 28px 26px;
    border-radius: 10px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}

    .timeline-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 22px 55px rgba(0,0,0,0.12);
    }

    .timeline-card h4 {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 8px;
    }

    .timeline-card p {
        font-size: 14px;
        color: #fff;
        line-height: 1.6;
        margin: 0;
    }

/* Mobile */
@media (max-width: 768px) {
    .timeline::before {
        left: 8px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 40px;
        padding-right: 0;
        text-align: left;
    }

        .timeline-item.left,
        .timeline-item.right {
            left: 0;
        }

    .step-badge {
        left: 0 !important;
        right: auto;
    }
}


.advisory-cta {
    padding: 100px 0;
    background-color: #031a48;
    color: #ffffff;
}

.cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px !important;
    /* margin-bottom: 0px; */
}

.cta-text {
    font-size: 18px;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 15px;
    opacity: 0.95;
}

.cta-subtext {
    font-size: 16px;
    margin-bottom: 35px;
    opacity: 0.9;
}

.cta-btn {
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    background: #ffffff;
    color: #1e3a8a;
    border: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #f1f5f9;
    color: #1e40af;
}