@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}

body {
  background: #fff;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

/* -------------------- HEADER+NAVBAR -------------------- */
header {
  position: relative;
  z-index: 1000;
  background: #fff;
}

nav {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
}
.nav-content {
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
  position: relative;
  margin: 0 auto;
}
.nav-content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 24px;
}

/* Hamburger Menu */
.hamburger {
  display: none;
  background: transparent;
  border: none;
  color: #666666;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  margin-left: auto;
  align-items: center;
  justify-content: center;
}

.hamburger ion-icon {
  font-size: 28px;
  pointer-events: none;
}

.hamburger:hover {
  color: #333333;
}

/* Navbar #1 */
.apple-navbar a {
  color: #666666;
  font-size: 12px;
  line-height: 44px;
}
.apple-navbar ion-icon {
  font-size: 18px;
  transform: translateY(3px);
}
.apple-navbar .logo-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
.apple-navbar li:first-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0;
}
.apple-navbar a:hover {
  color: #333333;
}

/* Navbar #2 */
.airpods-navbar .nav-content {
  padding: 18px 40px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-right-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.nav-logo a {
  color: #666666;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
}
.nav-items button {
  color: #666666;
  font-size: 12px;
  line-height: 22px;
}
.nav-items button:hover {
  color: #2997ff;
}
.nav-items button:disabled,
.nav-items button:disabled:hover {
  color: #bebebe;
  cursor: default;
}

.nav-link {
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
}

.nav-link:hover {
  color: #2997ff;
}

.nav-button-active {
  color: #bebebe !important;
  cursor: default !important;
}
.nav-items .buy-btn {
  padding: 0 12px;
  background: #000;
  border-radius: 12px;
  color: #fff;
}
.nav-items .buy-btn:hover {
  color: #fff;
  background: #333333;
}

/* Navbar #2 - Sticky Functioning (.airpods-navbar) */
.sticky {
  position: fixed;
  top: 0;

  -webkit-backdrop-filter: saturate(180%) blur(15px);
  -moz-backdrop-filter: saturate(180%) blur(15px);
  -o-backdrop-filter: saturate(180%) blur(15px);
  backdrop-filter: saturate(180%) blur(15px);

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.sticky .nav-content {
  border-bottom: none;
}
.sticky section {
  padding-top: 44px;
}

/* -------------------- SECTIONS -------------------- */
/* Note: This is for scroll sections only, not all sections */
.scroll-section {
  width: 100%;
  min-height: 100vh;
  background: #000;
  color: #f5f5f7;
}

/* ------------ SCROLL SECTIONS ------------ */
.scroll-section {
  width: 100%;
  height: calc(100vh - 44px);
  position: relative;
  overflow: hidden;
}

/* Canvas Element */
.canvas-elem {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/* Main & Message Element Positioning */
.main-elem,
.msg-elem {
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
}
.msg-elem {
  transform: translate(-50%, 0%);
  opacity: 0;
}

/* Main Element Text Styling */
.main-elem h1 {
  font-size: 150px;
}
.main-elem span {
  font-style: italic;
}
.main-elem ion-icon {
  font-size: 28px;
  transform: translateY(6px);
}
.main-elem a {
  font-size: 22px;
  font-weight: 700;
  color: #f5f5f7;
  cursor: pointer;
}
.main-elem a:hover {
  text-decoration: underline;
}

/* Message Element Text Styling */
.msg-elem h2 {
  font-size: 96px;
}
.msg-elem small {
  font-size: 18px;
  font-weight: 600;
}
.msg-elem p {
  font-size: 64px;
  font-weight: 700;
  line-height: 68px;
}

/* SECTION #1 */
.section-01 .canvas-elem canvas {
  width: 900px;
}

/* SECTION #2 */
.section-02 .canvas-elem canvas {
  width: 100%;
}

/* ------------ STATIC SECTIONS ------------ */
.static-section {
  padding: 50px 0;
  position: relative;
}
.static-section > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* SECTION #4 */
.section-04 .text {
  width: 340px;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
}
.section-04-1 .text {
  left: 14%;
  bottom: 40px;
}
.section-04-2 .text {
  left: 23.5%;
  bottom: 42px;
}
.section-04-3 .text {
  left: 25%;
  top: 25%;
}

/* SECTION #5 */
.section-05 .text {
  position: absolute;
  font-size: 22px;
  font-weight: 600;
}

.section-05-1 .text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-05-1 .text p {
  padding-bottom: 20px;
  font-size: 21px;
}
.section-05-1 .text h1 {
  font-size: 96px;
  font-weight: 700;
  line-height: 84px;
}

.section-05-2 .text {
  width: 365px;
  right: 18%;
  bottom: 0;
  font-size: 24px;
}

.section-05-3 .text {
  left: 25%;
  top: 25%;
}

/* SECTION #6 */
.section-06 {
  padding-bottom: 0;
}
.section-06 .text {
  width: 440px;
  position: absolute;
  left: 17%;
  bottom: 120px;
  display: block;
  text-align: left;
}
.section-06 .text p {
  padding: 22px;
  color: white;
  font-size: 21px;
  font-weight: 700;
}

/* ------------ HOME HERO SECTION ------------ */
.home-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-background {
  display: none;
}

.home-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 0 40px;
  color: #000;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.home-hero-label {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #333;
  margin-bottom: 20px;
  display: inline-block;
}

.home-hero-title {
  font-family: 'Bebas Neue', cursive;
  font-size: 140px;
  font-weight: 400;
  letter-spacing: 6px;
  margin-bottom: 25px;
  line-height: 0.9;
  color: #000;
}

.home-hero-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #000;
}

.home-hero-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
}

