/* Professional Hero Slider - NO GAP */
.hero-slider-section {
    height: 50vh !important;
    min-height: 600px !important;
    position: relative;
}

.slide-container {
    position: relative;
    height: 100%;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

.slide-content {
    position: relative;
    z-index: 2;
    padding: 1rem 0;
}

.slide-badge .badge {
    background: linear-gradient(135deg, #E11D48 0%, #c81e3d 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
}

.slide-title {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
}

.carousel-indicators {
    bottom: 60px;
    gap: 15px;
    margin: 0;
}

.carousel-indicators button {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    opacity: 0.7;
    transition: all 0.3s ease;
    text-indent: 0 !important;
}

.carousel-indicators button.active {
    background: linear-gradient(135deg, #E11D48 0%, #c81e3d 100%) !important;
    border-color: white !important;
    opacity: 1;
    transform: scale(1.1);
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px !important;
    height: 60px !important;
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(10px);
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 20px !important;
    border: 2px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    opacity: 1 !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: linear-gradient(135deg, #E11D48 0%, #c81e3d 100%) !important;
    border-color: white;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 25px !important;
    height: 25px !important;
}

/* About Section - NO GAP */
.about-detailed {
    position: relative;
    z-index: 2;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: linear-gradient(135deg, #E11D48 0%, #c81e3d 100%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 10px 20px rgba(225, 29, 72, 0.3);
}

.experience-badge .inner {
    text-align: center;
}

.experience-badge .years {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    line-height: 1;
}

.experience-badge .text {
    font-size: 0.8rem;
    display: block;
    margin-top: 5px;
}

.section-subtitle {
    display: inline-block;
    color: #E11D48;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.section-title {
    color: #148F41;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2rem;
}

.section-title .text-primary {
    color: #E11D48 !important;
}

.section-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

/* Quick Stats */
.quick-stats {
    position: relative;
    z-index: 3;
}

.stat-item {
    padding: 15px 0;
}

.stat-icon {
    opacity: 0.9;
}

.stat-number {
    font-size: 2rem;
}

/* Program Cards */
.program-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(47, 168, 79, 0.15);
}

.program-icon {
    background: linear-gradient(135deg, #2FA84F 0%, #148F41 100%);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.program-content {
    padding: 20px;
}

.program-content h4 {
    color: #148F41;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 1.2rem;
}

.program-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.program-link {
    color: #E11D48;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease;
    font-size: 0.9rem;
}

.program-link:hover {
    gap: 10px;
}

.program-stats {
    background: #f8f9fa;
    padding: 12px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #666;
}

.program-stats i {
    color: #2FA84F;
    margin-right: 4px;
}

/* Project Cards */
.cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.project-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 220px;
    position: relative;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.project-status-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    padding: 5px 12px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.75rem;
    z-index: 2;
}

.status-ongoing {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.status-upcoming {
    background: linear-gradient(135deg, #2FA84F, #17a2b8);
}

.status-completed {
    background: linear-gradient(135deg, #E11D48, #c81e3d);
}

.project-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.project-title {
    font-weight: 700;
    color: #148F41;
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 70px;
}

.project-summary {
    color: #666;
    margin-bottom: 12px;
    flex-grow: 1;
    font-size: 0.85rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.project-meta-row {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.project-meta-item {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #555;
    flex: 1;
    min-width: 180px;
}

.project-meta-item i {
    margin-right: 8px;
    width: 16px;
    color: #2FA84F;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.project-meta-text {
    flex-grow: 1;
    font-size: 0.85rem;
}

.project-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.project-date {
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 30px;
    font-weight: 600;
    color: #148F41;
    font-size: 0.8rem;
}

.view-details {
    color: #2FA84F;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.view-details:hover {
    color: #E11D48;
    transform: translateX(3px);
}

/* Events Cards */
.event-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.event-image {
    position: relative;
    height: 160px;
    overflow: hidden;
    flex-shrink: 0;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.05);
}

.event-date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #2FA84F, #148F41);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.event-date .day {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
}

.event-date .month {
    font-size: 0.8rem;
    font-weight: 600;
}

.event-content {
    padding: 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.event-title {
    font-size: 1rem;
    font-weight: 600;
    color: #148F41;
    margin-bottom: 8px;
    line-height: 1.4;
}

.event-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.event-category {
    font-size: 0.7rem;
    padding: 3px 8px;
    background: #2FA84F;
    color: white;
    border-radius: 4px;
}

.event-location {
    color: #6c757d;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.event-location i {
    color: #2FA84F;
    font-size: 0.75rem;
}

.event-description {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 10px;
    flex-grow: 1;
}

/* Gallery Section */
.gallery-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.gallery-scroll-container {
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}

.gallery-scroll-track {
    display: flex;
    gap: 15px;
    animation: scrollGallery 40s linear infinite;
}

.gallery-scroll-track:hover {
    animation-play-state: paused;
}

.gallery-item {
    flex: 0 0 auto;
    width: 250px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.gallery-image-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.gallery-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image-wrapper img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 8px;
    font-size: 0.8rem;
    text-align: center;
}

.title-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #2FA84F, #148F41);
    border-radius: 2px;
    margin: 8px auto;
}

@keyframes scrollGallery {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7.5));
    }
}

/* Impact Stories */
.impact-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.impact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.impact-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #2FA84F 0%, #148F41 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
}

.impact-content h4 {
    color: #148F41;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.impact-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.impact-stats {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.impact-stats span {
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #2FA84F;
    font-weight: 600;
}

.impact-stats i {
    margin-right: 4px;
}

/* CTA Section */
.cta-section .btn-warning {
    background: linear-gradient(135deg, #FFC107, #FF9800);
    border: none;
    color: #333;
    font-weight: 600;
}

.cta-section .btn-warning:hover {
    background: linear-gradient(135deg, #FF9800, #F57C00);
    color: white;
}

/* Button Colors */
.btn-primary {
    background: linear-gradient(135deg, #2FA84F 0%, #148F41 100%) !important;
    border: none !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #E11D48 0%, #c81e3d 100%) !important;
    transform: translateY(-2px);
}

.btn-outline-primary {
    border-color: #2FA84F !important;
    color: #2FA84F !important;
}

.btn-outline-primary:hover {
    background: linear-gradient(135deg, #2FA84F 0%, #148F41 100%) !important;
    border-color: #2FA84F !important;
    color: white !important;
}

/* Professional Engagement Section */
.engagement-section {
    position: relative;
    overflow: hidden;
}

.engagement-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: bottom;
}

.engagement-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #E11D48;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    margin-bottom: 15px;
    backdrop-filter: blur(5px);
}

.engagement-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.engagement-subtitle {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Engagement Cards */
.engagement-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px 25px;
    height: 100%;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.engagement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 15px 15px 0 0;
}

.donation-card::before { background: linear-gradient(135deg, #E11D48, #c81e3d); }
.volunteer-card::before { background: linear-gradient(135deg, #2FA84F, #148F41); }
.partnership-card::before { background: linear-gradient(135deg, #FFC107, #FF9800); }
.ambassador-card::before { background: linear-gradient(135deg, #17a2b8, #138496); }

.engagement-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
}

.engagement-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: relative;
}

.donation-card .engagement-icon {
    background: linear-gradient(135deg, rgba(225, 29, 72, 0.1), rgba(200, 30, 61, 0.2));
    color: #E11D48;
    border: 2px solid rgba(225, 29, 72, 0.3);
}

.volunteer-card .engagement-icon {
    background: linear-gradient(135deg, rgba(47, 168, 79, 0.1), rgba(20, 143, 65, 0.2));
    color: #2FA84F;
    border: 2px solid rgba(47, 168, 79, 0.3);
}

.partnership-card .engagement-icon {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(255, 152, 0, 0.2));
    color: #FF9800;
    border: 2px solid rgba(255, 152, 0, 0.3);
}

.ambassador-card .engagement-icon {
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.1), rgba(19, 132, 150, 0.2));
    color: #17a2b8;
    border: 2px solid rgba(23, 162, 184, 0.3);
}

.engagement-content {
    position: relative;
    z-index: 2;
}

.engagement-card-title {
    color: #148F41;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.engagement-card-text {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 70px;
}

.btn-engagement {
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.btn-engagement:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.engagement-options {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.engagement-options small {
    color: #666;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.engagement-options i {
    color: #2FA84F;
    font-size: 0.7rem;
}

/* Additional Options Card */
.additional-options-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 25px 30px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.additional-options-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

/* Events & News Section Styles */
.events-news-section {
    position: relative;
}

.news-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.news-image {
    position: relative;
    height: 180px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #E11D48, #c81e3d);
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-content {
    padding: 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news-title {
    font-size: 1rem;
    font-weight: 600;
    color: #148F41;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    color: #6c757d;
}

.news-meta i {
    color: #2FA84F;
    font-size: 0.75rem;
    margin-right: 4px;
}

.news-excerpt {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read-time {
    color: #6c757d;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.news-read-time i {
    color: #2FA84F;
    font-size: 0.75rem;
    margin-right: 4px;
}

/* Event Card Additional Styles */
.event-time {
    color: #6c757d;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
}

.event-time i {
    color: #2FA84F;
    font-size: 0.8rem;
    margin-right: 4px;
}

/* Button Colors for Engagement Section */
.btn-primary {
    background: linear-gradient(135deg, #E11D48 0%, #c81e3d 100%) !important;
    border: none !important;
}

.btn-success {
    background: linear-gradient(135deg, #2FA84F 0%, #148F41 100%) !important;
    border: none !important;
}

.btn-warning {
    background: linear-gradient(135deg, #FFC107 0%, #FF9800 100%) !important;
    border: none !important;
    color: #333 !important;
}

.btn-info {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
    border: none !important;
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: white !important;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: white !important;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .hero-slider-section {
        height: 80vh !important;
        min-height: 550px !important;
    }
    
    .slide-title {
        font-size: 2.2rem;
    }
    
    .cards-container {
        grid-template-columns: 1fr;
        max-width: 800px;
        margin: 0 auto;
    }
    
    .project-card {
        width: 100%;
    }
    
    .engagement-title {
        font-size: 2.2rem;
    }
    
    .engagement-card {
        padding: 25px 20px;
    }
}

@media (max-width: 992px) {
    .hero-slider-section {
        height: 75vh !important;
        min-height: 500px !important;
    }
    
    .carousel-indicators {
        bottom: 40px;
    }
    
    .carousel-indicators button {
        width: 40px !important;
        height: 40px !important;
        font-size: 0.8rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 50px !important;
        height: 50px !important;
        margin: 0 15px !important;
    }
    
    .experience-badge {
        width: 100px;
        height: 100px;
        bottom: -15px;
        left: -15px;
    }
    
    .experience-badge .years {
        font-size: 1.8rem;
    }
    
    .project-meta-row {
        flex-direction: column;
        gap: 12px;
    }
    
    .project-meta-item {
        min-width: 100%;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .engagement-title {
        font-size: 2rem;
    }
    
    .engagement-card {
        margin-bottom: 20px;
    }
    
    .engagement-card-text {
        min-height: auto;
    }
    
    .events-news-section .row {
        gap: 20px;
    }
    
    .news-image {
        height: 160px;
    }
    
    .event-image {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .hero-slider-section {
        height: 70vh !important;
        min-height: 450px !important;
    }
    
    .slide-title {
        font-size: 1.8rem;
    }
    
    .carousel-indicators {
        bottom: 30px;
        gap: 8px;
    }
    
    .carousel-indicators button {
        width: 35px !important;
        height: 35px !important;
        font-size: 0.7rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 45px !important;
        height: 45px !important;
        margin: 0 10px !important;
    }
    
    .slide-actions .btn {
        width: 100%;
        margin-bottom: 8px;
    }
    
    .gallery-item {
        width: 200px;
    }
    
    .gallery-image-wrapper {
        height: 150px;
    }
    
    .gallery-scroll-track {
        animation-duration: 30s;
    }
    
    .event-card {
        margin-bottom: 20px;
    }
    
    .event-image {
        height: 180px;
    }
    
    .project-card {
        height: auto;
        min-height: 250px;
    }
    
    .project-title {
        padding-right: 0;
        font-size: 1rem;
    }
    
    .project-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 15px;
    }
    
    .view-details {
        align-self: flex-end;
    }
    
    .cards-container {
        gap: 20px;
    }
    
    .engagement-section {
        padding: 60px 0 !important;
    }
    
    .engagement-title {
        font-size: 1.8rem;
    }
    
    .engagement-subtitle {
        font-size: 1rem;
    }
    
    .engagement-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .engagement-card-title {
        font-size: 1.2rem;
    }
    
    .additional-options-card .row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .additional-options-card .col-md-4 {
        text-align: center !important;
    }
    
    .events-news-section .section-header,
    .events-news-section .text-md-end {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .news-card,
    .event-card {
        margin-bottom: 20px;
    }
    
    .news-image {
        height: 180px;
    }
    
    .event-image {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .hero-slider-section {
        height: 65vh !important;
        min-height: 400px !important;
    }
    
    .slide-title {
        font-size: 1.5rem;
    }
    
    .slide-description {
        font-size: 0.9rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .experience-badge {
        width: 80px;
        height: 80px;
        bottom: -10px;
        left: -10px;
    }
    
    .experience-badge .years {
        font-size: 1.5rem;
    }
    
    .experience-badge .text {
        font-size: 0.7rem;
    }
    
    .gallery-scroll-track {
        animation-duration: 20s;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-icon {
        font-size: 1.5rem;
    }
    
    .cards-container {
        gap: 15px;
    }
    
    .project-card {
        height: auto;
        min-height: 280px;
    }
    
    .project-body {
        padding: 15px;
    }
    
    .engagement-title {
        font-size: 1.6rem;
    }
    
    .engagement-card {
        padding: 20px 15px;
    }
    
    .engagement-options {
        flex-direction: column;
        gap: 5px;
    }
    
    .btn-engagement {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    
    .news-image {
        height: 150px;
    }
    
    .event-image {
        height: 150px;
    }
    
    .news-title,
    .event-title {
        font-size: 0.95rem;
    }
    
    .news-excerpt,
    .event-description {
        font-size: 0.8rem;
    }
}