﻿/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Navigation Panel Î±Ï€ÏŒ Î±ÏÎ¹ÏƒÏ„ÎµÏÎ¬ */
.nav_panel {
    transform: translateX(-100%);
    left: 0 !important;
    right: auto !important;
}

/* Menu items: first letter uppercase, rest lowercase */
.sidebar-navigation nav a {
    text-transform: lowercase;
}

.sidebar-navigation nav a::first-letter {
    text-transform: uppercase;
}

.nav_panel.show {
    transform: translateX(0);
}

/* Close button position adjustment */
.nav_panel .closebt {
    left: 25px !important;
    right: auto !important;
}

/* Layer positioning */
.layer {
    z-index: 9998;
}

/* Hero Heading Style */
.hero .wrapper h1 {
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero .wrapper small {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    opacity: 0.9;
}

/* Hero Description - Smaller and Less Bold */
.hero .wrapper .hero-description {
    font-family: 'Google Sans', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;
    max-width: 90%;
    margin: 0 auto;
}

/* Global Font - All Text Uses Google Sans */
* {
    font-family: 'Google Sans', sans-serif !important;
}

/* All Headers Use Google Sans */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Google Sans', sans-serif !important;
    font-weight: 600;
}

/* Body and Paragraph Text */
body {
    font-family: 'Google Sans', sans-serif !important;
    font-weight: 400;
}

p, span, div, li, td, th {
    font-family: 'Google Sans', sans-serif !important;
    font-weight: 400;
}

a {
    font-family: 'Google Sans', sans-serif !important;
    font-weight: 500;
}

/* Buttons */
.btn_1, .btn_1 a {
    font-family: 'Google Sans', sans-serif !important;
    font-weight: 600 !important;
}

/* Form Elements */
input, textarea, select {
    font-family: 'Google Sans', sans-serif !important;
    font-weight: 400;
}

/* Navigation */
nav, nav a, nav ul, nav li {
    font-family: 'Google Sans', sans-serif !important;
}

/* Hero Video Background */
.hero {
    position: relative;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

/* Navigation Panel Address */
.address_panel {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
  background-color: #faf8f5;
  padding: 20px;
}

.address-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: 20px;
}

.address-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  text-align: right;
  width: 100%;
}

.phone-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  text-align: right;
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: 0;
}

.address-item i,
.phone-item i {
  font-size: 18px;
  color: #978667;
  margin-top: 2px;
  flex-shrink: 0;
}

.address-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
}

.phone-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.address-text .street,
.address-text .area,
.address-text .city {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  font-weight: 500;
}

.address-text .area,
.address-text .city {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}

.phone-text a {
  font-size: 18px;
  color: #978667;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.phone-text a:hover {
  color: #24262d;
}

/* Right alignment for all address elements */
.address-content > * {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* Responsive alignment for mobile */
@media (max-width: 767px) {
  .address_panel {
    height: 120px;
    padding: 15px;
  }
  
  .address-content {
    gap: 15px;
    max-width: 260px;
    margin-right: 15px;
  }
  
  .address-item i,
  .phone-item i {
    font-size: 16px;
  }
  
  .address-text .street {
    font-size: 13px;
  }
  
  .address-text .area,
  .address-text .city {
    font-size: 12px;
  }
  
  .phone-text a {
    font-size: 14px;
  }
}

/* Legacy logo panel styles for footer */
.logo_panel {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
  background-color: #faf8f5;
  padding: 20px;
}

.logo_panel img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Header Layout */
.header-content {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
}

/* Navigation ÏƒÏ„Î­ÎºÎµÏ„Î±Î¹ Î±ÏÎ¹ÏƒÏ„ÎµÏÎ¬ */
.nav-left {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1001;
}

.nav-left .btn_1 {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    border-radius: 4px;
}

/* Logo ÏƒÏ„Î¿ ÎºÎ­Î½Ï„ÏÎ¿ */
.logo-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
}