/* ------------ HOME OVERVIEW SECTION ------------ */
.home-overview {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  min-height: auto;
}

.home-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.home-section {
  margin-bottom: 100px;
}

.home-section:last-child {
  margin-bottom: 0;
}

.home-section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.home-section-title {
  font-family: 'Roboto Slab', serif;
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.home-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #333;
  margin: 10px 0 0 0;
}

.home-section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.home-section-link:hover {
  color: #333;
}

.home-section-link ion-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.home-section-link:hover ion-icon {
  transform: translateX(4px);
}

/* Explore Section */
.explore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.explore-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-decoration: none;
  border: 2px solid #000;
  transition: all 0.3s ease;
  background: #fff;
}

.explore-item:hover {
  background: #000;
  color: #fff;
}

.explore-item ion-icon {
  font-size: 48px;
  color: #000;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.explore-item:hover ion-icon {
  color: #fff;
}

.explore-item span {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  transition: color 0.3s ease;
}

.explore-item:hover span {
  color: #fff;
}

/* Events Section */
.events-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border: 2px solid #000;
  background: #fff;
  transition: all 0.3s ease;
}

.event-item:hover {
  background: #f5f5f5;
}

.event-item-content {
  flex: 1;
}

.event-item-content h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.event-item-meta {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.event-item-description {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.event-item-link {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: #000;
  padding: 12px 24px;
  text-decoration: none;
  border: 2px solid #000;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.event-item-link:hover {
  background: #333;
  border-color: #333;
}

/* Reports Section */
.reports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.report-item {
  padding: 30px;
  border: 2px solid #000;
  background: #fff;
}

.report-item h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.report-item p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.report-link {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  transition: all 0.3s ease;
}

.report-link:hover {
  color: #333;
  border-color: #333;
}

/* Articles Section */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.article-item {
  border: 2px solid #000;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.article-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
}

.article-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}

.article-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.article-content h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.article-meta {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.article-content p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  flex: 1;
}

.article-link {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  align-self: flex-start;
  transition: all 0.3s ease;
}

.article-link:hover {
  color: #333;
  border-color: #333;
}

/* Ads Section */
.ads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}

.ad-item {
  border: 2px solid #000;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ad-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f5f5f5;
}

.ad-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}

.ad-content {
  padding: 30px;
}

.ad-content h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.ad-content p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* ------------ EVENTS SECTION ------------ */
.events-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.events-hero-background {
  display: none;
}

.events-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 0 40px;
  color: #000;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.events-hero-label {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #333;
  margin-bottom: 20px;
  display: inline-block;
}

.events-hero-title {
  font-family: 'Bebas Neue', cursive;
  font-size: 140px;
  font-weight: 400;
  letter-spacing: 6px;
  margin-bottom: 25px;
  line-height: 0.9;
  color: #000;
}

.events-hero-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #000;
}

.events-hero-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
}

/* Featured Event Showcase */
.featured-event-showcase {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.featured-event-image-large {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 2px solid #000;
  background: #f5f5f5;
}

.featured-event-image-large .image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  text-align: center;
  padding: 40px;
  line-height: 1.6;
  border: 1px solid #e5e5e5;
}

.featured-event-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.featured-event-date {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666;
}

.featured-event-title {
  font-family: 'Roboto Slab', serif;
  font-size: 42px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0;
}

.featured-event-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.featured-event-meta p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.featured-event-meta ion-icon {
  font-size: 20px;
  color: #000;
}

.featured-event-description {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.featured-event-button {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: #000;
  padding: 16px 32px;
  text-decoration: none;
  border: 2px solid #000;
  transition: all 0.3s ease;
  align-self: flex-start;
  display: inline-block;
}

.featured-event-button:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

/* Section Headers */
.events-section-header {
  text-align: center;
  margin-bottom: 70px;
}

.events-section-label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}

.events-section-title {
  font-family: 'Roboto Slab', serif;
  font-size: 64px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.events-section-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  color: #333;
  font-weight: 400;
}

