/* Google Font Import Link */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.sticky-bar {
  font-family: Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #32cd32, #228b22);
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  z-index: 1000;
  text-decoration: none;
}

.sticky-bar span {
  margin: 0;
  font-size: 25px;
}

@media (max-width: 768px) {
  .sticky-bar span {
    font-size: 22px;
  }
}
.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.card-text {
  padding: 10px;
  flex: 1;
}

.card-text h2 {
  margin-top: 0;
}

/*-----------------------------------*\
    #hero jannah firdaus
\*-----------------------------------*/
.homepage {
  width: 100%;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
    url("../img/Paket-Umroh-Agustus-Jannah-Firdaus.jpeg");
  background-position: center 65%;
  background-size: cover;
}

.homepage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1rem;
}

.content img {
  width: 10rem;
  height: auto;
  object-fit: cover;
  margin-top: 4rem;
}

.content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: yellow;
}

.h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  color: white;
}
.neon-button {
  position: relative;
  margin: 2rem;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  background: transparent;
  border: 2px solid white;
  border-radius: 30px;
  background: green;
}
.neon-button:hover {
  color: #0aff9d;
  background-color: green;
  box-shadow: 0 0 10px #0aff9d, 0 0 10px #0aff9d;
}
.card-p {
  display: flex;
  justify-content: center; /* Tengah horizontal */
  align-items: center; /* Tengah vertikal */
}
.card {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0;
  padding: 10px;
}

.card img {
  width: 100px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0px;
  padding-right: 5px;
}

.title {
  padding-bottom: 5px;
  color: #333;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}

.description {
  color: #555;
  padding-bottom: 5px;
  text-align: left;
  font-size: 15px;
}
@media (max-width: 480px) {
  .content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: yellow;
  }

  .h1 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    color: white;
  }
  .card img {
    width: 80px;
    height: auto;
  }

  .title {
    font-size: 15px;
  }

  .description {
    font-size: 13px;
  }
  .foto-kiri {
    display: none;
  }
}

/*-----------------------------------*\
    #about
\*-----------------------------------*/
.about {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; /* Horizontal center */
  align-items: center; /* Vertical center */
}

.foto-teks-wrapper {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 20px;
  padding-bottom: 0;
}

.foto-kiri {
  width: 150px;
  margin-right: 30px;
}

.teks-kanan {
  max-width: 500px;
  padding-bottom: 10px;
}

.judul-foto {
  margin: 0;
  font-size: 24px;
  padding-bottom: 15px;
}
.deskripsi-foto span {
  font-weight: bold;
  color: #000;
}

.deskripsi-foto {
  font-size: 16px;
  color: #555;
}

