@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


:root {
    --bg-first: #ff3300;
    --bg-second: black;
    --bg-third: #ff33000f;
    --bg-four: #FFE6DF;
    --bg-five: white;
    --primary-font: "Poppins", sans-serif;
    --secondary-font: "Heebo", sans-serif;
    --third-font: "Bebas Neue", sans-serif;
    --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(0, 0, 0, 0);


}


body {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 1.75rem;
    background: var(--bg-white);
    color: var(--text-black);
    overflow-x: hidden;
}


.lines-bg {
    position: fixed;
    /* Ensures the lines stay in place while scrolling */
    inset: 0;
    /* Top, right, bottom, left = 0; covers the entire viewport */
    width: 100vw;
    height: 100vh;
    z-index: -1;
    /* Places the lines behind all content */
    display: flex;
    /* Aligns children horizontally */
    justify-content: space-around;
    /* Evenly spaces the lines */
    pointer-events: none;
    /* Allows interaction with content below the lines */
}

.bg-line-element {
    width: 1px;
    /* Thickness of the vertical lines */
    background-color: #ff330008;
    /* Color and opacity of the lines */
    height: 100vh;
    /* Full height of the viewport */
}


/******************** NAV Section CSS Starts ********************/

.nav-link {
    color: var(--bg-second);
    font-size: 15px;
    letter-spacing: 0.05rem;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 40px;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-style: var(--bg-first);
    text-decoration-thickness: 1px;
    /* Adjust the thickness here */
}

.nav-link.active {
    color: var(--bg-first);
}

