﻿
.query-section {
    padding: 90px 0;
    background: linear-gradient(135deg,#f5f7ff,#ffffff);
    position: relative;
    overflow: hidden;
}

    .query-section::before {
        content: '';
        position: absolute;
        width: 320px;
        height: 320px;
        background: rgba(17,32,81,.04);
        border-radius: 50%;
        top: -100px;
        left: -100px;
    }

    .query-section::after {
        content: '';
        position: absolute;
        width: 260px;
        height: 260px;
        background: rgba(17,32,81,.03);
        border-radius: 50%;
        bottom: -80px;
        right: -80px;
    }

/* WRAPPER */

.query-wrapper {
    position: relative;
    z-index: 2;
}

/* FORM BOX */

.query-form-box {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 15px 45px rgba(17,32,81,.08);
}

.query-tag {
    display: inline-block;
    background: rgba(17,32,81,.08);
    color: #112051;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.query-form-box h2 {
    font-size: 42px;
    font-weight: 800;
    color: #112051;
    margin-bottom: 15px;
}

    .query-form-box h2 span {
        color: #2f4ec9;
    }

.query-form-box p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 35px;
}

/* INPUT */

.form-group-custom {
    margin-bottom: 20px;
}

.query-input {
    width: 100%;
    height: 58px;
    border: 2px solid #e6eaf7;
    border-radius: 14px;
    padding: 0 20px;
    font-size: 15px;
    transition: .3s ease;
    outline: none;
}

    .query-input:focus {
        border-color: #112051;
        box-shadow: 0 0 0 4px rgba(17,32,81,.08);
    }

.query-textarea {
    height: auto;
    padding-top: 18px;
    resize: none;
}

/* BUTTON */

.query-btn {
    width: 100%;
    height: 58px;
    border: none;
    background: #112051;
    color: #fff;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 600;
    transition: .4s ease;
    box-shadow: 0 12px 30px rgba(17,32,81,.15);
}

    .query-btn:hover {
        background: #1e347c;
        transform: translateY(-3px);
    }

/* CTA CARD */

.investment-card {
    position: relative;
    background: linear-gradient(135deg,#112051,#243f95);
    padding: 70px 50px;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
    height: 100%;
}

.shape-circle {
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255,255,255,.05);
    border-radius: 50%;
    top: -120px;
    right: -120px;
}

.investment-badge {
    display: inline-block;
    background: rgba(255,255,255,.12);
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.investment-card h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.investment-card p {
    color: #dce4ff;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

/* CTA BUTTON */

.investment-btn {
    display: inline-block;
    padding: 16px 34px;
    background: #fff;
    color: #112051;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 700;
    transition: .4s ease;
    position: relative;
    z-index: 2;
}

    .investment-btn:hover {
        background: #edf2ff;
        color: #112051;
        transform: translateY(-4px);
    }

/* RESPONSIVE */

@media(max-width:991px) {

    .query-form-box,
    .investment-card {
        padding: 40px 30px;
    }

        .query-form-box h2,
        .investment-card h2 {
            font-size: 34px;
        }
}

@media(max-width:768px) {

    .query-section {
        padding: 60px 0;
    }

    .query-form-box,
    .investment-card {
        padding: 30px 22px;
        border-radius: 22px;
    }

        .query-form-box h2,
        .investment-card h2 {
            font-size: 28px;
        }

        .investment-card p {
            font-size: 15px;
        }
}

.work-process-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff, #f5f7ff);
    position: relative;
    overflow: hidden;
}

    .work-process-section::before {
        content: '';
        position: absolute;
        width: 320px;
        height: 320px;
        background: rgba(17,32,81,0.04);
        border-radius: 50%;
        top: -100px;
        right: -100px;
    }

    .work-process-section::after {
        content: '';
        position: absolute;
        width: 260px;
        height: 260px;
        background: rgba(17,32,81,0.03);
        border-radius: 50%;
        bottom: -80px;
        left: -80px;
    }

/* TITLE */

.process-title {
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.process-badge {
    display: inline-block;
    background: rgba(17,32,81,0.08);
    color: #112051;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.process-title h2 {
    font-size: 50px;
    font-weight: 800;
    color: #112051;
    margin-bottom: 18px;
}

    .process-title h2 span {
        color: #2f4ec9;
    }

.process-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

/* PROCESS WRAPPER */

.process-wrapper {
    position: relative;
    z-index: 2;
}

/* CARD */

.process-card {
    background: #112051;
    border-radius: 28px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: 0.4s ease;
    box-shadow: 0 18px 40px rgba(17,32,81,0.15);
}

    .process-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 28px 50px rgba(17,32,81,0.25);
    }

    .process-card::before {
        content: '';
        position: absolute;
        width: 180px;
        height: 180px;
        background: rgba(255,255,255,0.05);
        border-radius: 50%;
        top: -70px;
        right: -70px;
    }

/* STEP NUMBER */

.step-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 55px;
    font-weight: 800;
    color: rgba(255,255,255,0.08);
    line-height: 1;
}

