 @font-face {
    font-family: 'jakarta-sans';
    src: url('fonts/jakarta-sans.ttf') format('truetype');
    font-weight: normal;
}
body {
    font-family:
        "jakarta-sans";
    background-color: #f5f7fb;
    color: #1f2933;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px;
    }
}

/* NAVBAR */
.navbar-brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: linear-gradient(135deg, #22c55e, #14b8a6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    margin-right: 0.4rem;
    
}

.navbar {
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
    opacity: 0.9;
}

main {
    /*margin-top: 72px; /* offset fixed-top */*/
}

/* HERO */
.hero-section {
    position: relative;
    min-height: 820px;
    color: #fff;
    background-image: url("images/house.jpg");
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    /* background:
        radial-gradient(
            circle at top left,
            rgba(236, 236, 236, 0.35),
            transparent 55%
        ),
        linear-gradient(
            to bottom,
            rgba(197, 197, 197, 0.55),
            rgba(15, 23, 42, 0.9)
        ); */
}

.hero-inner {
    position: relative;
    z-index: 1;
    padding: 4.5rem 0 4rem;
    text-align: center;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.6);
    font-size: 0.75rem;
    margin-bottom: 1rem;
    gap: 0.45rem;
}

.hero-pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.4);
}

.hero-title {
    font-size: clamp(2rem, 3.1vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.hero-subtitle {
    font-size: 1rem;
    opacity: 0.86;
    margin-bottom: 1.7rem;
}

.btn-pill {
    border-radius: 999px;
}

.btn-primary-grad {
    background: linear-gradient(135deg, #22c55e, #14b8a6);
    border: none;
    box-shadow: 0 10px 22px rgba(16, 185, 129, 0.35);
}

.btn-primary-grad:hover {
    filter: brightness(0.96);
}

.hero-meta span {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* SECTIONS GENERIC */
.section-pad {
    padding: 4rem 0;
}

.section-heading {
    font-weight: 600;
    font-size: 1.6rem;
}

.section-sub {
    font-size: 0.95rem;
    color: #6b7280;
}

/* Vision/Mission cards */
.simple-card {
    border-radius: 20px;
    background: #fff;
    border: none;
    /*box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);*/
}

/* Stats */
.stat-card {
    border-radius: 18px;
    background:  #f1f2f2;
    border: none;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    text-align: center;
}

.stat-icon {
        width: 130px;
        height: 130px;
        border-radius: 999px;
        margin: 0 auto 0.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFF;
        color: #22c55e;
        font-size: 1.35rem;
}

.stat-icon img{
    width: 80px;
}

.stat-value {
    font-weight: 600;
    font-size: 1rem;
}

.stat-label {
    /* font-size: 0.8rem; */
    /* color: #6b7280; */
    
    font-weight: 600;
    font-size: 1rem;
}

/* Panel section */
.panel-card {
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    padding: 1.5rem;
}

.panel-card img {
    border-radius: 14px;
}

/* Projects */
.project-card {
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 1.2rem 1.25rem;
    box-shadow: 0 3px 4px rgba(15, 23, 42, 0.2);
    font-size: 0.85rem;
}

.project-tag {
    display: inline-flex;
    padding: 0.12rem 0.6rem;
    border-radius: 999px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    background: #dcfce7;
    color: #16a34a;
    margin-bottom: 0.55rem;
}

/* HOW WE WORK (timeline) */
.how-timeline {
    position: relative;
    padding-left: 3rem;
}

.how-timeline::before {
        content: "";
        position: absolute;
        left: 1.1rem;
        top: 2.25rem;
        bottom: 2.25rem;
        width: 2px;
        background: #1fd6b7;
}

.how-step {
    position: relative;
    margin-bottom: 1.5rem;
}

.how-step:last-child {
    margin-bottom: 0;
}

.how-step::before {
    content: "";
    position: absolute;
    left: -2.35rem;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1fd6b7;
    box-shadow: 0 0 0 4px rgba(31, 214, 183, 0.2);
}

.step-card {
    border-radius: 20px;
    border: none;
    box-shadow: 0 0px 8px rgba(15, 23, 42, 0.1);
    padding: 18px 22px;
}

.step-number {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1fd6b7;
    margin-right: 1rem;
    line-height: 1;
    flex-shrink: 0;
}

.step-title {
    font-size: 0.98rem;
    font-weight: 600;
}

.step-desc {
    font-size: 0.9rem;
    color: #6b7280;
}

.how-image-wrapper {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.25);
}

/* About team */
.avatar-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: radial-gradient(
        circle at 30% 20%,
        #bbf7d0,
        #22c55e
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ecfdf3;
    font-weight: 600;
    margin: 0 auto 0.6rem;
    box-shadow: 0 10px 24px rgba(22, 163, 74, 0.35);
}

.team-name {
    font-weight: 600;
}

.team-role {
    font-size: 0.8rem;
    color: #6b7280;
}

/* Footer */
footer {
    background: #fff;
    color: #333;
    font-size: 0.8rem;
}

.footer-link {
    color: #333;
    text-decoration: none;
}

.footer-link:hover {
    color: #333;
}

#mainNav a.nav-link {
    position: relative;
    text-decoration: none;
}

#mainNav a.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #03a13d; /* Adjust color as needed */
    transition: width 0.3s ease-in-out;
}

#mainNav a.nav-link:hover::after {
    width: 100%;
}

@media (max-width: 991.98px) {
    .hero-inner {
        padding: 3.8rem 0 3.2rem;
    }

    .how-timeline {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .how-timeline {
        padding-left: 2.6rem;
    }
    .how-timeline::before {
        left: 1rem;
    }
    .how-step::before {
        left: 0.45rem;
    }
}

#projects {
    background-color: #fff;
}

#projects .container {
    background: #ecfaf7;
    border-radius: 30px;
}

#stats{
    background-color: #dedfe0;
}

.border-right-vision{
    border-right: 1px solid #22c55e;
}

.hero-section-product .hero-inner{
    padding-bottom: 0;
}

.hero-section-product .hero-title{
    font-weight: bold;
    font-size: 64px;
}

.hero-section-product .hero-subtitle{
    font-size: 24px;
}

.section-system-specs{
    border-radius: 10px;
    padding: 20px;
}

.section-system-specs h3{
    font-weight: bold;
    font-size: 22px;
    margin-top: 0;
}

.section-system-specs h4{
    font-size: 18px;
    font-weight: bold;
}

.hero-section-product-series{
    
}

.technical-table{
    font-size:14px;
}

.technical-table h3{
    font-size:18px;
}

#vision{
    font-size: 23px;
}

#vision h3{
    font-size: 38px;
    font-weight: bold;
}