.nav-item {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-outline-fin {
    border: 1px solid var(--bg-second);
    color: var(--bg-first);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.btn-outline-fin:hover {
    color: var(--bg-second);
    text-decoration: underline;
    text-underline-offset: 12px;

}

.nav-item .btn {
    margin-top: 6px;
}


.navbar-brand img {
    width: 180px;
}


.navbar-nav .dropdown-menu {
    border: none;
    font-size: 14px;
    background-color: white;
    min-width: 260px;
}


.navbar-nav .dropdown-menu:hover {
    color: var(--bg-first);
    background-color: white;

}

.nav-link img {
    width: 14px;

}

.navbar-nav .dropdown-menu img {
    width: 30px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #000;

}

.dropdown-item img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}


.dropdown-item div {
    display: flex;
    flex-direction: column;
}

.dropdown-item p {
    margin: 0;
    font-size: 10px;
    padding: 0px;
}

.dropdown-item span {
    font-size: 14px;
    padding: 0px;
}

.nav-link:hover {
    color: var(--bg-first);
    text-decoration: underline;
    text-underline-offset: 12px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
    border-radius: 0.25rem;
}

.navbar-nav .dropdown-menu {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
}

/******************** NAV Section CSS Ends ********************/


/******************** Banner Section CSS Starts ********************/
.banner {
    padding-bottom: 40px;
    background-image: url(../images/frame3.svg);
    /* Background image */
    background-blend-mode: overlay;
    /* Combines the image and color */
    background-size: cover;
    /* Ensures the image covers the entire section */
    background-position: center;
    /* Centers the background image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */

}

.fin-banner {
    position: relative;
    /* Make the container relative */
}

.banner img {
    width: 600px;
    background-color: ;
    border-radius: 10%;
    padding: 10px;
}


.circular-bg {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background-image: url('../images/circular-image-bg.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    /* Keeps the corners relative to the circular background */
    margin: 0 auto;
    /* background-color: var(--bg-four);*/

}


/* Responsive adjustments */
@media (max-width: 768px) {
    .circular-bg {
        width: 500px;
        /* Smaller width for tablets */
        height: 500px;
        /* Smaller height for tablets */
    }
}

@media (max-width: 480px) {
    .circular-bg {
        width: 550px;
        /* Smaller width for mobile screens */
        height: 550px;
        /* Smaller height for mobile screens */
    }
}


/* Circular corner text */
/* Default styles for larger screens */
.corner {
    position: absolute;
    width: 120px;
    height: 30px;
    border-radius: 5%;
    background-color: rgba(252, 250, 250, 0.973);
    /* Semi-transparent background */
    color: var(--bg-second);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 19px;
    animation: slideIn 2s ease forwards;
    /* Add animation */
    box-shadow: 1px 2px 4px rgba(105, 9, 9, 0.586);
    /* Proper box shadow */
    font-weight: 600;
    letter-spacing: 0.01rem;
    word-spacing: 0.10rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
}

/* For screens smaller than 768px (e.g., mobile devices) */
@media (max-width: 768px) {
    .corner {
        width: 110px;
        /* Smaller width */
        height: 30px;
        /* Smaller height */
        font-size: 11px;
        /* Smaller text */
        text-wrap: nowrap;
    }
}

/* For screens larger than 1200px (e.g., desktop devices) */
@media (min-width: 1200px) {
    .corner {
        width: 130px;
        /* Larger width */
        height: 40px;
        /* Larger height */
        font-size: 14px;
        /* Larger text */
        text-wrap: nowrap;
    }
}




/* Keyframes for slide-in animation */
@keyframes slideIn {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Add animations */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}




/* Media query for screens smaller than 768px (mobile screens) */
@media (max-width: 768px) {
    .top-left {
        top: 50%;
        left: 5%;
    }

    .top-right {
        top: 20%;
        right: 15%;
    }

    .top-right img {
        width: 20px;
        height: 20px;
    }

    .bottom-left {
        bottom: 15%;
        left: 15%;
    }

    .bottom-right {
        bottom: 15%;
        right: 15%;
    }

    .bottom-left-center {
        top: 20%;
        left: 15%;
    }

    .bottom-left-center img {
        width: 30px;
        height: 30px;
    }

    .bottom-right-center {
        top: 50%;
        right: 10%;
    }
}

/* Media query for screens larger than 1200px (big screens) */
@media (min-width: 1200px) {
    .top-left {
        top: 40%;
        left: 2%;
    }

    .top-right {
        top: 15%;
        right: 17%;
    }

    .top-right img {
        width: 15px;
        height: 15px;
    }

    .bottom-left {
        bottom: 25%;
        left: 10%;
    }

    .bottom-right {
        bottom: 25%;
        right: 8%;
    }

    .bottom-left-center {
        top: 15%;
        left: 15%;
    }

    .bottom-left-center img {
        width: 50px;
        height: 50px;
    }

    .bottom-right-center {
        top: 40%;
        right: 3%;
    }
}



/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .circular-bg {
        width: 300px;
        height: 300px;
    }

}

@media (max-width: 480px) {
    .circular-bg {
        width: 300px;
        height: 300px;
    }

}

.banner h1 {
    font-weight: 400;
    word-spacing: 0.20rem;
    letter-spacing: 0.0rem;
    line-height: 5rem;
    color: #333333;
    font-family: var(--third-font);

}

@media (max-width: 768px) {

    /* Adjust this breakpoint as needed */
    .banner h1 {
        line-height: 3rem;
        /* Change this value to what looks better on small screens */
    }
}

.banner h2 {
    font-weight: 400;
    word-spacing: 0.20rem;
    letter-spacing: 0.0rem;
    line-height: 3rem;
    color: var(--bg-second);
    font-style: italic;
    font-size: 24px;
}

@media (max-width: 768px) {

    /* Adjust this breakpoint as needed */
    .banner h2 {
        line-height: 2rem;
        /* Change this value to what looks better on small screens */
    }
}


.banner p {
    font-weight: 400;
    position: relative;
    letter-spacing: 0.06rem;
    word-spacing: 0.20rem;
    font-size: 25px;
    padding-top: 30px;
    line-height: 25px;

}

.banner .card {
    padding: 0px;
    border-radius: 12px;
    border: 0px;
    background-color: transparent;
    position: relative;
}


.banner .card-body {
    padding: 0px;
}

.btn-ca {
    border: 1px solid var(--bg-first);
    border-radius: 7px;
    font-size: 14px;
    padding: 0.5rem 1rem;
    background: transparent;
    color: var(--bg-first);
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-ca:hover {
    background: var(--bg-first);
    border: 1px solid var(--bg-third);
    color: var(--bg-four);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}




@media (max-width: 767px) {
    .base1 {
        background-image: none;
    }
}


.highlight {
    color: var(--bg-first);
    font-weight: 600;
}

/* Align the images side by side */
.app-images {
    display: flex;
    /* Aligns items in a row */
    width: 350px;
}

/* Remove gaps or padding from the buttons */
.app-images a {
    margin: 0;
    padding: 0;
}

/* Card shadow effect */
.card-apps {

    border-radius: 8px;
    /* Adds slight rounding to the corners */
    background-color: transparent;
    margin-top: 30px;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.heartBeat {
    animation: heartbeat 2.5s infinite;
    border-radius: 2px;
    background-color: transparent;
    color: #CC0000;
}

.heartBeat:hover {
    animation: heartbeat 2.5s infinite;
    border-radius: 2px;
    background-color: var(--bg-white);
    color: #CC0000;
}

.fhr .btn {
    border-color: var(--bg-first);
    color: var(--bg-first);
}

.fhr .btn:hover {
    background-color: var(--bg-first);
    color: var(--bg-five);
}

/******************** Banner Section CSS Ends ********************/


/******************** wraper Section CSS Starts ********************/
.wraper {
    background-color: var(--bg-third);
    background-image: url(../images/finozone-background-2.svg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wraper .card-container {
    perspective: 1000px;
    min-height: 180px;
}

.wraper .card-container .card {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.9s;
    border: 0px;
}

.wraper .card-container .card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color: var(--bg-five);
}


.wraper .card-container .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 10px;
    border: 1px solid var(--bg-first);

}

.wraper .card-container .card img {
    height: 80%;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}


.wraper h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    letter-spacing: 0px;
    font-family: var(--third-font);
}


.wraper h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--bg-first);
    border-radius: 90%;
}

