/* ============================================================
   EXTREME MEDIAPLUS — Premium Theme
   ============================================================ */

/* ---------- Premium Color Overrides ---------- */
:root {
  --premium-navy: #0a1628;
  --premium-navy-light: #0f2240;
  --premium-blue: #0664a9;
  --premium-gold: #c9a96e;
  --premium-gold-light: #dfc08a;
  --premium-dark: #060d18;
  --premium-gray: #8896a7;
  --premium-light: #f7f8fa;
  --heading-color: #0f2240;
  --accent-color: #0a1628;
  --nav-hover-color: #0664a9;
}

/* ---------- Global Overrides ---------- */
html, body {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--premium-navy);
  font-weight: 700;
}

section {
  overflow: hidden;
}

/* ---------- Premium Buttons ---------- */
.btn-default {
  display: inline-block;
  color: var(--premium-navy) !important;
  background: #ffffff;
  border: 2px solid #ffffff;
  padding: 12px 36px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0;
  cursor: pointer;
}

.btn-default:hover {
  background: var(--premium-gold);
  border-color: var(--premium-gold);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 169, 110, 0.35);
}

/* ---------- Header — Premium ---------- */
.header {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(10, 22, 40, 0.06);
  transition: all 0.3s ease;
}

.header.scrolled {
  box-shadow: 0 2px 20px rgba(10, 22, 40, 0.08);
}

.header .logo img {
  max-height: 46px;
}

.header .navmenu ul li a {
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 8px 18px;
  position: relative;
  transition: color 0.3s ease;
}

.header .navmenu ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 2px;
  background: var(--premium-gold);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header .navmenu ul li a:hover::after,
.header .navmenu ul li a.active::after {
  transform: translateX(-50%) scaleX(1);
}

.header .navmenu ul li a:hover,
.header .navmenu ul li a.active {
  color: var(--premium-navy);
}

.header .header-social-links {
  gap: 8px;
}

/* Login Icon */
.header .header-social-links .btn-login-icon {
  color: var(--premium-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.header .header-social-links .btn-login-icon:hover {
  color: var(--premium-gold);
  background: rgba(10, 22, 40, 0.05);
}

.header .header-social-links .btn-login-icon svg {
  flex-shrink: 0;
}

/* Language Switcher */
.lang-switcher {
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin-left: 4px;
  padding-left: 12px;
  border-left: 1px solid rgba(10, 22, 40, 0.12);
}

.lang-flag {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 10px !important;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  background: transparent;
  position: relative;
  width: 44px;
  box-sizing: border-box;
}

.lang-flag .flag-img {
  display: flex;
  align-items: center;
  width: 22px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.lang-flag .flag-img svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lang-flag .flag-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--premium-navy);
  transition: color 0.3s ease;
  text-align: center;
  width: 100%;
}

.lang-flag:not(.active) {
  opacity: 0.5;
}

.lang-flag:not(.active):hover {
  opacity: 0.85;
  background: rgba(10, 22, 40, 0.04);
}

.lang-flag.active {
  background: rgba(10, 22, 40, 0.06);
}

.lang-flag.active .flag-img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.lang-flag.active .flag-label {
  color: var(--premium-navy);
}

/* ---------- Slider / Hero Section ---------- */
.slider.section {
  padding: 0;
  overflow: hidden;
}

.slider .container {
  overflow: hidden;
}

.slider .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  min-height: 520px;
}

.slider .swiper-slide::before {
  border-radius: 16px;
  background: linear-gradient(
    to bottom,
    rgba(10, 22, 40, 0.15) 0%,
    rgba(10, 22, 40, 0.65) 100%
  );
}

.slider .swiper-wrapper {
  padding: 10px 0;
}

.slider .swiper-slide .content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.slider .swiper-slide .content h2 a {
  color: #ffffff;
}

.slider .swiper-slide .content .btn-default {
  margin-top: 16px;
  border: 2px solid #ffffff;
}

.slider .swiper-slide .content .btn-default:hover {
  background: var(--premium-gold);
  border-color: var(--premium-gold);
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
  color: #ffffff;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.slider .swiper-button-next:hover,
.slider .swiper-button-prev:hover {
  opacity: 1;
}

.slider .swiper-pagination-bullet-active {
  background: var(--premium-gold) !important;
}

/* ---------- About Section (Banner + Card) ---------- */
.about-banner-img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: 12px;
}

.about-card {
  background: var(--premium-navy);
  color: #ffffff;
  padding: 40px 36px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 40px rgba(10, 22, 40, 0.25);
}

.about-card h2 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 16px;
}

.about-card h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--premium-gold);
}

.about-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.8;
}

.about-card .btn-default {
  margin-top: 20px;
  border-color: var(--premium-gold);
  color: var(--premium-gold) !important;
  background: transparent;
}

