.back-to-top{display:none !important;}
.breadcrumb-area{height:330px;}
.breadcrumb-area .page-title{font-size:37px; position: relative;top: -58px;}
.team-single-item .social-link ul{display:none;}
.breadcrumb-area .page-list{display:none;}
.support-single-item{width:346px;}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .logo-wrapper{background:none; top: -24px;}
.navbar-area.nav-style-02 .nav-container .logo-wrapper{box-shadow:none;}
.topbar-area.style-01 {background:#10b981;}
.navbar-area.nav-style-02 .nav-container .logo-wrapper{background:none;top: -30px;border-left:none;padding: 47px 70px 30px 30px;}
.info-items li{position: relative;left: -303px;}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li{margin-left: 36px;}
.header-area.header-bg-02::after{background-color: rgb(48 48 48 / 60%)}
.navbar-area.nav-style-02.charity-nav-02 .nav-container .navbar-collapse .navbar-nav li a{font-size:14px; color:#000;font-weight:400;}
.header-area p{font-size: 19px;line-height: 27px;}
.btn-wrapper .boxed-btn.reverse-color{border-radius:18px;}
.breadcrumb-area:before{background: linear-gradient(360deg, rgb(107 100 236) 0%, rgb(107 100 236) 100%);}
.navbar-area.nav-style-02.charity-nav-02 .nav-container{border-radius:13px;background-color:#fff !important;}
.testimonial-area{display:none;}
.testimonial-area-02{display:none;}
.contribute-single-item{border-radius:20px;}
.section-title .title{font-size:57px;}
.header-bottom-area {
    background: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
    position: relative;
    overflow: hidden;
}.navbar-area.nav-style-02.charity-nav-02 .nav-container{background-color:#f0ece3;}
.widget ul li a{line-height: 22px;}
.header-bottom-area::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}.breadcrumb-area{295px}
.navbar-area .nav-container .nav-right-content ul {margin-right:16px;}
.header-bottom-area .container {
    position: relative;
    z-index: 2;
}.charity-nav-02 .navbar-search .search-open{position: relative;left: 23px;}
.help-and-support-right {
    position: relative;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.help-and-support-right:hover {
    transform: translateY(-10px);
}

.support-img-02 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.support-img-02::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
    border-radius: 20px;
}
.help-and-support-left {
    padding: 0 20px;
}
.help-and-support-left .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.help-and-support-left .content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 1rem;
    color: #475569;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 0px 0;
}

.help-and-support-left .content ul li:hover {
    transform: translateX(10px);
    color: #1e293b;
}

.help-and-support-left .content ul li i {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 16px;
    flex-shrink: 0;
}

.support-single-item {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.support-single-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.support-single-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.support-single-item .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
}

.support-single-item .icon i {
    font-size: 24px;
    color: white;
}

.support-single-item .content .title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.support-single-item .content .details {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
}

.help-and-support-left .title{ font-size: 38px;}
.support-single-img img{border-radius:20px;}
.contribute-single-item{border-radius:border-radius: 31px;;}

.contribute-single-item .content .btn-wrapper .boxed-btn {
    border: none;
    padding: 11px 119px;
    border-radius: 20px;
}


@media only screen and (max-width: 414px) {
    .header-area .title {
        font-size: 65px !important;
        line-height: 75px !important;
    }
}

@media only screen and (max-width: 414px) {
    .section-title .title {
        font-size: 24px !important;
        line-height: 32px;
    }
}

@media only screen and (max-width: 599px) {
  .header-area .title {font-size:15px;line-height:21px;}}

@media only screen and (max-width: 991px) {
    .navbar-area.nav-style-02 .nav-container {
        padding: 20px 0px !important;border-radius: 26px;
        
    }
}

@media only screen and (max-width: 450px) {
    .header-style-01.home-page-variant-02 .navbar-area .nav-container .responsive-mobile-menu {
        display: flex;
        justify-content: space-between;
        background-color: #4caf50;
        border-radius: 20px;
    }.navbar-area.nav-style-02 .nav-container {
      background-color: #ffffff;margin-top: 16px;}.navbar-area.nav-style-02 .nav-container .logo-wrapper{padding: 22px 70px 30px 30px;}
}

.problem-area .bg-img{top: -57px;border-radius: 18px;}
.problem-area .problem-area-wrapper{border-radius:20px;}
.widget .recent_post_item li.single-recent-post-item .content .time{display:none;}
.about-content{border-radius:42px;}
.about-content-area .bg-img{border-radius:32px;}






/* Modern Blog Grid Styling - Improved Alignment */
.single-blog-grid-01 {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f5f9;
}

.single-blog-grid-01:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 189, 192, 0.12);
}

/* Thumbnail Styling */
.single-blog-grid-01 .thumb {
    position: relative;
    overflow: hidden;
    height: 240px;
    border-radius: 16px 16px 0 0;
}

.single-blog-grid-01 .thumb a {
    display: block;
    height: 100%;
}

.single-blog-grid-01 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.single-blog-grid-01:hover .thumb img {
    transform: scale(1.05);
}

/* Content Wrapper - Fixed Layout */
.single-blog-grid-01 .content-wrapper {
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
    min-height: 160px;
}

/* News Date - Consistent Positioning */
.single-blog-grid-01 .news-date {
    background: linear-gradient(135deg, #00bdc0 0%, #fcb11a 100%);
    color: white;
    text-align: center;
    padding: 16px 12px;
    border-radius: 12px;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(0, 189, 192, 0.25);
    margin-top: -10px; /* Slight overlap with image */
}

.single-blog-grid-01 .news-date .title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.single-blog-grid-01 .news-date span {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.9;
    margin-top: 2px;
}

/* Content Section - Better Alignment */
.single-blog-grid-01 .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 4px;
}

/* Post Meta - Consistent Spacing */
.single-blog-grid-01 .post-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.single-blog-grid-01 .post-meta li {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.single-blog-grid-01 .post-meta li:first-child {
    color: #00bdc0;
    font-weight: 600;
}

.single-blog-grid-01 .post-meta li:last-child {
    background: rgba(252, 177, 26, 0.1);
    color: #fcb11a;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
}

.single-blog-grid-01 .post-meta li a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.single-blog-grid-01 .post-meta li a:hover {
    opacity: 0.8;
}

/* Title Styling - Better Typography */
.single-blog-grid-01 .content .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: #1e293b;
    margin-top: auto;
}

.single-blog-grid-01 .content .title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.single-blog-grid-01:hover .content .title a {
    color: #00bdc0;
}

/* Grid Container for Better Layout */
.blog-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    padding: 20px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-grid-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        padding: 0 16px;
    }
    
    .single-blog-grid-01 .content-wrapper {
        padding: 20px;
        gap: 16px;
        min-height: 140px;
    }
    
    .single-blog-grid-01 .news-date {
        width: 60px;
        height: 60px;
        padding: 12px 8px;
    }
    
    .single-blog-grid-01 .news-date .title {
        font-size: 20px;
    }
    
    .single-blog-grid-01 .thumb {
        height: 200px;
    }
    
    .single-blog-grid-01 .content .title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .blog-grid-container {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 12px;
    }
    
    .single-blog-grid-01 {
        border-radius: 12px;
    }
    
    .single-blog-grid-01 .thumb {
        border-radius: 12px 12px 0 0;
        height: 180px;
    }
    
    .single-blog-grid-01 .content-wrapper {
        padding: 16px;
        gap: 14px;
        min-height: 120px;
    }
    
    .single-blog-grid-01 .news-date {
        width: 55px;
        height: 55px;
        border-radius: 10px;
        margin-top: -8px;
    }
    
    .single-blog-grid-01 .news-date .title {
        font-size: 18px;
    }
    
    .single-blog-grid-01 .content .title {
        font-size: 15px;
    }
    
    .single-blog-grid-01 .post-meta li {
        font-size: 13px;
    }
    
    .single-blog-grid-01 .post-meta li:last-child {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Equal Height Cards */
.blog-grid-container .single-blog-grid-01 {
    display: flex;
    flex-direction: column;
}

.blog-grid-container .single-blog-grid-01 .content-wrapper {
    flex: 1;
    display: flex;
}

.blog-grid-container .single-blog-grid-01 .content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-grid-container .single-blog-grid-01 .content .title {
    margin-top: auto;
}
.single-blog-grid-01 .content-wrapper .news-date{display:none;}

.single-blog-grid-01 .content-wrapper .post-meta li + li {
    margin-left: 20px;
    position: relative;
    top: -37px;
    left: 195px;
}.author-data .auth-details .name{display:none;}

.contact-info{padding: 30px;box-shadow: 8px 8px 15px #c9c9c9,
             -8px -8px 15px #ffffff; border-radius:20px;}

.widget.footer-widget ul li a, .widget.footer-widget ul li{color:#000;}
.contact_info_list li.single-info-item .details{color:#000;}
.widget.footer-widget p, .footer-widget.widget_tag_cloud .tagcloud a, .widget.footer-widget.widget_calendar caption, .widget.footer-widget.widget_calendar th, .widget.footer-widget.widget_calendar td{color:#000;}
.copyright-area.style-01 .copyright-area-inner{color:#000;}

 .modern-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1.5rem;
        font-weight: 500;
        border-radius: 0.5rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        text-decoration: none;
        font-size: 0.875rem;
        position: relative;
        overflow: hidden;
    }

    .modern-btn-primary {
        background: linear-gradient(135deg, var(--primary), var(--primary-dark));
        color: var(--white);
        box-shadow: var(--shadow-md);
    }

    .modern-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-xl);
        background: linear-gradient(135deg, var(--primary-dark), #0369a1);
        color: var(--white);
        text-decoration: none;
    }

    .modern-btn-secondary {
        background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
        color: var(--white);
        box-shadow: var(--shadow-md);
    }

    .modern-btn-secondary:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-xl);
        background: linear-gradient(135deg, var(--secondary-dark), #047857);
        color: var(--white);
        text-decoration: none;
    }

    .modern-btn-outline {
        background: transparent;
        color: var(--primary);
        border: 2px solid var(--primary);
    }

    .modern-btn-outline:hover {
        background: var(--primary);
        color: var(--white);
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
        text-decoration: none;
    }

    /* Enhanced About Section */
    .modern-about-area {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        padding: 6rem 0;
        color: var(--white);
        position: relative;
        overflow: hidden;
    }

    .modern-about-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.1"><circle cx="36" cy="12" r="2"/></g></svg>');
        opacity: 0.5;
    }

    .modern-about-content {
        position: relative;
        z-index: 2;
    }

    .modern-section-badge {
        display: inline-block;
        background: linear-gradient(135deg, var(--primary), var(--accent));
        color: var(--white);
        padding: 0.5rem 1rem;
        border-radius: 2rem;
        font-size: 0.875rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .modern-hero-title {
        font-size: 3.5rem;
        font-weight: 800;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, #ffffff, #e2e8f0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .modern-hero-subtitle {
        font-size: 1.25rem;
        margin-bottom: 2rem;
        opacity: 0.9;
    }

    /* Mission Section Enhancement */
    .modern-mission-area {
        background: var(--white);
        padding: 5rem 0;
        position: relative;
    }

    .modern-mission-card {
        background: var(--white);
        border-radius: 1rem;
        padding: 2.5rem;
        box-shadow: var(--shadow-lg);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border: 2px solid transparent;
    }

    .modern-mission-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-xl);
        border-color: var(--primary);
    }

    .modern-mission-list {
        list-style: none;
        padding: 0;
    }

    .modern-mission-list li {
        display: flex;
        align-items: center;
        padding: 0.75rem 0;
        border-bottom: 1px solid var(--gray-200);
        transition: all 0.3s ease;
    }

    .modern-mission-list li:hover {
        background: var(--gray-50);
        padding-left: 1rem;
        border-radius: 0.5rem;
    }

    .modern-mission-list li i {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
        transition: all 0.3s ease;
    }

    .modern-mission-list li:hover i {
        transform: scale(1.1);
        background: linear-gradient(135deg, var(--secondary), var(--accent));
    }

    /* Enhanced Counter Section */
    .modern-counterup-area {
        background: linear-gradient(135deg, var(--gray-900), var(--gray-800));
        color: var(--white);
        padding: 5rem 0;
        position: relative;
    }

    .modern-counterup-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="%23ffffff" fill-opacity="0.05"><path d="M20 20c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10zm10 0c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z"/></g></svg>');
    }

    .modern-single-counterup {
        text-align: center;
        padding: 2rem;
        position: relative;
        z-index: 2;
        transition: all 0.3s ease;
    }

    .modern-single-counterup:hover {
        transform: translateY(-10px);
    }

    .modern-counter-icon {
        width: 4rem;
        height: 4rem;
        border-radius: 1rem;
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        font-size: 1.5rem;
        color: var(--white);
        transition: all 0.3s ease;
    }

    .modern-single-counterup:hover .modern-counter-icon {
        transform: scale(1.1) rotate(5deg);
    }

    .modern-count-wrap {
        font-size: 3rem;
        font-weight: 800;
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 0.5rem;
    }

    .modern-counter-title {
        font-size: 1rem;
        opacity: 0.9;
        font-weight: 500;
    }

    /* Problem/Services Section */
    .modern-problem-area {
        background: var(--gray-50);
        padding: 5rem 0;
    }

    .modern-problem-item {
        background: var(--white);
        border-radius: 1rem;
        padding: 2rem;
        box-shadow: var(--shadow-md);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border: 2px solid transparent;
        height: 100%;
        margin-bottom: 2rem;
    }

    .modern-problem-item:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-xl);
        border-color: var(--primary);
    }

    .modern-problem-icon {
        width: 4rem;
        height: 4rem;
        border-radius: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        color: var(--white);
        transition: all 0.3s ease;
    }

    .modern-problem-icon.style-00 {
        background: linear-gradient(135deg, var(--primary), var(--secondary));
    }

    .modern-problem-icon.style-01 {
        background: linear-gradient(135deg, var(--secondary), var(--accent));
    }

    .modern-problem-icon.style-02 {
        background: linear-gradient(135deg, var(--accent), var(--primary));
    }

    .modern-problem-item:hover .modern-problem-icon {
        transform: scale(1.1) rotate(5deg);
    }

    .modern-problem-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--gray-900);
        margin-bottom: 1rem;
    }

    .modern-problem-title a {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .modern-problem-title a:hover {
        color: var(--primary);
    }

    /* Testimonial Enhancement */
    .modern-testimonial-area {
        background: var(--white);
        padding: 5rem 0;
        position: relative;
    }

    .modern-testimonial-item {
        background: var(--gray-50);
        border-radius: 1rem;
        padding: 2rem;
        box-shadow: var(--shadow-lg);
        transition: all 0.3s ease;
        text-align: center;
    }

    .modern-testimonial-item:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-xl);
    }

    .modern-testimonial-thumb {
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        margin: 0 auto 1.5rem;
        position: relative;
        overflow: hidden;
        border: 3px solid var(--primary);
    }

    .modern-testimonial-quote {
        width: 2rem;
        height: 2rem;
        background: var(--primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white);
        position: absolute;
        bottom: -5px;
        right: -5px;
    }

    /* Team/Volunteer Enhancement */
    .modern-volunteer-area {
        background: var(--gray-50);
        padding: 5rem 0;
    }

    /* Animation Classes */
    .fade-in {
        opacity: 0;
        transform: translateY(30px);
        animation: fadeInUp 0.6s ease forwards;
    }

    @keyframes fadeInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .stagger-1 { animation-delay: 0.1s; }
    .stagger-2 { animation-delay: 0.2s; }
    .stagger-3 { animation-delay: 0.3s; }
    .stagger-4 { animation-delay: 0.4s; }

    /* Responsive Design */
    @media (max-width: 768px) {
        .modern-hero-title {
            font-size: 2.5rem;
        }
        
        .modern-about-area {
            padding: 4rem 0;
        }
        
        .modern-mission-area,
        .modern-counterup-area,
        .modern-problem-area,
        .modern-testimonial-area,
        .modern-volunteer-area {
            padding: 3rem 0;
        }
    }

    /* Success Stories Section */
    .modern-success-stories {
        background: var(--white);
        padding: 5rem 0;
    }

    .modern-story-card {
        background: var(--white);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--shadow-lg);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border: 1px solid var(--gray-200);
        margin-bottom: 2rem;
    }

    .modern-story-card:hover {
        transform: translateY(-12px);
        box-shadow: var(--shadow-xl);
    }

    .modern-story-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .modern-story-card:hover .modern-story-image {
        transform: scale(1.05);
    }

    .modern-story-content {
        padding: 1.5rem;
    }

    .modern-story-date {
        color: var(--primary);
        font-size: 0.875rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
    }

    .modern-story-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--gray-900);
        margin-bottom: 1rem;
    }

    .modern-story-description {
        color: var(--gray-600);
        line-height: 1.6;
        margin-bottom: 1rem;
    }

    .modern-story-highlight {
        background: linear-gradient(135deg, var(--gray-100), var(--gray-50));
        color: var(--gray-700);
        padding: 0.75rem 1rem;
        border-radius: 0.5rem;
        font-size: 0.875rem;
        font-weight: 500;
        font-style: italic;
    }

