/* content with cards */
.content-section_mah_032ds3 {
    padding: 50px 0;
    background-color: rgb(247, 245, 245);
}

.banner-section_mah_110jj {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 60px 0;
}

.card_hover_wrapper_mah_00234 .card-hover:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* content with cards end */

/* About us */

.about_card_mah_0987 .video-container img {
    border-radius: 0.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);

}

.btn_mah_234 {
    background-color: var(--primary);
    color: white;
}

.btn_mah_234:hover {
    background-color: #f8542f;
    color: white;
}

.badge_mah_220 {
    background-color: var(--ternary);
    color: var(--light);
}

@media (max-width: 767px) {
    .workshop-title {
        font-size: 1.75rem;
    }
}

/* About us End */

.cards_mah_8700 .card-hover:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.cards_mah_8700 .card-hover {
    transition: all 0.5s ease;
    position: relative;
}

.cards_mah_8700 .card-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(255, 92, 57, 0.1), rgba(255, 152, 128, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.cards_mah_8700 .card-hover:hover::before {
    opacity: 1;
}

.cards_mah_8700 .card-hover:hover h3 {
    color: var(--primary);
}

.cards_mah_8700 .btn-gradient {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    z-index: 1;
    border-radius: 50px;
    font-weight: 600;
    color: black;
}

.cards_mah_8700 .btn-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}

.cards_mah_8700 .btn-gradient:hover::before {
    opacity: 1;
}

.cards_mah_8700 .btn-gradient:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* WHY HELP US CARD */
.whyHelp_mah34 .impact-header {
    color: var(--grad-second);
}

.whyHelp_mah34 .impact-item {
    background-color: #fdf7ee;
    transition: all 0.3s ease;
    height: auto;
    padding: 10px;
    min-height: 300px;
}

@media (min-width: 768px) {
    .whyHelp_mah34 .impact-item {
        height: 350px !important;
    }
}

.whyHelp_mah34 .impact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.whyHelp_mah34 .impact-badge {
    background: linear-gradient(135deg, var(--grad-main), var(--grad-second));
    font-size: 0.85rem;
}

.whyHelp_mah34 .impact-title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 1rem;
}

.whyHelp_mah34 .impact-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--grad-main), var(--grad-second));
}

.whyHelp_mah34 .impact-img-container {
    height: 250px;
}

@media (min-width: 768px) {
    .impact-img-container {
        height: 100%;
    }
}

.whyHelp_mah34 .impact-img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.whyHelp_mah34 .impact-content {
    padding: 1rem;
}

@media (max-width: 768px) {
    .whyHelp_mah34 .impact-img {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .impact-content {
        padding: 2rem;
    }
}

/* WHY HELP US CARD */

/*  IMPACT */
.campAbt_mah_87.card-img-top {
    height: 200px;
    object-fit: cover;
}

.campAbt_mah_87 .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .campAbt_mah_87 .section-title {
        font-size: 2rem;
    }
}