.about-card .btn-default:hover {
  background: var(--premium-gold);
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .about-card {
    margin-left: -60px;
    margin-top: 50px;
  }
}

/* About Page — Quote & Team */
.about-quote {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--premium-navy);
  font-weight: 500;
}

.about-img-rounded {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
}

.about-images-pair {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.about-pair-left {
  flex: 1;
  padding-top: 0;
}

.about-pair-right {
  flex: 1;
  padding-top: 60px;
}

.about-images-pair .about-pair-left img,
.about-images-pair .about-pair-right img {
  width: 100%;
  height: 280px;
  max-height: 280px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(10, 22, 40, 0.12);
}

.about-team-content {
  padding-left: 20px;
}

.about-team-heading {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--premium-navy);
  margin-bottom: 28px;
  letter-spacing: 2px;
}

.about-team-desc {
  font-size: 0.95rem;
  line-height: 2;
  color: #5a6a7e;
}

@media (max-width: 767px) {
  .about-quote {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .about-images-pair {
    gap: 10px;
    margin-bottom: 24px;
  }

  .about-pair-right {
    padding-top: 30px;
  }

  .about-images-pair .about-pair-left img,
  .about-images-pair .about-pair-right img {
    height: 180px;
    max-height: 180px;
  }

  .about-team-heading {
    font-size: 1.6rem;
  }

  .about-team-content {
    padding-left: 0;
  }
}

/* ---------- Service Page ---------- */
.service-images-grid {
  display: flex;
  gap: 16px;
}

.service-img-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-img-col-offset {
  padding-top: 40px;
}

.service-img-item {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 6px 24px rgba(10, 22, 40, 0.1);
}

.service-text-content {
  padding-left: 20px;
}

.service-subtitle {
  font-size: 0.9rem;
  color: var(--premium-gray);
  margin-bottom: 8px;
}

.service-heading {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--premium-navy);
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.service-desc {
  font-size: 0.95rem;
  line-height: 2;
  color: #5a6a7e;
}

/* Service Gallery — 3-Column Static Grid */
.service-gallery-section {
  margin-top: 48px;
  padding-bottom: 20px;
}

.service-bb-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(10, 22, 40, 0.08);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
  cursor: pointer;
  position: relative;
}

.service-bb-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(10, 22, 40, 0.16);
}

.service-bb-img {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}

.service-bb-card:hover .service-bb-img {
  transform: scale(1.04);
}

/* Placeholder when no photo */
.service-bb-placeholder {
  width: 100%;
  height: 280px;
  background: linear-gradient(145deg, #eef0f3 0%, #e2e5ea 100%);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.service-bb-placeholder svg {
  stroke: #bcc3cd;
}

.service-bb-placeholder span {
  color: #9aa3af;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.gallery-lightbox.active {
  background: rgba(0, 0, 0, 0.9);
}

.gallery-lightbox img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0.92);
  transition: all 0.3s ease;
}

.gallery-lightbox.active img {
  opacity: 1;
  transform: scale(1);
}

.gallery-lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  line-height: 1;
}

.gallery-lightbox-close:hover {
  opacity: 1;
}

/* Section Spacing */
#service-categories {
  padding-bottom: 60px;
}

.main-subtitle {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .service-images-grid {
    gap: 10px;
    margin-bottom: 28px;
  }

  .service-img-col-offset {
    padding-top: 24px;
  }

  .service-heading {
    font-size: 1.6rem;
  }

  .service-text-content {
    padding-left: 0;
  }

  .service-bb-img {
    height: 200px;
  }

  .service-bb-placeholder {
    height: 200px;
  }

  .service-gallery-section {
    margin-top: 32px;
  }
}

/* ---------- Feature Box (Main Box) ---------- */
.box {
  min-height: 450px;
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 20px;
}

.row.box {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 40px 24px 24px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  transition: background-image 0.5s ease;
  position: relative;
}

.row.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    160deg,
    rgba(10, 22, 40, 0.50) 0%,
    rgba(6, 13, 24, 0.25) 100%
  );
  border-radius: 16px;
  z-index: 0;
}

.row.box > * {
  position: relative;
  z-index: 1;
}

#main-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

#main-content {
  font-size: 1rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  max-width: 640px;
  margin: 0 auto 32px auto;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

/* Sub-boxes (group-click) */
.group-click {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.box-light {
  background-color: transparent;
  border-radius: 12px;
  padding: 20px 16px;
  min-height: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.box-light h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}

.group-click.group-click-active .box-light {
  background: #ffffff !important;
  border: 1px solid #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  transform: translateY(-4px);
}

.group-click.group-click-active .box-light h4 {
  color: var(--premium-navy) !important;
  text-shadow: none !important;
}

.group-click.group-click-active .row4 {
  color: #4a5568 !important;
  text-shadow: none !important;
}

.group-click:not(.group-click-active):hover .box-light {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.row4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 0.85rem;
  line-height: 1.6;
  transition: all 0.4s ease;
}

/* ---------- Gallery Section ---------- */
.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--premium-navy);
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

