* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  box-sizing: border-box;
}

:root {
  --theme-color: linear-gradient(135deg, #00247d, #00509d);
  --secondary-color: #E94B3C;
  --accent-color: #F7931E; 
  --text-color: #2D3748;
  --primary-color: #0F4C81;

  --secondary-font: "Caveat", cursive;
  --text-font: "Jost", sans-serif;
  --title-font: "Jost", sans-serif;

  --uk-navy:    #012169;
  --uk-deep:    #001140;
  --uk-red:     #C8102E;
  --uk-red-dk:  #9e0b24;
  --uk-gold:    #B8963E;
  --uk-stone:   #8B8680;
  --uk-fog:     #F2F0ED;
  --uk-linen:   #FAF8F5;
  --uk-text:    #3A3530;
  --uk-muted:   #6E6A65;
  --uk-border:  #E0DDD9;
  --white:      #FFFFFF;
}

body {
  font-size: 20px;
  color: var(--text-color);
  line-height: 29px;
  font-weight: 400;
  background: #ffffff;
  font-family: var(--text-font);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;

  padding-top: 90px;
  color: var(--uk-text);
  overflow-x: hidden;
}

img 
{ 
  display: block; 
  max-width: 100%; 
}

p {
  text-align: justify;
}

.large-container {
  max-width: 1710px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1330px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.content-box.uk-layout ul {
  padding-left: 30px !important;
  margin-top: 15px;
}

.content-box.uk-layout li {
  list-style: disc !important;
}

.content-box.uk-layout p {
  margin-bottom: 1px;
}

.content-box.uk-layout h6{
  margin-top: 28px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}


p {
  text-align: justify;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1710px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1330px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.content-box.in-layout ul {
  padding-left: 30px !important;
  margin-top: 15px;
}

.content-box.in-layout li {
  list-style: disc !important;
}

.content-box.in-layout p {
  margin-bottom: 1px;
}

.content-box.in-layout h6{
  margin-top: 28px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}


img { display: block; max-width: 100%; }

/* ==================== HEADER STYLES ==================== */
        
        .main-header {
            background: var(--white);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        }

        .main-header.scrolled {
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(10px);
        }

        .header-wrapper {
            padding: 20px 0;
            transition: padding 0.3s ease;
        }

        .main-header.scrolled .header-wrapper {
            padding: 12px 0;
        }

        /* Header row layout — defined explicitly here so it does not depend on
           the Bootstrap grid CSS being available. */
        .header-wrapper .row {
            display: flex !important;
            align-items: center;
            flex-wrap: nowrap;
            margin-left: 0;
            margin-right: 0;
        }

        .header-wrapper .row > [class*="col-"] {
            padding-left: 15px;
            padding-right: 15px;
            box-sizing: border-box;
        }

        .header-wrapper .col-lg-2.col-6 {
            flex: 0 0 auto;
            width: auto;
            max-width: none;
        }

        .header-wrapper .col-lg-7 {
            flex: 1 1 auto;
            min-width: 0;
            width: auto;
            max-width: none;
        }

        .header-wrapper .col-lg-3.col-6 {
            flex: 0 0 auto;
            width: auto;
            max-width: none;
            margin-left: auto;
        }

        /* Logo */
        .logo-container {
            display: flex;
            align-items: center;
            flex-shrink: 0;
        }

        .logo-container img {
            max-height: 55px;
            width: auto;
            transition: all 0.3s ease;
        }

        .main-header.scrolled .logo-container img {
            max-height: 48px;
        }

        /* Desktop Navigation */
        .nav-menu-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nav-menu {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 8px;
        }

        .nav-menu > li {
            position: relative;
        }

        .nav-menu > li > a {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 10px 18px;
            color: var(--text-color);
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            border-radius: 8px;
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-menu > li > a::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%) scaleX(0);
            width: 30px;
            height: 2px;
            background: var(--secondary-color);
            border-radius: 2px;
            transition: transform 0.3s ease;
        }

        .nav-menu > li.active > a,
        .nav-menu > li > a:hover {
            color: var(--secondary-color);
            background: rgba(233, 75, 60, 0.08);
        }

        .nav-menu > li.active > a::after,
        .nav-menu > li > a:hover::after {
            transform: translateX(-50%) scaleX(1);
        }

        .dropdown-icon {
            font-size: 11px;
            margin-left: 2px;
            transition: transform 0.3s ease;
        }

        .nav-menu > li:hover .dropdown-icon {
            transform: rotate(180deg);
        }

        /* Dropdown Menu */
        .dropdown-content {
            position: absolute;
            top: calc(100% + 15px);
            left: 0;
            min-width: 250px;
            background: var(--white);
            border-radius: 12px;
            padding: 12px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            border: 1px solid var(--border-color);
        }

        .nav-menu > li:hover .dropdown-content {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-content li {
            list-style: none;
        }

        .dropdown-content a {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            color: var(--text-color);
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.3s ease;
            font-size: 14.5px;
        }

        .dropdown-content a:hover {
            background: var(--light-bg);
            color: var(--primary-color);
            transform: translateX(5px);
        }

        .dropdown-content a i {
            color: var(--secondary-color);
            font-size: 14px;
        }

        /* Header Actions */
        .header-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 12px;
            flex-wrap: nowrap;
        }

        .btn-book-now {
            background: linear-gradient(135deg, var(--secondary-color), #d43d2f);
            color: var(--white);
            padding: 7px 15px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(233, 75, 60, 0.3);
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .btn-book-now:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(233, 75, 60, 0.4);
            color: var(--white);
        }

        /* Mobile Toggle */
        .mobile-toggle-btn {
            display: none;
            flex-direction: column;
            gap: 5px;
            background: none;
            border: none;
            cursor: pointer;
            padding: 10px;
            border-radius: 8px;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .mobile-toggle-btn:hover {
            background: var(--light-bg);
        }

        .mobile-toggle-btn span {
            width: 26px;
            height: 2.5px;
            background: var(--primary-color);
            border-radius: 3px;
            transition: all 0.3s ease;
        }

        .mobile-toggle-btn.active span:nth-child(1) {
            transform: rotate(45deg) translate(7px, 7px);
        }

        .mobile-toggle-btn.active span:nth-child(2) {
            opacity: 0;
            transform: translateX(-20px);
        }

        .mobile-toggle-btn.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -7px);
        }

        /* Mobile Menu */
        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 100%;
            max-width: 380px;
            height: 100vh;
            background: var(--white);
            z-index: 9999;
            overflow-y: auto;
            transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
        }

        .mobile-menu.active {
            right: 0;
        }

        .mobile-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(4px);
            z-index: 9998;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .mobile-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .mobile-menu-header {
            padding: 25px;
            background: var(--primary-color);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .mobile-menu-header img {
            max-height: 45px;
            /* filter: brightness(0) invert(1); */
        }

        .mobile-close-btn {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: var(--white);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .mobile-close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(90deg);
        }

        .mobile-menu-body {
            padding: 25px;
        }

        .mobile-menu-nav {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .mobile-menu-nav > li {
            margin-bottom: 8px;
        }

        .mobile-menu-nav > li > a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 18px;
            color: var(--text-color);
            text-decoration: none;
            border-radius: 10px;
            font-weight: 500;
            transition: all 0.3s ease;
            background: var(--light-bg);
        }

        .mobile-menu-nav > li > a:hover {
            background: var(--primary-color);
            color: var(--white);
        }

        .mobile-menu-nav > li.active > a {
            background: var(--secondary-color);
            color: var(--white);
        }

        .mobile-submenu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            margin-left: 15px;
            margin-top: 8px;
        }

        .mobile-submenu.active {
            max-height: 500px;
        }

        .mobile-submenu a {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 18px;
            color: var(--text-color);
            text-decoration: none;
            border-radius: 8px;
            margin-bottom: 5px;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .mobile-submenu a:hover {
            background: var(--light-bg);
            padding-left: 25px;
        }

        .mobile-submenu i {
            color: var(--secondary-color);
            font-size: 12px;
        }

        .mobile-contact-section {
            margin-top: 30px;
            padding-top: 25px;
            border-top: 2px solid var(--border-color);
        }

        .mobile-contact-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px;
            background: var(--light-bg);
            border-radius: 10px;
            margin-bottom: 12px;
            text-decoration: none;
            color: var(--text-color);
            transition: all 0.3s ease;
        }

        .mobile-contact-item:hover {
            background: var(--primary-color);
            color: var(--white);
        }

        .mobile-contact-item:hover .mobile-contact-icon {
            background: var(--white);
            color: var(--primary-color);
        }

        .mobile-contact-icon {
            width: 45px;
            height: 45px;
            background: var(--white);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--secondary-color);
            transition: all 0.3s ease;
        }

        /* ==================== RESPONSIVE ==================== */
        
        @media (max-width: 1199px) {
            .nav-menu > li > a {
                padding: 10px 14px;
                font-size: 14px;
            }
        }

        @media (max-width: 991px) {
            .nav-menu-wrapper {
                display: none;
            }

            .mobile-toggle-btn {
                display: flex;
            }

            .nav-menu {
              display: none;
            }

            .header-wrapper .row {
                flex-wrap: nowrap;
            }

            .header-wrapper .col-lg-2.col-6 {
                flex: 0 0 auto;
                width: auto;
                max-width: none;
            }

            .header-wrapper .col-lg-3.col-6 {
                flex: 1 1 auto;
                width: auto;
                max-width: none;
            }

            .header-actions {
                justify-content: flex-end;
            }
        }

        @media (max-width: 576px) {
            .mobile-menu {
                max-width: 100%;
            }

            .logo-container img {
                max-height: 42px;
            }

            .btn-book-now {
                padding: 7px 14px;
                font-size: 13px;
            }

            .header-wrapper .row > [class*="col-"] {
                padding-left: 10px;
                padding-right: 10px;
            }

            .header-actions {
                gap: 8px;
            }
        }

        @media (max-width: 340px) {
            .btn-book-now {
                font-size: 12px;
                padding: 7px 10px;
                gap: 4px;
            }

            .header-wrapper .row > [class*="col-"] {
                padding-left: 8px;
                padding-right: 8px;
            }

            .mobile-toggle-btn {
                padding: 8px;
            }
        }

 /* ==================== FOOTER STYLES ==================== */
        
        .main-footer {
            background: linear-gradient(to bottom, #1A202C 0%, #2D3748 100%);
            color: rgba(255, 255, 255, 0.85);
            padding-top: 70px;
            position: relative;
            margin-top: 80px;
        }

        .main-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
        }

        /* Footer Widget */
        .footer-widget {
            margin-bottom: 40px;
        }

        .footer-logo-section {
            margin-bottom: 25px;
        }

        .footer-logo-section img {
            max-height: 65px;
            margin-bottom: 20px;
        }

        .footer-description {
            font-size: 15px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 25px;
        }

        .footer-heading {
            font-family: 'Merriweather', serif;
            font-size: 20px;
            font-weight: 700;
            color: var(--white);
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 12px;
        }

        .footer-heading::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 3px;
            background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
            border-radius: 3px;
        }

        .footer-links-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links-list li {
            margin-bottom: 14px;
        }

        .footer-links-list a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            font-size: 15px;
        }

        .footer-links-list a:hover {
            color: var(--secondary-color);
            padding-left: 8px;
        }

        .footer-links-list a i {
            color: var(--accent-color);
            font-size: 10px;
            transition: transform 0.3s ease;
        }

        .footer-links-list a:hover i {
            transform: translateX(3px);
        }

        /* Contact Info */
        .footer-contact-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-contact-item {
            display: flex;
            gap: 15px;
            margin-bottom: 22px;
        }

        .contact-item-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(233, 75, 60, 0.15);
            border-radius: 12px;
            color: var(--secondary-color);
            font-size: 18px;
        }

        .contact-item-content {
            flex: 1;
            padding-top: 4px;
        }

        .contact-item-content span,
        .contact-item-content a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            display: block;
            line-height: 1.6;
            transition: color 0.3s ease;
        }

        .contact-item-content a:hover {
            color: var(--secondary-color);
        }

        /* Footer Bottom */
        .footer-bottom-section {
            background: rgba(0, 0, 0, 0.3);
            padding: 28px 0;
            margin-top: 60px;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .copyright-content {
            color: rgba(255, 255, 255, 0.6);
            font-size: 14px;
            margin: 0;
        }

        .copyright-content i {
            color: var(--secondary-color);
            margin: 0 5px;
        }

        .footer-bottom-menu {
            list-style: none;
            display: flex;
            justify-content: flex-end;
            flex-wrap: wrap;
            gap: 20px;
            margin: 0;
            padding: 0;
        }

        .footer-bottom-menu a {
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
            position: relative;
        }

        .footer-bottom-menu a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--secondary-color);
            transition: width 0.3s ease;
        }

        .footer-bottom-menu a:hover {
            color: var(--secondary-color);
        }

        .footer-bottom-menu a:hover::after {
            width: 100%;
        }

        /* Scroll to Top Button */
        .scroll-to-top-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 52px;
            height: 52px;
            background: linear-gradient(135deg, var(--secondary-color), #d43d2f);
            border: none;
            border-radius: 50%;
            color: var(--white);
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
            z-index: 999;
            box-shadow: 0 8px 24px rgba(233, 75, 60, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .scroll-to-top-btn.visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .scroll-to-top-btn:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 32px rgba(233, 75, 60, 0.5);
        }

        /* ==================== RESPONSIVE ==================== */
        
        @media (max-width: 991px) {
            .footer-bottom-menu {
                justify-content: center;
                margin-top: 15px;
            }
        }

        @media (max-width: 768px) {
            .main-footer {
                padding-top: 50px;
                margin-top: 60px;
            }

            .footer-heading {
                font-size: 18px;
            }

            .footer-widget {
                margin-bottom: 35px;
            }
        }

        @media (max-width: 576px) {
            .scroll-to-top-btn {
                width: 46px;
                height: 46px;
                bottom: 20px;
                right: 20px;
                font-size: 18px;
            }

            .footer-bottom-menu {
                gap: 15px;
                font-size: 13px;
            }
        }


    /* HERO */
    .uk-hero {
        position: relative;
        min-height: 90vh;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .uk-hero-bg {
        position: absolute;
        inset: 0;
    }

    /* thin red rule at very bottom of hero */
    .uk-hero::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, var(--uk-red), var(--uk-navy));
        z-index: 5;
    }

    .uk-hero-content {
        position: relative;
        z-index: 2;
        padding: 0 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .uk-hero-content h1 {
        font-family: var(--text-font);
        font-size: 42px;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 20px;
        line-height: 1.2;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.30);
        margin-top: 20px;
    }

    .uk-hero h1 {
        font-family: var(--text-font);
        font-size: 42px;
        font-weight: 700;
        line-height: 1.15;
        color: var(--white);
        margin-bottom: 24px;
    }

    .uk-hero h1 em {
        font-style: italic;
        color: var(--uk-gold);
    }

    .uk-hero p {
        font-size: 17px;
        line-height: 1.85;
        color: rgba(255,255,255,0.82);
        margin-bottom: 40px;
    }

    .uk-hero-btns {
        /* display: flex; */
        gap: 14px;
        flex-wrap: wrap;
    }

    .btn-uk-primary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 7px 14px;
        background: var(--uk-red);
        color: var(--white);
        font-weight: 700;
        font-size: 14.5px;
        letter-spacing: 0.3px;
        border: 2px solid var(--uk-red);
        transition: all 0.3s;
        margin-bottom: 20px;
    }

    .btn-uk-primary:hover {
        background: var(--uk-red-dk);
        border-color: var(--uk-red-dk);
        transform: translateY(-2px);
        color: var(--white);
    }

    .btn-uk-ghost {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 7px 14px;
        background: transparent;
        color: var(--white);
        border: 2px solid rgba(255,255,255,0.45);
        font-weight: 600;
        font-size: 14.5px;
        transition: all 0.3s;
        margin-bottom: 20px;
    }

    .btn-uk-ghost:hover {
        border-color: var(--white);
        background: rgba(255,255,255,0.1);
        color: var(--white);
    }

    /* WELCOME */
    .uk-welcome {
        padding: 90px 0;
        background: var(--white);
    }

    .uk-welcome-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    }

    .uk-welcome-text .eyebrow {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--uk-red);
        display: block;
        margin-bottom: 16px;
    }

    .uk-welcome-text h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(28px, 3vw, 44px);
        font-weight: 700;
        line-height: 1.25;
        color: var(--uk-navy);
        margin-bottom: 22px;
    }

    .uk-welcome-text p {
        font-size: 16px;
        line-height: 1.9;
        color: var(--uk-muted);
    }

    .uk-welcome-visual {
        position: relative;
    }

    .uk-welcome-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    /* decorative gold frame offset */
    .uk-welcome-visual::before {
        content: '';
        position: absolute;
        top: -16px;
        right: -16px;
        width: 70%;
        height: 70%;
        border: 3px solid var(--uk-gold);
        z-index: -1;
        opacity: 0.5;
    }

    /* WHY */
    .uk-why {
        padding: 90px 0;
        background: var(--uk-linen);
        border-top: 1px solid var(--uk-border);
        border-bottom: 1px solid var(--uk-border);
    }

    .uk-section-head {
        text-align: center;
        margin-bottom: 52px;
    }

    .eyebrow {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--uk-red);
        display: block;
        margin-bottom: 14px;
    }

    .uk-h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(26px, 3vw, 44px);
        font-weight: 700;
        color: var(--uk-navy);
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .uk-sub {
        font-size: 16px;
        line-height: 1.85;
        color: var(--uk-muted);
        max-width: 700px;
        margin: 0 auto;
    }

    .uk-why-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        border: 1px solid var(--uk-border);
        background: var(--white);
    }

    .uk-why-card {
        padding: 40px 30px;
        border-right: 1px solid var(--uk-border);
        transition: all 0.3s;
        position: relative;
    }

    .uk-why-card:last-child { border-right: none; }

    .uk-why-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--uk-red);
        transition: width 0.4s ease;
    }

    .uk-why-card:hover::after { width: 100%; }

    .uk-why-card:hover {
        box-shadow: 0 8px 30px rgba(1,33,105,0.08);
    }

    .uk-why-icon {
        width: 52px;
        height: 52px;
        background: var(--uk-fog);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--uk-navy);
        margin-bottom: 20px;
    }

    .uk-why-card h3 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 19px;
        font-weight: 700;
        color: var(--uk-navy);
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .uk-why-card p {
        font-size: 14px;
        line-height: 1.8;
        color: var(--uk-muted);
        margin: 0;
    }

    /* TOURS */
    .uk-tours {
        padding: 90px 0;
        background: var(--white);
    }

    .uk-tours-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
        margin-top: 52px;
    }

    .uk-tour-card {
        background: var(--white);
        border: 1px solid var(--uk-border);
        overflow: hidden;
        transition: all 0.35s;
    }

    .uk-tour-card:hover {
        box-shadow: 0 16px 50px rgba(1,33,105,0.12);
        transform: translateY(-6px);
    }

    .uk-tour-thumb {
        position: relative;
        height: 250px;
        overflow: hidden;
    }

    .uk-tour-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.55s;
    }

    .uk-tour-card:hover .uk-tour-thumb img { transform: scale(1.07); }

    /* Flag-inspired corner tag */
    .uk-tour-dur {
        position: absolute;
        top: 0;
        left: 0;
        background: var(--uk-navy);
        color: var(--white);
        padding: 8px 16px;
        font-size: 12.5px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 6px;
        letter-spacing: 0.3px;
    }

    .uk-tour-price {
        position: absolute;
        bottom: 0;
        right: 0;
        background: var(--uk-red);
        color: var(--white);
        padding: 9px 18px;
        font-weight: 700;
        font-size: 15px;
    }

    .uk-tour-body {
        padding: 26px 28px;
    }

    .uk-tour-loc {
        font-size: 11.5px;
        font-weight: 700;
        color: var(--uk-gold);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .uk-tour-body h3 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 21px;
        font-weight: 700;
        color: var(--uk-navy);
        margin-bottom: 12px;
        line-height: 1.35;
    }

    .uk-tour-body p {
        font-size: 13.5px;
        line-height: 1.8;
        color: var(--uk-muted);
        margin-bottom: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .btn-uk-tour {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 13px;
        background: var(--uk-navy);
        color: var(--white);
        font-weight: 700;
        font-size: 13.5px;
        letter-spacing: 0.3px;
        transition: all 0.3s;
    }

    .btn-uk-tour:hover {
        background: var(--uk-deep);
        color: var(--white);
    }

    /* SPLIT SECTIONS */
    .uk-split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 500px;
    }

    .uk-split-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .uk-split-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        display: block;
    }

    .uk-split-body {
        padding: 75px 65px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .uk-split-body.fog   { background: var(--uk-fog); }
    .uk-split-body.linen { background: var(--uk-linen); }
    .uk-split-body.white { background: var(--white); }

    .uk-split-body h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(24px, 2.6vw, 38px);
        font-weight: 700;
        color: var(--uk-navy);
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .uk-split-body p {
        font-size: 15.5px;
        line-height: 1.9;
        color: var(--uk-muted);
        margin-bottom: 18px;
    }

    /* Separator line under eyebrow */
    .uk-split-body .eyebrow { margin-bottom: 16px; }

    .uk-season-list {
        list-style: none;
        padding: 0;
        margin: 0 0 30px;
    }

    .uk-season-list li {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 10px 0;
        font-size: 15px;
        color: var(--uk-text);
        border-bottom: 1px solid var(--uk-border);
    }

    .uk-season-list li:last-child { border-bottom: none; }

    .uk-season-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .dot-red    { background: var(--uk-red); }
    .dot-navy   { background: var(--uk-navy); }
    .dot-gold   { background: var(--uk-gold); }
    .dot-stone  { background: var(--uk-stone); }

    .uk-season-list li strong { color: var(--uk-navy); }

    .btn-uk-navy {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 13px 30px;
        background: var(--uk-navy);
        color: var(--white);
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.3px;
        transition: all 0.3s;
        align-self: flex-start;
    }

    .btn-uk-navy:hover {
        background: var(--uk-deep);
        color: var(--white);
        transform: translateX(4px);
    }

    /* CTA */
    .uk-cta {
        padding: 100px 0;
        background: var(--uk-navy);
        position: relative;
        text-align: center;
        overflow: hidden;
    }

    /* subtle union-jack-inspired cross lines */
    .uk-cta::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 900px;
        height: 900px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(200,16,46,0.12) 0%, transparent 65%);
        pointer-events: none;
    }

    .uk-cta-inner { position: relative; z-index: 2; }

    /* gold top rule */
    .uk-cta::after {
        content: '';
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 5px;
        background: linear-gradient(to right, var(--uk-red), var(--uk-gold), var(--uk-red));
    }

    .uk-cta h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(30px, 4vw, 54px);
        font-weight: 700;
        color: var(--white);
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .uk-cta p {
        font-size: 17px;
        color: rgba(255,255,255,0.78);
        max-width: 680px;
        margin: 0 auto 40px;
        line-height: 1.85;
    }

    .uk-cta-btns {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn-cta-white {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 15px 36px;
        background: var(--white);
        color: var(--uk-navy);
        font-weight: 700;
        font-size: 15px;
        transition: all 0.3s;
    }

    .btn-cta-white:hover {
        background: var(--uk-linen);
        transform: translateY(-2px);
    }

    .btn-cta-red {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 15px 36px;
        background: var(--uk-red);
        color: var(--white);
        font-weight: 700;
        font-size: 15px;
        transition: all 0.3s;
    }

    .btn-cta-red:hover {
        background: var(--uk-red-dk);
        color: var(--white);
        transform: translateY(-2px);
    }

    /* RESPONSIVE */
    @media (max-width: 1100px) {
        .uk-why-grid { grid-template-columns: repeat(2, 1fr); }
        .uk-why-card { border-bottom: 1px solid var(--uk-border); }
        .uk-why-card:nth-child(2) { border-right: none; }
        .uk-why-card:nth-child(3),
        .uk-why-card:nth-child(4) { border-bottom: none; }
    }

    @media (max-width: 991px) {
        body { padding-top: 75px; }

        .uk-welcome-inner {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .uk-welcome-visual::before { display: none; }

        .uk-tours-grid { grid-template-columns: 1fr; }

        .uk-split {
            grid-template-columns: 1fr;
        }

        .uk-split-img { min-height: 320px; }
        .uk-split-body { padding: 50px 30px; }
        .uk-split.rev .ca-split-img { order: -1; }
    }

    @media (max-width: 768px) {
        .uk-hero { min-height: 82vh; }
        .uk-welcome,
        .uk-why,
        .uk-tours,
        .uk-cta { padding: 65px 0; }

        .uk-why-grid {
            grid-template-columns: 1fr;
            border: none;
            gap: 16px;
        }

        .uk-why-card {
            border: 1px solid var(--uk-border);
            border-right: 1px solid var(--uk-border) !important;
            border-bottom: 1px solid var(--uk-border) !important;
        }

        .uk-split-img.rev-mobile { order: -1; }
    }

    @media (max-width: 576px) {
        .uk-hero-btns   { flex-direction: column; }
        .btn-uk-primary,
        .btn-uk-ghost   { width: 100%; justify-content: center; }
        .uk-cta-btns    { flex-direction: column; align-items: center; }
        .btn-cta-white,
        .btn-cta-red    { width: 100%; justify-content: center; }
        .btn-uk-navy    { width: 100%; justify-content: center; }
    }

/* PAGE HERO seasons */
.uk-hero-seasons {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 500px;
    max-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Background Image */
.uk-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.uk-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Dark Overlay for UK */
.uk-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* Bottom Accent Strip */
.uk-hero-seasons::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(to right, var(--uk-red), var(--uk-gold), var(--uk-red));
    z-index: 4;
}

/* Content Container */
.uk-hero-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

/* Hero Title */
.uk-hero-seasons h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 30px;
    line-height: 1.2;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.50);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Breadcrumb */
.uk-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 36px;
    font-weight: 600;
}

