/* NFU Shenley Wood Theme Styles */
/* Author: Cormack Advertising */

/*
Font Weights:
- Extra Light: 400 (normal & italic)
- Regular: 600
- Medium: 700 (normal & italic)
- Heavy: 900
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
}

/* ============================================
   GLOBAL CONTENT WIDTH
   ============================================ */

.content-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
}

@media (max-width: 1024px) {
    .content-container {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .content-container {
        padding: 0 20px;
    }
}

/* ============================================
   HEADER STYLES
   ============================================ */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    border-bottom: 1px solid #000;
    transition: background-color 0.3s ease;
}

.site-header.scrolled {
    background-color: #fff;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.site-header.scrolled .header-container {
    background-color: #fff;
}

.header-logo img {
    height: 30px;
    width: auto;
}

.main-navigation {
    position: relative;
}

.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 3px 0;
    transition: all 0.3s ease;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin: 0;
}

.nav-menu a {
    text-decoration: none;
    color: #000;
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.nav-menu a:hover {
    opacity: 0.6;
}

/* ============================================
   HERO STYLES
   ============================================ */

.hero-section {
    position: relative;
    min-height: 100vh;
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 50px 50px;
}

.hero-text {
    flex: 1;
}

.hero-title {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
	text-shadow: 2px 2px 4px rgba(100, 100, 100, 0.8);
    margin: 0;
}

.hero-title .line-1 {
    opacity: 1;
}

.hero-title .line-2 {
    opacity: 1;
}
 .line-3{
    opacity: 1;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    color: #f6eb64;
}

.line-4 {
    /* opacity:  0.75; */
    font-size: 40px;
    margin-top: 10px;
}



.hero-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
}

.brochure-button {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    width: 162px;
    height: 44px;
    padding: 0 20px;
    background-color: #F5EB64;
    color: #000;
    text-decoration: none;
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    justify-content: center;
}

.brochure-button:hover {
    opacity: 0.8;
}

.download-icon {
    width: 18px;
    height: 18px;
}

.hero-logos {
    display: flex;
    gap: 30px;
    align-items: flex-end;
}

.logo-nfu {
    height: 50px;
    width: auto;
    flex-shrink: 0;
}

.logo-hampton {
	margin-bottom: -7px;
    height: 53px;
    width: auto;
    flex-shrink: 0;
}

/* ============================================
   INTRODUCTION STYLES
   ============================================ */

.introduction-section {
    position: relative;
    margin: 50px!important;
    background-color: #322F2A;
    background-image: url('../images/connected-dots-top.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0;
    border-radius: 20px;
}

.introduction-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    text-align: center;
}

.introduction-label {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 12px;
    text-align: center;
    color: #F5EB64;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.introduction-title {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 40px 0;
}

.introduction-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

/* ============================================
   AERIAL STYLES
   ============================================ */

.aerial-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.aerial-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ============================================
   ACCOMMODATION STYLES
   ============================================ */

.accommodation-section {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.accommodation-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.accommodation-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accommodation-label {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 12px;
    color: #75A06E;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
}

.accommodation-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000;
    margin: 0 0 40px 0;
    text-align: center;
}

.accommodation-tables {
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.accommodation-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #9DD0E0;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px !important;
}

.accommodation-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.accommodation-table td {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000;
    padding: 3px 20px;
    text-align: center;
}