.section-heading h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--premium-gold);
}

.gallery-item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 320px;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(10, 22, 40, 0.75) 0%,
    rgba(10, 22, 40, 0.15) 60%,
    transparent 100%
  );
  border-radius: 12px;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-item:hover::before {
  opacity: 0.5;
}

.gallery-item h3 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin: 0;
  text-align: center;
}

/* ============================================
   Gallery Slider Section
   ============================================ */
.gallery-section {
  background: var(--premium-light-bg);
}

/* Gallery Region Filter */
.gallery-filter {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.gallery-filter-btn {
  background: none;
  border: none;
  padding: 8px 20px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--premium-gray);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  letter-spacing: 0.3px;
}

.gallery-filter-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 2px;
  background: var(--premium-gold);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-filter-btn:hover {
  color: var(--premium-navy);
}

.gallery-filter-btn.active {
  color: var(--premium-navy);
  font-weight: 600;
}

.gallery-filter-btn.active::after {
  transform: translateX(-50%) scaleX(1);
}

.gallery-empty {
  background: #ebedf0;
  border-radius: 12px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.gallery-empty p {
  color: var(--premium-gray);
  font-size: 0.95rem;
  margin: 0;
}

.gallery-slider-wrapper {
  position: relative;
  padding: 0 48px;
}

.gallery-swiper,
.about-gallery-swiper {
  overflow: hidden;
}

.gallery-swiper .swiper-slide,
.about-gallery-swiper .swiper-slide {
  height: auto;
}

.gallery-slide-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gallery-slide-column .gallery-item {
  height: 220px;
  margin: 0;
}

/* Gallery Navigation Arrows */
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: var(--premium-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(10, 22, 40, 0.3);
}

.gallery-nav:hover {
  background: var(--premium-gold);
  transform: translateY(-50%) scale(1.1);
}

.gallery-nav svg {
  color: #fff;
  transition: color 0.3s ease;
}

.gallery-nav:hover svg {
  color: var(--premium-navy);
}

.gallery-nav-prev {
  left: 0;
}

.gallery-nav-next {
  right: 0;
}

.gallery-nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.gallery-nav.swiper-button-disabled:hover {
  background: var(--premium-navy);
  transform: translateY(-50%);
}

/* Legacy gallery support */
.row10 {
  height: 10em;
  overflow: hidden;
}

.row20 {
  height: 320px;
  padding-top: 0;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.row20::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(10, 22, 40, 0.75) 0%,
    rgba(10, 22, 40, 0.15) 60%,
    transparent 100%
  );
  border-radius: 12px;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.row20:hover {
  transform: scale(1.02);
}

.row20:hover::before {
  opacity: 0.5;
}

.row20 h1 {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin: 0;
  text-align: center;
}

/* ---------- Contact Section ---------- */
.contact-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(10, 22, 40, 0.1);
}

.contact-info-panel {
  background: var(--premium-navy);
  height: 100%;
  padding: 56px 48px;
  display: flex;
  align-items: center;
}

.contact-info-content h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-divider {
  width: 50px;
  height: 3px;
  background: var(--premium-gold);
  margin: 24px 0;
}

.contact-info-content p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.9;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.contact-tagline {
  color: var(--premium-gold) !important;
  font-weight: 500;
  font-size: 1rem !important;
  letter-spacing: 0.3px;
}

/* Contact Detail List (Contact Page) */
.contact-detail-list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-detail-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(201, 169, 110, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--premium-gold);
}

.contact-detail-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--premium-gold);
  margin-bottom: 2px;
}

.contact-detail-value {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  line-height: 1.6;
}

.contact-social-links {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-social-links a:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

.contact-social-links a img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.contact-map-wrapper iframe {
  box-shadow: 0 4px 20px rgba(10, 22, 40, 0.1);
}

.contact-form-card {
  background: #ffffff;
  padding: 48px;
  height: 100%;
}

/* Form */
.php-email-form label {
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--premium-navy);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.php-email-form .form-control {
  border: none;
  border-bottom: 2px solid #e2e8f0;
  border-radius: 0;
  padding: 12px 0;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  background: transparent;
}

.php-email-form .form-control:focus {
  border-color: var(--premium-gold);
  box-shadow: none;
  background: transparent;
}

.php-email-form textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

.php-email-form select.form-control {
  cursor: pointer;
  background: transparent;
}

.php-email-form button[type="submit"] {
  display: inline-block;
  background: var(--premium-navy);
  color: #ffffff;
  border: 2px solid var(--premium-navy);
  padding: 14px 52px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.php-email-form button[type="submit"]:hover {
  background: var(--premium-gold);
  border-color: var(--premium-gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 169, 110, 0.3);
}

.php-email-form .form-check-input:checked {
  background-color: var(--premium-gold);
  border-color: var(--premium-gold);
}

.php-email-form .form-check-label {
  font-size: 0.85rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: #5a6a7e;
}

/* ---------- News Section ---------- */
.lifestyle-category .section-title h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--premium-navy);
  position: relative;
  padding-bottom: 12px;
}

