.index-background-image{
    width: 100%;
    object-fit: contain;
    object-position: center center;
    box-sizing: border-box;
    margin: 0;
}
.index-background-overlay{
    width: 100%;
}

/* Annual Report Hero Section Styles */
.annual-report-hero-section {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 100px 0 80px;
}

/* Background Layers */
.hero-background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-gradient-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #003366 0%, #004080 25%, #0055aa 50%, #0066cc 75%, #0055aa 100%);
    opacity: 1;
}

.hero-city-silhouette {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 50%;
    z-index: 2;
    opacity: 0.6;
}

.cityscape-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    filter: brightness(0.7) contrast(1.2);
}

.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

.bg-pattern-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: overlay;
}

.hero-light-flare {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, rgba(173,216,230,0.3) 20%, rgba(135,206,250,0.2) 40%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    animation: flarePulse 4s ease-in-out infinite;
    z-index: 2;
}

.hero-light-flare::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    filter: blur(2px);
}

@keyframes flarePulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.1); }
}

/* Logo Section - Top Left */
.hero-logo-section {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
}

.logo-diamond-container {
    display: flex;
    align-items: center;
    gap: 0;
}

.logo-diamond-container img {
    max-width: 200px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Main Hero Content */
.hero-main-content {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

/* Golden Path - Behind numbers */
.golden-path-curve {
    position: absolute;
    bottom: 200px;
    left: -10%;
    width: 600px;
    height: auto;
    z-index: 1;
    transform: rotate(-15deg);
}

.golden-path-image {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(212, 175, 55, 0.8));
    opacity: 0.95;
}

.golden-path-curve::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 400%;
    background: radial-gradient(ellipse, rgba(212, 175, 55, 0.3) 0%, transparent 70%);
    z-index: -1;
}

/* Number 25 */
.hero-number-25 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.number-2-building-wrapper {
    position: relative;
    width: 160px;
    height: 280px;
}

.building-structure {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d4af37 0%, #f4d03f 30%, #e6c759 60%, #d4af37 100%);
    clip-path: polygon(0% 0%, 88% 0%, 100% 6%, 100% 60%, 88% 60%, 88% 100%, 0% 100%);
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4), inset 0 0 20px rgba(255,255,255,0.2);
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.5));
}

.building-windows {
    position: absolute;
    width: 85%;
    height: 55%;
    top: 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 32px, rgba(0,0,0,0.2) 32px, rgba(0,0,0,0.2) 36px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(0,0,0,0.15) 20px, rgba(0,0,0,0.15) 24px);
    opacity: 0.5;
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, transparent 100%);
}

.building-highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 50%);
    clip-path: polygon(0% 0%, 88% 0%, 100% 6%, 100% 60%, 88% 60%, 88% 100%, 0% 100%);
}

.number-2-diamond {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.number-2-diamond::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 12px;
    height: 12px;
    background: #d4af37;
    border: 2px solid #fff;
}

.number-5-gold {
    width: 140px;
    height: 280px;
    background: linear-gradient(180deg, #d4af37 0%, #f4d03f 30%, #e6c759 60%, #d4af37 100%);
    border-radius: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4), inset 0 0 20px rgba(255,255,255,0.2);
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.5));
}

.number-5-highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 50%);
    border-radius: 30px;
}

.anniversary-ribbon-banner {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    background: linear-gradient(135deg, #c41e3a 0%, #d62839 50%, #c41e3a 100%);
    color: #fff;
    padding: 12px 50px;
    font-size: 22px;
    font-weight: 700;
    z-index: 4;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5), inset 0 2px 4px rgba(255,255,255,0.2);
    white-space: nowrap;
    border-radius: 4px;
}

.anniversary-ribbon-banner::before,
.anniversary-ribbon-banner::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

.anniversary-ribbon-banner::before {
    left: 0;
    border-width: 14px 20px 0 0;
    border-color: #8b1428 transparent transparent transparent;
}

.anniversary-ribbon-banner::after {
    right: 0;
    border-width: 14px 0 0 20px;
    border-color: #8b1428 transparent transparent transparent;
}

/* Title Section */
.hero-title-section {
    margin-top: 60px;
    text-align: left;
    padding-left: 10%;
    color: #fff;
    position: relative;
    z-index: 2;
}

.report-title-line1 {
    font-size: 48px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
    line-height: 1.1;
}

.report-title-line2 {
    font-size: 64px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
    line-height: 1.1;
}

.report-title-sub {
    display: flex;
    align-items: baseline;
    gap: 30px;
    flex-wrap: wrap;
}