.uk-breadcrumb li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.40);
}

.uk-breadcrumb li a {
    color: rgba(255, 255, 255, 0.90);
    transition: color 0.3s;
}

.uk-breadcrumb li a:hover {
    color: var(--uk-gold);
}

.uk-breadcrumb li::after {
    content: '/';
    margin-left: 12px;
    opacity: 0.6;
}

.uk-breadcrumb li:last-child::after {
    display: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .uk-hero-seasons {
        height: 70vh;
        min-height: 450px;
    }

    .uk-breadcrumb li {
        font-size: 12.5px;
    }
}

@media (max-width: 480px) {
    .uk-hero-seasons {
        height: 60vh;
        min-height: 400px;
    }
}

    /* INTRO BAND */
    .uk-intro {
        background: var(--uk-fog);
        padding: 42px 0;
    }

    .uk-intro p {
        font-size: 16px;
        line-height: 1.9;
        color: var(--uk-text);
        text-align: center;
        max-width: 820px;
        margin: 0 auto;
    }

    /* ═══════════════════════════════════════════════
       SEASON TIMELINE
    ═══════════════════════════════════════════════ */
    .uk-seasons {
        padding: 90px 0;
        background: var(--white);
    }

    .uk-season-block {
        display: grid;
        grid-template-columns: 140px 1fr;
        gap: 40px;
        margin-bottom: 50px;
        position: relative;
    }

    /* Timeline connector */
    .uk-season-block::before {
        content: '';
        position: absolute;
        left: 70px;
        top: 90px;
        bottom: -50px;
        width: 2px;
        background: var(--uk-border);
    }

    .uk-season-block:last-child::before {
        display: none;
    }

    /* Left: Season Badge */
    .uk-season-badge {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        position: relative;
        z-index: 2;
    }

    .uk-season-circle {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 4px solid var(--white);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        background: linear-gradient(135deg, var(--uk-navy), #1a3a7a);
    }

    .uk-season-circle i {
        font-size: 32px;
        color: var(--uk-gold);
        margin-bottom: 6px;
    }

    .uk-season-circle span {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 700;
        color: var(--white);
    }

    .uk-season-months {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--uk-muted);
        text-align: center;
    }

    /* Right: Season Content */
    .uk-season-content {
        background: var(--uk-linen);
        border-radius: 12px;
        padding: 38px 40px;
        border-left: 5px solid var(--uk-red);
        transition: all 0.3s;
    }

    .uk-season-content:hover {
        transform: translateX(6px);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
    }

    .uk-season-num {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--uk-red);
        margin-bottom: 12px;
    }

    .uk-season-content h2 {
        font-family: 'Libre Baskerville', serif;
        font-size: clamp(20px, 2.2vw, 28px);
        font-weight: 700;
        color: var(--uk-navy);
        margin-bottom: 18px;
        line-height: 1.3;
    }

    .uk-season-content p {
        font-size: 15.5px;
        line-height: 1.85;
        color: var(--uk-text);
        margin-bottom: 14px;
    }

    .uk-season-content p:last-child {
        margin-bottom: 0;
    }

    /* CHOOSING SECTION */
    .uk-choosing {
        padding: 80px 0;
        background: var(--uk-fog);
        border-top: 1px solid var(--uk-border);
        border-bottom: 1px solid var(--uk-border);
    }

    .uk-choosing-inner {
        max-width: 800px;
        margin: 0 auto;
    }

    .uk-choosing h2 {
        font-family: 'Libre Baskerville', serif;
        font-size: clamp(24px, 2.8vw, 38px);
        font-weight: 700;
        color: var(--uk-navy);
        margin-bottom: 20px;
        text-align: center;
    }

    .uk-choosing p {
        font-size: 16px;
        line-height: 1.9;
        color: var(--uk-text);
        margin-bottom: 16px;
        text-align: center;
    }

    .uk-choosing p:last-child {
        margin-bottom: 0;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
        body {
            padding-top: 75px;
        }

        .uk-seasons,
        .uk-choosing {
            padding: 65px 0;
        }

        .uk-season-block {
            grid-template-columns: 1fr;
            gap: 24px;
            margin-bottom: 40px;
        }

        .uk-season-block::before {
            display: none;
        }

        .uk-season-badge {
            flex-direction: row;
            justify-content: flex-start;
        }

        .uk-season-circle {
            width: 90px;
            height: 90px;
        }

        .uk-season-circle i {
            font-size: 26px;
        }

        .uk-season-circle span {
            font-size: 12px;
        }

        .uk-season-content {
            padding: 28px 24px;
        }
    }

    @media (max-width: 576px) {
        .uk-season-badge {
            flex-direction: column;
            align-items: flex-start;
        }

        .uk-season-months {
            text-align: left;
        }
    }
    
    /* PAGE HERO things-to-do */
    .uk-activities {
        padding: 90px 0;
        background: var(--white);
    }

    .uk-activities-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .uk-activity-card {
        background: var(--uk-linen);
        border-radius: 12px;
        padding: 36px 32px;
        border: 2px solid transparent;
        transition: all 0.35s;
        position: relative;
        overflow: hidden;
    }

    .uk-activity-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background: var(--uk-red);
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.35s;
    }

    .uk-activity-card:hover {
        background: var(--white);
        border-color: var(--uk-border);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
        transform: translateY(-4px);
    }

    .uk-activity-card:hover::before {
        transform: scaleY(1);
    }

    .uk-activity-icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, var(--uk-navy), #1a3a7a);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: var(--uk-gold);
        margin-bottom: 22px;
        transition: all 0.35s;
    }

    .uk-activity-card:hover .uk-activity-icon {
        transform: scale(1.1) rotate(5deg);
    }

    .uk-activity-card h3 {
        font-family: 'Libre Baskerville', serif;
        font-size: clamp(18px, 1.8vw, 22px);
        font-weight: 700;
        color: var(--uk-navy);
        margin-bottom: 14px;
        line-height: 1.35;
    }

    .uk-activity-card p {
        font-size: 15px;
        line-height: 1.85;
        color: var(--uk-text);
        margin: 0;
    }

    /* CONCLUSION */
    .uk-conclusion {
        padding: 80px 0;
        background: var(--uk-fog);
        border-top: 1px solid var(--uk-border);
    }

    .uk-conclusion-inner {
        max-width: 800px;
        margin: 0 auto;
    }

    .uk-conclusion h2 {
        font-family: 'Libre Baskerville', serif;
        font-size: clamp(24px, 2.8vw, 38px);
        font-weight: 700;
        color: var(--uk-navy);
        margin-bottom: 20px;
        text-align: center;
    }

    .uk-conclusion p {
        font-size: 16px;
        line-height: 1.9;
        color: var(--uk-text);
        margin-bottom: 16px;
        text-align: center;
    }

    .uk-conclusion p:last-child {
        margin-bottom: 0;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
        body {
            padding-top: 75px;
        }

        .uk-activities,
        .uk-conclusion {
            padding: 65px 0;
        }

        .uk-activities-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .uk-activity-card {
            padding: 28px 24px;
        }
    }


    /* PAGE HERO travel-tips */
    .uk-tips {
        padding: 90px 0;
        background: var(--white);
    }

    .uk-tip-item {
        background: var(--uk-linen);
        border-radius: 10px;
        margin-bottom: 16px;
        overflow: hidden;
        border: 2px solid transparent;
        transition: all 0.3s;
    }

    .uk-tip-item.active {
        background: var(--white);
        border-color: var(--uk-gold);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .uk-tip-header {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 24px 28px;
        cursor: pointer;
        user-select: none;
        transition: all 0.3s;
    }

    .uk-tip-header:hover {
        background: rgba(184, 150, 62, 0.05);
    }

    .uk-tip-number {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, var(--uk-navy), #1a3a7a);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Libre Baskerville', serif;
        font-size: 18px;
        font-weight: 700;
        color: var(--uk-gold);
        transition: all 0.3s;
    }

    .uk-tip-item.active .uk-tip-number {
        background: var(--uk-gold);
        color: var(--white);
        transform: scale(1.1);
    }

    .uk-tip-title {
        flex: 1;
    }

    .uk-tip-title h3 {
        font-family: 'Libre Baskerville', serif;
        font-size: clamp(16px, 1.6vw, 20px);
        font-weight: 700;
        color: var(--uk-navy);
        margin: 0;
        line-height: 1.4;
    }

    .uk-tip-toggle {
        flex-shrink: 0;
        width: 36px;
        height: 36px;
        background: rgba(1, 33, 105, 0.08);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }

    .uk-tip-toggle i {
        font-size: 14px;
        color: var(--uk-navy);
        transition: transform 0.3s;
    }

    .uk-tip-item.active .uk-tip-toggle {
        background: var(--uk-gold);
    }

    .uk-tip-item.active .uk-tip-toggle i {
        color: var(--white);
        transform: rotate(180deg);
    }

    .uk-tip-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .uk-tip-item.active .uk-tip-content {
        max-height: 500px;
    }

    .uk-tip-body {
        padding: 0 28px 28px 96px;
    }

    .uk-tip-body p {
        font-size: 15px;
        line-height: 1.85;
        color: var(--uk-text);
        margin: 0;
    }

    /* QUICK ESSENTIALS */
    .uk-essentials {
        padding: 80px 0;
        background: var(--uk-fog);
        border-top: 1px solid var(--uk-border);
    }

    .uk-section-title {
        font-family: 'Libre Baskerville', serif;
        font-size: clamp(24px, 2.6vw, 36px);
        font-weight: 700;
        color: var(--uk-navy);
        margin-bottom: 12px;
        text-align: center;
    }

    .uk-section-subtitle {
        font-size: 16px;
        line-height: 1.8;
        color: var(--uk-muted);
        text-align: center;
        max-width: 680px;
        margin: 0 auto 42px;
    }

    .uk-essentials-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
    }

    .uk-essential-card {
        background: var(--white);
        border-radius: 10px;
        padding: 30px 24px;
        text-align: center;
        border: 2px solid transparent;
        transition: all 0.3s;
    }

    .uk-essential-card:hover {
        border-color: var(--uk-gold);
        transform: translateY(-4px);
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
    }

    .uk-essential-icon {
        width: 64px;
        height: 64px;
        background: linear-gradient(135deg, var(--uk-gold), #9a7532);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: var(--white);
        margin: 0 auto 18px;
        transition: all 0.3s;
    }

    .uk-essential-card:hover .uk-essential-icon {
        transform: scale(1.1) rotate(10deg);
    }

    .uk-essential-card h4 {
        font-family: 'Libre Baskerville', serif;
        font-size: 16px;
        font-weight: 700;
        color: var(--uk-navy);
        margin-bottom: 10px;
    }

    .uk-essential-card p {
        font-size: 14px;
        line-height: 1.7;
        color: var(--uk-muted);
        margin: 0;
    }

    /* CONCLUSION */
    .uk-conclusion {
        padding: 80px 0;
        background: var(--white);
    }

    .uk-conclusion-inner {
        max-width: 800px;
        margin: 0 auto;
    }

    .uk-conclusion h2 {
        font-family: 'Libre Baskerville', serif;
        font-size: clamp(24px, 2.8vw, 38px);
        font-weight: 700;
        color: var(--uk-navy);
        margin-bottom: 20px;
        text-align: center;
    }

    .uk-conclusion p {
        font-size: 16px;
        line-height: 1.9;
        color: var(--uk-text);
        margin-bottom: 16px;
        text-align: center;
    }

    .uk-conclusion p:last-child {
        margin-bottom: 0;
    }

    /* RESPONSIVE */
    @media (max-width: 991px) {
        .uk-essentials-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        body {
            padding-top: 75px;
        }

        .uk-tips,
        .uk-essentials,
        .uk-conclusion {
            padding: 65px 0;
        }

        .uk-tip-header {
            padding: 20px 20px;
            gap: 14px;
        }

        .uk-tip-number {
            width: 42px;
            height: 42px;
            font-size: 16px;
        }

        .uk-tip-body {
            padding: 0 20px 24px 20px;
        }

        .uk-essentials-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }
    }

