*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    position: static; /* ose hiqe krejt */
    background: #ffffff;
    color: #111827;
    line-height: 1.75;
}



hr {
    border: none;
    height: 1px;
    max-width: 92%;
    margin: 60px auto;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0), rgba(148, 163, 184, 0.35), rgba(148, 163, 184, 0));
}

/* ===== HERO SECTION ===== */
.hero {
    background: linear-gradient(135deg, #414749 0%, #575f65 100%);
    background-attachment: fixed;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/solidaritetit.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.35;
    z-index: 0;
    filter: saturate(1.05);
}

.hero-content {
    position: relative;
    z-index: 2;
    animation: slideDown 0.8s ease-out;
    max-width: 820px;
    padding: 0 24px;
}

.hero h1 {
    font-size: 3rem;
    letter-spacing: 0.75px;
    line-height: 1.05;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 35px;
    font-weight: 300;
    letter-spacing: 0.35px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-buttons a {
    display: inline-block;
}

.index-btns {
    margin-top: 70px;
    text-align: center;
}

.index-btns button {
    min-width: 170px;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== ABOUT US SECTION ===== */
.about-us {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin: 80px 50px;
    flex-wrap: wrap;
}

.about-us-content {
    flex: 1;
    min-width: 300px;
}

.about-us-content h2 {
    font-size: 2.5rem;
    color: #1D4ED8;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-us-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
}
.about-us-img {
    flex: 1;
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    border-radius: 15px;
}

.about-us-img img:hover {
    transform: scale(1.02);
}



/* ===== STATISTICS SECTION ===== */
.stats {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: linear-gradient(135deg, #1D4ED8 0%, #1D4ED8 100%);
    flex-wrap: wrap;
}

.stats-design {
    padding: 15px 20px;
    margin: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.stats-design > i {
    font-size: 40px;
    color: white;
    margin-bottom: 15px;
}

.stats-number {
    font-size: 2.6rem;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

.stats-text {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
}

/* ===== PROGRAMS SECTION ===== */
.drejtimet-section {
    padding: 100px 8%;
    background: #ffffff;
    border-radius: 28px;
}

.drejtimet-section h2 {
    font-size: 2.6rem;
    margin-bottom: 80px;
    color: #1D4ED8;
    text-align: center;
    font-weight: 700;
}

/* container */
.drejtimet {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

/* SHKENCOR + SHOQEROR */
.d-shkencor,
.d-shoqeror {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* IMAGE */
.d-shkencor-img,
.d-shoqeror-img {
    flex: 1;
}

.d-shkencor-img img,
.d-shoqeror-img img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.d-shkencor-img img:hover,
.d-shoqeror-img img:hover {
    transform: scale(1.03);
}

/* CONTENT */
.d-shkencor-content,
.d-shoqeror-content {
    flex: 1;
}

.d-shkencor-content i,
.d-shoqeror-content i {
    font-size: 42px;
    color: #1D4ED8;
    margin-bottom: 15px;
}

.drejtimet-title {
    font-size: 2rem;
    margin-bottom: 12px;
    color: #111827;
    font-weight: 700;
}

.drejtimet-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

/* BUTTON */
.index-btns {
    margin-top: 70px;
    text-align: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .d-shkencor,
    .d-shoqeror {
        flex-direction: column;
        text-align: center;
    }

    .drejtimet-section h2 {
        font-size: 2.2rem;
    }

    .d-shkencor-content i,
    .d-shoqeror-content i {
        font-size: 36px;
    }
}

/* ===== SECTION HEADER ===== */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #1D4ED8;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 18px;
    color: #888;
}

/* ===== NEWS SECTION ===== */
.news-section {
    padding: 60px 50px;
    background: #ffffff;
}

.news-container {
    display: block;
    margin-top: 40px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.news-card {
    background: #f8f9fa;
    border-radius: 15px;
    /* overflow: hidden; */
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(199, 2, 2, 0.12);
}

.news-image {
    height: 150px;
    background: linear-gradient(135deg, #1D4ED8, #1D4ED8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: white;
}

.news-content {
    padding: 25px;
}

.news-date {
    color: #1D4ED8;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.news-card h3 {
    font-size: 20px;
    margin: 12px 0;
    color: #333;
    font-weight: 700;
}

.news-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.read-more {
    color: #1D4ED8;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.read-more:hover {
    color: #1D4ED8;
}

/* ===== EVENTS SECTION ===== */
.events-section {
    padding: 60px 50px;
    background: #ffffff;
}

.events-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.solidarity-full-section {
    width: 100%;
    background: #eef4ff;
    padding: 60px 20px;
}

.solidarity-full-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.solidarity-full-section h2 {
    font-size: 2rem;
    color: #1D4ED8;
    margin-bottom: 18px;
    font-weight: 700;
}

.solidarity-full-section p {
    max-width: 920px;
    margin: 0 auto;
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.8;
}

.event-card {
    display: flex;
    background: white;
    border-radius: 15px;
    /* overflow: hidden; */
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.event-card:hover {
    transform: translateX(5px);
    box-shadow: 0 15px 40px rgba(23, 16, 228, 0.12);
}

.event-date {
    background: linear-gradient(135deg, #F59E0B,#F59E0B);
    color: white;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}

.event-date .day {
    font-size: 28px;
    font-weight: 700;
}

.event-date .month {
    font-size: 14px;
    text-transform: uppercase;
}

.event-details {
    padding: 25px;
    flex: 1;
}

.event-details h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-details p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 8px;
}

.event-details i {
    color: #1D4ED8;
    margin-right: 8px;
    width: 18px;
}

.no-posts {
    padding: 40px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    text-align: center;
    color: #334155;
    font-size: 1rem;
}

/* ===== STAFF SECTION ===== */
.staff-section {
    padding: 60px 50px;
    background: #ffffff;
    border-radius: 28px;
}

.staff-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.staff-card {
    background: #f8f9fa;
    border-radius: 15px;
    text-align: center;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(163, 182, 235, 0.08);
}

.staff-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(2, 107, 199, 0.12);
}

.staff-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.staff-card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 700;
}

.staff-card .position {
    color: #1D4ED8;
    font-weight: 600;
    margin-bottom: 10px;
}

.staff-card .bio {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.staff-socials {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.staff-socials a {
    width: 40px;
    height: 40px;
    background: #1D4ED8;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-decoration: none;
}

.staff-socials a:hover {
    background: #1D4ED8;
    transform: scale(1.1);
}

/* ===== CONTACT SECTION ===== */
.contact-section {
    padding: 60px 50px;
    background: #ffffff;
    border-radius: 28px;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.infos-item {
    display: flex;
    gap: 20px;
}

.infos-item i {
    font-size: 28px;
    color: #1D4ED8;
    flex-shrink: 0;
}

.infos-item h3 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 8px;
}

.infos-item p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1D4ED8;
}


/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .about-us {
        gap: 30px;
        margin: 60px 30px;
    }

    .footer-content {
        gap: 30px;
    }

    .news-container,
    .events-container,
    .staff-container,
    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .drejtimet {
        gap: 30px;
    }

    .contact-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .white-btn {
        margin-left: 0;
    }

    .about-us {
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px;
        margin: 40px 25px;
    }

    .about-us-content h2,
    .section-header h2 {
        font-size: 2rem;
    }

    .about-us-content p {
        font-size: 15px;
    }

    .stats {
        flex-direction: column;
    }

    .stats-design {
        margin: 15px;
        padding: 20px;
    }

    .stats-number {
        font-size: 2rem;
    }

    .stats-text {
        font-size: 16px;
    }

    .drejtimet {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin: 30px 10px;
    }

    .d-shkencor, .d-shoqeror {
        width: 100%;
        max-width: 100%;
    }

    .news-container,
    .events-container,
    .staff-container,
    .facilities-grid {
        grid-template-columns: 1fr;
    }

    .event-card {
        flex-direction: column;
    }

    .event-date {
        min-width: auto;
        flex-direction: row;
        gap: 10px;
        padding: 15px;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-info {
        gap: 15px;
    }

    .info-item {
        gap: 15px;
    }

    

    .news-section,
    .events-section,
    .staff-section,
    .contact-section,
    .drejtimet-section {
        padding: 40px 20px;
    }

    .no-posts {
        padding: 40px;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
        text-align: center;
        color: #334155;
        font-size: 1rem;
    }

    .section-header h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .form-group input,
    .form-group textarea {
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .hero {
        min-height: 60vh;
    }

    .hero h1 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .hero p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .red-btn, .white-btn {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        padding: 10px 20px;
        font-size: 14px;
    }

    .about-us {
        gap: 15px;
        margin: 30px 15px;
    }

    .about-us-content h2 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .about-us-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .stats-design {
        margin: 10px;
        padding: 15px;
    }

    .stats-design > i {
        font-size: 45px;
    }

    .stats-number {
        font-size: 1.8rem;
    }

    .stats-text {
        font-size: 14px;
    }

    .drejtimet-section h2 {
        font-size: 1.6rem;
    }

    .d-shkencor, .d-shoqeror {
        padding: 20px;
        width: 100%;
    }

    .drejtimet-title {
        font-size: 18px;
    }

    .drejtimet-text {
        font-size: 13px;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .section-header p {
        font-size: 14px;
    }

    .news-card,
    .event-card,
    .staff-card,
    .facility-item {
        padding: 15px;
    }

    .news-content {
        padding: 15px;
    }

    .staff-card img {
        width: 100px;
        height: 100px;
    }

    .event-details {
        padding: 15px;
    }

    .event-details h3 {
        font-size: 16px;
    }

    .event-details p {
        font-size: 13px;
    }


/* RESPONSIVE */
@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}
    .contact-form {
        gap: 15px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px;
        font-size: 13px;
    }

    .info-item {
        flex-direction: column;
        gap: 8px;
    }

    .info-item i {
        font-size: 20px;
    }

    hr {
        margin: 40px 0;
    }

    .news-section,
    .events-section,
    .staff-section,
    .facilities-section,
    .contact-section,
    .drejtimet-section {
        padding: 30px 15px;
    }

    .footer-content {
        padding: 30px 15px;
        gap: 20px;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .copyright {
        border-right: none;
        border-bottom: 1px solid #555;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .footer-credits {
        padding-left: 0;
    }
}


@media (max-width: 768px) {
    .about-us-img {
        flex: none;
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .about-us-img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .about-us {
        flex-direction: column;
    }
}
