@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");

body {
    font-family: "Instrument Sans", sans-serif;
    font-style: normal;
    background: #162062;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0;
}

ul li {
    list-style: none;
}

h1 {
    margin-bottom: 0px;
}

h2,
h3,
h4 {
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}

:root {

    --black: #000;
    --white: #fff;
    --gold: #E5A20A;
    --light-gold: #F8D43B;
    --blue: #072066;
    --light-blue: #48AEFD;
    --primary-blue: #3397B2;




}


/* section css */
section {
    padding: 50px 0px;
}

/* section css */



/* footer css */
.footer {
    padding: 100px 0px;
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 50px 0px;
    }
}

/* footer css */




/* custom css start here ----------------------------------------------------  */



/* -------------- Navbar css start here -------------- */
.custom-navbar {
    background: var(--blue);
    padding: 5px 0;
    transition: .4s;
    box-shadow: rgba(240, 238, 238, 0.616) 0px 5px 15px;
}



.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand img {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    object-fit: contain;
    display: block;
}


.navbar-nav {
    gap: 18px;
    align-items: center;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0;
    transition: .3s;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--light-gold);
}


/* Dropdown Arrow */
.dropdown-toggle::after {
    margin-left: .55rem;
    vertical-align: middle;
}

/* Dropdown */
.dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
    padding: 10px;
    margin-top: 15px;
}

.dropdown-item {
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.dropdown-item:hover {
    background: #f9f3ed;
    color: #b27b3d;
}

.nav-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-icons a {
    color: var(--white);
    font-size: 20px;
    transition: .3s;
    position: relative;
    text-decoration: none;
    background: transparent;
    border-radius: 50px;
    padding: 10px 20px;
    transition: .4s ease-in-out;
}

.nav-icons a:hover {
    background: var(--white);
    color: var(--blue);
}



.offcanvas {
    width: 300px;
}

.offcanvas-body .nav-link {
    padding: 14px 0;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.navbar-toggler {
    padding: 0;
    border: none;
    background: var(--light-gold);
    padding: 5px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media screen and (max-width: 1200px) {

    .navbar-brand img {
        width: 90px;
        height: 90px;
    }

    .navbar-nav .nav-link {
    font-size: 14px;
}

    .nav-icons a {
        font-size: 14px;
        padding: 5px 10px;
    }
}


@media(max-width:991px) {
    .navbar-brand img {
        width: 70px;
        height: 70px;
    }

    .nav-icons a {
        font-size: 14px;

    }

}

/* ------------------ navbar css ends here --------------- */




/* --------------- banner css start here ---------------- */

.carousel-indicators {
    margin-bottom: 5px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: none;
    background: var(--gold) !important;
}

.carousel-indicators button {
    border-radius: 50px;
}

@media screen and (max-width: 767px) {
    .carousel-indicators [data-bs-target] {
        width: 5px;
        height: 5px;
    }
}

/* --------------------- end of banner css here --------------------- */



/* ------------------- about us section css start here --------------- */



.about-section {
    position: relative;
    padding: 100px 0;
    background: #162062;
    overflow: hidden;
}

/* Decorative background */
.about-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(3, 69, 176, 0.18);
    top: -220px;
    right: -150px;
}

.about-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid rgba(242, 178, 12, 0.15);
    bottom: -180px;
    left: -100px;
}


/* ================= LEFT CONTENT ================= */

.about-content {
    position: relative;
    z-index: 2;
}

.about-subtitle {
    position: relative;
    display: inline-block;
    color: #F2B20C;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
    padding-left: 45px;
}

.about-subtitle::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background: #F2B20C;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-content h2 {
    color: #fff;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-content h2 span {
    display: block;
    color: #F2B20C;
}

.about-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    max-width: 600px;
}


/* ================= BUTTON ================= */

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 14px 28px;
    border-radius: 50px;
    background: linear-gradient(135deg,
            #CA8904,
            #F2B20C,
            #FAD544);
    color: #162062;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(242, 178, 12, 0.20);
}

.about-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.about-btn:hover {
    color: #162062;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(242, 178, 12, 0.35);
}

.about-btn:hover i {
    transform: translateX(5px);
}


/* ================= RIGHT VISUAL ================= */

