
.faq_section {
    padding: 20px;
}

.campaign-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.75rem;
}

.campaign-status-badge.active {
    background: #28a745;
}

.campaign-status-badge.urgent {
    background: #dc3545;
}

.campaign-status-badge.completed {
    background: #0d6efd;
}

h3.sec_title span {
    color: var(--theme-color);
    font-weight: 700;
    font-size: 30px;
}

.service-section-two .services_block_content-two {
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    padding: 20px 20px;
    height: auto;
}

/*Donation Utilization css*/

 .donation-section {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 28px;
  }
 
  .donation-section h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #1a1a1a;
  }
 
  .donation-section .subtitle {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0 0 6px;
  }
 
  .cat-label {
    font-size: 13px;
    color: #6b6b6b;
    margin: 18px 0 8px;
  }
 
  .tab-input {
    display: none;
  }
 
  .tab-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
 
  .tab-label {
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.15s ease;
    user-select: none;
  }
 
  .tab-label i {
    font-size: 16px;
  }
 
  .tab-label:hover {
    border-color: #b8b8b8;
    background: #f7f7f7;
  }
 
  .tab-panel {
    display: none;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
  }
 
  #tab-education:checked ~ .tab-bar label[for="tab-education"],
  #tab-healthcare:checked ~ .tab-bar label[for="tab-healthcare"],
  #tab-food:checked ~ .tab-bar label[for="tab-food"],
  #tab-oldage:checked ~ .tab-bar label[for="tab-oldage"] {
   border-color: #c30a4a;
    background:#FDF7F5;
    color: #c30a4a;
  }
 
  #tab-education:checked ~ #panel-education,
  #tab-healthcare:checked ~ #panel-healthcare,
  #tab-food:checked ~ #panel-food,
  #tab-oldage:checked ~ #panel-oldage {
    display: flex;
  }
 
  .sub-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #ffffff;
  }
 
  .sub-row:has(input:checked) {
  border-color: #c30a4a;
  background: #FDF7F5;
}
.sub-row:has(input:checked) .sub-amount {
  color: #c30a4a;
}
 
  .sub-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1a1a1a;
  }
 
  .sub-left input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: #c30a4a;
  }
 
  .sub-amount {
    font-size: 14px;
    font-weight: 600;
    color: #6b6b6b;
  }
 
  .total-bar {
    background: #f5f6f8;
    border-radius: 12px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }
 
  .total-label {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0 0 4px;
  }
 
  .total-value {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
  }
 
  .note {
    margin-top: 14px;
    font-size: 12px;
    color: #9a9a9a;
    text-align: center;
  }
 
  @media (max-width: 480px) {
    .donation-section { padding: 18px; }
    .total-bar { flex-direction: column; align-items: stretch; }
    .total-bar .campaign-btn,
    .donate-btn { width: 100%; }
  }
  /*end here*/



  /*shipra css donation utilization section*/

/* =========================================
   MOBILE FLOATING DONATE BUTTON
========================================= */

.mobile-floating-donate {
    display: none;
}

@media (max-width: 767px) {

    .mobile-floating-donate {
        position: fixed;
        left: 15px;
        right: 15px;
        bottom: 15px;

        display: flex;
        align-items: center;
        justify-content: center;

        height: 48px;
        padding: 0 20px;

        background: #c30a4a;
        color: #fff !important;

        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none !important;

        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);

        z-index: 9999;

        transition: opacity .25s ease,
                    visibility .25s ease,
                    transform .25s ease;
    }

    .mobile-floating-donate i {
        margin-right: 7px;
    }

    /* Hide button when Donation Utilization is visible */
    .mobile-floating-donate.hide-floating-donate {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(15px);
    }
}

  /*******************************************/