.logo-center img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Language Switcher - Ultra Minimal Dropdown */
.nav-right {
    display: flex;
    align-items: center;
    z-index: 1001;
}

.language-switcher {
    position: relative;
    margin-left: 20px;
}

.language-select-minimal {
    background: none;
    border: 1px solid #978667;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    padding: 4px 20px 4px 8px;
    border-radius: 3px;
    font-family: inherit;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='rgba(255,255,255,0.7)' d='m0 0 2 2 2-2z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 8px;
    transition: all 0.2s ease;
}

.language-select-minimal:hover {
    color: white;
    border-color: #978667;
    background-color: rgba(151, 134, 103, 0.1);
}

.language-select-minimal:focus {
    outline: 1px solid #978667;
    outline-offset: 1px;
    border-color: #978667;
}

.language-select-minimal option {
    background: #333;
    color: white;
    padding: 8px;
}

/* Fixed header state - adapt colors for white background */
.header-fixed .language-select-minimal {
    border-color: #978667;
    color: #666;
    background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23666' d='m0 0 2 2 2-2z'/></svg>");
}

.header-fixed .language-select-minimal:hover {
    color: #333;
    border-color: #978667;
    background-color: rgba(151, 134, 103, 0.1);
}

.header-fixed .language-select-minimal:focus {
    outline: 1px solid #978667;
    border-color: #978667;
}

.header-fixed .language-select-minimal option {
    background: white;
    color: #333;
    padding: 8px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .header-content {
        position: relative;
        height: 60px;
    }
    
    .nav-left {
        position: absolute;
        left: 15px;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        gap: 10px;
        margin: 0;
        padding: 0;
    }
    
    .nav-left .btn_1 {
        padding: 8px 12px;
        font-size: 12px;
        margin: 0;
        border-radius: 4px;
        position: relative;
        top: -2px;
    }

    .nav-left .hamburger_2 {
        top: 0;
    }
    
    .logo-center {
        width: 70px;
        height: 35px;
    }
    
    .logo-center img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .nav-right {
        position: absolute;
        right: 15px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
    
    .language-switcher {
        margin-left: 0;
    }
    
    .language-select-minimal {
        font-size: 12px;
        padding: 2px 16px 2px 4px;
        border: 1px solid #978667;
    }
    
    .header-fixed .language-select-minimal {
        border-color: #978667;
        color: #666;
    }
}

@media (max-width: 480px) {
    /* Mobile: Navigation Î´ÎµÎ¾Î¹Î¬, Logo ÎºÎ­Î½Ï„ÏÎ¿ */
    .header-content {
        position: relative;
        height: 60px;
    }
    
    .nav-left {
        position: absolute;
        left: 12px;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        gap: 8px;
        margin: 0;
        padding: 0;
    }
    
    .nav-left .btn_1 {
        padding: 6px 10px;
        font-size: 11px;
        margin: 0;
        border-radius: 4px;
        position: relative;
        top: -2px;
    }

    .nav-left .hamburger_2 {
        top: 0;
    }
    
    .logo-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }
    
    .logo-center {
        width: 60px;
        height: 30px;
    }
    
    .logo-center img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .nav-right {
        position: absolute;
        right: 12px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
    
    .language-switcher {
        margin-left: 0;
    }
    
    .language-select-minimal {
        font-size: 12px;
        padding: 2px 16px 2px 4px;
        border: 1px solid #978667;
    }
    
    .header-fixed .language-select-minimal {
        border-color: #978667;
        color: #666;
    }
}

/* Hero Video Responsive */
@media (max-width: 767px) {
    .hero.full-height {
        height: 100svh;
        min-height: 0;
    }

    .hero-video {
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%) scale(1.08);
        object-fit: cover;
        object-position: center center;
    }
    
    .hero .wrapper h1 {
        font-size: 2.5rem !important;
        line-height: 1.2;
    }
    
    .hero .wrapper .hero-description {
        font-size: 0.85rem !important;
        max-width: 95%;
    }
}

