@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.section-1 .container {
    max-width: 1320px;
}

.heading,
.sub-heading {
    font-size: 36px;
    font-weight: 800;
}

.sub-heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

html {
    scroll-behavior: smooth;
}

.line-img {
    margin: 0 auto;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    scroll-behavior: smooth;
}

/* section-1 */
.section-1 {
    width: 100%;
    height: 100vh; /* Ensures it takes full viewport height */
    position: relative;
    background-size: cover !important; /* Forces the image to fit the container */
    background-position: center;
    background-repeat: no-repeat;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
}

/* Ensure the banner image doesn't overflow its container */
.banner-image img {
    max-width: 100%;
    height: auto;
}

/* header_start */
.logo-img {
    width: 40%;
    animation: all 0.5s ease-in-out;
}

.nav-links {
    width: 60%;
}
.logo-img img {
    width: 130px;
}

/* This applies the black color to the navigation links ONLY when nav-dark-text is present */
#header.nav-dark-text .nav-links ul.nav li a {
    color: #2b2b2be6 !important;
}

/* This applies the black color to the dropdown toggle (Tools) */
#header.nav-dark-text .nav-link.dropdown-toggle {
    color: #2b2b2be6 !important;
}

/* Optional: Add a white background so the black text is readable */
#header.nav-dark-text {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Use the parent class to increase specificity */
.nav-links ul.nav {
    width: 38em !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: nowrap; /* Prevents links from dropping to next line */
    margin: 0 0 0 auto !important; /* Aligns to the right */
    padding: 0;
    list-style: none;
}

.nav-links ul.nav li {
    display: inline-block;
}

/* Fix the text color */
.nav-links ul.nav li a {
    font-size: 14px;
    color: #fff !important; /* Bootstrap defaults to blue/black, force white */
    font-weight: 400;
    transition: 0.3s;
    text-decoration: none !important;
    white-space: nowrap;
}

/* Ensure the hover effect works */
.nav-links ul.nav li a:hover {
    color: #ffd700 !important; /* Example hover color */
}
.nav-links .nav li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    transition: 0.3s;
    text-decoration: none;
}

.nav-links .nav li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: ".";
    color: transparent;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

.nav a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
} /* Use the parent class to increase specificity */
.nav-links ul.nav {
    width: 38em !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: nowrap; /* Prevents links from dropping to next line */
    margin: 0 0 0 auto !important; /* Aligns to the right */
    padding: 0;
    list-style: none;
}

.nav-links ul.nav li {
    display: inline-block;
}

/* Fix the text color */
.nav-links ul.nav li a {
    font-size: 14px;
    color: #fff !important; /* Bootstrap defaults to blue/black, force white */
    font-weight: 400;
    transition: 0.3s;
    text-decoration: none !important;
    white-space: nowrap;
}

/* Ensure the hover effect works */
.nav-links ul.nav li a:hover {
    color: #ffd700 !important; /* Example hover color */
}

.header {
    padding: 18px 50px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.header.active {
    background: #fff;
    box-shadow: 0 4px 30px rgb(213 213 213 / 65%);
    padding: 18px 50px;
    z-index: 10000;
}

.header .container {
    -webkit-transition: all ease-out 0.8s;
    -moz-transition: all ease-out 0.8s;
    -o-transition: all ease-out 0.8s;
    transition: all ease-out 0.8s;
}

.header.active .container {
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all ease-in 0.8s;
    -moz-transition: all ease-in 0.8s;
    -o-transition: all ease-in 0.8s;
    transition: all ease-in 0.8s;
}

.header.active .nav a {
    color: #000;
    transition: 0.3s;
}

.nav li a:hover,
.header.active .nav li a:hover,
.header.active .nav li a.active,
.nav-link:focus {
    font-weight: 700;
    color: #e6027e;
    z-index: 10000;
}
/* header_end */

/* banner_start */
.banner {
    padding-top: 100px;
    padding-bottom: 34px;
}

.banner-content,
.banner-image {
    width: 50%;
    -webkit-animation: banner 3.5s;
    -webkit-animation-fill-mode: backwards;
}

.banner-image img {
    width: 75%;
}
form#contact_form {
    width: 80%;
    margin: 100px auto 10px;
    margin-right: 0;
}
form#contact_form2 {
    width: 80%;
    margin: 260px auto 10px;
    margin-right: 0;
}
#submitButtonQuery {
    color: #fff;
    opacity: 100%;
    border-radius: 4px;
    padding: 10px 24px 8px;
    background-color: #93c11c;
    border: 2px solid #93c11c;
}
/* Add this to your style.css */
.multi-column-dropdown {
    min-width: 400px; /* Adjust width as needed */
    padding: 10px;
}

