/* ====== Global Typography ====== */
body {
    font-family: 'Zalando Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: lightgray;
    background-color: #f8f9fa;
}

h1, statement {
    font-weight: 700;
    color: lightgray; /* professional deep navy */
}
h2, h3, h4 {
    font-weight: 700;
    color:#333;
}


h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}


p, li {
    font-size: 1rem;
    color: #495057;
}
.lead {
    font-size: 1rem;
    color: lightgray;

}

.about-hero .lead {
    max-width: 1000px;
     font-size: 1.05rem;
    color: lightgray;
    line-height: 1.6;
}
.quote{
    font-style: italic;
    color: #333;
}
.statement{
    color:lightgray;
}

/* ====== Hero Sections ====== */
.about-hero {
    background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    color: #ffffff;
    padding: 6rem 2rem;
    text-align: left;
}

    .about-hero h1 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .about-hero p  {
        font-size: 1.25rem;
        max-width: 700px;
    }

/* ====== Section Styling ====== */
section {
    padding: 4rem 2rem;
}

    section.bg-light {
        background-color: #f8f9fa;
    }

    section.bg-dark {
        background-color: #0d1b2a;
        color: #ffffff;
    }

.container {
    max-width: 1140px;
    margin: 0 auto;
}

/* ====== Founder / CEO Section ====== */
.about-founder img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.about-founder blockquote {
    font-style: italic;
    color: #0d1b2a;
    border-left: 4px solid #2c5364;
    padding-left: 1rem;
    margin-top: 1rem;
}


/* ====== Why Kosovo / Trust Section ====== */
#advantage ul, .about-approach ul {
    list-style: none;
    padding-left: 0;
}

    #advantage ul li, .about-approach ul li {
        position: relative;
        padding-left: 2rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }

        #advantage ul li::before, .about-approach ul li::before {
            content: "✔";
            color: #2c5364;
            position: absolute;
            left: 0;
        }

/* ====== CTA Buttons ====== */
.btn-primary {
    background: #2c5364;
    border: none;
    color: #ffffff;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

    .btn-primary:hover {
        background: #203a43;
        transform: translateY(-2px);
    }

.btn-outline-secondary {
    border: 2px solid #2c5364;
    color: #2c5364;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

    .btn-outline-secondary:hover {
        background: #2c5364;
        color: #ffffff;
        transform: translateY(-2px);
    }

/* ====== Tables ====== */
table {
    width: 100%;
    border-collapse: collapse;
}

    table th, table td {
        padding: 1rem;
        text-align: center;
    }

    table th {
        background-color: #203a43;
        color: #ffffff;
    }

    table tbody tr:nth-child(even) {
        background-color: #2c536480;
    }

/* ====== Responsive ====== */
@media (max-width: 992px) {
    .about-hero, .about-founder, .service-card {
        text-align: center;
    }

        .about-hero h1 {
            font-size: 2.2rem;
        }

        .about-founder img {
            width: 180px;
            height: 180px;
        }
}

@media (max-width: 576px) {
    .about-hero h1 {
        font-size: 1.8rem;
    }

    .service-card {
        padding: 1.5rem;
    }
}


/* ===== Hero Image / CEO ===== */
.ceo-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.site-footer {
    background: #0f2027;
    color: #cbd5e1;
    padding-top: 2rem;
    
}

/* Footer */

.footer-names {
    color: white;
}
.p,footer {
    font-size: 1rem;
    color: white;

}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 4rem;
}

.footer-brand img {
    height: 40px;
    margin-bottom: 1rem;
}

.footer-brand p {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 320px;
}

.footer-col h4 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col li {
    margin-bottom: 0.6rem;
}

.footer-col a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-col a:hover {
    color: #38bdf8;
}

.footer-cta {
    background: linear-gradient(135deg, #203a43, #2c5364);
    text-align: center;
    padding: 3rem 1rem;
}

.footer-cta h3 {
    color: lightgray;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.footer-bottom {
    text-align: center;
    padding: 1.5rem 1rem;
    font-size: 0.85rem;
    color: #94a3b8;
}

.footer-social {
    margin-top: 1rem;
}

    .footer-social a {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        color: #cbd5f5;
        text-decoration: none;
        transition: 0.3s ease;
    }

        .footer-social a:hover {
            color: #0a66c2;
        }

    .footer-year {
        color: white;
        text-align: center;
        padding: 15px;
    }


.linkedin-icon {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand p {
        margin: 0 auto;
    }
}

/* ===== Animations ===== */
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Apply animations with delay variations */
.animate-slide-up {
    animation: slideUp 0.8s ease-out forwards;
}

.animate-slide-up-delay {
    animation: slideUp 0.8s ease-out 0.2s forwards;
}

.animate-slide-up-delay-2 {
    animation: slideUp 0.8s ease-out 0.4s forwards;
}

.animate-fade-in {
    animation: fadeIn 1s ease-out forwards;
}

.animate-fade-in-delay {
    animation: fadeIn 1s ease-out 0.2s forwards;
}

.animate-fade-in-delay-2 {
    animation: fadeIn 1s ease-out 0.4s forwards;
}

.animate-fade-in-delay-3 {
    animation: fadeIn 1s ease-out 0.6s forwards;
}
