
.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.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.email:hover{
    background:#d93025;
    border-color:#d93025;
    color:#fff;
}

.share-icons a.copylink:hover{
    background:#495057;
    border-color:#495057;
    color:#fff;
}

footer.main-footer.footer-style-2 {
    background: #1d1d1d;
    z-index: 99999;
}