/* CSS Reset */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
td,
th {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

h1 {
  color: #193045;
  font-weight: 700;
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
  color: #193045;
  font-weight: 700;
}

h3 {
  font-size: 1.75rem;
  color: #193045;
  font-weight: 700;
}

h4 {
  font-size: 1.5rem;
  color: #193045;
  font-weight: 700;
}

h5 {
  font-size: 1.25rem;
  color: #193045;
  font-weight: 700;
}

h6 {
  font-size: 1rem;
  color: #193045;
  font-weight: 700;
}

html,
body {
  font-family: "Poppins", serif;
  margin: 0;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

:root {
  --deepBlue: #193045;
  --softOrange: #ff9635;
  --solidWhite: #fbfbfb;
}

.navigation {
  height: 7.5rem;
  background-color: var(--deepBlue);
  display: flex;
  padding: 2rem 0rem;
  transition: all ease-in-out 0.3s;
/*   position: relative; */
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  margin-bottom: 0;
}

.navigation.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all ease-in-out 0.3s;
}

/* .sec-header {
  margin-top: 0rem;
} */

.custom-logo-link img {
  max-height: 60px;
  width: auto;
  padding-left: 10px;
}

.list-main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.logo-and-nav-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-slider {
  aspect-ratio: 21/9;
}

.content-swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

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

.head-slider {
  font-size: 5rem;
  font-weight: 700;
  color: var(--solidWhite);
  margin-top: 1rem;
  text-align: center;
}

.slug-slider {
  font-size: 2rem;
  font-weight: 500;
  color: var(--solidWhite);
}

.button-slider {
  padding: 0.5rem 2rem;
  background-color: var(--softOrange);
  border-radius: 0.4rem;
  color: var(--solidWhite);
  font-size: 1rem;
  margin-top: 2rem;
}

.item-menu a {
  color: var(--solidWhite);
  font-size: 1rem;
  font-weight: 400;
}

.item-menu a:hover,
.item-menu a:active,
.item-menu a:focus,
.item-menu a:target {
  color: var(--softOrange);
}

.title-section {
  font-size: 3rem;
  font-weight: 700;
  color: var(--deepBlue);
  text-align: center;
}

#good-destinations-title, #good-services-title, #good-stories-title, #google-form-title{
	 scroll-margin-top: 100px; 
}


.title-form {
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
}

.wpform-wrapper {
  max-width: 100%
}

.title-form h3 {
  color: var(--black);
}

.image-destinantion {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  background-color: #193045;
  object-fit: cover;
}

.card-body-destinantion {
  display: flex;
  flex-direction: column;
  justify-content: auto;
  align-items: center;
  gap: 0.8rem;
  padding: 1.5rem 3rem;
  background-color: var(--solidWhite);
  min-height: 300px;
}

.card-title-destinantion {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--deepBlue);
  text-align: center;
}

.card-text-destinantion {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--deepBlue);
  text-align: justify;
}

.btn-primary-destinantion {
  padding: 0.5rem 2rem;
  background-color: var(--softOrange);
  border-radius: 0.4rem;
  color: var(--solidWhite);
  font-size: 1rem;
}

.btn-primary-destinantion:hover {
  background-color: #cb782a;
  transition: all ease-in-out 0.3s;
  color: var(--solidWhite);
}

.image-cardpaper {
  aspect-ratio: 3/4;
}

.image-service {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100px;
  height: 100px;
  border-radius: 1000px;
}

.row-padding {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

.card-service {
  position: relative;
  background-color: var(--deepBlue);
  border-radius: 0.4rem;
  padding: 5rem 0rem;
}

.card-service img {
  object-fit: cover;
}

.card-body-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: justify;
  min-height: 300px;
}

.card-title-service {
  font-size: 1.2rem;
  color: var(--softOrange);
  font-weight: 600;
}