.lifestyle-category .section-title h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--premium-gold);
}

.lifestyle-category .section-title-container a {
  color: var(--premium-blue);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.lifestyle-category .section-title-container a:hover {
  color: var(--premium-gold);
}

.post-list {
  padding-bottom: 24px;
}

.post-list .post-meta {
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--premium-gray);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.post-list h4 a {
  color: var(--premium-navy);
  font-weight: 600;
  transition: color 0.3s ease;
}

.post-list h4 a:hover {
  color: var(--premium-blue);
}

/* Read More Button — Premium */
.btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: transparent;
  border: 1.5px solid var(--premium-navy);
  color: var(--premium-navy);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 12px;
}

.btn-read-more:hover {
  background: var(--premium-navy);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(10, 22, 40, 0.2);
}

.btn-read-more svg {
  transition: transform 0.3s ease;
}

.btn-read-more:hover svg {
  transform: translateX(4px);
}

.fixed-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.fixed-img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(10, 22, 40, 0.12);
}

.subject-new {
  height: 2.8em;
  overflow: hidden;
  margin-top: 8px;
}

.detail-new {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #5a6a7e;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

.custom-border {
  border-color: rgba(10, 22, 40, 0.08) !important;
}

/* ---------- Footer — Premium ---------- */
.footer.dark-background {
  background: var(--premium-dark);
}

.footer .footer-about .logo img {
  max-height: 50px;
}

.footer .footer-about h4 {
  color: var(--premium-gold) !important;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 12px;
}

.footer .footer-contact h4 {
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 600;
}

.footer .footer-contact p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer .footer-links h4 {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
}

.footer .footer-links ul li {
  margin-bottom: 10px;
}

.footer .footer-links ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.footer .footer-links ul li a:hover {
  color: var(--premium-gold);
  padding-left: 4px;
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
}

.footer .copyright a img {
  height: 28px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.footer .copyright a:hover img {
  opacity: 1;
}

.footer .copyright p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  letter-spacing: 1px;
}

/* ---------- Footer — Compact (Tablet) ---------- */
.footer .footer-compact {
  display: none;
}

@media (max-width: 1199px) {
  .footer .footer-desktop {
    display: none !important;
  }
  .footer .footer-compact {
    display: block !important;
    padding: 28px 0 16px;
  }
  .footer .footer-compact-brand {
    margin-bottom: 20px;
  }
  .footer .footer-compact-brand .logo img {
    max-height: 36px;
  }
  .footer .footer-compact-tagline {
    color: var(--premium-gold);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 8px 0 0;
  }
  .footer .footer-compact-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 8px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .footer .footer-compact-nav a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    transition: all 0.25s ease;
    white-space: nowrap;
  }
  .footer .footer-compact-nav a:hover {
    color: var(--premium-gold);
    border-color: var(--premium-gold);
  }
  .footer .footer-compact-contact p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    margin-bottom: 4px;
    line-height: 1.5;
  }
  .footer .footer-compact-phone {
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .footer .copyright {
    padding-top: 16px;
  }
  .footer .copyright a img {
    height: 22px;
  }
  .footer .copyright a {
    margin: 0 4px !important;
  }
  .footer .copyright p {
    font-size: 0.7rem;
  }
}

/* ---------- Scroll Top — Premium ---------- */
.scroll-top {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--premium-navy) !important;
  border: 1.5px solid var(--premium-gold);
  box-shadow: 0 4px 20px rgba(10, 22, 40, 0.25);
  color: var(--premium-gold) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-top svg {
  color: var(--premium-gold);
  transition: transform 0.3s ease;
}

.scroll-top:hover {
  background: var(--premium-gold) !important;
  border-color: var(--premium-gold);
  box-shadow: 0 6px 24px rgba(201, 169, 110, 0.35);
  transform: translateY(-3px);
}

.scroll-top:hover svg {
  color: #ffffff;
  transform: translateY(-2px);
}

/* ---------- Badge ---------- */
.badge {
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  letter-spacing: 0.3px;
}

.badge-success {
  color: #fff;
  background: var(--premium-navy);
}

.badge-danger {
  color: #fff;
  background: #c53030;
}

/* ---------- Misc ---------- */
.slide-box {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.slide-box .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 24px;
  background: linear-gradient(to top, rgba(10, 22, 40, 0.7), transparent);
}

.image-hover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  border-radius: 12px;
}

.image-hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 22, 40, 0.65);
  transition: 0.4s ease;
}

.image-hover:hover .overlay {
  background: rgba(10, 22, 40, 0);
}