/* Homepage intro */
.homepage-intro {
    row-gap: 45px;
}

.homepage-intro__content {
    max-width: 560px;
}

.homepage-intro__media {
    position: relative;
    margin: 0;
    aspect-ratio: 1.08 / 1;
    min-height: 430px;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 26px 70px rgba(20, 30, 36, 0.18);
}

.homepage-intro__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.42) 100%);
    pointer-events: none;
}

.homepage-intro__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 58% center;
    transform: scale(1.03);
}

.homepage-intro__media figcaption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    color: #fff;
}

.homepage-intro__media figcaption span {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.homepage-intro__media figcaption strong {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    text-align: right;
    color: #fff;
}

@media (max-width: 991px) {
    .homepage-intro__content {
        max-width: none;
    }

    .homepage-intro__media {
        min-height: 360px;
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 575px) {
    .homepage-intro__media {
        min-height: 300px;
        aspect-ratio: 4 / 5;
    }

    .homepage-intro__media figcaption {
        left: 18px;
        right: 18px;
        bottom: 18px;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .homepage-intro__media figcaption strong {
        text-align: left;
        font-size: 18px;
    }
}

/* Gastronomy page */
.gastronomy-page {
    background-color: #fff;
}

.gastronomy-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 140px 20px 90px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.gastronomy-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}

.gastronomy-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.02);
}

.gastronomy-hero__content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    width: 100%;
}

.gastronomy-hero__subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 10px;
}

.gastronomy-hero h1 {
    color: #fff;
    font-size: 46px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0;
}

.gastronomy-intro,
.gastronomy-note {
    padding: 40px 0 20px;
}

.gastronomy-intro p,
.gastronomy-note p {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #4b4b4b;
}

.gastronomy-gallery {
    padding: 40px 0;
}

.gastronomy-gallery--last {
    padding-bottom: 120px;
}

.gastronomy-shot {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.gastronomy-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .gastronomy-hero {
        min-height: 60vh;
        padding: 130px 20px 70px;
    }

    .gastronomy-hero h1 {
        font-size: 38px;
    }

    .gastronomy-intro,
    .gastronomy-note {
        padding: 30px 0 15px;
    }

    .gastronomy-gallery {
        padding: 30px 0;
    }

    .gastronomy-gallery--last {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .gastronomy-hero {
        min-height: 50vh;
        padding: 120px 15px 60px;
    }

    .gastronomy-hero__subtitle {
        letter-spacing: 3px;
    }

    .gastronomy-hero h1 {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .gastronomy-intro p,
    .gastronomy-note p {
        font-size: 14px;
    }
}

/* Meetings & Events page */
.meetings-page {
    background-color: #fff;
}

.meetings-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 140px 20px 90px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.meetings-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}

.meetings-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.02);
}

.meetings-hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
}

.meetings-hero__subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 10px;
}

.meetings-hero h1 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0;
}

.meetings-intro {
    padding: 50px 0 60px;
}

.meetings-intro h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.meetings-intro p {
    color: #4b4b4b;
    line-height: 1.8;
    margin-bottom: 25px;
}

.meetings-lists {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
}

.meetings-lists h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.meetings-lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.meetings-lists li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: 8px;
}

.meetings-lists li::before {
    content: "â€¢";
    position: absolute;
    left: 0;
    color: #978667;
}

.meetings-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.meetings-side__title {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #978667;
    text-align: center;
}

.meetings-side__image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.meetings-side__image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.meetings-social {
    padding: 40px 0 120px;
}

.meetings-social__content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 35px;
}

.meetings-social__content h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.meetings-social__content p {
    color: #4b4b4b;
    line-height: 1.8;
    margin: 0;
}

