@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    background: #ffffff;
    font-family: montserrat;    
}

.gallery-section{
  
}

.menu-top{
    background: #000;
}

.menu-bar a{
    color: #fff;
    text-decoration: none;
}

.header-top a{
    text-decoration: none;
}

.header-top {
    background: #f7f6f4;
    padding: 25px 0;
}
.btn-book {
  background: #BC9969;
  color: #fff;
  top: 14px;
  right: 34px;
  bottom: 14px;
  left: 34px;
  border-radius: 6px;
  font-weight: 500;
  align-items: center;
  transition: all 0.3s ease;   
}

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

.menu-bar {
    background: #000;
    padding: 15px 0;
}

.menu-bar .nav-link {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.current-menu-item {
  border-bottom: none;
}

.nav .menu-item > a {
  position: relative;
  padding-bottom: 6px;
  color: #fff;
}

.nav .menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav .menu-item:hover > a::after {
  transform: scaleX(1);
}

.nav:not(:hover) .current-menu-item > a::after {
  transform: scaleX(1);
}

.active-link {
    border-bottom: 2px solid #fff;
}

.text h1 {
    color: #fff;
    font-family: montserrat;
    font-weight: 450;
    font-size: 50px;
    line-height: 150%;
    
}

.content{
    position: relative;
    z-index: 2;             
}

.content img {
    width: 1440px;
    height: 600px;
    transform: rotate(0deg);
    display: block;
}

.img-wrapper{
    position: relative;       
    display: inline-block;    
}

.story-img {
    object-fit: cover;
}

.story-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.story-desc {
    color: #999;
    font-size: 16px;
    line-height: 150%;
    max-width: 475px;
    margin-bottom: 25px;
}

.story-btn {
    border: 1px solid #000;
    padding: 10px 25px;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    transition: 0.3s;
}

@media (max-width: 576px) {
    .story-btn {
        display: block;
        width: 100%;
        margin: 16px auto 0 auto;
        text-align: center;
    }
}


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

.filter-btn {
    border: 1px solid #c8c8c8;
    background: #fff;
    padding: 7px 18px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}
.filter-btn.active {
    background: #BC9969;
    color: #fff;
    border-color: #d9b47a;
}

.social-wrap i {
    font-size: 22px;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.social-wrap i:hover {
  background: #c8a36a;
}

.menu-bar .nav-link {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
}

.active-link {
    border-bottom: 2px solid #fff;
}
.img-wrapper{
    position: relative;       
    display: inline-block;    
}

.inbound-title {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.filter-btn {
    border: 1px solid #c8c8c8;
    background: #fff;
    padding: 7px 18px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}
.tour-card {
    background: transparent;   
    border-radius: 0;        
    overflow: hidden;
    height: 100%;
    box-shadow: none;        
}

.tour-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

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

.tour-content {
    padding: 16px 0 0; /* padding kiri kanan nol biar flat */
}

/* TITLE — MAX 2 BARIS */
.tour-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 6px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* DESCRIPTION — MAX 3 BARIS */
.tour-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 6px;
}

.tour-placeholder {
    width: 100%;
    height: 230px;
    border-radius: 8px;
    background: #e6e6e6;
}

.tour-body {
    padding: 15px 18px;
}

.tour-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tour-desc {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}

.tour-info i {
    margin-right: 5px;
    color: #b9986b;
}

.tour-price {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.tour-price span {
    font-size: 14px;
    color: #707070;
}

.banner-section {
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-overlay {
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 81px 81px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.banner-overlay h2 {
    margin-bottom: 5px;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 6%;

}

.banner-desc {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 6%;
    text-align: center;
}
/* parent icon */
.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
}

.social-icons a:hover {
  background: #c8a36a;
  transform: translateY(-2px);
}

/* hover effect */
.social-box:hover img {
  transform: scale(1.05);
}

/* icon */
.social-icons a i,
.social-icons a svg {
  font-size: 20px;
  line-height: 1;
}

/* section */
.social-section {
  overflow: hidden; /* WAJIB */
}

/* bikin baris lebih lebar dari layar */
.social-wrapper {
  width: 120%;
  transform: translateX(-8%);
}

/* paksa 1 baris & jangan turun */
.social-wrapper .row {
  flex-wrap: nowrap;
}

/* box gambar */
.social-box {
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #e0e0e0;
}

/* gambar */
.social-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* =====================
   MOBILE RESPONSIVE
   ===================== */
@media (max-width: 768px) {

    .social-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-left: 16px;
        padding-right: 16px;
    }

    .social-wrapper .row {
        flex-wrap: nowrap;
        gap: 16px;
    }

    .social-wrapper .col-md-2 {
        flex: 0 0 75%;
        max-width: 75%;
        scroll-snap-align: start;
    }

    .social-wrapper {
        scroll-snap-type: x mandatory;
    }

    .social-box img {
        height: 220px;
    }
}


  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .contact-icon {
    width: 18px;
    height: auto;
    margin-right: 10px;
  }
  .contact-list {
    list-style: none;
    padding: 0;
  }

  .contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }

  .contact-list li a {
    text-decoration: none;
    color: #000;
    font-family: Montserrat;
  }

  .design-by {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .design-logo {
    width: 70px;
    height: auto;
  }

  .design-logo {
    filter: brightness(0) invert(1);
  }


  .page-id-72 .about-banner {
    position: relative;
    height: 300px;
    background: url("https://svaha.alamaya.asia/wp-content/uploads/2025/12/bgAboutUs-scaled.png") center/cover no-repeat;
    display: flex;
    align-items: center;
  }

  .about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
  }

  .about-content {
    position: relative;
    color: #fff;
    padding-top: 113px;
  }

  .about-content h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .breadcrumb-custom {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding-top: 64px;
    padding-bottom: 20px;
  }

  .breadcrumb-custom a {
    color: #fff;
    text-decoration: none;
  }

  .breadcrumb-custom span {
    color: #ddd;
  }

  .breadcrumb-custom .active {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
  }

  .about-title {
      font-size: 28px;              
      font-weight: 400;           
      letter-spacing: 1px;
      margin-bottom: 18px;
      color: #000;
  }

  .about-intro {
      font-size: 16px;
      color: #999;
      line-height: 150%;
      font-family: Montserrat;
      text-align: justify;
      vertical-align: middle;
      margin-bottom: 20px;
  }

  .about-img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 12px;
      margin-top: 20px;
  }

  .instant-booking {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #4CAF50;
      color: #fff;
      font-size: 12px;
      padding: 6px 12px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 500;
  }

  .instant-booking:hover {
      background: #43a047;
      color: #fff;
  }

  .about-desc {
      font-size: 15px;
      color: #000000;
      line-height: 1.8;
      margin-top: 20px;
  }

  /* parent icon */
  .social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
  }

  .social-icons a {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
  }

  .social-icons a:hover {
    background: #c8a36a;
    transform: translateY(-2px);
  }

  /* =====================
    DESKTOP (DEFAULT)
  ===================== */
  .tour-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .tour-body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  /* BTN DETAIL */
  .tour-card .btn-detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 14px;
    height: 32px;                 
    box-sizing: border-box;

    background-color: #BC9969;    
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;

    border-radius: 4px;
    border: none;
    text-decoration: none;
    white-space: nowrap;

    transition: background-color 0.3s ease, color 0.3s ease;
  }

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

  /* =====================
    MOBILE FIX
  ===================== */
  @media (max-width: 767px) {

    .tour-card .d-flex {
      flex-direction: column;
      align-items: center; 
      gap: 8px;
    }

    .tour-card .btn-detail {
      width: 100%;              
      max-width: 100%;
      text-align: center;
      margin-top: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
  }

  .tour-img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      border-radius: 6px;
  }

  .tour-placeholder {
      width: 100%;
      height: 230px;
      border-radius: 8px;
      background: #e6e6e6;
  }

  .tour-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .tour-body {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .tour-title {
    min-height: 50px;    
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .tour-desc {
    min-height: 68px;    
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    margin-bottom: 0;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  @media (max-width: 576px) {
    .tour-info {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      align-items: center;
    }

    .tour-info span {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      white-space: nowrap;
    }
  }

  @media (max-width: 576px) {
    .tour-info {
      gap: 12px;
      font-size: 13px;
    }

    .tour-info i {
      font-size: 14px;
    }
  }

  .tour-price {
      font-size: 18px;
      font-weight: 600;
      margin: 0;
  }

  .tour-price span {
      font-size: 14px;
      color: #707070;
  }

  .banner-section {
      height: 350px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .banner-overlay {
      background: rgba(0, 0, 0, 0.45);
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      padding: 40px 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      
  }

  .banner-overlay h2 {
      margin-bottom: 5px;
      font-family: Montserrat;
      font-weight: 700;
      font-style: Bold;
      font-size: 40px;
      line-height: 100%;
      letter-spacing: 6%;

  }

  .banner-title {
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 15px;
      font-family: Montserrat;
      font-weight: 500px;
      font-style: Medium;
      font-size: 40px;
      line-height: 100%;
      letter-spacing: 6%;
      text-align: center;

  }

  .banner-desc {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 6%;
  text-align: center;
  padding-top: 10px;

  }
  .btn-banner {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 25px;
      background: #BC9969;
      color: #fff;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      padding-top: 0px;
      padding-bottom: 20px;
      height: 50px;
      width: 175px;
  }

  .booking-link {
    display: inline-block;
    padding: 14px 28px;
    background: #1bb3a4;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
  }

  .btn-banner:hover {
      background: #BC9969;
  }
  /* ===============================
    STORY / BANNER SECTION
  ================================ */
  .story-section {
    padding-top: 100px;
    background-color: #F8F8F8;
    margin-top: -50px;
  }

  .story-section .row {
    row-gap: 24px;
  }

  .story-img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
  }

  .story-title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .story-desc {
    max-width: 540px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
  }
  /* ===============================
    PROMO CARD – FINAL FIX
    Icon warna + tombol mobile
  ================================ */

  .promo-card .promo-info span {
    color: #BC9969;
    font-size: 13px;
  }

  .promo-card .promo-info i {
    color: #BC9969;
    margin-right: 6px;
    font-size: 14px;
  }

  .promo-card .promo-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1.5px solid #BC9969;
    background: transparent;
    color: #BC9969;
    transition: all 0.3s ease;
  }

  .promo-card .promo-btn:hover {
    background: #BC9969;
    color: #fff;
  }

  /* ===============================
    MOBILE
  ================================ */
  @media (max-width: 768px) {

    .promo-card .row {
      flex-direction: column;
      align-items: center;
    }

    .promo-card .promo-btn {
      width: 100%;
      text-align: center;
      margin-top: 10px; 
    }
  }

  .promo-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
  }

  .promo-body {
    padding: 0 20px;
  }

  .promo-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .promo-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 16px;
  }

  /* ===============================
    PROMO CARD – FINAL FIX
    Icon warna + tombol mobile
  ================================ */

  .promo-card .promo-info span {
    color: #BC9969;
    font-size: 13px;
  }

  .promo-card .promo-info i {
    color: #BC9969;
    margin-right: 6px;
    font-size: 14px;
  }

  .promo-card .promo-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1.5px solid #000000;
    background: transparent;
    color: #000000;
    transition: all 0.3s ease;
  }

  .promo-card .promo-btn:hover {
    background: #000000;
    color: #fff;
  }

  /* ===============================
    MOBILE
  ================================ */
  @media (max-width: 768px) {

    .promo-card .row {
      flex-direction: column;
      align-items: center;
    }

    .promo-card .promo-btn {
      width: 100%;
      text-align: center;
      margin-top: 10px; 
    }
  }

  /* ===============================
    RESPONSIVE
  ================================ */
  @media (max-width: 768px) {
    .story-title {
      font-size: 35px;
    }

    .story-desc {
      max-width: 100%;
    }
  }

  .social-section {
      background: #F8F8F8;
      padding-top: 50px;
  }

  .social-box {
      width: 100%;
      height: 150px;
      background: #D9D9D9;
      border-radius: 8px;
  }
  /* ===============================
    SOCIAL BUTTON – FULL WIDTH MOBILE
  ================================ */

  a.social-btn {
    background: #BC9969 !important;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 14px;
    display: inline-block;
  }
  @media (max-width: 768px) {

    a.social-btn {
      display: block !important;
      width: 100%;
      max-width: 280px;   
      margin: 0 auto;    
      text-align: center;
    }
  }

  .footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    border-bottom: 1px solid #333;
    padding-bottom: 40px;
  }

  .logo {
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    width: 200px;
    height: 105px;
  }

  .tagline {
    font-size: 12px;
    letter-spacing: 3px;
    color: #aaa;
  }
  .footer {
    background-color: #000;
    color: #ccc;
    padding: 60px 0 20px;
    font-family: Arial, sans-serif;
  }

  .footer-logo-img {
    max-width: 160px;
    height: auto;
  }

  .footer-logo {
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
  }

  .footer-tagline {
    font-size: 12px;
    letter-spacing: 3px;
    color: #aaa;
  }

  .footer-title {
    color: #fff;
    margin-bottom: 15px;
    font-family: montserrat;
    font-size: 20px;

  }
  .footer-list {
    list-style: none;
    padding: 0;
    font-family: montserrat;
    font-size: 16px;

    display: inline-block;     
  }

  .footer-list li {
    margin-bottom: 10px;
    width: fit-content;       
  }

  .footer-list li a {
    color: #aaa;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;    
  }

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


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

  .footer p {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .footer-bottom {
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    color: #ffffff;
    font-family: montserrat;

  }

  .footer-bottom span {
    color: #fff;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .contact-icon {
    width: 18px;
    height: auto;
    margin-right: 10px;
  }

  .design-by {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .design-logo {
    width: 70px;
    height: auto;
  }

  .design-logo {
    filter: brightness(0) invert(1);
  }

  .about-banner {
    position: relative;
  }

  .about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1;
  }

  .about-banner .container {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
  }


  .about-content {
    position: relative;
    color: #fff;
    padding-top: 113px;
  }

  .about-content h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .breadcrumb-custom {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding-top: 64px;
    padding-bottom: 20px;
  }

  .breadcrumb-custom a {
    color: #fff;
    text-decoration: none;
  }

  .breadcrumb-custom span {
    color: #ddd;
  }

  .breadcrumb-custom .active {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
  }

  /* ===============================
    FIX BREADCRUMB MOBILE - OUTBOUND ONLY
    =============================== */
  @media (max-width: 767px) {

    body.page-outbound .breadcrumb-custom {
      padding-top: 24px;      
      padding-bottom: 12px;
      font-size: 12px;
      gap: 6px;
    }

    body.page-outbound .breadcrumb-custom .active {
      padding: 3px 10px;
      font-size: 12px;
    }

  }

  .about-section {
      background: #fff;
      padding-top: 50px;
  }

  .about-title {
      font-size: 28px;              
      font-weight: 400;           
      letter-spacing: 1px;
      margin-bottom: 18px;
      color: #000;
  }

  .about-intro {
      font-size: 16px;
      color: #999;
      line-height: 150%;
      font-family: Montserrat;
      text-align: justify;
      vertical-align: middle;
      margin-bottom: 20px;
  }

  .about-img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 12px;
      margin-top: 20px;
  }

  .instant-booking {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #4CAF50;
      color: #fff;
      font-size: 12px;
      padding: 6px 12px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 500;
  }

  .instant-booking:hover {
      background: #43a047;
      color: #fff;
  }

  .about-desc {
      font-size: 15px;
      color: #000000;
      line-height: 1.8;
      margin-top: 20px;
  }

  /* =================================
    MOBILE ONLY (HP)
    ================================= */
  @media (max-width: 767px) {

    .contact-section .row {
      flex-direction: column;
    }

    .contact-section .col-md-6 {
      width: 100%;
      max-width: 100%;
      padding-top: 40px;
    }

    .contact-form {
      background: #f8f8f8;
      padding: 30px;
      border-radius: 4px;
    }

    .contact-form h3 {
      margin-bottom: 20px;
      font-size: 32px;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      border: none;
      border-bottom: 1px solid #ccc;
      background: transparent;
      padding: 10px 0;
      margin-bottom: 20px;
      font-size: 14px;
    }

    .contact-form textarea {
      resize: none;
      height: 80px;
    }

    .contact-form button {
      background: #c8a36a;
      color: #fff;
      border: none;
      padding: 10px 30px;
      font-size: 14px;
      border-radius: 4px;
      cursor: pointer;
    }
  }

  /* =================================
    TABLET & DESKTOP (LANDSCAPE STYLE)
    ================================= */
  @media (min-width: 768px) {

    .contact-section {
      font-family: 'Poppins', sans-serif;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .contact-section .row {
      flex-direction: row;
    }

    .contact-section .col-md-6 {
      width: 50%;
      max-width: 50%;
    }

    .contact-info h2 {
      font-size: 40px;
      margin-bottom: 10px;
      margin-top: 40px;
    }

    .contact-info p {
      font-size: 14px;
      color: #666;
      margin-bottom: 25px;
    }

    .contact-list {
      list-style: none;
      padding: 0;
      margin-bottom: 30px;
    }

    .contact-list li {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 15px;
      font-size: 14px;
    }

    .contact-list img {
      width: 20px;
      height: 20px;
    }

    .social-icons img {
      width: 36px;
      height: 36px;
      background: #000;
      padding: 8px;
      border-radius: 50%;
      margin-right: 8px;
      cursor: pointer;
    }

    .contact-form {
      background: #f8f8f8;
      padding: 30px;
      border-radius: 4px;
    }

    .contact-form h3 {
      margin-bottom: 20px;
      font-size: 40px;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      border: none;
      border-bottom: 1px solid #ccc;
      background: transparent;
      padding: 10px 0;
      margin-bottom: 20px;
      font-size: 14px;
    }

    .contact-form textarea {
      resize: none;
      height: 80px;
    }

    .contact-form button {
      background: #c8a36a;
      color: #fff;
      border: none;
      padding: 10px 30px;
      font-size: 14px;
      border-radius: 4px;
      cursor: pointer;
    }
  }

  /* =================================
    FORCE TABLET 2 COLUMN (FIX IPAD)
    ================================= */
  @media (min-width: 768px) {

    .contact-section .row {
      display: flex;
      flex-wrap: nowrap; 
    }

    .contact-section .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
      padding-top: 0; 
    }

  }

  /* =========================
    INBOUND FILTER – MOBILE
  ========================= */
  .inbound-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .inbound-filter .filter-btn {
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 6px;
    white-space: nowrap;
  }

  /* =========================
    INBOUND FILTER – PERFECT CENTER
  ========================= */
  @media (max-width: 576px) {
    .inbound-filter {
      display: grid;
      grid-template-columns: repeat(6, 1fr); 
      gap: 8px;
    }

    .inbound-filter .filter-btn {
      width: 100%;
      padding: 8px 6px;
      font-size: 12px;
      border-radius: 6px;
      text-align: center;
    }

    .inbound-filter .filter-btn:nth-child(1),
    .inbound-filter .filter-btn:nth-child(2),
    .inbound-filter .filter-btn:nth-child(3) {
      grid-column: span 2;
    }

    .inbound-filter .filter-btn:nth-child(4) {
      grid-column: 2 / span 2;
    }

    .inbound-filter .filter-btn:nth-child(5) {
      grid-column: 4 / span 2;
    }
  }

  .inbound-filter .outbound-filter{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .outbound-filter {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .outbound-filter .filter-btn {
      width: 100%;
      padding: 10px;
      font-size: 13px;
    }
  }

  .outbound-section, .inbound-section {
      padding: 50px 0;
  }

  /* ===============================
    RESERVE FORM MOBILE FIX
    =============================== */
  @media (max-width: 768px) {

    .reserve-section {
      padding-top: 40px;
      padding-bottom: 60px;
    }

    .reserve-section .row {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0;
      margin-right: 0;
    }

    .reserve-section .col-md-6,
    .reserve-section .col-md-4,
    .reserve-section .col-md-12 {
      width: 100%;
      max-width: 100%;
    }

    .reserve-card {
      width: 100%;
      margin: 0 auto;
    }

    .reserve-btn {
      width: 100%;
      padding: 12px;
    }
  }

  /* RESERVATION SECTION */
  .reserve-section {
      background-color: #ffffff;
      font-family: 'Poppins', sans-serif;
  }

  .reserve-title {
      font-size: 32px;
      font-weight: 600;
      color: #222;
  }

  .reserve-subtitle {
      color: #777;
      font-size: 15px;
      margin-top: 5px;
  }

  .reserve-card {
      background: #fff;
      border-radius: 12px;
      padding: 35px;
      box-shadow: 0px 4px 40px 0px #0000001A;
  }

  .reserve-card .form-label {
      font-size: 14px;
      font-weight: 500;
      color: #333;
      margin-bottom: 6px;
  }

  .reserve-input,
  .reserve-textarea {
      background-color: #f3f3f3;
      border: none;
      border-radius: 6px;
      padding: 12px 14px;
      font-size: 14px;
      color: #999999;
  }

  .reserve-input:focus,
  .reserve-textarea:focus {
      outline: none;
      box-shadow: none;
      background-color: #eeeeee;
  }

  .reserve-input::placeholder,
  .reserve-textarea::placeholder {
      color: #aaa;
      font-size: 13px;
  }

  .reserve-card select.reserve-input {
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      background-size: 12px;
  }

  .reserve-textarea {
      resize: none;
  }

  .reserve-btn {
      background-color: #b48b5a;
      color: #fff;
      font-size: 14px;
      padding: 10px 26px;
      border-radius: 6px;
      border: none;
      transition: all 0.3s ease;
  }

  .reserve-btn:hover {
      background-color: #9f774a;
      color: #fff;
  }

  @media (max-width: 576px) {
      .reserve-card {
          padding: 25px 20px;
      }

      .reserve-title {
          font-size: 26px;
      }
  }

  .section {
    padding: 20px;
  }

  @media (min-width: 768px) {
    .section {
      padding: 80px;
    }
  }

  /* ===============================
    OPTIONAL TOUR - MOBILE FIX
    =============================== */
  @media (max-width: 767px) {

    .optional-section {
      padding-top: 30px !important;
    }

    .inbound-title {
      font-size: 24px;
      margin-bottom: 16px;
    }

    .optional-filter {
      overflow-x: auto;
      flex-wrap: nowrap;
      padding-bottom: 6px;
    }

    .optional-filter::-webkit-scrollbar {
      display: none;
    }

    .filter-btn {
      white-space: nowrap;
      font-size: 13px;
      padding: 6px 14px;
    }

    @media (max-width: 576px) {
      .promo-filter .filter-btn {
          margin-top: 5px;
      }
  }


  @media (max-width: 767px) {
    .optional-filter {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .filter-btn {
      flex: 0 0 calc(33.333% - 6px);
      text-align: center;
      font-size: 13px;
      padding: 8px 10px;
    }
  }
    .tour-card {
      border-radius: 14px;
      overflow: hidden;
    }

    .tour-img {
      height: 180px;
      object-fit: cover;
    }

    .tour-body {
      padding: 14px;
    }

    .tour-title {
      font-size: 16px;
      margin-bottom: 6px;
    }

    .tour-desc {
      font-size: 13px;
      line-height: 1.4;
      margin-bottom: 10px;
    }

    .tour-info {
      font-size: 12px;
      gap: 10px;
    }

    .tour-price {
      font-size: 15px;
      margin-bottom: 8px;
    }

    .tour-price span {
      font-size: 12px;
    }

    .btn-detail {
      font-size: 13px;
      padding: 6px 14px;
      width: fit-content;
    }

  }

  .contact-item {
    display: flex;
    align-items: center;
    gap: 0px;
    color: #aaa;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .contact-item:hover {
    color: #fff;
  }

  .contact-icon {
    width: 18px;
    height: auto;
  }

  .pagination-wrap a,
  .pagination-wrap span {
    padding: 8px 14px;
    border-radius: 6px;
    background: #f3f3f3;
    color: #333;
    text-decoration: none;
  }

  .pagination-wrap .current {
    background: #c8a165;
    color: #fff;
  }

  @media (max-width: 576px) {
    .wp-block-gallery.columns-default {
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}
