/* about  */
.about-section {

    background: linear-gradient(135deg, #050505, #071d12, #0c4f2e, #000);
    position: relative;
    overflow: hidden;
}

.about-section::before {

    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(0, 255, 120, .08);
    filter: blur(120px);
    top: -150px;
    left: -150px;
    border-radius: 50%;

}

.about-section::after {

    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(0, 255, 120, .08);
    bottom: -100px;
    right: -100px;
    filter: blur(120px);
    border-radius: 50%;

}

.section-title .sub-title {

    display: inline-block;
    padding: 10px 22px;
    background: rgba(0, 255, 120, .12);
    border: 1px solid rgba(0, 255, 120, .25);
    color: #22ff88;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.section-title h2 {

    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;

}

.section-title p {

    color: #d6d6d6;
    font-size: 14px;
    line-height: 22px;

}

.about-img {

    position: relative;
}

.about-img img {

    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .5);

}

.experience-box {

    position: absolute;
    bottom: 30px;
    right: -20px;
    background: linear-gradient(135deg, #00b34a, #00ff88);
    padding: 25px;
    width: 180px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);

}

.experience-box h2 {

    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;

}

.feature-box {

    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(0, 255, 120, .15);
    padding: 25px;
    border-radius: 18px;
    transition: .4s;
    backdrop-filter: blur(12px);
    height: 100%;

}