.wraper h2 {
    color: var(--bg-second);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 0.09rem;
    font-size: 20px;
}

.wraper h3 {
    color: var(--bg-second);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 0.09rem;
    font-size: 15px;
}

.wraper p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;

}

.wraper .card-container p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;

}


.wraper .card-front {
    background: var(--bg-third);
    box-shadow: var(--box-shadow);

}

.wraper .card-back {
    background-color: white;
    transform: rotateY(180deg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.wraper .card-back a {
    color: #CC0000;
    text-decoration: underline;
    font-size: 14px;
    text-underline-offset: 5px;
    font-weight: 400;
}


.wraper .card-container:hover .card {
    transform: rotateY(180deg);
}

/******************** wraper Section CSS Ends ********************/



/******************** Insurance Section CSS Starts ********************/

.insurance {
    background-image: url(../images/finozone-background.svg);
    /* Background image */
    background-blend-mode: overlay;
    /* Combines the image and color */
    background-size: cover;
    /* Ensures the image covers the entire section */
    background-position: center;
    /* Centers the background image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
}

.insurance .one {
    border: 0px;
    background-color: var(--bg-first);
    padding-left: 4px;

}

.insurance h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    font-family: var(--third-font);
}

.insurance h1::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 10%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--bg-first);
    border-radius: 90%;
}

.insurance p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
}


.insurance h3 {
    color: var(--bg-second);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    letter-spacing: 0.09rem;
    font-size: 15px;
}


.insurance .one .card-body {
    border: 0px;
    background-color: white;
}

.insurance .one img {
    width: 90px;
    padding: 0px;
    border-radius: 50px;
    background-color: var(--bg-four);
}

.insurance .insurance-img {
    width: 40px;
}

.insurance .ins-img {
    width: 100px;
    padding: 10px;
}

.insurance img {
    width: 600px;
}

.insurance .one h3 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 500;
    color: var(--bg-first);
}

.insurance .one p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 14px;
    padding: 0px;
    line-height: 25px;
}

.insurance .two {
    border: 0px;
    background-color: var(--bg-first);
    padding-left: 4px;

}


.insurance .two .card-body {
    border: 0px;
    background-color: white;
}

.insurance .two img {
    width: 90px;
    padding: 0px;
    border-radius: 50px;
    background-color: var(--bg-four);
}

.insurance .two h3 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 500;
    color: var(--bg-first);
}

.insurance .two p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 14px;
    padding: 0px;
    line-height: 25px;
}

.insurance .three {
    border: 0px;
    background-color: var(--bg-first);
    padding-left: 4px;
}


.insurance .three .card-body {
    border: 0px;
    background-color: white;
}

.insurance .three img {
    width: 90px;
    padding: 0px;
    border-radius: 50px;
    background-color: var(--bg-four);
}

.insurance .three h3 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 500;
    color: var(--bg-first);
}

.insurance .three p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 14px;
    padding: 0px;
    line-height: 25px;
}

.insurance .four {
    border: 0px;
    background-color: var(--bg-first);
    padding-left: 4px;
}


.insurance .four .card-body {
    border: 0px;
    background-color: white;
}

.insurance .four img {
    width: 90px;
    padding: 0px;
    border-radius: 50px;
    background-color: var(--bg-four);
}

.insurance .four h3 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 500;
    color: var(--bg-first);
}

.insurance .four p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 14px;
    padding: 0px;
    line-height: 25px;
}

/*.insu-cards-bg{
    background-image: linear-gradient(100.21deg,rgba(255,63,3,.1) -2.54%,rgba(123,214,80,.1) 50.09%,rgba(129,108,236,.1) 101.82%);
}*/

.insu-cards a {
    color: var(--bg-first);
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 14px;
}

.insurance .side-links h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    letter-spacing: 0px;
    font-family: var(--third-font);
}

.insurance li a {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
    color: var(--bg-second);
    text-decoration: none;

}

.insurance .side-links h2 {
    color: var(--bg-first);
    font-weight: 100;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    font-family: var(--third-font);
}

.insurance .side-links p {
    font-weight: 400;
    position: relative;
    letter-spacing: 0.06rem;
    word-spacing: 0.15rem;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}

.insurance .side-links h5 {
    font-weight: 400;
    position: relative;
    letter-spacing: 0.02rem;
    word-spacing: 0.0rem;
    font-size: 23px;
    line-height: 25px;
    text-align: left;
    color: var(--bg-first);
    font-family: var(--third-font);
}

.insurance .side-links small {
    font-weight: 400;
    position: relative;
    letter-spacing: 0.06rem;
    word-spacing: 0.10rem;
    font-size: 15px;
    color: var(--bg-first);
    margin-bottom: 20px;
}

.insurance .side-links li {
    font-weight: 400;
    position: relative;
    letter-spacing: 0.06rem;
    word-spacing: 0.10rem;
    font-size: 15px;
    line-height: 30px;
    color: var(--bg-second);

}

.list-square {
    list-style-type: square;
    /* Adds square bullets */
    padding-left: 20px;
    /* Optional: adds padding to align items properly */
    color: var(--bg-first);
}

.list-square li {
    margin-bottom: 5px;
    /* Optional: adds some space between items */

}

/******************** Insurance Section CSS Ends ********************/





/******************** Mutual Fund Section CSS Starts ********************/

.mutual-funds {
    background-color: var(--bg-third);
}

.mutual-funds h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    letter-spacing: 0px;
    font-family: var(--third-font);
}


.mutual-funds h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--bg-first);
    border-radius: 90%;
}

