.logoNew{
    width: 270px;
}


.causes-box-item .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    font-size: 26px;
}

.emialText{
    font-size: 18px;
    text-transform: lowercase;
}

.aboutUs{
    max-width: 100%;
}

.about-wrapper .about-item {
    margin-left: 0;
}

.hero-1 {
    position: relative;
    padding: 250px  0;
}

.contact-us-wrapper-2 .contact-us-box {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #F7F7F7;
    padding: 25px;
    margin-bottom: 20px;
    max-width: 420px;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    height: 150px;
}

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

.mission_img{
    width: 480px;
}

.outer_table{
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.modal_btn {
    color: #0b4e3d;
    font-weight: 700;
    cursor: pointer;
}

.modal_btn:hover{
  color: rgb(244, 55, 55);
}


.newCard {
    min-height: 280px;
    border-radius: 25px;
    background-color: #0B4E3D;
    padding: 20px;
    border: 6px solid #FFFFFF;
    height: 100%;
    position: relative;
}

.newCard h3 {
    font-family: "DM Serif Text", serif;
    color: #FFC107;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}

    .newCard p{
        color: #fff;
        font-family: "Nunito", sans-serif;
        font-size: 15px;
    }


.customRow {
    display: flex;
    justify-content: end;
    margin-top: -231px;
}

.OuterDiv {
    width: 85px;
    height: 85px;
    border: 4px solid #FFFFFF;
    background-color: #FFA600;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: -40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.missionImg{
    width: 40px;
}

.newHr{
    margin-top: 3.3rem;
}

.newShape {
    position: absolute;
    right: 0;
    top: 0;
}

.newShape img{
    max-width: 100%;
    width: 465px;
}

.cursom-testimonial{
    background-color: #0B4E3D;
    padding: 60px 50px 200px 50px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}


.outerContainer{
  background-color: #F8F3E7;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 35px;
  margin-top: -130px;
  position: relative;
}

.outerContainer::before{
  content: "";
  position: absolute;
  top: 0;
  right:0;
  background-image: url('../img/p6.png');
  background-size: cover;
  background-position: center;
  width: 200px;
  height: 200px;
}


.outerContainer::after{
  content: "";
  position: absolute;
  bottom: 0;
  left:0;
  background-image: url('../img/p5.png');
  background-size: cover;
  background-position: center;
  width: 200px;
  height: 200px;
}

.innerText{
  color: #0B4E3D;
  font-size: 30px;
  line-height: 38px;
}

.innerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.custom-label {
    letter-spacing: 0.3px;
    color: #374151;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}


:root {
      --navy: #1a3a5c;
      --navy-dark: #12294a;
      --blue-mid: #1e4d8c;
      --gold: #e6a817;
      --gold-light: #fdf3dc;
      --blue-light: #eaf1fb;
      --border-light: #dce6f5;
      --text-muted: #6b7a8d;
      --text-main: #1a2535;
      --bg-page: #f0f4fa;
      --white: #ffffff;
    }




    /* Filter panel */
.filter-panel {
    border-radius: 25px;
    padding: 20px 30px 30px 30px;
    margin-bottom: 20px;
    background-color: #fff;
    margin-top: 40px;
}
.filter-label {
    font-size: 1rem;
    font-weight: 700;
    color: #062B63;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}
    .filter-label i { color: var(--navy); font-size: 13px; }
    .filter-group label {
      font-size: 0.72rem; font-weight: 600;
      color: var(--text-muted); text-transform: uppercase;
      letter-spacing: 0.05em; margin-bottom: 5px; display: block;
    }
    .filter-select {
      appearance: none;
      border: 1px solid #c8d8ec;
      border-radius: 20px;
      padding: 7px 32px 7px 32px;
      font-size: 0.82rem;
      color: #aab4c2;
      background: #fff;
      width: 100%;
      cursor: pointer;
      outline: none;
      transition: border 0.2s;
      position: relative;
    }
    .filter-select:focus { border-color: var(--blue-mid); }
    .select-wrapper {
      position: relative;
    }
    .select-icon {
      position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
      color: #aab4c2; font-size: 13px; pointer-events: none;
    }
    .select-caret {
      position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
      color: #aab4c2; font-size: 12px; pointer-events: none;
    }
    .btn-apply {
      background: var(--navy-dark);
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 8px 18px;
      font-size: 0.82rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 7px;
      cursor: pointer;
      white-space: nowrap;
      transition: background 0.2s;
    }
    .btn-apply:hover { background: var(--blue-mid); }

 
.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 20px;
}

.cursom-testimonial
{
  position: relative;
}

.cursom-testimonial::after {
    content: "";
    position: absolute;
    background-image: url('../img/p2.png');
    background-position: center;
    background-size: cover;
    right: 0;
    top: 0;
    height: 200px;
    width: 600px;
}



.cursom-testimonial::before {
    content: "";
    position: absolute;
    background-image: url('../img/p1.png');
    background-position: center;
    background-size: cover;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 600px;
}


.breadcrumb-wrapper .page-heading {
    padding: 100px 0 100px;
    text-align: center;
    position: relative;
}


.breadcrumb-wrapper .page-heading h1 {
    color: var(--white);
    font-size: 55px;
    font-weight: 400;
}



       /* ── Stat Cards ── */
    .cards-row {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .stat-card {
      flex: 1;
      min-width: 220px;
      border-radius: 25px;
      padding: 1.4rem 1.5rem 1.3rem;
      position: relative;
      overflow: hidden;
      color: #fff;
      z-index: 1;
    }

    .stat-card.card-applied  {background: #008871;}
    .stat-card.card-benefitted {background: #528500;}

    /* decorative circles */
 .stat-card::before {
    width: 200px;
    height: 200px;
    top: 0px;
    right: 0;
}
.stat-card::before {
    content: '';
    position: absolute;
    background-image: url('../img/p3.png');
    background-position: center;
    background-size: cover;
}
   

    .card-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.9rem;
    }

    .card-title {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.3;
      font-family: "DM Serif Text", serif;
      letter-spacing: 1px;
    }
    .card-sub {
      font-size: 0.75rem;
      opacity: 0.78;
      letter-spacing: 1px;
    }

.card-icon-wrap {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.card-number {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
    font-family: "DM Serif Text", serif;
}

.icon_new{
  color: #008871;
  font-size: 20px;
}

    .card-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.25rem;
      background: rgba(255,255,255,0.18);
      border-radius: 20px;
      padding: 0.18rem 0.55rem;
      font-size: 0.75rem;
      font-weight: 600;
      margin-top: 0.45rem;
    }
    .card-badge svg { flex-shrink: 0; }

    /* counter animation */
    .card-number[data-target] {
      transition: none;
    }


    .testimonial-section-2 {
    margin-bottom: 0px;
}

.btn-open-dashboard {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    background: #fff;
    border-radius: 25px;
    padding: 0.55rem 1.3rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #00272D;
    text-decoration: none;
    transition: background 0.18s, border-color 0.18s;
    flex-shrink: 0;
}



    .gallery-title {
      text-align: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 2rem;
    }

    .gallery-title span {
      color: #e94560;
    }

    /* Card */
    .gallery-card {
      position: relative;
      border-radius: 14px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 8px 32px rgba(0,0,0,0.45);
      transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

    .gallery-card:hover {
      transform: translateY(-6px) scale(1.02);
      box-shadow: 0 16px 40px rgba(233,69,96,0.35);
    }

    .gallery-card img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      display: block;
      transition: filter 0.3s ease;
    }

    .gallery-card:hover img {
      filter: brightness(0.55);
    }

    /* Overlay */
    .card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 60%);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .gallery-card:hover .card-overlay {
      opacity: 1;
    }

    /* Play button */
    .play-btn {
      width: 64px;
      height: 64px;
      background: rgba(233,69,96,0.92);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 20px rgba(233,69,96,0.6);
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .play-btn:hover {
      transform: scale(1.12);
      background: #e94560;
    }

    .play-btn svg {
      fill: #fff;
      width: 28px;
      height: 28px;
      margin-left: 4px;
    }

    /* Always-visible small play icon (subtle) */
    .play-badge {
      position: absolute;
      bottom: 12px;
      right: 14px;
      width: 36px;
      height: 36px;
      background: rgba(233,69,96,0.85);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    }

    .play-badge svg {
      fill: #fff;
      width: 14px;
      height: 14px;
      margin-left: 2px;
    }

    /* Caption */
    .card-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 14px;
      color: #fff;
      font-size: 0.82rem;
      font-weight: 500;
      letter-spacing: 0.5px;
      background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
      opacity: 0;
      transform: translateY(6px);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .gallery-card:hover .card-caption {
      opacity: 1;
      transform: translateY(0);
    }

    /* Modal */
    .modal-content {
      background: #ffffff;
      border: none;
      border-radius: 16px;
      overflow: hidden;
    }

.modal-header {
    background: #0b4e3d;
    border-bottom: 1px solid #0b4e3d;
    padding: 0.9rem 1.2rem;
}

    .modal-title {
      color: #fff;
      font-size: 1rem;
      font-weight: 600;
    }

    .btn-close {
      filter: invert(1);
    }

    .modal-body {
      padding: 0;
      background: #fffbfb;
    }

    .video-wrapper {
      position: relative;
      padding-top: 56.25%;
    }

    .video-wrapper iframe {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      border: none;
    }


    .testimonial-wrapper-3 .testimonial-item-3 .testimonial-box {
    background-color: var(--white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    right: 30px;
    bottom: -180px;
    width: 600px;
}

.contact-us-wrapper-2 .contact-us-box .icon {
    min-width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: var(--theme-2);
    font-size: 30px;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
}


fieldset {
    background-color: #f9f8f5;
    border: 1px solid #ececed;
    margin: 0.6rem 0 1.5rem;
    padding: 1rem 1.3rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.address_div {
    font-size: 18px;
    margin: 20px 0px 20px 0px;
    font-weight: 200;
    color: #2b517a;
}

.become-volounteer-wrapper .from-box p {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}






    @media (max-width: 600px) {
      .stat-cards-row { flex-direction: column; }
      .search-box { width: 100%; margin-top: 8px; }
      .section-header { flex-direction: column; align-items: flex-start; }
      .filter-row { flex-direction: column; gap: 10px !important; }
    }