/* ICON */

.process-icon {
    width: 85px;
    height: 85px;
    background: rgba(255,255,255,0.12);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    transition: 0.4s ease;
}

    .process-icon i {
        color: #fff;
        font-size: 34px;
    }

.process-card:hover .process-icon {
    transform: rotate(-8deg) scale(1.08);
}

/* TITLE */

.process-card h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

/* TEXT */

.process-card p {
    color: #dbe2ff;
    line-height: 1.9;
    font-size: 15px;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .process-title h2 {
        font-size: 40px;
    }

    .process-card {
        padding: 35px 25px;
    }

        .process-card h4 {
            font-size: 22px;
        }
}

@media(max-width:768px) {

    .work-process-section {
        padding: 70px 0;
    }

    .process-title {
        margin-bottom: 45px;
    }

        .process-title h2 {
            font-size: 32px;
        }

        .process-title p {
            font-size: 14px;
        }

    .process-card {
        border-radius: 22px;
        padding: 30px 22px;
    }

    .process-icon {
        width: 75px;
        height: 75px;
        border-radius: 20px;
    }

        .process-icon i {
            font-size: 28px;
        }

    .step-number {
        font-size: 42px;
    }

    .process-card h4 {
        font-size: 20px;
    }
}


.benefits-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #f7f9ff, #ffffff);
    position: relative;
    overflow: hidden;
}

    .benefits-section::before {
        content: '';
        position: absolute;
        width: 320px;
        height: 320px;
        background: rgba(17,32,81,0.04);
        border-radius: 50%;
        top: -100px;
        left: -100px;
    }

    .benefits-section::after {
        content: '';
        position: absolute;
        width: 260px;
        height: 260px;
        background: rgba(17,32,81,0.03);
        border-radius: 50%;
        bottom: -80px;
        right: -80px;
    }

/* SECTION TITLE */

.section-title {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.sub-title {
    display: inline-block;
    background: rgba(17,32,81,0.08);
    color: #112051;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 800;
    color: #112051;
    margin-bottom: 20px;
}

    .section-title h2 span {
        color: #2c49be;
    }

.section-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

/* CARD */

.benefit-card {
    position: relative;
    background: #112051;
    border-radius: 28px;
    padding: 45px 35px;
    overflow: hidden;
    height: 100%;
    transition: 0.4s ease;
    box-shadow: 0 18px 40px rgba(17,32,81,0.15);
    z-index: 2;
}

    .benefit-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(17,32,81,0.25);
    }

/* BACKGROUND SHAPE */

.card-shape {
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

/* ICON */

.benefit-icon {
    width: 90px;
    height: 90px;
    background: rgba(255,255,255,0.1);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

/* HEADING */

.benefit-card h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

/* TEXT */

.benefit-card p {
    color: #d8e0ff;
    line-height: 1.9;
    font-size: 15px;
    position: relative;
    z-index: 2;
    margin: 0;
}

/* HOVER EFFECT */

.benefit-card:hover .benefit-icon {
    transform: rotate(-8deg) scale(1.05);
    transition: 0.4s ease;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .section-title h2 {
        font-size: 38px;
    }

    .benefit-card {
        padding: 35px 28px;
    }

        .benefit-card h4 {
            font-size: 24px;
        }
}

@media(max-width:768px) {

    .benefits-section {
        padding: 60px 0;
    }

    .section-title {
        margin-bottom: 40px;
    }

        .section-title h2 {
            font-size: 30px;
        }

        .section-title p {
            font-size: 14px;
        }

    .benefit-card {
        border-radius: 22px;
        padding: 30px 22px;
    }

    .benefit-icon {
        width: 75px;
        height: 75px;
        font-size: 34px;
        border-radius: 20px;
    }

    .benefit-card h4 {
        font-size: 22px;
    }
}

.equity-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #f5f7ff, #ffffff);
    position: relative;
    overflow: hidden;
}

    .equity-section::before {
        content: '';
        position: absolute;
        top: -120px;
        right: -120px;
        width: 320px;
        height: 320px;
        background: rgba(17,32,81,0.05);
        border-radius: 50%;
    }

    .equity-section::after {
        content: '';
        position: absolute;
        bottom: -100px;
        left: -100px;
        width: 250px;
        height: 250px;
        background: rgba(17,32,81,0.04);
        border-radius: 50%;
    }

/* LEFT CONTENT */

.equity-content {
    position: relative;
    z-index: 2;
    padding-right: 30px;
}

.mini-title {
    display: inline-block;
    background: rgba(17,32,81,0.1);
    color: #112051;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.equity-content h2 {
    font-size: 48px;
    font-weight: 800;
    color: #112051;
    line-height: 1.3;
    margin-bottom: 25px;
}

    .equity-content h2 span {
        color: #2d4bc9;
    }

.equity-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
    text-align: justify;
}