.about-visual {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Main circle */

.about-circle {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 1px solid rgba(242, 178, 12, 0.30);
    box-shadow:
        0 0 0 30px rgba(3, 69, 176, 0.08),
        0 0 0 60px rgba(3, 69, 176, 0.04);
}


/* Main box */

.about-main-box {
    position: relative;
    z-index: 3;
    width: 270px;
    padding: 45px 30px;
    text-align: center;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.about-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,
            #CA8904,
            #FAD544);
    color: #162062;
    font-size: 35px;
    box-shadow: 0 10px 30px rgba(242, 178, 12, 0.25);
}

.about-main-box h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-main-box p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


/* ================= FLOATING CARDS ================= */

.about-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20);
}

.floating-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #162062;
    color: #F2B20C;
    font-size: 19px;
}

.about-floating-card h6 {
    color: #162062;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.about-floating-card span {
    color: #777;
    font-size: 12px;
}

.card-one {
    top: 65px;
    left: 20px;
}

.card-two {
    right: 10px;
    bottom: 65px;
}


/* Gold decorative ring */

.gold-ring {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 50px;
    top: 25px;
    border-radius: 50%;
    border: 10px solid #F2B20C;
    opacity: 0.8;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {

    .about-section {
        padding: 80px 0;
    }

    .about-content {
        text-align: center;
    }

    .about-subtitle {
        padding-left: 0;
    }

    .about-subtitle::before {
        display: none;
    }

    .about-content h2 {
        font-size: 38px;
    }

    .about-text {
        margin-left: auto;
        margin-right: auto;
    }

    .about-visual {
        margin-top: 40px;
    }
}


@media (max-width: 575px) {

    .about-section {
        padding: 65px 0;
    }

    .about-content h2 {
        font-size: 31px;
    }

    .about-text {
        font-size: 14px;
    }

    .about-visual {
        min-height: 380px;
    }

    .about-circle {
        width: 280px;
        height: 280px;
    }

    .about-main-box {
        width: 230px;
        padding: 35px 20px;
    }

    .about-icon {
        width: 65px;
        height: 65px;
        font-size: 27px;
    }

    .card-one {
        left: 0;
        top: 30px;
    }

    .card-two {
        right: 0;
        bottom: 30px;
    }

    .about-floating-card {
        padding: 9px 12px;
    }

    .floating-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .gold-ring {
        right: 5px;
    }
}

/* --------------- end of about us section css here --------------- */



/* ---------------- mission vision section css start here ----------------- */


.mission-vision-section {
    position: relative;
    padding: 100px 0;
    background: #162062;
    overflow: hidden;
}


/* Decorative Background */

.mission-vision-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(242, 178, 12, 0.10);
    top: -250px;
    left: -180px;
}

.mission-vision-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(3, 69, 176, 0.12);
    right: -200px;
    bottom: -200px;
}


/* heading */

.mv-heading {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto 55px;
}

.mv-subtitle {
    display: inline-block;
    position: relative;
    color: #F2B20C;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.mv-subtitle::before,
.mv-subtitle::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #F2B20C;
    vertical-align: middle;
    margin: 0 12px;
}

.mv-heading h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mv-heading h2 span {
    color: #F2B20C;
}

.mv-heading p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}


/* mission vision box */

.mv-box {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 42px;
    border-radius: 24px;

    background: rgba(255, 255, 255, 0.07);

    border: 1px solid rgba(255, 255, 255, 0.14);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    overflow: hidden;

    transition: all 0.4s ease;
}

.mv-box:hover {
    transform: translateY(-8px);

    border-color: rgba(242, 178, 12, 0.55);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.25),
        0 0 35px rgba(242, 178, 12, 0.08);
}


/* Gold top line */

.mv-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg,
            #CA8904,
            #F2B20C,
            #FAD544);
    border-radius: 0 0 5px 5px;
}


/* icon */

.mv-icon {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background: linear-gradient(135deg,
            #CA8904,
            #F2B20C,
            #FAD544);

    color: #162062;

    font-size: 28px;

    margin-bottom: 28px;

    box-shadow:
        0 12px 30px rgba(242, 178, 12, 0.20);

    transition: all 0.4s ease;
}

.mv-box:hover .mv-icon {
    transform: rotate(-5deg) scale(1.05);
}


/* content */

.mv-label {
    display: block;
    color: #F2B20C;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.mv-content h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

.mv-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}


/* mission vision difference */

.vision-box {
    border-top: 1px solid rgba(3, 115, 229, 0.25);
}

.mission-box {
    border-top: 1px solid rgba(242, 178, 12, 0.25);
}


/* responsive css */

@media (max-width: 991px) {

    .mission-vision-section {
        padding: 80px 0;
    }

    .mv-heading {
        margin-bottom: 40px;
    }

    .mv-heading h2 {
        font-size: 38px;
    }

    .mv-box {
        padding: 35px;
    }
}


@media (max-width: 575px) {

    .mission-vision-section {
        padding: 65px 0;
    }

    .mv-heading h2 {
        font-size: 30px;
    }

    .mv-heading p {
        font-size: 14px;
    }

    .mv-box {
        padding: 30px 25px;
        border-radius: 18px;
    }

    .mv-box::before {
        left: 25px;
    }

    .mv-icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
        margin-bottom: 22px;
    }

    .mv-content h3 {
        font-size: 21px;
    }

    .mv-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .mv-number {
        font-size: 75px;
    }

    .mv-subtitle::before,
    .mv-subtitle::after {
        width: 20px;
        margin: 0 7px;
    }
}

