﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.manrope {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    font-family: "Manrope", sans-serif !important;
}
body {
    color: var(--text-primary);
    transition: all .3s ease;
}
/*_root*/
:root {
    --bg-primary: #33C05B;
    --bg-secondary: #f7f8fc;
    --text-primary: #223652;
    --text-secondary: #33C05B;
    --border-color: #e5e7eb;
    --accent: #2563eb;
    --green-gradiant: linear-gradient(90deg, #12b64d, #0d8c40);
    /*    --green-gradiant: linear-gradient(90deg, #0D563A 0%, #188653 100%);*/
    --theme-blue: #223652;
    --secondary: #001932
}

/*theme*/
.text-green{
    color:var(--green-gradiant)
}

.outer-circle-bg {
    background: radial-gradient(circle at center, #fff 0%, rgba(22, 163, 74, .1) 60%, rgba(22, 163, 74, .2) 95%);
}
/*basic*/
main{
    margin-top:96px;
}
.wrapper {
    display: flex;
    min-height: 100vh;
}
.btn {
    height: 48px;
    padding: 0 1rem;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border: none;
    font-weight: 600;
    outline:none;
}
.btn:focus, 
.btn:active:focus, 
.btn-link.nav-link:focus, 
.form-control:focus, 
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem transparent, 0 0 0 0.25rem var(--green-gradiant);
}
.btn-primary {
    background: var(--green-gradiant);

    transition: all .3s ease;
}
.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(90deg, #0d8c40, #188653);
    transition: all .3s ease;
}
.btn-secondary {
    background: var(--theme-blue);

    transition: all .3s ease;
}
    .btn-secondary:hover,
    .btn-secondary:focus {
        background: var(--secondary);
    }
.btn-view-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    border: 1px solid #21b54a;
    border-radius: 8px;
    color: var(--bg-primary);
    text-decoration: none;
    transition: all .3s ease;
}

.btn-view-more:hover {
    background: var(--green-gradiant);
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--green-dark);
    color: #fff;
}

.sidebar {
    width: 280px;
}

.content {
    flex: 1;
    padding: 24px;
}

.card-custom {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 20px;
}

.text-muted-custom {
    color: var(--text-secondary);
}



/*Header*/
.top-bar {
    background: linear-gradient(90deg, #1e3c72, #2A7956);
    min-height: 20px;
    width: 100%;
    padding: 0.5rem;
    color: #fff;
}
.top-bar p{margin:0;
            padding:0;
}
.top-bar .btn {
    height: auto;
    border: 1px solid #33C05B;
    background: none;
    padding:0 .5rem
}

/*Navbar*/
.navbar {
    padding:0px;
    box-shadow: 0 10px 20px rgba(48, 79, 59, .1);
}
.navbar-brand img{
    height: 50px;
}
.navbar .navbar-nav {
    gap: 0.75rem;
}
.navbar .navbar-nav .nav-link {
    align-items: center;
    display: inline-flex;
    height:100%;
    font-weight:600;
    color:var(--theme-blue);
}
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
    color: var(--text-primary);
}
/*form controls*/

.form-control {
    height: 50px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(48, 79, 59, .1);

}
.form-control:focus {
    border-color: #acd79e;
}

/*search bar*/
.search-container {
    position: relative;
    max-width: 700px;
    margin: auto;
}

.search-wrapper {
    position: relative;
}

.search-input{
    height: 50px;
    border-radius: 8px;
    padding-left: 50px;
    font-size: 1rem;
    border: 1px solid #dcdcdc;
    box-shadow: 0 10px 20px rgba(48, 79, 59, .1);
    background:#fff;
}

    .search-icon {
        position: absolute;
        left: 18px;
        top: 15px;
        color: #777;
        z-index: 2;
    }

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    margin-top: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: none;
    z-index: 999;
    overflow: hidden;
}

.dropdown-title {
    padding: 15px 20px;
    font-weight: 600;
    color: #666;
    border-bottom: 1px solid #eee;
}

.search-item {
    padding: 14px 20px;
    cursor: pointer;
    transition: .2s;
}

    .search-item:hover {
        background: #f5f7fa;
    }

    .search-item strong {
        color: #1f2f56;
    }

.search-category {
    font-size: 13px;
    color: #888;
}


/*Hero/banner*/
.wa-bg-image {
    background: url(../images/hgp-bg.png) center center no-repeat;
    min-height: 400px;
    border-radius: 1rem;
    overflow: hidden;
    align-items: end;
    background-size: cover;
}
.wa-list-wraper {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
    /*    background: linear-gradient(90deg, rgba(0, 200, 83, 0.3) 0%, rgba(0, 150, 136, 0.3) 100%);*/
    margin:1rem;
    padding: 12px 14px;
    background: linear-gradient(90deg, rgba(0, 200, 83, 0.3) 0%, rgba(0, 150, 136, 0.3) 100%);
}

.wa-list-wraper form {
    color:#fff;
}
.hero-section {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    /*    background: radial-gradient(circle at 15% 15%, rgba(129, 255, 89, 0.45), transparent 40%), linear-gradient(90deg, #f8fff4 0%, #eef6df 50%, #f8f8f8 100%);*/
}

