/* FY24 Annual Report Styles — extracted from src/sass/new-styles.scss
   Note: Shared components (.fy24__title, .fy24__impact-quote) remain in new-styles.min.css
   because they are also used by Volunteer, Our Programs, Maximize, and FY25 pages. */

.fy24 p {
    line-height: 1.8;
}

/* ===============================
   HERO
================================ */
.fy24__hero {
    background: url('../img/FY24/fy24-hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
}
@media (max-width: 768px) {
    .fy24__hero {
        background: url('../img/FY24/fy24-hero-mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 270px;
    }
}

/* ===============================
   LETTER
================================ */
.fy24__letter {
    padding-top: 80px;
}
@media (max-width: 992px) {
    .fy24__letter {
        padding-top: 40px;
    }
}
.fy24__letter img {
    width: 100px;
}

/* ===============================
   TOWER
================================ */
.fy24__tower {
    padding-bottom: 80px;
    text-align: center;
    background: url('../img/PFH-Safe-Homes-Cityscape-Graphic.png');
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: bottom center;
}
@media (max-width: 992px) {
    .fy24__tower {
        padding-top: 80px;
    }
}
.fy24__tower .section-title {
    text-align: left;
}
@media (min-width: 992px) {
    .fy24__tower .section-title {
        position: relative;
        top: 100px;
    }
}
.fy24__tower svg {
    max-width: 700px;
}
.fy24__tower .heart {
    cursor: pointer;
    outline: none;
    transition: transform 0.7s;
    transform-origin: center;
    transform-box: fill-box;
}
.fy24__tower .heart .bg-animation {
    transition: fill 0.7s;
}
.fy24__tower .heart-active {
    transform: scale(1.4);
}
.fy24__tower .heart-active .bg-animation {
    fill: #CA1816;
}
.fy24__tower .heart-active-without-scale .bg-animation {
    fill: #CA1816;
}

/* ===============================
   IMPACT
================================ */
.fy24__impact {
    background: url('../img/FY24/fy24-impact.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 100px;
}
.fy24__impact a {
    font-weight: bold;
}
.fy24__impact-red {
    text-align: center;
    margin-bottom: 80px;
}
.fy24__impact-red .section-title {
    margin-bottom: 50px;
}
.fy24__impact-red .PTEH-16050__red {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}
.fy24__impact-borough {
    margin: 50px auto;
}
@media (min-width: 992px) {
    .fy24__impact-borough {
        position: relative;
    }
}
@media (min-width: 992px) and (max-width: 1999px) {
    .fy24__impact-borough {
        width: 95%;
    }
}
@media (min-width: 1199px) {
    .fy24__impact-borough {
        width: 75%;
    }
}
@media (min-width: 992px) {
    .fy24__impact-borough .borough-breakdown {
        position: absolute;
        top: 10%;
        left: 0;
    }
}
.fy24__impact-borough .borough-breakdown p {
    border-left: 6px solid #CA1816;
    padding-left: 20px;
    font-size: 1.25rem;
    margin-bottom: 60px;
}
@media (min-width: 992px) {
    .fy24__impact-borough .borough-breakdown p {
        width: 460px;
    }
}
.fy24__impact-borough .map-graphic {
    display: block;
    margin-left: auto;
}
@media (max-width: 992px) {
    .fy24__impact-borough .map-graphic {
        margin: 48px auto;
    }
}

/* ===============================
   STORY
================================ */
.fy24__story {
    margin-bottom: 100px;
}
.fy24__story .FY20_container__grey .FY20_container__red {
    color: #212529;
}
.fy24__story .FY20_container__grey img {
    width: 200px;
    float: right;
    margin-left: 24px;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .fy24__story .FY20_container__grey img {
        margin-top: -60px;
    }
}
@media (max-width: 575px) {
    .fy24__story .FY20_container__grey img {
        display: none;
    }
}

/* ===============================
   SEPARATE QUOTE
================================ */
.fy24__separate_quote {
    padding-top: 100px;
}

/* ===============================
   FOUNDATIONAL / PARTNERSHIP
================================ */
.fy24__foundational {
    background: url('../img/FY24/PFH-Annual-Report-Cityscape-Graphic-IMPACT-SECTION.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 300px;
    margin-bottom: -250px;
}
@media (max-width: 992px) {
    .fy24__foundational img {
        display: block;
        margin: 24px auto 0;
    }
}
.fy24__foundational .btn {
    margin-top: 80px;
    font-weight: bold;
    border-radius: 0;
}

/* ===============================
   INDIVIDUAL / SPONSORS
================================ */
.fy24__individual {
    padding-top: 48px;
    padding-bottom: 48px;
}
.fy24__individual .federal-home-loan-bank {
    width: 100%;
    height: 332px;
    object-fit: cover;
    object-position: center;
    margin: 48px auto;
}
.fy24__individual .FY20_container__grey .FY20_container__red {
    color: #212529;
}
.fy24__individual .FY20_container__grey img {
    width: 200px;
    float: right;
    margin-left: 24px;
    margin-bottom: 24px;
}
.fy24__individual .FY20_container__grey img.simon-story-image {
    width: 280px;
}
@media (min-width: 992px) {
    .fy24__individual .FY20_container__grey img {
        margin-top: -60px;
    }
}
@media (max-width: 575px) {
    .fy24__individual .FY20_container__grey img {
        display: none;
    }
}

/* ===============================
   VOLUNTEERS
================================ */
.fy24__volunteers {
    padding-top: 48px;
}

/* ===============================
   ABOUT
================================ */
.fy24__about {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 992px) {
    .fy24__about {
        padding-bottom: 50px;
    }
}
.fy24__about .fy24__impact-quote {
    margin-bottom: 50px;
}

/* ===============================
   CASE FOR PREVENTION
================================ */
.fy24__case {
    padding-top: 12px;
}
@media (min-width: 992px) {
    .fy24__case {
        padding-bottom: 48px;
    }
}
.fy24__case ul li {
    margin-bottom: 10px;
}
.fy24__case .quote-triangle {
    position: relative;
    background: #F1F1F1;
    border-left: 6px solid #CA1816;
    padding: 48px 24px;
}
@media (max-width: 992px) {
    .fy24__case .quote-triangle {
        margin-top: 24px;
        margin-bottom: 40px;
    }
}
.fy24__case .quote-triangle:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #F1F1F1;
    position: absolute;
    margin: auto;
}
@media (min-width: 992px) {
    .fy24__case .quote-triangle:after {
        top: 0;
        right: -25px;
        bottom: 0;
        transform: rotate(0deg);
    }
}
@media (max-width: 992px) {
    .fy24__case .quote-triangle:after {
        left: 0;
        right: 0;
        bottom: -30px;
        transform: rotate(90deg);
    }
}
.fy24__case .quote-triangle p {
    line-height: 1.2;
}
@media (min-width: 992px) {
    .fy24__case .quote-list {
        padding-left: 40px;
    }
}
@media (max-width: 992px) {
    .fy24__case img {
        display: block;
        margin: 24px auto 0;
    }
}

/* ===============================
   PROGRAMS
================================ */
.fy24__programs {
    padding-top: 48px;
    padding-bottom: 48px;
    background: url('../img/FY24/The-Partnership-Blog-Post-The-Importance-of-home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 992px) {
    .fy24__programs {
        margin-bottom: 50px;
    }
}
.fy24__programs-wrapper {
    background: #F1F1F1;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}
.fy24__programs-wrapper .section-title {
    color: #CA1816;
    text-align: center;
    margin-bottom: 0;
}
.fy24__programs-wrapper hr {
    background: #CA1816;
    height: 2px;
}

/* ===============================
   QUOTE CARDS
================================ */
.fy24__cards {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #F1F1F1;
}
@media (max-width: 992px) {
    .fy24__cards {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.fy24__cards .swiper-quotes-1,
.fy24__cards .swiper-quotes-2,
.fy24__cards .swiper-quotes-3,
.fy24__cards .swiper-quotes-4 {
    height: 700px;
    padding-bottom: 10px;
}
.fy24__cards .quote {
    position: relative;
    padding: 50px 24px 24px 24px;
}
.fy24__cards .quote:before {
    content: '';
    width: 20px;
    height: 16px;
    background: url('../img/svg/quote-3.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    position: absolute;
    top: 24px;
    left: 24px;
}
.fy24__cards .quote-wrapper {
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.fy24__cards .quote p:first-child {
    font-style: italic;
}
.fy24__cards .quote p:last-child {
    text-align: right;
    font-weight: bold;
    color: #CA1816;
    margin-bottom: 0;
}
.fy24__cards .quote p a {
    cursor: pointer;
}

/* ===============================
   FOOTER
================================ */
.fy24__footer {
    background: url('../img/FY24/fy24-footer-v2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.fy24__footer img {
    display: block;
    margin: 0 auto 24px;
}
.fy24__footer hr {
    background: #CA1816;
    max-width: 420px;
    margin-bottom: 24px;
}