/*Produk*/
/*Produk*/
/*Produk*/
.produk {
  background-color: #f7f7f7;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
.filter-buttons button {
  padding: 10px 15px;
  margin: 0 5px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-bottom: 0.5rem;
  color: white;
  text-decoration: none;
}
.filter-buttons button:hover {
  background-color: #0056b3;
}
.filter-buttons button.active {
  background-color: #0056b3;
}
.items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 10px;
  margin-bottom: 0;
}
.item {
  width: 100%;
  width: auto;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.hidden {
  display: none;
}

.items img {
  width: 100%;
  height: auto;
}
/* Tablet */
@media only screen and (min-width: 550px) and (max-width: 1024px) {
  .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Handphone */
@media only screen and (max-width: 550px) {
  .items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card-title {
  background-color: #dcb959; /* Warna latar belakang untuk judul */
  padding: 10px;
  text-align: center;
  margin-top: -4px;
  font-weight: bold;
}
.card-description {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-description li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
}

.card-description li span.emoji {
  flex-shrink: 0;
  font-size: 18px;
  width: 20px; /* memastikan lebar konsisten */
  text-align: center;
}

table {
  width: 100%;
  margin: 5px auto;
  border-collapse: collapse;
  font-size: 18px;
}
th,
td {
  padding: 10px;
  text-align: center;
}
th {
  background-color: #dcb959;
  color: #000000;
}
td {
  background-color: #f2f2f2;
}
/*Keberangkatan*/
.accordion {
  width: 95%;
  background-color: #333;
  color: white;
  border: 2px solid tomato;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0.5rem;
  font-size: 18px;
}
.a-section {
  cursor: pointer;
  padding: 0.3rem;
  border-bottom: 1px solid #444;
  transition: background-color 0.3s ease;
}
.a-section:hover {
  background-color: #555;
}
.a-content {
  background-color: #222;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.a-content span {
  margin: 10px 0;
  font-size: 17px;
}
.active .a-content {
  max-height: 500px;
}

.button {
  position: relative;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  background: transparent;
  border: 2px solid white;
  border-radius: 30px;
  background: green;
}
.button:hover {
  color: #0aff9d;
  background-color: green;
  box-shadow: 0 0 10px #0aff9d, 0 0 10px #0aff9d;
}

.card-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 0.5em;
}

.card-title .harga {
  background-color: #fff3cd; /* Kuning lembut untuk menarik perhatian */
  color: #d32f2f; /* Merah tua untuk harga */
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 6px;
  margin-left: 10px;
  display: inline-block;
  font-size: 1.2rem;
}
.card-title {
  font-weight: 600;
  color: #333;
  font-family: sans-serif;
  margin-bottom: 12px;
  font-size: 22px; /* default untuk mobile */
}

@media (min-width: 900px) {
  .card-title {
    font-size: 28px; /* tablet */
  }
}
.closeb {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url("../img/backgorund-tosca.webp");
  color: #fff;
  margin: -1px;
  padding: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-bottom: 20px;
}

.judul-h3 {
  font-weight: 640;
  color: #111;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 22px;
  text-align: center;
  background-image: url(../img/backgorund-tosca.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin-top: 20px;
  text-transform: uppercase; /* Ubah semua jadi huruf besar */
  letter-spacing: 1px;
  padding: 5px;
}

@media (min-width: 768px) {
  .judul-h3 {
    font-size: 28px; /* tablet */
  }
}

@media (min-width: 1200px) {
  .judul-h3 {
    font-size: 36px; /* desktop */
  }
}

.item.hidden {
  display: none;
}

.judul-h3.active {
  display: block;
}
.voucher {
  text-align: center;
  margin: 0;
  padding-top: 30px;
}

.voucher span {
  font-size: 30px;
  font-weight: bold;
  background: yellow;
}

.voucher-img {
  text-align: center;
  margin-top: 20px;
  padding: 0rem;
}
.voucher img {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 5px dashed red;
}
@media only screen and (max-width: 550px) {
  .voucher img {
    width: 95%;
  }
  .voucher span {
    font-size: 20px;
    font-weight: bold;
    background: yellow;
  }
}
.pilihan {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #f9f9f9;
}
.pilihan h3 {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  padding: 10px;
  margin-top: 20px;
  background-image: url(../img/backgorund-tosca.webp);
}
/* Container utama dengan grid */
.box-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px;
  margin: 0;
  background-color: #f9f9f9;
}

/* Masing-masing box */
.box {
  background: linear-gradient(to right, #b3831e 0%, #dbb93e 50%, #b3831e 100%);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}

/* Gambar */
.box img {
  width: 30%;
  height: auto;
  text-align: center;
}

/* Teks */
.teks {
  padding: 10px;
}

.teks .font {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
/* Handphone */
@media only screen and (max-width: 550px) {
  .pilihan h3 {
    font-size: 22px;
  }
}

/* Mengatur gaya untuk section */
.keunggulan {
  padding: 10px;
  background-color: none;
  margin-bottom: -2rem;
}

/* Mengatur gaya untuk judul utama */
.keunggulan .sub-fasilitaas {
  font-weight: bold;
  text-align: center;
  color: #333;
  background-image: url(../img/backgorund-tosca.webp);
  padding: 10px;
}

/* Mengatur grid container untuk box-sub */
.box-containe-subr {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 kolom untuk layar besar */
  gap: 10px;
  margin-bottom: 40px;
}

/* Mengatur box-sub */
.box-sub {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  text-align: center; /* Memastikan teks di dalam box terpusat */
  background: linear-gradient(to bottom, #c0c0c0, #ffffff);
}

/* Mengatur gambar dalam box-sub */
.box-sub img {
  width: 35%;
  height: auto; /* Menjaga proporsi gambar */
  margin: 0 auto; /* Memastikan gambar berada di tengah */
  display: block; /* Membuat gambar menjadi block element agar bisa di-center dengan margin auto */
  border: 3px solid #eee;
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(to bottom, #7a288a, #b35bb8);
}

/* Gaya teks di dalam box-sub */
.teks-sub {
  padding: 10px;
}

/* Font untuk judul dalam box-sub */
.font-utama {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
}

/* Font untuk deskripsi dalam box-sub */
.font-sub {
  font-size: 17px;
  color: #555;
}

/* Efek hover pada box-sub */
.box-sub:hover {
  transform: translateY(-5px);
}

/* Responsif untuk perangkat lebih kecil */
@media (min-width: 900px) {
  .box-containe-subr {
    grid-template-columns: repeat(4, 1fr);
  }
  .keunggulan .sub-fasilitaas {
    font-size: 30px;
  }
}

@media (max-width: 900px) {
  .box-containe-subr {
    grid-template-columns: repeat(3, 1fr);
  }
  .keunggulan .sub-fasilitaas {
    font-size: 28px;
  }
}

@media (max-width: 550px) {
  .box-containe-subr {
    grid-template-columns: repeat(2, 1fr);
  }
  .keunggulan .sub-fasilitaas {
    font-size: 22px;
  }
}

/* Media query untuk tablet */
@media (min-width: 550px) {
  .box-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Media query untuk desktop */
@media (min-width: 900px) {
  .box-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*Galery
*/
/*Galery
*/
/*Galery
*/
.gallery-konten {
  font-family: Arial, sans-serif;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../img/backgorund-tosca.webp");
  margin: 0;
  padding: 10px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3 kolom tetap */
  gap: 20px;
  padding: 10px;
}

.kartu {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s;
}

.kartu:hover {
  transform: scale(1.05);
}

.kartu img {
  width: 100%;
  display: block;
  padding: 3px;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95vw; /* Perbesar lebar */
  height: 95vh; /* Perbesar tinggi */
  max-width: 1200px; /* Boleh ditentukan maksimum jika dibutuhkan */
  max-height: 95vh;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1000;
  padding: 20px; /* Perbesar padding agar isi lebih lega */
  text-align: center;
  overflow: hidden;
}

.popup img {
  max-width: 100%;
  max-height: 90vh; /* Disesuaikan agar gambar ikut membesar */
  border-radius: 10px;
  object-fit: contain; /* Menjaga proporsi gambar */
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.close:hover {
  color: #ff4444;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}

.nav-button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.prev-kartu {
  left: 10px;
}

.next-kartu {
  right: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999;
}
.closer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../img/backgorund-tosca.webp");
  color: #fff;
  margin: -1px;
  padding: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  clip-path: polygon(50% 0, -50% 130%, 130% 130%);
}
.galery-judul {
  font-size: 22px;
  text-align: center;
  color: #ffffff;
  margin: 2rem auto;
  margin-top: -0.5rem;
}
@media (min-width: 600px) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 3 kolom tetap */
    gap: 20px;
    padding: 20px;
    margin: 0;
  }
  .galery-judul {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .popup {
    height: 80vh; /* Perbesar tinggi */
  }
}
.closeb {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url("../img/backgorund-tosca.webp");
  color: #fff;
  margin: -1px;
  padding: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-bottom: 20px;
}

/* Testimoni*/
.testimoni {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 0;
}

.testimoni-sub {
  display: flex;
  align-items: center;
  position: relative;
}

/* Carousel Container */
.carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  padding: 10px 40px;
}

.carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Gambar Testimoni */
.carousel img {
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 250px; /* Batas maksimum lebar gambar */
  max-height: 350px; /* Batas maksimum tinggi gambar */
  border-radius: 10px;
  object-fit: contain;
  border: 6px solid #ffd700; /* Bingkai gold tebal */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); /* Shadow agar tampak menonjol */
  background-color: #fff;
}

/* Tombol Panah */
.testimoni-sub i {
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  padding: 10px;
  user-select: none;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: background-color 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimoni-sub i:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Posisi tombol kiri dan kanan */
#left {
  left: 10px;
}

#right {
  right: 10px;
}

.judul-testimoni {
  text-align: center;
  padding: 10px;
  font-size: 30px;
  background-image: url(../img/backgorund-tosca.webp);
  background-size: cover; /* tambahkan ini untuk membuat background image responsive */
  background-position: center; /* tambahkan ini untuk membuat background image tetap di tengah */
}

.testimoni p {
  font-size: 18px;
  text-align: center;
}

/* Media query untuk layar kecil */
@media (max-width: 800px) {
  .judul-testimoni {
    font-size: 26px;
    padding: 8px;
  }
  .testimoni p {
    font-size: 16px;
  }
}

/* Media query untuk layar sangat kecil */
@media (max-width: 500px) {
  .judul-testimoni {
    font-size: 22px;
    padding: 6px;
  }
  .testimoni p {
    font-size: 14px;
  }
}
.logo-slider-container {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 0;
  margin: 0;
}

.logo-slider-track {
  display: flex;
  align-items: center;
  transition: transform 2s ease-in-out;
}

.logo-row {
  overflow: hidden;
  margin-bottom: 10px;
}

.logo-item {
  flex: 0 0 auto;
  width: 150px;
  height: 100px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #ffffff, #e5e5e5);
}

.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.logo-slider-container span {
  font-size: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}

/* Media query untuk layar kecil */
@media (max-width: 800px) {
  .logo-slider-container span {
    font-size: 28px;
  }
}

/* Media query untuk layar sangat kecil */
@media (max-width: 500px) {
  .logo-slider-container span {
    font-size: 22px;
  }
}
.fl-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.fl-main {
  flex: 1;
}

footer {
  width: 100%;
  background: #333;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}

footer .fl-container {
  max-width: 1350px;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

footer p,
footer a {
  color: #fff;
  font-size: clamp(16px, 2vw, 18px); /* ditambah 2px */
  text-decoration: none;
}

footer a:hover {
  color: #eb2f06;
}

footer .fl-box {
  flex: 1 1 250px;
  min-width: 250px;
}

.fl-heading {
  font-size: clamp(20px, 2.5vw, 24px); /* ditambah 2px */
  font-weight: 600;
  margin-bottom: 16px;
}

footer p {
  text-align: justify;
}

.fl-contact .fl-heading {
  margin-top: 24px;
}

.fl-contact i {
  padding-right: 10px;
}

.fl-services a {
  display: block;
  line-height: 1.8;
}

.fl-subscribe-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  border: 2px solid #222;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.fl-subscribe-image img:hover {
  border-color: #eb2f06;
  opacity: 0.9;
  cursor: pointer;
}

.fl-social {
  margin-top: 10px;
  margin-bottom: 0;
}

.fl-social a {
  display: inline-block;
  font-size: 18px; /* ditambah 2px */
  height: 40px;
  width: 40px;
  line-height: 38px;
  border: 2px solid #222;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.fl-social a:hover {
  border-color: #eb2f06;
}

.fl-bottom {
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  font-size: 16px; /* ditambah 2px */
  color: #aaa;
  margin-top: 5px;
}

.fl-bottom a {
  color: #eb2f06;
}

/* Responsive adjustments */
@media (max-width: 950px) {
  footer .fl-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  footer .fl-box {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  footer {
    padding: 10px 15px 5px 15px;
  }

  footer .fl-container {
    gap: 10px;
  }

  .fl-bottom {
    font-size: 14px; /* ditambah 2px dari sebelumnya 12px */
    margin-top: 5px;
    padding: 3px 5px;
  }

  .fl-heading {
    font-size: 19px; /* ditambah 2px dari sebelumnya 17px */
  }

  .fl-social a {
    height: 36px;
    width: 36px;
    line-height: 34px;
    font-size: 16px; /* ditambah 2px dari sebelumnya 14px */
  }
}

.contact-widget {
  position: fixed;
  bottom: 1px;
  right: 1px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Tetapkan ke kanan */
}

.contact-widget a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Pastikan isi <a> ke kanan */
}

.contact-image {
  width: 70px;
  height: auto;
  cursor: pointer;
  align-self: flex-end; /* Ini opsional, mempertegas posisi kanan */
}

.contact-text {
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: green;
  padding: 3px 6px;
  border-radius: 5px;
  margin-top: -10px;
  align-self: flex-end; /* Pastikan teks juga rata kanan */
}
.judul-h3-sub {
  font-weight: 640;
  color: #111;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 24px;
  text-align: center;
  background-image: url(../img/backgorund-tosca.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  text-transform: uppercase; /* Ubah semua jadi huruf besar */
  letter-spacing: 1px;
  padding: 5px;
  border: 2px solid black;
}

@media (min-width: 768px) {
  .judul-h3-sub {
    font-size: 30px; /* tablet */
  }
}

@media (min-width: 1200px) {
  .judul-h3-sub {
    font-size: 38px; /* desktop */
  }
}