/* new cards design code */

/* Modern Donation Cards - CSS Only Upgrade */
/* Add this to your existing CSS file or in a <style> section */

/* Modern background for donation section */
.donation-content-area {
    background: linear-gradient(135deg, #f8f9ff 0%, #e6f2ff 100%);
    min-height: 100vh;
}

/* Transform existing donation cards to modern design */
.single-donation-item,
.donation-item,
.donation-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    position: relative;
}

.single-donation-item:hover,
.donation-item:hover,
.donation-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #e0e7ff;
}

/* Modern card image styling */
.single-donation-item .thumb,
.donation-item .thumb,
.donation-card .thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.single-donation-item .thumb img,
.donation-item .thumb img,
.donation-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.single-donation-item:hover .thumb img,
.donation-item:hover .thumb img,
.donation-card:hover .thumb img {
    transform: scale(1.05);
}

/* Featured badge modern styling */
.featured-badge,
.featured {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

/* Modern content area */
.single-donation-item .content,
.donation-item .content,
.donation-card .content {
    padding: 24px;
    background: white;
}

/* Modern title styling */
.single-donation-item .content .title,
.donation-item .content .title,
.donation-card .content .title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.4;
    text-decoration: none;
}

.single-donation-item .content .title:hover,
.donation-item .content .title:hover,
.donation-card .content .title:hover {
    color: #6366f1;
    text-decoration: none;
}

