.bg-shape {
    background-image: url(img/template/shape.png) 
}

.community-section {
    padding: 60px 0; /* More vertical padding */
}

.community-section h4 {
    margin-bottom: 15px; /* Space below title */
}

.community-section p {
    margin-bottom: 20px; /* Space below description */
}

.community-section .footer-social {
    margin-top: 15px; /* More space above social icons */
    justify-content: left;
}

.footer-social {
    justify-content: center;
}

.community-section img {
    max-width: 200px; /* Control logo size */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.roadmap-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.roadmap-items {
    max-height: 150px;
    overflow-y: auto;
    padding: 10px 0;
}

.roadmap-task {
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

.roadmap-section {
    background-color: #1e1e1e;
    background-image: url("img/shapes/shape.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0; /* Adjust padding as needed */
}




/* Modal Styles */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-overlay.show {
    display: flex;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}



.navbar .navbar-brand .logo-display {
    max-width: 144px;
}


.logo-scrolled {
    max-width: 144px;
}


h2.cta-tl a span {
    color: #F64A28; /* Default color */
    transition: color 0.3s ease-in-out;
}

h2.cta-tl a:hover span {
    color: #6861c0; /* Change to your desired color */
}

.anchor-center 
{
    justify-items: anchor-center;
}

.h-75
{
    height: 75px!important;
    margin-bottom:10px;
}


.partner-logo-home
{
    margin:25px;
    max-height:48px;
}


.partner-logo-page
{
    max-height:48px!important;
    padding:10px;
}



.partner-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px; /* Adjust the spacing between items */
}

.subscribe-button {
    padding: 1rem 2rem!important;
}

.subscribe-text {
    font-size: 12px!important;
}

.bi-play-fill::before{
    color: white;
}