/* ----------------------------tour-pages------------------------- */
    .uk-detail-hero {
        position: relative;
        height: 450px;
        overflow: hidden;
    }

    .uk-hero-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .uk-hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .uk-hero-overlay {
        position: absolute;
        inset: 0;
    }

    .uk-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 20px;
    }

    .uk-content h1 {
        font-family: var(--text-font);
        font-size: 42px;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 20px;
        line-height: 1.2;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.30);
    }

    .uk-detail-breadcrumb {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        line-height: 36px;
        font-weight: 600;

    }

    .uk-detail-breadcrumb li {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.75);
    }

    .uk-detail-breadcrumb li a {
        color: rgba(255, 255, 255, 0.90);
        transition: color 0.3s;
    }

    .uk-detail-breadcrumb li a:hover {
        color: var(--ca-gold);
    }

    .uk-detail-breadcrumb li::after {
        content: '•';
        margin-left: 14px;
        opacity: 0.6;
    }

    .uk-detail-breadcrumb li:last-child::after {
        display: none;
    }

    /* ═══════════════════════════════════════════════
       MAIN CONTENT LAYOUT
    ═══════════════════════════════════════════════ */
    .uk-detail-section {
        padding: 80px 0 90px;
        background: var(--uk-fog);
    }

    .uk-detail-grid {
        display: grid;
        grid-template-columns: 1fr 380px;
        gap: 40px;
    }

    /* LEFT CONTENT AREA */
    .uk-detail-content {
        background: var(--white);
        border-radius: 16px;
        padding: 45px 50px;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    }

    .uk-location-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--uk-linen);
        border: 2px solid var(--uk-border);
        color: var(--uk-navy);
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 24px;
    }

    .uk-location-badge i {
        color: var(--uk-red);
        font-size: 13px;
    }

    .uk-detail-content h2 {
        font-family: 'Libre Baskerville', serif;
        font-size: clamp(26px, 3vw, 36px);
        font-weight: 700;
        color: var(--uk-navy);
        margin-bottom: 30px;
        line-height: 1.35;
    }

    .uk-main-image {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 40px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
    }

    .uk-main-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .uk-detail-content h3 {
        font-family: 'Libre Baskerville', serif;
        font-size: clamp(20px, 2.2vw, 26px);
        font-weight: 700;
        color: var(--uk-navy);
        margin: 35px 0 18px 0;
        line-height: 1.4;
    }

    .uk-detail-content p {
        font-size: 16px;
        line-height: 1.85;
        color: var(--uk-text);
        margin-bottom: 18px;
    }

    .uk-detail-content ul {
        margin: 20px 0 20px 0;
        padding-left: 0;
        list-style: none;
    }

    .uk-detail-content ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.75;
        color: var(--uk-text);
    }

    .uk-detail-content ul li::before {
        content: '✓';
        position: absolute;
        left: 0;
        top: 0;
        color: var(--uk-red);
        font-weight: 700;
        font-size: 18px;
    }

    /* ACCORDION ITINERARY */
    .uk-itinerary-accordion {
        margin: 30px 0;
    }

    .uk-accordion-item {
        background: var(--uk-linen);
        border-radius: 10px;
        margin-bottom: 14px;
        overflow: hidden;
        border: 2px solid var(--uk-border);
        transition: all 0.3s;
    }

    .uk-accordion-item.active {
        border-color: var(--uk-navy);
    }

    .uk-accordion-header {
        padding: 22px 26px;
        cursor: pointer;
        user-select: none;
        display: flex;
        align-items: center;
        gap: 18px;
        transition: all 0.3s;
    }

    .uk-accordion-header:hover {
        background: rgba(1, 33, 105, 0.04);
    }

    .uk-accordion-icon {
        width: 36px;
        height: 36px;
        background: var(--uk-navy);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: all 0.3s;
    }

    .uk-accordion-icon i {
        color: var(--white);
        font-size: 14px;
        transition: transform 0.3s;
    }

    .uk-accordion-item.active .uk-accordion-icon {
        background: var(--uk-red);
    }

    .uk-accordion-item.active .uk-accordion-icon i {
        transform: rotate(180deg);
    }

    .uk-accordion-title {
        flex: 1;
    }

    .uk-accordion-title h4 {
        font-family: 'Libre Baskerville', serif;
        font-size: 19px;
        font-weight: 700;
        color: var(--uk-navy);
        margin: 0;
        line-height: 1.4;
    }

    .uk-accordion-title h4 span {
        display: inline-block;
        background: var(--uk-red);
        color: var(--white);
        padding: 3px 12px;
        border-radius: 20px;
        font-size: 13px;
        margin-right: 10px;
    }

    .uk-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .uk-accordion-item.active .uk-accordion-content {
        max-height: 400px;
    }

    .uk-accordion-body {
        padding: 0 26px 26px 80px;
    }

    .uk-accordion-body p {
        font-size: 15.5px;
        line-height: 1.85;
        color: var(--uk-text);
        margin: 0;
    }

    /* SIDEBAR */
    .uk-detail-sidebar {
        position: sticky;
        top: 110px;
    }

    .uk-booking-card {
        background: linear-gradient(135deg, var(--uk-navy) 0%, #1a3a7a 100%);
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }

    .uk-booking-header {
        padding: 32px 28px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .uk-booking-label {
        font-size: 14px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.80);
        margin-bottom: 8px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .uk-booking-price {
        font-family: 'Libre Baskerville', serif;
        font-size: 38px;
        font-weight: 700;
        color: var(--white);
        line-height: 1;
        margin-bottom: 8px;
    }

    .uk-booking-price span {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.70);
    }

    .uk-booking-body {
        padding: 28px;
    }

    .uk-enquire-btn {
        display: block;
        width: 100%;
        background: var(--uk-red);
        color: var(--white);
        text-align: center;
        padding: 16px 24px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 700;
        transition: all 0.3s;
        border: none;
        cursor: pointer;
    }

    .uk-enquire-btn:hover {
        background: var(--uk-gold);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);
    }

    /* RESPONSIVE */
    @media (max-width: 991px) {
        .uk-detail-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .uk-detail-sidebar {
            position: static;
            order: -1;
        }
    }

    @media (max-width: 768px) {
        body {
            padding-top: 75px;
        }

        .uk-detail-section {
            padding: 60px 0;
        }

        .uk-detail-content {
            padding: 32px 24px;
        }

        .uk-accordion-body {
            padding: 0 20px 24px 20px;
        }
    }