@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,400..700;1,400..700&display=swap');

*{
      font-family: "Finlandica", sans-serif;
}
body {
  margin: 0;
}

/* === NAVBAR === */
.navbar-brand {
  font-size: 1.9rem;
  font-weight: bold;
  color: #ffffff !important;
}

.navbar-nav .nav-link {
  font-size: 1.2rem;
  color: #49281f !important;
  margin-right: 0.3rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.navbar-nav .nav-link:hover {
  font-weight: 600;
}

.nav-link.active{
  font-weight: 600;
}
.menu_acc_btn{
    border:3px solid #49281f ;
    color:#49281f ;
    padding:6px 24px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.2s ease ;
}
.menu_acc_btn:hover{
    color:#fff;
    background-color:#49281f  ;
}
/* .navbar-nav .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #4e2e25;
  transition: width 0.3s ease;
  margin-top: 4px;
} */

/* .navbar-nav .nav-link:hover::after {
  width: 100%;
} */

.navbar-toggler {
  border-color: #49281f;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255, 0.8%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* === HERO SECTION === */
.hero-section {
  background-size: 600% 600%;
  animation: gradientFlow 15s ease infinite;
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* 
#hero .btn:hover {
  background-color: #b8005c;
  color: white;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

.hover-button {
  transition: all 0.4s ease-in-out;
  border: 2px solid #ffffff;
}

.hover-button:hover {
  background-color: #ffffff;
  color: #ff4e50;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
} */

/* === ABOUT SECTION === */
.profile-img-wrapper {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 25px #4e2e25;
  transition: transform 0.3s ease;
  border: 4px solid #4e2e25;
  padding:10px;
  background: #f3e6d1;
}

.profile-img-wrapper:hover {
  transform: scale(1.05);
}

.profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === CARD STYLES (Used for multiple sections) === */
.card, .place-card, .testimonial-card, .journey-card, .form-card,
.travel-card, .food-card, .stay-card , .wcu_card{
  transition: all 0.3s ease;
  border-radius: 12px !important;
  overflow: hidden;
}

.card:hover,
.place-card:hover,
.testimonial-card:hover,
.journey-card:hover,
.form-card:hover,
.travel-card:hover,
.food-card:hover,
.stay-card:hover ,
.wcu_card:hover
{
  transform: translateY(-5px);
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22) !important;
}

/* === CARD COMPONENTS === */

.card iframe,
.travel-card iframe,
.food-card iframe,
.stay-card iframe {
  width: 100%;
  height: 200px;
  border: none;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card-img-top {
  min-height: 150px;
  object-fit: cover;
  width: 100%;
}

/* === JOURNEY SECTION === */
.journey-card p {
  font-size: 1rem;
  color: #918e8e;
}

/* === REVIEW SECTION === */
.crs_dtls_three_sec{
    padding-top:40px;
    padding-bottom:40px;
}
.review-card {
  color: #000;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: none;
  border: none;
}

/* ✅ Default active (middle card) */
.crs_dtls_key_features {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30),0 15px 12px rgba(0,0,0,0.22);
  border: 3px solid #49281f;
}

/* ✅ Hover any card */
.review-card:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30),0 15px 12px rgba(0,0,0,0.22);
  border: 3px solid #49281f;
}

/* 🔥 When hovering anywhere in the section, remove middle effect */
.crs_dtls_three_sec:hover .crs_dtls_key_features {
  box-shadow: none;
  border: none;
}

/* ✅ But if middle itself is hovered, keep effect */
.crs_dtls_three_sec:hover .crs_dtls_key_features:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30),0 15px 12px rgba(0,0,0,0.22);
  border: 3px solid #49281f;
}

.review-card h2 {
  text-align: center;
}

.review-card ul li {
  font-size:1.1rem;
  line-height: 1.6;
}

/* === TESTIMONIAL SECTION === */
.testimonial-card {
  background-color: #ffffff;
}
/* 
.testimonial-card img {
  object-fit: cover;
  border: 3px solid #c2185b;
} */

.testimonial-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}

/* === FORM STYLES === */
.form-label {
  font-weight: 600;
  color: #4e2e25;
}

/* === CONTACT CTA === */
#contact-cta h2 {
  font-size: 2rem;
}

#contact-cta p {
  font-size: 1.1rem;
  color: #6a1b4d;
}