.faq_section .accordion-box .acc-btn {
    position: relative;
    padding-right: 50px;
    padding: 12px 20px;
    border: 1px solid #d9d7df;
    background-color: #fff;
}
.faq_section .accordion-box .accordion {
    position: relative;
    margin-bottom: 10px;
}
.accordion-box .acc-content {
    display: none;
    padding: 16px 20px;
    border-top: 1px solid #e6e4eb;
    background: #faf9fb;
}
.accordion-box .active-block .acc-content {
    display: block;
}
.accordion-box .acc-btn .icon-box {
    color: #92908e;
    top: 18px !important;
    font-size: 20px;
}
.total-bar .campaign-btn,
.donation-card .donate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.donation-card-wrapper {
    width: 100%;
}
.service-section-two {
    background-color: #f1f4f3;
    padding: 20px 0px;
}
  .donation-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  }
 
  .progress-circle.small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: conic-gradient(#8f2d56 10%, #eee 0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
 
  .progress-circle.small::before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
  }
 
  .progress-circle.small span {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
  }
 
  .donation-card h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
  }
 
  .donation-card h4 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #6b6b6b;
  }
 
  .points p {
    font-size: 13px;
    color: #6b6b6b;
    margin-bottom: 6px;
  }
 
  .points ul.circle {
    list-style: none;
    padding: 0;
    margin: 0;
  }
 
  .points ul.circle li {
    font-size: 13px;
    color: #333;
    padding: 4px 0 4px 22px;
    position: relative;
    line-height: 18px;
  }
 
  .points ul.circle li::before {
    content: "\2022";
    color: #8f2d56;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1;
  }
  .share-section {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #eee;
    text-align: center;
  }
 
  .share-section p {
    font-size: 18px;
    color: #6b6b6b;
    margin-bottom: 12px;
  }
 
  .share-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }
 
  .share-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.15s ease;
  }
 
  .share-icons a:hover {
    border-color: #8f2d56;
    color: #8f2d56;
    transform: translateY(-2px);
  }
 
 /* Social Media Brand Background Colors */

.share-icons a.whatsapp{
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}

.share-icons a.facebook{
    background: #1877F2;
    border-color: #1877F2;
    color: #fff;
}