/* Modern excerpt/description */
.single-donation-item .content .excerpt,
.donation-item .content .excerpt,
.donation-card .content .excerpt,
.single-donation-item .content p,
.donation-item .content p,
.donation-card .content p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Modern price/amount section */
.single-donation-item .price-section,
.donation-item .price-section,
.donation-card .price-section,
.single-donation-item .amount-info,
.donation-item .amount-info,
.donation-card .amount-info {
    margin-bottom: 20px;
}

.raised-amount,
.goal-amount,
.donation-price {
    font-weight: 600;
}

.raised-amount {
    color: #10b981;
    font-size: 16px;
}

.goal-amount {
    color: #6b7280;
    font-size: 14px;
}

/* Modern progress bar */
.progress-bar-wrapper,
.donation-progress {
    background: #f3f4f6;
    height: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin: 12px 0;
}

.progress-bar,
.donation-progress .progress {
    height: 100%;
    background: linear-gradient(90deg, #10b981, #34d399);
    border-radius: 6px;
    transition: width 0.8s ease;
    position: relative;
}

.progress-bar::after,
.donation-progress .progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    animation: progressShine 2s infinite;
}

@keyframes progressShine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Modern percentage display */
.percentage,
.progress-percentage {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    margin-top: 8px;
}

/* Modern button styling */
.btn-donation,
.donate-btn,
.btn-primary,
.boxed-btn {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn-donation:hover,
.donate-btn:hover,
.btn-primary:hover,
.boxed-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
    color: white;
    text-decoration: none;
}