/* Featured Events */
.events-featured {
  width: 100%;
  background: #f8f9fa;
  padding: 100px 0;
  color: #333333;
}

.events-featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.event-featured-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-featured-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.event-featured-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px;
  overflow: hidden;
}

.event-featured-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  border: 1px solid #e5e5e5;
}

.event-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  background: #000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.event-date-overlay {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #000;
}

.event-day {
  display: block;
  font-family: 'Bebas Neue', cursive;
  font-size: 42px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}

.event-month {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.event-featured-content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-category {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 15px;
}

.event-featured-content h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.2;
}

.event-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
}

.event-location,
.event-time {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-location ion-icon,
.event-time ion-icon {
  font-size: 20px;
  color: #000;
}

.event-description {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 25px;
}

.event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.event-tag {
  background: #f5f5f5;
  color: #000;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #000;
}

.event-btn-primary {
  background: #000;
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  text-decoration: none;
  display: inline-block;
}

.event-btn-primary:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* Main Events Grid */
.events-main {
  width: 100%;
  background: #fff;
  padding: 100px 0;
  color: #333333;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.event-card-modern {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid #f0f0f0;
}

.event-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.event-card-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.event-card-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #333;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #e5e5e5;
}

.event-date-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #000;
}

.event-day-small {
  display: block;
  font-family: 'Bebas Neue', cursive;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  margin-bottom: 3px;
}

.event-month-small {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-card-content {
  padding: 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.event-card-category {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  margin-bottom: 12px;
}

.event-card-content h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 18px;
  line-height: 1.3;
}

.event-card-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.event-card-location,
.event-card-time {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-card-location ion-icon,
.event-card-time ion-icon {
  font-size: 18px;
  color: #000;
}

.event-card-description {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 25px;
  flex: 1;
}

.event-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  text-decoration: none;
  display: inline-block;
}

.event-btn:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* Event Categories */
.events-categories {
  width: 100%;
  background: #f8f9fa;
  padding: 100px 0;
  color: #333333;
}

.events-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.event-category-card {
  background: #fff;
  padding: 45px 35px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #000;
  border: 2px solid #000;
}

.event-category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.event-category-icon {
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: transform 0.3s ease;
}

.event-category-card:hover .event-category-icon {
  transform: scale(1.1) rotate(5deg);
}

.event-category-icon ion-icon {
  font-size: 40px;
  color: #fff;
}

.event-category-card h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

.event-category-card p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.event-category-count {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ------------ BOOKING SECTION ------------ */
.booking-hero {
  width: 100%;
  background: #000;
  padding: 120px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.booking-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.05)"/></svg>');
  opacity: 0.3;
  animation: float 20s infinite linear;
}

.booking-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.booking-hero-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.booking-hero-label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  display: inline-block;
}

.booking-hero-title {
  font-family: 'Bebas Neue', cursive;
  font-size: 96px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 20px;
  line-height: 0.9;
  color: #fff;
}

.booking-hero-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.booking-section {
  width: 100%;
  background: #f8f9fa;
  padding: 80px 0;
  color: #333333;
}

.booking-layout {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  align-items: start;
}

/* Booking Summary Card */
.booking-summary {
  position: sticky;
  top: 100px;
}

.booking-summary-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.booking-summary-header {
  background: #000;
  padding: 25px 30px;
  color: #fff;
}

.booking-summary-header h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.booking-event-info {
  padding: 30px;
}

.booking-event-image {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

.booking-event-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #333;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #e5e5e5;
}

.booking-event-details h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.booking-event-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-event-date,
.booking-event-time,
.booking-event-location {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-event-date ion-icon,
.booking-event-time ion-icon,
.booking-event-location ion-icon {
  font-size: 20px;
  color: #000;
  flex-shrink: 0;
}

.booking-summary-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 0 30px;
}

.booking-price-summary {
  padding: 30px;
}

.booking-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #333;
}

.booking-price-row:last-child {
  margin-bottom: 0;
}

.booking-price-total {
  padding-top: 20px;
  border-top: 2px solid #000;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.booking-price-total span:last-child {
  color: #000;
  font-size: 24px;
}

/* Booking Form */
.booking-form-container {
  background: #fff;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.booking-form-header {
  margin-bottom: 40px;
}

.booking-form-header h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.booking-form-header p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #666;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.booking-form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.booking-form-group label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.booking-form-group input[type="text"],
.booking-form-group input[type="email"],
.booking-form-group input[type="tel"],
.booking-form-group select {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #000;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.booking-form-group input:focus,
.booking-form-group select:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.booking-form-group input::placeholder {
  color: #9ca3af;
}

.booking-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.booking-quantity-selector {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 200px;
}

.quantity-btn {
  width: 45px;
  height: 45px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.booking-quantity-selector input {
  flex: 1;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 12px;
}

.booking-payment-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.payment-method-card {
  position: relative;
  cursor: pointer;
}

.payment-method-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.payment-method-content {
  border: 2px solid #000;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.payment-method-card input[type="radio"]:checked + .payment-method-content {
  border-color: #000;
  background: #f5f5f5;
}

.payment-method-content ion-icon {
  font-size: 32px;
  color: #000;
}

.payment-method-content span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.booking-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #4b5563;
  cursor: pointer;
}

.booking-checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #000;
}

