.breadcrumb-area:before {
     background: unset !important; 
}
.breadcrumb-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 180px 0 168px;
}
.hero-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
}

/* Small Laptop View */
@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
        padding: 160px 0 150px;
    }
}

/* Tablet View */
@media (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
        padding: 140px 0 130px;
    }
}

/* Mobile View */
@media (max-width: 767px) {
    .breadcrumb-area {
        padding: 120px 0 110px;
    }
}

/* Small Mobile View */
@media (max-width: 480px) {
    .breadcrumb-area {
        padding: 100px 0 90px;
    }
}
/* Animated Vector Background */
.charity-section-bg {
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    overflow: hidden;
}

.charity-vector-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.vector-shape {
    position: absolute;
    opacity: 0.6;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.vector-1 {
    top: 10%;
    left: 5%;
    width: 150px;
    height: 150px;
    animation: floatVector1 20s infinite;
}

.vector-2 {
    top: 20%;
    right: 10%;
    width: 120px;
    height: 120px;
    animation: floatVector2 25s infinite;
    animation-delay: -5s;
}

.vector-3 {
    bottom: 15%;
    left: 8%;
    width: 180px;
    height: 180px;
    animation: floatVector3 30s infinite;
    animation-delay: -10s;
}

.vector-4 {
    top: 50%;
    right: 5%;
    width: 140px;
    height: 140px;
    animation: floatVector4 22s infinite;
    animation-delay: -7s;
}

.vector-5 {
    bottom: 25%;
    right: 15%;
    width: 100px;
    height: 100px;
    animation: floatVector5 18s infinite;
    animation-delay: -3s;
}

.vector-6 {
    top: 60%;
    left: 12%;
    width: 200px;
    height: 200px;
    animation: floatVector6 35s infinite;
    animation-delay: -15s;
}

@keyframes floatVector1 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.4;
    }
    25% {
        transform: translate(30px, -20px) rotate(90deg) scale(1.1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-20px, 30px) rotate(180deg) scale(0.9);
        opacity: 0.5;
    }
    75% {
        transform: translate(20px, 20px) rotate(270deg) scale(1.05);
        opacity: 0.6;
    }
}

@keyframes floatVector2 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.5;
    }
    33% {
        transform: translate(-40px, 25px) rotate(120deg) scale(1.15);
        opacity: 0.7;
    }
    66% {
        transform: translate(25px, -30px) rotate(240deg) scale(0.85);
        opacity: 0.4;
    }
}

@keyframes floatVector3 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.4;
    }
    20% {
        transform: translate(50px, -30px) rotate(72deg) scale(1.2);
        opacity: 0.6;
    }
    40% {
        transform: translate(-30px, 40px) rotate(144deg) scale(0.8);
        opacity: 0.5;
    }
    60% {
        transform: translate(40px, 30px) rotate(216deg) scale(1.1);
        opacity: 0.6;
    }
    80% {
        transform: translate(-20px, -40px) rotate(288deg) scale(0.9);
        opacity: 0.4;
    }
}

@keyframes floatVector4 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.5;
    }
    25% {
        transform: translate(-35px, -25px) rotate(90deg) scale(1.1);
        opacity: 0.7;
    }
    50% {
        transform: translate(25px, 35px) rotate(180deg) scale(0.9);
        opacity: 0.4;
    }
    75% {
        transform: translate(-25px, 25px) rotate(270deg) scale(1.05);
        opacity: 0.6;
    }
}

@keyframes floatVector5 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.6;
    }
    33% {
        transform: translate(30px, -40px) rotate(120deg) scale(1.2);
        opacity: 0.8;
    }
    66% {
        transform: translate(-40px, 30px) rotate(240deg) scale(0.8);
        opacity: 0.4;
    }
}

@keyframes floatVector6 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.3;
    }
    16.66% {
        transform: translate(60px, -40px) rotate(60deg) scale(1.15);
        opacity: 0.5;
    }
    33.33% {
        transform: translate(-40px, 50px) rotate(120deg) scale(0.85);
        opacity: 0.4;
    }
    50% {
        transform: translate(50px, 40px) rotate(180deg) scale(1.1);
        opacity: 0.5;
    }
    66.66% {
        transform: translate(-50px, -40px) rotate(240deg) scale(0.9);
        opacity: 0.4;
    }
    83.33% {
        transform: translate(40px, -50px) rotate(300deg) scale(1.05);
        opacity: 0.5;
    }
}

