/* =======================
   Velnorapp.click Styles
   ======================= */

body.velnorapp-click {
  font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
  background: #2f2119;
  color: #f8d2c1;
  line-height: 1.6;
}
/* =======================
   Headings
   ======================= */
.velnorapp-click-section-title,
.velnorapp-click h1,
.velnorapp-click h2,
.velnorapp-click h3,
.velnorapp-click h4 {
  color: #ffac88; /* main heading color */
  font-family: "Trebuchet MS", "Segoe UI", sans-serif; /* unique web-safe font */
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-align: center;
}

/* Bigger hero/title headings */
.velnorapp-click h1,
.velnorapp-click-section-title {
  font-size: 2.4rem;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4); /* glow effect */
  border-bottom: 2px solid rgba(255, 172, 136, 0.4);
  display: inline-block;
  padding-bottom: 0.4rem;
  margin-bottom: 1.5rem;
}

/* Subheadings */
.velnorapp-click h2 {
  font-size: 2rem;
}

.velnorapp-click h3 {
  font-size: 1.5rem;
}

.velnorapp-click h4 {
  font-size: 1.25rem;
}

/* Optional: highlight on hover for interactivity */
.velnorapp-click h1:hover,
.velnorapp-click h2:hover {
  color: #f8d2c1;
  transition: color 0.3s ease;
}

/* =======================
   Navbar
   ======================= */
.velnorapp-click-navbar {
  background: rgba(47, 33, 25, 0.95);
  backdrop-filter: blur(6px);
  padding: 0.75rem 1rem;
}

.velnorapp-click-logo {
  height: 70px;
}

.velnorapp-click-navbar .nav-link {
  color: #f8d2c1;
  font-weight: 500;
  margin: 0 0.75rem; /* spacing between links */
  padding: 0.5rem 0.75rem; /* clickable area */
  border-radius: 6px;
  transition: all 0.3s ease;
}

.velnorapp-click-navbar .nav-link:hover {
  color: #ffac88;
  background: rgba(255, 172, 136, 0.15);
}

.velnorapp-click-navbar .nav-link.active {
  color: #2f2119; /* dark text for contrast */
  background: #ffac88; /* highlight active */
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}


/* =======================
   Hero
   ======================= */
.velnorapp-click-hero {
  min-height: 90vh;
  background: url('../images/hero.jpg') center/cover no-repeat;
  color: #f8d2c1;
  padding: 3rem 1rem;
}

.velnorapp-click-hero-heading {
  font-size: 3rem;
  color: #ffac88;
  margin-bottom: 1rem;
}

.velnorapp-click-hero-text {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2rem;
}

/* Buttons */
.velnorapp-click-btn {
  background: #ffac88;
  color: #2f2119;
  padding: 0.7rem 1.5rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.velnorapp-click-btn:hover {
  background: #f8d2c1;
  color: #2f2119;
}

/* =======================
   Sections
   ======================= */
.velnorapp-click-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffac88;
}

/* Disclaimer */
.velnorapp-click-disclaimer-card {
  background: #3a2920;
  color: #f8d2c1;
  max-width: 800px;
  margin: 0 auto; /* center align */
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  font-size: 0.95rem;
  line-height: 1.6;
}

.velnorapp-click-disclaimer-card h5 {
  color: #ffac88;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
}

.velnorapp-click-disclaimer-card p {
  margin-bottom: 1rem;
}

.velnorapp-click-disclaimer-card strong {
  color: #ffac88;
}


/* ===============================
   Game Section
================================= */
.velnorapp-click-game-card {
  background-color: #3b2315;
  border: 2px solid #ffb430;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  max-width: 960px;      /* Native width */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Wrapper keeps aspect ratio */
.velnorapp-click-iframe-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 960 / 600;   /* Maintain 960x600 ratio */
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

/* Iframe fills wrapper */
.velnorapp-click-iframe-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 10px;
}




/* Features */
.velnorapp-click-feature-card {
  background: #3a2920;
  padding: 2rem;
  border-radius: 15px;
  color: #f8d2c1;
  transition: transform 0.3s ease;
}

.velnorapp-click-feature-card:hover {
  transform: translateY(-5px);
}

.velnorapp-click-feature-card i {
  color: #ffac88;
}