.booking-link {
  color: #000;
  text-decoration: underline;
}

.booking-submit-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 20px 40px;
  border-radius: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.booking-submit-btn:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.booking-submit-btn ion-icon {
  font-size: 24px;
}

/* Booking Benefits */
.booking-benefits {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  color: #333333;
}

.booking-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.booking-benefit-card {
  text-align: center;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.booking-benefit-card ion-icon {
  font-size: 56px;
  color: #000;
  margin-bottom: 24px;
  display: inline-block;
  width: 56px;
  height: 56px;
}

.booking-benefit-card h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  margin-top: 0;
}

.booking-benefit-card p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* ------------ TOURISM SECTION ------------ */
.tourism-hero {
  width: 100%;
  background: #fff;
  padding: 120px 0;
  color: #333333;
}

.tourism-hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.tourism-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 96px;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1.1;
  color: #1e3a8a;
  letter-spacing: -2px;
}

.tourism-hero-subtitle {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3b82f6;
}

.tourism-hero-description {
  font-size: 20px;
  line-height: 1.8;
  color: #4b5563;
}

.tourism-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Introduction Section */
.tourism-intro {
  width: 100%;
  background: #fff;
  padding: 100px 0;
  color: #333333;
}

.tourism-intro-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tourism-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
}

.tourism-intro-text {
  font-size: 20px;
  line-height: 1.9;
  color: #4b5563;
  margin-bottom: 25px;
  text-align: left;
}

/* Section Headers */
.tourism-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.tourism-section-subtitle {
  font-size: 22px;
  color: #6b7280;
  font-weight: 400;
  margin-top: 15px;
}

/* Top Attractions - Featured Cards */
.tourism-attractions {
  width: 100%;
  background: #f9fafb;
  padding: 100px 0;
  color: #333333;
}

.tourism-featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.tourism-featured-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.tourism-featured-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.tourism-featured-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.tourism-featured-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

.tourism-featured-content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tourism-badge {
  display: inline-block;
  background: #dbeafe;
  color: #1e40af;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  align-self: flex-start;
}

.tourism-featured-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.tourism-card-description {
  font-size: 18px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 25px;
}

.tourism-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tourism-features-list li {
  background: #f3f4f6;
  color: #374151;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

/* Regular Cards Grid */
.tourism-historical,
.tourism-beaches,
.tourism-cultural,
.tourism-heritage {
  width: 100%;
  background: #fff;
  padding: 100px 0;
  color: #333333;
}

.tourism-historical {
  background: #fff;
}

.tourism-beaches {
  background: #f0f9ff;
}

.tourism-cultural {
  background: #fff;
}

.tourism-heritage {
  background: #f9fafb;
}

.tourism-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.tourism-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.tourism-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.tourism-card-image {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.tourism-card-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}

.tourism-card-content {
  padding: 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tourism-category {
  font-size: 12px;
  color: #3b82f6;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tourism-card-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.tourism-location {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tourism-location ion-icon {
  font-size: 18px;
  color: #3b82f6;
}

.tourism-card-description {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  flex: 1;
}

/* Travel Tips Section */
.tourism-tips {
  width: 100%;
  background: #fff;
  padding: 100px 0;
  color: #333333;
}

.tourism-tips .tourism-section-title {
  color: #000;
}

.tourism-tips .tourism-section-subtitle {
  color: #666;
}

.tourism-tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.tourism-tips-card {
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border-top: 3px solid #000;
}

.tourism-tips-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.tourism-tips-card ion-icon {
  font-size: 48px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

.tourism-tips-card h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.tourism-tips-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  flex: 1;
}

/* Image Placeholder Styling */
.image-placeholder p {
  margin: 0;
  font-weight: 500;
}

.tourism-btn {
  background: #3b82f6;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 20px;
  align-self: flex-start;
}

.tourism-btn:hover {
  background: #2563eb;
}

/* Section Label */
.tourism-section-label {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3b82f6;
  margin-bottom: 15px;
}

/* History Section */
.tourism-history {
  width: 100%;
  background: #f8fafc;
  padding: 100px 0;
  color: #333333;
}

.tourism-history-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.tourism-history-title {
  font-family: 'Cinzel', serif;
  font-size: 56px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 25px;
  line-height: 1.2;
}

.tourism-history-intro {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 50px;
  font-style: italic;
}

.tourism-history-timeline {
  position: relative;
  padding-left: 40px;
}

.tourism-history-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #3b82f6 0%, #06b6d4 100%);
}

.tourism-timeline-item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 50px;
}

