
  .zoom1-3 {
      transition: 0.3s;
  }
  .zoom1-3:hover {
      color: #0d6efd;
      transform: scale(1.3);
  }

  .firsttext {
      font-family: "Bahiana", sans-serif;
      font-size:70px;
      color: white;
      text-align: center;
      min-height: 60px;
  }


  /* Spasi diatur manual supaya tidak terkena letter-spacing */
  .firsttext .space {
      display: inline-block;
      width: 20px;
  }

  /* Animasi huruf berputar dari belakang ke depan */
  @keyframes spinChar {
      0% {
          opacity: 0;
          transform: rotateY(90deg) scale(0.8);
      }
      100% {
          opacity: 1;
          transform: rotateY(0deg) scale(1);
      }
  }

  .letter {
      display: inline-block;
      letter-spacing: 2px;
      opacity: 0;
      animation: spinChar 0.35s ease forwards;
  }

  .text2 {
      font-family: "Oswald", sans-serif;
      font-size: 15px; 
      color: #ffffff;
      margin-top: 10px;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
  }

  .btn_book_table .button {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid white;
    color: white;
    background: transparent;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 5px;

  }

  .btn_book_table .button:hover {
      background: white;
      color: black;
      cursor: pointer;
  }


  .row2-bg {
      position: relative;
      width: 100%;
      
      /* Tentukan aspect ratio (misal 3:4) */
      aspect-ratio: 16 / 9;

      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;

      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  /* Semua teks row2 berwarna putih */
  .row2-text {
      color: #fff;
      text-align: center;
      pointer-events: none; /* jika ingin tidak bisa diklik */
  }


  /* ————————————————
     1) Tulisan melengkung ke atas (rtu)
     ———————————————— */
  /* Kita gunakan SVG + mask supaya HANYA teks yang melengkung */
  .rtu {
      display: inline-block;
      width: 100%;
      margin-bottom: -20px;
      position: relative;
  }

  .rtu svg {
      width: 100%;
      height: 80px;
  }

  .rtu text {
      fill: white;
      font-size: 20px;
      letter-spacing: 2px;
  }


  /* ————————————————
     2) rtd ukuran 2x lebih besar
     ———————————————— */
  .rtd {
      font-size: 20px;  /* 2x dari 20px di .rtu */
  }


  .row2-col a {
      text-decoration: none !important;
  }

  .row2-col .rtu,
  .row2-col .rtd {
      transition: transform 0.3s, color 0.3s;
      display: inline-block; /* supaya bisa di-scale */
  }

  .row2-col a:hover .rtu,
  .row2-col a:hover .rtd {
      transform: scale(1.3);
  }


  .row2-col .rtu svg {
      transition: transform 0.3s;
      display: inline-block;
  }

  .row2-col a:hover .rtu svg {
      transform: scale(1.3);
  }

  .circle-wrap {
      width: 200px;
      margin: auto;
      transform: rotate(70deg); /* Rotasi 45 derajat */
  }

  .circle-text {
      width: 100%;
      height: auto;
  }

  .circle-border {
      fill: none;
      stroke: black;     
      stroke-width: 2;
  }

  .text-arc {
      fill: black;      
      font-size: 16px;
      letter-spacing: 3px;
      text-transform: uppercase;
  }



  .row3-text h3{
    padding: 0 20%;
    font-family: sans-serif;
    font-size: 18px;
  }


  .row-title-line {
    display: inline-block;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    color: black;
    margin: 0;
    padding: 6px 0;
    text-transform: uppercase;
    position: relative;
  }

  .row-title-line::before,
  .row-title-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;            /* mengikuti panjang tulisan */
    height: 0.8px;          /* garis tipis */
    background: black;
  }

  .row-title-line::before {
    top: 0;
  }

  .row-title-line::after {
    bottom: 0;
  }

  /* Responsive cepat */
  @media (max-width:480px) {
    .row-title-line { font-size: 14px; letter-spacing:2px; }
    .row-title-line::before,
    .row-title-line::after { height: 0.6px; }
  }

  /* ----------------------------------------
     RESPONSIVE
  ----------------------------------------- */
  @media (max-width: 767px) {
  	.row2-col {
  		padding: 2px 4px !important;
  	}
  }

  @media (max-width: 1024px) {
	  .firsttext {
	      font-size:50px;
	      min-height: 50px;
	  }
	  .letter {
	    letter-spacing: 0.8px;
	  }
	  .text2 {
	    text-align: center;
	  }

	  .btn_book_table .button {
	    background: white;
	    color: black;
	  }

    .row3-text h3{
      padding: 0 5%;
      font-size: 16px !important;
    }

  }




    /*carousel*/
    @media (max-width: 768px){
      .c-img {
        height: 50vh;
      }
    }

    .carousel-box {
      width: auto;
      height: auto;
      max-width: 500px;
      max-height: 300px;
      margin: auto;
      position: relative;
    }

    .carousel-wrapper {
      width: 100%;
      overflow: hidden;
      border-radius: 8px;
      position: relative;
    }

    .c-img {
      width: auto;
      height: auto;
      max-width: 500px;
      max-height: 300px;
      object-fit: cover;
      opacity: 0;
      transform: scale(0.95);
      transition: opacity 0.6s ease, transform 0.6s ease;
      position: absolute;
      inset: 0;
    }

    .c-img.show {
      opacity: 1;
      transform: scale(1);
      position: relative;
    }

    .c-counter {
      position: absolute;
      top: 12px;
      right: 16px;
      background: rgba(0,0,0,0.4);
      color: white;
      font-size: 14px;
      font-family: sans-serif;
      padding: 3px 9px;
      border-radius: 4px;
    }

    .diamond-bg {
      max-width: 50%;       /* Atur ukuran diamond */
      aspect-ratio: 1 / 1;    /* Biar kotak */
      background: black;
      position: relative;
      margin: auto;
      rotate: 45deg;          /* diamond di rotate */
      border-radius: 0px;    /* optional sudut sedikit rounded */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Garis dashed di dalam diamond */
    .diamond-bg::before {
      content: "";
      position: absolute;
      inset: 5px;               /* ← jarak 5px dari tepi */
      border: 1px dashed white; /* garis putus-putus putih */
      border-radius: 0px;       /* optional */
      pointer-events: none;
    }

    /* Wrapper untuk isi agar tidak ikut ter-rotate */
    .diamond-content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      rotate: -45deg;  /* ← membatalkan rotasi parent agar teks normal */
      text-align: center;
      padding: 12px;
      color: white !important;
      font-size: clamp(10px, 1.5vw, 10px);

    }