.dropdown-col {
    flex: 1; /* Makes columns equal width */
    min-width: 150px;
}

.dropdown-header {
    font-weight: bold;
    color: #333;
    text-transform: none; /* Keeps it readable */
    padding-left: 15px;
}
.remove-row-btn {
    position: relative;
    top: 2px;
}
.fa-trash {
    position: absolute;
    top: -20px;
}
@-webkit-keyframes banner {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100;
    }
}

.banner-content {
    padding-left: 70px;
}

.banner-content h2 {
    width: 62%;
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
    padding-bottom: 10px;
}

@keyframes scale {
    100% {
        transform: scale(1);
    }
}
.banner-content h2 span {
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.2;
}

.banner-content h2 span {
    line-height: 56px;
    font-weight: 600;
    color: #009fe3;
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}

.banner-content h2 span:nth-child(1) {
    animation: fade-in 1.2s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner-content h2 span:nth-child(2) {
    animation: fade-in 1.4s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner-content h2 span:nth-child(3) {
    animation: fade-in 1.6s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner-content h2 span:nth-child(4) {
    animation: fade-in 1.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner-content h2 span:nth-child(5) {
    animation: fade-in 2s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner-content h2 span:nth-child(6) {
    animation: fade-in 2.2s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.cd-intro {
    margin: 4em auto;
}

.cd-headline {
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    color: #fec844;
    padding-top: 6px;
    margin-bottom: 10px;
}

.cd-words-wrapper b {
    white-space: nowrap;
    left: 0;
    top: 0;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.cd-headline.clip span {
    display: inline-block;
    padding: 0.2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 2px;
    height: 88%;
    background-color: #e6027e;
    z-index: 1;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

.banner-content p {
    width: 80%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #f8f8f8;
    opacity: 100%;
    margin-bottom: 40px;
}

.contact-btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 100%;
    border-radius: 4px;
    padding: 10px 24px 14px;
    background-color: #93c11c;
    border: 2px solid #93c11c;
}

.contact-btn:hover {
    color: #27ade7;
    background: transparent;
    border-color: #27ade7;
}

.scroll-text {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #009fe3;
    opacity: 100%;
    padding-top: 4px;
}
/* banner_end */

.arrows-down {
    width: 30px; /* Decreased the width */
    height: 42px; /* Decreased the height */
    position: absolute;
    left: 50%;
    margin-left: -15px; /* Adjusted margin for centering */
    bottom: 20px;
}

.arrows-down path {
    stroke: #2994d1;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.arrows-down path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows-down path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows-down path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

.hamburger-icon {
    width: 18px;
    display: flex;
    justify-content: flex-end;
    height: 40px;
    align-items: center;
    cursor: pointer;
}

.hamburger-icon.active {
    width: 22px;
}

.hamburger-icon span {
    width: 36px;
    height: 3px;
    background-color: #000;
    display: block;
    position: relative;
    transition: 0.3s;
}

.hamburger-icon span::after,
.hamburger-icon span::before {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    background-color: #000;
    transition: 0.3s;
}

.hamburger-icon span::before {
    top: -8px;
}

.hamburger-icon span::after {
    bottom: -9px;
}

.header.active .hamburger-icon span::after {
    bottom: 0px;
    width: 24px;
    right: 0;
}

.header.active .hamburger-icon span::after,
.header.active .hamburger-icon span::before {
    background-color: #000;
}

.hamburger-icon.active span {
    background-color: transparent;
}

.hamburger-icon.active span::before {
    transform: rotate(45deg);
    top: 0;
    width: 30px;
}

.hamburger-icon.active span::after {
    transform: rotate(-45deg);
    bottom: 0;
}

.header.active .hamburger-icon span {
    display: none;
}

.header.active .hamburger-icon span {
    display: block;
}

.header.active .hamburger-icon span::before,
.header.active .hamburger-icon span::after {
    display: block;
    width: 36px;
    right: 0;
}

.header.active .hamburger-icon span::after {
    width: 24px;
}

.header.active .hamburger-icon.active span::after {
    width: 36px !important;
}

.nav-links.open {
    display: flex;
}
/* .logo-img img {
    width: 130px;
} */

@media only screen and (min-width: 992px) and (max-width: 1192px) {
    .nav-links {
        width: 62%;
    }
}

@media (max-width: 990px) {
    .nav-links .nav {
        width: 100%;
        margin: 0 auto;
    }

    #servicesDropdown {
        width: max-content;
    }

    .about_content {
        padding-top: 70px;
    }

    .about_content {
        padding-top: 0;
    }

    .my-prev,
    .my-next {
        width: 50px;
    }

    .my-card {
        flex: 1 0 340px;
    }

    .investment_details {
        width: 86%;
    }
}

/* Smooth dropdown animation */
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    /* optional spacing */
}

/* When dropdown is visible */
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Rotate arrow when dropdown is open */
.nav-item.dropdown .fa-chevron-down {
    transition: transform 0.3s ease;
}

.nav a.dropdown-item {
    color: #000;
}

.nav-item.dropdown.show .fa-chevron-down {
    transform: rotate(180deg);
}

.dropdown {
    top: 2px;
}

.dropdown-item:active {
    background-color: transparent;
}
/* section-1 */

/* about_start*/
.about_top h2 {
    color: #e6027e;
}

.about_top .line-img {
    width: 190px;
    margin-top: -10px;
}

.about_details h4 {
    width: 100%;
}

.list-para {
    width: 87%;
}

.list-para li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.aboutUs_img {
    width: 58%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.aboutUs_img img {
    width: 100%;
    height: 100%;
}

/* about_end */

/* process_start */
.process_top .line-img {
    width: 200px;
}

.process {
    background-color: #283895;
    padding: 0 100px;
}

.process_top h2 {
    color: #009fe3;
}

.my-card-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.my-card-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: transform 0.3s ease-in-out;
    margin-top: 56px;
}
.query-container {
    margin-top: 200px;
}
.my-card {
    flex: 1 0 33%;
    margin-right: 10px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    box-sizing: border-box;
}

.plan-invest {
    margin-top: 22px;
}

.sitback-grow {
    margin-top: 30px;
}

.subHead {
    padding-top: 6px;
}

.my-card:last-child {
    margin-right: 0;
}

.my-card img {
    max-width: 100%;
}

.my-card h4 {
    font-size: 18px;
    line-height: 28px;
    color: #e6027e;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
}

.my-card p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #141414;
    opacity: 1;
    margin-top: 4px;
}

.my-card h4,
.my-card p {
    text-align: left;
}

.my-card:last-child {
    margin-right: 0;
}

.my-card button {
    width: 8em;
    font-size: 13px;
    color: #2160fc;
    line-height: 24px;
    padding: 4px 10px;
    border: 1px solid #2160fc !important;
    background-color: transparent;
    margin-bottom: 0.7rem;
}

.my-card button img {
    width: 100%;
}

.more {
    display: none;
}

.my-prev,
.my-next {
    width: 5%;
    position: absolute;
    top: 0;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.my-prev {
    right: 4em;
}

.my-next {
    right: 0;
}

.my-prev i,
.my-next i {
    font-size: 30px;
    padding: 6px;
}

.my-prev img,
.my-next img {
    width: 100%;
}

img.process-img {
    width: 100px;
}

.my-card:nth-child(4) img {
    width: 80px;
    padding: 10px 0;
}
/* process_end */

/* WhyHappy_start */
.themselves {
    background-color: #ebf1ff;
}

.themselves_content h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
}

.themselves_details {
    width: 80%;
}

.themselves_para h3 sup {
    font-size: 18px;
}

sup {
    top: -1.4em;
}

.themselves_para p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #93c11c;
}

.themselves_para .fa-solid {
    color: #d2c69a;
}

.themselves_para > div {
    height: 160px;
}

/* WhyHappy_end */

/* investmentOptions_start*/
.investmentOption {
    background: url(../images/investment_bg.jpg) no-repeat center fixed;
    background-size: 120% auto;
}

.investmentOption_top h2 {
    font-size: 38px;
    font-weight: 500;
    color: #56ebe1;
}

.investment_details {
    width: 66%;
}

.investmentOption_content {
    width: 50%;
}

.investmentOption_details {
    border: 2px solid #ebf1ff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.investmentOption_para h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    padding-top: 14px;
}

.lumpsum,
.sip {
    max-width: 50%;
    border-radius: 100%;
    margin-bottom: 40px;
}

.lumpsum {
    max-width: 48%;
}

@media only screen and (min-width: 768px) and (max-width: 879px) {
    .lumpsum {
        margin-bottom: 30px;
    }
}

.investmentOption_para p {
    width: 94%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto 40px;
}

.investmentOption_details:hover,
.investmentOption_para:hover p {
    background-color: #a6cde8;
    color: #333 !important;
}

.investmentOption_para:hover img {
    box-shadow: 0 0px 10px -6px #000;
}

/* investmentOptions_end */

/* solution_start */
#solution {
    background: rgb(242, 243, 248);
}

.solution_top h2 {
    font-size: 42px;
    font-weight: 600;
    color: #93c11c;
}

.card {
    min-width: 300px;
    background: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    margin: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    border: 0;
}

.card:hover {
    transform: translate(0, -10px);
    box-shadow: 0px 17px 35px 0px rgba(0, 0, 0, 0.07);
}

.card h4 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
}

.card i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size: 1.4rem;
    line-height: 3.2rem;
}

.card .card-text {
    padding: 20px 20px 0 20px;
}

p {
    font-size: 0.8rem;
    opacity: 0.6;
    margin-top: 10px;
}

.card .card-img {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.35s ease-out;
}

.card img {
    height: 180px;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.card--fpp {
    width: 400px;
}

.card img.blur {
    position: absulute;
    filter: blur(15px);
    z-index: -1;
    opacity: 0.4;
    transform: translate(-160px, 30px);
    transition: all 0.35s ease-out;
}

.card:hover .card-img img.blur {
    opacity: 0.25;
    filter: blur(20px);
}

.card-content {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    padding-left: 0;
    padding-right: 50px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.card-content > div {
    flex: 0 0 auto;
    width: 250px;
    margin-right: 10px;
}

.card-content::-webkit-scrollbar {
    display: none;
}

.card-content::-webkit-scrollbar {
    height: 0px;
}

.card-content:after {
    content: "";
    display: block;
    min-width: 20px;
    height: 100px;
    position: relative;
}

.slider--cards {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    alogn-items: center;
    justify-content: center;
    background: rgb(242, 243, 248);
    overflow: hidden;
    z-index: 1;
}

.slider--cards:after {
    content: "";
    left: 6.5em;
    height: 380px;
    position: absolute;
    width: 150px;
    z-index: 100;
    background: linear-gradient(
        90deg,
        rgb(242, 243, 248) 0%,
        rgba(242, 243, 248, 0) 100%
    );
    pointer-event: none;
}

.slider--cards:before {
    content: "";
    right: 6.5em;
    height: 380px;
    position: absolute;
    width: 150px;
    z-index: 100;
    background: linear-gradient(
        90deg,
        rgba(242, 243, 248, 0) 0%,
        rgba(242, 243, 248, 1) 100%
    );
    pointer-event: none;
}

.card-text h2 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}

.card-text p {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    opacity: 100%;
}

.btn {
    min-width: 52px;
    margin: auto 30px;
    height: 52px;
    border-radius: 20px;
    background: #fff;
    border: 0px;
    outline: none;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
    padding: 15px 0;
}

.btn:hover {
    box-shadow: 0px 17px 35px 0px rgba(0, 0, 0, 0.07);
}

.btn i {
    font-size: 1.2rem;
}
/* solution_end */

/* contactMe_start */
#message {
    background: rgb(33, 96, 252);
    background: linear-gradient(
        27deg,
        rgba(33, 96, 252, 1) 0%,
        rgba(108, 149, 252, 1) 100%
    );
    padding-bottom: 20rem;
}

#message p {
    font-size: 28px;
    font-weight: 500;
}