.tourism-timeline-item::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3b82f6;
  border: 4px solid #fff;
  box-shadow: 0 0 0 3px #3b82f6;
}

.tourism-timeline-year {
  font-family: 'Cinzel', serif;
  font-size: 32px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.tourism-timeline-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 12px;
}

.tourism-timeline-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #4b5563;
}

.tourism-history-image {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}

.tourism-history-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

/* Geography Section */
.tourism-geography {
  width: 100%;
  background: #fff;
  padding: 100px 0;
  color: #333333;
}

.tourism-geography-content {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.tourism-geography-image {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

.tourism-geography-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

.tourism-geography-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 25px;
  line-height: 1.2;
}

.tourism-geography-description {
  font-size: 19px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 40px;
}

.tourism-geography-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.tourism-fact-box {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  border: 2px solid #bfdbfe;
  transition: transform 0.3s ease;
}

.tourism-fact-box:hover {
  transform: translateY(-5px);
}

.tourism-fact-box ion-icon {
  font-size: 48px;
  color: #3b82f6;
  margin-bottom: 15px;
  display: block;
}

.tourism-fact-box h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1e40af;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tourism-fact-box p {
  font-family: 'Merriweather', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 5px;
}

.tourism-fact-box span {
  font-size: 13px;
  color: #64748b;
}

.tourism-geography-detail {
  font-size: 17px;
  line-height: 1.8;
  color: #4b5563;
}

/* Culture & Festivals Section */
.tourism-culture-festivals {
  width: 100%;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  padding: 100px 0;
  color: #333333;
}

.tourism-culture-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.tourism-culture-card-large {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.tourism-culture-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.tourism-culture-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

.tourism-culture-content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tourism-culture-content h3 {
  font-family: 'Cinzel', serif;
  font-size: 42px;
  font-weight: 700;
  color: #92400e;
  margin-bottom: 15px;
}

.tourism-culture-date {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f59e0b;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tourism-culture-description {
  font-size: 18px;
  line-height: 1.8;
  color: #4b5563;
}

.tourism-culture-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.tourism-culture-item {
  background: rgba(255, 255, 255, 0.9);
  padding: 35px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(245, 158, 11, 0.2);
}

.tourism-culture-item ion-icon {
  font-size: 48px;
  color: #f59e0b;
  margin-bottom: 20px;
  display: block;
}

.tourism-culture-item h4 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #92400e;
  margin-bottom: 12px;
}

.tourism-culture-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

/* Cuisine Section */
.tourism-cuisine {
  width: 100%;
  background: #fff;
  padding: 100px 0;
  color: #333333;
}

.tourism-cuisine-header {
  text-align: center;
  margin-bottom: 60px;
}

.tourism-cuisine-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: start;
}

.tourism-cuisine-intro {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 40px;
  font-style: italic;
}

.tourism-cuisine-categories {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.tourism-cuisine-category {
  background: #f8fafc;
  padding: 35px;
  border-radius: 16px;
  border-left: 4px solid #3b82f6;
}

.tourism-cuisine-category h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 20px;
}

.tourism-cuisine-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tourism-cuisine-category li {
  font-size: 17px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

.tourism-cuisine-category li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-size: 24px;
  line-height: 1;
}

.tourism-cuisine-category li strong {
  color: #1e3a8a;
  font-weight: 600;
}

.tourism-cuisine-image {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 100px;
}

.tourism-cuisine-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

/* Additional Attractions */
.tourism-additional {
  width: 100%;
  background: #f0f9ff;
  padding: 100px 0;
  color: #333333;
}

/* Shopping Section */
.tourism-shopping {
  width: 100%;
  background: #fff;
  padding: 100px 0;
  color: #333333;
}

.tourism-shopping-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.tourism-shopping-text {
  display: flex;
  flex-direction: column;
}

.tourism-shopping-intro {
  font-size: 19px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 40px;
}

.tourism-shopping-categories {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tourism-shopping-category {
  background: #f8fafc;
  padding: 30px;
  border-radius: 16px;
  border-top: 3px solid #3b82f6;
}

.tourism-shopping-category h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 15px;
}

.tourism-shopping-category p {
  font-size: 17px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 12px;
}

.tourism-shopping-location {
  font-size: 15px;
  color: #64748b;
  font-style: italic;
}

.tourism-shopping-image {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 100px;
}

.tourism-shopping-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

/* Transportation Section */
.tourism-transport {
  width: 100%;
  background: #f8f9fa;
  padding: 100px 0;
  color: #333333;
}

.tourism-transport-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.tourism-transport-card {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 3px solid #000;
  display: flex;
  flex-direction: column;
}

.tourism-transport-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.tourism-transport-card ion-icon {
  font-size: 48px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

.tourism-transport-card h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.tourism-transport-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  flex: 1;
}

.tourism-transport-card p strong {
  color: #000;
  font-weight: 600;
}

/* ------------ BUSINESS SECTION ------------ */
.business-section {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  min-height: 0;
  color: #333333;
}

.business-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.business-header {
  text-align: center;
  margin-bottom: 60px;
}

.business-title {
  font-size: 56px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.2;
}

.business-subtitle {
  font-size: 24px;
  color: #666666;
  font-weight: 500;
}

.business-intro {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.business-intro p {
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
}

.business-login-btn-header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #666666;
  text-decoration: none;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  transition: color 0.3s ease;
  white-space: nowrap;
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
  font-family: "Noto Sans", sans-serif;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.business-login-btn-header:hover {
  color: #2997ff;
}

.business-login-btn-header ion-icon {
  font-size: 18px;
  transform: translateY(2px);
}

.host-login-btn-header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #666666;
  text-decoration: none;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  transition: color 0.3s ease;
  white-space: nowrap;
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
  font-family: "Noto Sans", sans-serif;
}

.host-login-btn-header:hover {
  color: #2997ff;
}

.host-login-btn-header ion-icon {
  font-size: 18px;
  transform: translateY(2px);
}

.business-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.business-feature-card {
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.business-feature-card ion-icon {
  font-size: 48px;
  color: #147ce5;
  margin-bottom: 20px;
}

.business-feature-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
}

.business-feature-card p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

/* ------------ PRODUCTS SECTION ------------ */
.products-section {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  min-height: 0;
  color: #333333;
}

.products-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.products-header {
  text-align: center;
  margin-bottom: 60px;
}

.products-title {
  font-size: 56px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.2;
}

.products-subtitle {
  font-size: 24px;
  color: #666666;
  font-weight: 500;
}

.products-intro {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.products-intro p {
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
}

.products-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.products-feature-card {
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.products-feature-card ion-icon {
  font-size: 48px;
  color: #147ce5;
  margin-bottom: 20px;
}

.products-feature-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
}

.products-feature-card p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

/* ------------ CHAT SECTION ------------ */
.chat-section {
  width: 100%;
  background: #fff;
  min-height: calc(100vh - 200px);
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #333333;
}

.chat-container {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  height: calc(100vh - 200px);
  min-height: 600px;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.chat-header {
  text-align: center;
  padding: 40px 20px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.chat-header h1 {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}

.chat-header p {
  font-size: 16px;
  color: #666666;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
}

.message {
  display: flex;
  gap: 12px;
  max-width: 85%;
  animation: fadeInMessage 0.3s ease;
}

@keyframes fadeInMessage {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.message-assistant {
  align-self: flex-start;
}

.message-user {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.message-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  overflow: hidden;
}

.avatar-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.message-content {
  flex: 1;
}

.message-text {
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.6;
  word-wrap: break-word;
}

.message-assistant .message-text {
  background: #f0f0f0;
  color: #333333;
  border-top-left-radius: 4px;
}

.message-user .message-text {
  background: #147ce5;
  color: #fff;
  border-top-right-radius: 4px;
}

.chat-input-container {
  border-top: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px;
}

.chat-input-form {
  max-width: 900px;
  margin: 0 auto;
}

.chat-input-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  background: #f8f8f8;
  border-radius: 24px;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
}

.chat-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  resize: none;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px 0;
  line-height: 1.5;
  color: #333333;
}

.chat-input::placeholder {
  color: #999999;
}

.chat-send-btn {
  background: #147ce5;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  flex-shrink: 0;
}

.chat-send-btn:hover {
  background: #0d6bc7;
}

.chat-send-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

.chat-send-btn ion-icon {
  font-size: 20px;
}

/* ------------ OVERVIEW SECTION ------------ */
.overview-section {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  min-height: auto;
}

.overview-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.overview-content {
  text-align: center;
}

.overview-title {
  font-size: 56px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.2;
}

.overview-subtitle {
  font-size: 24px;
  color: #666666;
  margin-bottom: 40px;
  font-weight: 500;
}

.overview-description {
  max-width: 800px;
  margin: 0 auto 60px;
}

.overview-description p {
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
}

.overview-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.feature-card {
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-card ion-icon {
  font-size: 48px;
  color: #147ce5;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
}

.feature-card p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

/* ------------ FOOTER ------------ */
footer {
  width: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  color: #fff;
}
footer .content {
  padding: 40px 0px;
  width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer small {
  color: #fff;
}

/* -------------------- RESPONSIVE DESIGN -------------------- */

/* Tablet and below */
@media (max-width: 1024px) {
  .nav-content {
    width: 100%;
    padding: 0 20px;
  }
  
  footer .content {
    width: 100%;
    padding: 40px 20px;
  }
}

/* Combined Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 350px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 999;
  overflow-y: auto;
}

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

.mobile-menu-content {
  padding: 60px 20px 20px;
}

.mobile-menu-section {
  margin-bottom: 30px;
}

.mobile-menu-section h3 {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-nav-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-items li {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-items li:last-child {
  border-bottom: none;
}

.mobile-nav-items a,
.mobile-nav-items button {
  display: flex;
  align-items: center;
  width: 100%;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.mobile-nav-items a ion-icon,
.mobile-nav-items button ion-icon {
  margin-right: 10px;
  font-size: 20px;
}

.mobile-nav-items a .logo-icon,
.mobile-nav-items button .logo-icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.mobile-nav-items button:disabled {
  color: #bebebe;
  cursor: default;
}

.mobile-nav-link {
  color: #333333;
  font-size: 16px;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
}

.mobile-nav-link:hover {
  color: #2997ff;
}

.mobile-nav-button-active {
  color: #bebebe !important;
  cursor: default !important;
}

.mobile-nav-items .buy-btn {
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
}

.mobile-nav-items .buy-btn:hover {
  background: #333333;
}

/* Overlay for mobile menu */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  display: block;
  opacity: 1;
}

/* Mobile devices */
@media (max-width: 1050px) {
  /* Hide desktop nav items on mobile */
  .apple-navbar .nav-items,
  .airpods-navbar .nav-items {
    display: none;
  }
  
  /* Show hamburger on mobile */
  .hamburger {
    display: flex;
  }
  
  /* Navbar #2 - Mobile */
  .airpods-navbar .nav-content {
    padding: 15px;
  }
  
  .airpods-navbar .nav-logo {
    flex: 1;
  }
  
  .airpods-navbar .nav-logo a {
    font-size: 18px;
  }
  
  .nav-right-section {
    gap: 10px;
  }
  
  .business-login-btn-header {
    display: none;
  }
  
  .airpods-navbar .hamburger {
    margin-left: 0;
  }
  
  .mobile-business-login-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .mobile-business-login-btn:hover {
    color: #2997ff;
  }

  .mobile-business-login-btn ion-icon {
    font-size: 20px;
  }

  .host-login-btn-header {
    display: none;
  }

  .mobile-host-login-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .mobile-host-login-btn:hover {
    color: #2997ff;
  }

  .mobile-host-login-btn ion-icon {
    font-size: 20px;
  }
  
  /* Footer - Mobile */
  footer .content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 30px 20px;
  }
  
  footer small {
    font-size: 12px;
  }
  
  /* Hero Section - Mobile */
  /* Home Hero - Mobile */
  .home-hero {
    height: 80vh;
  }

  .home-hero-title {
    font-size: 80px;
    margin-bottom: 20px;
  }

  .home-hero-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .home-hero-description {
    font-size: 16px;
  }

  /* Home Overview - Mobile */
  .home-overview {
    padding: 60px 0;
  }

  .home-section {
    margin-bottom: 60px;
  }

  .home-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .home-section-title {
    font-size: 36px;
  }

  .home-section-subtitle {
    font-size: 16px;
  }

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

  .explore-item {
    padding: 30px 15px;
  }

  .explore-item ion-icon {
    font-size: 40px;
  }

  .explore-item span {
    font-size: 16px;
  }

  .event-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .event-item-content h3 {
    font-size: 24px;
  }

  .event-item-link {
    align-self: flex-start;
  }

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

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

  .ads-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .overview-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  /* Business Section - Mobile */
  .business-section {
    padding: 60px 0;
  }
  
  .business-title {
    font-size: 36px;
  }
  
  .business-subtitle {
    font-size: 20px;
  }
  
  .business-intro p {
    font-size: 16px;
  }
  
  .business-login-btn {
    padding: 14px 28px;
    font-size: 16px;
  }
  
  .business-login-btn ion-icon {
    font-size: 20px;
  }
  
  .business-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .business-feature-card {
    padding: 30px 20px;
  }
  
  /* Products Section - Mobile */
  .products-section {
    padding: 60px 0;
  }
  
  .products-title {
    font-size: 36px;
  }
  
  .products-subtitle {
    font-size: 20px;
  }
  
  .products-intro p {
    font-size: 16px;
  }
  
  .products-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .products-feature-card {
    padding: 30px 20px;
  }
  
  /* Chat Section - Mobile */
  .chat-container {
    height: calc(100vh - 180px);
  }
  
  .chat-header {
    padding: 30px 15px 15px;
  }
  
  .chat-header h1 {
    font-size: 24px;
  }
  
  .chat-header p {
    font-size: 14px;
  }
  
  .chat-messages {
    padding: 15px;
    gap: 15px;
  }
  
  .message {
    max-width: 90%;
  }
  
  .message-avatar {
    width: 28px;
    height: 28px;
  }
  
  .avatar-icon {
    width: 20px;
    height: 20px;
  }
  
  .message-text {
    padding: 10px 14px;
    font-size: 14px;
  }
  
  .chat-input-container {
    padding: 15px;
  }
  
  .chat-input-wrapper {
    padding: 6px 10px;
  }
  
  .chat-send-btn {
    width: 32px;
    height: 32px;
  }
  
  .chat-send-btn ion-icon {
    font-size: 18px;
  }
  
  /* Events Section - Mobile */
  .events-hero {
    height: 80vh;
  }

  .events-hero-title {
    font-size: 80px;
    margin-bottom: 20px;
  }

  .events-hero-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .events-hero-description {
    font-size: 16px;
  }

  .events-section-title {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .events-section-subtitle {
    font-size: 18px;
  }

  .featured-event-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .featured-event-image-large {
    height: 350px;
  }

  .featured-event-title {
    font-size: 32px;
  }

  .featured-event-description {
    font-size: 16px;
  }

  .events-featured,
  .events-main,
  .events-categories {
    padding: 60px 0;
  }

  .events-section-header {
    margin-bottom: 50px;
  }

  .event-featured-card {
    grid-template-columns: 1fr;
  }

  .event-featured-image {
    min-height: 300px;
  }

  .event-featured-content {
    padding: 35px;
  }

  .event-featured-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

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

  .events-categories-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  /* Booking Section - Mobile */
  .booking-hero {
    padding: 80px 0;
  }

  .booking-hero-title {
    font-size: 64px;
    margin-bottom: 15px;
  }

  .booking-hero-subtitle {
    font-size: 22px;
  }

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

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

  .booking-summary {
    position: static;
  }

  .booking-form-container {
    padding: 35px 25px;
  }

  .booking-form-header h2 {
    font-size: 28px;
  }

  .booking-form-row {
    grid-template-columns: 1fr;
  }

  .booking-payment-methods {
    grid-template-columns: 1fr;
  }

  .booking-benefits {
    padding: 60px 0;
  }

  .booking-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  @media (max-width: 640px) {
    .booking-benefits-grid {
      grid-template-columns: 1fr;
    }
  }

  /* Tourism Section - Mobile */
  .tourism-hero {
    padding: 80px 0;
  }

  .tourism-hero-title {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .tourism-hero-subtitle {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .tourism-hero-description {
    font-size: 16px;
  }

  .tourism-section-title {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .tourism-section-subtitle {
    font-size: 18px;
  }

  .tourism-intro {
    padding: 60px 0;
  }

  .tourism-intro-text {
    font-size: 18px;
  }

  .tourism-featured-card {
    grid-template-columns: 1fr;
  }

  .tourism-featured-image {
    min-height: 300px;
  }

  .tourism-featured-content {
    padding: 30px;
  }

  .tourism-featured-content h3 {
    font-size: 32px;
  }

  .tourism-attractions,
  .tourism-historical,
  .tourism-beaches,
  .tourism-cultural,
  .tourism-heritage,
  .tourism-history,
  .tourism-geography,
  .tourism-culture-festivals,
  .tourism-cuisine,
  .tourism-additional,
  .tourism-shopping,
  .tourism-transport,
  .tourism-tips {
    padding: 60px 0;
  }

  .tourism-history-content,
  .tourism-geography-content,
  .tourism-cuisine-content,
  .tourism-shopping-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tourism-history-title,
  .tourism-geography-title {
    font-size: 42px;
  }

  .tourism-history-image,
  .tourism-geography-image,
  .tourism-cuisine-image,
  .tourism-shopping-image {
    height: 400px;
    position: static;
  }

  .tourism-geography-facts {
    grid-template-columns: 1fr;
  }

  .tourism-culture-card-large {
    grid-template-columns: 1fr;
  }

  .tourism-culture-items {
    grid-template-columns: 1fr;
  }

  .tourism-transport-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
  }

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

  .tourism-tips-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
  }

  .tourism-shopping-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tourism-shopping-image {
    height: 400px;
    position: static;
  }

  .tourism-card {
    margin-bottom: 0;
  }
  
  
  /* Sections - Mobile */
  .main-elem h1 {
    font-size: 60px;
  }
  
  .msg-elem h2 {
    font-size: 48px;
  }
  
  .msg-elem p {
    font-size: 32px;
    line-height: 40px;
  }
  
  .section-01 .canvas-elem canvas {
    width: 100%;
    max-width: 400px;
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .apple-navbar .nav-content,
  .airpods-navbar .nav-content {
    padding: 10px 15px;
  }
  
  .nav-logo a {
    font-size: 16px;
  }
  
  .main-elem h1 {
    font-size: 40px;
  }
  
  .msg-elem h2 {
    font-size: 36px;
  }
  
  .msg-elem p {
    font-size: 24px;
    line-height: 32px;
  }
  
  footer .content {
    padding: 25px 15px;
  }
  
  footer small {
    font-size: 11px;
  }
}