.image-hover h1 {
  position: relative;
  z-index: 1;
}

.toregion.active {
  background-color: var(--premium-navy);
  color: white;
  border-color: var(--premium-navy);
  border-radius: 0;
}

.my-hover-box {
  background-color: var(--premium-light);
  transition: background-color 0.3s ease;
  border-radius: 8px;
}

.my-hover-box:hover {
  background-color: #edf0f4;
}

/* ---------- Swiper Override ---------- */
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  background-position: center;
  background-size: cover;
}

swiper-slide img {
  display: block;
  width: 100%;
}

/* ==========================================================
   RESPONSIVE — Mobile Nav & Hamburger (max-width: 1199px)
   ========================================================== */
@media (max-width: 1199px) {
  /* Premium Hamburger Menu */
  .mobile-nav-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: transparent;
    border: 1.5px solid rgba(10, 22, 40, 0.15);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 0;
  }

  .mobile-nav-toggle:hover {
    border-color: var(--premium-gold);
  }

  .hamburger-line {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--premium-navy);
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* Mobile Nav Active State - Body */
  body.mobile-nav-active {
    overflow: hidden !important;
  }

  /* Header when mobile nav is active — must remove backdrop-filter
     so that position:fixed inside it works relative to viewport */
  .mobile-nav-active .header {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Mobile Nav Toggle Button when active (X close) */
  .mobile-nav-active .mobile-nav-toggle {
    position: fixed !important;
    top: 20px;
    right: 24px;
    z-index: 99999 !important;
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
  }

  .mobile-nav-active .hamburger-line {
    background: #ffffff !important;
  }

  .mobile-nav-active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-nav-active .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Mobile Nav — Right Side Panel */
  .mobile-nav-active #navmenu,
  .mobile-nav-active .navmenu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    width: 280px !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: #0a1628 !important;
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    overflow-y: auto !important;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.4) !important;
  }

  /* Mobile Nav Menu List */
  .mobile-nav-active #navmenu > ul,
  .mobile-nav-active .navmenu > ul {
    display: block !important;
    position: static !important;
    padding: 72px 28px 32px !important;
    margin: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
    inset: unset !important;
    overflow-y: visible !important;
  }

  .mobile-nav-active .navmenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-nav-active .navmenu ul li:last-child {
    border-bottom: none;
  }

  .mobile-nav-active .navmenu ul li a,
  .mobile-nav-active .navmenu a {
    display: block !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 15px 8px !important;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease !important;
    white-space: nowrap !important;
  }

  .mobile-nav-active .navmenu a:hover,
  .mobile-nav-active .navmenu a.active {
    color: var(--premium-gold) !important;
    padding-left: 14px !important;
  }

  .mobile-nav-active .navmenu a::after {
    display: none !important;
  }
}

/* ==========================================================
   RESPONSIVE — Tablet Landscape (max-width: 1199px)
   ========================================================== */
@media (max-width: 1199px) and (min-width: 992px) {
  /* Prevent content from stretching too wide on landscape tablets */
  .about-card {
    padding: 28px 24px;
  }

  .box-light {
    padding: 16px 14px;
  }

  .gallery-slide-column .gallery-item {
    height: 200px;
  }

  .contact-form-card {
    padding: 32px;
  }
}

/* ==========================================================
   RESPONSIVE — Tablet (max-width: 991px)
   ========================================================== */
