body {
  margin: 0;
  padding: 0;
  background-color: #d19b56;
}

main {
  flex: 1;
  max-width: 100%;
  background: var(--background, #ffffff);
  margin: 0 auto;
}

.badge-icon {
  width: 20.27px;
  height: 20.27px;
  position: relative;
}

.badge-icon div {
  width: 5.85px;
  height: 5.85px;
  position: absolute;
  background: #d19b56;
  transform: rotate(45deg);
}

.badge-icon div:nth-child(1) {
  left: 9.92px;
  top: 0;
}
.badge-icon div:nth-child(2) {
  left: 16.14px;
  top: 6px;
}
.badge-icon div:nth-child(3) {
  left: 10.14px;
  top: 12px;
}
.badge-icon div:nth-child(4) {
  left: 4.14px;
  top: 6px;
}

.badge-icon-white {
  width: 20.27px;
  height: 20.27px;
  position: relative;
}

.badge-icon-white div {
  width: 5.85px;
  height: 5.85px;
  position: absolute;
  background: #ffffff;
  transform: rotate(45deg);
}

.badge-icon-white div:nth-child(1) {
  left: 9.92px;
  top: 0;
}
.badge-icon-white div:nth-child(2) {
  left: 16.14px;
  top: 6px;
}
.badge-icon-white div:nth-child(3) {
  left: 10.14px;
  top: 12px;
}
.badge-icon-white div:nth-child(4) {
  left: 4.14px;
  top: 6px;
}

.breadcrumb-badge {
  width: 20.27px;
  height: 20.27px;
  position: relative;
}

.breadcrumb-badge div {
  width: 5.85px;
  height: 5.85px;
  position: absolute;
  background: #d19b56;
  transform: rotate(45deg);
}

.breadcrumb-badge div:nth-child(1) {
  left: 9.92px;
  top: 0;
}
.breadcrumb-badge div:nth-child(2) {
  left: 16.14px;
  top: 6px;
}
.breadcrumb-badge div:nth-child(3) {
  left: 10.14px;
  top: 12px;
}
.breadcrumb-badge div:nth-child(4) {
  left: 4.14px;
  top: 6px;
}

.header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.title {
  color: #d19b56;
  font-size: 14px;
  font-family: Gothic A1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-wrap: break-word;
}

.main-title {
  color: var(--dark, #131313);
  font-family: Scheherazade;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
}

.description {
  color: var(--text, #5e5e5e);
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.btn-button {
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--primary, #d19b56);
  color: var(--light, #fafafa);
  font-family: "Gothic A1";
  font-style: normal;
  line-height: 24px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 0px 12px 24px rgba(19, 19, 19, 0.15);
  width: fit-content;
}

.btn-button:hover {
  background: #b68a4d;
  transform: scale(1.05);
}

.details-info p {
  text-align: justify;
  margin-bottom: 8px;
}

.info-column .checklist {
  color: #6a994e;
  margin-right: 3px;
}

.info-column .addlist {
  color: #d50000;
  margin-right: 3px;
}

.whatsapp-button {
  background-color: #25d366;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin: 5px;
}

.whatsapp-button:hover {
  background-color: #128c7e;
}

/* MENU */

.menubar-container {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #d19b56;
}

.navbar {
  padding: 15px;
  max-width: 1440px;
  margin: 0 auto;
  font-family: "Gothic A1", sans-serif;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #d19b56 !important;
}

.btn-custom {
  background-color: #d69e4a;
  color: white;
}

.navbar-brand {
  padding-left: 25px;
}

.nav-link,
.nav-item {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 0.3s ease;
}

.nav-link:hover,
.nav-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.menu-divider {
  height: 1px;
  background: #f5f5f5;
  align-self: stretch;
  opacity: 0.5;
}

.dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-item {
  padding: 10px 16px;
  color: #343a40;
  transition: background 0.3s, color 0.3s;
}

.dropdown-item:hover {
  background: #d19b56;
  border-radius: 5px;
  color: white;
}

.btn-masuk {
  padding-right: 100px;
}

.btn,
.btn-outline-success {
  color: #131313;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 24px;
  word-wrap: break-word;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-color: #fafafa;
}

/* HERO SECTION */

.hero {
  background: linear-gradient(180deg, rgba(247, 244, 244, 0) 0%, rgba(0, 0, 0, 0.8) 0%), url("../img/background.png") no-repeat center center;
  background-size: cover;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
  margin-top: 0;
}

.hero-section {
  max-width: 1440px;
  width: 90%;
  padding: 50px 0;
  margin: 0 auto;
}

.hero-section h3 {
  font-size: 14px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}

.hero-section h1 {
  font-size: 60px;
  font-family: "Scheherazade New", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0;
}

.hero-section p {
  font-size: 16px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 20px 0;
}

.hero-button {
  padding: 12px 24px;
  background: #d19b56;
  box-shadow: 0px 12px 24px rgba(19, 19, 19, 0.15);
  border-radius: 8px;
  color: #fafafa;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  gap: 12px;
}

.hero-button:hover {
  background: #b97b46;
}

.hero-button i {
  margin-left: 18px;
}

.hero-stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 40px 20px;
}

.hero-stat-box {
  flex: 1 1 250px;
  padding: 24px;
  background: rgba(42, 42, 42, 0.5);
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  backdrop-filter: blur(16px);
  margin: 10px;
  color: #fafafa;
  text-align: center;
}

.hero-stat-value {
  font-size: 30px;
  font-family: "Scheherazade", serif;
  font-weight: 400;
  color: #d19b56;
}

.hero-stat-title {
  font-size: 16px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  padding: 6px;
}

.hero-stat-description {
  font-size: 14px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  color: #e5e5e5;
  text-align: justify;
}

.hero-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.hero-row img {
  max-width: 150px !important;
  height: auto;
  flex: 1 1 80px;
}

.hero-separator {
  text-align: center;
  margin: 0;
}

.hero-separator img {
  width: 100%;
  height: auto;
}

/* ABOUT US PAGE */

.hero-aboutus {
  background: linear-gradient(180deg, rgba(247, 244, 244, 0) 0%, rgba(0, 0, 0, 0.8) 0%), url("../img/header-aboutus.png") no-repeat center center;
  background-size: cover;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
  margin-top: 0;
}

.breadcrumb-badge {
  margin: 0 auto;
  padding: 25px;
}

.breadcrumb {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ABOUT US SECTION */

.about {
  margin-top: 32px;
  padding: 32px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 16px 32px rgba(191.67, 191.67, 191.67, 0.15);
}

.about-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 32px;
}

.about-image {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0px 16px 32px rgba(191.67, 191.67, 191.67, 0.15);
}

/* SERVICE SECTION */

.services {
  margin-top: 32px;
  padding: 32px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
}

.service-section {
  width: 100%;
  max-width: 1440px;
  padding: 32px;
  background: #f8f8f8;
  border-radius: 12px;
  box-shadow: 0px 16px 32px rgba(191.67, 191.67, 191.67, 0.15);
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  margin: 0 auto;
}

.service-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: left;
}

.service-image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.icon-part {
  width: 5.85px;
  height: 5.85px;
  position: absolute;
  background: #d19b56;
  transform: rotate(45deg);
}

.service-main-title {
  color: #131313;
  font-size: 40px;
  font-family: "Scheherazade", serif;
  font-weight: 400;
  line-height: 40px;
}

.service-description {
  color: #5e5e5e;
  font-size: 16px;
  font-family: Gothic A1;
  line-height: 1.5;
}

.service-button {
  padding: 8px 16px;
  background: #d19b56;
  border-radius: 8px;
  color: #fafafa;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 0px 12px 24px rgba(19, 19, 19, 0.15);
  width: fit-content;
}

.service-button:hover {
  background: #c18c4e;
}

.service-stats {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  gap: 32px;
}

.stat-card {
  flex: 1 1 300px;
  padding: 24px;
  background: #fafafa;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat-title {
  color: #131313;
  font-size: 16px;
  font-family: Gothic A1;
  font-weight: 700;
}

.stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stat-description {
  color: #5e5e5e;
  font-size: 14px;
  font-family: Gothic A1;
  line-height: 24px;
}

/* FEATURES SECTION */

.featured {
  margin-top: 32px;
  padding: 32px;
  width: 100%;
  margin: 0 auto;
}

.featured-container {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.featured-header {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.featured-cards {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.featured-card {
  flex: 1 1 300px;
  max-width: 392px;
  height: auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.featured-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 89%);
  z-index: 1;
}

.featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.featured-card-title {
  text-align: center;
  color: #fafafa;
  font-size: 40px;
  font-family: Scheherazade, serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 40px;
}

.featured-card-description {
  text-align: center;
  color: #e5e5e5;
  font-size: 16px;
  font-family: Gothic A1, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

/* ADS */

.ads {
  position: relative;
  max-width: 100%;
  height: 599px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-image: url("../img/background-ads.png");
  background-size: cover;
  background-position: center;
  padding: 0;
}

.section-ads {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ads-separator {
  display: block;
  text-align: center;
  margin: 0;
}

.ads-separator img {
  width: 100%;
  height: auto;
}

.ads-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay-big-cover-white, linear-gradient(150deg, #fff 0%, rgba(255, 255, 255, 0) 100%));
  z-index: 1;
}

.ads-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(20%);
  color: #000000;
  z-index: 2;
  max-width: 660px;
  width: 100%;
  padding: 20px;
  text-align: left;
  margin: 0 auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Best Packages */

.best-packages {
  background-image: url("../img/background-best-package.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.packages-container {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.packages-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.best-packages-card {
  flex: 1 1 300px;
  max-width: 393.333px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid var(--border, #e5e5e5);
  background: var(--light, #fafafa);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.packages-image-wrapper,
.packages-image-wrapper02,
.packages-image-wrapper03 {
  position: relative;
  width: 100%;
  height: 267px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.packages-image-wrapper::before,
.packages-image-wrapper02::before,
.packages-image-wrapper03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(211, 211, 211, 0.5);
  z-index: 0;
}

.packages-image-wrapper::after,
.packages-image-wrapper02::after,
.packages-image-wrapper03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(176deg, rgba(191, 139, 73, 0) 3.12%, rgba(221, 166, 95, 0) 47.48%, rgba(192, 139, 71, 0.61) 96.7%);
  z-index: 1;
}

.packages-image-wrapper img,
.packages-image-wrapper02 img,
.packages-image-wrapper03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.package-discount-label,
.package-days-label,
.package-premium-label {
  position: absolute;
  padding: 5px 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  z-index: 2;
}

.package-discount-label {
  background-image: url("../img/diskon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  top: 20px;
  left: -6px;
}

.package-days-label {
  background-image: url("../img/days.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  top: 60px;
  left: -6px;
  color: black;
}

.package-premium-label {
  background-image: url("../img/premium-flight.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  top: 100px;
  left: -6px;
}

.package-card {
  width: 100%;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  align-items: stretch;
}

.package-header {
  display: flex;
  flex-direction: column;
}

.package-title {
  color: #131313;
  font-size: 24px;
  font-family: Scheherazade, serif;
  font-weight: 400;
  line-height: 32px;
}

.package-price-info {
  display: flex;
  align-items: center;
  gap: 4px;
}

.package-start-from {
  color: #5e5e5e;
  font-size: 16px;
  font-family: Gothic A1, sans-serif;
}

.package-price {
  color: #d19b56;
  font-size: 18px;
  font-family: Gothic A1, sans-serif;
  font-weight: 700;
}

.package-duration {
  color: #5e5e5e;
  font-size: 16px;
  font-family: Gothic A1, sans-serif;
}

.divider01,
.divider02,
.divider03 {
  border: 1px #e5e5e5 solid;
  margin: 16px 0;
}

.package-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 760px;
}

.package-icons {
  display: flex;
  gap: 12px;
}

.package-icon {
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 4px;
  border: 1px #e5e5e5 solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-title,
.additional-title {
  color: #d19b56;
  font-size: 16px;
  font-family: Gothic A1, sans-serif;
  font-weight: 700;
}

.details-info,
.additional-info {
  display: flex;
  gap: 12px;
}

.info-column {
  flex: 1;
  color: #5e5e5e;
  font-size: 14px;
  font-family: Gothic A1, sans-serif;
}

.more-details-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  background: #d19b56;
  border-radius: 8px;
  border: none;
  color: #fafafa;
  font-size: 16px;
  font-family: Gothic A1, sans-serif;
  font-weight: 700;
  cursor: pointer;
  gap: 12px;
  transition: background 0.3s;
  margin-top: auto;
}

.more-details-button:hover {
  background: #b68a4d;
}

.packages-separator {
  text-align: center;
  margin: 0;
}

.packages-separator img {
  width: 100%;
  height: auto;
}

/* Testimonial Section */

.testimonials {
  margin-top: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  box-shadow: 16px 16px 32px rgba(191.67, 191.67, 191.67, 0.15);
}

.testimoni-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 32px;
  background: #fafafa;
  border-radius: 12px;
  margin: 0 auto;
  gap: 32px;
}

.testimoni-header {
  flex: 1;
  padding-right: 20px;
}

.testimoni-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimoni-image img {
  width: 100%;
  height: auto;
  max-width: 720px;
}

.testimoni-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.testimonials-section {
  padding: 32px;
  border-radius: 12px;
  gap: 32px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
}

.testimonial-card {
  flex: 1 1 300px;
  padding: 32px;
  background: #fafafa;
  box-shadow: 8px 8px 16px rgba(192, 192, 192, 0.15);
  border-radius: 12px;
  border: 1px #e5e5e5 solid;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.testimonial-info {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  display: inline-block;
  font-family: "Gothic A1";
  color: #d19b56;
  text-align: left;
}

.testimonial-role {
  width: 100%;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Gothic A1";
  color: #5e5e5e;
  text-align: left;
  display: inline-block;
}

.rating {
  color: #f2c94c;
  font-size: 16px;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
}

.testimonial-title {
  width: 100%;
  position: relative;
  font-size: 32px;
  line-height: 32px;
  text-transform: capitalize;
  font-family: Scheherazade;
  color: #131313;
  text-align: left;
  display: inline-block;
}

.testimonial-text {
  flex: 1;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gothic A1";
  color: #5e5e5e;
  text-align: left;
  display: inline-block;
}

.image {
  align-self: stretch;
  width: 50%;
  position: relative;
  background-color: #bdbdbd;
  z-index: 2;
}
.image img {
  width: 100%;
  height: 100%;
}
.image-icon {
  width: 85px;
  position: relative;
  height: 85px;
}
.testimonial-avatar {
  z-index: 3;
}
.aisha-hassan {
  align-self: stretch;
  position: relative;
  line-height: 26px;
  text-transform: capitalize;
}
.nurse {
  align-self: stretch;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.aisha-hassan-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}
.div {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Font Awesome 5 Free";
  color: #f2c94c;
}
.col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.div1 {
  position: relative;
  font-size: 36px;
  letter-spacing: 2px;
  font-family: "Font Awesome 5 Free";
  text-align: center;
}
.ava {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.qabla-exceeded-expectations {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  text-transform: capitalize;
}
.despite-the-logistical {
  flex: 1;
  padding: 12px;
  position: relative;
  line-height: 24px;
  border-radius: 8px;
  background: var(--overlay-dark-50, rgba(0, 0, 0, 0.5));
}
.despite-the-logistical-challen-wrapper {
  align-self: stretch;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  font-family: "Gothic A1";
}
.qabla-exceeded-expectations-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  font-size: 40px;
  font-family: Scheherazade;
}
.ava-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px;
  gap: 32px;
}
.card-testimonial {
  width: 100%;
  max-width: 1440px;
  position: relative;
  box-shadow: -8px -8px 16px rgba(192, 192, 192, 0.05), 8px 8px 16px rgba(192, 192, 192, 0.15);
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 18px;
  color: #fafafa;
  font-family: "Gothic A1";
  margin: 32px;
}

/* Gallery */

.gallery-section {
  width: 100%;
  background: #ffffff;
}

.gallery-container {
  background: #ffffff;
  width: 100%;
  max-width: 1440px;
  padding: 40px 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}

.gallery-header {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.gallery {
  padding: 20px;
}

.gallery .row > div {
  padding: 2px;
}

.gallery .lightbox {
  position: relative;
  display: block;
}

.gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  display: block;
}

.gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Font Awesome 6 Free"; /* Ganti dengan font icon yang digunakan */
  content: "\f030"; /* Kode icon camera Font Awesome */
  pointer-events: none;
  z-index: 9000;
  transition: opacity 0.4s;
}

.lightbox > svg {
  display: none !important;
}

.gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 184, 92, 0.7);
  content: "";
  transition: opacity 0.4s;
}

.gallery .lightbox:hover:after,
.gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.large-card {
  width: 498px;
  height: 680px;
  background: #bdbdbd;
  border-radius: 12px;
}

.small-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.small-card {
  width: 392px;
  border-radius: 12px;
  background: #bdbdbd;
  position: relative;
}

.medium-card {
  width: 100%;
  max-width: 392px;
  height: 432px;
  background: #bdbdbd;
  border-radius: 12px;
}

.video-card {
  width: 392px;
  height: 216px;
  position: relative;
}

.video-overlay {
  width: 392px;
  height: 216px;
  background: #d9d9d9;
  border-radius: 12px;
  top: 0;
  left: 0;
  background: rgba(217, 217, 217, 0.8);
}

.play-icon {
  position: absolute;
  left: 176px;
  top: 131px;
  color: #d19b56;
  font-size: 40px;
  font-weight: 900;
}

.small-card-collection {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.small-card-collection .small-card {
  height: 200px;
  background: #bdbdbd;
  border-radius: 12px;
}

.gallery-button {
  padding: 12px 16px;
  background: #fafafa;
  border: 1px #e5e5e5 solid;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #131313;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
}

.gallery-button:hover {
  background: #f3f3f3;
  border: 1px #5e5e5e solid;
}

/* Blog Page */

.blog-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.blog-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 100px;
}

.blog-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 0 100px;
}

.blog-card {
  flex: 1 1 300px;
  max-width: 393px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-card-image {
  background: #bdbdbd;
  border-radius: 12px 12px 0 0;
  height: 212px;
}

.blog-card-title {
  color: #131313;
  font-size: 28px;
  font-family: "Scheherazade", serif;
  line-height: 28px;
  padding: 8px;
}

.blog-card-date {
  color: #5e5e5e;
  font-size: 14px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 600;
  line-height: 20px;
  padding: 0 8px;
}

.blog-card-description {
  color: #5e5e5e;
  font-size: 16px;
  font-family: "Gothic A1", sans-serif;
  line-height: 24px;
  padding: 0 8px;
}

/* Ads 2 */

.ads02 {
  width: 100%;
  max-width: 1440px;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin: 0 auto;
}

.ads02-container {
  width: 100%;
  max-width: 1440px;
  height: 393px;
  border-radius: 12px;
  border-color: var(--border);
  background-image: url("../img/background-ads02.png");
  background-size: cover;
  position: relative;
  margin: 0 auto;
}

.image-ads02 {
  width: 100%;
  height: 393px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  z-index: 1;
}

.ads02-content {
  width: 100%;
  max-width: 660px;
  flex: 1;
  padding: 32px;
  color: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.ads02-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fafafa;
  font-size: 14px;
  font-family: Gothic A1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-wrap: break-word;
}

.ads02-badge-icon {
  width: 20.27px;
  height: 20.27px;
  position: relative;
}

.ads02-badge-icon div {
  width: 5.85px;
  height: 5.85px;
  position: absolute;
  background: #fafafa;
  transform: rotate(45deg);
}

.ads02-badge-icon div:nth-child(1) {
  left: 9.92px;
  top: 0;
}
.ads02-badge-icon div:nth-child(2) {
  left: 16.14px;
  top: 6px;
}
.ads02-badge-icon div:nth-child(3) {
  left: 10.14px;
  top: 12px;
}
.ads02-badge-icon div:nth-child(4) {
  left: 4.14px;
  top: 6px;
}

.ads02-main-title {
  color: #fafafa;
  font-size: 40px;
  font-family: Scheherazade;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 40px;
  word-wrap: break-word;
}

.ads02-description {
  color: #fafafa;
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}

.ads02-button {
  padding: 12px 16px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  width: fit-content;
}

.ads02-button div {
  color: #131313;
  font-size: 16px;
  font-weight: 700;
}

.ads02-icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1px;
}

.image-side-ads02 {
  position: absolute;
  width: 346px;
  height: 461px;
  top: -65px; /* Menonjolkan gambar ke atas */
  left: 658px; /* Sesuaikan posisi horizontal sesuai kebutuhan */
  transform: translateX(10%);
  object-fit: cover;
  z-index: 3;
}

/* footer */
.footer-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fafafa;
  padding: 20px;
}

.footer-background {
  width: 100%;
  background-image: url("../img/background-footer.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.footer-separator {
  text-align: center;
  margin: 0;
}

.footer-separator img {
  width: 100%;
  height: auto;
}

.footer-content {
  position: relative;
  padding: 20px;
  z-index: 1;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo img {
  width: 150px;
  height: 30px;
}

.description {
  font-size: 16px;
  line-height: 24px;
}

.support {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.support-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.link {
  color: #fafafa;
  font-size: 16px;
}

.payment-methods {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.payment-title,
.support-title {
  color: #d19b56;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.payment-icons {
  display: flex;
  gap: 10px;
}

.payment-icon {
  width: 70px;
  height: 50px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-icon img {
  width: 100%;
  height: 100%;
}

.social-title {
  margin-top: 16px;
  color: #d19b56;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.social-media {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 999px;
  border: 1px #d19b56 solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon i {
  color: #d19b56;
  font-size: 16px;
}
.footer {
  background: #131313;
  padding: 16px;
  text-align: center;
  margin-top: 20px;
}

.divider {
  width: 100%;
  height: 1px;
  background: rgba(94, 94, 94, 0.5);
  margin: 20px 0;
}

.info-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-info,
.company-info,
.newsletter {
  flex: 1;
  min-width: 300px;
}

.section-title {
  color: #d19b56;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.info-item .icon {
  margin-right: 8px;
}

.subscribe {
  display: flex;
  gap: 10px;
}

.subscribe input {
  flex: 1;
  padding: 10px;
  border: 1px solid #d19b56;
  border-radius: 5px;
  background: #fafafa;
  color: #000;
}

.subscribe button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #d19b56;
  color: #fafafa;
  cursor: pointer;
  transition: background 0.3s;
}

.subscribe button:hover {
  background: #b58a3b;
}

/* ABOUT US PAGE */

/* PRINCIPLES */

.box {
  width: 100%;
  height: 820px;
  position: relative;
}

.box .section-principles {
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.box .overlap {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../img/background-best-package.png);
  background-size: cover;
  background-position: 50% 50%;
}

.box .container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.box .overlap-group {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.box .overlap-group::before {
  content: "";
  border-radius: 12px;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: calc(100% - 58px);
  background: var(--overlay-big-cover-dark, linear-gradient(270deg, rgba(55, 55, 55, 0) 0.2%, #191919 99.8%));
  z-index: 1;
}

.box .background {
  position: absolute;
  top: 58px;
  left: 1px;
  width: 100%;
  height: calc(100% - 58px);
  object-fit: cover;
  border-radius: 12px;
}

.box .image {
  position: absolute;
  width: 329px;
  height: 600px;
  top: 0;
  left: 48px;
  object-fit: cover;
  z-index: 2;
}

.box .content {
  display: flex;
  flex-direction: column;
  width: 799px;
  padding: 32px;
  position: absolute;
  top: 368px;
  left: 0;
  background-color: #ffffff;
  border-radius: 0 12px 12px 0;
  border: 1px solid #e5e5e5;
  z-index: 3;
}

.box .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.box .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.box .text-wrapper {
  position: relative;
  flex: 1;
  margin-top: -1px;
  color: var(--light, #fafafa);
  font-family: Scheherazade;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 100% */
  text-transform: capitalize;
}

.box .list {
  display: flex;
  flex-direction: column;
  width: 389px;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  position: absolute;
  top: 58px;
  left: 832px;
  z-index: 2;
}

.box .card-static {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background: var(--primary, #d19b56);
  border-radius: 0px 12px 0px 12px;
  border: 1px solid var(--border, #e5e5e5);
  backdrop-filter: blur(16px) brightness(100%);
  -webkit-backdrop-filter: blur(16px) brightness(100%);
  border-radius: 0px 12px;
}

.box .frame {
  align-items: flex-start;
  gap: 12px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.box .text-wrapper-2 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  color: var(--light, #fafafa);
  font-family: Scheherazade;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 100% */
  text-transform: capitalize;
}

.box .frame-2 {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.box .p {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  color: var(--light, #fafafa);
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
}

.box .text-wrapper-3 {
  color: var(--border, #e5e5e5);
  font-family: "Gothic A1";
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 24px; /* 150% */
}

.box .card-static-2 {
  border-radius: 12px 0px 0px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--primary, #d19b56);
  border: 1px solid var(--border, #e5e5e5);
  backdrop-filter: blur(16px) brightness(100%);
  -webkit-backdrop-filter: blur(16px) brightness(100%);
}

.box .div-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.box .card-static-3 {
  border-radius: 12px 0px 12px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--primary, #d19b56);
  border: 1px solid var(--border, #e5e5e5);
  backdrop-filter: blur(16px) brightness(100%);
  -webkit-backdrop-filter: blur(16px) brightness(100%);
}

/* Features About Us */

.features {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.background {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #d19b56;
  width: 100%;
  height: 100%;
}

.heading-section {
  position: absolute;
  top: 79px;
  left: 100px;
  width: 286px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.heading-section .fitur,
.heading-section .title,
.heading-section .main-title,
.heading-section .description {
  color: #ffffff;
}
.heading-section .badge-icon div {
  background: #ffffff;
}
.image-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 88.78%);
}
.islamic-tours {
  align-self: stretch;
  position: relative;
  line-height: 40px;
  text-transform: capitalize;
}
.rich-cultural-and {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gothic A1";
  color: #e5e5e5;
}
.col {
  width: 302px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.caption {
  position: absolute;
  top: calc(50% - 129.55px);
  left: calc(50% - 175px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 201px 24px 24px;
}
.card-features {
  align-self: stretch;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.row-features {
  position: absolute;
  top: 0px;
  left: 426px;
  width: 100%;
  max-width: 1014px;
  height: 506px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  font-size: 40px;
  font-family: Scheherazade;
}
.section-featured {
  width: 100%;
  position: relative;
  max-width: 1440px;
  height: 506px;
  text-align: left;
  font-size: 14px;
  color: #fafafa;
  font-family: "Gothic A1";
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .box .list {
    margin: 0 auto;
    flex-direction: row; /* Mengubah ke kolom saat responsif */
    flex: 1 1 300px;
    width: 100%; /* Lebar penuh */
    position: relative;
    top: 650px; /* Reset top */
    left: auto; /* Reset left */
    gap: 15px;
  }

  .row-features {
    left: 50%; /* Centering the row */
    transform: translateX(-50%);
    flex-direction: row; /* Change to row for tablet */
    width: 100%; /* Full width on tablet */
  }

  .heading-section {
    left: 20px; /* Adjust heading section */
    top: 20px; /* Adjust heading section */
  }

  .image-side-ads02 {
    display: none;
  }

  .box .list {
    display: none;
  }
  .box .content {
    top: 60%;
    width: 100%;
    border-radius: 0;
  }
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .main-title {
    font-size: 48px;
    line-height: 35px;
  }

  .description {
    font-size: 15px;
  }
  /* MENU */
  .navbar {
    padding: 10px;
  }
  .nav-link,
  .nav-item {
    font-size: 14px;
  }

  /* HERO */
  .hero-section h1 {
    font-size: 50px;
  }

  .hero-section p {
    font-size: 14px;
  }

  .hero-stats {
    padding: 40px 0;
  }

  .hero-button {
    font-size: 14px;
    padding: 12px 24px;
  }

  /* about */
  .about-container {
    flex-direction: column;
    gap: 16px;
  }

  /* service */
  .services,
  .featured {
    padding: 10px;
  }

  .service-section {
    flex-direction: column;
    align-items: center;
  }

  .service-image {
    width: 100%;
    order: 1;
  }

  .service-content {
    order: 2;
    text-align: left;
  }

  .service-main-title {
    font-size: 32px;
    text-align: left;
  }

  .service-description {
    font-size: 14px;
    text-align: left;
  }

  /* FEATURES */

  .featured-container {
    padding: 0;
  }

  .featured-title {
    font-size: 48px;
    line-height: 48px;
  }

  .featured-description {
    font-size: 14px;
  }

  /* ADS */
  .ads-content {
    max-width: 80%;
    padding: 50px;
    top: 50%;
    left: 0;
    transform: translateY(10%);
  }

  .ads-cta-button {
    padding: 10px 20px;
  }

  /* TESTIMONIAL */
  .testimonials {
    padding: 16px;
  }

  .testimonials-section {
    padding: 0;
  }
  .testimoni-card {
    flex-direction: column;
  }

  .testimoni-header {
    padding-right: 0;
  }
  .testimonial-card {
    flex: 1 1 45%;
  }

  .image {
    display: none;
  }

  /* ADS 02 */
  .ads02-container {
    padding: 20px;
  }

  .ads02-content {
    padding: 20px;
  }

  .image-side-ads02 {
    display: none;
  }

  /* GALLERY */

  .gallery-container {
    padding: 0;
  }

  .gallery {
    flex-direction: column;
    align-items: center;
  }

  .large-card {
    width: 100%;
    height: auto;
    max-width: 498px;
  }

  .small-cards {
    align-items: center;
  }

  .small-card,
  .medium-card,
  .video-card {
    width: 100%;
    max-width: 392px;
  }

  /* PACKAGES */
  .package-card {
    text-align: left;
  }

  .image-side-ads02 {
    display: none;
  }
}

@media (max-width: 768px) {
  /* MENU */
  .navbar {
    padding: 8px;
  }
  .nav-link,
  .nav-item {
    font-size: 12px;
  }
  .btn-masuk {
    padding-right: 20px;
  }
  .navbar-brand {
    padding-left: 15px;
  }

  .main-title {
    font-size: 28px;
  }

  .description {
    font-size: 14px;
  }

  /* HERO */
  .hero-section h1 {
    font-size: 36px;
  }
  .hero-section p {
    font-size: 12px;
  }
  .hero-button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .stats {
    flex-direction: column;
    align-items: center;
  }
  .stat-box {
    width: 90%;
    margin: 10px 0;
  }

  .hero-row {
    display: none;
  }

  /* about */
  .about {
    padding: 16px;
  }

  .about-button {
    padding: 6px 12px;
    font-size: 14px;
  }

  .about-image img {
    border-radius: 8px;
  }

  /* service */

  .service-section {
    padding: 16px;
  }

  .stat-card {
    flex: 1 1 100%;
  }

  .service-stats {
    padding: 20px;
  }

  /* FEATURES */

  .featured-title {
    font-size: 36px;
    line-height: 40px;
  }
  .featured-description {
    font-size: 12px;
  }
  .featured-cards {
    gap: 16px;
  }

  /* ADS */
  .ads-content {
    max-width: 90%;
    padding: 20px;
  }

  /* TESTIMONI */

  .testimoni-title {
    font-size: 48px;
  }

  .testimoni-description {
    font-size: 14px;
  }

  .testimoni-button {
    padding: 10px 14px;
  }

  .testimonial-card {
    flex: 1 1 100%;
  }

  .testimonial-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-avatar {
    margin-bottom: 10px;
  }

  .testimonial-title {
    font-size: 24px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .image {
    display: none;
  }

  .ava-parent {
    width: 100%; /* Konten juga mengambil lebar penuh */
    padding: 16px; /* Padding yang lebih kecil */
  }

  .despite-the-logistical-challen-wrapper {
    margin-top: 32px;
  }

  .card-testimonial {
    flex-direction: column; /* Tetap kolom untuk mobile */
    align-items: center; /* Pusatkan konten */
  }

  /* ADS 02 */

  .ads02 {
    padding: 20px 10px;
  }

  .ads02-content {
    padding: 16px;
  }

  .image-side-ads02 {
    display: none;
  }

  .ads02-main-title {
    font-size: 28px;
  }

  .ads02-description {
    font-size: 14px;
  }

  .ads02-button {
    padding: 10px 14px;
  }

  /* FEATURED */

  .card {
    width: 100%;
    max-width: 392px;
  }

  /* GALLERY */

  .gallery-container {
    padding: 0px 20px;
  }

  .gallery-section {
    text-align: center;
  }

  .gallery-header {
    align-items: center;
    font-size: 12px;
  }

  .gallery-button {
    font-size: 14px;
  }

  /* NEWS */
  .blog-header {
    padding: 0 20px;
  }

  .blog-section {
    padding: 0 20px;
  }

  .ads-separator,
  .footer-separator {
    margin-top: 0;
    transform: translateY(-7px);
  }

  .hero-separator,
  .packages-separator {
    margin: 0 auto;
    transform: translateY(7px);
  }

  .footer-container {
    padding: 0;
  }

  .footer-content {
    padding: 10px;
  }

  .footer-row {
    flex-direction: column;
  }

  .info-section {
    flex-direction: column;
  }

  .subscribe {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .subscribe input {
    width: 100%;
  }

  .subscribe button {
    width: 100%;
  }

  .row-features {
    position: relative;
    flex-direction: column; /* Change to row for mobile */
    width: 100%; /* Full width on mobile */
    height: auto; /* Auto height */
    gap: 20px; /* Add gap between cards */
    padding: 20px;
  }

  .heading-section {
    display: none;
  }

  .card-features {
    width: 100%; /* Half width on mobile */
    flex: 1 1 300px;
  }

  .heading-section {
    left: 10px; /* Adjust heading section */
    top: 10px; /* Adjust heading section */
    width: auto; /* Adjust width */
  }

  .caption {
    padding: 100px 16px 16px; /* Adjust padding for mobile */
  }

  .image-icon {
    height: 100%; /* Set a fixed height for images on mobile */
  }

  .card-features {
    width: 100%;
    border-radius: 12px;
  }

  .services {
    position: relative;
  }

  .section-featured {
    height: 100%;
  }

  .principles {
    height: 100%;
  }

  .box .content {
    top: 20%;
    width: 100%;
    border-radius: 0;
  }

  .box .list {
    top: 170px;
    height: 100vh;
    flex-direction: column;
    display: none;
  }

  .box .card-static {
    border-radius: 0;
  }

  .box .card-static-2 {
    border-radius: 0;
  }

  .box .card-static-3 {
    border-radius: 0;
  }

  .box .text-wrapper {
    font-size: 28px;
  }

  .box .p {
    font-size: 14px;
  }

  .box .text-wrapper-3 {
    font-size: 12px;
  }

  .package-details {
    height: fit-content;
  }
}

/* Media Query untuk Responsivitas pada Ukuran Kecil */
@media (max-width: 456px) {
  /* HERO */
  .hero-section {
    padding: 30px 0;
  }
  .hero-section h1 {
    font-size: 28px;
  }

  .hero-section p {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .hero-row {
    margin-top: 10px;
  }

  /* ABOUT US */
  .about-main-title {
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }

  .about-description {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }

  .about-button {
    padding: 6px 12px;
    font-size: 14px;
  }

  .about-title {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  /* SERVICE */
  .service-stats {
    padding: 20px;
  }

  /* FEATURES */
  .featured-title {
    font-size: 24px;
    line-height: 28px;
  }
  .featured-description {
    font-size: 12px;
    line-height: 20px;
  }
  .featured-card-title {
    font-size: 20px;
  }
  .featured-card-description {
    font-size: 14px;
  }

  /* BEST PACKAGES */
  .packages-container {
    text-align: center;
  }

  /* GALLERY */

  .gallery-section {
    text-align: center;
  }

  .gallery-container {
    padding: 0px 20px;
  }

  .gallery-header {
    align-items: center;
    font-size: 12px;
  }

  /* BLOG 02 */
  .blog-header {
    padding: 0 20px;
  }

  .blog-section {
    padding: 0 20px;
  }

  .ads-separator,
  .footer-separator {
    margin-top: 0;
    transform: translateY(-7px);
  }
  .ads-separator img {
    width: 100%;
    height: auto;
  }

  .hero-separator,
  .packages-separator {
    margin: 0 auto;
    transform: translateY(7px);
  }

  .ads {
    padding: 0;
  }

  /* testimonials */
  .card-testimonial {
    width: 100%;
  }

  .ava-parent {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px;
    gap: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