.meetings-shot {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.meetings-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .meetings-hero {
        min-height: 60vh;
        padding: 130px 20px 70px;
    }

    .meetings-hero h1 {
        font-size: 34px;
    }

    .meetings-intro {
        padding: 40px 0 50px;
    }

    .meetings-lists {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .meetings-social {
        padding: 30px 0 90px;
    }
}

@media (max-width: 575px) {
    .meetings-hero {
        min-height: 50vh;
        padding: 120px 15px 60px;
    }

    .meetings-hero h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .meetings-lists li {
        font-size: 13px;
    }
}

/* Fitness & Wellness page */
.fitness-page {
    background-color: #fff;
}

.fitness-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 140px 20px 90px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.fitness-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}

.fitness-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.02);
}

.fitness-hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
}

.fitness-hero__subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 10px;
}

.fitness-hero h1 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0;
}

.fitness-section {
    padding: 55px 0;
}

.fitness-section--alt {
    padding-bottom: 120px;
}

.fitness-shot {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.fitness-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fitness-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.fitness-text p {
    color: #4b4b4b;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {
    .fitness-hero {
        min-height: 60vh;
        padding: 130px 20px 70px;
    }

    .fitness-hero h1 {
        font-size: 34px;
    }

    .fitness-section {
        padding: 40px 0;
    }

    .fitness-section--alt {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .fitness-hero {
        min-height: 50vh;
        padding: 120px 15px 60px;
    }

    .fitness-hero h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}

/* Services & Facilities page */
.services-page {
    background-color: #fff;
}

.services-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 140px 20px 90px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.services-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}

.services-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.02);
}

.services-hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
}

.services-hero__subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 10px;
}

.services-hero h1 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0;
}

.services-content {
    padding: 55px 0 120px;
}

.services-row {
    margin-top: 40px;
}

.services-block h2 {
    font-size: 22px;
    margin-bottom: 12px;
}

.services-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-block li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: 8px;
}

.services-block li::before {
    content: "â€¢";
    position: absolute;
    left: 0;
    color: #978667;
}

.services-shot {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.services-shot--top {
    margin-top: 10px;
}

.services-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-meta {
    margin-top: 20px;
    color: #6a6a6a;
    font-size: 14px;
}

.services-meta p {
    margin-bottom: 6px;
}

@media (max-width: 991px) {
    .services-hero {
        min-height: 60vh;
        padding: 130px 20px 70px;
    }

    .services-hero h1 {
        font-size: 34px;
    }

    .services-content {
        padding: 40px 0 90px;
    }

    .services-row {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .services-hero {
        min-height: 50vh;
        padding: 120px 15px 60px;
    }

    .services-hero h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}

/* Destination page */
.destination-page {
    background-color: #fff;
}

.destination-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 140px 20px 90px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.destination-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}

.destination-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.02);
}

.destination-hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
}

.destination-hero__subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 10px;
}

.destination-hero h1 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0;
}

.destination-content {
    padding: 55px 0 120px;
}

.destination-intro {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
    color: #4b4b4b;
    line-height: 1.8;
}

.destination-intro p {
    margin-bottom: 18px;
}

.destination-image {
    max-width: 760px;
    margin: 0 auto 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.destination-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.destination-footer {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    color: #4b4b4b;
    line-height: 1.8;
}

.destination-footer p {
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .destination-hero {
        min-height: 60vh;
        padding: 130px 20px 70px;
    }

    .destination-hero h1 {
        font-size: 34px;
    }

    .destination-content {
        padding: 40px 0 90px;
    }
}

@media (max-width: 575px) {
    .destination-hero {
        min-height: 50vh;
        padding: 120px 15px 60px;
    }

    .destination-hero h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}

/* About page */
.about-page {
    background-color: #fff;
}

.about-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 140px 20px 90px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}

.about-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.02);
}

.about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
}

.about-hero__subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 10px;
}

.about-hero h1 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0;
}

.about-content {
    padding: 55px 0 120px;
}

.about-intro {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
    color: #4b4b4b;
    line-height: 1.8;
}

.about-intro p {
    margin-bottom: 18px;
}

.about-image {
    max-width: 760px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.about-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 991px) {
    .about-hero {
        min-height: 60vh;
        padding: 130px 20px 70px;
    }

    .about-hero h1 {
        font-size: 34px;
    }

    .about-content {
        padding: 40px 0 90px;
    }
}