#message h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.video {
    margin-top: -18rem;
}

.video figure {
    width: 80%;
}

.playIcon {
    width: 9%;
    display: block;
    top: -24%;
    bottom: 0;
    left: 40%;
    right: 0;
    transform: translate(50%, 50%);
}

.video_arrow {
    max-width: 3%;
}

.message_btn {
    width: 10em;
    font-size: 24px;
    font-weight: 800;
}

.cta {
    position: relative;
    margin: auto;
    padding: 9px 22px;
    transition: all 0.2s ease;
}

.cta:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -24px;
    display: block;
    border-radius: 28px;
    background: rgba(255, 171, 157, 0.7);
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    vertical-align: middle;
    color: #33333391;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #33333391;
    stroke-width: 2;
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #ffab9d;
}

.cta:hover span {
    color: #fff;
}

.cta:hover svg {
    stroke: #fff;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.96);
}

/* contactMe_end */

/* whyHappymoney_start */
.themselves {
    background-color: #ebf1ff;
}

.themselves_content h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 800;
}

.themselves_details {
    width: 80%;
}

.themselves_para h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    color: #009ee3;
}

.themselves_para h3 span {
    font-size: 44px;
}

.themselves_para p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    opacity: 100%;
}

.themselves_para .fa-solid {
    color: #d2c69a;
}