.mutual-funds h3 {
    color: var(--bg-second);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 0.09rem;
    font-size: 15px;
}

.mutual-funds .card {
    border: 1px solid lightgray;
}

.mutual-funds .card h4 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    line-height: 25px;
    letter-spacing: 0.05rem;
    font-size: 15px;
}

.mutual-funds .card p {
    font-weight: 400;
    position: relative;
    letter-spacing: 0.06rem;
    font-size: 14px;
    padding: 0px;
    line-height: 25px;
    text-align: left;
}

.mutual-funds p {
    font-weight: 400;
    position: relative;
    letter-spacing: 0.06rem;
    word-spacing: 0.20rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
    text-align: center;
}

.mff-img img {
    width: 70px;
    padding: 10px;
    background-color: var(--bg-four);
    border-radius: 80px;
}

.mf-img {
    width: 100px;
    padding: 10px;
    border-radius: 80px;
}

.mf-main-img {
    width: 650px;
    padding: 10px;
    border-radius: 80px;
}

.mobile-button :hover {
    background-color: var(--bg-first);
    color: var(--bg-white);
}


/******************** Mutual Fund Section CSS Ends ********************/



/******************** Whywe Section CSS Ends ********************/
.why-we {
    background-color: var(--bg-five);
}

.why-we h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    font-family: var(--third-font);
}