.card-text-service {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-text-service,
.card-text-service p,
.card-text-service a,
.card-text-service li {
  font-size: 1rem;
  color: var(--solidWhite);
  font-weight: 400;
  margin-top: 1rem;
}

.section-review {
  padding: 5rem 0rem;
  background-color: #dff0ff;
}

.content-review {
  display: flex;
  align-items: justify;

}

.profile-review {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-left-review img {
  border-radius: 1rem;
  object-fit: cover;
  z-index: 100;
  position: inherit;
  box-shadow: 21px 24px 26px 5px rgb(202 224 247 / 50%);
  -webkit-box-shadow: 21px 24px 26px 5px rgb(202 224 247 / 50%);
  -moz-box-shadow: 21px 24px 26px 5px rgb(202 224 247 / 50%);
  width: 100%;
  height: 100%;
  top: 0;
}

.content-list-review {
  overflow-x: auto;
  padding: 2rem 0rem 2rem 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.content-list-review .sticky-title {
    position: sticky;
    left: 0; 
    z-index: 10; 
    background-color: #dff0ff;
    padding: 0 2rem 0 0; 
    margin-right: 2rem;
    transform: translateY(-38px);
    text-align: left;
    white-space: nowrap;
    flex-shrink: 0;
}

.content-wrap-scroll {
    display: flex;
    gap: 2rem;
    position: relative;
    width: max-content;
    flex-shrink: 0;
    padding-right: 2rem; 
}

.list-review-item {
  display: flex;
  flex-direction: column;
  width: 24rem;
}

.profile-review-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--softOrange);
}

.profile-review img {
  width: 60px;
  height: 60px;
  border-radius: 1000px;
}

.card-left-review {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2 / 3;
  width: 30%;
  position: relative;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-button svg {
  width: 60px;
}

.item-menu-mobile {
  margin-top: 1rem;
}

.item-menu-mobile a {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--deepBlue);
}

.item-menu-mobile a:hover {
  color: var(--softOrange);
}

.hamburger-menus {
  display: none;
}

.sec-blog {
  height: auto;
  display: flex;
}

.card-post--destinations__description {
  margin-top: 1.2rem;
}

.card-post--destinations__description p,
.card-post--destinations__description a {
  font-size: 1.2rem;
  text-decoration: none;
}

.btn-primary-destinantion {
  margin-top: auto;
}

.google-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: auto;
  margin: 4rem auto;
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

/* Form iframe style */
.google-form iframe {
  width: 100%;
  height: 420px;
  border: none;
  border-radius: 0.5rem;
}

.card-post--destinations__content.left {
  order: 1;
}

.card-post--destinations__image.left {
  order: 2;
}

.card-post--destinations__content.right {
  order: 2;
}

.card-post--destinations__image.right {
  order: 1;
}

.logo-mobile {
  display: none;
}

.swiperDestination {
  width: 100%;
  padding: 10px 0;
}

.swiperDestination .swiper-wrapper {
  display: flex;
}

.swiperDestination .swiper-slide {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: auto;
}

.swiperDestination {
  margin-top: 3rem;
  padding-right: 3rem;
  padding-left: 3rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #000000;
  background-color: #cbcbcb8a;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.8rem 1.2rem;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: #cbcbcb8a;
}


@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .hamburger-menus {
    display: none;
  }
	
  .home-slider {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .list-main-menu {
    display: none;
  }
  .hamburger-menus {
    display: flex;
  }
  .home-slider {
    aspect-ratio: 16 / 9;
  }
  .head-slider {
    font-size: 4rem;
  }
  .slug-slider {
    font-size: 1.5rem;
  }
  .button-slider {
    padding: 0.5rem 1rem;
  }
}

  .d-none.d-md-flex { display: none; }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .d-none.d-md-flex { display: flex !important; }
  .d-md-none { display: none !important; }
  
  html {
    margin-top: 0 !important; /* override bawaan WP */
  }
  .card-body-destinantion {
    padding: 1.5rem 2rem;
  }
  .row-padding {
    max-width: 100%;
  }
  .btn-primary-destinantion {
    padding: 0.5rem 1rem;
  }
  .list-main-menu {
    display: none; 
	gap: 0.8rem; 
    justify-content: space-between;
    flex-wrap: nowrap; 
  }
 .list-main-menu ul {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem; /* Gap lebih kecil di ul */
 }
  .item-menu a {
    font-size: 0.7rem; 
    font-weight: 500; 
    white-space: nowrap; 
    padding: 0 0.5rem; 
  }
  .custom-logo-link img {
    max-height: 30px;
    width: auto;
 }
  .hamburger-menus {
    display: flex;
  }
  .home-slider {
    aspect-ratio: 16 / 9;
  }
  .head-slider {
    font-size: 4rem;
  }
  .slug-slider {
    font-size: 1.5rem;
  }
  .button-slider {
    padding: 0.5rem 1rem;
  }
  .card-left-review img {
    height: 20rem;
    width: 40rem;
  }
  .logo-mobile {
    display: block;
  }
}

.card-post--destinations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.card-post--destinations__image {
  min-height: 100%;
  display: flex;
}

.card-post--destinations__image img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.card-post--destinations__content {
  padding: 3rem;
}

#secMain.sticky {
  padding-top: 144px;
  transition: all ease-in-out 0.3s;
}

.card-post--destinations__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--deepBlue);
}

.card-post--destinations__description {
  color: #193045;
}

