body {
    font-family: var(--default-font) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    background-color: var(--white-color);
    color: #000000 !important;
}
p {   
    margin-top: 30px !important;
}
.row>* {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.footer-link a{
	color: white;
}

.community-card {
    opacity: 1;
    
}
	
	.table-contain table {
    border-collapse: collapse;
    width: 100%;
}align-content

	
.footer-link a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link a:hover {
    color: #dddddd !important; /* Slightly dimmer white on hover */
    text-decoration: underline; /* optional */
}

	.wrap-sec .ov-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 13px!important;
}
	
	
.logo-side.logo-side-2 img {
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .hero-content {
        margin-left: 23px !important;
    }

    .hero-content h1 {
        font-size: 18px !important;
        line-height: 38px !important;
    }
}

.slicknav_menu .slicknav_btn {
    display: none !important;
}
@media (max-width: 768px) {
    .page-header.parallaxie {
        background-attachment: scroll !important;
        background-position: center !important;
        background-size: cover !important;
    }
}

@media (max-width: 768px) {
    .main-footer .row > div {
        margin-bottom: 30px;
        text-align: Left;
    }

    .footer-link {
        flex-wrap: wrap;
        padding: 0 10px;
			justify-content: left !important;
    }

    .footer-link li {
        margin: 5px 8px;
    }

    footer.main-footer {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-copyright-text {
        text-align: left;
    }
}
@media (max-width: 768px) {
    .main-footer .row > div {
        margin-bottom: 0px;
        text-align: Left;
    }
}
.footer-mid-link {
    margin-left: 0px;
}
ul.footer-link {
    display: flex;
     gap: 10px; *
    justify-content: left;
    margin-bottom: 0;
}

/* ============================
   HOW WE INVEST – RESPONSIVE FIX
   ============================ */

/* Tablet */
@media (max-width: 991px) {
    .container-flex {
        flex-direction: column;
        gap: 20px;
    }

    .left, .right {
        width: 100% !important;
    }

    .arrow, 
    .arrow-2 {
        width: 100% !important;
        margin: 0 0 15px 0;
    }

    .arrow-2 ul {
        columns: 1 !important;
    }
}

@media (max-width: 767px) {

    .left, 
    .right {
        width: 100% !important;
    }

    .arrow,
    .arrow-2 {
        width: 100% !important;
        padding: 15px !important;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .arrow-2 ul {
        columns: 1 !important;
    }

    .arrow-text {
        font-size: 13px !important;
        line-height: 18px !important;
    }
}
@media (max-width: 767px) {
	.we-invest .right {
    display: block;
}
span.arrow-text {
    padding-left: 66px;
    text-align: left;
}
	.buttom-invest-flex {
    grid-template-columns: repeat(1, 1fr);
}
	.star-2 .stat-row {
        min-height: 151px;
    }
	.row-flex { 
    grid-template-columns: repeat(2, 1fr); 
}
 
.row-flx-2 {
    grid-template-columns: repeat(2, 1fr);
}
	.container-value {
    grid-template-columns: 1fr;
}
	.privacy-page ul {
    margin: 20px 0 20px 0px;
}
 
}

}