@media (max-width: 575px) {
    .about-hero {
        min-height: 50vh;
        padding: 120px 15px 60px;
    }

    .about-hero h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}

/* Photo Gallery page */
.gallery-page {
    background-color: #0d0f12;
    color: #fff;
}

.gallery-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 140px 20px 90px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.gallery-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 15, 18, 0.15) 0%, rgba(13, 15, 18, 0.35) 45%, rgba(13, 15, 18, 0.85) 100%);
    z-index: 1;
}

.gallery-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.02);
}

.gallery-hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
}

.gallery-hero__subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 10px;
}

.gallery-hero h1 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0;
}

.gallery-grid {
    padding: 40px 0 120px;
}

.gallery-grid__inner {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.gallery-tile {
    border: none;
    padding: 0;
    background: transparent;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
    transform: translateZ(0);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 16px;
    background: linear-gradient(180deg, rgba(13, 15, 18, 0) 0%, rgba(13, 15, 18, 0.6) 60%, rgba(13, 15, 18, 0.85) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.gallery-overlay span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.gallery-download {
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    text-decoration: none;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.gallery-download:hover {
    transform: translateY(-2px);
    background: #fff;
}

.gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55);
}

.gallery-tile:hover .gallery-overlay {
    opacity: 1;
}

.gallery-tile:hover img {
    transform: scale(1.04);
}

.gallery-tile {
    grid-column: span 4;
    height: 240px;
}

.gallery-tile.is-wide {
    grid-column: span 6;
    height: 260px;
}

.gallery-tile.is-tall {
    grid-column: span 4;
    height: 320px;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 10, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 99999;
}

.gallery-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.gallery-lightbox__image {
    max-width: min(1200px, 92vw);
    max-height: 82vh;
}

.gallery-lightbox__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.gallery-lightbox__close {
    position: absolute;
    top: 24px;
    right: 24px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gallery-lightbox__close:hover {
    transform: scale(1.05);
}

.gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gallery-lightbox__nav:hover {
    transform: translateY(-50%) scale(1.05);
}

.gallery-lightbox__nav--prev {
    left: 30px;
}

.gallery-lightbox__nav--next {
    right: 30px;
}

.gallery-lightbox-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .gallery-hero {
        min-height: 50vh;
        padding: 130px 20px 70px;
    }

    .gallery-hero h1 {
        font-size: 34px;
    }

    .gallery-grid__inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 14px;
    }

    .gallery-tile,
    .gallery-tile.is-wide,
    .gallery-tile.is-tall {
        grid-column: span 3;
        height: 200px;
    }
}

@media (max-width: 575px) {
    .gallery-hero {
        min-height: 45vh;
        padding: 120px 15px 60px;
    }

    .gallery-hero h1 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .gallery-grid__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-tile,
    .gallery-tile.is-wide,
    .gallery-tile.is-tall {
        grid-column: span 1;
        height: 170px;
    }
}

/* Contact page */
.contact-page {
    background-color: #fff;
}

.contact-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 140px 20px 90px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 15, 18, 0.1) 0%, rgba(13, 15, 18, 0.3) 45%, rgba(13, 15, 18, 0.7) 100%);
    z-index: 1;
}

.contact-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.02);
}

.contact-hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
}

.contact-hero__subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 10px;
}

.contact-hero h1 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0;
}

.contact-content {
    padding: 55px 0 120px;
}

