/* Auroraknot Global Base Styles */

body.auroraknot-rest-body {
  background-color: #4e167c;
  color: #fff0db;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h3 {
  color: #fff0db;
}

h1.auroraknot-rest-heading,
h2.auroraknot-rest-heading,
h3.auroraknot-rest-heading,
h4.auroraknot-rest-heading,
h5.auroraknot-rest-heading,
h6.auroraknot-rest-heading {
  color: #ffb23f;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

a.auroraknot-rest-link {
  color: #ffb23f;
  text-decoration: none;
}

a.auroraknot-rest-link:hover {
  color: #ffb23f;
  text-decoration: underline;
}

.auroraknot-rest-button {
  background-color: #ffb23f;
  color: #4e167c;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.auroraknot-rest-button:hover,
.auroraknot-rest-button:focus {
  background-color: #e0a032;
  color: #4e167c;
}

.auroraknot-rest-section-title {
  color: #ffb23f;
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
  text-align: center;
}

.auroraknot-rest-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Auroraknot Global Navbar Styles */
.auroraknot-rest-navbar {
  background-color: #4e167c;
  padding: 0.75rem 1rem;
  font-family: "Raleway", sans-serif;
  z-index: 1030;
  transition: background-color 0.3s ease-in-out;
}

.auroraknot-rest-logo {
  max-height: 70px;
}

.auroraknot-rest-toggler {
  border: none;
  background: transparent;
}

.auroraknot-rest-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,178,63,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Navigation Links */
.auroraknot-rest-nav-list .nav-link {
  color: #fff0db;
  font-weight: 600;
  padding: 0.5rem 1.5rem; /* Increased horizontal padding */
  margin: 0 0.5rem; /* Adds space between links */
  transition: color 0.3s ease, border-bottom 0.3s ease;
  border-bottom: 2px solid transparent;
}

.auroraknot-rest-nav-list .nav-link:hover,
.auroraknot-rest-nav-list .nav-link.active {
  color: #ffb23f;
  border-bottom: 2px solid #ffb23f;
}

@media (max-width: 768px) {
  .auroraknot-rest-navbar {
    padding: 0.5rem 1rem;
  }

  .auroraknot-rest-nav-list {
    gap: 0.5rem;
  }

  .auroraknot-rest-nav-list .nav-link {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
  }
}
/* Smooth transition for navbar */
#auroraknot-rest-navbar {
  transition: top 0.3s ease-in-out;
}

.auroraknot-rest-hero-section {
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
}

.auroraknot-rest-hero-title {
  color: #ffb23f;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}

.auroraknot-rest-hero-subtext {
  color: #fff0db;
  font-size: 1.25rem;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

.auroraknot-rest-hero-btn {
  background-color: #ffb23f;
  color: #4e167c;
  padding: 12px 32px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.auroraknot-rest-hero-btn:hover {
  background-color: #fff0db;
  color: #4e167c;
}

/* Disclaimer Section */
.auroraknot-rest-disclaimer-section {
  background-color: #4e167c;
  padding: 60px 20px;
}

/* Disclaimer Card */
.auroraknot-rest-disclaimer-card {
  background-color: #714f76;
  color: #4e167c;
  padding: 40px;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.auroraknot-rest-disclaimer-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

/* Heading */
.auroraknot-rest-disclaimer-title {
  font-size: 2.2rem;
  color: #ffb23f;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* Paragraph Text */
.auroraknot-rest-disclaimer-text {
  color: #fff0db;
  font-size: 1.125rem;
  line-height: 1.7;
}

/* Button */
.auroraknot-rest-button {
  background-color: #ffb23f;
  color: #4e167c;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  margin-top: 1.5rem;
}

.auroraknot-rest-button:hover {
  background-color: #e09e35;
  color: #fff0db;
}

/* Auroraknot Game Embed Section */
.auroraknot-rest-game-section {
  background-color: #4e167c; /* Site background */
  color: #fff0db;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.auroraknot-rest-section-title {
  font-size: 2.5rem;
  color: #ffb23f;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.auroraknot-rest-game-embed {
  background-color: #714f76; /* Your specified card color */
  padding: 1rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.auroraknot-rest-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.auroraknot-rest-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.5rem;
}

/* Auroraknot Features Section */
.auroraknot-rest-features-section {
  background-color: #4e167c;
  color: #fff0db;
}

.auroraknot-rest-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffb23f;
  letter-spacing: 0.05em;
}

/* Feature Cards */
.auroraknot-rest-feature-card {
  background-color: #714f76;
  border-radius: 1rem;
  color: #fff0db;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.auroraknot-rest-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.auroraknot-rest-feature-icon i {
  color: #ffb23f;
}

.auroraknot-rest-feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffb23f;
}

.auroraknot-rest-feature-text {
  font-size: 1rem;
  color: #fff0db;
}

/* About Section */
.auroraknot-rest-about-section {
  background-color: #4e167c; /* Site background */
  color: #fff0db; /* Text color */
}

/* Section Title */
.auroraknot-rest-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffb23f; /* Headings */
  letter-spacing: 0.08em;
}

/* About Paragraphs */
.auroraknot-rest-about-text {
  font-size: 1.05rem;
  color: #fff0db;
  line-height: 1.6;
}

/* Highlighted Word */
.auroraknot-rest-highlight {
  color: #ffb23f; /* Accent color */
  font-weight: 600;
}

/* Reviews Section Styles */
.auroraknot-rest-review-card {
  background-color: #714f76;
  border-radius: 18px;
  color: #fff0db;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.auroraknot-rest-review-card:hover {
  transform: translateY(-5px);
}

.auroraknot-rest-review-text {
  font-size: 1rem;
  line-height: 1.6;
}

.auroraknot-rest-reviewer-name {
  color: #ffb23f;
  font-weight: bold;
}

.auroraknot-rest-review-stars {
  color: #ffb23f;
  font-size: 1.1rem;
}

.auroraknot-rest-section-title {
  font-size: 2rem;
}

/* Footer Base */
.auroraknot-rest-footer {
  background-color: #4e167c;
  color: #fff0db;
  font-family: "Segoe UI", sans-serif;
}

.auroraknot-rest-footer-divider {
  height: 4px;
  background-color: #ffb23f;
  margin: 0;
}

.auroraknot-rest-footer-logo img {
  max-width: 180px;
}

.auroraknot-rest-footer-links {
  padding: 0;
}

.auroraknot-rest-footer-link {
  color: #ffb23f;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.auroraknot-rest-footer-link:hover {
  color: #fff0db;
  text-decoration: underline;
}

.auroraknot-rest-footer-disclaimer {
  max-width: 800px;
  font-size: 0.95rem;
  color: #fff0db;
}

.auroraknot-rest-disclaimer-heading {
  color: #ffb23f;
  font-weight: bold;
  font-size: 1.1rem;
}

.auroraknot-rest-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
}

/* Auroraknot Age Verification Popup Styles */
.auroraknot-rest-age-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 5, 20, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.auroraknot-rest-age-popup-box {
  background-color: #4e167c;
  border-radius: 12px;
  padding: 30px;
  max-width: 520px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff0db;
}

.auroraknot-rest-age-popup-title {
  font-size: 24px;
  color: #ffb23f;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

.auroraknot-rest-age-popup-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #fff0db;
}

.auroraknot-rest-age-popup-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.auroraknot-rest-btn-age {
  background-color: #ffb23f;
  color: #4e167c;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.auroraknot-rest-btn-age:hover {
  opacity: 0.9;
  transform: scale(1.03);
}

.auroraknot-rest-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #ffb23f;
  color: #4e167c;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.auroraknot-rest-scroll-top:hover {
  background-color: #e8a336;
  transform: scale(1.1);
}

.auroraknot-rest-scroll-arrow {
  display: block;
  text-align: center;
  line-height: 1;
}

.auroraknot-rest-contact-form .auroraknot-rest-input,
.auroraknot-rest-contact-form .auroraknot-rest-textarea {
  background-color: #fff0db;
  color: #4e167c;
  border: none;
  padding: 12px 15px;
  width: 100%;
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.auroraknot-rest-contact-form .auroraknot-rest-input:focus,
.auroraknot-rest-contact-form .auroraknot-rest-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 178, 63, 0.3);
}

.auroraknot-rest-button {
  background-color: #ffb23f;
  color: #4e167c;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.auroraknot-rest-button:hover {
  background-color: #ffcc73;
}

/* Privacy Policy & Terms Shared Styling */
.auroraknot-rest-legal-section {
  background-color: #4e167c;
  color: #fff0db;
  padding: 60px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.auroraknot-rest-legal-section h2 {
  color: #ffb23f;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-align: center;
}

.auroraknot-rest-legal-section h3 {
  color: #ffb23f;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.auroraknot-rest-legal-section p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.auroraknot-rest-legal-section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.auroraknot-rest-legal-section ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.auroraknot-rest-legal-section a {
  color: #ffb23f;
  text-decoration: underline;
}

.auroraknot-rest-legal-section a:hover {
  color: #fff0db;
  text-decoration: none;
}