.why-we h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--bg-first);
    border-radius: 90%;
}


.why-we p {
    padding-top: 13px;
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
}


.why-we h3 {
    color: var(--bg-second);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    letter-spacing: 0.09rem;
    font-size: 15px;
}

.why-we h2 {
    color: var(--bg-first);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 0.09rem;
    font-size: 28px;
}




.why-card .card h3 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 0.09rem;
    font-size: 15px;
}

.why-card .card p {
    color: var(--bg-second);
    font-weight: 400;
    position: relative;
    text-align: center;
    letter-spacing: 0.05rem;
    font-size: 14px;
    padding-left: 10px;
    padding-top: px;
}

/* Card container without visible background initially */
.why-card .card-container {
    position: relative;
    overflow: hidden;
    /* Keeps the background inside the card area */
    padding: 2px;
    height: 100%;
    /* Ensure card container takes full height */
    display: flex;
    align-items: stretch;
    /* Stretch the cards */
}

.why-card .card-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, transparent);
    /* Initially transparent */
    z-index: -1;
    /* Send background behind the card */
    transition: transform 0.7s ease, background 0.7s ease;
    /* Smooth transition for rotation and background */
}

.why-card .card-container:hover::before {
    background: var(--bg-first);
    /* Visible background on hover */
    transform: rotate(180deg);
    /* Rotate background on hover */
}

.why-card .card {
    position: relative;
    background-color: white;
    /* Card's own background */
    padding: 5px;
    z-index: 1;
    /* Ensure card content stays above the background */
    transition: box-shadow 0.5s ease;
    /* Smooth transition for shadow */

    box-shadow: var(--box-shadow);

}

.why-img img {
    width: 100px;
    padding: 10px;
    border-radius: 80px;
}


.why-card .card-container:hover .card {
    box-shadow: var(--box-shadow);
}


/******************** Whywe Section CSS Ends ********************/



/******************** Partners Section CSS Starts ********************/
.partners {
    background-color: var(--bg-five);
}

.partners h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.partners h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--bg-first);
    border-radius: 90%;
}


.partners h3 {
    color: var(--bg-second);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 0.09rem;
    font-size: 15px;
}

.partners img {
    width: 400px;
}

/******************** Partners Section CSS Ends ********************/


/******************** Testimonials Section CSS Starts ********************/

.testimonial-area {
    background-color: var(--bg-third);
    background-image: url(../images/finozone-background-2.svg);
    /* Background image */
    background-blend-mode: overlay;
    /* Combines the image and color */
    background-size: cover;
    /* Ensures the image covers the entire section */
    background-position: center;
    /* Centers the background image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
}


.testimonial-area h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    font-family: var(--third-font);
}

.testimonial-area h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--bg-first);
    border-radius: 90%;
}

.testimonial-area h3 {
    color: var(--bg-second);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 0.09rem;
    font-size: 15px;
}


.testimonial-area p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.20rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
}


.testi-img img {
    width: 100px;
    padding: 10px;
    border-radius: 80px;
}


.section-header p {
    margin: auto;
    font-size: 16px;
}

.icon-area {
    text-align: center;
}

.icon-area .bx {
    color: var(--bg-first);
    font-size: 80px;
    margin-bottom: 20px;
}

.content p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.20rem;
    font-size: 15px;
    padding: 0px;
    line-height: 30px;
    width: 70%;
    /* Adjust the width if needed */
    margin: 0 auto;
    /* Centers the paragraph */
}