/* ------------------- end of mission vision section css here ------------------- */


/* ------------------ income types section css start here ------------------- */


.income-section {
    position: relative;
    background: #f7f9fc;
    overflow: hidden;
}

/* Heading */

.income-heading {
    max-width: 750px;
    margin: 0 auto;
}

.income-subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #568F80;
    margin-bottom: 10px;
}

.income-heading h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1b2540;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.income-heading h2 span {
    color: #568F80;
}

.income-heading p {
    color: #6c7485;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}


/* Income Card */

.income-card {
    position: relative;
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(86, 143, 128, 0.377);
    box-shadow: 0 10px 35px rgba(31, 45, 61, 0.07);
    overflow: hidden;
    transition: all 0.35s ease;
}



.income-card:hover {
    border-color: rgba(27, 33, 121, 0.856);
    box-shadow: 0 18px 45px rgba(31, 45, 61, 0.432);
}

.income-card:hover::before {
    transform: scale(1.5);
}


/* Top */

.income-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.income-number {
    font-size: 18px;
    font-weight: 800;
    color: #568F80;
    letter-spacing: 1px;
}

/* Icon */

.income-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #72AF9F, #568F80);
    color: #ffffff;
    font-size: 23px;

    box-shadow: 0 8px 20px rgba(86, 143, 128, 0.25);
}


/* Content */

.income-content {
    position: relative;
    z-index: 2;
}

.income-content h4 {
    font-size: 21px;
    font-weight: 750;
    color: #202b45;
    margin-bottom: 12px;
}

.income-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #727b8c;
    margin-bottom: 0;
}

/* Bottom Line */

.income-line {
    width: 45px;
    height: 3px;
    margin-top: 25px;
    border-radius: 20px;
    background: linear-gradient(90deg, #72AF9F, #568F80);
    transition: width 0.35s ease;
}

.income-card:hover .income-line {
    width: 80px;
}


/* responsive css */

@media (max-width: 991px) {
    .income-heading h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .income-section {
        padding: 60px 0 !important;
    }

    .income-heading h2 {
        font-size: 30px;
    }

    .income-heading p {
        font-size: 14px;
    }

    .income-card {
        padding: 25px;
        border-radius: 17px;
    }

    .income-content h4 {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .income-heading h2 {
        font-size: 27px;
    }

    .income-card {
        padding: 23px;
    }
}

/* ------------------- end of income types section css here ---------------------- */


/* ---------------- profit generation section css start here ---------------- */


/* ==========================================
   BRAND COLORS
========================================== */

:root {
    --gold: #E5A20A;
    --light-gold: #F8D43B;
    --blue: #072066;
    --light-blue: #48AEFD;
    --primary-blue: #3397B2;
}


/* ==========================================
   INVESTMENT OPPORTUNITIES
========================================== */

.investment-opportunities {
    position: relative;
    padding: 100px 0;
    background: var(--blue);
    overflow: hidden;
}


/* Decorative Circle */

.investment-opportunities::before {
    content: "";
    position: absolute;

    width: 450px;
    height: 450px;

    top: -250px;
    left: -200px;

    border-radius: 50%;

    background: rgba(72, 174, 253, 0.07);
}

.investment-opportunities::after {
    content: "";
    position: absolute;

    width: 400px;
    height: 400px;

    right: -200px;
    bottom: -220px;

    border-radius: 50%;

    background: rgba(229, 162, 10, 0.07);
}

.investment-opportunities .container {
    position: relative;
    z-index: 2;
}


/* ==========================================
   SECTION HEADING
========================================== */

.section-heading {
    max-width: 760px;
    margin-bottom: 55px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 18px;

    color: var(--light-gold);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;

    border: 1px solid rgba(248, 212, 59, 0.35);
    border-radius: 50px;

    background: rgba(248, 212, 59, 0.07);
}

.section-tag i {
    color: var(--light-gold);
}


.section-heading h2 {
    margin-top: 20px;
    margin-bottom: 15px;

    color: #ffffff;

    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}

.section-heading h2 span {
    color: var(--light-gold);
}


.section-heading p {
    margin: 0;

    color: rgba(255, 255, 255, 0.75);

    font-size: 16px;
    line-height: 1.8;
}


/* ==========================================
   CARD
========================================== */

.opportunity-card {
    position: relative;

    height: 100%;

    overflow: hidden;

    background: #ffffff;

    border-radius: 20px;

    border: 1px solid rgba(72, 174, 253, 0.18);

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);

    transition: all 0.4s ease;
}


.opportunity-card:hover {
    transform: translateY(-10px);

    border-color: var(--light-blue);

    box-shadow:
        0 30px 65px rgba(0, 0, 0, 0.30),
        0 0 25px rgba(72, 174, 253, 0.12);
}


/* ==========================================
   IMAGE
========================================== */

.opportunity-image {
    position: relative;

    width: 100%;
    height: 240px;

    overflow: hidden;

    background: #eeeeee;
}


/* Actual Image */

.opportunity-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.6s ease;
}


