/* AB V3 Revamp */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap');

/* Typography */
html {
  font-size: 16px;
}
body.v3 {
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  background-color: #fff;
}
.v3 h1, .v3 h2, .v3 h3, .v3 h4, .v3 h5, .v3 h6 {
  font-family: 'Nunito', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.v3 h1 {
  font-size: 3rem;
  letter-spacing: -1px;
}
.v3 h2 {
  font-size: 2.5rem;
  letter-spacing: -0.7px;
}
.v3 h3 {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
}
.v3 h4 {
  font-size: 1.25rem;
}
.v3 h5 {
  font-size: 1.125rem;
}
.v3 h6 {
  font-size: 1rem;
}
p {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  color: #232323;
  margin-bottom: 1.2em;
}
ul, ol {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  color: #232323;
  padding-left: 1.5em;
  margin-bottom: 1.2em;
}
li {
  margin-bottom: 0.5em;
}
button, .btn {
  font-family: 'Nunito', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.btn-orange {
  background-color: #f4b400;
  color: #333;
}
.btn-orange:hover {
  background-color: #fabc2d;
}

@media (max-width: 1024px) {
  body.v3 { padding-top: 61px !important; }
}
.section-padding { padding-top: 40px; padding-bottom: 40px; }
.padding-sm { padding-top: 20px; padding-bottom: 20px; }
.container-1440 { max-width: 1440px; margin: 0 auto; padding-left: 15px; padding-right: 15px; }
.container-1200 { max-width: 1200px; margin: 0 auto; padding-left: 15px; padding-right: 15px;}
.container-900 { max-width: 900px; margin: 0 auto; padding-left: 15px; padding-right: 15px;}
.weight-700 { font-weight: 700; }
.text-heading { max-width: 900px; margin: 0 auto; text-align: center; }
.text-heading h2 { margin-bottom: 20px; }
.text-lg { font-size: 1.2em; }
.white-heading { color: #ffffff; line-height: 1.4; text-shadow: 2px 2px 4px rgba(0,0,0,0.4); }
.white-subtitle { color: #ffffff; line-height: 1.4; font-weight: 500; margin: 20px 0; text-shadow: 0px 0px 4px rgba(0,0,0,0.4); }
.link-white, .link-white:hover, .link-white:active, .link-white:focus { color: #fff;}
.btn-lg {
  transition: all .3s ease-in-out;
}
.btn-lg:hover {
  transform: translateY(1px);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.btn-white { background-color: #e9e9e9; color: #000; }
.btn-white:hover { background-color: #fff; }
.line-break { display: none; }
@media screen and (min-width: 768px) {
  .btn-lg {
    padding: 12px 30px;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .line-break { display: inline; }
}
@media screen and (max-width: 767px) {
  .v3 h1.white-heading, .v3 .white-heading.h1 { font-size: 30px; }
  .v3 h1 { font-size: 2.4rem; }
  .v3 h2 { font-size: 2rem; }
  .v3 h3 { font-size: 1.5rem; }
}

/* Announcement Bar */
.announcement-bar {
  background: #f04037;
  color: #fff;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  whitespace: nowrap;
}
.marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.marquee-content {
  display: flex;
  animation: marquee-scroll 30s linear infinite;
  min-width: 200%;
}
@media screen and (max-width: 550px) {
  .marquee-content { animation: marquee-scroll 5s linear infinite; }
}
.announcement-bar a { padding-left: 30px; padding-right: 30px; }

@keyframes marquee-scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.announcement-bar:hover .marquee-content {
  animation-play-state: paused; /* Pause on hover */
}

/* Section Background Color */
.colorbg-blue { background-color: #2c3090; }
.colorbg-green { background-color: #0f9d58; }
.overlay-blue { position: relative;
  background: url('/templates/abtv3/mice-banner.jpg') center/cover no-repeat;
}
.overlay-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(66, 133, 244, 0.8);
  z-index: 1;
}
.overlay-blue .container-1440 { position: relative; z-index: 2; }
.colorbg-light { background-color: #e6ebeb; }
.colorbg-light .ab-blog-section {
  margin-top: 0px;
}

/* Hero Section */
.hero-section-home {
  background: url('/img/slider/hero-bg-1.jpg') center/cover no-repeat;
  height: 70vh;
  min-height: -webkit-fill-available;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}
.hero-section-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.header-caption {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 20px;
}
.hero-section-home .white-heading { margin-top: 0; }
.hero-section-home .white-subtitle { font-size: 1.5rem; }

.search-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 3px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.search-box input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 20px 10px 50px;
  font-size: 18px;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%234285f4' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 24px;
}
.search-box button {
  background: #4285f4;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 25px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 18px;
}
.search-box button:hover {
  background: #2c3090;
}

/* Explore Malaysia Map */
.hero-map-wrapper {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.map-image {
  width: 850px;
  height: auto;
  max-width: 100%;
  display: block;
}
.map-overlay-text {
  position: absolute;
  top: 10%;
  right: 8%;
  width: 590px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.map-overlay-text .btn {
  font-weight: 700;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.hero-map-cta {
  position: relative;
  display: inline-block;
  margin-top: 3rem;
  margin-left: 15rem;
}
.sumandak-img {
  position: absolute;
  bottom: -50px;
  right: -60px;
  width: 70px;
  z-index: 2;
  pointer-events: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.hero-map-cta:hover .sumandak-img {
  transform: translateX(-6px);
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

@media (max-width: 1440px) {
  .hero-section-home {
    background-position: left -200px top;
  }
}

@media (max-width: 1024px) {
  .hero-section-home {
    background-position: left -160px top;
  }

  .map-image {
    margin: 0 auto;
  }
  .map-overlay-text {
    position: static;
    margin: 1rem auto;
  }
  .hero-map-cta {
    margin: 0;
  }
  .sumandak-img {
    display: none;
  }
}

/* Video with Text Container */
.flex-wrapper { display: flex; gap: 20px; align-items: center; justify-content: center; flex-wrap: wrap; }
.text-2-column { flex: 0 0 58%; }
.video-2-column { flex: 0 0 calc(42% - 20px); }

.flex-column {
  width: calc(33.333% - 20px); /* 3 columns */
}
@media (max-width: 768px) {
  .hero-section-home {
    background-position: left -280px top;
  }
  .video-2-column, .text-2-column { flex: 1 1 100%; }
}
@media screen and (max-width: 550px) {
  .flex-column { flex: 1 1 100%; }
}
@media (min-width:550px) and (max-width: 768px) {
  .flex-column {
    flex: 1 1 calc(50% - 20px); /* 2 columns */
  }
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trusted-logos {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.trusted-heading {
  flex: 0 0 110px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.logos-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
}
.logos-wrapper img {
  width: 60px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.logos-wrapper img:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .trusted-heading {
    flex: 1;
  }
  .trusted-logos {
    flex-direction: column;
    text-align: center;
  }
  .logos-wrapper {
    justify-content: center;
  }
}

/* Awards Swiper */
.awards-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.awards-swiper .swiper-slide img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  will-change: transform;
}
.awards-swiper .swiper-slide img:hover {
  transform: scale(1.08);
  z-index: 2;
}
.awards-swiper .swiper-slide .view-more {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  color: #4285f4;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 600;
  transition: all 0.3s ease;
}
.awards-swiper .swiper-slide .view-more .icon-circle {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 2px solid #4285f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.awards-swiper .swiper-slide .view-more .icon-circle i {
  color: #4285f4;
  transition: color 0.3s ease;
}
.awards-swiper .view-more:hover {
  color: #2c3090;
}
.awards-swiper .view-more:hover .icon-circle {
  background-color: #2c3090;
  border-color: #2c3090;
}
.awards-swiper .view-more:hover .icon-circle i {
  color: #fff;
}

.swiper-container { position: relative; }

@media screen and (max-width: 1023px) {
  .awards-swiper { padding-bottom: 30px; }
  .awards-swiper .swiper-pagination { bottom: 0; }
  .awards-swiper .swiper-slide { min-height: 100px; }
}

/* Product Tabs and Cards */
.home-start .tab-pane {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.home-start .tab-pane.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.home-start .swiper-container {
  min-height: 475px;
}
.home-start .home-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 20px;
}
.home-start .home-tabs > li {
  margin: 0 15px;
  list-style: none;
}
.home-start .home-tabs a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color 0.3s linear;
}
.home-start .home-tabs a::after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: -1px;
  width: 100%;
  height: 3px;
  transition: transform 0.3s linear;
  transform: translateX(0);
  background-color: red;
  opacity: 0;
}
.home-start .home-tabs li.active a {
  color: #000;
  border: none;
}
.home-start .home-tabs li.active a::after, .home-start .home-tabs a:hover::after {
  transform: translateX(100%);
  opacity: 1;
}
.home-start .home-tabs a:hover {
  color: #000;
  border: 0;
  background: transparent;
}
.home-start .swiper-button-next,
.home-start .swiper-button-prev {
  color: #007bff;
}
.home-start .swiper-pagination-bullet-active {
  background-color: #007bff;
}

/* Category & Product Cards */
.travel-interest a, .travel-interest a:hover, .swiper-slide a { text-decoration: none; }
.category-card, .home-product-card {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}
.category-card .card-image {
  background: rgb(241, 241, 241);
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
  transition: all 120ms;
}
.home-product-card .card-image {
  background: rgb(241, 241, 241);
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  transition: all 120ms;
}
.category-card .card-image img, .home-product-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
.category-card:hover .card-image img, .home-product-card:hover .card-image img {
  transform: scale(1.1);
  opacity: 1;
}
.category-card .card-content h3 {
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  text-align: center;
  transition: 0.3s ease;
  margin: 15px auto;
}
.category-card:hover .card-content h3 {
  color: #fff;
}
.category-card {
  background: #4285f4;
}
.category-card:hover {
  background: #4163ef;
}
.home-product-card {
  box-shadow: 0px 1px 13px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all .3s ease-in-out;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #fff;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
}
.home-product-card:hover {
  box-shadow: 0px 1px 13px rgba(0,0,0,0.3);
  transform: translateY(-2px);
}
.home-product-card .title {
  font-size: 15px;
  padding-top: 10px;
  font-weight: 500;
  color: #000;
  min-height: 52px;
}
.home-product-card .tour-code, .home-product-card .duration {
  font-size: 13px;
  color: #666;
  display: flex;
}
.home-product-card .tour-label, .home-product-card .duration-label { min-width: 70px; font-weight: 500; margin-right: 15px; }
.home-product-card .deals-price {
  float: right;
  width: 100%;
  background: #f04037;
  color: #fff;
}
.home-product-card .zigzag {
  background: linear-gradient(-137deg, #fabc2d 6px, transparent 0) 0 5px, linear-gradient(320deg, #fabc2d 5px, #f04037 0) 0 5px;
  background-color: #fabc2d;
  background-position: left bottom;
  background-repeat: repeat-y;
  background-size: 10px 10px;
}
/*.why-icons .why-card {
  border: 2px solid #fabc2d;
  border-radius: 10px;
  display: flex;
  gap: 8px;
  padding: 15px;
  align-items: flex-start;
  min-height: 115px;
  transition: all .3s ease-in-out;
}
.why-card .card-icon { height: 72px; }
.why-card:hover { transform: translateY(-2px); box-shadow: 0px 1px 5px rgba(0,0,0,0.3); background-color: rgb(255, 250, 220); }
.why-card .card-content { width: 100%; font-weight: 500; }
.why-card .card-content h3 { font-weight: 600; margin-top: 0; margin-bottom: 12px; } */

.themes-swiper .all-themes {
  display: flex;
  aspect-ratio: 4 / 3;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .home-start .swiper-container { min-height: 400px; }
  .home-product-card .card-image {
    height: 160px;
  }
  .home-product-card .title { min-height: 75px; }
  .category-card .card-image {
    height: 200px;
  }
  .travel-interest .category-card { min-height: 240px; }
  .category-card .card-content h3 { font-size: 21px; }
  .themes-swiper .all-themes { height: 253px; }
}

.themes-swiper {
  margin-top: 30px;
  margin-bottom: 80px;
}
.themes-swiper .swiper-wrapper {
  align-items: center;
}
.themes-swiper .swiper-pagination {
  bottom: -30px;
}
@media (min-width: 768px) {
  .themes-swiper {
    min-height: 360px;
  }

}
/* Image/Icon + Text Grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-item img {
  max-width: 100%;
  height: auto;
}
.feature-item h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.feature-item p {
  margin: 0 auto;
  max-width: 300px;
}

/* Reviews */
.reviews-swiper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
  overflow: hidden;
}
.reviews-swiper .swiper-slide {
  padding: 5px;
}
.reviews-swiper .review-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews-swiper .review-card .quote-icon {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  font-family: Georgia, 'Times New Roman', serif;
}
.reviews-swiper .review-card .content {
  margin-top: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding: 0px;
  max-height: 8em;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.reviews-swiper .review-card .content p {
  font-size: 1rem;
}
.reviews-swiper .review-card .content.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
.reviews-swiper .review-card:after{
	border: none;
}
.reviews-swiper .review-card .toggle-btn {
  border: 0;
  background: transparent;
  padding: 10px 0 0 0;
  color: #191d9e;
  text-align: left;
  font-size: 1rem;
}
.reviews-swiper .review-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
}
.reviews-swiper .guest-info {
  font-weight: 600;
  font-family: "Twemoji Country Flags", "Nunito", sans-serif;
}
.reviews-swiper .review-rating {
  flex: 0 0 90px;
  margin: 0px;
}
.reviews-swiper .review-rating span {
  color: #f9b400;
}
@media (max-width: 1024px) {
  .reviews-swiper {
    padding: 20px 15px 40px;
  }
  .reviews-swiper .review-card .content {
    -webkit-line-clamp: 6;
    max-height: 12em;
  }
}

@media screen and (max-width: 480px) {
  .hero-section-home {
    background-position: left -280px top;
    height: 600px;
  }
  .hero-section-home .header-caption { padding: 0px; }
  .hero-section-home .white-subtitle { font-size: 18px; }
  .search-box {
    flex-direction: row;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    gap: 0;
    min-width: 0;
  }
  .search-box input {
    border-radius: 50px 0 0 50px;
    padding: 12px 15px;
    background-image: none;
    font-size: 15px;
    min-width: 0;
    width: calc(100% - 50px);
  }
  .search-box button {
    border-radius: 10px 50px 50px 10px;
    padding: 8px 15px;
    width: auto;
    min-width: 50px;
    text-indent: -9999px; /* Hide "Search" text */
    position: relative;
  }

  .search-box button::after {
    content: '';
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
}

.home-tab-content .swiper-pagination {
  bottom: -20px !important;
}