.themselves_para > div {
    height: 160px;
}

/* whyHappymoney_end */

/* testimonial_start */

.testimonial-section {
    width: 800px;
    margin: 0 auto;
}

.testimonial-head h2 {
    font-size: 38px;
    color: #e6027e;
    margin-bottom: 70px;
}

.carousel-row {
    display: flex;
    width: 3200px;
    transition: 0.5s;
}

.carousel-column {
    position: relative;
    width: 800px;
    height: 400px;
}

.avatar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.avatar img {
    height: 100%;
    border-radius: 10px;
    width: 320px;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.info {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    height: 270px;
    color: #4d4352;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    padding: 45px;
    z-index: 2;
    user-select: none;
}

.info p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.info h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 35px;
    color: #4d4352;
}

.carousel-navigation {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.carousel-navigation .carousel-btn {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius: 15px;
    background: #d3d3d3;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.carousel-btn.active {
    width: 30px;
    background: #000;
}

.carousel {
    width: 100%;
    overflow: hidden;
}
@media (max-width: 680px) {
    .header {
        padding: 18px 26px;
    }
    .process {
        padding: 0 20px;
    }
    .investmentOption_content {
        width: 100%;
    }
    .slider--cards::before {
        right: 0;
    }
    .slider--cards::after {
        left: 0;
    }
    .slider--cards::after,
    .slider--cards::before {
        width: 60px;
    }
    form#contact_form2 {
        width: 80%;
        margin: 20px auto 10px;
        margin-right: 0;
    }
}
@media (max-width: 550px) {
    .testimonial-section {
        width: 300px;
    }

    .carousel-row {
        width: 1200px;
    }

    .carousel-column {
        width: 500px;
        height: 300px;
    }

    .avatar {
        top: 60%;
        height: 100px;
        z-index: 5;
    }

    .avatar img {
        width: 100px;
    }

    .info {
        width: 300px;
    }
    form#contact_form2 {
        width: 80%;
        margin: 20px auto 10px;
        margin-right: 0;
    }
}