.person {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid var(--bg-first);
    margin-top: 50px;
}

.person img {
    width: 100%;
}

.content h5 {
    font-weight: 900;
    margin-top: 15px;
}

.carousel-indicators {
    bottom: -80px;
}

.carousel-indicators [data-bs-target] {
    width: 60px;
    height: 10px;
    background-color: var(--bg-first);
}


@media (min-width: 768px) and (max-width: 991px) {
    .section-header p {
        width: 85%;
    }

    .content p {
        width: 95%;
    }
}

@media (max-width: 767px) {
    .testimonial-area {
        padding: 30px 0;
    }

    .section-header p {
        width: 95%;
    }

    .content p {
        width: 100%;
    }

    .icon-area i {
        font-size: 50px;
    }
}

/******************** Testimonials Section CSS Ends ********************/


/******************** Roadmap Section CSS Starts ********************/

.roadmap {
    padding: 80px 0;
    /*background-image: url(../1.jpg); /* Background image */
    background-blend-mode: overlay;
    /* Combines the image and color */
    background-size: cover;
    background-position: center;
}



.roadmap h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    font-family: var(--third-font);
}

.roadmap h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--bg-first);
    border-radius: 90%;
}

.roadmap h3 {
    color: var(--bg-second);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 0.09rem;
    font-size: 15px;
}


.roadmap p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.20rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
}

.roadmap img {
    height: auto;
    width: auto;
    padding: 0px;
    margin: 0px;
}

.roadmap-img img {
    width: 100px;
    padding: 10px;
    border-radius: 80px;
}

.roadmap .card {
    border: 0px;
    padding: 2px;

}

/******************** Roadmap Section CSS Starts ********************/


/******************** NewsLetter Section CSS Starts ********************/
.newsletter {
    background-color: var(--bg-third);
    background-image: url(../images/news-letter-bg.svg);
    /* Background image */
    background-blend-mode: overlay;
    /* Combines the image and color */
    background-size: center;
    /* Ensures the image covers the entire section */
    background-position: center;
    /* Centers the background image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
}



.newsletter h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    font-family: var(--third-font);
}

.newsletter h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--bg-first);
    border-radius: 90%;
}

.newsletter h3 {
    color: var(--bg-second);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 0.09rem;
    font-size: 15px;
}


.newsletter p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.20rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
}

.newsletter-form .btn {
    background-color: var(--bg-first);
    /* Using the CSS variable for background color */
    color: #fff;
    /* Ensure the text is readable */
    border: none;
    /* Remove default border */
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    /* Rounded corners */
    cursor: pointer;
}

.newsletter-form .btn:hover {
    background-color: var(--bg-second);
    /* Optional hover state with a different color */
    border: px solid var(--bg-first);
    color: var(--bg-five);
    padding: 10px 20px;

}

input.form-control:focus {
    border-color: var(--bg-first);
    /* Change Bootstrap's default border color */
    box-shadow: 0 0 5px rgba(255, 51, 0, 0.5);
    /* Optional focus shadow */
    outline: none;
    /* Remove outline */
}

/******************** Newsletter Section CSS Ends ********************/



/******************** Aboutus Section CSS Starts ********************/

.aboutus {
    background-color: var(--bg-white);

}


.aboutus h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    letter-spacing: 0px;
    font-family: var(--third-font);
}

.aboutus h1::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--bg-first);
    border-radius: 90%;
}



.aboutus p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.20rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
}