.btn-donation::before,
.donate-btn::before,
.btn-primary::before,
.boxed-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: width 0.6s, height 0.6s;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.btn-donation:hover::before,
.donate-btn:hover::before,
.btn-primary:hover::before,
.boxed-btn:hover::before {
    width: 300px;
    height: 300px;
}

/* Ensure text stays on top */
.btn-donation span,
.donate-btn span,
.btn-primary span,
.boxed-btn span {
    position: relative;
    z-index: 1;
}

/* Modern meta information */
.donation-meta,
.meta-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    font-size: 12px;
    color: #9ca3af;
}

.deadline,
.reward-info {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Modern pagination */
.pagination-wrapper .pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.pagination .page-item .page-link {
    background: white;
    border: 1px solid #e5e7eb;
    color: #6366f1;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-color: #6366f1;
    color: white;
}

.pagination .page-item:hover .page-link {
    background: #6366f1;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

/* Card loading animation */
.single-donation-item,
.donation-item,
.donation-card {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .single-donation-item .content,
    .donation-item .content,
    .donation-card .content {
        padding: 20px;
    }
    
    .single-donation-item .content .title,
    .donation-item .content .title,
    .donation-card .content .title {
        font-size: 16px;
    }
}

/* Additional modern touches */
.single-donation-item::before,
.donation-item::before,
.donation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.single-donation-item:hover::before,
.donation-item:hover::before,
.donation-card:hover::before {
    opacity: 1;
}
.contribute-single-item .content .btn-wrapper .boxed-btn{padding: 13px 116px;}
.contribute-single-item .thumb img{border-radius: 17px;}
.contribute-single-item{ box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);}

/* modern nav bar css */



.modern-nav-link {
    display: flex !important;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    padding: 8px 16px !important;
    border-radius: 8px;
    position: relative;
}

.modern-nav-link:hover {
    background-color: rgba(0, 123, 255, 0.1);
    transform: translateY(-2px);
}

.nav-icon {
    font-size: 18px;
    color: #666;
    transition: all 0.3s ease;
}

.modern-nav-link:hover .nav-icon {
    color: #007bff;
    transform: scale(1.1);
}

.modern-nav-link span {
    font-weight: 500;
    font-size: 14px;
}

/* Modern Donate Button */
.modern-donate-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 20px !important;
    background: linear-gradient(135deg, #10B976, #10b981);
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    border: none;
    margin-right:31px;
}

.modern-donate-btn:hover {
    background: linear-gradient(135deg, #ee5a24, #ff6b6b);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
    color: white !important;
    text-decoration: none !important;
}

/* Blinking Heart Animation */
.blinking-heart {
    animation: heartBlink 2s ease-in-out infinite;
    font-size: 16px !important;
}

@keyframes heartBlink {
    0%, 50%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 0.7;
        transform: scale(1.2);
    }
    75% {
        opacity: 0.8;
        transform: scale(0.9);
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .modern-nav-link {
        padding: 12px 16px !important;
    }
    
    .nav-icon {
        font-size: 20px;
    }
    
    .modern-nav-link span {
        font-size: 16px;
    }
    
    .modern-donate-btn {
        padding: 12px 24px !important;
        font-size: 16px;
    }
    
    .blinking-heart {
        font-size: 18px !important;
    }
}

/* Additional hover effects */
.modern-nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.modern-nav-link:hover::before {
    width: 80%;
}

/* Active state */
.modern-nav-link.active {
    background-color: rgba(0, 123, 255, 0.1);
    color: #007bff !important;
}

.modern-nav-link.active .nav-icon {
    color: #007bff;
}

/* Smooth transitions for all elements */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.position-relative{display:none;}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li{margin-left: 0px;}
.navbar-area.nav-style-02 .nav-container .nav-right-content{background-color:#fff;}


/* new conatct us page css */

.modern-contact-section {
    background: #f8f9fa;
    padding: 80px 0;
}

/* Contact Form Styles */
.contact-form-wrapper {
    padding-right: 30px;
}

.contact-form-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-header {
    margin-bottom: 30px;
}

.form-title {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.modern-contact-form .form-group {
    margin-bottom: 25px;
}

.modern-contact-form input,
.modern-contact-form textarea,
.modern-contact-form select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    transition: all 0.3s ease;
}

.modern-contact-form input:focus,
.modern-contact-form textarea:focus,
.modern-contact-form select:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
    outline: none;
}

.modern-contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.modern-submit-btn {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.modern-submit-btn:hover {
    background: linear-gradient(135deg, #2980b9, #3498db);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

/* Contact Information Styles */
.contact-info-wrapper {
    padding-left: 30px;
}

.contact-info-header {
    margin-bottom: 30px;
}

.info-title {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.info-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    flex-shrink: 0;
}

.email-card .card-icon {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.phone-card .card-icon {
    background: linear-gradient(135deg, #27ae60, #229954);
}

.address-card .card-icon {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.hours-card .card-icon {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.card-content {
    flex: 1;
}

.card-title {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.card-text {
    color: #2c3e50;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.card-subtitle {
    color: #7f8c8d;
    font-size: 14px;
}

/* Social Media Section */
.social-media-section {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.social-title {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-link.facebook {
    background: #3b5998;
}

.social-link.twitter {
    background: #1da1f2;
}

.social-link.instagram {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.social-link.linkedin {
    background: #0077b5;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Map Section */
.map-section-wrapper {
    margin-top: 60px;
}

.map-title {
    color: #2c3e50;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.map-subtitle {
    color: #7f8c8d;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.modern-map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.modern-map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Global Offices Section */
.global-offices-section {
    background: white;
}

.section-header {
    margin-bottom: 60px;
}

.section-title {
    color: #2c3e50;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.section-subtitle {
    color: #7f8c8d;
    font-size: 18px;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

.office-card {
    background: white;
    border: 2px solid #e1e8ed;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.office-card:hover {
    border-color: #3498db;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.office-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e1e8ed;
}

.office-city {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.office-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.office-address,
.office-phone,
.office-email {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2c3e50;
}

.office-address i,
.office-phone i,
.office-email i {
    width: 20px;
    color: #3498db;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .contact-form-wrapper,
    .contact-info-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .contact-info-wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .contact-form-card,
    .info-card,
    .social-media-section {
        padding: 20px;
    }
    
    .form-title,
    .info-title {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .contact-info-cards {
        gap: 15px;
    }
    
    .office-card {
        padding: 20px;
        margin-bottom: 20px;
    }
}

/* Alert Styles */
.modern-alert {
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.error-list {
    margin: 0;
    padding-left: 20px;
}

.error-list li {
    margin-bottom: 5px;
}

/* Form Field Enhancements */
.form-fields-wrapper .form-group {
    position: relative;
}

.form-fields-wrapper .required::after {
    content: " *";
    color: #e74c3c;
    font-weight: bold;
}

.submit-btn-wrapper {
    margin-top: 30px;
}

/* Loading State */
.modern-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.modern-submit-btn:disabled:hover {
    transform: none;
    box-shadow: none;
}

.navbar.navbar-area.navbar-expand-lg.charity-nav-02.has-topbar.nav-style-02{ top: 79px;}





    /* Modern Donation Cards Styles */
    .modern-donation-section {
        background: #f8f9fa;
        min-height: 100vh;
    }

    .modern-donation-card {
        background: white;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .modern-donation-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    /* Card Image Section */
    .donation-card-image {
        position: relative;
        height: 220px;
        overflow: hidden;
        background: #f0f0f0;
    }

    .donation-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .modern-donation-card:hover .donation-card-image img {
        transform: scale(1.05);
    }

    /* Progress Badge */
    .progress-badge {
        position: absolute;
        top: 15px;
        left: 15px;
        background: rgba(107, 100, 236, 0.95);
        color: white;
        padding: 8px 16px;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 600;
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

    .progress-text {
        font-size: 16px;
        font-weight: 700;
    }

    /* Featured Badge */
    .featured-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background: linear-gradient(135deg, #f39c12, #e67e22);
        color: white;
        padding: 8px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .featured-badge i {
        font-size: 10px;
    }

    /* Card Content */
    .donation-card-content {
        padding: 25px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    /* Funding Information */
    .funding-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e1e8ed;
    }

    .funding-raised,
    .funding-goal {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .funding-goal {
        align-items: flex-end;
    }

    .funding-info .label {
        font-size: 12px;
        color: #7f8c8d;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 2px;
    }

    .funding-info .amount {
        font-size: 18px;
        font-weight: 700;
        color: #2c3e50;
    }

    .funding-raised .amount {
        color: #27ae60;
    }

    .funding-goal .amount {
        color: #3498db;
    }

    /* Title */
    .donation-title {
        margin: 0 0 15px 0;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.3;
    }

    .donation-title a {
        color: #2c3e50;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .donation-title a:hover {
        color: #6b64ec;
    }

    /* Description */
    .donation-description {
        margin-bottom: 20px;
        flex: 1;
    }

    .donation-description p {
        color: #7f8c8d;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
    }

    /* Progress Section */
    .progress-section {
        margin-bottom: 20px;
    }

    .progress-bar-wrapper {
        position: relative;
        margin-bottom: 10px;
    }

    .progress-bar {
        height: 8px;
        background: #e1e8ed;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
    }

    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, #27ae60, #2ecc71);
        border-radius: 20px;
        transition: width 0.8s ease;
        position: relative;
    }

    .progress-fill::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.3) 50%, transparent 60%);
        animation: shimmer 2s infinite;
    }

    @keyframes shimmer {
        0% { transform: translateX(-100%); }
        100% { transform: translateX(100%); }
    }

    .progress-percentage {
        position: absolute;
        right: 0;
        top: -25px;
        font-size: 12px;
        font-weight: 600;
        color: #2c3e50;
        background: white;
        padding: 2px 8px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    /* Donation Stats */
    .donation-stats {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
        padding: 15px 0;
        border-top: 1px solid #e1e8ed;
        border-bottom: 1px solid #e1e8ed;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
    }

    .stat-item i {
        color: #7f8c8d;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .stat-number {
        font-size: 16px;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 2px;
    }

    .stat-label {
        font-size: 11px;
        color: #7f8c8d;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .stat-item.donors i {
        color: #3498db;
    }

    .stat-item.funded i {
        color: #27ae60;
    }

    .stat-item.deadline i {
        color: #e74c3c;
    }

    /* Donate Button */
    .donate-button-wrapper {
        margin-top: auto;
    }

    .modern-donate-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 15px 25px;
        background: #6b64ec;
        color: white;
        text-decoration: none;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .modern-donate-btn:hover {
        background: #5a52d5;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(107, 100, 236, 0.3);
        color: white;
        text-decoration: none;
    }

    .modern-donate-btn i {
        font-size: 14px;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.1); }
    }

    /* Pagination */
    .modern-pagination-wrapper {
        margin-top: 50px;
    }

    .modern-pagination-wrapper .pagination {
        justify-content: center;
    }

    .modern-pagination-wrapper .page-link {
        color: #6b64ec;
        border: 1px solid #e1e8ed;
        padding: 12px 18px;
        margin: 0 2px;
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .modern-pagination-wrapper .page-link:hover {
        background: #6b64ec;
        color: white;
        border-color: #6b64ec;
    }

    .modern-pagination-wrapper .page-item.active .page-link {
        background: #6b64ec;
        border-color: #6b64ec;
        color: white;
    }

    /* Responsive Design */
    @media (max-width: 767.98px) {
        .donation-card-content {
            padding: 20px;
        }
        
        .funding-info {
            flex-direction: column;
            gap: 10px;
            text-align: center;
        }
        
        .funding-goal {
            align-items: center;
        }
        
        .donation-title {
            font-size: 20px;
        }
        
        .donation-stats {
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .stat-item {
            flex: 1;
            min-width: 80px;
        }
    }

    @media (max-width: 575.98px) {
        .modern-donation-card {
            margin-bottom: 30px;
        }
        
        .donation-card-image {
            height: 200px;
        }
        
        .progress-badge {
            top: 10px;
            left: 10px;
            padding: 6px 12px;
            font-size: 12px;
        }
        
        .featured-badge {
            top: 10px;
            right: 10px;
            padding: 6px 10px;
        }
    }

    /* Loading Animation */
    .modern-donation-card.loading {
        opacity: 0.7;
    }

    .modern-donation-card.loading .progress-fill {
        background: linear-gradient(90deg, #e1e8ed, #f8f9fa, #e1e8ed);
        animation: loading 1.5s infinite;
    }

    @keyframes loading {
        0% { background-position: -200px 0; }
        100% { background-position: 200px 0; }
    }

    /* Custom scrollbar for descriptions */
    .donation-description::-webkit-scrollbar {
        width: 4px;
    }

    .donation-description::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .donation-description::-webkit-scrollbar-thumb {
        background: #6b64ec;
        border-radius: 10px;
    }

    .donation-description::-webkit-scrollbar-thumb:hover {
        background: #5a52d5;
    }

 /* Exact replica of the image design */
.modern-team-section {
    padding: 80px 0;
    background: #ffffff;
}

.team-grid-container {
    display: flex;
    gap: 30px;
}

.team-member-wrapper {
    flex: 1;
}

.team-member-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Photo section - exactly like the image */
.team-member-photo {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.team-member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.3s ease;
}

.team-member-card:hover .team-member-photo img {
    transform: scale(1.05);
}

/* Info section - matching the exact layout from image */
.team-member-info {
    padding: 32px 24px 28px 24px;
    text-align: left;
    background: #ffffff;
}

/* Member name - large and bold like the image */
.member-name {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

/* Position - blue color like the image */
.member-position {
    font-size: 16px;
    font-weight: 600;
    color: #2563eb;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

/* Description - gray text like the image */
.member-description {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 20px 0;
    font-weight: 400;
}

/* Social icons */
.member-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.member-social a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
}

.member-social a:hover {
    background: #2563eb;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Section header */
.modern-section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Carousel controls */
.volunteer-slider-container .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    gap: 8px;
}

.volunteer-slider-container .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.volunteer-slider-container .owl-nav button:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}

/* Carousel dots */
.team-grid-container .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.team-grid-container .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    margin: 0 4px;
    transition: all 0.3s ease;
    display: inline-block;
}

.team-grid-container .owl-dot.active {
    background: #2563eb;
    transform: scale(1.3);
}

/* Responsive design */
@media (max-width: 768px) {
    .modern-team-section {
        padding: 60px 0;
    }
    
    .team-member-photo {
        height: 250px;
    }
    
    .team-member-info {
        padding: 24px 20px;
    }
    
    .member-name {
        font-size: 22px;
    }
    
    .member-position {
        font-size: 15px;
    }
    
    .member-description {
        font-size: 14px;
    }
    
    .volunteer-slider-container .owl-nav {
        position: relative;
        top: auto;
        right: auto;
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .team-member-photo {
        height: 220px;
    }
    
    .member-name {
        font-size: 20px;
    }
}

.modern-counterup-area{background-color:#000;}
.modern-counter-title{color:#fff;}
.topbar-area.style-01{background-color:#6b64ec;}
.info-items li i{color:#fff;}
.topbar-inner{padding:2px 0;}
.single-blog-grid-01{box-shadow:none;border: 2px solid #cfcfcf;}
.tw-text-emerald-500{color:#fff;}

/* Hide section on screens smaller than 768px (mobile) */
@media (max-width: 767px) {
  .what-we-do-modern .bg-img {
    display: none !important;
  }
  .modern-sidebar{width: 358px;}
  .modern-sidebar .widget-area{width: 358px !important;}
  .topbar-inner .right-contnet{justify-content: space-between;}
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav{background-color:#fff;}{margin-top:-30px;}
  .navbar-area.nav-style-02 .nav-container{margin-top:-30px;}
  .navbar-area .nav-container{margin:0 0px;}
  .navbar-area.nav-style-02 .nav-container{padding:0px 0px !important;}
  .navbar-area.nav-style-02.charity-nav-02 .nav-container .logo-wrapper{padding:0px 0px;}
  .navbar-area.nav-style-02.charity-nav-02 .nav-container .logo-wrapper{justify-content:space-between;padding:26px;}
  .header-style-01.home-page-variant-02 .navbar-area .nav-container .responsive-mobile-menu{background-color:#fff;}
  .modern-bg-img{height: 241px;margin-bottom: 23px;}
  .header-style-01.home-page-variant-02 .navbar-area .nav-container .responsive-mobile-menu{border-radius:0px;}
}
.btn-warning {
    color: #212529;
    background-color: #6b64ec;
    border-color: #0c0c72;
}
.single-blog-grid-01 .post-meta li:first-child{color:#6b64ec !important;}
.header-area .title, .header-slider-one .header-area .title{font-size:47px; line-height:59px;}
.header-area p{font-size:19px; line-height:24px;}
.header-area.header-bg-02{height:783px;}
.volunteer-area.m-top{margin-top:-109px;}
.donation-amount-details-wrapper{border-radius:28px;}
.donation-amount-details-wrapper .your-area-donation-wrap .thumb img{border-radius:28px;height: 67px;width: 87px;}
.donation_wrapper{border-radius:12px;}
.donation-single-content-area .widget-area{border-radius:30px;}
.social-share-wrap ul li a{border-radius:50%;}
.single-flag-contribute .thumb.single-featured img{border-radius:30px;}
.modern-btn-outline{display:none;}

@media only screen and (max-width: 450px) {
    .section-title .title {
        font-size: 30px !important;
        line-height: 32px !important;
    }.contribute-single-item .content .btn-wrapper .boxed-btn {
    padding: 15px 142px !important;
}    .modern-sidebar {
        width: 398px !important;
    }    .modern-sidebar .widget-area {
        width: 392px !important;
    }.breadcrumb-area .page-title {
    font-size: 16px !important;
    position: relative !important;
    top: -63px !important;
    line-height: 30px !important;
}
}
}