/* Image Zoom on Hover */

.opportunity-card:hover .opportunity-image img {
    transform: scale(1.06);
}


/* ==========================================
   NUMBER
========================================== */

.opportunity-number {
    position: absolute;

    top: 18px;
    right: 18px;

    padding: 7px 13px;

    border-radius: 30px;

    background: var(--blue);

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    border: 1px solid rgba(255, 255, 255, 0.25);

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* ==========================================
   CONTENT
========================================== */

.opportunity-content {
    position: relative;

    padding: 55px 28px 32px;
}


/* ==========================================
   ICON
========================================== */

.opportunity-icon {
    position: absolute;

    top: -32px;
    left: 28px;

    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: linear-gradient(135deg,
            var(--gold),
            var(--light-gold));

    color: var(--blue);

    font-size: 27px;

    border: 4px solid #ffffff;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.20);

    transition: all 0.4s ease;
}


.opportunity-card:hover .opportunity-icon {
    transform: scale(1.08) rotate(-4deg);

    box-shadow:
        0 12px 30px rgba(229, 162, 10, 0.30);
}


/* ==========================================
   CARD HEADING
========================================== */

.opportunity-content h3 {
    position: relative;

    display: inline-block;

    margin-bottom: 18px;
    padding-bottom: 10px;

    color: var(--blue);

    font-size: 21px;
    font-weight: 700;
}


/* Gold Underline */

.opportunity-content h3::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 45px;
    height: 3px;

    border-radius: 5px;

    background: linear-gradient(90deg,
            var(--gold),
            var(--light-gold));
}


/* ==========================================
   INTRO
========================================== */

.opportunity-content .intro {
    margin-bottom: 22px;

    color: #666666;

    font-size: 15px;
    line-height: 1.75;
}


/* ==========================================
   LIST
========================================== */

.opportunity-content ul {
    padding: 0;
    margin: 0 0 25px;

    list-style: none;
}


.opportunity-content ul li {
    display: flex;
    align-items: flex-start;

    gap: 10px;

    margin-bottom: 14px;

    color: #555555;

    font-size: 14px;
    line-height: 1.65;
}


.opportunity-content ul li i {
    flex-shrink: 0;

    margin-top: 4px;

    color: var(--primary-blue);

    font-size: 16px;
}


/* ==========================================
   BUTTON
========================================== */

.opportunity-btn {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 10px 18px;

    border-radius: 6px;

    background: var(--blue);

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: all 0.3s ease;
}


.opportunity-btn:hover {
    background: linear-gradient(135deg,
            var(--gold),
            var(--light-gold));

    color: var(--blue);

    transform: translateY(-2px);
}


.opportunity-btn i {
    transition: transform 0.3s ease;
}


.opportunity-btn:hover i {
    transform: translateX(5px);
}


/* ==========================================
   CARD TOP BORDER
========================================== */

.opportunity-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(90deg,
            var(--gold),
            var(--light-gold),
            var(--light-blue));

    transform: scaleX(0);

    transform-origin: left;

    transition: transform 0.4s ease;

    z-index: 5;
}


