.halpes-main-slider {
    background: var(--gradient-color);
    color: #fff;
    position: relative;
}

.halpes-page-header {
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 116px 0 122px;
    text-align: center;
}

.halpes-page-header h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 900;
    margin: 0 0 18px;
}

.halpes-page-header nav {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.halpes-page-header a,
.halpes-page-header strong,
.halpes-page-header span {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.halpes-page-header a:hover,
.halpes-page-header strong {
    color: var(--primary-color);
}

.halpes-header {
    background: #fff;
    box-shadow: 0 8px 30px rgba(15, 23, 42, .08);
    display: grid;
    grid-template-columns: 290px 1fr;
    min-height: 112px;
    position: relative;
    z-index: 100;
}

.halpes-header-two,
.halpes-header-three {
    display: block;
    min-height: 0;
}

.halpes-header-two-top {
    align-items: center;
    display: flex;
    gap: 34px;
    justify-content: space-between;
    padding: 24px 0;
}

.halpes-header-two-logo img,
.halpes-header-three-logo img {
    max-width: 170px;
}

.halpes-header-two-contact {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-end;
}

.halpes-header-two-contact > div {
    align-items: center;
    display: grid;
    gap: 2px 12px;
    grid-template-columns: 44px 1fr;
}

.halpes-header-two-contact span {
    align-items: center;
    background: #f8f4ee;
    border-radius: 50%;
    color: var(--primary-color);
    display: flex;
    grid-row: span 2;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.halpes-header-two-contact p {
    color: #6f7775;
    font-size: 13px;
    line-height: 1;
    margin: 0;
}

.halpes-header-two-contact a,
.halpes-header-two-contact strong {
    color: var(--gradient-color);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.halpes-header-two-nav {
    background: var(--gradient-color);
}

.halpes-header-two-nav > .container,
.halpes-header-three-nav {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.halpes-header-two .halpes-main-menu a {
    color: #fff;
}

.halpes-header-two .halpes-main-menu .current > a,
.halpes-header-two .halpes-main-menu a:hover {
    color: var(--primary-color);
}

.halpes-header-two .halpes-header-actions {
    min-height: 66px;
}

.halpes-header-three {
    background: transparent;
    box-shadow: none;
    left: 0;
    padding: 24px 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.halpes-header-three-nav {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .12);
    min-height: 82px;
    padding: 0 28px;
}

.halpes-header-three-menu {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
}

.halpes-header-logo {
    align-items: center;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    padding: 22px;
}

.halpes-header-logo img {
    max-width: 170px;
}

.halpes-header-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.halpes-header-top {
    align-items: center;
    background: var(--gradient-color);
    color: #bec6c4;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 44px;
}

.halpes-header-top > div:first-child {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.halpes-header-top a,
.halpes-header-social a {
    color: #bec6c4;
    text-decoration: none;
}

.halpes-header-top i {
    color: var(--primary-color);
    margin-right: 8px;
}

.halpes-header-social {
    align-items: center;
    display: flex;
    gap: 14px;
}

.halpes-header-nav {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    min-height: 66px;
    padding: 0 44px;
}

.halpes-main-menu,
.halpes-sub-menu,
.halpes-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.halpes-main-menu {
    align-items: center;
    display: flex;
    gap: 30px;
}

.halpes-main-menu li {
    position: relative;
}

.halpes-main-menu a {
    color: var(--gradient-color);
    display: block;
    font-weight: 800;
    padding: 22px 0;
    text-decoration: none;
}

.halpes-main-menu .current > a,
.halpes-main-menu a:hover {
    color: var(--primary-color);
}

.halpes-sub-menu {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .14);
    left: 0;
    min-width: 220px;
    opacity: 0;
    padding: 12px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: .18s ease;
    z-index: 1000;
}

.halpes-main-menu li:hover > .halpes-sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.halpes-sub-menu a {
    padding: 9px 20px;
}

.halpes-header-actions {
    align-items: center;
    display: flex;
    gap: 22px;
}

.halpes-search-link {
    color: var(--gradient-color);
    font-size: 22px;
    text-decoration: none;
}

.halpes-header-phone {
    align-items: center;
    border-left: 1px solid #e5e7eb;
    display: flex;
    gap: 12px;
    padding-left: 22px;
}

.halpes-header-phone > span {
    align-items: center;
    background: #f8f4ee;
    border-radius: 50%;
    color: var(--primary-color);
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.halpes-header-phone small {
    color: #6f7775;
    display: block;
    line-height: 1;
}

.halpes-header-phone a {
    color: var(--gradient-color);
    font-weight: 900;
    text-decoration: none;
}

.halpes-donate-link,
.halpes-footer-donate {
    align-items: center;
    background: var(--primary-color);
    border-radius: 999px;
    color: var(--gradient-color);
    display: inline-flex;
    font-weight: 900;
    gap: 8px;
    padding: 13px 22px;
    text-decoration: none;
}

.halpes-mobile-toggle {
    background: var(--gradient-color);
    border: 0;
    display: none;
    height: 44px;
    width: 44px;
}

.halpes-slide {
    background-position: center;
    background-size: cover;
    min-height: 720px;
    padding: 190px 0 150px;
}

.halpes-main-slider {
    overflow: hidden;
    position: relative;
}

.halpes-slider {
    width: 100%;
}

.halpes-slider .swiper-wrapper {
    align-items: stretch;
}

.halpes-slider .halpes-slide {
    height: auto;
}

.halpes-slider-nav {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 52px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .2s ease, color .2s ease;
    width: 52px;
    z-index: 4;
}

.halpes-slider-nav:hover {
    background: var(--primary-color);
    color: var(--gradient-color);
}

.halpes-slider-prev {
    left: 28px;
}

.halpes-slider-next {
    right: 28px;
}

.halpes-slider-pagination {
    bottom: 28px !important;
    z-index: 4;
}

.halpes-slider-pagination .swiper-pagination-bullet {
    background: #fff;
    height: 11px;
    opacity: .55;
    width: 11px;
}

.halpes-slider-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    opacity: 1;
}

.halpes-slide-content {
    max-width: 760px;
    position: relative;
}

.halpes-slide-content p,
.halpes-section-title span {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 18px;
}

.halpes-slide-content h1 {
    color: #fff;
    font-size: 82px;
    line-height: .98;
    margin: 0 0 34px;
}

.halpes-btn {
    align-items: center;
    background: var(--primary-color);
    border-radius: 34px;
    color: var(--gradient-color);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    padding: 16px 28px;
    text-decoration: none;
}

.halpes-btn-dark {
    background: var(--gradient-color);
    color: #fff;
}

.halpes-slide-shape {
    bottom: -70px;
    max-width: 140px;
    position: absolute;
    right: 60px;
}

.halpes-slider-counter {
    background: #fff;
    border-radius: 8px;
    bottom: -58px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .16);
    color: var(--gradient-color);
    display: flex;
    gap: 36px;
    left: 50%;
    padding: 28px 40px;
    position: absolute;
    transform: translateX(-50%);
}

.halpes-slider-counter strong {
    display: block;
    font-size: 34px;
}

.halpes-welcome {
    background: #fff;
    padding: 140px 0 100px;
}

.halpes-welcome-images {
    min-height: 560px;
    position: relative;
}

.halpes-welcome-main {
    border-radius: 8px;
    max-width: 72%;
}

.halpes-welcome-small {
    border: 12px solid #fff;
    border-radius: 8px;
    bottom: 40px;
    max-width: 48%;
    position: absolute;
    right: 26px;
}

.halpes-welcome-heart {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    height: 104px;
    justify-content: center;
    left: 44px;
    position: absolute;
    top: 44px;
    width: 104px;
}

.halpes-welcome-heart img {
    max-width: 56px;
}

.halpes-welcome-images h2 {
    bottom: 8px;
    color: var(--gradient-color);
    font-size: 44px;
    left: 0;
    margin: 0;
    position: absolute;
}

.halpes-section-title h2 {
    color: var(--gradient-color);
    font-size: 48px;
    line-height: 1.08;
    margin: 0 0 22px;
}

.halpes-section-heading {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: center;
    margin: 0 auto 48px;
}

.halpes-section-heading .halpes-section-title {
    margin-bottom: 0;
}

.halpes-section-heading .halpes-section-title.text-center {
    margin-bottom: 0;
}

.halpes-section-action {
    flex: 0 0 auto;
    margin-bottom: 10px;
}

.halpes-mission-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px 0;
}

.halpes-mission-grid h3 {
    color: var(--gradient-color);
    font-size: 22px;
}

.halpes-welcome-progress {
    display: grid;
    gap: 18px;
    margin: 28px 0 30px;
}

.halpes-welcome-progress h4 {
    color: var(--gradient-color);
    font-size: 18px;
    margin: 0 0 8px;
}

.halpes-welcome-progress .halpes-progress {
    margin: 0;
}

.halpes-causes {
    background: #f8f4ee;
    padding: 110px 0;
}

.halpes-section-title.text-center {
    margin: 0 auto 48px;
    max-width: 720px;
    text-align: center;
}

.halpes-causes-grid,
.halpes-service-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.halpes-cause-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
    overflow: hidden;
}

.halpes-cause-image {
    position: relative;
}

.halpes-cause-image img {
    display: block;
    height: 270px;
    object-fit: cover;
    width: 100%;
}

.halpes-cause-image span {
    background: var(--primary-color);
    border-radius: 20px;
    bottom: -18px;
    color: var(--gradient-color);
    font-weight: 800;
    left: 28px;
    padding: 8px 18px;
    position: absolute;
}

.halpes-cause-body {
    padding: 42px 28px 28px;
}

.halpes-cause-body h3 {
    color: var(--gradient-color);
    font-size: 24px;
    margin-bottom: 14px;
}

.halpes-cause-body h3 a {
    color: inherit;
    text-decoration: none;
}

.halpes-cause-body h3 a:hover,
.halpes-news article h3 a:hover {
    color: var(--primary-color);
}

.halpes-card-overlay-link {
    align-items: center;
    background: rgba(24, 33, 47, .82);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 54px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translate(-50%, -50%) scale(.92);
    transition: opacity .2s ease, transform .2s ease;
    width: 54px;
}

.halpes-cause-image:hover .halpes-card-overlay-link,
.halpes-news-image:hover .halpes-card-overlay-link {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.halpes-progress {
    background: #ece7df;
    border-radius: 999px;
    height: 12px;
    margin: 24px 0 14px;
    overflow: hidden;
}

.halpes-progress span {
    background: var(--primary-color);
    color: transparent;
    display: block;
    height: 100%;
}

.halpes-cause-goals {
    display: flex;
    justify-content: space-between;
}

.halpes-join {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 105px 0;
}

.halpes-join-inner {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.halpes-join h2 {
    color: #fff;
    font-size: 52px;
    line-height: 1.08;
    margin: 0;
}

.halpes-service-boxes {
    background: #fff;
}

.halpes-service-grid {
    gap: 0;
}

.halpes-service-box {
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 390px;
    padding: 70px 52px;
}

.halpes-service-icon {
    font-size: 54px;
    margin-bottom: 22px;
}

.halpes-service-box h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 18px;
}

.halpes-service-box a {
    color: var(--primary-color);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    margin-top: 18px;
    text-decoration: none;
}

.halpes-donation,
.halpes-news {
    background: #fff;
    padding: 110px 0;
}

.halpes-donation-image {
    border-radius: 8px;
    max-width: 100%;
}

.halpes-donation-content p {
    color: #6b7280;
    line-height: 1.8;
}

.halpes-donation h3 {
    color: var(--gradient-color);
    font-size: 30px;
    margin: 0 0 16px;
}

.halpes-donation-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 24px 0;
    padding: 0;
}

.halpes-donation-list li {
    align-items: center;
    color: var(--gradient-color);
    display: flex;
    font-weight: 700;
    gap: 10px;
}

.halpes-donation-list i {
    color: var(--primary-color);
}

.halpes-donation-image-wrap {
    display: inline-block;
    position: relative;
}

.halpes-donation-heart {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    bottom: 24px;
    color: var(--gradient-color);
    display: flex;
    font-size: 42px;
    height: 96px;
    justify-content: center;
    position: absolute;
    right: -32px;
    width: 96px;
}

.halpes-donation-form {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.halpes-donation-amount-field {
    position: relative;
}

.halpes-donation-currency {
    color: var(--gradient-color);
    font-weight: 800;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.halpes-donation-form input,
.halpes-donation-form textarea {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    min-height: 54px;
    padding: 0 16px;
}

.halpes-donation-form textarea {
    min-height: 132px;
    padding: 16px;
}

.halpes-gallery-carousel {
    width: 100%;
}

.halpes-gallery article {
    height: auto;
    min-height: 320px;
    overflow: hidden;
    position: relative;
}

.halpes-gallery img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.halpes-gallery article div {
    background: linear-gradient(transparent, rgba(24, 33, 47, .82));
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 70px 24px 24px;
    position: absolute;
    right: 0;
}

.halpes-help {
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 120px 0;
}

.halpes-help h2 {
    color: #fff;
    font-size: 52px;
    margin: 0;
    max-width: 760px;
}

.halpes-help-top {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr auto;
    margin-bottom: 46px;
}

.halpes-help-video {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: 14px;
    text-decoration: none;
}

.halpes-help-video span {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--gradient-color);
    display: flex;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.halpes-help-grid,
.halpes-news-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.halpes-help article {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    padding: 34px;
    text-align: center;
}

.halpes-help article span {
    color: var(--primary-color);
    display: block;
    font-size: 46px;
    margin-bottom: 18px;
}

.halpes-help article h3 {
    color: #fff;
    font-size: 24px;
}

.halpes-news article {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
    overflow: hidden;
}

.halpes-news article img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.halpes-news-image {
    padding: 0 !important;
    position: relative;
}

.halpes-news article div {
    padding: 26px;
}

.halpes-news article h3,
.halpes-news article h3 a {
    color: var(--gradient-color);
    font-size: 24px;
    text-decoration: none;
}

.halpes-brands {
    background: #f8f4ee;
    padding: 54px 0;
}

.halpes-brand-carousel .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 52px;
}

.halpes-brands img {
    max-height: 52px;
    max-width: 140px;
    opacity: .72;
}

.halpes-about-page,
.halpes-contact-page,
.halpes-volunteers-page {
    background: #fff;
    padding: 110px 0;
}

.halpes-about-image {
    display: inline-block;
    position: relative;
}

.halpes-about-image img,
.halpes-contact-page img {
    border-radius: 8px;
    max-width: 100%;
}

.halpes-about-image div {
    align-items: center;
    background: var(--primary-color);
    border-radius: 8px;
    bottom: 42px;
    color: var(--gradient-color);
    display: flex;
    font-size: 22px;
    font-weight: 800;
    max-width: 260px;
    min-height: 104px;
    padding: 22px;
    position: absolute;
    right: -34px;
}

.halpes-about-page p,
.halpes-contact-page p {
    color: #6f7775;
    font-size: 16px;
    line-height: 1.75;
}

.halpes-about-page h3 {
    color: var(--gradient-color);
    font-size: 24px;
    line-height: 1.35;
    margin: 28px 0;
}

.halpes-about-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.halpes-about-progress-item {
    align-items: center;
    display: flex;
    gap: 18px;
}

.halpes-circular-progress {
    align-items: center;
    background: conic-gradient(var(--primary-color) calc(var(--progress) * 1%), #e5eeec 0);
    border-radius: 50%;
    display: flex;
    height: 138px;
    justify-content: center;
    position: relative;
    width: 138px;
}

.halpes-circular-progress::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    inset: 6px;
    position: absolute;
}

.halpes-circular-progress span {
    color: var(--gradient-color);
    font-size: 22px;
    font-weight: 900;
    position: relative;
}

.halpes-about-progress-item > span {
    color: var(--gradient-color);
    font-weight: 800;
    max-width: 130px;
}

.halpes-contact-page img {
    margin-bottom: 24px;
}

.halpes-contact-list {
    display: grid;
    gap: 16px;
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.halpes-contact-list li {
    align-items: center;
    background: #f8f4ee;
    border-radius: 8px;
    display: grid;
    gap: 16px;
    grid-template-columns: 52px 1fr;
    padding: 20px 24px;
}

.halpes-contact-list li > i {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--gradient-color);
    display: flex;
    font-size: 24px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.halpes-contact-list strong {
    display: block;
    color: var(--gradient-color);
}

.halpes-contact-list a,
.halpes-contact-list span {
    color: #6f7775;
    text-decoration: none;
}

.halpes-contact-form {
    background: #f8f4ee;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    padding: 34px;
}

.halpes-contact-form .contact-form-row {
    row-gap: 14px;
}

.halpes-contact-form .contact-form-group,
.halpes-contact-form .form-group {
    margin: 0;
}

.halpes-contact-form input,
.halpes-contact-form textarea,
.halpes-contact-form .halpes-contact-input {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: var(--gradient-color);
    min-height: 58px;
    padding: 0 18px;
    width: 100%;
}

.halpes-contact-form textarea,
.halpes-contact-form textarea.halpes-contact-input {
    min-height: 150px;
    padding-top: 16px;
}

.halpes-contact-form .form-check {
    align-items: center;
    display: flex;
    gap: 10px;
}

.halpes-contact-form .form-check-input {
    min-height: 18px;
    padding: 0;
    width: 18px;
}

.halpes-contact-form .contact-message {
    margin-top: 4px;
}

.halpes-team-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.halpes-team-grid article {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
    overflow: hidden;
    text-align: center;
}

.halpes-team-grid img {
    height: 370px;
    object-fit: cover;
    width: 100%;
}

.halpes-team-grid article div {
    padding: 24px;
}

.halpes-team-grid h3 {
    color: var(--gradient-color);
    font-size: 28px;
    margin-bottom: 4px;
}

.halpes-team-grid strong {
    color: var(--primary-color);
    display: block;
    margin-bottom: 12px;
}

.halpes-team-grid p {
    color: #6f7775;
    margin: 0;
}

.halpes-team-social {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    padding: 0 !important;
}

.halpes-team-social a {
    align-items: center;
    background: #f8f4ee;
    border-radius: 50%;
    color: var(--gradient-color);
    display: flex;
    height: 38px;
    justify-content: center;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
    width: 38px;
}

.halpes-team-social a:hover {
    background: var(--primary-color);
    color: var(--gradient-color);
}

.halpes-volunteer-cta {
    align-items: center;
    background: var(--gradient-color);
    border-radius: 8px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    overflow: hidden;
    padding: 48px 58px;
    position: relative;
}

.halpes-volunteer-cta h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.18;
    margin: 0;
}

.halpes-volunteer-cta span {
    color: rgba(255, 255, 255, .1);
    display: block;
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
    margin-top: 10px;
}

.halpes-causes-page,
.halpes-events-page,
.halpes-gallery-page,
.halpes-news-page,
.halpes-become-volunteer-page {
    background: #fff;
    padding: 110px 0;
}

.halpes-become-volunteer-page img {
    border-radius: 8px;
    margin-bottom: 30px;
    max-width: 100%;
}

.halpes-become-volunteer-page h3 {
    color: var(--gradient-color);
    font-size: 30px;
    margin-bottom: 18px;
}

.halpes-become-volunteer-page p {
    color: #6f7775;
    line-height: 1.75;
}

.halpes-become-volunteer-page ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 28px 0;
    padding: 0;
}

.halpes-become-volunteer-page li {
    color: var(--gradient-color);
    font-weight: 800;
}

.halpes-become-volunteer-page li i {
    color: var(--primary-color);
    margin-right: 10px;
}

.halpes-volunteer-phone {
    background: #f8f4ee;
    border-radius: 8px;
    column-gap: 14px;
    display: grid;
    gap: 4px;
    grid-template-columns: auto 1fr;
    padding: 22px 26px;
}

.halpes-volunteer-phone span {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--gradient-color);
    display: flex;
    font-size: 28px;
    grid-row: span 2;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.halpes-volunteer-phone strong {
    color: var(--gradient-color);
}

.halpes-volunteer-phone a {
    color: #6f7775;
    text-decoration: none;
}

.halpes-volunteer-form {
    background: #f8f4ee;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    padding: 34px;
}

.halpes-volunteer-form div {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.halpes-volunteer-form input,
.halpes-volunteer-form textarea {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: var(--gradient-color);
    min-height: 58px;
    padding: 0 18px;
}

.halpes-volunteer-form textarea {
    min-height: 150px;
    padding-top: 16px;
}

.halpes-causes-page .halpes-cause-body h3 a {
    color: var(--gradient-color);
    text-decoration: none;
}

.halpes-events-grid,
.halpes-gallery-page-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.halpes-event-card {
    border-radius: 8px;
    min-height: 390px;
    overflow: hidden;
    position: relative;
}

.halpes-event-card img,
.halpes-gallery-page-grid img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.halpes-event-card::after,
.halpes-gallery-page-grid article::after {
    background: linear-gradient(transparent, rgba(24, 33, 47, .88));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.halpes-event-date {
    background: var(--primary-color);
    border-radius: 0 0 8px 8px;
    color: var(--gradient-color);
    font-weight: 900;
    left: 28px;
    padding: 12px 16px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1;
}

.halpes-event-date span {
    display: block;
}

.halpes-event-content {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 34px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.halpes-event-content p {
    color: var(--primary-color);
    font-weight: 700;
}

.halpes-event-content h3,
.halpes-event-content h3 a {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
}

.halpes-gallery-page-grid article {
    border-radius: 8px;
    height: 340px;
    overflow: hidden;
    position: relative;
}

.halpes-gallery-page-grid article div {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 34px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.halpes-gallery-page-grid h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 6px;
}

.halpes-gallery-page-grid p,
.halpes-news-meta {
    color: var(--primary-color);
    font-weight: 700;
}

.halpes-detail-page {
    background: #fff;
    padding: 110px 0;
}

.halpes-detail-main-image,
.halpes-event-hero img {
    border-radius: 8px;
    display: block;
    margin-bottom: 28px;
    max-width: 100%;
    width: 100%;
}

.halpes-detail-page h2 {
    color: var(--gradient-color);
    font-size: 42px;
    line-height: 1.15;
    margin: 28px 0 18px;
}

.halpes-detail-page h3 {
    color: var(--gradient-color);
}

.halpes-detail-page p {
    color: #6f7775;
    line-height: 1.75;
}

.halpes-detail-badge {
    background: var(--primary-color);
    border-radius: 20px;
    color: var(--gradient-color);
    display: inline-block;
    font-weight: 800;
    margin-bottom: 18px;
    padding: 8px 18px;
}

.halpes-detail-image-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 34px 0;
}

.halpes-detail-image-grid img {
    border-radius: 8px;
    width: 100%;
}

.halpes-detail-summary,
.halpes-author-card,
.halpes-detail-sidebar {
    background: #f8f4ee;
    border-radius: 8px;
    margin-top: 30px;
    padding: 30px;
}

.halpes-detail-summary ul,
.halpes-detail-sidebar ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.halpes-detail-summary li,
.halpes-detail-sidebar li {
    color: var(--gradient-color);
    font-weight: 800;
}

.halpes-detail-summary li i {
    color: var(--primary-color);
    margin-right: 10px;
}

.halpes-detail-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 34px 0;
}

.halpes-detail-socials {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.halpes-detail-socials a {
    align-items: center;
    background: #f8f4ee;
    border-radius: 50%;
    color: #6f7775;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    transition: all 0.2s ease;
    width: 42px;
}

.halpes-detail-socials a:hover {
    background: var(--primary-color);
    color: var(--gradient-color);
}

.halpes-download-card {
    align-items: center;
    background: #f8f4ee;
    border-radius: 8px;
    display: flex;
    gap: 18px;
    margin: 0 0 36px;
    padding: 24px;
}

.halpes-download-card img {
    flex: 0 0 auto;
    max-width: 64px;
}

.halpes-download-card h3 {
    color: var(--gradient-color);
    font-size: 22px;
    margin: 0 0 8px;
}

.halpes-download-card a,
.halpes-comment-reply {
    color: #cf3f36;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
}

.halpes-comment-reply {
    margin-top: 8px;
}

.halpes-comments {
    margin-top: 42px;
}

.halpes-comments article,
.halpes-donations-card article,
.halpes-sidebar-post,
.halpes-author-card {
    align-items: flex-start;
    display: flex;
    gap: 18px;
}

.halpes-comments article {
    border-top: 1px solid #e5e7eb;
    padding: 24px 0;
}

.halpes-comments img,
.halpes-donations-card img,
.halpes-sidebar-post img,
.halpes-author-card img {
    border-radius: 50%;
    height: 76px;
    object-fit: cover;
    width: 76px;
}

.halpes-comments h4 span,
.halpes-donations-card h4 span,
.halpes-sidebar-post span {
    color: #6f7775;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.halpes-comment-form {
    margin-top: 34px;
}

.halpes-comment-form h3 {
    color: var(--gradient-color);
    font-size: 28px;
    margin: 0 0 18px;
}

.halpes-comment-form-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.halpes-comment-form input,
.halpes-comment-form textarea {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    min-height: 54px;
    padding: 0 16px;
    width: 100%;
}

.halpes-comment-form textarea {
    margin: 14px 0;
    min-height: 150px;
    padding: 16px;
}

.halpes-organizer-card img {
    border-radius: 50%;
    height: 96px;
    object-fit: cover;
    width: 96px;
}

.halpes-organizer-card h4 span {
    color: var(--primary-color);
}

.halpes-donations-card {
    margin-top: 30px;
}

.halpes-donations-card article {
    border-top: 1px solid #e5e7eb;
    padding: 18px 0;
}

.halpes-donations-card strong {
    color: var(--primary-color);
    display: block;
    font-size: 22px;
}

.halpes-event-hero {
    margin-bottom: 34px;
    position: relative;
}

.halpes-event-hero .halpes-event-date {
    left: 34px;
}

.halpes-detail-sidebar dl {
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr;
    margin: 0;
}

.halpes-detail-sidebar dt {
    color: #6f7775;
    font-weight: 700;
}

.halpes-detail-sidebar dd {
    color: var(--gradient-color);
    font-weight: 800;
    margin: 0;
}

.halpes-detail-sidebar iframe {
    border: 0;
    border-radius: 8px;
    height: 260px;
    margin-top: 26px;
    width: 100%;
}

.halpes-news-tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0;
}

.halpes-news-tags span {
    background: var(--primary-color);
    border-radius: 20px;
    color: var(--gradient-color);
    font-weight: 800;
    padding: 7px 14px;
}

.halpes-news-tags .halpes-detail-socials {
    margin-left: auto;
}

.halpes-sidebar-search {
    display: flex;
    margin-bottom: 28px;
}

.halpes-sidebar-search input {
    border: 1px solid #e5e7eb;
    border-radius: 6px 0 0 6px;
    min-height: 52px;
    padding: 0 16px;
    width: 100%;
}

.halpes-sidebar-search button {
    background: var(--primary-color);
    border: 0;
    border-radius: 0 6px 6px 0;
    color: var(--gradient-color);
    width: 58px;
}

.halpes-google-map {
    background: #fff;
}

.halpes-google-map iframe {
    border: 0;
    display: block;
    width: 100%;
}

.halpes-sidebar-post {
    border-top: 1px solid #e5e7eb;
    padding: 18px 0;
}

.halpes-sidebar-post a {
    color: var(--gradient-color);
    display: block;
    font-weight: 800;
    text-decoration: none;
}

.halpes-testimonial-one {
    background-position: center;
    background-size: cover;
    padding: 105px 0;
}

.halpes-testimonial-one-layout {
    align-items: start;
    grid-template-columns: .72fr 1.28fr;
}

.halpes-testimonial-one-carousel {
    min-width: 0;
    padding-bottom: 68px;
}

.halpes-testimonial-one-carousel article {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
    height: auto;
    padding: 30px;
}

.halpes-testimonial-one-carousel article > p {
    color: #6f7775;
    line-height: 1.8;
}

.halpes-testimonial-one-carousel article > div {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-top: 24px;
    position: relative;
}

.halpes-testimonial-one-carousel img {
    border-radius: 50%;
    height: 62px;
    object-fit: cover;
    width: 62px;
}

.halpes-testimonial-one-carousel article > div::after,
.halpes-testimonial-grid article > div::after {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--gradient-color);
    content: "\\f10d";
    display: flex;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    left: 42px;
    position: absolute;
    top: -8px;
    width: 28px;
}

.halpes-testimonial-one-carousel strong {
    color: var(--gradient-color);
    display: block;
}

.halpes-carousel-controls {
    bottom: 0;
    display: flex;
    gap: 10px;
    left: 0;
    position: absolute;
    z-index: 3;
}

.halpes-carousel-controls button {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    color: var(--gradient-color);
    display: flex;
    height: 48px;
    justify-content: center;
    transition: background-color .2s ease;
    width: 48px;
}

.halpes-carousel-controls button:hover {
    background: var(--primary-color);
}

.halpes-introduction,
.halpes-four-icon,
.halpes-events-section,
.halpes-counters,
.halpes-feature-section,
.halpes-help-two,
.halpes-testimonials,
.halpes-need-help,
.halpes-team-section,
.halpes-why-choose {
    background: #fff;
    padding: 105px 0;
}

.halpes-two-column {
    align-items: center;
    display: grid;
    gap: 58px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.halpes-introduction-image {
    position: relative;
}

.halpes-introduction-image img,
.halpes-rounded-image,
.halpes-help-two-image img {
    border-radius: 8px;
    width: 100%;
}

.halpes-introduction-image p {
    background: var(--primary-color);
    border-radius: 8px;
    bottom: 26px;
    color: var(--gradient-color);
    font-weight: 800;
    left: 26px;
    margin: 0;
    max-width: 310px;
    padding: 22px;
    position: absolute;
}

.halpes-icon-list {
    display: grid;
    gap: 22px;
    margin: 30px 0;
}

.halpes-icon-list article {
    align-items: flex-start;
    display: grid;
    gap: 18px;
    grid-template-columns: 58px 1fr;
}

.halpes-icon-list article > span,
.halpes-feature-grid article > span,
.halpes-counter-two-grid article > span {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--gradient-color);
    display: flex;
    font-size: 28px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.halpes-four-icon-grid,
.halpes-feature-grid,
.halpes-event-grid,
.halpes-testimonial-grid,
.halpes-volunteer-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.halpes-four-icon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.halpes-events-section-grid {
    align-items: start;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(240px, 360px) 1fr;
}

.halpes-events-section-left p {
    color: #6f7775;
    line-height: 1.8;
    margin: 0 0 30px;
}

.halpes-events-section-left .halpes-section-title h2 {
    margin-bottom: 24px;
}

.halpes-four-icon-grid article,
.halpes-event-grid article,
.halpes-feature-grid article,
.halpes-testimonial-grid article,
.halpes-volunteer-grid article,
.halpes-urgent-card {
    background: #f8f4ee;
    border-radius: 8px;
    overflow: hidden;
}

.halpes-four-icon-grid img,
.halpes-event-grid img,
.halpes-volunteer-grid img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.halpes-four-icon-grid article > div,
.halpes-event-grid article > div,
.halpes-volunteer-grid article > div,
.halpes-feature-grid article,
.halpes-testimonial-grid article,
.halpes-urgent-card {
    padding: 28px;
}

.halpes-four-icon-grid article > span {
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--gradient-color);
    display: grid;
    font-size: 30px;
    height: 70px;
    margin: -35px 28px 28px;
    place-items: center;
    position: relative;
    width: 70px;
}

.halpes-we-inspire,
.halpes-counters-two {
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 105px 0;
}

.halpes-we-inspire .halpes-section-title h2,
.halpes-counters-two .halpes-section-title h2 {
    color: #fff;
}

.halpes-faq-list {
    display: grid;
    gap: 12px;
}

.halpes-faq-list details {
    background: #fff;
    border-radius: 8px;
    color: var(--gradient-color);
    padding: 18px 22px;
}

.halpes-faq-list summary {
    cursor: pointer;
    font-weight: 900;
}

.halpes-home-volunteer-cta {
    background: var(--primary-color);
    color: var(--gradient-color);
    padding: 70px 0;
}

.halpes-home-volunteer-cta .container {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.halpes-home-volunteer-cta h2 {
    color: var(--gradient-color);
    font-size: 42px;
    margin: 0;
}

.halpes-home-volunteer-cta strong {
    color: rgba(24, 33, 47, .12);
    display: block;
    font-size: 48px;
    line-height: 1;
}

.halpes-counter-grid,
.halpes-counter-two-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.halpes-counter-grid article,
.halpes-counter-two-grid article {
    background: #f8f4ee;
    border-radius: 8px;
    padding: 34px 20px;
    text-align: center;
}

.halpes-counter-grid strong {
    color: var(--gradient-color);
    display: block;
    font-size: 46px;
    font-weight: 900;
}

.halpes-feature-grid article {
    text-align: center;
}

.halpes-feature-grid article > span,
.halpes-counter-two-grid article > span {
    margin: 0 auto 22px;
}

.halpes-help-two-image {
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 28px;
    position: relative;
}

.halpes-video-link {
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--gradient-color);
    display: grid;
    height: 78px;
    left: 50%;
    place-items: center;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
}

.halpes-check-grid {
    display: grid;
    gap: 14px 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 28px 0;
    padding: 0;
}

.halpes-check-grid li {
    align-items: center;
    color: var(--gradient-color);
    display: flex;
    font-weight: 800;
    gap: 10px;
}

.halpes-check-grid i {
    color: var(--primary-color);
}

.halpes-donation-strip {
    align-items: center;
    background: #f8f4ee;
    border-radius: 8px;
    display: flex;
    gap: 18px;
    margin-top: 28px;
    padding: 22px;
}

.halpes-donation-strip img {
    height: 54px;
    width: 54px;
}

.halpes-testimonial-grid article > p {
    color: #6f7775;
    line-height: 1.8;
}

.halpes-testimonial-grid article > div {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-top: 24px;
    position: relative;
}

.halpes-testimonial-grid img {
    border-radius: 50%;
    height: 64px;
    object-fit: cover;
    width: 64px;
}

.halpes-testimonial-grid strong,
.halpes-volunteer-grid h3 {
    color: var(--gradient-color);
    display: block;
}

.halpes-counters-two .halpes-counter-two-grid article {
    background: rgba(255, 255, 255, .1);
}

.halpes-counters-two .halpes-counter-two-grid h3 {
    color: #fff;
    font-size: 22px;
}

.halpes-need-help > .container > div {
    align-items: center;
    background: #f8f4ee;
    border-radius: 8px;
    display: grid;
    gap: 28px;
    grid-template-columns: 280px 1fr;
    overflow: hidden;
}

.halpes-need-help img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.halpes-why-choose {
    background-position: center;
    background-size: cover;
}

.halpes-urgent-card > span {
    background: var(--primary-color);
    border-radius: 20px;
    color: var(--gradient-color);
    display: inline-block;
    font-weight: 800;
    margin-top: 18px;
    padding: 7px 14px;
}

.halpes-site-footer {
    background-position: center;
    background-size: cover;
    color: #bec6c4;
    padding: 104px 0 32px;
}

.halpes-footer-grid {
    display: grid;
    gap: 34px;
    grid-template-columns: 1.1fr 1fr 1fr 1.1fr;
}

.halpes-site-footer h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
}

.halpes-site-footer p,
.halpes-site-footer li,
.halpes-site-footer a {
    color: #bec6c4;
}

.halpes-footer-menu {
    columns: 2;
}

.halpes-footer-menu li {
    break-inside: avoid;
    margin-bottom: 10px;
}

.halpes-footer-menu a,
.halpes-footer-contact a {
    text-decoration: none;
}

.halpes-footer-contact {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.halpes-footer-contact span {
    color: var(--primary-color);
    display: block;
    font-weight: 800;
}

.halpes-footer-newsletter {
    display: grid;
    gap: 12px;
}

.halpes-footer-newsletter input {
    border: 0;
    border-radius: 8px;
    min-height: 54px;
    padding: 0 16px;
}

.halpes-footer-newsletter button {
    background: var(--primary-color);
    border: 0;
    border-radius: 999px;
    color: var(--gradient-color);
    font-weight: 900;
    min-height: 52px;
}

.halpes-footer-newsletter .newsletter-message {
    margin: 0;
}

.halpes-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 70px;
    padding-top: 28px;
}

.halpes-footer-bottom img {
    max-width: 150px;
}

.halpes-footer-social {
    align-items: center;
    display: flex;
    gap: 12px;
}

.halpes-footer-social a {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.halpes-footer-bottom p {
    margin: 0;
}

@media (max-width: 768px) {
    .halpes-header {
        grid-template-columns: 1fr;
    }

    .halpes-header-two-top,
    .halpes-header-two-contact,
    .halpes-header-two-nav > .container,
    .halpes-header-three-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .halpes-header-two-top,
    .halpes-header-two-nav > .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .halpes-header-three {
        padding: 14px;
        position: relative;
    }

    .halpes-header-three-menu {
        justify-content: flex-start;
        width: 100%;
    }

    .halpes-header-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 14px 20px;
    }

    .halpes-header-nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        padding: 18px 20px;
    }

    .halpes-mobile-toggle {
        display: block;
    }

    .halpes-main-menu {
        align-items: stretch;
        display: none;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .halpes-header.halpes-mobile-menu-open .halpes-main-menu {
        display: flex;
    }

    .halpes-main-menu a {
        padding: 11px 0;
    }

    .halpes-sub-menu {
        box-shadow: none;
        opacity: 1;
        padding-left: 18px;
        pointer-events: auto;
        position: static;
        transform: none;
    }

    .halpes-header-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .halpes-section-heading {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .halpes-help-top {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .halpes-header-phone {
        border-left: 0;
        padding-left: 0;
    }

    .halpes-slide {
        min-height: 560px;
        padding: 140px 0 110px;
    }

    .halpes-slide-content h1,
    .halpes-section-title h2 {
        font-size: 44px;
    }

    .halpes-slider-counter,
    .halpes-mission-grid,
    .halpes-causes-grid,
    .halpes-service-grid,
    .halpes-help-grid,
    .halpes-news-grid,
    .halpes-team-grid,
    .halpes-events-grid,
    .halpes-gallery-page-grid {
        grid-template-columns: 1fr;
    }

    .halpes-volunteer-form {
        margin-top: 28px;
        padding: 24px;
    }

    .halpes-volunteer-form div {
        grid-template-columns: 1fr;
    }

    .halpes-detail-image-grid,
    .halpes-detail-sidebar dl {
        grid-template-columns: 1fr;
    }

    .halpes-detail-page h2 {
        font-size: 34px;
    }

    .halpes-two-column,
    .halpes-events-section-grid,
    .halpes-testimonial-one-layout,
    .halpes-four-icon-grid,
    .halpes-feature-grid,
    .halpes-event-grid,
    .halpes-testimonial-grid,
    .halpes-testimonial-one-grid,
    .halpes-volunteer-grid,
    .halpes-counter-grid,
    .halpes-counter-two-grid,
    .halpes-check-grid,
    .halpes-need-help > .container > div {
        grid-template-columns: 1fr;
    }

    .halpes-footer-grid {
        grid-template-columns: 1fr;
    }

    .halpes-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .halpes-about-image div {
        bottom: 16px;
        max-width: 220px;
        right: 16px;
    }

    .halpes-contact-form {
        margin-top: 28px;
        padding: 24px;
    }

    .halpes-slider-counter {
        align-items: stretch;
        bottom: auto;
        flex-direction: column;
        left: 20px;
        position: relative;
        right: 20px;
        transform: none;
    }

    .halpes-slider-nav {
        display: none;
    }

    .halpes-join-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .halpes-join h2 {
        font-size: 38px;
    }

    .halpes-gallery-grid {
        grid-template-columns: 1fr;
    }

    .halpes-brands .container {
        flex-wrap: wrap;
    }

    .halpes-home-volunteer-cta .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        padding: 34px 26px;
    }

    .halpes-home-volunteer-cta h2 {
        font-size: 30px;
    }

    .halpes-home-volunteer-cta strong {
        font-size: 38px;
    }
}
