.header .header-container {
    background: var(--surface-color);
    border-radius: 50px;
    padding: 12px 25px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}


.header .logo img {
    max-height: 60px;
    margin-right: 8px;
}


.about .about-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.hero-content p{
    font-size: 20px;
    font-weight: 300;
}

.about-description{
    font-size: 18px;
    font-weight: 300;
}

.bi-check-circle-fill::before {
    content: "\f26a";
    color: var(--accent-color);
    font-size: 1.25rem;
}


.features-cards .feature-box p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 300;
}


.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 16px; 
    color: 
color-mix(in srgb, var(--default-color), transparent 20%);
    margin-right: 10px;
    transition: 0.3s;
}


.footer .copyright {
    padding: 25px 0;
    border-top: 0px solid 
color-mix(in srgb, var(--default-color), transparent 90%);
}

.desc{
    font-size: 19px;
    font-weight: 300;
}

.tec_desc{
    font-size: 16px !important; 
    font-weight: 300;
}


.features-2 .feature-item .feature-icon i {
    font-size: 33px;
    color: var(--accent-color);
}

.hero .stat-item .stat-icon i {
    font-size: 2rem;
    color: var(--accent-color);
}

.error {
    color: #ef8080;
    font-size: 13px;
}

.success_input {
    border-color: #c4f0c4 !important;
    color: #6c757d !important;
    background: #e2f9e2 !important;
}

.error_input {
    border-color: #f6c4c4 !important;
    color: red !important;
    background: #ffeded !important;
}