/* FY25 Annual Report Styles — extracted from templates/fy25-annual-report.php inline <style> */

.underline {
    text-decoration: underline;
}
.make-underline a {
    text-decoration: underline;
}

/* FY25 overrides for shared FY24 components */
.fy24__impact-quote p:last-child {
    text-align: left !important;
}
.fy24__about_Haike .img-fluid {
    max-width: 60% !important;
}
.fy24__impact-borough .map-graphic {
    display: block;
    margin-left: 0px !important;
    margin: auto !important;
}
.fy24__about {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.fy24__about_Haike {
    padding-top: 100px;
    padding-bottom: 100px;
}
.fy24__about_Haike .fy24__impact-quote {
    margin-bottom: 0px !important;
}
.kara_quote {
    margin-bottom: 0px;
    padding-top: 70px !important;
}
.fy24__story {
    margin-bottom: 60px !important;
}
.FY_Strategy {
    padding-bottom: 50px !important;
}

/* ===============================
   HERO SECTION
================================ */
.fy25__hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.fy25__hero input {
    display: none;
}

/* ===============================
   SLIDES WRAPPER
================================ */
.slides {
    position: relative;
    height: 100%;
}

/* ===============================
   SLIDES
================================ */
.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: autoFade 6s infinite;
    transition: opacity 0.6s ease-in-out;
}

/* ===============================
   SLIDE IMAGES
   Note: background-image URLs use relative paths from assets/css/
================================ */
.slide1 {
    background-image: url('../img/FY25/TPEH-AR-Header-01-web.jpg');
    animation-delay: 0s;
}
.slide2 {
    background-image: url('../img/FY25/TPEH-AR-Header-02-web.jpg');
    animation-delay: 2s;
}
.slide3 {
    background-image: url('../img/FY25/TPEH-AR-Header-03-web.jpg');
    animation-delay: 4s;
}

/* ===============================
   AUTO FADE KEYFRAMES
================================ */
@keyframes autoFade {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    40%  { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 0; }
}

/* ===============================
   HIDE RADIOS
================================ */
input[name="hero"] {
    display: none;
}

/* ===============================
   MANUAL OVERRIDE (ARROWS)
================================ */
#slide1:checked ~ .slides .slide1,
#slide2:checked ~ .slides .slide2,
#slide3:checked ~ .slides .slide3 {
    opacity: 1;
    animation: none;
}

/* ===============================
   ARROWS
================================ */
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    padding: 4px 10px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.hero-arrow:hover {
    background: #CA1816;
}
.hero-arrow.prev {
    left: 20px;
}
.hero-arrow.next {
    right: 20px;
}

/* ===============================
   SHOW ARROWS PER SLIDE
================================ */
#slide1:checked ~ .arrow-1,
#slide2:checked ~ .arrow-2,
#slide3:checked ~ .arrow-3 {
    display: block;
}

/* ===============================
   FY25 BASE
================================ */
.fy25 p {
    line-height: 1.8;
}

/* ===============================
   TOWER
================================ */
.fy25__tower-image {
    display: block;
    margin: 40px auto 0;
    max-width: 100%;
    height: auto;
}
@media (max-width: 992px) {
    .fy25__tower {
        padding-top: 80px;
    }
}
.fy25__tower .section-title {
    text-align: left;
}
@media (min-width: 992px) {
    .fy25__tower .section-title {
        position: relative;
        top: 100px;
    }
}
.fy25__tower .heart {
    cursor: pointer;
    outline: none;
    transition: transform 0.7s;
    transform-origin: center;
    transform-box: fill-box;
}
.fy25__tower .heart .bg-animation {
    transition: fill 0.7s;
}
.fy25__tower .heart-active {
    transform: scale(1.5);
}
.fy25__tower .heart-active .bg-animation {
    fill: #ca1816;
}
.fy25__tower .heart-active-without-scale .bg-animation {
    fill: #ca1816;
}

/* ===============================
   PROGRAMS
================================ */
.fy25__programs-wrapper {
    background: #f1f1f1;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}
.fy25__programs-wrapper .section-title {
    color: #ca1816;
    text-align: center;
    margin-bottom: 0;
}
.fy25__programs-wrapper hr {
    background: #ca1816;
    height: 2px;
}

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

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 767px) {
    .fy25__tower svg {
        max-width: 700px;
        width: 100%;
    }
    .fy24__about_Haike {
        padding-bottom: 50px;
    }
}