/* Responsive adjustments for vectors */
@media (max-width: 991px) {
    .vector-shape {
        width: 80px !important;
        height: 80px !important;
    }
    
    .vector-6 {
        width: 120px !important;
        height: 120px !important;
    }
}

@media (max-width: 767px) {
    .charity-vector-bg {
        opacity: 0.5;
    }
    
    .vector-shape {
        width: 60px !important;
        height: 60px !important;
    }
    
    .vector-6 {
        width: 100px !important;
        height: 100px !important;
    }
}

/* Modern Charity Card Styles with Theme Colors */
.charity-modern-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-top: 5px solid transparent;
}

.charity-modern-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* Theme Color Variations */
.charity-theme-primary {
    border-top-color: var(--thm-primary, #26b1b5);
}

.charity-theme-primary .charity-gradient-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(38, 177, 181, 0.3) 100%);
}


.charity-theme-primary .charity-btn {
    background: var(--thm-primary, #26b1b5);
}

.charity-theme-primary .charity-btn:hover {
    background: #1e9ba0;
    box-shadow: 0 5px 20px rgba(38, 177, 181, 0.4);
}

.charity-theme-color-2 {
    border-top-color: var(--thm-color-2, #116466);
}

.charity-theme-color-2 .charity-gradient-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(17, 100, 102, 0.3) 100%);
}


.charity-theme-color-2 .charity-btn {
    background: var(--thm-color-2, #116466);
}

.charity-theme-color-2 .charity-btn:hover {
    background: #0d4d50;
    box-shadow: 0 5px 20px rgba(17, 100, 102, 0.4);
}

.charity-theme-color-3 {
    border-top-color: var(--thm-color-3, #34a3d5);
}

.charity-theme-color-3 .charity-gradient-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(52, 163, 213, 0.3) 100%);
}


.charity-theme-color-3 .charity-btn {
    background: var(--thm-color-3, #34a3d5);
}

.charity-theme-color-3 .charity-btn:hover {
    background: #2a8bb8;
    box-shadow: 0 5px 20px rgba(52, 163, 213, 0.4);
}

.charity-theme-color-4 {
    border-top-color: var(--thm-color-4, #46b3a8);
}

.charity-theme-color-4 .charity-gradient-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(70, 179, 168, 0.3) 100%);
}


.charity-theme-color-4 .charity-btn {
    background: var(--thm-color-4, #46b3a8);
}

.charity-theme-color-4 .charity-btn:hover {
    background: #3a9a90;
    box-shadow: 0 5px 20px rgba(70, 179, 168, 0.4);
}

.charity-theme-color-5 {
    border-top-color: var(--thm-color-5, #922ecb);
}

.charity-theme-color-5 .charity-gradient-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(146, 46, 203, 0.3) 100%);
}


.charity-theme-color-5 .charity-btn {
    background: var(--thm-color-5, #922ecb);
}

.charity-theme-color-5 .charity-btn:hover {
    background: #7a25b0;
    box-shadow: 0 5px 20px rgba(146, 46, 203, 0.4);
}

/* Card Header with Image */
.charity-card-header {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.charity-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.charity-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity 0.4s ease;
}

.charity-modern-card:hover .charity-gradient-overlay {
    opacity: 0.8;
}

.charity-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(0.85) saturate(1.1);
}

.charity-modern-card:hover .charity-card-image {
    transform: scale(1.2);
    filter: brightness(0.7) saturate(1.2);
}

/* Image Slider Styles */
.charity-image-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.charity-slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.charity-slide.active {
    display: block;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.charity-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(0.85) saturate(1.1);
}

.charity-modern-card:hover .charity-slide img {
    transform: scale(1.2);
    filter: brightness(0.7) saturate(1.2);
}

.charity-slider-prev,
.charity-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.47);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding: 12px 14px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 4;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    opacity: 0.7;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.charity-modern-card:hover .charity-slider-prev,
.charity-modern-card:hover .charity-slider-next {
    opacity: 1;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.charity-slider-prev:hover,
.charity-slider-next:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.8);
}

.charity-slider-prev:active,
.charity-slider-next:active {
    transform: translateY(-50%) scale(1.05);
}