@media (max-width: 991px) {

  /* --- Header --- */
  .header .logo img {
    max-height: 38px;
  }

  /* --- Slider --- */
  .slider .swiper-slide {
    min-height: 400px;
  }

  .slider .swiper-slide .content h2 {
    font-size: 1.8rem;
  }

  .slider .swiper-button-next,
  .slider .swiper-button-prev {
    display: none;
  }

  /* --- About --- */
  .about-card {
    margin-left: 0;
    margin-top: 20px;
    padding: 24px 22px;
    max-height: 360px;
    display: flex;
    flex-direction: column;
  }

  .about-card h2 {
    font-size: 1.3rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
    flex-shrink: 0;
  }

  .about-card p {
    font-size: 0.82rem;
    line-height: 1.65;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    margin-bottom: 0;
    padding-right: 6px;
  }

  .about-card p::-webkit-scrollbar {
    width: 3px;
  }
  .about-card p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
  }
  .about-card p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
  }

  .about-card .btn-default {
    flex-shrink: 0;
    margin-top: 14px;
    padding: 10px 24px;
    font-size: 0.78rem;
    text-align: center;
  }

  .about-banner-img {
    min-height: 280px;
  }

  /* --- Feature Box --- */
  .box {
    min-height: 350px;
  }

  #main-title {
    font-size: 1.6rem;
  }

  #main-content {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .box-light {
    padding: 14px 12px;
    margin-bottom: 10px;
  }

  .box-light h4 {
    font-size: 0.9rem;
  }

  .row4 {
    -webkit-line-clamp: 3;
    font-size: 0.8rem;
  }

  /* --- Gallery --- */
  .gallery-item,
  .row20 {
    height: 240px;
  }

  .gallery-item h3,
  .row20 h1 {
    font-size: 1.1rem;
  }

  /* Gallery Slider Tablet */
  .gallery-slider-wrapper {
    padding: 0 40px;
  }

  .gallery-slide-column .gallery-item {
    height: 180px;
  }

  .gallery-nav {
    width: 38px;
    height: 38px;
  }

  .gallery-nav svg {
    width: 20px;
    height: 20px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }

  /* --- Contact --- */
  .contact-info-panel {
    padding: 40px 36px;
  }

  .contact-info-content h3 {
    font-size: 1.5rem;
  }

  .contact-form-card {
    padding: 36px;
  }

  .php-email-form button[type="submit"] {
    width: 100%;
    text-align: center;
  }

  /* --- News: show only 2 items on tablet --- */
  .news-home-row {
    flex-wrap: nowrap !important;
    overflow: hidden;
  }
  .news-home-item:nth-child(n+3) {
    display: none !important;
  }
  .news-home-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news-home-row.g-5 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
  }
  .fixed-img {
    height: 200px;
  }
  .lifestyle-category .section-title h4 {
    font-size: 1.3rem;
  }

  /* --- Pages: About --- */
  .about-gallery-item {
    height: 50vh !important;
  }

  /* --- Pages: Billboard --- */
  .billboard-map {
    height: 400px !important;
  }

  /* --- Pages: Contact --- */
  .contact-map {
    height: 250px !important;
  }
}

/* ==========================================================
   RESPONSIVE — Mobile (max-width: 767px)
   ========================================================== */