/* testimonial_end */

/* query_start */
/* #query {
    background: url("../images/query_bg.jpg") no-repeat center fixed;
    background-size: cover;
    padding: 90px 0;
} */
.query-1 {
    width: 100%;
    height: 100vh; /* Ensures it takes full viewport height */
    position: relative;
    background-size: cover !important; /* Forces the image to fit the container */
    background-position: center;
    background-repeat: no-repeat;
}
.query_top h2 {
    font-size: 40px;
    font-weight: 600;
    color: #0b8f88;
    text-align: center;
}

.line_img {
    max-width: 40%;
}

input:focus {
    outline: none;
}

.input_details i {
    font-size: 16px;
    background-color: #2160fc;
    padding: 10px;
}

#myForm {
    width: 64%;
}

select#query_type,
select#requirment,
input#investorName,
input#associateEmail,
textarea#queryDetail {
    width: 60%;
}

#myForm label {
    width: 40%;
}
.form-query {
    display: flex;
    margin-bottom: 10px;
}
.form-query label {
    flex-basis: 20%;
    color: #fff;
}
.form-query div {
    flex-basis: 40%;
}
#myForm label span,
.myForm_details label {
    font-size: 20px;
    text-align: left;
}

#myForm label .required-input {
    font-size: 14px;
}