.feature-box:hover {

    transform: translateY(-8px);
    background: linear-gradient(135deg, #00b34a, #0f7a44);

}

.feature-box i {

    font-size: 35px;
    color: #22ff88;
    margin-bottom: 18px;
    transition: .4s;

}

.feature-box:hover i {

    color: #fff;

}

.feature-box h5 {

    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;

}

.feature-box p {

    color: #d4d4d4;
    line-height: 28px;
    margin: 0;

}

.about-btn {

    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(135deg, #00b34a, #00ff88);
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .4s;

}

.about-btn:hover {

    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 255, 120, .35);
    color: #fff;

}

@media(max-width:991px) {

    .section-title h2 {

        font-size: 34px;

    }

    .experience-box {

        position: relative;
        right: 0;
        bottom: 0;
        margin: 20px auto 0;

    }

}

/* vision  */
.py-100 {
    padding: 100px 0;
}

.vision-section {
    background: linear-gradient(135deg, #050505, #061b12, #082b18, #000);
    position: relative;
    overflow: hidden;
}

.vision-heading {
    max-width: 900px;
    margin: auto;
}

.vision-badge {

    display: inline-block;
    padding: 12px 28px;
    border-radius: 40px;
    background: rgba(0, 255, 120, .08);
    border: 1px solid rgba(0, 255, 120, .2);
    color: #29ff92;
    font-weight: 600;
    margin-bottom: 25px;
}

.vision-heading h2 {

    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.vision-heading p {

    color: #c9c9c9;
    font-size: 15px;
    line-height: 26px;
}

.vision-box {

    background: #111;
    border: 1px solid rgba(0, 255, 120, .12);
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    transition: .4s;
    height: 100%;
}

.vision-box:hover {

    transform: translateY(-12px);
    background: linear-gradient(135deg, #00b84d, #00853d);
    box-shadow: 0 20px 40px rgba(0, 255, 120, .18);

}

.vision-box .icon {

    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50%;
    background: rgba(0, 255, 120, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.vision-box:hover .icon {

    background: #fff;
}

.vision-box .icon i {

    font-size: 34px;
    color: #ddb05c;
}

.vision-box:hover i {

    color: #00994d;
}

.vision-box h4 {

    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
}

.vision-box p {

    color: #cfcfcf;
    line-height: 30px;
    margin: 0;
}

@media(max-width:991px) {

    .vision-heading h2 {

        font-size: 34px;

    }

}

/* forex  */
/*================ FOREX SECTION ================*/

.forex-section {

    background: #050505;
    padding: 100px 0;
    position: relative;
    overflow: hidden;

}

.forex-section::before {

    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: #00ff6a18;
    border-radius: 50%;
    filter: blur(120px);
    left: -100px;
    top: -80px;

}

.forex-section::after {

    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: #00ff6a12;
    border-radius: 50%;
    filter: blur(120px);
    right: -80px;
    bottom: -80px;

}

.forex-tag {

    display: inline-block;
    color: #18ff87;
    border-left: 4px solid #18ff87;
    padding-left: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;

}

.forex-section h2 {

    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 25px;

}

.forex-section h2 span {

    color: #1eff8b;

}

.forex-section p {

    color: #bfbfbf;
    line-height: 32px;
    font-size: 17px;

}

.forex-list {

    list-style: none;
    padding: 0;
    margin: 35px 0;

}

.forex-list li {

    color: #fff;
    margin-bottom: 18px;
    font-size: 17px;

}

.forex-list i {

    color: #18ff87;
    margin-right: 10px;

}

.forex-btn {

    display: inline-block;
    padding: 15px 35px;
    background: #18ff87;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;

}

.forex-btn:hover {

    background: #fff;
    color: #000;
    transform: translateY(-5px);

}

.forex-grid {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;

}

.trade-card {

    background: #101010;
    border: 1px solid rgba(0, 255, 120, .12);
    border-radius: 25px;
    padding: 10px 20px;
    transition: .4s;
    position: relative;

}

.trade-card:nth-child(2) {

    margin-top: 60px;

}

.trade-card:nth-child(3) {

    margin-top: -20px;

}

.trade-card:hover {

    transform: translateY(-10px);
    border-color: #18ff87;
    box-shadow: 0 20px 50px rgba(0, 255, 120, .15);

}

.trade-card i {

    width: 70px;
    height: 70px;
    background: #18ff8715;
    color: #18ff87;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin-bottom: 25px;

}

.trade-card h4 {

    color: #fff;
    margin-bottom: 15px;

}

.trade-card p {

    color: #bfbfbf;
    line-height: 28px;
    margin: 0;

}

@media(max-width:991px) {

    .forex-grid {

        grid-template-columns: 1fr;

    }

    .trade-card:nth-child(2),
    .trade-card:nth-child(3) {

        margin-top: 0;

    }

    .forex-section h2 {

        font-size: 36px;

    }

}

/* packages  */
.investment-packages {
    background: #050505;
    padding: 100px 0;
}

.plan-box {
    background: #111;
    border: 1px solid rgba(0, 255, 120, .12);
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    transition: .4s;
    height: 100%;
}

.plan-box:hover {
    transform: translateY(-10px);
    border-color: #19ff89;
    box-shadow: 0 20px 50px rgba(0, 255, 120, .15);
}

.active-plan {
    background: linear-gradient(180deg, #009b49, #062417);
}

.plan-icon {

    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: #19ff8915;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;

}

.plan-icon i {
    font-size: 34px;
    color: #19ff89;
}

.plan-box h4 {
    color: #fff;
    margin-bottom: 10px;
}

.plan-price {
    display: block;
    color: #19ff89;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
}

.plan-box ul {
    padding: 0;
    list-style: none;
}

.plan-box ul li {
    color: #ccc;
    margin-bottom: 14px;
}

.plan-box ul i {
    color: #19ff89;
    margin-right: 8px;
}

.package-levels {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.level {
    padding: 15px 30px;
    border-radius: 50px;
    background: #111;
    color: #19ff89;
    border: 1px solid rgba(0, 255, 120, .12);
    font-weight: 600;
}

.level i {
    font-size: 8px;
    margin-right: 8px;
}

/* income  */
/*==================== INCOME ====================*/

.bg--black-two {

    background: #050505;
    position: relative;
    overflow: hidden;

}

.bg--black-two::before {

    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(0, 255, 110, .08);
    border-radius: 50%;
    filter: blur(120px);
    top: -100px;
    right: -100px;

}

.income-subtitle {

    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 40px;
    background: #0d1712;
    color: #19ff88;
    font-weight: 600;
    margin-bottom: 20px;

}

.income-card {

    display: flex;
    gap: 18px;
    background: #101010;
    border: 1px solid rgba(0, 255, 120, .12);
    border-radius: 18px;
    padding: 22px;
    transition: .4s;
    height: 100%;

}

.income-card:hover {

    transform: translateY(-8px);
    border-color: #19ff88;
    box-shadow: 0 15px 40px rgba(0, 255, 120, .15);

}

.income-icon {

    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00c853, #009245);

}

.income-icon i {

    color: #fff;
    font-size: 26px;

}

.income-card h5 {

    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;

}

.income-card p {

    color: #bdbdbd;
    margin: 0;
    line-height: 28px;
    font-size: 15px;

}

.income-btn {

    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    background: linear-gradient(135deg, #00c853, #009245);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;

}

.income-btn:hover {

    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 255, 120, .25);

}

/* REWARD  */
/*================ REWARD =================*/

.reward-section {

    background: linear-gradient(135deg, #020202, #07150d, #0d2b18, #020202);
    position: relative;
    overflow: hidden;

}

.reward-section:before {

    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: #00ff6630;
    filter: blur(160px);
    top: -220px;
    right: -150px;
    border-radius: 50%;

}

.reward-heading {

    max-width: 850px;
    margin: auto;
    margin-bottom: 70px;

}

.reward-tag {

    display: inline-block;
    padding: 10px 28px;
    border-radius: 40px;
    background: #0f1c15;
    color: #21ff8f;
    font-weight: 600;
    margin-bottom: 25px;

}

.reward-heading h2 {

    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;

}

.reward-heading p {

    color: #c5c5c5;
    line-height: 30px;

}

.reward-timeline {

    display: flex;
    justify-content: space-between;
    gap: 25px;
    position: relative;
    flex-wrap: wrap;

}

.reward-timeline:before {

    content: '';
    position: absolute;
    top: 55px;
    left: 5%;
    right: 5%;
    height: 3px;
    background: #184d2d;
    z-index: 0;

}

.reward-item {

    width: 190px;
    background: #101010;
    padding: 35px 20px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .4s;
    border: 1px solid rgba(0, 255, 120, .12);

}

.reward-item:hover {

    transform: translateY(-10px);
    border-color: #1dff8d;

}

.reward-item.active {

    background: linear-gradient(180deg, #00a84d, #06341f);
    transform: scale(1.08);

}

.reward-icon {

    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #1aff8d20;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

}

.reward-icon i {

    font-size: 35px;
    color: #1aff8d;

}

.reward-item h5 {

    color: #fff;
    margin-bottom: 10px;

}

.reward-item span {

    color: #aaa;
    font-size: 14px;

}

.reward-item h4 {

    margin-top: 15px;
    color: #1aff8d;
    font-size: 34px;
    font-weight: 700;

}

.reward-bottom {

    background: #101010;
    padding: 35px;
    border-radius: 25px;
    border: 1px solid rgba(0, 255, 120, .12);

}

.reward-info {

    display: flex;
    align-items: center;
    gap: 25px;

}

.reward-info i {

    font-size: 60px;
    color: #1aff8d;

}

.reward-info h4 {

    color: #fff;
    margin-bottom: 10px;

}

.reward-info p {

    color: #bfbfbf;
    margin: 0;
    line-height: 30px;

}

@media(max-width:991px) {

    .reward-timeline {

        justify-content: center;

    }

    .reward-timeline:before {

        display: none;

    }

    .reward-item {

        width: 100%;

    }

    .reward-heading h2 {

        font-size: 34px;

    }

    .reward-info {

        flex-direction: column;
        text-align: center;

    }

}

/* ROADMAP  */
/*================ HORIZONTAL ROADMAP ================*/

.roadmap-horizontal {
    background: linear-gradient(135deg, #020202, #071a12, #0b301d, #020202);
    position: relative;
    overflow: hidden;
}

.roadmap-horizontal::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(0, 255, 120, .08);
    border-radius: 50%;
    filter: blur(140px);
    top: -120px;
    left: -120px;
}

.roadmap-head {
    max-width: 800px;
    margin: auto;
    margin-bottom: 80px;
}

.roadmap-badge {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 40px;
    background: #0e1a14;
    color: #19ff89;
    font-weight: 600;
    margin-bottom: 20px;
}

.roadmap-head h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.roadmap-head p {
    color: #c8c8c8;
    line-height: 30px;
}

.roadmap-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: nowrap;
}

.roadmap-line {
    position: absolute;
    top: 55px;
    left: 5%;
    right: 5%;
    height: 4px;
    background: linear-gradient(90deg, #00ff88, #00b34a, #007a3d);
    z-index: 0;
    border-radius: 10px;
}

.roadmap-step {
    width: 20%;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #101010;
    border: 1px solid rgba(0, 255, 120, .12);
    border-radius: 22px;
    padding: 30px 20px;
    transition: .4s;
}

.roadmap-step:hover {
    transform: translateY(-10px);
    border-color: #19ff89;
    box-shadow: 0 20px 50px rgba(0, 255, 120, .15);
}

.roadmap-step.active {
    background: linear-gradient(180deg, #00a84d, #06351f);
    transform: scale(1.05);
}

.step-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #19ff8915;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 2px solid rgba(0, 255, 120, .2);
}

.step-icon i {
    font-size: 34px;
    color: #19ff89;
}

.step-number {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 30px;
    background: #0f1f16;
    color: #19ff89;
    font-weight: 700;
    margin-bottom: 15px;
}

.roadmap-step h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
}

.roadmap-step p {
    color: #bdbdbd;
    line-height: 28px;
    margin: 0;
    font-size: 15px;
}

/* Mobile */

@media(max-width:991px) {

    .roadmap-wrapper {
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .roadmap-step {
        min-width: 280px;
    }

    .roadmap-head h2 {
        font-size: 34px;
    }

}

/* wallet  */
/*================ WALLET SECTION =================*/

.wallet-section {

    background: linear-gradient(135deg, #020202, #07150d, #0a2b19, #020202);
    position: relative;
    overflow: hidden;

}

.wallet-section::before {

    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(0, 255, 120, .08);
    filter: blur(150px);
    left: -150px;
    top: -150px;
    border-radius: 50%;

}

.wallet-heading {

    max-width: 800px;
    margin: auto;

}

.wallet-tag {

    display: inline-block;
    padding: 10px 28px;
    border-radius: 40px;
    background: #102018;
    color: #19ff88;
    font-weight: 600;
    margin-bottom: 20px;

}

.wallet-heading h2 {

    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;

}

.wallet-heading p {

    color: #bdbdbd;
    line-height: 30px;

}

.wallet-card {

    background: rgb(255 254 254);
    border: 1px solid rgba(0, 255, 120, .12);
    border-radius: 20px;
    padding: 35px 20px;
    text-align: center;
    transition: .4s;
    backdrop-filter: blur(15px);

}

.wallet-card:hover {

    transform: translateY(-10px);
    border-color: #19ff88;
    box-shadow: 0 20px 45px rgba(0, 255, 120, .18);

}

.wallet-card img {

    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: .4s;

}

.wallet-card:hover img {

    transform: scale(1.1);

}

.wallet-card h5 {

    color: #014b25;
    font-size: 20px;
    margin: 0;
    font-weight: 600;

}

@media(max-width:991px) {

    .wallet-heading h2 {

        font-size: 34px;

    }

    .wallet-card {

        padding: 25px 15px;

    }

    .wallet-card img {

        width: 55px;
        height: 55px;

    }

}

/* fund management  */
/* PROCESS */

.fund-process {

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;

}

.process-item {

    background: linear-gradient(180deg, #1a1a1a 0%, #101010 100%);
    width: 230px;
    padding: 35px 25px;
    border-radius: 22px;
    text-align: center;
    transition: .4s;
    border: 1px solid rgba(0, 255, 120, .12);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
    position: relative;
    overflow: hidden;

}

.process-item::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00ff88, #00b14f);

}

.process-item:hover {

    transform: translateY(-12px);
    border-color: #19ff88;
    background: linear-gradient(180deg, #1f2e24, #111111);
    box-shadow: 0 25px 60px rgba(0, 255, 120, .18);

}

.process-icon {

    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #00d35b, #008c45);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(0, 255, 120, .25);

}

.process-icon i {

    font-size: 36px;
    color: #fff;

}

.process-item h5 {

    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;

}

.process-item p {

    color: #c8c8c8;
    line-height: 28px;
    margin: 0;

}

.process-arrow {

    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 255, 120, .10);
    border: 1px solid rgba(0, 255, 120, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19ff88;
    font-size: 24px;

}


/* FEATURE */

.feature-box {

    background: linear-gradient(180deg, #171717, #101010);
    padding: 10px 10px;
    border-radius: 20px;
    text-align: center;
    transition: .4s;
    height: 100%;
    border: 1px solid rgba(0, 255, 120, .12);
    position: relative;
    overflow: hidden;

}

.feature-box::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00ff88, #00b14f);

}

.feature-box:hover {

    transform: translateY(-10px);
    background: linear-gradient(180deg, #1d3024, #121212);
    border-color: #19ff88;
    box-shadow: 0 25px 60px rgba(0, 255, 120, .15);

}

.feature-box i {

    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 255, 120, .12);
    color: #19ff88;
    font-size: 28px;
    margin-bottom: 22px;

}

.feature-box h4 {

    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;

}

.feature-box p {

    color: #c5c5c5;
    line-height: 24px;
    margin: 0;

}

/*================ RESPONSIVE =================*/

@media (max-width:1199px) {

    .fund-process {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .process-item {
        width: 45%;
    }

    .process-arrow {
        display: none;
    }

}

@media (max-width:991px) {

    .fund-heading h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .fund-heading p {
        font-size: 16px;
        line-height: 30px;
    }

    .fund-process {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .process-item {
        width: 100%;
    }

    .feature-box {
        padding: 30px 20px;
    }

}

@media (max-width:767px) {

    .fund-management {
        padding: 70px 0;
    }

    .fund-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .fund-heading p {
        font-size: 15px;
        line-height: 28px;
    }

    .fund-process {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .process-item {
        padding: 30px 20px;
    }

    .process-icon {
        width: 70px;
        height: 70px;
    }

    .process-icon i {
        font-size: 28px;
    }

    .process-item h5 {
        font-size: 20px;
    }

    .feature-box {
        padding: 30px 20px;
    }

    .feature-box h4 {
        font-size: 20px;
    }

    .feature-box i {
        font-size: 35px;
    }

}

@media (max-width:575px) {

    .fund-heading span {
        font-size: 14px;
    }

    .fund-heading h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .process-item {
        border-radius: 18px;
    }

    .feature-box {
        border-radius: 18px;
    }

}

/* footer  */
/*================ CONTACT STRIP ================*/

.vp-contact-strip {

    background: #0d0d0d;
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);

}

.vp-contact-box {

    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(180deg, #161616, #0f0f0f);
    border: 1px solid rgba(0, 255, 120, .12);
    padding: 22px;
    border-radius: 18px;
    transition: .4s;

}

.vp-contact-box:hover {

    transform: translateY(-6px);
    border-color: #19ff88;

}

.vp-contact-icon {

    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00d35b, #009245);
    display: flex;
    align-items: center;
    justify-content: center;

}

.vp-contact-icon i {

    color: #fff;
    font-size: 22px;

}

.vp-contact-box span {

    color: #19ff88;
    font-size: 14px;

}

.vp-contact-box h6 {

    color: #fff;
    margin: 4px 0 0;
    font-size: 17px;

}

/*================ FOOTER TOP ================*/

.vp-footer-top {

    background: linear-gradient(135deg, #020202, #061811, #020202);
    padding: 70px 0;

}

.vp-footer-top h2 {

    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 900px;
    margin: auto;

}

.vp-footer-top span {

    color: #19ff88;

}

.vp-business-list {

    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;

}

.vp-business-list div {

    color: #fff;
    padding: 16px 28px;
    border-radius: 50px;
    background: #121212;
    border: 1px solid rgba(0, 255, 120, .15);

}

.vp-business-list i {

    color: #19ff88;
    margin-right: 8px;

}

/*================ COPYRIGHT ================*/

.vp-footer-bottom {

    background: #000;
    padding: 20px 0;

}

.vp-footer-copy {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

.vp-footer-copy p {

    color: #bdbdbd;
    margin: 0;

}

.vp-footer-copy strong {

    color: #19ff88;

}

.vp-social {

    display: flex;
    gap: 15px;

}

.vp-social a {

    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #121212;
    color: #19ff88;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;

}

.vp-social a:hover {

    background: #19ff88;
    color: #000;

}

@media(max-width:991px) {

    .vp-footer-copy {

        justify-content: center;
        gap: 20px;
        text-align: center;

    }

    .vp-footer-top h2 {

        font-size: 28px;

    }

}

/* banner  */
/*=========================
    HERO BACKGROUND
=========================*/

.vp-banner-bg {
    position: relative;
    overflow: hidden;
    background: url("assets/images/banner/bg.jpg") center center/cover no-repeat;
    z-index: 1;
}

/* Dark Gradient Overlay */

.vp-banner-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .92) 0%,
            rgba(4, 18, 12, .88) 35%,
            rgba(0, 0, 0, .78) 65%,
            rgba(0, 0, 0, .92) 100%);
    z-index: -2;
}

/* Blur Overlay */

.vp-banner-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, .18);
    z-index: -1;
}

/* Green Glow */

.vp-banner-bg .container::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    left: -180px;
    top: -150px;
    background: rgba(0, 255, 120, .15);
    border-radius: 50%;
    filter: blur(130px);
    z-index: 0;
}

.vp-banner-bg .container::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    right: -120px;
    bottom: -120px;
    background: rgba(0, 255, 120, .10);
    border-radius: 50%;
    filter: blur(140px);
    z-index: 0;
}

.vp-banner-bg .container {
    position: relative;
    z-index: 2;
}

/*==============================
 HERO IMAGE EFFECT
===============================*/

.banner-img {

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* Green Glow */

.banner-img::before {

    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(0, 255, 128, .45) 0%,
            rgba(0, 255, 128, .18) 35%,
            rgba(0, 255, 128, .05) 65%,
            transparent 100%);

    filter: blur(20px);

    animation: pulseGlow 4s ease-in-out infinite;

}

/* Rotating Rays */

.banner-img::after {

    content: "";
    position: absolute;

    width: 520px;
    height: 520px;

    background: url("assets/images/banner/rays.png") center/contain no-repeat;

    animation: rotateRays 25s linear infinite;

    opacity: .25;

}

/* Image */

.banner-img img {

    position: relative;
    z-index: 2;
    max-width: 100%;

    animation: floatImage 5s ease-in-out infinite;

    filter: drop-shadow(0 20px 45px rgba(0, 255, 120, .35));

}

/* Floating */

@keyframes floatImage {

    0% {

        transform: translateY(0px);

    }

    50% {

        transform: translateY(-18px);

    }

    100% {

        transform: translateY(0);

    }

}

/* Glow */

@keyframes pulseGlow {

    0% {

        transform: scale(.95);

        opacity: .5;

    }

    50% {

        transform: scale(1.08);

        opacity: 1;

    }

    100% {

        transform: scale(.95);

        opacity: .5;

    }

}

/* Rotate */

@keyframes rotateRays {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(360deg);

    }

}

/* marquee */
/*================ NOTICE MARQUEE =================*/

.vp-notice-section {

    background: linear-gradient(90deg, #020202, #0b2014, #020202);
    padding: 0px 0;
    border-top: 1px solid rgba(0, 255, 120, .15);
    border-bottom: 1px solid rgba(0, 255, 120, .15);

}

.vp-notice-wrapper {
    display: flex;
    align-items: center;
    background: #111;
    overflow: hidden;
    border: 1px solid rgba(0, 255, 120, .15);

}

.vp-notice-title {

    min-width: 220px;
    white-space: nowrap;
    /* Prevent line break */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: linear-gradient(135deg, #00c853, #008d46);
    color: #fff;
    font-weight: 700;
    padding: 16px 25px;
    font-size: 18px;

}

.vp-notice-title i {

    margin-right: 8px;

}

.vp-notice-marquee {

    width: 100%;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;

}

.vp-notice-marquee strong {

    color: #19ff88;

}

.vp-notice-marquee marquee {

    line-height: 55px;

}

@media(max-width:768px) {

    .vp-notice-wrapper {

        flex-direction: column;
        border-radius: 15px;

    }

    .vp-notice-title {

        width: 100%;
        min-width: 100%;
        padding: 14px;

    }

    .vp-notice-marquee marquee {

        line-height: 45px;

    }

}