/* BUTTON */

.equity-btn {
    display: inline-block;
    margin-top: 15px;
    background: #112051;
    color: #fff;
    padding: 14px 34px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(17,32,81,0.2);
}

    .equity-btn:hover {
        background: #1d3277;
        color: #fff;
        transform: translateY(-4px);
    }

/* RIGHT CARD */

.highlight-card {
    background: #112051;
    padding: 45px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(17,32,81,0.2);
}

    .highlight-card::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 180px;
        height: 180px;
        background: rgba(255,255,255,0.06);
        border-radius: 50%;
    }

    .highlight-card::after {
        content: '';
        position: absolute;
        bottom: -80px;
        left: -80px;
        width: 200px;
        height: 200px;
        background: rgba(255,255,255,0.04);
        border-radius: 50%;
    }

.card-header-custom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 35px;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.12);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-box i {
        color: #fff;
        font-size: 30px;
    }

.card-header-custom h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

/* LIST */

.highlight-list {
    position: relative;
    z-index: 2;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255,255,255,0.08);
    padding: 18px 20px;
    border-radius: 16px;
    margin-bottom: 18px;
    transition: 0.4s ease;
}

    .highlight-item:hover {
        transform: translateX(8px);
        background: rgba(255,255,255,0.14);
    }

.check-circle {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .check-circle i {
        color: #112051;
        font-size: 15px;
    }

.highlight-item span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .equity-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

        .equity-content h2 {
            font-size: 38px;
        }

    .highlight-card {
        padding: 35px 25px;
    }
}

@media(max-width:768px) {

    .equity-section {
        padding: 60px 0;
    }

    .equity-content h2 {
        font-size: 30px;
    }

    .card-header-custom h4 {
        font-size: 24px;
    }

    .highlight-item {
        padding: 15px;
    }

        .highlight-item span {
            font-size: 14px;
        }
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* Hero */
.hero {
    background: linear-gradient(135deg, #00258e, #0056b7cf);
    color: #fff;
    padding-top: 100px;
}

    .hero h1 span {
        color: #ffcc00;
    }

    .hero p {
        color: #fff;
    }

/* Cards */
.card-box {
    background: #d7e6fa;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
}

/* Section spacing */
.section {
    padding: 60px 0;
}

/* Icons */
.icon {
    font-size: 40px;
    color: #ffcc00;
}

/* CTA */
.cta {
    background: #ffcc00;
    padding: 40px;
    text-align: center;
    border-radius: 12px;
}

/* Form */
.query-form {
    background: #00258e;
    padding: 30px;
    border-radius: 12px;
    color: #fff;
}

    .query-form input, .query-form textarea {
        border: none;
        border-radius: 8px;
    }



.section-title {
    color: #00258e;
    font-weight: 700;
    margin-bottom: 30px;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

.service-heading {
    color: #00258e;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 4px solid #00258e;
    padding-left: 10px;
}

.service-list {
    list-style: none;
    padding: 0;
}

    .service-list li {
        margin-bottom: 12px;
        display: flex;
        align-items: start;
        font-size: 15px;
    }

.check-icon {
    color: #00258e;
    font-weight: bold;
    margin-right: 10px;
}

.section {
    padding: 80px 20px;
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: #00258e;
    margin-bottom: 40px;
}

/* FAQ ACCORDION */
.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.faq-question {
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 0 20px 15px;
    display: none;
    font-size: 14px;
    color: #555;
}

.faq-item.active .faq-answer {
    display: block;
}



/* CONTACT + CTA MERGE */
.contact-wrapper {
    background: linear-gradient(135deg,#00258e,#0040ff);
    border-radius: 20px;
    padding: 40px;
    color: #fff;
}

.form-control {
    border-radius: 10px;
    margin-bottom: 15px;
}

.btn-submit {
    background: #ffc107;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    font-weight: 600;
}

.cta-box {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}

    .cta-box h4 {
        font-weight: 700;
        color: #fff
    }

    .cta-box p {
        color: #fff
    }

    .cta-box .button {
        background: #fff;
        color: #00258e;
        border: none;
        padding: 10px 25px;
        border-radius: 25px;
        margin-top: 10px;
        font-weight: 600;
    }