.opportunity-card:hover::before {
    transform: scaleX(1);
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .investment-opportunities {
        padding: 80px 0;
    }

    .section-heading h2 {
        font-size: 38px;
    }

    .opportunity-image {
        height: 220px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .investment-opportunities {
        padding: 65px 0;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 14px;
    }

    .opportunity-image {
        height: 210px;
    }

    .opportunity-content {
        padding: 55px 22px 28px;
    }

    .opportunity-content h3 {
        font-size: 20px;
    }

}


/* ------------------ end of profit generation section css here ------------------ */




/* ----------------------- footer css start here -------------------- */

.footer {
    color: var(--white);
}


.footer .footer-logo img {
    border-radius: 50%;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    object-fit: contain;
    display: block;
}


.footer .footer-icons {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}



/* Footer Social Icons */

.footer .footer-icons a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;

    /* Luxury dark glass background */
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));

    /* Gold border */
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: var(--white);
    font-size: 24px;
    /* Premium shadow */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: all 0.5s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

/* Gold shine effect */
.footer .footer-icons a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(246, 211, 101, 0.45), transparent);
    transition: left 0.8s ease;
}

/* Hover Effect */
.footer .footer-icons a:hover {
    transform: translateY(-6px) scale(1.05);
    /* Rich gold gradient */
    background: linear-gradient(145deg, #f6d365, #d4af37, #b8860b);
    color: var(--black);
    border-color: #f6d365;
    /* Luxury glow */
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.45), 0 0 20px rgba(246, 211, 101, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Animate shine on hover */
.footer .footer-icons a:hover::before {
    left: 130%;
}

/* Icon itself */
.footer .footer-icons a i {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

/* Slight icon pop */
.footer .footer-icons a:hover i {
    transform: scale(1.12);
}

.footer .part-1 .footer-text p {
    font-size: 18px;
    letter-spacing: 1px;
}



.footer .part-2 {
    padding-left: 50px;
}

.footer .footer-head {
    margin-bottom: 40px;
    position: relative;
}

.footer .footer-head h2 {
    position: relative;
    font-size: 32px;
    font-weight: 600;
}

.footer .footer-head h2::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 120%;
    height: 4px;
    width: 20%;
    background: var(--light-brown);
    border-radius: 2px;

}


.footer .quick-links li {
    margin-bottom: 20px;
}

.footer .quick-links li a {
    color: var(--white);
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    transition: .35s;
}

/* link hover effect */

.footer .quick-links li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #b8860b, #f6d365, #d4af37);
    transition: .35s;
}

.footer .quick-links li a:hover {
    color: #f6d365;
    padding-left: 12px;
}

.footer .quick-links li a:hover::after {
    width: 100%;
}

/* link hover effect */


.footer .connect {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.footer .connect i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.283);
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 16px;
    color: var(--black);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .35);
}


/* contact icons start */

.footer .contact-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;

    /* Gold Background */
    background: linear-gradient(135deg, #7b5b10 0%, #c89b2a 25%, #f6d365 50%, #d4af37 75%, #8b6914 100%);

    border: 1px solid rgba(255, 255, 255, .15);

    box-shadow: 0 10px 25px rgba(212, 175, 55, .35), inset 0 2px 3px rgba(255, 255, 255, .35), inset 0 -3px 6px rgba(0, 0, 0, .25);
}

/* contact icons end */


.footer .connect h3 {
    color: var(--light-brown);
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
}

.footer .connect p {
    font-size: 18px;
}



.footer-widget {
    color: var(--white);
    padding: 20px;
    border-top: 2px solid #fff;
}

.footer-widget p {
    text-align: center;
}


/* responsive footer */


@media screen and (max-width:991px) {
    .footer .part {
        margin-bottom: 50px;
    }

    .footer-logo img {
    width: 120px;
    height: 120px;
}
}

@media screen and (max-width:767px) {
 

    .footer .part-1 .footer-text p {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .footer .footer-icons {
        margin-top: 20px;
    }

    .footer .footer-icons a {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    .footer .part {
        margin-bottom: 40px;
    }

    .footer .part-2 {
        padding-left: 0px;
    }

    .footer .footer-head {
        margin-bottom: 30px;
    }

    .footer .footer-head h2 {
        font-size: 24px;
    }

    .footer .quick-links li {
        margin-bottom: 10px;
    }

    .footer .quick-links li a {
        font-size: 14px;
    }


    .footer .connect i {
        font-size: 20px;
        width: 30px;
        height: 35px;
    }

    .footer .contact-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }


    .footer .connect h3 {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .footer .connect p {
        font-size: 14px;
    }

}


/* responsive footer */


/* ---------------- end of footer css here ---------------- */