.container {
    padding-left: 24px;
    padding-right: 24px;
}

.logo img {
    width: 50px;
    padding-right: 12px;
}

.mobile-nav .nav-item .toggle-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
    z-index: 2;
    cursor: pointer;
    color: #385469;
}

.bishops .img-container {
    position: relative;
    padding-top: 60%;
}

.bishops .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bishops .name .item {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    padding: 16px 32px;
}

.bishops .name .item+.item {
    padding-top: 0;
}

.bishops .name .item .desg {
    padding-bottom: 8px;
    opacity: 0.75;
}

.video-embed-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wrap {
    position: relative;
    padding-top: 56.25%;
}

.wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.help-section .about-bg {
    border-radius: 8px;
}

.footer .logo img {
    width: 100px;
}

[data-open="true"] .accordion-details {
    max-height: fit-content;
}

[data-open="true"] .accordion-details .btn {
    padding: 8px 12px;
    margin-top: 12px;
}

.gradient-bg {
    background-image: linear-gradient(180deg, rgba(238, 255, 200, 0.00) 0%, #fff0e5 100%);
}

.volunteer .illu {
    width: 35%;
}

.team .team-wrap .image img{
    width: 320px;
    height: 320px;
    object-fit: cover;
}

input::-webkit-calendar-picker-indicator {
    position: relative;
    z-index: 2;
    left: 5px;
    opacity: 0;
}

input::-webkit-datetime-edit-fields-wrapper {
    color: #a4aab5;
    font-family: 'Nunito';
    font-weight: 400;
}

@media (max-width: 768px) {
    .volunteer .illu {
        width: 100%;
    }
}

/* table style begin */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  
  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  
  .table .table {
    background-color: #fff;
  }

  .table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .table tbody tr:hover {
    background-color: #abdde5;
  }
/* table style end */