/* About */
.velnorapp-click-about-img-wrapper img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

/* =======================
   Reviews Section
   ======================= */
.velnorapp-click-reviews {
  background: #2f2119;
  color: #f8d2c1;
}

.velnorapp-click-reviews .velnorapp-click-section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffac88;
  margin-bottom: 1rem;
}

.velnorapp-click-reviews p {
  font-size: 1rem;
  line-height: 1.6;
}

.velnorapp-click-review-card {
  background: rgba(47, 33, 25, 0.95);
  border: 1px solid rgba(255, 172, 136, 0.2);
  border-radius: 1rem;
  color: #f8d2c1;
  transition: all 0.3s ease;
}

.velnorapp-click-review-card i {
  color: #ffac88;
}

.velnorapp-click-review-card h6 {
  color: #ffac88;
  font-weight: 600;
  margin-top: 1rem;
}

.velnorapp-click-review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(255, 172, 136, 0.3);
  border-color: #ffac88;
}


/* =======================
   Footer
   ======================= */
.velnorapp-click-footer {
  background: #2f2119;
  color: #f8d2c1;
  font-size: 0.95rem;
}

.velnorapp-click-footer-logo {
  height: 70px;
}

.velnorapp-click-footer h5 {
  color: #ffac88;
  font-size: 1.2rem;
  font-weight: 600;
}

.velnorapp-click-footer p {
  line-height: 1.6;
}

.velnorapp-click-footer-link {
  color: #f8d2c1;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.velnorapp-click-footer-link:hover {
  color: #ffac88;
}

.velnorapp-click-footer .small {
  color: #f8d2c1;
  opacity: 0.9;
}


/* =======================
   Popup
   ======================= */
.velnorapp-click-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.velnorapp-click-popup-card {
  background: #3a2920;
  color: #f8d2c1;
  padding: 2rem;
  border-radius: 15px;
  max-width: 600px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.6);
}

/* =======================
   Scroll to Top
   ======================= */
.velnorapp-click-scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #ffac88;
  color: #2f2119;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1500;

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

.velnorapp-click-scroll-top:hover {
  background: #f8d2c1;
}



/* ==========================
   Contact Section
   ========================== */
.velnorapp-click-contact {
  background: #2f2119;
  color: #f8d2c1;
}

.velnorapp-click-section-title {
  font-size: 2rem;
  color: #ffac88;
  font-weight: 700;
}

.velnorapp-click-contact-card,
.velnorapp-click-contact-info {
  background: #3a2920;
  color: #f8d2c1;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.velnorapp-click-contact-card label {
  color: #ffac88;
  font-weight: 500;
}

.velnorapp-click-contact-card .form-control {
  background: #2f2119;
  border: 1px solid #ffac88;
  color: #f8d2c1;
  padding: 0.75rem;
  border-radius: 8px;
}

.velnorapp-click-contact-card .form-control:focus {
  outline: none;
  border-color: #f8d2c1;
  box-shadow: 0 0 0 3px rgba(255, 172, 136, 0.3);
}

.velnorapp-click-btn {
  background: #ffac88;
  color: #2f2119;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.velnorapp-click-btn:hover {
  background: #f8d2c1;
  color: #2f2119;
}



/* ==========================
   Legal Sections (Disclaimer, Privacy, Terms)
   ========================== */
.velnorapp-click-legal {
  background: #2f2119;
  color: #f8d2c1;
  padding: 60px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.velnorapp-click-legal h2.velnorapp-click-section-title {
  color: #ffac88;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.velnorapp-click-legal h5 {
  color: #ffac88;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}

.velnorapp-click-legal p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #f8d2c1;
}

.velnorapp-click-legal .container {
  max-width: 900px;
  margin: 0 auto;
}

/* Links within Legal Sections */
.velnorapp-click-legal a {
  color: #ffac88;
  text-decoration: none;
  transition: color 0.3s ease;
}

.velnorapp-click-legal a:hover {
  color: #f8d2c1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .velnorapp-click-legal h2.velnorapp-click-section-title {
    font-size: 2rem;
  }
  .velnorapp-click-legal h5 {
    font-size: 1.1rem;
  }
  .velnorapp-click-legal p {
    font-size: 0.95rem;
  }
}
