/* TOPBAR SECTION */
/* ===== TOP BAR ===== */

.top-bar {
  background: white;
  padding: 8px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.top-bar-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left Side */
.top-bar-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.top-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.top-item a {
  text-decoration: none;
  color: #333;
}

.top-item a:hover {
  color: #a52a2a;
}

/* Right Social */
.top-bar-right {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 32px;
  height: 32px;
  background: #7b2d2d;
  color: white;
  display: grid;
  place-items: center;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.social-btn:hover {
  background: #5a1f1f;
}

/* Responsive */
@media (max-width: 768px) {
  .top-bar-container {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .top-bar-left {
    flex-direction: column;
    gap: 6px;
  }
}

/* Header Section */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img,
svg,
iframe {
    max-width: 100%;
}

body {
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
}

.container {
    width: min(90%, 1300px);
    margin: auto;
}

/* HEADER */
.main-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #7d2b2b;
    z-index: 999;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 115px;
    padding: 20px 0;
}

/* LOGO */
.logo img {
    height: 45px;
}

.site-logo {
    width: 100px;
    height: auto;
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* NAVIGATION */
.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-menu ul li {
    position: relative;
}

.nav-menu ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s ease;
}

.nav-menu ul li .nav-inside-list  {
    color: black;
}

/* ENQUIRE BUTTON */
.btn-enquire {
    background: linear-gradient(135deg, #d4af37, #c9a227);
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-enquire:hover {
    opacity: 0.85;
}

/* MEGA MENU */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 150px;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-radius: 4px;
}

.menu-column a {
    display: block;
    padding: 14px 20px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}

.menu-column a:hover {
    background: #f7f7f7;
}

/* SUBMENU */
.submenu-wrapper {
    position: relative;
}

.submenu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submenu-toggle span {
    font-size: 18px;
}

.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 220px;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-radius: 4px;
}

/* Hover effects */
.has-dropdown:hover .mega-menu {
    display: block;
}

.submenu-wrapper:hover .sub-menu {
    display: block;
}

.nav-menu a:focus-visible,
.btn-enquire:focus-visible,
.nav-toggle:focus-visible {
    outline: 2px solid #e6c06a;
    outline-offset: 3px;
}

/* ===== Hero Slider ===== */
.hero {
  position: relative;
  min-height: clamp(520px, 82vh, 860px);
  overflow: hidden;
  background: #111;
}

.slides {
  position: absolute;
  inset: 0;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity .8s ease, transform 1.4s ease;
}

.slide.active {
  opacity: 1;
  transform: scale(1);
}

/* Dark overlay like screenshot */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, .35) 0%,
      rgba(0, 0, 0, .25) 40%,
      rgba(0, 0, 0, .45) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0 16px;
}

.hero h1 {
  margin: 0 0 18px 0;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.15;
  text-shadow: 0 10px 22px rgba(0, 0, 0, .35);
  color:white;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 12px;
  background: rgba(122, 47, 47, .95);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
}

.hero-cta:hover {
  background: rgba(122, 47, 47, 1)
}

.hero-cta:active {
  transform: translateY(1px)
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  display: grid;
  place-items: center;
  transition: background .2s ease;
}

.arrow:hover {
  background: rgba(0, 0, 0, .6)
}

.arrow.left {
  left: 24px
}

.arrow.right {
  right: 24px
}

.arrow svg {
  width: 20px;
  height: 20px
}

/* Optional: bottom spacing content */
.page-content {
  max-width: var(--container);
  margin: 0 auto;
  padding: 34px 18px 120px;
  color: #d9d9d9;
}

.page-content p {
  max-width: 800px;
  line-height: 1.7
}

@media (max-width: 1100px) {
    .nav-menu ul {
        gap: 18px;
    }

    .nav-menu ul li a,
    .btn-enquire {
        font-size: 15px;
    }
}

@media (max-width: 920px) {
    .top-bar {
        display: none;
    }

    .main-header {
        z-index: 1001;
    }

    .nav-wrapper {
        min-height: 84px;
        padding: 14px 0;
    }

    .logo img {
        height: 40px;
        width: auto !important;
    }

    .nav-toggle {
        display: inline-flex;
        order: 3;
    }

    .btn-enquire {
        display: none;
    }

    .nav-menu {
        position: fixed;
        top: 84px;
        right: 0;
        width: min(360px, 100%);
        height: calc(100dvh - 84px);
        background: #5b1f1f;
        padding: 24px 20px 36px;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.22);
    }

    .nav-menu.open {
        transform: translateX(0);
    }

    .nav-menu ul {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .nav-menu ul li a {
        justify-content: space-between;
        width: 100%;
        padding: 14px 16px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.06);
    }

    .nav-menu ul li .nav-inside-list {
        color: #2a1a1a;
    }

    .mega-menu,
    .sub-menu {
        position: static;
        width: 100%;
        display: none;
        margin-top: 8px;
        border-radius: 14px;
        box-shadow: none;
        overflow: hidden;
    }

    .has-dropdown.open > .mega-menu,
    .submenu-wrapper.open > .sub-menu {
        display: block;
    }

    .menu-column a {
        padding: 12px 16px;
    }

    .submenu-wrapper > a {
        border-bottom: 1px solid #eee;
    }

    .sub-menu {
        margin-top: 0;
        padding-left: 10px;
    }

    .hero {
        min-height: 520px;
    }

    .arrow {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(92%, 1300px);
    }

    .hero {
        min-height: 460px;
    }

    .hero h1 {
        font-size: clamp(24px, 9vw, 38px);
        letter-spacing: 1px;
    }

    .hero-cta {
        width: min(100%, 280px);
        padding: 13px 20px;
    }

    .arrow {
        display: none;
    }
}