@media (max-width: 767px) {

  /* --- Global --- */
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  section {
    padding: 32px 0;
  }

  section.py-5 {
    padding: 28px 0 !important;
  }

  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.3rem; }
  h3 { font-size: 1.1rem; }

  /* --- Header Mobile --- */
  .header {
    padding: 8px 0;
  }

  .header .logo img {
    max-height: 32px;
  }

  .header .header-social-links {
    gap: 4px;
  }

  .header .header-social-links .btn-login-icon {
    width: 36px;
    height: 36px;
    border: 1.5px solid rgba(10, 22, 40, 0.15);
    border-radius: 8px;
    background: transparent;
  }

  .header .header-social-links .btn-login-icon svg {
    width: 16px;
    height: 16px;
  }

  .lang-switcher {
    padding-left: 6px;
    margin-left: 2px;
    gap: 2px;
    border-left: none;
  }

  .lang-flag {
    padding: 6px 8px !important;
    gap: 2px;
    min-width: 36px;
    border-radius: 6px;
  }

  .lang-flag .flag-img {
    width: 20px;
    height: 14px;
  }

  .lang-flag .flag-label {
    font-size: 0.65rem;
    font-weight: 700;
  }

  /* --- Slider --- */
  .slider {
    padding: 0 !important;
  }

  .slider .swiper-slide {
    min-height: 280px;
    border-radius: 0;
    margin: 0;
  }

  .slider .swiper-slide::before {
    border-radius: 0;
  }

  .slider .swiper-slide .content {
    padding: 20px;
  }

  .slider .swiper-slide .content h2 {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 12px;
  }

  .slider .swiper-slide .content .btn-default {
    padding: 10px 24px;
    font-size: 0.78rem;
  }

  .slider .swiper-pagination {
    bottom: 12px !important;
  }

  .slider .container {
    padding: 0;
  }

  /* --- About --- */
  #about {
    padding: 30px 0 !important;
  }

  .about-banner-img {
    min-height: 200px;
    border-radius: 10px;
    margin-bottom: 0;
  }

  .about-card {
    padding: 24px 20px;
    border-radius: 10px;
    margin-top: 16px;
    margin-left: 0 !important;
  }

  .about-card h2 {
    font-size: 1.25rem;
    padding-bottom: 12px;
  }

  .about-card p {
    font-size: 0.85rem;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .about-card .btn-default {
    padding: 10px 24px;
    font-size: 0.8rem;
    width: 100%;
    text-align: center;
  }

  /* --- Feature Box (Billboard) --- */
  .box {
    min-height: 260px;
    border-radius: 10px;
    padding: 14px;
  }

  .row.box {
    padding: 20px 12px 12px;
    border-radius: 10px;
    margin-top: 20px !important;
  }

  .row.box::before {
    border-radius: 10px;
  }

  #main-title {
    font-size: 1.15rem;
    margin-bottom: 6px;
  }

  #main-content {
    font-size: 0.8rem;
    margin-bottom: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .box-light {
    padding: 10px 8px;
    border-radius: 6px;
    margin-bottom: 6px;
  }

  .box-light h4 {
    font-size: 0.75rem;
    margin-bottom: 2px;
  }

  .row4 {
    -webkit-line-clamp: 2;
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .group-click {
    padding: 0 4px !important;
  }

  .group-click.group-click-active .box-light {
    transform: translateY(-1px);
  }

  /* --- Gallery --- */
  .gallery-item,
  .row20 {
    height: 160px;
    border-radius: 8px;
    padding: 14px;
  }

  .gallery-item::before,
  .row20::before {
    border-radius: 8px;
  }

  .gallery-item h3,
  .row20 h1 {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }

  /* Gallery Slider Mobile */
  .gallery-section {
    padding: 24px 0 !important;
  }

  .gallery-slider-wrapper {
    padding: 0 32px;
  }

  .gallery-slide-column {
    gap: 8px;
  }

  .gallery-slide-column .gallery-item {
    height: 160px;
    border-radius: 10px;
    padding: 14px;
  }

  .gallery-slide-column .gallery-item h3 {
    font-size: 0.9rem;
  }

  .gallery-nav {
    width: 32px;
    height: 32px;
  }

  .gallery-nav svg {
    width: 18px;
    height: 18px;
  }

  .gallery-section .section-heading {
    margin-bottom: 16px;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .section-heading h2 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding-bottom: 8px;
  }

  .section-heading h2::after {
    width: 40px;
  }

  /* --- Contact --- */
  .contact.section {
    padding: 28px 0 !important;
  }

  .contact-wrapper {
    border-radius: 10px;
    overflow: hidden;
  }

  .contact-info-panel {
    padding: 24px 20px;
  }

  .contact-info-content h3 {
    font-size: 1.15rem;
  }

  .contact-info-content p {
    font-size: 0.82rem;
    line-height: 1.6;
  }

  .contact-divider {
    margin: 16px 0;
  }

  .contact-tagline {
    font-size: 0.8rem !important;
  }

  .contact-detail-list {
    margin-top: 20px;
    gap: 14px;
  }

  .contact-detail-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }

  .contact-detail-icon svg {
    width: 16px;
    height: 16px;
  }

  .contact-detail-label {
    font-size: 0.65rem;
  }

  .contact-detail-value {
    font-size: 0.82rem;
  }

  .contact-social-links {
    margin-top: 20px;
    padding-top: 16px;
  }

  .contact-social-links a {
    width: 32px;
    height: 32px;
  }

  .contact-social-links a img {
    width: 15px;
    height: 15px;
  }

  .contact-form-card {
    padding: 24px 18px;
  }

  .php-email-form .form-control {
    padding: 8px 0;
    font-size: 0.85rem;
  }

  .php-email-form label {
    font-size: 0.72rem;
    margin-bottom: 4px;
  }

  .php-email-form .col-md-6,
  .php-email-form .col-md-12 {
    margin-bottom: 12px;
  }

  .php-email-form button[type="submit"] {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 0.82rem;
  }

  .form-check-label {
    font-size: 0.75rem;
  }

  /* --- News --- */
  .lifestyle-category {
    padding: 24px 0 !important;
  }

  .lifestyle-category .section-title {
    margin-bottom: 16px !important;
  }

  .lifestyle-category .section-title h4 {
    font-size: 1.15rem;
  }

  .fixed-img {
    height: 180px;
    border-radius: 8px;
  }

  .post-list {
    padding-bottom: 20px;
  }

  .post-list .post-meta {
    margin-top: 10px;
    font-size: 0.7rem;
  }

  .subject-new {
    height: auto;
    max-height: 2.4em;
    font-size: 0.92rem;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .detail-new {
    font-size: 0.8rem;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
  }

  .btn-read-more {
    padding: 8px 14px;
    font-size: 0.68rem;
    gap: 5px;
  }

  .btn-read-more svg {
    width: 12px;
    height: 12px;
  }

  .lifestyle-category .section-title-container {
    margin-bottom: 12px;
  }

  .lifestyle-category .section-title-container a {
    font-size: 0.78rem;
  }

  /* News cards: remove left border, add bottom border */
  .custom-border {
    border-left: none !important;
    border-bottom: 1px solid rgba(10, 22, 40, 0.08) !important;
    padding-bottom: 20px;
    padding-left: 0 !important;
    margin-bottom: 8px;
  }

  .custom-border:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* --- Buttons --- */
  .btn-default {
    padding: 10px 24px;
    font-size: 0.82rem;
  }

  /* --- Pages: About --- */
  .about-gallery-item {
    height: 40vh !important;
  }

  /* --- Pages: Billboard --- */
  .billboard-map {
    height: 300px !important;
  }

  /* --- Slide Box --- */
  .slide-box {
    height: 220px;
    border-radius: 12px;
  }

  /* --- Badge --- */
  .badge {
    font-size: 0.7rem;
    padding: 0.25em 0.5em;
  }

  /* --- Image Hover --- */
  .image-hover {
    border-radius: 10px;
  }
}