.btn_submit {
    width: 16%;
    font-size: 20px;
    border-radius: 4px;
    padding: 4px 0 6px;
    cursor: pointer;
    display: inline-block;
}
.btn-refresh {
    width: 60px;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
    display: inline-block;
}
.btn_submit {
    color: #fff;
    background-image: -webkit-linear-gradient(
        30deg,
        #93c11c 50%,
        transparent 50%
    );
    background-image: linear-gradient(30deg, #93c11c 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    border: 3px solid #93c11c;
}

.btn_submit:hover {
    background-position: 100%;
    color: #27ade7;
    background: transparent;
    border-color: #27ade7;
}

textarea#queryDetail {
    outline: none;
}

.myForm_details {
    width: 84%;
    text-align: left;
    margin: 0 auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    overflow: hidden;
}

.modal-content {
    position: relative;
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    text-align: center;
}

.modal-content p {
    font-size: 18px;
}

.line-indicator {
    width: 0;
    height: 4px;
    background-color: green;
    margin-top: 20px;
    animation: grow 2s ease-in-out forwards;
}

@keyframes grow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #5a5a5a;
    font-size: 28px;
    font-weight: 500;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#progressBarContainer {
    width: 100%;
    background-color: #f3f3f3;
    margin-top: 20px;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}

#progressBar {
    width: 0%;
    height: 100%;
    background-color: #4caf50;
}

.no-scroll {
    overflow: hidden;
}

/* query_end */

/* map_start */
.map h2 {
    font-size: 40px;
    font-weight: 800;
    color: #090909;
    text-align: center;
}

section.map {
    margin-bottom: -7px;
}
/* map_end */

/* faq_start */
.faq,
.accordion-,
.accordion-item {
    background-color: #ebf1ff;
}
.faq_bottom .accordion-header button {
    background-color: #283895 !important;
}
.faq_top h2 {
    font-size: 38px;
    font-weight: 600;
    color: #27ade7;
    text-align: center;
}

.faq_bottom .accordion-header button,
.faq_bottom #collapseOne .accordion-body,
.faq_bottom #collapseTwo .accordion-body,
.faq_bottom #collapseThree .accordion-body,
.faq_bottom #collapseFour .accordion-body,
.faq_bottom #collapseFive .accordion-body,
.faq_bottom #collapseSix .accordion-body {
    background-color: #fff;
    padding: 10px 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    flex: 1;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}

.accordion-body p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    opacity: 100%;
}

.accordion-button:not(.collapsed) {
    color: #fff;
}

.accordion-button::after {
    color: #fff;
    background-image: url(../images/down-arrow.png) !important;
}
/* faq_end */

