body{
    font-family: "Plus Jakarta Sans", sans-serif;
}
#testing::after{
    content: '';
    color: white;
    position: absolute;  
    left: 0; 
    top: 40px;
    transform: translateY(-50%) rotate(180deg); /* قلب المثلث */
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #ff3131; /* نفس اللون */
}  
#testing::before{

    content: "99.99 tl";
    position: absolute;
    left: 15px;
    top: 7px;
    z-index: 10;
    color: white;
    font-size: larger;
    font-weight: bold; 
} 
#navAnimation{
    animation-name: nav  ;
    animation-duration: 2s;
}
@keyframes nav {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }}
#fstSection{
    animation-name: section1;
    animation-duration: 2s;
}
@keyframes section1 {
    0% {
        opacity: 0;
        transform: translateY(20px);
        scale: 0.9;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        scale: 1;
    }}
  
    #btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: none; 
        z-index: 999;
      }

      
.degerlendirme-kutusu {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  text-align: center;
}

.yildizlar {
  font-size: 2rem;
  color: #bbb;
  cursor: pointer;
}

.yildiz:hover,
.yildiz.secilen,
.yildiz.aktif {
  color: gold;
  transition: color 0.2s;
}

/* test */


 iframe {
      width: 100%;
      height: 400px;
      border: 0;
      border-radius: 10px;
    }
    select {
      margin-top: 20px;
      padding: 10px;
      font-size: 1rem;
    }





    .journey-container {
      max-width: 900px;
      margin: 2rem auto;
      padding: 0 1rem;
    }
    .station {
      background: white;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgb(217 159 147 / 0.3);
      margin-bottom: 3rem;
      padding: 2rem;
      transition: transform 0.5s ease, box-shadow 0.5s ease;
      cursor: pointer;
    }
    .station:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 30px rgb(217 159 147 / 0.5);
    }
    .station h2 {
      color: #ff3131;
      margin-bottom: 1rem;
      font-size: 1.8rem;
      border-bottom: 2px solid #d96459;
      padding-bottom: 0.5rem;
    }
    .dish {
      margin-top: 1rem;
      border-top: 1px solid #eee;
      padding-top: 1rem;
    }
    .dish h3 {
      margin: 0 0 0.3rem 0;
      color: #8c3a2a;
      font-size: 1.3rem;
    }
    .dish p {
      font-size: 1rem;
      line-height: 1.4;
      color: #555;
    }
    /* Navigation Buttons */
    .nav-buttons {
      text-align: center;
      margin-bottom: 2rem;
    }
    .nav-buttons button {
      background: #ff3131;
      border: none;
      color: white;
      padding: 0.7rem 1.5rem;
      margin: 0 1rem;
      font-size: 1rem;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .nav-buttons button:disabled {
      background: #f2a79c;
      cursor: not-allowed;
    }
    .nav-buttons button:hover:not(:disabled) {
      background: #ff3131;
    }


    .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: white;
  padding: 20px 30px;
  border-radius: 8px;
  position: relative;
  max-width: 400px;
  width: 90%;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
}
/* comments sectoin  */

.comment-section {
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 550px;
  transition: all 0.3s ease-in-out;
}

.comment-section h3 {
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

#global-comment {
  width: 100%;
  height: 100px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  resize: vertical;
  font-size: 15px;
  background-color: #fafafa;
  outline-color: #ff3131;
  transition: border 0.2s ease-in-out;
}

#global-comment:focus {
  border-color: #ff3131;
  background-color: #fff;
}

#submit-global-comment {
  margin-top: 15px;
  background-color: #ff3131;
  color: white;
  padding: 10px 18px;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

#submit-global-comment:hover {
  background-color: #cc2727;
}

#global-comments-list {
  margin-top: 25px;
}

.global-comment-item {
  background: #ffe5e5;
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #b22222;
  border-left: 4px solid #ff3131;
}



 .glass-card {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.8px);
    -webkit-backdrop-filter: blur(5.8px);
    border: 1px solid rgba(255, 255, 255, 0.65);
  }

  .scale-up {
    transform: scale(1.05);
  }