body {
    background-color: #f8fafc;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%232563eb' fill-opacity='0.05'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); 
    font-family: "Inter", sans-serif;
}

.color-primary{
    color: #2563eb;
}

.text-color-primary{
    color: #2563eb !important;
}

.text-color-secondary{
    color: var(--bs-gray-800); /*#ffffff*/
}

.accent-color{
    /*color: #EBAD25;*/
    color: #e86228
}

.bg-primary{
    background-color: #2563eb
}

.bg-accent{
    background-color: #a0a8df/*#9b9cd2 /*#e86228/* #EBAD25 */
}

.font-size-20{
    font-size: 1.25rem
}

.preline{
    white-space: pre-line;
}

.mt-5r{
    margin-top: 7rem;
}

.mt-10r{
    margin-top: 10rem;
}

a.disabled{
    pointer-events: none;
    color: #7d7e85 !important;
}

.navbar{
    padding-left:3rem;
    padding-right:3rem;
}

#sm-logo{
    width: 4rem;
    margin-right: 0.5rem;
    background: #ffffff;
    border-radius: 50%;
}

#hero{
    margin-top: 4rem;
}

.hero-headline{
    font-size: 3.5rem;
}

.hero-subheadline{
    font-weight: 300;
}

.button-primary{
    background-color: #e86228;/* #EBAD25 */
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
}

.button-primary:hover{
    background-color: #de5216;/*#f9ab1a; */
    color: #ffffff;
}

.img-hero{
    width:65rem;
}

#img-hero{
    /* padding:0.5rem;
    border-radius: 0.4rem;
    background-color: #a0a8df; */
}

.top-curved{
    position: relative;
    z-index: 1;
}


.top-curved::after{
    content: '';
    position: absolute;
    top: -40%;
    left: 0;
    width: 100%;
    height: 140%;
    /* background-color: #2563eb; */
    background-image: linear-gradient(#0050ff, #030e63e8);
    clip-path: ellipse(80% 50% at 50% 100%);
    z-index: -1;
}

.about-icon{
    font-size: 1.5rem;
}

/* New styles for the updated website */

/* Section styles */
.section-headline {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.about-card .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* Feature section styles */

.features-container {
    position: relative;
    overflow: hidden;
  }
  
  .features-container::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(to bottom, rgba(37, 99, 235, 0.5) 50%, rgba(255, 255, 255, 0.2) 100%);
    clip-path: polygon(0% 40%, 100% 35%, 100% 100%, 0% 100%);
    z-index: -1;
  }

.feature-img-bg{
    background-image: linear-gradient(to right, #a0a8df, #957ae0) !important;
}

.feature-img-bg-reversed{
    background-image: linear-gradient(to right, #957ae0, #a0a8df) !important;
}

.feature-icon .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.feature-content h4 {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

/* Team section styles */
.avatar-placeholder {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Roadmap styles */
.roadmap-date {
    min-width: 120px;
}

/* Carousel styles */
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.5rem;
    padding: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .img-hero {
        width: 100%;
    }
    
    .navbar {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
  /*  .top-curved::after {
        top: -20%;
        height: 30rem;
    }*/
}

/* Hover effects */
.about-card:hover, .why-card:hover, .team-card:hover {
    /*transform: translateY(-5px);
    transition: transform 0.3s ease; */
}

.social-links a:hover {
    opacity: 0.8;
}

/* Form styles */
.join-form input, .join-form select {
    border-radius: 0.5rem;
}

/* Footer styles */
footer hr {
    height: 1px;
    opacity: 0.2;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.feature-item, .about-card, .why-card, .team-card {
    animation: fadeIn 0.8s ease-in-out;
    transition: all 0.3s ease;
}

/* Feature illustrations */
.feature-illustration {
    max-width: 100%;
    height: 200px;
    margin-bottom: 2rem;
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04));
}

/* Hero section enhancements */
.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232563eb' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: -1;
}

/* Section backgrounds */
.bg-gradient-light {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.bg-gradient-primary {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0.05) 100%);
}

/* Curved sections */
.curved-section {
    position: relative;
    padding: 6rem 0;
}

.curved-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: inherit;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.curved-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: inherit;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    z-index: 1;
}

/* Floating elements animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.float-animation {
    animation: float 6s ease-in-out infinite;
}

/* Glow effect for accent elements */
.glow-accent {
    box-shadow: 0 0 15px rgba(235, 173, 37, 0.3);
}

.glow-primary {
    box-shadow: 0 0 15px rgba(37, 99, 235, 0.3);
}

.line{
    height: 2.5rem;
    width: 0.2rem;
    background-color: #e86228;
}

.error-message {
    display: none;
    color: #dc3545;
    margin-top: 5px;
}

.success-message {
    display: none;
    color: #28a745;
    margin-top: 5px;
}

.spinner {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.social-links-footer{
    pointer-events: none;
    color: gray !important;;
}