/* convinced_start */
.convinced {
    background: rgb(33, 96, 252);
    background: linear-gradient(
        27deg,
        rgba(33, 96, 252, 1) 0%,
        rgba(108, 149, 252, 1) 100%
    );
    padding-left: 70px;
    padding-right: 70px;
}
.convinced_left {
    width: 48%;
}
.convinced_right {
    width: 60%;
}
.convinced_right h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}
.convinced_right p {
    width: 80%;
    font-size: 16px;
    line-height: 26px;
    opacity: 100%;
    font-weight: 400;
    margin-bottom: 24px;
}
.convinced_right img {
    max-width: 30%;
}
.convinced.show-animate h2 {
    color: #fff;
}
.btn-start {
    width: 100px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
}
.btn-start {
    background-color: #89d8d3;
    background-image: linear-gradient(330deg, #89d8d3 0%, #03c8a8 74%);
    border: none;
    z-index: 1;
}
.btn-start a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #0b8f88;
    background-image: linear-gradient(315deg, #4dccc6 0%, #56ebe1 74%);
    box-shadow: 0px 0px 10px 0px #03c8a75e, 0 0 5px 0px #03c8a8,
        7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}
.btn-start a:hover {
    color: #03c8a8;
}
.btn-start a:hover:after {
    top: 0;
    height: 100%;
}
.btn-start a:active {
    top: 0px;
}
/* convinced_end */

/* footer_start */
footer {
    background: url("../images/footer_bg.jpg") no-repeat center;
    background-size: cover;
    padding-left: 70px;
    padding-right: 70px;
}
.footer_container {
    border-bottom: 1.5px solid #cccccc47;
}
footer h5,
footer p,
footer a {
    color: #cdcdcd;
}
.footer_para {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-right: 62px;
}
footer p {
    width: 90%;
}
footer p,
footer a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
footer a {
    text-decoration: underline;
}
.footer_left h3,
.footer_left h4,
.footer_left p {
    text-align: left;
    color: #f8f8f8;
}
.corporate_office {
    padding-bottom: 28px;
}
.footer_left h4 {
    padding-bottom: 1rem;
}
.footer_left h4 {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer_left h4::after,
.footer_left h3::after {
    content: "";
    width: 34px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, #93c11c, #27ade7) 1;
    height: 2px;
    display: block;
    transition: 2s;
    bottom: -4px;
    position: relative;
}
.footer_top h4::after {
    bottom: -6px;
}
.contact_num,
.contact_mail {
    width: 50%;
}
.contact_num i,
.contact_mail i {
    padding-right: 10px;
}
.contact_mail a,
.contact_num a {
    text-decoration: none;
}
.contact_num a {
    text-align: left;
}
.contact_num a p {
    width: 8rem;
}
.contact_mail a p {
    width: 7rem;
}
.contact_num a i,
.contact_mail a i {
    font-size: 16px;
}
.contact_num a p,
.contact_mail a p {
    font-size: 14px;
    letter-spacing: 0.2px;
}
.footer_content {
    width: 100%;
}
.footer_content h4 {
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: rgb(180, 180, 180);
}
.footer_content p {
    width: 100%;
    font-size: 14px;
    text-align: right;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: rgb(180, 180, 180);
}
.footer_left p {
    color: #f5f5f5;
    opacity: 80%;
}
.footer_img {
    max-width: 55%;
}
.contact_detail {
    padding-bottom: 10px;
}
.network_list {
    width: 30%;
}
.social_network i {
    font-size: 26px;
}

.network_list .social_network {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.network_list .social_network li a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 63px;
    background: #333;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: 0.5s;
}

.network_list .social_network li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffee10;
    transition: 0.5s;
    transform: scale(0.9);
    z-index: -1;
}

.network_list .social_network li a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ffee10;
}

.network_list .social_network li a:hover {
    color: #ffee10;
    box-shadow: 0 0 5px #ffee10;
    text-shadow: 0 0 5px #ffee10;
}
/* footer_end */

.scroll-to-top {
    width: 50px;
    height: 50px;
    font-size: 25px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    background-color: #009fe3db;
    color: white;
    padding: 7px 0px;
    display: none;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    animation: scroll 0.6s ease-in-out;
}

.scroll-to-top:hover {
    background-color: #009fe3;
}

@keyframes scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.whatsapp-info,
.pulse {
    font-family: "Lato", sans-serif;
    display: inline-block;
    color: #fff;
    background: #1ab744;
    position: fixed;
    bottom: 80px;
    right: 20px;
    font-size: 30px;
    text-align: center;
    z-index: 99;
    border-radius: 90%;
    height: 60px;
    width: 60px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 8px 0;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.pulse:nth-child(1) {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.pulse:nth-child(2) {
    -webkit-animation: pulse 2s infinite 0.3s;
    animation: pulse 2s infinite 0.3s;
}

.pulse:nth-child(3) {
    -webkit-animation: pulse 2s infinite 0.6s;
    animation: pulse 2s infinite 0.6s;
}

.fa-brands {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}
.query,
.query h2,
.query label,
.query span,
.query input,
.query textarea {
    color: #fff !important;
}