.aboutus .card {
    border-radius: 10PX;
    padding: 15px;
    border: 0px;
    box-shadow: var(--box-shadow);
    text-align: left;
}

.team-image img {
    width: 1500px;
    height: auto;
    display: block;
}

.aboutus-img img {
    width: 150px;
    float: inline-start;
}

/******************** Aboutus Section CSS Ends ********************/


/******************** IAP Section CSS Starts ********************/
.iappp {
    background-image: url(../images/finozone-background.svg);
    /* Background image */
    background-blend-mode: overlay;
    /* Combines the image and color */
    background-size: cover;
    /* Ensures the image covers the entire section */
    background-position: center;
    /* Centers the background image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
}

.iap a {
    text-decoration: none;
    color: #0d6efd;
}

 .iap-btn{
    background-color: var(--bg-first);
    border: none;   
}

.iap-btn:hover {
    background-color: var(--bg-first);
}

.iap .btn-primary {
    background-color: var(--bg-first);
    border: none;
}

.iap .btn-primary:hover {
    background-color: var(--bg-first);
}

.iap h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    letter-spacing: 0px;
    font-family: var(--third-font);
}


.iap h2 {
    color: var(--bg-second);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    letter-spacing: 0.09rem;
    font-size: 22px;
}

.iap p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
}


.iap h3 {
    color: var(--bg-second);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    letter-spacing: 0.09rem;
    font-size: 15px;
}

.iap-video iframe {
    width: 100%;
    height: 360px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.iap-photos img {
    border-radius: 8px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
  
.iap .founder-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

.iap .testimonial {
    background: #f8f9fa;
    border-left: 5px solid var(--bg-first);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.iap .testimonial .author {
    font-weight: 600;
    color: var(--text-black);
    margin-top: 10px;
}

.iap form{
  box-shadow: var(--box-shadow);
  padding: 30px;  
}

.iap form .form-control {
    border-radius: 6px;
    box-shadow: none;
    border: 1px solid #ced4da;
}

.iap form .form-control::placeholder {
    font-size: 13px;
    color: #6c757d;
}

.iap form input[type="date"].form-control {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    box-shadow: none;
    border: 1px solid #ced4da;
}

.iap select.form-select {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    box-shadow: none;
    border: 1px solid #ced4da;
    color: #6c757d;
}


.iap form .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
}

/******************** IAP Section CSS Ends ********************/

/******************** Footer Section CSS Starts ********************/
.footer {
    background-color: var(--bg-third);
    font-weight: 400;
    letter-spacing: 0.02rem;
    word-spacing: 0.1rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
}

.footer li {
    line-height: 30px;
}

.footer h5 {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer img {
    width: 180px;
}

.footer a {
    color: var(--bg-second);
    text-decoration: none;
    line-height: 33px;
}

/******************** Footer Section CSS Ends ********************/


/******************** Modal Section Starts **********************/
.modals .modal-body {
    background-image: url(../images/modal-bg.webp);
    background-blend-mode: overlay;
    background-size: center;
    background-position: center;
    background-repeat: no-repeat center;

}


.modals h1 {
    color: var(--bg-first);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    font-family: var(--third-font);
}

.modals h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--bg-first);
    border-radius: 90%;
}


.modals .logo-img img {
    width: 150px;
    padding: 5px;
}


.modals .card {
    background-color: var(--bg-third);
    border: 0px;
    padding: 20px;
    margin: 10px;
    box-shadow: var(--box-shadow);
}


.modals .card .card-subtitle {
    font-size: 11px;
    line-height: 16px;
    font-style: italic;
}

.modals h3 {
    color: var(--bg-first);
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 0.09rem;
    font-size: 24px;
    padding-bottom: 9px;
    font-family: var(--third-font);
}

.modals p {
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;

}

.modals .btn {
    background-color: var(--bg-first);
    color: var(--bg-five);
}

.modals ul {
    list-style: disc;
    padding-top: 20px;
}