.contact-shot {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.contact-shot img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.contact-card {
    background: #fff;
    padding: 25px 10px;
}

.contact-card h2 {
    font-size: 22px;
    margin-bottom: 12px;
}

.contact-card p {
    color: #4b4b4b;
    line-height: 1.8;
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.contact-details h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #978667;
    margin-bottom: 8px;
}

.contact-map {
    margin-top: 24px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.contact-map img {
    width: 100%;
    display: block;
}

.contact-map iframe {
    width: 100%;
    display: block;
}

@media (max-width: 991px) {
    .contact-hero {
        min-height: 50vh;
        padding: 130px 20px 70px;
    }

    .contact-hero h1 {
        font-size: 34px;
    }

    .contact-content {
        padding: 40px 0 90px;
    }
}

@media (max-width: 575px) {
    .contact-hero {
        min-height: 45vh;
        padding: 120px 15px 60px;
    }

    .contact-hero h1 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .contact-card {
        padding: 10px 0;
    }
}

/* Standard Coco-mat Room page */
.room-page {
    background-color: #fff;
}

.room-hero {
    padding-top: 110px;
    background: #111;
}


.room-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    max-width: 1200px;
    margin: 0 auto;
    background: #111;
}

.room-carousel__track {
    display: flex;
    transition: transform 0.55s ease;
    touch-action: pan-y;
}

.room-carousel__slide {
    min-width: 100%;
    height: 75vh;
    position: relative;
    background: #111;
    cursor: default;
}

.room-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.room-carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all 0.2s ease;
}

.room-carousel__btn:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

.room-carousel__btn--prev {
    left: 20px;
}

.room-carousel__btn--next {
    right: 20px;
}

.room-carousel__dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.room-carousel__dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease;
}

.room-carousel__dots button.is-active {
    width: 24px;
    border-radius: 10px;
    background: #fff;
}

.room-carousel__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 12px;
    max-width: 1200px;
    margin: 18px auto 0;
    padding: 0 20px 30px;
}

.room-carousel__thumb {
    border: none;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    outline: 2px solid transparent;
    transition: all 0.2s ease;
    background: #111;
}

.room-carousel__thumb img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    display: block;
}

.room-carousel__thumb.is-active {
    outline-color: #978667;
    transform: translateY(-3px);
}

.room-details {
    padding: 40px 0 20px;
}

.room-details__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.room-details__header h1 {
    font-size: 28px;
    margin-bottom: 8px;
}

.room-details__subtitle {
    color: #6a6a6a;
    margin-bottom: 0;
}

.room-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 35px;
}

.room-highlight {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #faf8f5;
    padding: 16px 20px;
    border-radius: 14px;
}

.room-highlight i {
    font-size: 28px;
    color: #978667;
}

.room-highlight h3 {
    margin: 0;
    font-size: 16px;
}

.room-highlight p {
    margin: 0;
    color: #6a6a6a;
    font-size: 13px;
}

.room-amenities {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    padding: 25px 0 10px;
    border-top: 1px solid #eee;
}

.room-amenities h2 {
    font-size: 18px;
    margin-bottom: 12px;
}

.room-amenities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.room-amenities li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    color: #5a5a5a;
    font-size: 14px;
}

.room-amenities li::before {
    content: "â€¢";
    position: absolute;
    left: 0;
    color: #978667;
}

.room-related {
    padding: 40px 0 120px;
}

.room-related h2 {
    font-size: 22px;
    margin-bottom: 25px;
}