.chevron {
  position: fixed;
  bottom: 25px;
  background: var(--softOrange);
  right: 100px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.chevron i {
  font-size: 34px;
  margin-top: 5px;
  color: var(--solidWhite);
}

.elipsis {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
	.image-service-mobile{
		display: block;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0%);
		width: 80px;
		height: 80px;
  		border-radius: 1000px;
	}
	
	.item-menu{
		font-size: 10px;
	}
	.content-list-review .sticky-title {
        transform: translateY(0); 
        padding: 0 1rem 0 0;
        margin-right: 1rem;
        font-size: 2rem;
    }
    
    .content-list-review {
        padding: 1rem 0rem 1rem 0rem; 
    }
	
  .title-section {
    font-size: 2rem; 
	padding-top : 2rem;
	padding-left: 16px;
	padding-right: 16px;
  }

  .title-form {
    font-size: 2rem;
    margin-top: 2rem;
  }

  .row-padding {
    max-width: 100%;
  }

  .card-body-destinantion {
    gap: 0.4rem;
    padding: 1.5rem 2rem;
  }

  .card-title-destinantion {
    font-size: 1rem;
  }

  .card-text-destinantion {
    font-size: 0.8rem;
  }

  .btn-primary-destinantion {
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
  }

  .image-cardpaper {
    aspect-ratio: 1/1;
  }

  .row-padding {
    margin-top: 0rem;
  }

  .home-slider {
    aspect-ratio: 3/4;
  }

  .head-slider {
    font-size: 3rem;
  }

  .slug-slider {
    font-size: 1.2rem;
  }

  .button-slider {
    padding: 0.5rem 1;
  }

  .card-service {
    aspect-ratio: inherit;
  }

  .card-text-service {
    font-size: 0.8rem;
    margin-top: 0.8rem;
  }

  .card-title-service {
    font-size: 1rem;
  }

  .image-service {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80px;
    height: 80px;
    border-radius: 1000px;
  }

  .card-left-review {
    width: 100%;
    aspect-ratio: 1/1;
  }

  .card-left-review img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .list-review-item {
    font-size: 1rem;
  }

  .content-list-review {
    padding: 2rem 0rem 2rem 0rem;
  }

  .card-post--destinations__description p,
  .content-review p,
  .list-review-item {
    word-break: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
  }

  .card-post--destinations {
    max-width: 100%;
    overflow-x: hidden;
  }

  .content-review {
    flex-wrap: wrap;
  }
	
  .list-main-menu {
    display: none;
  }
	
  .hamburger-menus {
    display: flex;
  }
	
  .card-post--destinations {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
	
  }
  .card-post--destinations__content {
    padding: 1.5rem;
  }
  .card-post--destinations__image {
    order: 2 !important;
  }
  .card-post--destinations__content {
    order: 1 !important;
  }
  .card-post--destinations__description p {
    font-size: 1rem;
  }
  .google-form {
    max-width: 100%;
    max-height: 420px;
    overflow: scroll;
    margin: 3rem auto;
  }

  /* Bungkus form agar center align */
  .wpforms-container {
    max-width: 700px; 
    margin: 0 auto;
    padding: 20px;
  }

  .card-post--destinations__image.left {
    order: 2 !important;
  }
  .card-post--destinations__content.left {
    order: 1 !important;
  }
  .logo-mobile {
    display: block;
  }
	
  .wpform-wrapper{
	padding-left: 16px;
	padding-right: 16px;
  }
	
  .list-review-item{
	padding-left: 16px;
	padding-right: 16px;
 }
	
  .profile-review{
	padding-top: 16px;
 }
	
  .profile-review-content{
	padding-top: 10px;
 }
}

/* Hmbuger */
/* Container menu mobile */
.menu-mobile {
  position: fixed;
  top: 130px;
  right: 0;
  margin-right: 10px;
  height: 50vh;
  width: 50%;
  background-color: var(--deepBlue);
  padding: 1rem 2rem;
  display: none;
  flex-direction: column;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

/* Aktifkan menu saat toggle terbuka */
.menu-mobile.active {
  display: block;
}

/* Hamburger Icon */
.hamburger-toggle {
  width: 40px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}

.hamburger-toggle span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  transition: all 0.3s ease;
}


/* List Menu */
.list-menu-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.list-menu-mobile li {
  margin-bottom: 20px;
}

.list-menu-mobile a {
  color: white;
  font-size: 1rem;
  text-decoration: none;
  font-weight: semiBold;
  display: block;
  width: 100%;
}

.hamburger-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translateY(9px);
}

.hamburger-toggle.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px);
}

/* Form */
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea {
  width: 100% !important;
  max-width: 100% !important;
}