.share-icons a.instagram{
    background: linear-gradient(45deg,#F58529,#FEDA77,#DD2A7B,#8134AF,#515BD4);
    border-color: #DD2A7B;
    color: #fff;
}

.share-icons a.linkedin{
    background: #0A66C2;
    border-color: #0A66C2;
    color: #fff;
}

.share-icons a.telegram{
    background: #229ED9;
    border-color: #229ED9;
    color: #fff;
}

.share-icons a.twitter{
    background: #000;
    border-color: #000;
    color: #fff;
}

.share-icons a.twitter i {
    color: #fff !important;
}

.share-icons a.email{
    background: #EA4335;
    border-color: #EA4335;
    color: #fff;
}

.share-icons a.copylink{
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

/* Hover Effect */

.share-icons a.whatsapp:hover{
    background:#1ebe5d;
    border-color:#1ebe5d;
    color:#fff;
}

.share-icons a.facebook:hover{
    background:#166fe5;
    border-color:#166fe5;
    color:#fff;
}

.share-icons a.instagram:hover{
    filter: brightness(0.9);
    color:#fff;
}

.share-icons a.linkedin:hover{
    background:#004182;
    border-color:#004182;
    color:#fff;
}

.share-icons a.telegram:hover{
    background:#1b8dbf;
    border-color:#1b8dbf;
    color:#fff;
}

.share-icons a.twitter:hover{
    background:#222;
    border-color:#222;
    color:#fff;
}

.share-icons a.twitter:hover i {
    color: #fff !important;
}

.share-icons a.email:hover{
    background:#d93025;
    border-color:#d93025;
    color:#fff;
}

.share-icons a.copylink:hover{
    background:#495057;
    border-color:#495057;
    color:#fff;
}

/* Share Button Icon near status */
.share-btn-icon {
    background: #d61f60;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.share-btn-icon:hover {
    background: #b01a50;
    transform: scale(1.1);
}

/* Share Popup Modal */
.share-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.share-popup-overlay.active {
    display: flex;
}

.share-popup-content {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.share-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.share-popup-header h4 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.close-popup {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

.close-popup:hover {
    color: #333;
}

.share-popup-body {
    padding: 20px;
}

.share-icons-popup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.share-icons-popup a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #fff;
    text-align: center;
}

.share-icons-popup a i {
    font-size: 24px;
    margin-bottom: 8px;
}

.share-icons-popup a span {
    font-size: 12px;
    font-weight: 500;
}

.share-icons-popup a.whatsapp {
    background: #25D366;
}

.share-icons-popup a.facebook {
    background: #1877F2;
}

.share-icons-popup a.linkedin {
    background: #0077B5;
}

.share-icons-popup a.telegram {
    background: #0088cc;
}

.share-icons-popup a.twitter {
    background: #000;
}

.share-icons-popup a.email {
    background: #EA4335;
}

.share-icons-popup a.native-share {
    background: #9C27B0;
}

.share-icons-popup a.copylink {
    background: #6c757d;
}

.share-icons-popup a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.share-icons-popup a.whatsapp:hover {
    background: #1ebe5d;
}

.share-icons-popup a.facebook:hover {
    background: #166fe5;
}

.share-icons-popup a.linkedin:hover {
    background: #004182;
}

.share-icons-popup a.telegram:hover {
    background: #1b8dbf;
}

.share-icons-popup a.twitter:hover {
    background: #222;
}

.share-icons-popup a.email:hover {
    background: #d93025;
}

.share-icons-popup a.native-share:hover {
    background: #7B1FA2;
}

.share-icons-popup a.copylink:hover {
    background: #5a6268;
}

/* Responsive styles for share popup */
@media (max-width: 576px) {
    .share-icons-popup {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .share-popup-content {
        width: 95%;
    }
}

footer.main-footer.footer-style-2 {
    background: #1d1d1d;
    z-index: 99999;
}

/* PROJECT CAROUSEL css */

.project-carousel {
    position: relative;
    width: 100%;
}


/* Visible area */

.project-viewport {
    width: 100%;
    overflow: hidden;
}


/* Moving track */

.project-track {
    display: flex;
    gap: 20px;

    transition: transform 0.4s ease;
}


/* Each image */

.project-slide {
    flex: 0 0 calc((100% - 60px) / 4);

    height: 280px;

    overflow: hidden;

    border-radius: 10px;

    cursor: pointer;

    position: relative;
}


/* Image */

.project-slide img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.4s ease;
}

.project-slide:hover img {
    transform: scale(1.06);
}


/* =========================================
   CAROUSEL ARROWS
========================================= */

.project-arrow {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 45px;
    height: 45px;

    border: none;

    border-radius: 50%;

    background: #fff;

    color: #222;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);

    display: flex;

    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 10;

    transition: all 0.3s ease;
}

.project-arrow:hover {
    background: #F06003;
    color: #fff;
}

.project-prev {
    left: -22px;
}

.project-next {
    right: -22px;
}


/* =========================================
   LIGHTBOX
========================================= */

.project-lightbox {
    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, 0.94);

    z-index: 999999;

    display: flex;

    align-items: center;
    justify-content: center;

    opacity: 0;

    visibility: hidden;

    transition: 0.3s ease;
}

.project-lightbox.active {
    opacity: 1;

    visibility: visible;
}


/* =========================================
   LIGHTBOX IMAGE
========================================= */

.lightbox-image-wrapper {
    width: 75vw;

    height: 80vh;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;
}

.lightbox-image-wrapper img {
    max-width: 100%;

    max-height: 100%;

    width: auto;

    height: auto;

    object-fit: contain;

    border-radius: 7px;

    user-select: none;

    animation: lightboxImage 0.3s ease;
}


@keyframes lightboxImage {

    from {
        opacity: 0;

        transform: scale(0.95);
    }

    to {
        opacity: 1;

        transform: scale(1);
    }

}


/* =========================================
   LIGHTBOX CLOSE
========================================= */

.lightbox-close {
    position: absolute;

    top: 25px;

    right: 30px;

    width: 48px;

    height: 48px;

    border: none;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);

    color: #fff;

    font-size: 21px;

    cursor: pointer;

    z-index: 20;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.3s ease;
}

.lightbox-close:hover {
    background: #F06003;
}


/* =========================================
   LIGHTBOX ARROWS
========================================= */

.lightbox-arrow {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 52px;

    height: 52px;

    border: none;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);

    color: #fff;

    font-size: 17px;

    cursor: pointer;

    z-index: 20;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.3s ease;
}

.lightbox-arrow:hover {
    background: #F06003;
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}


/* =========================================
   COUNTER
========================================= */

