


/* ==========================================
    Banner
    ========================================== */

.countdown-bar-outer {
  margin-top: -70px !important;
  background-color: #002561;
}

.countdown-bar {
  background: #01bac6;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin: 0 auto;

}

.countdown-card {
  background-color: #ffffff;
  border-radius: 14px;
  width: 90px;
  height: 90px;

} 

/* ==========================================
   Intro Section Styles
   ========================================== */



/* ==========================================
   Forum Mekani Section (Venue) - Parallax
   ========================================== */
  
  #venue {
    height: 400px !important;
  }

/* ==========================================
   Resmi Forum Otelleri cards (td-team)
   ========================================== */

  

#accommodation .hotel-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 22px 22px 10px 22px;
  position: relative;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

#accommodation .hotel-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #0f1f5c;
  margin-bottom: 8px;
}

#accommodation .hotel-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #1f1f1f;
  margin-bottom: 16px;
}

#accommodation .hotel-image-wrap {
  position: relative;
  background: #fff;
  border-radius: 18px;
  /* keep top/sides spacing, remove bottom gap */
  margin-bottom: -25px;
  /* pull image flush to card bottom */
}

#accommodation .hotel-image-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 0;
  /* sharp edges */
  display: block;
}

#accommodation .hotel-arrow {
  position: absolute;
  transform: rotate(-45deg);
  right: 15px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #24bfc5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(36, 191, 197, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#accommodation .hotel-arrow img {
  width: 40px;
  height: 35px;
}




/* Large devices (desktops) */
@media (max-width: 992px) {
  .countdown-bar-outer {
    margin-top: -120px !important;
  }
  .countdown-card {
    padding-top: 15px !important;
    width: 80px;
    height: 80px;
  } 
}
/* Medium devices (tablets) */
@media (max-width: 768px) {
  .countdown-bar-outer {
    margin-top: -140px !important;
  }
  .countdown-card {
    width: 70px;
    height: 70px;
  } 
}

@media (max-width: 576px) {
  .countdown-bar-outer {
    margin-top: -125px !important;
  }
  .countdown-card {
    width: 70px;
    height: 70px;
  } 
}