/* ==========================================================
   RESPONSIVE — Small Mobile (max-width: 479px)
   ========================================================== */
@media (max-width: 479px) {

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* --- Header Small Mobile --- */
  .header .logo img {
    max-height: 28px;
  }

  .header .header-social-links {
    gap: 2px;
  }

  .header .header-social-links .btn-login-icon {
    width: 32px;
    height: 32px;
  }

  .mobile-nav-toggle {
    width: 32px;
    height: 32px;
    gap: 4px;
  }

  .hamburger-line {
    width: 16px;
  }

  .lang-flag {
    padding: 4px 6px !important;
    min-width: 32px;
  }

  .lang-flag .flag-img {
    width: 18px;
    height: 12px;
  }

  .lang-flag .flag-label {
    font-size: 0.6rem;
  }

  /* --- Slider --- */
  .slider .swiper-slide {
    min-height: 260px;
    border-radius: 10px;
  }

  .slider .swiper-slide::before {
    border-radius: 10px;
  }

  .slider .swiper-slide .content h2 {
    font-size: 1.15rem;
  }

  .slider .swiper-slide .content .btn-default {
    padding: 8px 20px;
    font-size: 0.75rem;
  }

  /* --- About --- */
  .about-banner-img {
    min-height: 180px;
  }

  .about-card {
    padding: 22px 18px;
  }

  .about-card h2 {
    font-size: 1.2rem;
    padding-bottom: 12px;
  }

  .about-card p {
    font-size: 0.82rem;
  }

  /* --- Feature Box --- */
  .box {
    min-height: 250px;
  }

  #main-title {
    font-size: 1.1rem;
  }

  #main-content {
    font-size: 0.8rem;
  }

  .box-light h4 {
    font-size: 0.8rem;
  }

  .row4 {
    -webkit-line-clamp: 2;
    font-size: 0.75rem;
  }

  /* --- Gallery --- */
  .gallery-item,
  .row20 {
    height: 150px;
    padding: 12px;
    border-radius: 8px;
  }

  .gallery-item::before,
  .row20::before {
    border-radius: 8px;
  }

  .gallery-item h3,
  .row20 h1 {
    font-size: 0.8rem;
  }

  /* Gallery Slider Extra Small */
  .gallery-section {
    padding: 24px 0 !important;
  }

  .gallery-slider-wrapper {
    padding: 0 28px;
  }

  .gallery-slide-column {
    gap: 8px;
  }

  .gallery-slide-column .gallery-item {
    height: 150px;
    border-radius: 8px;
    padding: 10px;
  }

  .gallery-slide-column .gallery-item h3 {
    font-size: 0.8rem;
  }

  .gallery-nav {
    width: 26px;
    height: 26px;
  }

  .gallery-nav svg {
    width: 14px;
    height: 14px;
  }

  .gallery-section .section-heading {
    margin-bottom: 12px;
  }

  .section-heading h2 {
    font-size: 1.1rem;
  }

  /* --- News --- */
  .fixed-img {
    height: 160px;
    border-radius: 8px;
  }

  .subject-new {
    font-size: 0.9rem;
  }

  /* --- Contact --- */
  .contact-info-panel {
    padding: 28px 24px;
  }

  .contact-info-content h3 {
    font-size: 1.15rem;
  }

  .contact-form-card {
    padding: 24px 20px;
  }

  /* --- Footer --- */
  .footer .copyright a img {
    height: 20px;
  }

  .footer .copyright a {
    margin: 0 4px !important;
  }

  /* --- Pages: About --- */
  .about-gallery-item {
    height: 30vh !important;
  }

  /* --- Pages: Billboard --- */
  .billboard-map {
    height: 250px !important;
  }
}

/* ==========================================================
   RESPONSIVE — Touch Device helpers
   ========================================================== */
@media (hover: none) {
  /* Disable hover transforms on touch devices */
  .gallery-item:hover,
  .row20:hover,
  .fixed-img:hover {
    transform: none;
  }

  .gallery-item:hover::before,
  .row20:hover::before {
    opacity: 1;
  }

  .group-click:not(.group-click-active):hover .box-light {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: none;
    backdrop-filter: none;
  }

  .btn-default:hover {
    transform: none;
    box-shadow: none;
  }

  .php-email-form button[type="submit"]:hover {
    transform: none;
    box-shadow: none;
  }
}

/* ==========================================================
   RESPONSIVE — Landscape Phone fix
   ========================================================== */
@media (max-height: 500px) and (orientation: landscape) {
  .slider .swiper-slide {
    min-height: 240px;
  }

  .gallery-item,
  .row20 {
    height: 160px;
  }

  .about-banner-img {
    min-height: 180px;
  }
}