.charity-slider-prev {
    left: 15px;
}

.charity-slider-next {
    right: 15px;
}

/* Card Body */
.charity-card-body {
    padding: 35px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #ffffff 0%, #fafbfc 100%);
}

.charity-card-title {
    margin: 0 0 18px 0;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    position: relative;
    padding-bottom: 12px;
}

.charity-card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.charity-theme-primary .charity-card-title::after {
    background: var(--thm-primary, #26b1b5);
}

.charity-theme-color-2 .charity-card-title::after {
    background: var(--thm-color-2, #116466);
}

.charity-theme-color-3 .charity-card-title::after {
    background: var(--thm-color-3, #34a3d5);
}

.charity-theme-color-4 .charity-card-title::after {
    background: var(--thm-color-4, #46b3a8);
}

.charity-theme-color-5 .charity-card-title::after {
    background: var(--thm-color-5, #922ecb);
}

.charity-modern-card:hover .charity-card-title::after {
    width: 80px;
}

.charity-card-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.charity-modern-card:hover .charity-card-title a {
    color: var(--thm-primary, #26b1b5);
}

.charity-card-content {
    flex: 1;
    margin-bottom: 20px;
}

.charity-card-content p {
    line-height: 1.9;
    color: #4a5568;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

.charity-card-content .read_more {
    color: var(--thm-primary, #26b1b5) !important;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    margin-left: 8px;
    display: inline-block;
    padding: 2px 0;
    border-bottom: 2px solid transparent;
}

.charity-card-content .read_more:hover {
    color: var(--thm-color-2, #116466) !important;
    border-bottom-color: var(--thm-color-2, #116466);
    transform: translateX(3px);
}

/* Card Footer with Button */
.charity-card-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #e8ecef;
}

.charity-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 28px;
    border-radius: 35px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}

.charity-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.charity-btn:hover::before {
    width: 300px;
    height: 300px;
}

.charity-btn span,
.charity-btn i {
    position: relative;
    z-index: 1;
}

.charity-btn i {
    transition: transform 0.4s ease;
    font-size: 14px;
}

.charity-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.charity-btn:hover i {
    transform: translateX(8px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .charity-card-header {
        height: 320px;
    }
    
    .charity-card-body {
        padding: 28px 22px;
    }
    
    .charity-card-title {
        font-size: 23px;
    }
    
    .charity-slider-prev,
    .charity-slider-next {
        width: 42px;
        height: 42px;
        font-size: 22px;
        padding: 11px 13px;
    }
    
}

@media (max-width: 767px) {
    .charity-card-header {
        height: 280px;
    }
    
    .charity-card-body {
        padding: 25px 20px;
    }
    
    .charity-card-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .charity-card-content p {
        font-size: 14px;
    }
    
    .charity-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .charity-slider-prev,
    .charity-slider-next {
        padding: 12px;
        font-size: 22px;
        width: 48px;
        height: 48px;
        opacity: 1 !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border: 2px solid rgba(255, 255, 255, 0.8);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        min-width: 48px;
        min-height: 48px;
        z-index: 10;
        display: flex !important;
    }
    
    .charity-modern-card:hover .charity-slider-prev,
    .charity-modern-card:hover .charity-slider-next {
        opacity: 1 !important;
        background: rgba(255, 255, 255, 1) !important;
    }
    
    .charity-slider-prev {
        left: 8px !important;
        right: auto !important;
    }
    
    .charity-slider-next {
        right: 8px !important;
        left: auto !important;
    }
    
    .charity-slider-prev:hover,
    .charity-slider-next:hover {
        background: rgba(255, 255, 255, 1) !important;
        transform: translateY(-50%) scale(1.1);
    }
}

@media (max-width: 480px) {
    .charity-slider-prev,
    .charity-slider-next {
        width: 44px;
        height: 44px;
        font-size: 20px;
        padding: 10px;
        min-width: 44px;
        min-height: 44px;
        opacity: 1 !important;
        background: rgba(255, 255, 255, 0.95) !important;
        z-index: 10;
        display: flex !important;
    }
    
    .charity-slider-prev {
        left: 5px !important;
        right: auto !important;
    }
    
    .charity-slider-next {
        right: 5px !important;
        left: auto !important;
    }
}

