:root {
    --primary-color: #FF4B00;
    --secondary-color: #000000;
    --accent-color: #FFFFFF;
}


body {
    background: url(../../images/2026/background-pattern.png) no-repeat left top, var(--secondary-color);
    background-size: 100%, 30%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
}

.navbar,
.hero-section,
.side-text,
.bottom-accent {
    color: var(--accent-color);
}

/* Ensure header and footer are not affected by 2026 body styles */
.header {
    background: #ffffff;
    color: #3a3a3a;
}

.footer {
    background: #ffffff;
    color: #3a3a3a;
}

.footer a {
    color: #3a3a3a;
}

.footer .footer-section-title,
.footer .footer-description,
.footer .footer-links a,
.footer .footer-contact,
.footer .footer-bottom p {
    color: #3a3a3a;
}

.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section h4,
.hero-section h5,
.hero-section h6,
.navbar h1,
.navbar h2,
.navbar h3 {
    font-family: "Zalando Sans Expanded", sans-serif;
    margin: 0;
}

.hero-section sup {
    top: -2.5em;
    font-size: 16px;
}

.hero-section .container {
    max-width: 1660px;
}


/* Header */
.navbar-brand {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.logo-text {
    font-size: 108px;
    font-weight: 900;
    color: var(--accent-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.logo-slash-element {
    font-size: 108px;
    font-weight: 900;
    color: var(--primary-color);
}

.year-badge {
    font-size: 18px;
    font-weight: bold;
    color: var(--accent-color);
    font-family: "Zalando Sans Expanded";
}

.arrow-badge {
    font-size: 40px;
    color: var(--accent-color);
    font-weight: bold;
}

/* Main Container */
.hero-section {
    display: flex;
    align-items: center;
    position: relative;
    padding: 130px 40px 40px;
}

/* 
.bgbanner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../../images/2026/circle.png) no-repeat right top;
    transform: rotate(180deg);
    left: 80%;
    bottom: -20%;
}

.bgbanner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../../images/2026/circle.png) no-repeat right top;
    transform: rotate(180deg);
    left: 80%;
    bottom: -20%;
} */
/* Background geometric shape */


.side-text {
    position: absolute;
    right: -30px;
    top: 45%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 14px;
    color: var(--primary-color);
    font-weight: bold;
    letter-spacing: 2px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 18px;
}

/* Left Image Section */
.image-section {
    position: relative;
    margin-bottom: 30px;
    max-width: 612px;
    max-height: 450px;
}

.image-frame {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.image-frame img {
    object-fit: cover;
}

.widow-image {
    position: absolute;
    z-index: 999;
    max-width: 612px;
    max-height: 450px;
}

.coming-soon-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 15px;
}

/* Right Content Section */
.content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-heading {
    font-size: 108px;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.sub-heading {
    font-size: 56px;
    font-weight: 900;
    color: var(--accent-color);
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: -1px;
    margin-bottom: 25px ! important;
}

/* Info Boxes */
.info-boxes {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    max-width: 70%;
    font-family: "Zalando Sans Expanded", sans-serif;
}

.info-box {
    flex: 1;
    min-width: 250px;
    border-radius: 38px;
    border: 1.5px solid rgba(255, 255, 255, 0.26);
    padding: 30px;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 20px;
}

.date-number {
    font-size: 64px;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 1;
}

.date-text {
    font-size: 14px;
    color: var(--accent-color);
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.contact-box {
    flex: 1;
    min-width: 250px;
    border-radius: 38px;
    border: 1.5px solid rgba(255, 255, 255, 0.26);
    padding: 30px;
    background: var(--secondary-color);
}

.contact-title {
    font-size: 14px;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px ! important;
    font-weight: bold;
}

.contact-box .contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-phone {
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
}

.contact-phone:hover {
    color: var(--primary-color);
}

.contact-email {
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
}

.contact-email:hover {
    color: var(--primary-color);
}

/* Bottom Accent Shape */
.bottom-accent {
    position: absolute;
    top: 110px;
    right: 0px;
    background: url(../../images/2026/bottom-accent.png) no-repeat right bottom;
    z-index: -1;
        transform: rotate(180deg);
}

/* Responsive */
@media (max-width:1399px) {
    .hero-section {
        padding: 60px 20px 20px;
        flex-direction: column;
    }

    .main-heading {
        font-size: 48px;
    }

    .sub-heading {
        font-size: 36px;
    }

    .year-badge {
        font-size: 36px;
        margin: 0 10px;
    }

    .arrow-badge {
        font-size: 28px;
    }

    .side-text {
        display: none;
    }

    .info-boxes {
        flex-direction: column;
    }

    .info-box,
    .contact-box {
        min-width: 100%;
    }

    .bottom-accent {
        position: absolute;
    }

    .content-section {
        align-items: center;
    }

    .bottom-accent {
        display: none;
    }


    body {
        background-image: none;
    }

}

@media (min-width:1400px) and (max-width:1659px) {
    .logo-text {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .image-section,
    .widow-image {
        width: 100%;
    }

    .widow-image {
        height: 450px;
    }

    .main-heading {
        font-size: 66px;
    }

    .info-boxes {
        max-width: 90%;
    }

    .hero-section {
        padding: 80px 40px 40px;
    }
}

@media (max-width:768px) {
    .logo-text {
        flex-direction: column;
        align-items: start;
        gap: 0px;
        font-size: 86px;
    }

    .image-section,
    .widow-image {
        width: 100%;
    }
}

@media (max-width:576px) {
    .logo-text {
        flex-direction: column;
        align-items: start;
        gap: 0px;
        font-size: 86px;

    }

    .hero-section {
        padding: 20px 20px 20px;
        flex-direction: column;
    }

    .info-boxes {
        max-width: 100%;
    }
}

@media (max-width:400px) {
    .logo-text {
        font-size: 50px;

    }

    .sub-heading {
        font-size: 24px;
    }
    .content-section {
        align-items: start;
    }
}