.accommodation-table td.middle-col {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.accommodation-note {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666;
    margin: 0 0 40px 0;
}

.accommodation-left .brochure-button {
    margin: 0 auto;
}

.accommodation-right {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #D3DDDE;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.north-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.accommodation-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    cursor: pointer;
}

.zoom-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.zoom-icon:hover {
    background-color: #f0f0f0;
    transform: scale(1.1);
}

.zoom-icon svg {
    color: #000;
}

/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.lightbox.active {
    display: flex;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 50px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: opacity 0.3s ease;
}

.lightbox-close:hover {
    opacity: 0.7;
}

.lightbox-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* ============================================
   LIVE CAMERA STYLES
   ============================================ */

.live-camera-section {
    position: relative;
    min-height: 400px;
    background-image: url('../images/live-cam-gb.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 50px;
    border-bottom: 5px solid #F5EB64;
}

.live-camera-content {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.live-camera-title {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 20px 0;
}

.live-camera-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 40px 0;
}

.live-camera-button {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 12px;
    padding: 15px 30px;
    background-color: #F5EB64;
    color: #000;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

.live-camera-button:hover {
    opacity: 0.8;
}

.camera-icon {
    width: 24px;
    height: 24px;
}

/* ============================================
   SPECIFICATIONS SECTION
   ============================================ */

.specifications-section {
    background-color: #322F2A;
    background-image: url('../images/connected-dots-top.png');
    background-repeat: repeat;
    background-position: center center;
    padding: 100px 50px;
    background-size: cover;
}

.specifications-content {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.specifications-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.spec-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.spec-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spec-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.spec-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0;
}

/* ============================================
   ESG SECTION
   ============================================ */

.esg-section {
    position: relative;
    min-height: 180vh;
    background-image: url('../images/esg-bg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 150px 50px;
}

.esg-content {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.esg-label {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 12px;
    text-align: center;
    color: #F5EB64;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.esg-title {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0 0 40px 0;
}

.esg-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    max-width: 900px;
    margin: 0 auto 80px;
}

.esg-icons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto 60px;
    flex-wrap: wrap;
}

.esg-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 0 0 auto;
}

.esg-icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esg-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.esg-icon-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.esg-disclaimer {
     font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(255 252 252 / 50%);
    color: #000000e3;
    max-width: 900px;
    margin: 0 auto;
}

/* ============================================
   LOCATION SECTION
   ============================================ */

.location-section {
    padding: 100px 0;
    background: linear-gradient(270deg, rgba(157, 208, 224, 0.5) 0%, rgba(157, 208, 224, 0.15) 55.29%);
}

.location-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.location-left {
    position: relative;
    width: 100%;
    height: 750px;
    border-radius: 20px;
    overflow: hidden;
}

.location-map {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}

.location-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-label {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 12px;
    color: #000;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
}

.location-title {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
    margin: 0 0 20px 0;
    text-align: center;
}

.location-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000;
    margin: 0 0 40px 0;
    text-align: center;
}

.location-tables {
    width: 100%;
    max-width: 670px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.location-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #9DD0E0;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px !important;
}

.location-table tr {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}

.location-table td {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000;
    padding: 3px 20px;
    text-align: center;
}

.location-table td:first-child {
    text-align: left;
}

.location-table td.middle-col {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.location-table:nth-child(2) {
    background-color: #9DD0E0E5;
}

.location-table:nth-child(3) {
    background-color: #9DD0E0CC;
}

.location-table:nth-child(4) {
    background-color: #9DD0E099;
}

.location-table:nth-child(5) {
    background-color: #9DD0E080;
}

.location-button {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    gap: 12px;
    width: 100%;
    max-width: 670px;
    padding: 15px 30px;
    background-color: #9DD0E0;
    color: #000;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

.location-button:hover {
    opacity: 0.8;
}

.location-arrow-icon {
    width: 14px;
    height: 14px;
}

/* ============================================
   DEMOGRAPHICS SECTION
   ============================================ */

.demographics-section {
    position: relative;
    min-height: 600px;
    background-image: url('../images/demographics-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 100px 0;
    border-bottom: 5px solid #F5EB64;
}

.demographics-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.demographics-content {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
    z-index: 2;
}

.demographics-text-container {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demographics-label {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 12px;
    text-align: center;
    color: #75A06E;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.demographics-title {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #322F2A;
    margin: 0 0 40px 0;
}

.demographics-description {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #322F2A;
    margin: 0 0 60px 0;
}

.demographics-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 80px;
    max-width: 600px;
    margin: 0 auto;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.stat-icon-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid #322F2A;
    margin-bottom: 15px;
}

.stat-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stat-number {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #322F2A;
    min-width: 120px;
    text-align: left;
}

.stat-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #322F2A;
    margin: 0;
}

.demographics-source {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: right;
    color: #fff;
    margin: 40px 0 0 0;
    position: relative;
    z-index: 2;
}

/* ============================================
   FOOTER SECTION
   ============================================ */

.footer-section {
    background-color: #322F2A;
    background-image: url('../images/connect-tots-bottom.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 80px 0 40px;
    position: relative;
}

.footer-content {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
}


.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #F5EB64;
    align-items: start;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column-wide {
    grid-column: 1;
}

.footer-column h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 40px 0;
}

.footer-column-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-top-logo {
    height: 20px;
    width: auto;
    margin-bottom: 80px;
}

.footer-logos {
    display: flex;
    flex-direction: row;
    gap: 60px;
    width: 100%;
    align-items: flex-start;
}



.footer-logo-item {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
    align-items: flex-start;
}

.footer-logo-item img {
    height: 35px;
    width: auto;
    flex-shrink: 0;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.footer-contact-info:last-child {
    margin-bottom: 0;
}

.footer-contact-item {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
}

.footer-contact-item:first-child {
    font-weight: 500;
    margin-bottom: 2px;
}

.footer-contact-item a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-contact-item a:hover {
    opacity: 0.7;
}

.footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 400px;
}

.footer-newsletter-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
}

.footer-newsletter-form {
    position: relative;
    display: flex;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

.footer-newsletter-input {
    flex: 1;
    padding: 12px 18px;
    background: transparent;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    outline: none;
}

.footer-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter-button {
    padding: 12px 18px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-newsletter-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.footer-newsletter-button svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-credit {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.footer-credit p {
    margin: 0;
}

.footer-credit a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-credit a:hover {
    opacity: 0.7;
}

.footer-partner-logos {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer-partner-logo {
    height: 50px;
    width: auto;
}

#nfu {
    height: 35px;
}

#nfu-hero {
    height: 38px;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 1024px) {
    .header-container {
        padding: 15px 30px;
    }

    .hero-section {
        min-height: 100vh;
        background-position: center 0;
    }

    .hero-title {
        font-size: 35px;
    }

    .line-3 {
        font-size: 32px;
    }

    .line-4 {
        font-size: 32px;
    }

    .hero-content {
        padding: 90px 30px 60px;
        min-height: 100vh;
    }

    .logo-nfu {
        height: 40px;
    }

    .logo-hampton {
        height: 40px;
    }

    .introduction-content {
        padding: 0 30px;
    }

    .introduction-title {
        font-size: 35px;
    }

    .introduction-label {
        font-size: 16px;
        letter-spacing: 8px;
    }

    .accommodation-content {
        padding: 0 30px;
        gap: 50px;
    }

    .live-camera-section {
        padding: 80px 30px;
    }

    .live-camera-title {
        font-size: 35px;
    }

    .specifications-section {
        padding: 80px 30px;
    }

    .specifications-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 30px;
    }

    .esg-section {
        padding: 100px 30px;
    }

    .esg-title {
        font-size: 35px;
    }

    .esg-icons {
        gap: 30px;
    }

    .location-content {
        padding: 0 30px;
        gap: 50px;
    }

    .location-title {
        font-size: 35px;
    }
}

/* Medium screens - smaller laptops and tablets landscape */
@media (max-width: 1200px) {
    .hero-section {
        background-position: center 0;
    }
}

@media (max-width: 1000px) {
    .hero-section {
        min-height: 100vh;
        background-position: center 0;
    }

    .hero-content {
        padding: 90px 28px 60px;
        min-height: 100vh;
    }

    .hero-title {
        font-size: 33px;
    }

    .line-3 {
        font-size: 33px;
    }

    .line-4 {
        font-size: 33px;
    }

    .logo-nfu {
        height: 40px;
    }

    .logo-hampton {
        height: 40px;
    }

    .hero-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }

    .hero-logos {
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }
}

/* Tablet and smaller laptop screens */
@media (max-width: 900px) {
    .hero-section {
        min-height: 100vh;
        background-position: center 0;
    }

    .hero-content {
        padding: 85px 25px 60px;
        min-height: 100vh;
    }

    .hero-title {
        font-size: 30px;
    }

    .line-3 {
        font-size: 30px;
    }

    .line-4 {
        font-size: 30px;
    }

    .logo-nfu {
        height: 38px;
    }

    .logo-hampton {
        height: 38px;
    }

    .hero-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .hero-logos {
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }
}

@media (max-width: 768px) {
    /* Prevent horizontal overflow */
    body {
        overflow-x: hidden;
    }

    .header-container {
        padding: 15px 20px;
    }

    .header-logo img {
        height: 20px;
        width: auto;
    }

    .hamburger {
        display: flex;
        position: relative;
        z-index: 1002;
    }

    .hamburger.active {
        position: fixed;
        right: 20px;
        top: 20px;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        transition: right 0.3s ease;
        padding: 20px;
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-menu a {
        font-size: 24px;
    }

    .hero-section {
        min-height: 100vh;
        padding: 0;
        background-position: center 0;
    }

    .hero-title {
        font-size: 32px;
        line-height: 110%;
    }

    .hero-title .line-1,
    .hero-title .line-2 {
        font-size: 32px;
    }

    .line-3 {
        font-size: 28px;
        margin-top: 15px;
    }

    .line-4 {
        font-size: 28px;
        margin-top: 8px;
    }

    .hero-content {
        padding: 80px 20px 50px;
        max-width: 100%;
        min-height: 100vh;
    }

    .hero-text {
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 40px 0;
    }

    .hero-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .hero-logos {
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }

    .logo-nfu {
        height: 35px;
        width: auto;
    }

    .logo-hampton {
        height: 35px;
        width: auto;
    }

    .brochure-button {
        padding: 12px 24px;
        font-size: 16px;
    }

    .introduction-section {
        position: relative;
        margin: 20px !important;
        background-color: #322F2A;
        background-image: url('../images/connected-dots-top.png');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 60px 0;
        border-radius: 20px;
    }

    .introduction-content {
        padding: 0 20px;
    }

    .introduction-title {
        font-size: 26px;
        line-height: 120%;
        margin: 0 0 20px 0;
    }

    .introduction-label {
        font-size: 14px;
        letter-spacing: 4px;
        margin: 0 0 15px 0;
    }

    .introduction-text {
        font-size: 14px;
        line-height: 22px;
    }

    .accommodation-section {
        padding: 60px 0;
    }

    .accommodation-content {
        padding: 0 20px;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .accommodation-left {
        align-items: center;
        text-align: center;
    }

    .accommodation-label {
        font-size: 14px;
        letter-spacing: 4px;
        margin: 0 0 20px 0;
    }

    .accommodation-text {
        font-size: 15px;
        text-align: center;
    }

    .accommodation-tables {
        max-width: 100%;
    }

    .accommodation-table {
        padding: 8px !important;
    }

    .accommodation-table td {
        font-size: 13px;
        padding: 8px 6px;
        line-height: 18px;
    }

    .accommodation-right {
        padding: 20px;
    }

    .north-icon {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px;
    }

    .zoom-icon {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px;
    }

    .zoom-icon svg {
        width: 20px;
        height: 20px;
    }

    .live-camera-section {
        padding: 60px 20px;
        min-height: 300px;
    }

    .live-camera-title {
        font-size: 24px;
        line-height: 120%;
        margin: 0 0 15px 0;
    }

    .live-camera-text {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 25px 0;
    }

    .live-camera-button {
        padding: 12px 24px;
        font-size: 16px;
    }

    .camera-icon {
        width: 20px;
        height: 20px;
    }

    .specifications-section {
        padding: 40px 15px;
        margin: 0;
    }

    .specifications-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .spec-icon {
        width: 100px;
        height: 100px;
    }

    .spec-label {
        font-size: 13px;
        line-height: 18px;
    }

    .esg-section {
        padding: 80px 20px;
    }

    .esg-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .esg-content {
        position: relative;
        z-index: 2;
    }

    .esg-label {
        font-size: 14px;
        letter-spacing: 4px;
    }

    .esg-title {
        font-size: 24px;
        line-height: 120%;
        margin: 0 0 20px 0;
    }

    .esg-text {
        font-size: 14px;
        line-height: 22px;
        margin: 0 auto 40px;
    }

    .esg-icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
        gap: 40px 20px;
        align-items: start;
    }

    .esg-icon {
        width: 100px;
        height: 100px;
    }

    .esg-icon-label {
        font-size: 13px;
        line-height: 18px;
    }

    .esg-disclaimer {
        font-size: 15px;
        line-height: 24px;
        color: #fff;
    }

    .location-section {
        padding: 60px 0;
    }

    .location-content {
        padding: 0 20px;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .location-left {
        height: 400px;
        order: 2;
    }

    .location-right {
        order: 1;
        align-items: flex-start;
    }

    .location-label {
        font-size: 14px;
        letter-spacing: 4px;
        margin: 0 0 20px 0;
        text-align: left;
    }

    .location-title {
        font-size: 26px;
        line-height: 120%;
        margin: 0 0 20px 0;
        text-align: left;
    }

    .location-text {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 30px 0;
        text-align: left;
    }

    .location-tables {
        max-width: 100%;
    }

    .location-table {
        padding: 8px !important;
    }

    .location-table td {
        font-size: 13px;
        padding: 8px 6px;
        line-height: 18px;
    }

    .location-table td:first-child {
        font-size: 12px;
    }

    .location-button {
        max-width: 100%;
        padding: 12px 24px;
        font-size: 16px;
    }

    .demographics-section {
        padding: 60px 0;
        align-items: flex-start;
    }

    .demographics-section::before {
        width: 100%;
        background: rgba(255, 255, 255, 0.4);
    }

    .demographics-content {
        padding: 0 20px;
    }

    .demographics-text-container {
        max-width: 100%;
    }

    .demographics-label {
        font-size: 14px;
        letter-spacing: 4px;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .demographics-title {
        font-size: 24px;
        line-height: 120%;
        margin: 0 0 20px 0;
    }

    .demographics-description {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 30px 0;
    }

    .demographics-stats {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 100%;
    }

    .stat-number {
        font-size: 26px;
    }

    .stat-label {
        font-size: 15px;
        line-height: 24px;
    }

    .demographics-source {
        text-align: left;
    }

    .footer-section {
        padding: 60px 0 30px;
    }

    .footer-content {
        padding: 0 20px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .footer-logos {
        flex-direction: column;
        gap: 30px;
    }

    .footer-column-right {
        align-items: flex-start;
    }

    .footer-top-logo {
        margin-bottom: 30px;
    }

    .footer-column h3 {
        font-size: 18px;
        margin: 0 0 25px 0;
    }

    .footer-newsletter {
        max-width: 100%;
    }

    .footer-newsletter-input {
        font-size: 14px;
        padding: 10px 15px;
    }

    .footer-newsletter-button {
        padding: 10px 15px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .footer-partner-logos {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-partner-logo {
        height: 30px;
    }

    .footer-logo-item {
        flex-direction: column;
        gap: 20px;
    }

    .footer-logo-item img {
        height: 30px;
    }

    .footer-contact-item {
        font-size: 13px;
        line-height: 18px;
        word-break: break-word;
    }

    .footer-contact-item a {
        word-break: break-all;
    }

    /* Ensure all content areas don't cause horizontal overflow */
    * {
        max-width: 100%;
    }

    img {
        height: auto;
    }
}

/* Additional small mobile optimization for very small screens */
@media (max-width: 375px) {
    .hero-title {
        font-size: 24px;
    }

    .hero-title .line-1,
    .hero-title .line-2 {
        font-size: 24px;
    }

    .line-3 {
        font-size: 24px;
        margin-top: 12px;
    }

    .line-4 {
        font-size: 24px;
        margin-top: 6px;
    }

    .logo-nfu {
        height: 30px;
    }

    .logo-hampton {
        height: 30px;
    }

    .introduction-title,
    .location-title,
    .demographics-title {
        font-size: 24px;
    }

    .live-camera-title,
    .esg-title {
        font-size: 22px;
    }

    .accommodation-table td,
    .location-table td {
        font-size: 12px;
        padding: 6px 4px;
    }

    .specifications-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Partial Section Placeholder Styles */
.partial-section {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    margin: 20px 0;
}

.partial-placeholder {
    text-align: center;
}

.partial-placeholder h2 {
    font-size: 2rem;
    color: #333;
}