/* Optional glow effect */
.hero-section::before {
    content: "";
    position: absolute;
    left: -220px;
    top: -220px;
    width: 700px;
    height: 700px;
    /* background: rgba(102, 255, 51, .4);*/
    filter: blur(120px);
    border-radius: 50%;
}
.home-hero {
    background: radial-gradient(circle at 15% 15%, rgba(129, 255, 89, 0.05), transparent 40%), linear-gradient(220deg, #f8fff4 0%, #dff6e1 20%, #f8f8f8 70%);
}

.home-hero::before {
    background: rgba(102, 255, 51, .4);
}

.bp-hero {
    background: radial-gradient(circle at 15% 15%, rgb(183 201 236 / 20%), transparent 40%), linear-gradient(220deg, #fff 0%, rgb(183 201 236 / 50%) 30%, #ffffff 56%);
}

.bp-hero::before {
    background: #b7c9ec;
}
.bp-form {
    /*    background: linear-gradient(-45deg, rgb(256 256 256 / 100%) 0%, rgb(0 88 150 / 15%) 100%);*/
    background: transparent;
    box-shadow: 0 0 30px 10px rgb(34 54 82 / 10%);
    padding: 12px 14px;
}
.bp-process-section {
    background: radial-gradient(circle at center, rgb(183 201 236 / 80%) 0%, rgb(239 242 251 / 50%) 60%, #fff 95%);
    overflow: hidden;
}

    .hero-section .container {
        position: relative;
        z-index: 2;
    }

    .trust-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: rgba(255,255,255,.8);
        padding: 6px 12px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #334155;
        margin-bottom: 0px;
    }

        .trust-badge .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #32c94c;
        }

    .hero-title {
        font-size: 2.75rem;
        line-height: 1.1;
        font-weight: 800;
        color: #1d2d5b;
    }

    .home-hero-title {
        font-size: 4rem;
        line-height: 1.1;
        font-weight: 800;
        color: #1d2d5b;
        max-width: 700px;
    }

    .hero-description {
        font-size: 1.25rem;
        line-height: 1.6;
        color: #334155;
        max-width: 720px;
        margin-bottom: 24px;
    }

    .btn-get-started {
        background: #13824c;
        border: none;
        border-radius: 8px;
        padding: 16px 38px;
        font-size: 1.2rem;
        font-weight: 600;
        min-width: 220px;
    }

        .btn-get-started:hover {
            background: #0f6b3e;
        }

    .stats-row {
        margin-top: 40px;
    }

    .stat-item h2 {
        color: #0b814f;
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 0px;
    }

    .stat-item p {
        color: #42526e;
        font-size: 1rem;
        font-weight: 500;
    }
    /* Tablet */
    @media (max-width: 991px) {
        .navbar-brand img {
            height: 36px;
        }

        .hero-section {
            padding: 100px 0;
        }

        .hero-title {
            font-size: 3rem;
        }

        .hero-description {
            font-size: 1.1rem;
        }

        .stats-row {
            row-gap: 25px;
        }
    }
    /* Mobile */
    @media (max-width: 767px) {
        .navbar-brand img {
            height: 50px;
        }

        .navbar {
            padding-top: 0;
            padding-bottom: 0;
        }

        .navbar-collapse {
            padding-bottom: 10px;
        }

        .navbar .navbar-nav {
            font-size: 1.2rem;
            margin-top: 1rem;
            text-align: center;
        }

            .navbar .navbar-nav .btn {
                font-size: 1.2rem;
            }

        .nav-item.dropdown:hover .dropdown-menu {
            text-align: center;
            font-size: 1.2rem;
            background: #f5f9f9;
            border: none;
        }


        .hero-section {
            padding: 50px 0;
        }

        .hero-title {
            font-size: 2.3rem;
        }

        .hero-description {
            font-size: 1rem;
        }

        .btn-get-started {
            width: 100%;
            min-width: auto;
        }

        .stat-item {
            text-align: center;
            margin-bottom: 20px;
        }

            .stat-item h2 {
                font-size: 2rem;
            }
    }
    /*Section standard*/
    .listing-section {
        background: #f4f7fc;
    }

    section {
        padding: 4.375rem 0;
    }

    .section-pre-title {
        font-size: 1.125rem;
        color: var(--text-secondary);
        text-transform: uppercase;
        letter-spacing: 1%;
        font-weight: 600;
    }

    .section-title {
        font-size: 2.6rem;
        color: var(--text-primary);
        font-weight: 700;
    }

    .brand-box {
        box-shadow: .75rem .75rem 2.75rem rgba(0, 0, 0, .05);
        background: #fff;
        border: none;
        padding: 1rem;
        text-align: center;
        border-radius: 0.5rem;
        font-weight: 600;
        min-height: 100px;
    }

    .right-tick-ic {
        background: rgba(102, 255, 51, .1);
        border-radius: 5px;
        padding: 0 3px;
        color: var(--green-gradiant);
        margin-right: 5px;
    }
    /*section category*/
    .sector-section {
    }

    .sector-card {
        background: #fff;
        border-radius: 12px;
        padding: 1.25rem;
        /*    min-height: 10rem;*/
        transition: all .3s ease;
        /*    border: 1px solid rgba(33,181,74,.15);*/
        box-shadow: 0 0 0px 0px rgba(33,181,74,.05), 1.8rem 2rem 3rem rgba(33,181,74,.08);
        position: relative;
        display: flex;
        align-items: center;
    }

        .sector-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 0 0px rgba(33,181,74,.8), 1rem 2rem 3rem rgba(33,181,74,.20);
        }

    .sector-icon {
        width: 48px;
        height: 48px;
        border-radius: 6px;
        background: rgba(214, 242, 222, .4);
        color: var(--bg-primary);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
    }

        .sector-icon i {
            font-size: 1.65rem;
        }

    .sector-card h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #3A3A3C;
        margin-bottom: 3px;
    }

    .sector-card p {
        font-size: 0.875rem;
        color: #475A78;
        margin: 0;
    }
    /*procedure*/
    :root {
        --primary: #1f3763;
        --green: #16a34a;
        --green-dark: #0f8a40;
    }

    .process-section {
        background: radial-gradient(circle at center, rgba(22,163,74,.2) 0%, rgba(22,163,74,.1) 60%, #fff 95%);
        overflow: hidden;
    }

    .top-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 24px;
        border-radius: 50px;
        background: #f4faf5;
        color: var(--green);
        font-weight: 700;
        margin-bottom: 6px;
    }

    .main-title span {
        color: var(--green);
    }


    .time-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #edf9f0;
        color: var(--green-dark);
        padding: 10px 20px;
        border-radius: 40px;
        font-weight: 600;
    }

    .steps-wrapper {
        position: relative;
        margin-top: 80px;
    }

    .progress-line {
        position: absolute;
        top: 17px;
        left: 15%;
        right: 15%;
        height: 2px;
        background: var(--green);
    }

    .step-card {
        background: #fff;
        border-radius: 28px;
        padding: 40px 30px 20px;
        text-align: center;
        position: relative;
        height: 100%;
        box-shadow: 0 30px 40px rgba(48, 79, 59, .002);
    }

    .step-number {
        position: absolute;
        top: -34px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #fff;
        color: var(--green);
        font-size: 30px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 16px 25px rgba(22,163,74,.15);
    }

    .step-icon {
        width: 120px;
        height: 120px;
        margin: 40px auto 25px;
        border-radius: 24px;
        background: #fff;
        color: var(--green);
        font-size: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 15px 35px rgba(22,163,74,.15);
    }

    .step-card h3 {
        color: #0d1832;
        font-weight: 700;
        margin: 24px auto 5px;
    }

    .step-card p {
        color: #667085;
        line-height: 1.8;
        min-height: 70px;
    }

    .step-footer {
        background: #eef9f0;
        border-radius: 14px;
        padding: 15px;
        color: var(--green-dark);
        font-weight: 600;
    }

    .trust-bar {
        margin-top: 40px;
        background: #fff;
        border-radius: 24px;
        padding: 25px;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,.05);
    }

    .trust-item {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .trust-item i {
            font-size: 32px;
            color: var(--green);
        }

        .trust-item strong {
            display: block;
            color: var(--primary);
        }

    .cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 15px;
        margin-top: 40px;
        padding: 18px 20px;
        border-radius: 8px;
        text-decoration: none;
        background: linear-gradient(90deg,#12b64d,#0d8c40);
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
    }

    .cta-note {
        margin-top: 8px;
        color: #667085;
    }

    .social-proof {
        margin-top: 40px;
        background: #fff;
        border-radius: 24px;
        padding: 30px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        text-align: center;
        box-shadow: 0 10px 30px rgba(0,0,0,.05);
    }

    .proof-item strong {
        display: block;
        color: var(--green);
        font-size: 28px;
    }

    @media(max-width:991px) {

        .main-title {
            font-size: 42px;
        }

        .progress-line {
            display: none;
        }

        .trust-bar {
            grid-template-columns: 1fr 1fr;
        }

        .social-proof {
            grid-template-columns: 1fr;
            gap: 20px;
        }
    }

    @media(max-width:767px) {

        .process-section {
            padding: 60px 0;
        }

        .main-title {
            font-size: 32px;
        }

        .trust-bar {
            grid-template-columns: 1fr;
        }

        .cta-btn {
            width: 100%;
            justify-content: center;
            font-size: 22px;
        }
    }
    /*procedure other sections*/

    .transfer-process-section {
        padding: 50px 0;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

        .transfer-process-section .container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }
    /* Heading */

    .section-header {
        max-width: 680px;
        margin-bottom: 40px;
        position: relative;
    }

    .step-no {
        display: inline-block;
        color: #2BB941;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .section-header h3 {
        font-size: 26px;
        line-height: 1.15;
        font-weight: 700;
        color: #223652;
        display: inline-block;
        margin-bottom: 10px;
    }

    .section-header p {
        font-size: 18px;
        line-height: 1.4;
        color: #6B7280;
        margin: 0;
    }
    /* Process */

    .transfer-process {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    /*.process-step {
    width: 180px;
    text-align: center;
    position: relative;
}*/

    .step-icon {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: #F5FBF6;
        border: 2px solid #E4F2E6;
        margin: 0 auto 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .step-icon::before {
            content: "";
            position: absolute;
            inset: -10px;
            border-radius: 50%;
            border: 2px solid #EEF5EF;
        }

        .step-icon i {
            font-size: 42px;
            color: #2BB941;
        }

    .step-badge {
        width: 34px;
        height: 34px;
        background: #2BB941;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 16px;
        font-weight: 700;
        font-size: 15px;
    }

    .process-step h4 {
        font-size: 20px;
        font-weight: 700;
        color: #223652;
        margin-bottom: 12px;
        line-height: 1.15;
    }

    .process-step p {
        color: #667085;
        font-size: 14px;
        line-height: 1.3;
        margin: 0;
    }

    .process-line {
        width: 40px;
        border-top: 3px dashed #CFD8E3;
        margin-top: 35px;
        flex-shrink: 0;
    }
    /* Last Step */

    .process-step.active .step-icon {
        background: #2BB941;
        border-color: #2BB941;
        box-shadow: 0 15px 35px rgba(43,185,65,.25);
    }

        .process-step.active .step-icon::before {
            border-color: #D8F5DE;
        }

        .process-step.active .step-icon i {
            color: #fff;
            font-size: 48px;
        }
    /* Tablet */

    @media (max-width: 1199px) {

        .transfer-process {
            flex-wrap: wrap;
            gap: 40px;
        }

        .process-line {
            display: none;
        }

        .process-step {
            width: calc(33.33% - 30px);
        }

        .section-header h3 {
            font-size: 26px;
        }
    }
    /* Mobile */

    @media (max-width: 767px) {

        .transfer-process-section {
            padding: 70px 0;
        }

        .section-header {
            text-align: center;
            margin: 0 auto 50px;
        }

            .section-header h3 {
                font-size: 22px;
            }

            .section-header p {
                font-size: 16px;
            }

        .transfer-process {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .process-step {
            width: 100%;
            max-width: 320px;
            margin: auto;
        }

        .step-icon {
            width: 95px;
            height: 95px;
        }

            .step-icon i {
                font-size: 36px;
            }

        .process-step h4 {
            font-size: 22px;
        }
    }


    .documents-required {
        margin-top: 80px;
    }

    .section-heading {
        margin-bottom: 32px;
    }

        .section-heading h3 {
            font-size: 26px;
            font-weight: 700;
            color: #223652;
            margin: 0;
        }

    .documents-grid {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 32px;
    }

    .document-card {
        background: #fff;
        border: 1px solid #e7edf1;
        border-radius: 24px;
        padding: 30px;
        transition: .3s;
    }

        .document-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(34,54,82,.08);
        }

    .document-icon {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background: #edf8ef;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

        .document-icon i {
            font-size: 32px;
            color: #2BB941;
        }

    .document-card h4 {
        font-size: 20px;
        font-weight: 700;
        color: #223652;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .document-card ul {
        margin: 0;
        padding-left: 20px;
    }

    .document-card li {
        margin-bottom: 14px;
        color: #52647b;
        line-height: 1.1;
    }

        .document-card li::marker {
            color: #2BB941;
        }

    .highlight-text {
        color: #2BB941;
        font-weight: 700;
    }

    .submission-note {
        margin-top: 30px;
        background: #f4fbf5;
        border: 1px solid #dcefe0;
        border-radius: 20px;
        padding: 24px 30px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .note-icon {
        flex-shrink: 0;
    }

        .note-icon i {
            font-size: 40px;
            color: #2BB941;
        }

    .note-content {
        color: #223652;
        font-size: 17px;
        line-height: 1.8;
    }

        .note-content strong {
            color: #2BB941;
        }
    /* Tablet */

    @media (max-width:991px) {

        .documents-grid {
            grid-template-columns: 1fr;
        }

        .document-card {
            padding: 24px;
        }

            .document-card h4 {
                font-size: 16px;
            }
    }
    /* Mobile */

    @media (max-width:767px) {

        .documents-required {
            margin-top: 50px;
        }

        .section-heading h3 {
            font-size: 26px;
            text-align: center;
        }

        .submission-note {
            flex-direction: column;
            text-align: center;
            padding: 20px;
        }

        .note-content {
            font-size: 15px;
        }
    }



    .stamp-duty-section {
        padding: 50px 0;
        background: #f7fcfa;
    }

    .stamp-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        margin-bottom: 40px;
    }
    /*.stamp-title-wrap h2 {
    font-size: 48px;
    font-weight: 700;
    color: #223652;
    margin-bottom: 12px;
}

.stamp-title-wrap p {
    color: #4c5d73;
    font-size: 22px;
    line-height: 1.7;
    margin: 0;
}*/

    .stamp-duty-card {
        min-width: 320px;
        border: 1px solid #dcefdc;
        background: #fff;
        border-radius: 20px;
        padding: 25px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .duty-icon {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: #e7f8ea;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .duty-icon i {
            font-size: 48px;
            color: #2BB941;
        }

    .stamp-duty-card small {
        display: block;
        color: #55677c;
    }

    .stamp-duty-card h3 {
        font-size: 52px;
        color: #2BB941;
        margin: 0;
        line-height: 1;
    }

    .stamp-duty-card span {
        color: #223652;
        font-weight: 500;
    }

    .stamp-process-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin-bottom: 30px;
    }

    .process-card {
        border: 1px solid #e4ebef;
        border-radius: 20px;
        padding: 25px;
        background: #fff;
    }

    .process-badge {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 10px;
        font-weight: 600;
        margin-bottom: 25px;
    }

        .process-badge.nsdl {
            background: #eefaf0;
            color: #2BB941;
        }

        .process-badge.cdsl {
            background: #eef5ff;
            color: #3b82f6;
        }

    .process-flow {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .flow-step {
        text-align: center;
        flex: 1;
    }

    .flow-icon {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        margin: auto auto 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .flow-icon.green {
            background: #eefaf0;
        }

            .flow-icon.green i {
                color: #2BB941;
            }

        .flow-icon.blue {
            background: #eef5ff;
        }

            .flow-icon.blue i {
                color: #3b82f6;
            }

        .flow-icon i {
            font-size: 32px;
        }

    .flow-step p {
        font-size: 15px;
        color: #223652;
        font-weight: 500;
        margin: 0;
    }

    .flow-arrow {
        color: #c3ccd4;
        font-size: 24px;
        padding: 0px 10px;
        margin-top: -60px;
    }

    .account-details-card {
        border: 1px solid #e4ebef;
        border-radius: 20px;
        padding: 30px;
        background: #fff;
    }

        .account-details-card h4 {
            color: #223652;
            font-weight: 700;
            margin-bottom: 25px;
        }

    .details-grid {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
    }

    .detail-item {
        padding: 0 30px;
    }

        .detail-item:not(:last-child) {
            border-right: 1px solid #e6edf2;
        }

        .detail-item label {
            display: block;
            color: #55677c;
            margin-bottom: 15px;
        }

        .detail-item h5 {
            color: #223652;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .detail-item p {
            color: #68798f;
            font-size: 14px;
            margin-bottom: 10px;
        }

    .highlight-value {
        color: #2BB941;
        font-weight: 700;
        font-size: 30px;
    }
    /* Tablet */

    @media (max-width:991px) {

        .stamp-header {
            flex-direction: column;
        }

        .stamp-duty-card {
            width: 100%;
        }

        .stamp-process-grid {
            grid-template-columns: 1fr;
        }

        .details-grid {
            grid-template-columns: 1fr;
        }

        .detail-item {
            border-right: none !important;
            border-bottom: 1px solid #e6edf2;
            padding: 20px 0;
        }
    }
    /* Mobile */

    @media (max-width:767px) {

        .stamp-title-wrap h2 {
            font-size: 34px;
        }

        .stamp-title-wrap p {
            font-size: 18px;
        }

        .process-flow {
            flex-direction: column;
            gap: 10px;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }

        .flow-arrow {
            transform: rotate(90deg);
            margin-top: 0px;
            padding: 0px 20px;
        }

        .flow-icon {
            width: 60px;
            height: 60px;
            margin: auto auto 5px;
            display: inline-block;
        }

        .flow-step p {
            margin-left: 20px;
            display: inline-block;
        }

        .stamp-duty-card {
            min-width: unset;
            padding: 20px;
        }

        .duty-icon {
            width: 70px;
            height: 70px;
        }

            .duty-icon i {
                font-size: 36px;
            }

        .stamp-duty-card h3 {
            font-size: 40px;
        }

        .highlight-value {
            font-size: 24px;
        }
    }
    /* ===================================
   TAX IMPLICATIONS
=================================== */

    .tax-section {
        padding: 50px 0;
        background: #fff;
    }

    .tax-groups {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .tax-group {
        padding: 1rem;
    }

    .tax-group-title {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .tax-green {
        color: #2BB941;
        background: #f4fbf5;
    }

    .tax-blue {
        color: #3B82F6;
        background: #f4f8ff;
    }

    .tax-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .tax-card {
        background: #fff;
        border-radius: 22px;
        overflow: hidden;
        border: 1px solid #e8eef2;
        transition: .3s;
    }

        .tax-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(34,54,82,.08);
        }

    .tax-card-header {
        padding: 16px 20px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 600;
        font-size: 18px;
    }

    .tax-unlisted .tax-card-header {
        background: #f5fcf6;
        color: #2BB941;
    }

    .tax-listed .tax-card-header {
        background: #f4f8ff;
        color: #3B82F6;
    }

    .tax-card-header i {
        font-size: 24px;
    }

    .tax-card-body {
        padding: 15px 25px;
    }

    .tax-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 12px 0;
        border-bottom: 1px solid #edf1f5;
        gap: 20px;
    }

        .tax-row:last-child {
            border-bottom: none;
        }

        .tax-row span {
            color: #68798f;
            font-size: 15px;
        }

        .tax-row strong {
            color: #223652;
            font-size: 15px;
            font-weight: 600;
            text-align: right;
            max-width: 180px;
        }

    @media (max-width: 991px) {

        .tax-cards {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 767px) {

        .tax-section {
            padding: 70px 0;
        }

        .tax-group-title {
            font-size: 20px;
        }

        .tax-card-header {
            font-size: 18px;
            padding: 18px;
        }

        .tax-card-body {
            padding: 10px 18px;
        }

        .tax-row {
            flex-direction: column;
            gap: 8px;
            padding: 8px 0;
        }

            .tax-row strong {
                max-width: 100%;
                text-align: left;
            }
    }
    /*price list*/
    .marketplace-toolbar {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }

    .share-tabs,
    .share-nav-pills {
        display: flex;
        background: #fff;
        border-radius: 1rem;
        padding: 6px;
        box-shadow: 0 4px 15px rgba(0,0,0,.06);
    }

    .share-tab,
    li.share-nav-item .nav-link {
        border: none;
        background: none;
        padding: 0.75rem 2rem;
        font-size: 1rem;
        font-weight: 600;
        color: #203864;
        border-radius: 0.75rem;
        transition: .3s;
    }

        .share-tab.active,
        li.share-nav-item .nav-link.active {
            background: #dce6ff;
            color: #203864;
        }

    .company-name {
        font-size: 20px;
        font-weight: 700;
        color: #10284f;
    }

    .company-sector {
        font-size: 15px;
        color: #8b95a7;
    }

    .status-badge {
        background: #dff3e4;
        color: #118a43;
        padding: 4px 8px;
        border-radius: 8px;
        font-weight: 600;
        display: inline-block !important;
    }

    .rating-stars {
        color: #f7c948;
        font-size: 22px;
    }

    .action-group {
        display: flex;
    }

    .btn-buy {
        background: #2cb34a;
        color: #fff;
        padding: 12px 20px;
        text-decoration: none;
    }

    .btn-sell {
        background: #203864;
        color: #fff;
        padding: 12px 20px;
        text-decoration: none;
    }
    /*table less*/

    .share-list {
        display: flex;
        flex-direction: column;
        gap: .75rem;
    }

    .share-row {
        display: grid;
        grid-template-columns: minmax(300px, 2fr) 120px 120px 140px 120px 180px;
        align-items: center;
        background: #fff;
        border-radius: 1.2rem;
        padding: .75rem 1rem;
        box-shadow: 0 10px 30px rgba(0,0,0,.06);
        border: 1px solid #edf2f7;
    }

    .company-col {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .logo-box {
        width: 60px;
        height: 60px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        font-size: 10px;
    }

        .logo-box img {
            width: 60px;
            height: 60px;
            object-fit: contain;
        }

    .company-col h5 {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        color: #1d3557;
    }

    .company-col span {
        color: #52555b;
    }

    .data-col {
        text-align: center;
    }

        .data-col span {
            display: block;
            font-size: 12px;
            color: #52555b;
            margin-bottom: 4px;
        }

        .data-col strong {
            font-size: 18px;
            color: #203864;
        }

    .rating {
        color: #ffc107;
        font-size: 18px;
    }

    .action-col {
        text-align: center;
        display: flex;
    }

    .action-btn {
        display: flex;
    }

    .btn-buy,
    .btn-sell {
        flex: 1;
        text-align: center;
        padding: 8px 12px;
        text-decoration: none;
        color: #fff;
        width: 50%;
    }

    .btn-buy {
        background: #2cb34a;
        border-radius: 8px 0 0 8px;
    }

    .btn-sell {
        background: #203864;
        border-radius: 0 8px 8px 0;
    }

    @media(min-width: 768px) and (max-width: 1024px) {
        .btn-buy,
        .btn-sell {
            flex: none;
            width: auto;
        }
    }

    @media(max-width:768px) {

        .share-row {
            display: block;
            padding: 20px;
        }

        .company-col {
            margin-bottom: 20px;
        }

            .company-col h5 {
                font-size: 1.2rem;
                margin-left: 1.5rem;
            }

        .data-col {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #edf2f7;
            text-align: left;
        }

            .data-col span {
                margin: 0;
                font-size: 14px;
            }

        .action-col {
            margin-top: 20px;
            display: flex;
            gap: 10px;
        }

        .btn-buy,
        .btn-sell {
            flex: 1;
            border-radius: 8px;
            margin: 0 .85rem;
            width: 50%;
        }
    }
    /*end price list*/
    /*news*/
    .blog-card {
        background: #ffffff;
        border-radius: 1.6rem;
        overflow: hidden;
        box-shadow: 10px 10px 20px rgba(16, 43, 89, .03), 0 15px 40px rgba(16, 43, 89, .11);
        transition: .3s ease;
        max-width: 400px;
        margin: auto;
    }

        .blog-card:hover {
            transform: translateY(-8px);
        }

    .blog-image {
        height: 240px;
        background: linear-gradient( 135deg, #d8e7d7 0%, #eef4ee 50%, #dcead8 100% );
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .blog-image img {
            /*        max-width: 220px;
        width: 100%;*/
            height: stretch;
        }

    .blog-content {
        padding: 1.75rem;
    }

    .blog-title {
        font-size: 1.5rem;
        font-weight: 500;
        color: #081223;
        margin-bottom: 1.2rem;
        margin-top: 0.3rem;
    }

    .blog-description {
        font-size: 0.95rem;
        color: #6c7688;
        font-weight: 500;
    }

    .blog-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .blog-date {
        font-size: 1rem;
        color: #6c7688;
        font-weight: 500;
    }

    .view-count {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #dff2e1;
        color: #203864;
        padding: 2px 8px;
        border-radius: 6px;
        font-size: 1rem;
        font-weight: 600;
    }

    .read-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 42px;
        background: #f2f3f7;
        color: var(--theme-blue);
        border-radius: .4rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 600;
        transition: .3s;
    }

        .read-btn:hover {
            background: #203864;
            color: #fff;
        }
    /* Tablet */

    @media (max-width: 991px) {

        .blog-image {
            height: 280px;
        }

        .blog-content {
            padding: 30px;
        }

        .blog-title {
            font-size: 1.2rem;
        }

        .blog-description {
            font-size: 1.1rem;
        }
    }
    /* Mobile */

    @media (max-width: 767px) {

        .blog-card {
            border-radius: 24px;
        }

        .blog-image {
            height: 220px;
        }

        .blog-content {
            padding: 24px;
        }

        .blog-title {
            font-size: 1.1rem;
        }

        .blog-description {
            font-size: 1rem;
        }

        .blog-meta {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
        }

        .read-btn {
            width: 100%;
            height: 60px;
            font-size: 1.4rem;
        }
    }
    /*FAQ*/
    /*Footer*/
    footer {
        width: 100%;
        background-color: #223652;
        color: #DDE5E9;
    }

    a.footer-mppl-logo {
        display: inline-block;
    }

    .footer-mppl-logo img {
        width: auto;
        height: 5rem;
    }


    footer a,
    footer .navbar-nav .nav-link,
    ul.footer-links li a {
        color: #B7C9EC;
    }

    footer .text-uppercase {
        color: #C7C9D9;
    }

    footer h2 {
        font-size: 1rem;
    }

    footer a:hover,
    footer .navbar-nav .nav-link:hover,
    ul.footer-links li a:hover {
        color: #fff;
    }

    .social-links,
    .social-links li {
        list-style: none;
    }

    .social-links {
        margin: 0;
        padding: 0;
    }

        .social-links li {
            display: inline-block;
            margin: 0 .4rem;
            font-size: 1.5rem;
        }

    .copyright {
        color: #C7C9D9;
    }

    footer .navbar-nav .nav-item a {
        color: #B7C9EC;
        text-decoration: none;
        display: inline-block;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 2px;
    }

    .bottom-section .a {
        color: #fff;
        text-decoration: none;
    }

    ul.footer-links {
        position: relative;
        list-style: none;
        padding: 0;
    }

        ul.footer-links li {
            display: inline-block;
            margin: 0 2px;
        }

            ul.footer-links li a {
                text-decoration: none;
                transition: color 0.3s ease;
            }

    .about-mppl {
    }
    /*responsive*/
    @media (max-width: 991px) {
        .wrapper {
            flex-direction: column;
        }

        .hero-section {
            padding: 240px 0;
        }

        .sidebar {
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .content {
            padding: 15px;
        }
    }

    @media (max-width: 640px) {
        .content {
            padding: 15px;
        }

        .hero-section {
            padding: 180px 0;
        }
        /*Footer*/
        ul.footer-links li {
            margin: 0 8px;
        }
    }
    /*contact us page*/
    .contact-section {
        background: #ffffff;
        position: relative;
        overflow: hidden;
    }
        /* Background Glow */

        .contact-section::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 900px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background: radial-gradient(circle, rgba(40, 167, 69, .12), rgba(255,255,255,0));
            z-index: 0;
        }

        .contact-section .container {
            position: relative;
            z-index: 2;
        }
    /* Left */

    .contact-tag {
        color: #18c65a;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .8px;
        text-transform: uppercase;
        margin-top: 2rem;
    }

    .contact-title {
        font-size: 3.75rem;
        font-weight: 700;
        color: #18315c;
        line-height: 3.2rem;
        margin: 1rem 0;
    }

    .contact-description {
        font-size: 20px;
        line-height: 1.8;
        color: #5d6a82;
        max-width: 500px;
        margin-bottom: 40px;
    }
    /* Contact Items */

    .contact-item {
        display: flex;
        gap: 18px;
        margin-bottom: 28px;
        align-items: flex-start;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
        background: #eef8ee;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #17844a;
        font-size: 24px;
        flex-shrink: 0;
    }

    .contact-item h6 {
        color: #4f607d;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .contact-item a,
    .contact-item p {
        margin: 0;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
    }

    .contact-item a {
        color: var(--green-dark);
    }

    .contact-illustration {
        margin-top: 30px;
        text-align: center;
        color: #20b856;
        font-size: 60px;
    }
    /* Form */

    .contact-card {
        background: #fff;
        border-radius: 28px;
        padding: 40px;
        box-shadow: 0 30px 60px rgba(15, 37, 77, .12);
    }

    .form-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .form-icon {
        width: 54px;
        height: 54px;
        border-radius: 14px;
        background: #eef8ee;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #198754;
        font-size: 22px;
    }

    .form-header h3 {
        margin: 0;
        font-size: 2rem;
        font-weight: 700;
    }
    /* Inputs */

    .custom-input {
        border: 1px solid #e6e8ef;
        border-radius: 12px;
        min-height: 58px;
        padding: 16px 20px;
        font-size: 16px;
    }

        .custom-input:focus {
            box-shadow: none;
            border-color: #198754;
        }

    textarea.custom-input {
        min-height: 90px;
    }
    /* Privacy */

    .privacy-note {
        margin-top: 18px;
        color: #7b879d;
        font-size: 15px;
    }

        .privacy-note i {
            margin-right: 8px;
        }
    /* Responsive */

    @media(max-width:991px) {
        .contact-title {
            font-size: 48px;
        }

        .contact-card {
            padding: 30px;
        }
    }

    @media(max-width:767px) {
        .contact-title {
            font-size: 36px;
        }

        .contact-description {
            font-size: 16px;
        }

        .contact-card {
            padding: 24px;
        }

        .form-header h3 {
            font-size: 24px;
        }

        .contact-illustration {
            display: none;
        }
    }


    .why-choose-section {
        background: #fff;
        position: relative;
        overflow: hidden;
    }


    .section-subtitle {
        color: #001932;
        font-size: 1.1rem;
        font-weight: 400;
    }
    /* Cards */

    .feature-card {
        background: #fff;
        padding: 0 0 20px 0;
        height: 100%;
        /*    box-shadow: 0 15px 40px rgba(17, 36, 79, .08);
    transition: .3s ease;*/
        border-radius: 16px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        border-top: 4px solid #2BB941;
    }

        .feature-card:hover {
            /*       transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(17, 36, 79, .12);*/
        }
    /* Icon Area */

    .feature-icon-box {
        background: #F9FCF6;
        border-radius: 18px;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 28px;
    }

        .feature-icon-box i {
            font-size: 50px;
            color: var(--green);
        }
        .feature-icon-box img {
            height: stretch;
            width: auto;
            padding: 2rem;
        }
    /* Text */

    .feature-card h3 {
        color: #09152c;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .feature-card p {
        color: var(--text-light);
        font-size: 16px;
        margin: 0;
        padding: 0 20px;
    }
    /* Large Tablet */

    @media (max-width: 1199px) {



        .feature-card h3 {
            font-size: 34px;
        }

        .feature-card p {
            font-size: 18px;
        }

        .feature-icon-box {
            height: 180px;
        }
    }
    /* Tablet */

    @media (max-width: 991px) {



        .feature-card h3 {
            font-size: 30px;
        }

        .feature-icon-box {
            height: 160px;
        }
    }
    /* Mobile */

    @media (max-width: 767px) {

        .section-subtitle {
            font-size: 16px;
        }

        .feature-card {
            padding: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
            border-left: 4px solid #2BB941;
            border-top: none;
        }

            .feature-card h3 {
                font-size: 28px;
            }

            .feature-card p {
                font-size: 16px;
                line-height: 1.7;
            }

        .feature-icon-box {
            height: 140px;
            margin-bottom: 20px;
            display: none;
        }

            .feature-icon-box i {
                font-size: 50px;
            }
    }
    /*Become partner*/
    .become-partner-section {
        /*    background: linear-gradient(45deg, #1e3c72 0%, #2A7956 140%);*/
    }

    .become-sec-img {
        width: 70%;
        overflow: hidden;
    }

    .partner-trust-bar {
        margin-top: 40px;
        background: #fff;
        border-radius: 24px;
        padding: 25px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    }
    /* FAQ */
    .faq-section {
        background: #EFF2FB;
    }

    .faq-item {
        margin-bottom: 20px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 25px rgba(0,0,0,.05);
    }

    .faq-btn {
        width: 100%;
        border: none;
        padding: 18px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.1rem;
        font-weight: 600;
        color: #324b71;
        text-align: left;
        background: #fff;
    }

        .faq-btn:hover {
            background: #fff;
        }

    .faq-body {
        background: #fff;
        padding: 0 20px 24px;
        color: #1c1c1c;
        line-height: 1.35rem;
        font-size: 1rem;
    }
    /* Plus Icon */
    /*.faq-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0e8d2d;
    color: white;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 18px;
    padding: 0 4px;
}*/

    .faq-cta {
        text-align: center;
    }

        .faq-cta h3 {
            margin-top: 35px;
            font-size: 2rem;
            font-weight: 700;
        }

        .faq-cta p {
            color: #666;
            margin-bottom: 24px;
            font-size: 1.10rem;
        }

    .faq-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .faq-icon i {
            transition: transform .3s ease;
            font-size: 1rem;
        }

            .faq-icon i::before {
                font-weight: 600;
                font-size: 20px;
            }
    /* Rotate icon when open */
    .faq-btn:not(.collapsed) .faq-icon i {
        transform: rotate(180deg);
    }

    .faq-illustration {
        width: 240px;
        height: 240px;
        margin: auto;
        border-radius: 42% 58% 62% 38% / 44% 42% 58% 56%;
        background: #c9d5ef;
        color: #18315c;
        font-size: 140px;
        font-weight: 800;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Form */

    .question-form {
        display: flex;
        overflow: hidden;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
    }

        .question-form input {
            flex: 1;
            border: none;
            padding: 13px 20px;
            outline: none;
        }

        .question-form button {
            border: none;
            background: var(--green-gradiant);
            color: white;
            padding: 0 30px;
            font-weight: 600;
        }
    /* Mobile */

    @media(max-width:991px) {

        .faq-cta {
            margin-top: 30px;
        }
    }

    @media(max-width:767px) {

        .faq-btn {
            padding: 20px;
            font-size: 16px;
        }

        .faq-illustration {
            width: 180px;
            height: 180px;
            font-size: 90px;
        }

        .question-form {
            flex-direction: column;
        }

            .question-form button {
                padding: 15px;
            }
    }
    /*why choose us*/
    /* =========================================
   EARLY ACCESS SECTION
========================================= */

    .growth-section {
        position: relative;
        overflow: hidden;
    }

        .growth-section::before {
            content: "";
            position: absolute;
            width: 450px;
            height: 450px;
            right: -120px;
            top: 120px;
            border-radius: 50%;
            background: rgba(43,185,65,.15);
            filter: blur(120px);
        }

    .feature-points {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .feature-item {
        display: flex;
        gap: 20px;
        padding: 1rem 0;
        position: relative;
    }

        .feature-item::after {
            content: "";
            position: absolute;
            width: 550px;
            height: 1px;
            left: 80px;
            top: 90px;
            background: linear-gradient(90deg, #cecece, #ffffff);
        }

        .feature-item:last-child::after {
            background: none;
        }

    .feature-icon {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .feature-icon i {
            font-size: 28px;
            color: #2BB941;
        }

    .feature-item h3 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .feature-item p {
        margin: 0;
        font-size: 1.25rem;
    }

    .item-icon-green {
        background: #F1F8F2;
    }

        .item-icon-green i {
            color: #2BB941;
        }

        .item-icon-green h3 {
            color: #223652;
        }

        .item-icon-green p {
            color: #64748B;
        }

    .item-icon-blue {
        background: #f3f8fd;
    }

        .item-icon-blue i {
            color: #27417b;
        }

        .item-icon-blue h3 {
            color: #223652;
        }

        .item-icon-blue p {
            color: #64748B;
        }
    /* BEST FOR */

    .best-for-box {
        display: flex;
        align-items: center;
        background: #EDF5E8;
        border-radius: 18px;
        overflow: hidden;
    }

    .best-icon {
        width: 62px;
        height: 62px;
        background: #D6EDCB;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .best-icon span {
            background: #fff;
            width: 44px;
            height: 44px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .best-icon i {
            font-size: 26px;
            color: #2BB941;
            font-weight: 700;
        }

    .best-for-box div:last-child {
        padding: 0 24px;
        color: #223652;
        font-size: 1.25rem;
    }
    /* RIGHT SIDE */

    .growth-visual {
        position: relative;
    }

.chart-card {
    justify-content: center;
    display: flex;
}
.chart-card img {
    /*    background: linear-gradient( 135deg, #00372B, #014738 );*/
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 0px;
    text-align: center;
/*    box-shadow: 0 30px 80px rgba(43,185,65,.25);*/
    
}

        .chart-card img {
            width: 90%;
        }
    /* FLOATING CARDS */

    .feature-grid {
        margin-top: -100px;
        z-index: 2;
    }


    .mini-card {
        background: #fff;
        border-radius: 20px;
        min-height: 100px;
        padding: 24px 15px;
        text-align: center;
        box-shadow: 0 15px 40px rgba(34,54,82,.08);
    }

        .mini-card i {
            font-size: 26px;
            color: #2BB941;
            display: block;
            margin-bottom: 10px;
        }

        .mini-card span {
            font-weight: 600;
            color: #223652;
            line-height: 1.4;
        }
    /* RESPONSIVE */

    @media (max-width: 991px) {

        .feature-item h5 {
            font-size: 20px;
        }

        .feature-item p {
            font-size: 15px;
        }

        .feature-grid {
            grid-template-columns: repeat(2,1fr);
            margin-top: -75px;
            padding: 0;
        }

            .feature-grid .mini-card:nth-child(4),
            .feature-grid .mini-card:nth-child(5) {
                grid-column: auto;
            }
    }

    @media (max-width: 767px) {

        .feature-item {
            gap: 15px;
            overflow: hidden;
        }

        .feature-icon {
            width: 52px;
            height: 52px;
        }

            .feature-icon i {
                font-size: 22px;
            }

        .feature-grid {
            grid-template-columns: 1fr;
            margin-top: -75px;
        }

        .best-for-box {
            flex-direction: row;
            align-items: center;
        }

            .best-for-box div:last-child {
                font-size: 16px;
                padding: 15px;
            }
    }
    /*whatsApp*/
    .whatsapp-float {
        position: fixed;
        right: 25px;
        bottom: 25px;
        z-index: 9999;
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        background: #25D366;
        color: #fff;
        padding: 14px 14px;
        border-radius: 50px;
        box-shadow: 0 10px 30px rgba(37, 211, 102, .35);
        transition: all .3s ease;
    }

        .whatsapp-float:hover {
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(37, 211, 102, .45);
        }

        .whatsapp-float i {
            font-size: 28px;
            line-height: 1;
        }

    .whatsapp-text {
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
    }
    /* Pulse animation */

    .whatsapp-float::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50px;
        background: rgba(37, 211, 102, .4);
        z-index: -1;
        animation: whatsappPulse 2s infinite;
    }

    @keyframes whatsappPulse {
        0% {
            transform: scale(1);
            opacity: .7;
        }

        70% {
            transform: scale(1.3);
            opacity: 0;
        }

        100% {
            transform: scale(1.3);
            opacity: 0;
        }
    }




    .youtube-lite {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        cursor: pointer;
        aspect-ratio: 16/9;
        background: #000;
    }

        .youtube-lite img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80px;
        height: 80px;
        border: none;
        border-radius: 50%;
        background: rgba(255,255,255,.9);
        font-size: 42px;
        color: #ff0000;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s;
    }

        .play-btn:hover {
            transform: translate(-50%,-50%) scale(1.1);
        }
    /*    unlisted page*/
    .unlisted-process-section {
        background: #fff;
    }

    .section-label {
        font-size: 2rem;
        font-weight: 700;
        color: #223652;
        margin-bottom: 12px;
    }

    .title-line {
        width: 45px;
        height: 3px;
        background: #2BB941;
        border-radius: 50px;
        margin-bottom: 25px;
    }

    .section-desc {
        color: #5f6d7e;
        font-size: 1rem;
        line-height: 1.9;
        margin: 0;
    }

    .flow-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        flex-wrap: wrap;
    }

    .flow-card {
        width: 130px;
        min-height: 140px;
        background: #fff;
        border: 1px solid #e7ecef;
        border-radius: 16px;
        padding: 20px 15px;
        text-align: center;
        transition: .3s;
    }

        .flow-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.08);
        }

    .flow-icon {
        width: 58px;
        height: 58px;
        margin: 0 auto 15px;
        background: rgba(43,185,65,.08);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .flow-icon i {
            font-size: 26px;
            color: #2BB941;
        }

    .flow-card h6 {
        font-size: 14px;
        font-weight: 600;
        color: #223652;
        line-height: 1.5;
        margin: 0;
    }

    .unlisted-process-section .flow-arrow {
        color: #2BB941;
        font-size: 22px;
        font-weight: 700;
        padding: 0px 0px;
    }
    /* Tablet */
    @media (max-width: 991px) {

        .section-content {
            text-align: center;
        }

        .title-line {
            margin: 0 auto 25px;
        }

        .flow-wrapper {
            margin-top: 20px;
        }
    }
    /* Mobile */
    @media (max-width: 767px) {

        .section-label {
            font-size: 1.75rem;
        }

        .flow-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .flow-arrow {
            display: none;
        }

        .flow-card {
            width: 100%;
            min-height: 130px;
        }
    }

    @media (max-width: 480px) {
        .flow-wrapper {
            grid-template-columns: 1fr;
        }
    }
    /* ==========================
   Types Of Unlisted Shares
========================== */

    .types-shares-section {
        background: #fff;
    }

    .section-heading h2 {
        color: #223652;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .heading-line {
        width: 42px;
        height: 3px;
        background: #2BB941;
        display: inline-block;
        border-radius: 30px;
    }

    .share-type-card {
        height: 100%;
        background: #fff;
        border: 1px solid #e8edf2;
        border-radius: 18px;
        padding: 28px;
        transition: .3s ease;
    }

        .share-type-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 18px 40px rgba(0,0,0,.08);
        }

    .card-top {
        display: flex;
        gap: 18px;
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .icon-box {
        min-width: 62px;
        width: 62px;
        height: 62px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .icon-box.green {
            background: rgba(43,185,65,.08);
        }

        .icon-box.blue {
            background: rgba(34,54,82,.08);
        }

        .icon-box i {
            font-size: 28px;
        }

        .icon-box.green i {
            color: #2BB941;
        }

        .icon-box.blue i {
            color: #3b82f6;
        }

    .card-top h4 {
        font-size: 1.15rem;
        font-weight: 700;
        color: #223652;
        margin-bottom: 8px;
    }

    .card-top p {
        margin: 0;
        color: #667085;
        line-height: 1.7;
        font-size: .95rem;
    }

    .feature-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .feature-list li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 16px;
            color: #223652;
            line-height: 1.6;
        }

            .feature-list li:last-child {
                margin-bottom: 0;
            }

        .feature-list i {
            color: #2BB941;
            font-size: 16px;
            margin-top: 3px;
        }

    .blue-check i {
        color: #3b82f6;
    }
    /* ==========================
   Responsive
========================== */

    @media (max-width: 991px) {

        .share-type-card {
            padding: 24px;
        }

        .section-heading h2 {
            font-size: 1.75rem;
        }
    }

    @media (max-width: 767px) {

        .card-top {
            flex-direction: column;
            text-align: center;
            align-items: center;
        }

        .feature-list li {
            font-size: .95rem;
        }

        .share-type-card {
            padding: 22px;
        }
    }
    /* ==========================
   Price Determination Section
========================== */

    .price-determination-section {
        background: #fff;
        border-top: 1px solid #eef2f6;
        border-bottom: 1px solid #eef2f6;
    }

    .price-grid {
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: 40px;
        align-items: center;
    }

    .price-content h2 {
        color: #223652;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .price-content p {
        color: #667085;
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 8px;
    }

    .price-factors {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        border-left: 1px solid #edf1f5;
    }

    .factor-item {
        flex: 1;
        text-align: center;
        padding: 0 25px;
        border-right: 1px solid #edf1f5;
    }

    .factor-icon {
        margin-bottom: 15px;
    }

        .factor-icon i {
            font-size: 32px;
            color: #3B82F6;
        }

    .factor-item span {
        display: block;
        color: #223652;
        font-weight: 500;
        line-height: 1.8;
        font-size: 15px;
    }
    /* Hover */

    .factor-item:hover .factor-icon i {
        transform: translateY(-3px);
        transition: .3s ease;
    }
    /* ==========================
   Tablet
========================== */

    @media (max-width: 991px) {

        .price-grid {
            grid-template-columns: 1fr;
            gap: 35px;
        }

        .price-content {
            text-align: center;
        }

        .price-factors {
            flex-wrap: wrap;
            border-left: none;
            gap: 20px;
        }

        .factor-item {
            flex: 0 0 calc(33.33% - 14px);
            border: 1px solid #edf1f5;
            border-radius: 16px;
            padding: 25px 15px;
        }
    }
    /* ==========================
   Mobile
========================== */

    @media (max-width: 767px) {

        .price-content h2 {
            font-size: 1.6rem;
        }

        .price-factors {
            gap: 15px;
        }

        .factor-item {
            flex: 0 0 calc(50% - 8px);
        }

        .factor-icon i {
            font-size: 28px;
        }

        .factor-item span {
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {

        .factor-item {
            flex: 0 0 100%;
        }
    }
    /* ==========================
   Benefits / Risks / Legal
========================== */

    .investment-overview-section {
        background: #fff;
    }

    .overview-card {
        position: relative;
        height: 100%;
        padding: 40px 28px 28px;
        border-radius: 18px;
        background: #fff;
        transition: .3s ease;
    }

        .overview-card:hover {
            transform: translateY(-5px);
        }
    /* Floating Icon */

    .card-badge {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        position: absolute;
        top: -34px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .card-badge i {
            font-size: 34px;
        }
    /* Green */

    .success {
        background: rgb(232 248 237);
    }

        .success i {
            color: #2BB941;
        }
    /* Red */

    .danger {
        background: rgb(254 241 241);
    }

        .danger i {
            color: #FF4D4F;
        }
    /* Card Colors */

    .benefits-card,
    .legal-card {
        border: 1px solid #e3f2e7;
    }

    .risk-card {
        border: 1px solid #fde2e2;
        background: #fffdfd;
    }
    /* Heading */

    .overview-card h3 {
        font-size: 1.7rem;
        font-weight: 700;
        color: #223652;
        margin-bottom: 24px;
        text-align: center;
    }

    .benefits-card h3,
    .legal-card h3 {
        color: #2BB941;
    }

    .risk-card h3 {
        color: #FF4D4F;
    }
    /* List */

    .overview-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .overview-card ul li {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            margin-bottom: 18px;
            color: #223652;
            line-height: 1.7;
            font-size: 15px;
        }

            .overview-card ul li:last-child {
                margin-bottom: 0;
            }

    .benefits-card li i,
    .legal-card li i {
        color: #2BB941;
        font-size: 18px;
        margin-top: 2px;
    }

    .risk-card li i {
        color: #FF4D4F;
        font-size: 18px;
        margin-top: 2px;
    }
    /* ==========================
   Responsive
========================== */

    @media (max-width: 991px) {

        .overview-card {
            margin-top: 40px;
        }

            .overview-card h3 {
                font-size: 1.45rem;
            }
    }

    @media (max-width: 767px) {

        .overview-card {
            padding: 35px 22px 22px;
        }

            .overview-card h3 {
                font-size: 1.3rem;
            }

            .overview-card ul li {
                font-size: 14px;
            }
    }
    /* ===================================
   Purchase Process Section
=================================== */

    .purchase-process-section {
        background: #fff;
    }

        .purchase-process-section .section-heading h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #223652;
            margin-bottom: 12px;
        }

        .purchase-process-section .heading-line {
            width: 42px;
            height: 3px;
            background: #2BB941;
            display: inline-block;
            border-radius: 20px;
        }
    /* Steps Layout */

    .purchase-steps {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
        /* Dashed Timeline */

        .purchase-steps::before {
            content: "";
            position: absolute;
            top: 18px;
            left: 8%;
            right: 8%;
            border-top: 2px dashed #d9eee0;
            z-index: 0;
        }

    .process-step {
        position: relative;
        flex: 1;
        text-align: center;
        padding: 0 15px;
        z-index: 1;
    }
    /* Number */

    .purchase-step-number {
        width: 34px;
        height: 34px;
        margin: 0 auto 18px;
        border-radius: 50%;
        background: rgb(228 246 233);
        color: #2BB941;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Icon */

    .step-icon {
        width: 72px;
        height: 72px;
        margin: 0 auto 20px;
        border-radius: 50%;
        background: rgba(43,185,65,.08);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .step-icon i {
            color: #2BB941;
            font-size: 34px;
        }
    /* Content */

    .process-step h4 {
        color: #223652;
        font-size: 1.15rem;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .process-step p {
        color: #667085;
        line-height: 1.8;
        font-size: .95rem;
        margin: 0;
    }
    /* Hover */

    .process-step:hover .step-icon {
        transform: translateY(-4px);
        transition: .3s ease;
    }
    /* ===================================
   Tablet
=================================== */

    @media (max-width: 991px) {

        .purchase-steps {
            flex-wrap: wrap;
            gap: 30px;
        }

            .purchase-steps::before {
                display: none;
            }

        .process-step {
            flex: 0 0 calc(33.333% - 20px);
        }
    }
    /* ===================================
   Mobile
=================================== */

    @media (max-width: 767px) {

        .purchase-process-section .section-heading h2 {
            font-size: 1.7rem;
        }

        .process-step {
            flex: 0 0 calc(50% - 15px);
        }

        .step-icon {
            width: 64px;
            height: 64px;
        }

            .step-icon i {
                font-size: 28px;
            }

        .process-step h4 {
            font-size: 1rem;
        }
    }

    @media (max-width: 575px) {

        .process-step {
            flex: 0 0 100%;
        }
    }
    /*success modal*/
    .modal-close-outside {
        position: absolute;
        top: -20px;
        right: -20px;
        width: 48px;
        height: 48px;
        border: 0;
        border-radius: 50%;
        background: #fff;
        color: #223652;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 25px rgba(0,0,0,.15);
        z-index: 1056;
        transition: all .3s ease;
    }

        .modal-close-outside:hover {
            transform: rotate(90deg);
            background: #f8f9fa;
        }

        .modal-close-outside i {
            font-size: 20px;
        }

    .success-modal {
        padding: 20px;
    }

    .success-icon-wrap {
        position: relative;
        width: 160px;
        height: 160px;
        margin: 0 auto 25px;
    }

        .success-icon-wrap::before {
            content: "";
            position: absolute;
            inset: 15px;
            border-radius: 50%;
            background: rgba(25, 135, 84, .08);
        }

    .success-icon {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: linear-gradient(135deg,#22c55e,#16a34a);
        color: #fff;
        font-size: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        position: absolute;
        inset: 0;
        box-shadow: 0 15px 35px rgba(34,197,94,.25);
    }

    .dots {
        position: absolute;
        width: 12px;
        height: 12px;
        background: #22c55e;
        border-radius: 50%;
    }

    .dot-1 {
        top: 20px;
        left: 20px;
    }

    .dot-2 {
        top: 30px;
        right: 15px;
    }

    .dot-3 {
        bottom: 25px;
        left: 25px;
    }

    .dot-4 {
        bottom: 15px;
        right: 30px;
    }

    .success-title {
        font-size: 2rem;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 15px;
    }

    .success-description {
        color: #64748b;
        max-width: 550px;
        margin: 0 auto 30px;
        font-size: 1.05rem;
    }

    .success-info-card {
        border: 1px solid #d8f0df;
        background: #fbfefc;
        border-radius: 20px;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .info-item {
        display: flex;
        align-items: center;
        gap: 15px;
        flex: 1;
    }

    .info-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #eaf8ef;
        color: #22c55e;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .info-item small {
        display: block;
        color: #64748b;
        margin-bottom: 4px;
    }

    .info-item h6 {
        margin: 0;
        color: #16a34a;
        font-weight: 700;
    }

    .info-divider {
        width: 1px;
        height: 50px;
        background: #e5e7eb;
    }

    .privacy-box {
        background: #eef9f1;
        border-radius: 16px;
        padding: 18px;
        color: #334155;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

        .privacy-box i {
            color: #22c55e;
            font-size: 24px;
        }

    .success-btn {
        min-width: 260px;
        border-radius: 14px;
        padding: 14px 30px;
        font-weight: 600;
    }
    /* Mobile */

    @media(max-width:768px) {

        .success-title {
            font-size: 1.6rem;
        }

        .success-info-card {
            flex-direction: column;
            gap: 20px;
        }

        .info-divider {
            width: 100%;
            height: 1px;
        }

        .success-btn {
            width: 100%;
            min-width: unset;
        }
    }


    .otp-icon {
        width: 70px;
        height: 70px;
        background: #F0F9FF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        font-size: 30px;
        color: #0d6efd;
    }

    .phone-display {
        background: #f8f9fa;
        padding: 12px 18px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
    }

    .otp-wrapper {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .otp-input {
        width: 50px;
        height: 55px;
        text-align: center;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        font-size: 22px;
        font-weight: 600;
    }

        .otp-input:focus {
            border-color: #0d6efd;
            outline: none;
            box-shadow: 0 0 0 3px rgba(13,110,253,.15);
        }