.inner-page-body-wrapper.page-rd {
    background-color: #fff;
    color: #502c1e;
}

.page-rd .inner-hero-section {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.page-rd .inner-hero-section::before {
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.page-rd .inner-hero-section::after {
    display: none;
}

.page-rd .inner-hero-section .inner-hero-content {
  text-align: left;
    display: flex;   
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 0 16px; 
    align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
}

.page-rd .inner-hero-section .text-wrap {
    position: relative;
    display: block;
    padding: 0;
}

.page-rd .inner-hero-section .text-overlay {
    display: none;
}

.page-rd .single-resident-section {
    padding: 32px 38px;
    border: 2px solid transparent;
    background: #fff;
    box-shadow: 0 5px 16px 0 #080f340f;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.page-rd .single-resident-section:hover {
    border-color: #9f662d;
    transform: translateY(-4px);
}

.page-rd .resident-container {
    gap: 24px;
}

.page-rd .resident-section-content {
    width: 100%;
}

.page-rd .icon-title-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.page-rd .res-head-icon.text-color-light {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    color: #9f662d;
}

.page-rd .res-head-icon svg {
    display: none;
}

.page-rd .res-head-icon::before {
    font-family: "SwiftyIcons";
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.page-rd .single-resident-section:nth-child(1) .res-head-icon::before { content: "\e970"; }
.page-rd .single-resident-section:nth-child(2) .res-head-icon::before { content: "\e904"; }
.page-rd .single-resident-section:nth-child(3) .res-head-icon::before { content: "\e94f"; }
.page-rd .single-resident-section:nth-child(4) .res-head-icon::before { content: "\e903"; }
.page-rd .single-resident-section:nth-child(5) .res-head-icon::before { content: "\e909"; }
.page-rd .single-resident-section:nth-child(6) .res-head-icon::before { content: "\e94c"; }

.page-rd .icon-title-wrap .section-title.text-color-light {
    margin: 0;
    color: #502c1e;
    font-size: 1.333rem;
}

.page-rd .single-resident-section:hover .section-title.text-color-light {
    color: #9f662d;
}

.page-rd .subheading-link-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.page-rd .subheading-link-wrap.text-color-light .section-subtitle {
    margin: 0;
    color: rgba(80, 44, 30, 0.75);
    font-size: 0.889rem;
    font-weight: 300;
}

.page-rd .resident-section-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #9f662d;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-rd .resident-section-link:hover {
    background-color: #502c1e;
    color: #fff;
}

.page-rd .res-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-rd .res-link-icon i {
    line-height: 1;
}

.page-rd .resident-section-link .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 767px) {
    .page-rd .inner-hero-section {
        height: 320px;
    }

    .page-rd .inner-hero-section .inner-hero-title {
        font-size: 3.2rem;
    }

    .page-rd .single-resident-section {
        padding: 20px 18px;
        border-width: 1px;
    }
}