.modals li {
    font-weight: 500;
    letter-spacing: 0.06rem;
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
}

.modals .btn-close {
    padding: 10px;
    margin: 0;
    font-size: 10px;
    /* Custom size */
}


/******************** Modal Section Ends **********************/



/******************** Others Section CSS Starts ********************/
.round-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    /* Adjust size as needed */
    height: 110px;
    /* Adjust size as needed */
    border-radius: 50%;
    /* Makes it circular */
    background-color: white;
    /* Initial background color */
    color: var(--bg-first);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color 0.4s ease, color 0.4s ease;
    font-weight: 400;
    text-align: center;
    line-height: 100px;
    /* Vertically center the text */
    border: 1px solid var(--bg-first);
    margin-top: 20px;
}

.round-btn:hover {
    background-color: #ff330079;
    /* Background color on hover */
    color: white;
    /* Text color on hover */
}

.round-btn .round-btn-text-container {
    position: relative;
    z-index: 1;
}

.round-btn .btn-text {
    display: block;
    font-size: 16px;
    /* Adjust font size as needed */
}

.round-btn .button-arrow {
    display: none;
    /* Hide the arrow in this example */
}

.round-btn .btn-bg,
.round-btn .btn-bg-outline {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    /* Larger than button to cover hover effect */
    height: 300%;
    /* Larger than button to cover hover effect */
    border-radius: 50%;
    background-color: var(--bg-first);
    /* Semi-transparent for animation */
    transition: transform 0.4s ease;
    transform: translate(-50%, -50%) scale(0);
}

.round-btn:hover .btn-bg {
    transform: translate(-50%, -50%) scale(1);
}

.round-btn:hover .btn-bg-outline {
    border: 1px solid var(--bg-first);
    /* Outline on hover */
    transform: translate(-50%, -50%) scale(1);
}

.fhr .card {
    padding: 4px;
    border: 0px;
}

.fhr .one h1 {
    font-size: 38px;
}

.fhr .one p {
    font-size: 15px;
    line-height: 24px;
    margin: 2px;
}

.fhr .one strong {
    color: var(--bg-first);
    font-weight: 500;
}

.fhr .one img {
    margin-top: 20px;
}

.fhr .two {
    border: 3px solid #ff8166;
    border-radius: 2px;
    background-color: #fffaf9;
    padding: 4px;
}


.card .quiz-card {
    background-color: #800071;
    padding: 0px;
    border: 1px solid whites;
}

.btn-outline{
   border-radius: 0px; 
}

.card .quiz-card {
    background-color: transparent;
    border-radius: 2px;
    padding: 10px;
    padding-bottom: 0px;
    margin-left: 14px;
    color: var(--bg-first);
}

.quiz-area-one {
    background-color: #ffddd4;
    color: var(--bg-second);
    border-radius: 2px;
    padding: 2px;
    line-height: 23px;
    font-weight: 400;
    font-size: 14px;
}

.quiz-area-one p {
    background-color: #ffddd4;
    color: var(--bg-second);
    border-radius: 10px;
    padding-left: 15px;
    padding-top: 8px;
    line-height: 23px;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--primary-font);
}

.quiz-area-two {
    background-color: #9e7971;
    color: var(--bg-second);
    border-radius: 2px;
    padding: 2px;
    line-height: 23px;
    font-weight: 400;
    font-size: 14px;
}

.quiz-area-two .form-check {
  color:var(--bg-five);  
}

.quiz-area-two p {
    background-color: #9e7971;
    color: var(--bg-five);
    border-radius: 10px;
    padding-left: 15px;
    padding-top: 8px;
    line-height: 23px;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--primary-font);
}

.bxl-whatsapp-square {
    color: #287a08;
    font-size: 35px;
}

.table-sm{
    font-weight: 400;
    letter-spacing: 0.06rem;
    word-spacing: 0.13rem;
    font-size: 15px;
    padding: 0px;
    line-height: 25px;
    text-align: center;
}
/******************** Others Section CSS Ends ********************/