.room-card {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.room-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.room-card__body {
    padding: 16px 18px;
    background: #fff;
}

.room-card__body h3 {
    font-size: 16px;
    margin-bottom: 6px;
}

.room-card__body span {
    color: #978667;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.room-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.room-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 10, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 99999;
}

.room-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.room-lightbox__image {
    max-width: min(1200px, 90vw);
    max-height: 80vh;
}

.room-lightbox__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.room-lightbox__close {
    position: absolute;
    top: 24px;
    right: 24px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.room-lightbox__close:hover {
    transform: scale(1.05);
}

.room-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.room-lightbox__nav:hover {
    transform: translateY(-50%) scale(1.05);
}

.room-lightbox__nav--prev {
    left: 30px;
}

.room-lightbox__nav--next {
    right: 30px;
}

.room-lightbox-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .room-carousel__slide {
        height: 60vh;
    }

    .room-details__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .room-details__header .btn_1 {
        width: auto;
    }
}

@media (max-width: 575px) {
    .room-hero {
        padding-top: 95px;
    }

    .room-carousel__slide {
        height: 52vh;
    }

    .room-carousel__btn {
        width: 40px;
        height: 40px;
    }

    .room-carousel__thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Minimal premium footer */
footer.minimal-footer {
    background: #0f1113;
    color: rgba(255, 255, 255, 0.78);
    overflow: hidden;
}

footer.minimal-footer .footer_bg {
    height: 0;
    min-height: 0;
    padding-top: 0;
}

footer.minimal-footer .footer_bg .background-image,
footer.minimal-footer .footer_bg .gradient_over {
    display: none;
}

footer.minimal-footer .container {
    position: relative;
}

footer.minimal-footer .move_content {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr 1fr 1.25fr;
    gap: 42px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 76px 0 58px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

footer.minimal-footer .move_content > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: initial !important;
    padding-left: 0;
    padding-right: 0;
}

footer.minimal-footer .move_content::before {
    content: "Golden Star City Resort";
    display: block;
    grid-column: 1 / -1;
    margin-bottom: 42px;
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
}

footer.minimal-footer h5 {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

footer.minimal-footer ul {
    margin-bottom: 0;
}

footer.minimal-footer li {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.8;
}

footer.minimal-footer a {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
}

footer.minimal-footer a:hover {
    color: #fff;
}

footer.minimal-footer .footer_links ul li a {
    display: inline-flex;
    padding: 2px 0;
    color: rgba(255, 255, 255, 0.72);
}

footer.minimal-footer .footer_links ul li a:hover {
    color: #fff;
}

footer.minimal-footer .social ul {
    display: flex;
    gap: 10px;
    margin: 0;
}

footer.minimal-footer .social ul li {
    display: block;
    margin: 0;
}

footer.minimal-footer .social ul li a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.03);
}

footer.minimal-footer .social ul li a:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

footer.minimal-footer .social ul li a i {
    font-size: 17px;
}

footer.minimal-footer .copy {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    text-align: left;
}

footer.minimal-footer .copy .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

footer.minimal-footer .copy a {
    color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 991px) {
    footer.minimal-footer {
        z-index: 0;
    }

    footer.minimal-footer .move_content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 34px;
        padding: 58px 0 44px;
        row-gap: 30px;
    }

    footer.minimal-footer .move_content::before {
        margin-bottom: 20px;
        font-size: 26px;
    }
}

/* Legal pages */
.legal-page {
    background: #fff;
}

.legal-hero {
    padding: 155px 0 70px;
    background: #111416;
    color: #fff;
}

.legal-hero span {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.legal-hero h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
}

.legal-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
}

.legal-content {
    padding: 70px 0 110px;
}

.legal-copy {
    max-width: 860px;
    margin: 0 auto;
}

.legal-copy h2 {
    margin: 34px 0 12px;
    font-size: 22px;
    line-height: 1.3;
}

.legal-copy p {
    color: #4d5256;
    font-size: 16px;
    line-height: 1.85;
}

.legal-copy a {
    color: #978667;
    font-weight: 600;
    text-decoration: none;
}

.legal-copy a:hover {
    color: #111416;
}

@media (max-width: 575px) {
    .legal-hero {
        padding: 130px 0 55px;
    }

    .legal-hero h1 {
        font-size: 32px;
    }

    .legal-content {
        padding: 48px 0 80px;
    }

    .legal-copy h2 {
        font-size: 20px;
    }

    .legal-copy p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    footer.minimal-footer .move_content {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 46px 0 34px;
    }

    footer.minimal-footer .move_content::before {
        margin-bottom: 0;
        font-size: 23px;
    }

    footer.minimal-footer h5 {
        margin-bottom: 10px;
    }

    footer.minimal-footer .social ul {
        justify-content: flex-start;
    }

    footer.minimal-footer .copy {
        text-align: center;
    }

    footer.minimal-footer .copy .container {
        display: block;
    }
}