.lightbox-counter {
    position: absolute;

    bottom: -35px;

    left: 50%;

    transform: translateX(-50%);

    color: #fff;

    font-size: 14px;

    white-space: nowrap;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .project-slide {
        flex: 0 0 calc((100% - 20px) / 2);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .project-slide {
        flex: 0 0 100%;
        height: 250px;
    }

    .project-track {
        gap: 0;
    }

    .project-prev {
        left: 10px;
    }

    .project-next {
        right: 10px;
    }

    .project-arrow {
        width: 40px;
        height: 40px;
    }

    .lightbox-image-wrapper {
        width: 85vw;

        height: 70vh;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

}
/*end here*/
	
/* SUPPORT / DONATION SECTION */

.support-section {
    padding: 70px 0;
    background: #f7f9fb;
}


/* Main Box */

.support-box {
    position: relative;

    display: flex;
    align-items: center;

    background: #ffffff;

    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
}


/* =========================================
   LEFT CONTENT
========================================= */

.support-content {
    width: 70%;

    padding: 45px 50px;
}

.support-tag {
    display: inline-block;

    color: #F06003;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 10px;
}

.support-content h2 {
    margin: 0 0 12px;

    color: #202020;

    font-size: 32px;
    font-weight: 700;
}

.support-content > p {
    max-width: 680px;

    margin: 0 0 28px;

    color: #707070;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   BANK DETAILS
========================================= */

.bank-details {
    max-width: 700px;

    border: 1px solid #e8ecef;

    border-radius: 10px;

    overflow: hidden;

    background: #fff;
}

.bank-row {
    display: flex;

    align-items: center;

    border-bottom: 1px solid #e8ecef;
}

.bank-row:last-child {
    border-bottom: none;
}

.bank-label {
    width: 38%;

    padding: 13px 18px;

    background: #f8fafb;

    color: #555;

    font-size: 14px;
    font-weight: 600;
}

.bank-value {
    width: 62%;

    padding: 13px 18px;

    color: #222;

    font-size: 14px;
    font-weight: 700;
}


/* =========================================
   QR AREA
========================================= */

.support-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0;

    margin-top: 50px;
    margin-bottom: 50px;

    background: #f7f8fa;

    clear: both;
}


/* =========================================
   MAIN SUPPORT BOX
========================================= */

.support-box {
    position: relative;

    width: 100%;

    display: flex;
    align-items: stretch;

    background: #fff;

    border-radius: 16px;

    overflow: hidden;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}


/* =========================================
   LEFT CONTENT
========================================= */

.support-content {
    width: 72%;

    padding: 40px 45px;
}

.support-tag {
    display: inline-block;

    margin-bottom: 8px;

    color: #F06003;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.4px;
}

.support-content h2 {
    margin: 0 0 10px;

    color: #222;

    font-size: 30px;
    line-height: 1.2;

    font-weight: 700;
}

.support-content > p {
    max-width: 700px;

    margin: 0 0 25px;

    color: #707070;

    font-size: 14px;

    line-height: 1.65;
}


/* =========================================
   BANK DETAILS
========================================= */

.bank-details {
    width: 100%;

    border: 1px solid #e4e7ea;

    border-radius: 8px;

    overflow: hidden;

    background: #fff;
}

.bank-row {
    display: flex;

    border-bottom: 1px solid #e4e7ea;
}

.bank-row:last-child {
    border-bottom: 0;
}

.bank-label {
    width: 34%;

    padding: 12px 15px;

    background: #f7f9fa;

    color: #555;

    font-size: 13px;

    font-weight: 600;
}

.bank-value {
    width: 66%;

    padding: 12px 15px;

    color: #222;

    font-size: 13px;

    font-weight: 700;
}


/* =========================================
   QR SIDE
========================================= */

.support-qr {
    width: 28%;

    padding: 30px;

    background: #d62262;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;
}

.qr-card {
    width: 100%;
}

.qr-title {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-bottom: 12px;

    color: #fff;

    font-size: 16px;

    font-weight: 700;
}

.qr-title i {
    font-size: 17px;
}


/* =========================================
   QR IMAGE
========================================= */

.qr-image {
    width: 175px;
    height: 175px;

    padding: 7px;

    margin: 0 auto;

    background: #fff;

    border-radius: 8px;
}

.qr-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.qr-card p {
    margin: 12px 0 0;

    color: rgba(255, 255, 255, 0.9);

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================
   FOOTER
========================================= */

.site-footer {
    position: relative;

    width: 100%;

    display: block;

    clear: both;

    margin: 0;

    padding: 0;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .support-section {
        padding: 55px 0 60px;
    }

    .support-box {
        flex-direction: column;
    }

    .support-content {
        width: 100%;
    }

    .support-qr {
        width: 100%;

        padding: 35px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .support-section {
        padding: 40px 0 45px;
    }

    .support-content {
        padding: 30px 20px;
    }

    .support-content h2 {
        font-size: 25px;
    }

    .bank-row {
        display: block;
    }

    .bank-label,
    .bank-value {
        width: 100%;

        display: block;
    }

    .bank-label {
        padding-bottom: 5px;
    }

    .bank-value {
        padding-top: 5px;
    }

    .support-qr {
        padding: 30px 20px;
    }

}