.report-title-en {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.report-year-large {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Arial', sans-serif;
    line-height: 1;
}

/* Feature Cards Section */
.annual-report-feature-cards {
    padding: 80px 0;
    background: #fff;
    position: relative;
    z-index: 2;
}

.feature-card-item {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.feature-card-item:hover {
    border-color: #003366;
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.feature-card-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.feature-card-icon svg {
    width: 70px;
    height: 70px;
}

.feature-card-text a{
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #0066B2;
    text-decoration: none
}
.feature-card-text {
    text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-number-25 {
        gap: 10px;
    }
    
    .number-2-building-wrapper {
        width: 100px;
        height: 180px;
    }
    
    .number-5-gold {
        width: 90px;
        height: 180px;
    }
    
    .report-title-main {
        font-size: 42px;
    }
    
    .report-year-large {
        font-size: 60px;
    }
    
    .golden-path-curve {
        width: 400px;
    }
}

@media (max-width: 768px) {
    .annual-report-hero-section {
        min-height: 700px;
        padding: 80px 0 60px;
    }
    
    .hero-logo-section {
        top: 20px;
        left: 20px;
    }
    
    .logo-diamond-container img {
        max-width: 150px;
    }
    
    .hero-light-flare {
        width: 200px;
        height: 200px;
        right: 5%;
    }
    
    .cityscape-image {
        object-fit: contain;
        opacity: 0.5;
    }
    
    .hero-main-content {
        padding-top: 50px;
    }
    
    .hero-number-25 {
        gap: 6px;
        margin-bottom: 50px;
    }
    
    .number-2-building-wrapper {
        width: 100px;
        height: 180px;
    }
    
    .number-5-gold {
        width: 90px;
        height: 180px;
    }
    
    .anniversary-ribbon-banner {
        font-size: 14px;
        padding: 8px 30px;
    }
    
    .golden-path-curve {
        width: 400px;
        bottom: 150px;
        left: -15%;
    }
    
    .hero-title-section {
        padding-left: 5%;
    }
    
    .report-title-line1 {
        font-size: 32px;
    }
    
    .report-title-line2 {
        font-size: 42px;
    }
    
    .report-title-en {
        font-size: 22px;
    }
    
    .report-year-large {
        font-size: 60px;
    }
    
    .feature-card-item {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .feature-card-icon {
        height: 60px;
    }
    
    .feature-card-icon svg {
        width: 50px;
        height: 50px;
    }
    
    .feature-card-text {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .annual-report-hero-section {
        min-height: 600px;
        padding: 60px 0 40px;
    }
    
    .hero-logo-section {
        top: 15px;
        left: 15px;
    }
    
    .logo-diamond-container img {
        max-width: 120px;
    }
    
    .hero-light-flare {
        width: 150px;
        height: 150px;
    }
    
    .cityscape-image {
        opacity: 0.4;
    }
    
    .hero-number-25 {
        gap: 4px;
        margin-bottom: 40px;
    }
    
    .number-2-building-wrapper {
        width: 70px;
        height: 140px;
    }
    
    .number-5-gold {
        width: 65px;
        height: 140px;
    }
    
    .anniversary-ribbon-banner {
        font-size: 11px;
        padding: 6px 20px;
    }
    
    .golden-path-curve {
        width: 300px;
        bottom: 120px;
    }
    
    .hero-title-section {
        padding-left: 3%;
    }
    
    .report-title-line1 {
        font-size: 24px;
    }
    
    .report-title-line2 {
        font-size: 32px;
    }
    
    .report-title-en {
        font-size: 18px;
    }
    
    .report-year-large {
        font-size: 48px;
    }
    
    .report-title-sub {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}
.bgnencc {
    width: 100%;
    height: 100%;
    background-image: url('../images/svg/nenbg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bgnencc2 {
    width: 100%;
    height: 100%;
    background-image: url('../images/svg/toa-nha1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.bgtxtccc3 {
    position: absolute;
    top: 88%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 600px;
    min-width: 300px;
    z-index: 3;
    pointer-events: none;
}
.bgtxtccc4 {
    position: absolute;
    transform: translate(116%, 60%);
    z-index: 3;
}

/* .bgtxtccc3 img {
    width: 100%;
    height: auto;
    max-width: 600px;
    min-width: 300px;
    object-fit: contain;
    display: block;
} */
.iconTC {
    background-color: #C8C182;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.iconTC img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}
.annual-report-feature-cards{
    display: block;
}
.annual-report-feature-cards-mobile{
    display: none;
}
/* Responsive cho .bgtxtccc3 */
@media (max-width: 1200px) {
    .bgtxtccc3 {
        top: 80%;
        left: 38%;
        max-width: 500px;
        min-width: 250px;
    }
    
    .bgtxtccc3 img {
        max-width: 500px;
        min-width: 250px;
    }
}

@media (max-width: 992px) {
    .bgtxtccc3 {
        top: 80%;
        left: 38%;
        max-width: 400px;
        min-width: 200px;
    }
    
    .bgtxtccc3 img {
        max-width: 400px;
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .bgtxtccc3 {
        top: 80%;
        left: 38%;
        max-width: 350px;
        min-width: 180px;
    }
    
    .bgtxtccc3 img {
        max-width: 350px;
        min-width: 180px;
    }
}

@media (max-width: 576px) {
    .bgtxtccc3 {
        top: 80%;
        left: 38%;
        max-width: 280px;
        min-width: 150px;
    }
    
    .bgtxtccc3 img {
        max-width: 280px;
        min-width: 150px;
    }
}

/*MObile*/
@media only screen and (max-width: 46.1877em) {
    .annual-report-feature-cards{
        display: none;
    }
    .annual-report-feature-cards-mobile{
        display: block;
        padding: 30px 0;
    }
    .feature-card-text a {
        font-size: 12px;
    }
}
/* tablet width >= 740px and < 1024px */
@media only screen and (min-width: 46.25em) and (max-width: 73.75em) {
    .annual-report-feature-cards{
        display: none;
    }
    .annual-report-feature-cards-mobile{
        display: block;
        padding: 30px 0;
    }
    .feature-card-text a {
        font-size: 12px;
    }
}
