/* fjordfoxapp.top - Red/Gold Elf Kingdom Theme Complete CSS */

body {
  font-family: "Merriweather", serif;
  background: linear-gradient(135deg, #2c1810 0%, #3d2817 50%, #4a1f1f 100%);
  font-size: 15px;
  color: #f5e6d3;
}

/* Header & Menu */
#menu1 {
  background: linear-gradient(135deg, #8B0000 0%, #B22222 100%);
  text-align: left;
  margin: 0 auto;
  padding: 18px 0 10px 0;
  position: relative;
  z-index: 99;
  box-shadow: 0 4px 20px rgba(139, 0, 0, 0.4);
  border-bottom: 3px solid #FFD700;
}

.fjordfoxapp-logo {
  float: left;
  width: auto;
  font-size: 2rem;
  font-family: "Merriweather", serif;
  color: #FFE4B5;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(255, 228, 181, 0.5);
}

.fjordfoxapp-logo a {
  color: #FFD700;
  font-weight: 700;
  font-size: 32px;
  font-family: "Merriweather", serif;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.fjordfoxapp-logo a:hover,
.fjordfoxapp-logo a:focus {
  text-decoration: underline;
}

.dgmenuwrap {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(135deg, #B22222 0%, #8B0000 100%);
  border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 15px rgba(178, 34, 34, 0.2);
}

.dgnav {
  padding: 0;
  margin: 0;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

ul.menu * {
  margin: 0;
  padding: 0;
}

ul.menu a {
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFE4B5;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 12px 0;
  margin: 0 20px;
  display: block;
  transition: all 0.4s ease;
  position: relative;
  border-bottom: 2px solid transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

ul.menu a:hover,
ul.menu a.current {
  border-bottom: 4px solid #FFD700;
  color: #FFD700;
  transform: translateY(-2px);
}

ul.menu>li {
  position: relative;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #2c3e50;
  display: block;
  line-height: normal;
  font-weight: 500;
}

ul.menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  opacity: 0;
  list-style: none;
  width: 200px;
  background: linear-gradient(135deg, #DC143C 0%, #B22222 100%);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 25px rgba(220, 20, 60, 0.3);
}

ul.menu ul li {
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin: 0;
  float: none;
  font-size: 16px;
  padding: 0;
  text-align: left;
  font-weight: 400;
}

ul.menu li:last-child a {
  margin-right: 0;
}

ul.menu ul li a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  color: #FFE4B5 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 16px;
}

ul.menu ul li a:hover {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #FFD700 !important;
  padding-left: 25px;
}

ul.menu ul ul {
  top: 0;
  left: 100%;
}

ul.menu .menulink:hover,
ul.menu .menuhover {
  color: #DC143C;
  text-decoration: none;
}

.fixed ul.menu a {
  color: #FFE4B5;
}

.fixed ul.menu a:hover {
  color: #FFD700;
}

.fjordfoxapp-menu-area {
  width: auto;
  float: right;
  margin: 0 auto;
  display: inline-block;
}

.fjordfoxapp-logo-area {
  display: flex;
  align-items: center;
}

/* Hero Banner */
.fjordfoxapp-hero-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fjordfoxapp-hero-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.fjordfoxapp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.8) 0%, rgba(44, 24, 16, 0.9) 100%);
  z-index: 2;
}

.fjordfoxapp-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
}

.fjordfoxapp-hero-inner h1 {
  font-family: "Merriweather", serif;
  font-size: 4rem;
  font-weight: 800;
  color: #FFD700;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
  letter-spacing: 2px;
}

.fjordfoxapp-hero-description p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  color: #FFE4B5;
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.fjordfoxapp-primary-btn {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #8B0000;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  border: 2px solid #FFD700;
  transition: all 0.3s ease;
  display: inline-block;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.fjordfoxapp-primary-btn:hover {
  background: linear-gradient(135deg, #DC143C 0%, #B22222 100%);
  color: #FFD700;
  border: 2px solid #DC143C;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.4);
  text-decoration: none;
}

.fjordfoxapp-disclaimer-text {
  display: block;
  margin-top: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #FFE4B5;
  font-style: italic;
  font-size: 1rem;
}

/* About Section */
.fjordfoxapp-about-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.fjordfoxapp-about-tag {
  background: linear-gradient(135deg, #DC143C 0%, #B22222 100%);
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fjordfoxapp-about-content h2 {
  font-family: "Merriweather", serif;
  font-size: 2.5rem;
  color: #8B0000;
  margin: 30px 0;
  font-weight: 800;
  line-height: 1.2;
}

.fjordfoxapp-about-content h3 {
  font-family: "Merriweather", serif;
  font-size: 1.8rem;
  color: #DC143C;
  margin: 30px 0 20px 0;
  font-weight: 700;
}

.fjordfoxapp-about-content p {
  font-family: "Open Sans", sans-serif;
  color: #34495e;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.fjordfoxapp-about-content ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.fjordfoxapp-about-content li {
  font-family: "Open Sans", sans-serif;
  color: #34495e;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.fjordfoxapp-about-content li::before {
  content: "⚔";
  color: #DC143C;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
}

.fjordfoxapp-about-content strong {
  color: #8B0000;
  font-weight: 700;
}

.fjordfoxapp-about-stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.fjordfoxapp-stat {
  text-align: center;
}

.fjordfoxapp-stat strong {
  display: block;
  font-family: "Merriweather", serif;
  font-size: 2rem;
  color: #DC143C;
  font-weight: 800;
}

.fjordfoxapp-stat span {
  font-family: "Open Sans", sans-serif;
  color: #34495e;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fjordfoxapp-about-images {
  position: relative;
  height: 500px;
}

.fjordfoxapp-about-img-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(220, 20, 60, 0.2);
}

.fjordfoxapp-about-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fjordfoxapp-about-img-small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(220, 20, 60, 0.3);
  border: 4px solid #ffffff;
}

.fjordfoxapp-about-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Features Grid */
.fjordfoxapp-features-grid {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffe4e1 0%, #ffebee 100%);
}

.fjordfoxapp-section-header {
  text-align: center;
  margin-bottom: 80px;
}

.fjordfoxapp-section-header h2 {
  font-family: "Merriweather", serif;
  font-size: 3rem;
  color: #8B0000;
  font-weight: 800;
  margin-bottom: 20px;
}

.fjordfoxapp-section-header p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #34495e;
  max-width: 600px;
  margin: 0 auto;
}

.fjordfoxapp-feature-card {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(220, 20, 60, 0.1);
  border: 2px solid rgba(220, 20, 60, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.fjordfoxapp-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(220, 20, 60, 0.2);
}

.fjordfoxapp-feature-icon {
  background: linear-gradient(135deg, #DC143C 0%, #B22222 100%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
}

.fjordfoxapp-feature-icon i {
  color: #ffffff;
  font-size: 2rem;
}

.fjordfoxapp-feature-card h3 {
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
  color: #8B0000;
  font-weight: 700;
  margin-bottom: 20px;
}

.fjordfoxapp-feature-card p {
  font-family: "Open Sans", sans-serif;
  color: #34495e;
  line-height: 1.6;
  font-size: 1rem;
}

/* Featured Game Section */
.fjordfoxapp-featured-game {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.fjordfoxapp-game-showcase {
  position: relative;
}

.fjordfoxapp-game-frame {
  background: linear-gradient(145deg, #DC143C 0%, #B22222 100%);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(220, 20, 60, 0.3);
}

.fjordfoxapp-game-iframe {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  border: none;
}

.fjordfoxapp-game-info {
  padding-left: 50px;
}

.fjordfoxapp-game-tag {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #8B0000;
  font-family: "Merriweather", serif;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fjordfoxapp-game-info h2 {
  font-family: "Merriweather", serif;
  font-size: 2.5rem;
  color: #8B0000;
  margin: 30px 0;
  font-weight: 800;
}

.fjordfoxapp-features-list {
  margin: 30px 0;
}

.fjordfoxapp-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  color: #34495e;
}

.fjordfoxapp-feature-item i {
  color: #DC143C;
  margin-right: 15px;
  font-size: 1.2rem;
}

.fjordfoxapp-play-btn {
  background: linear-gradient(135deg, #DC143C 0%, #B22222 100%);
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
}

.fjordfoxapp-play-btn:hover {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #8B0000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  text-decoration: none;
}

/* FAQ Section */
.fjordfoxapp-faq-section {
  padding: 120px 0;
  background: linear-gradient(135deg, rgba(255, 228, 225, 0.5) 0%, rgba(255, 235, 238, 0.8) 100%);
}

.fjordfoxapp-faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.fjordfoxapp-faq-header h2 {
  font-family: "Merriweather", serif;
  font-size: 2.8rem;
  color: #8B0000;
  font-weight: 800;
  margin-bottom: 20px;
}

.fjordfoxapp-faq-header p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: #34495e;
  max-width: 500px;
  margin: 0 auto;
}

.fjordfoxapp-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.fjordfoxapp-faq-item {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid rgba(220, 20, 60, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.1);
  transition: all 0.3s ease;
}

.fjordfoxapp-faq-item:hover {
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.15);
  transform: translateY(-2px);
}

.fjordfoxapp-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 25px 30px;
  font-family: "Merriweather", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #8B0000;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fjordfoxapp-faq-question:focus {
  outline: none;
}

.fjordfoxapp-faq-question.active {
  background: linear-gradient(135deg, #DC143C 0%, #B22222 100%);
  color: #ffffff;
  border-radius: 15px 15px 0 0;
}

.fjordfoxapp-faq-question i {
  transition: transform 0.3s ease;
  color: #DC143C;
}

.fjordfoxapp-faq-question.active i {
  transform: rotate(45deg);
  color: #ffffff;
}

.fjordfoxapp-faq-answer {
  padding: 0 30px 25px;
}

.fjordfoxapp-faq-answer p {
  font-family: "Open Sans", sans-serif;
  color: #34495e;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

.fjordfoxapp-faq-answer a {
  color: #DC143C;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.fjordfoxapp-faq-answer a:hover {
  color: #FFD700;
}

/* Footer */
footer {
  background: linear-gradient(135deg, #8B0000 0%, #2c1810 100%);
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,228,181,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,215,0,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,228,181,0.1)"/></svg>') repeat;
  opacity: 0.3;
}

.fjordfoxapp-footer-logos {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.fjordfoxapp-footer-logo-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.fjordfoxapp-footer-logo-grid img {
  width: 100px;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.6) brightness(1.2);
  opacity: 0.9;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 5px;
}

.fjordfoxapp-footer-logo-grid img:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.fjordfoxapp-footer-menu {
  border-top: 2px solid rgba(255, 228, 181, 0.2);
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

.fjordfoxapp-footer-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.fjordfoxapp-footer-nav a {
  font-family: "Open Sans", sans-serif;
  color: #FFE4B5;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
}

.fjordfoxapp-footer-nav a:hover {
  color: #FFD700;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.fjordfoxapp-footer-nav a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #FFD700;
  transition: width 0.3s ease;
}

.fjordfoxapp-footer-nav a:hover::after {
  width: 100%;
}

/* Inner Page Styles for Secondary Pages */

/* Inner page headers */
.fjordfoxapp-inner-page-header {
  width: 100%;
  display: inline-block;
  background: linear-gradient(135deg, #8B0000 0%, #2c1810 100%);
  position: relative;
  overflow: hidden;
}

.fjordfoxapp-inner-page-header img {
  width: 100%;
  filter: brightness(0.7) contrast(1.2);
}

.fjordfoxapp-inner-page-header h2 {
  font-family: "Merriweather", serif;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 64px;
  color: #FFD700;
  margin: 0 0 35px;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.fjordfoxapp-inner-page-header1 img {
  height: 520px;
  object-fit: cover;
  opacity: 0.8;
  filter: brightness(0.7) contrast(1.2);
}

.fjordfoxapp-inner-page-header1 h2 {
  margin-bottom: 0;
  text-align: center;
}

.fjordfoxapp-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.fjordfoxapp-banner-text p {
  color: #FFE4B5;
  font-weight: 400;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  max-width: 650px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.fjordfoxapp-inner-page-header-color {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffe4e1 0%, #ffebee 100%);
  width: 100%;

}

.fjordfoxapp-inner-page-header-color h2 {
  color: #8B0000;
  margin-bottom: 0;
}

.fjordfoxapp-inner-page-header-color .fjordfoxapp-banner-text {
  position: relative;
  top: 0;
  transform: translateY(0);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.fjordfoxapp-inner-page-header:not(.fjordfoxapp-inner-page-header-color)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.7) 0%, rgba(44, 24, 16, 0.8) 100%);
  z-index: 1;
}

.fjordfoxapp-banner-text {
  z-index: 9;
}

/* Header bottom section */
.fjordfoxapp-header-bottom-section {
  width: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  gap: 25px;
  border-bottom: 2px solid #DC143C;
  background: linear-gradient(135deg, rgba(255, 228, 225, 0.5) 0%, rgba(220, 20, 60, 0.3) 100%);
}

/* Inner details section */
.fjordfoxapp-inner-details-section {
  width: 100%;
  display: flex;
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.fjordfoxapp-inner-details-section h2 {
  color: #8B0000;
  font-weight: 800;
  font-size: 44px;
  font-family: "Merriweather", serif;
  margin-bottom: 35px;
  line-height: 65px;
  letter-spacing: 3px;
  margin-top: 12px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.fjordfoxapp-inner-details-section h3 {
  color: #DC143C;
  font-weight: 700;
  font-size: 20px;
  font-family: "Merriweather", serif;
  margin-bottom: 35px;
  line-height: 32px;
  letter-spacing: 1.5px;
  margin: 12px 0;
  text-transform: capitalize;
}

.fjordfoxapp-inner-details-section p {
  color: #34495e;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}

.fjordfoxapp-inner-details-section ul {
  padding: 0 0 0 22px;
  margin: 0;
}

.fjordfoxapp-inner-details-section li {
  color: #8B0000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  letter-spacing: 1px;
  list-style: disc;
  margin-bottom: 12px;
}

.fjordfoxapp-inner-details-section ol {
  padding: 0 0 0 22px;
  margin: 0;
}

.fjordfoxapp-inner-details-section a {
  color: #DC143C;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.fjordfoxapp-inner-details-section a:hover {
  color: #FFD700;
}

/* Contact section */
.fjordfoxapp-contact-contant {
  width: 100%;
  display: inline-block;
  padding: 60px 0 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.fjordfoxapp-contact-contant p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #8B0000;
  line-height: 28px;
}

.fjordfoxapp-contact-contant a {
  color: #DC143C;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.fjordfoxapp-contact-contant a:hover {
  color: #FFD700;
}

/* Send text form */
.fjordfoxapp-send-text form {
  max-width: 100%;
  margin: 60px auto 0;
}

.fjordfoxapp-send-text p {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #8B0000;
  font-family: "Open Sans", sans-serif;
}

.fjordfoxapp-send-text label {
  color: #8B0000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
}

.fjordfoxapp-send-free {
  width: 100%;
  border: none;
  border-radius: 35px;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 20px;
  padding: 18px 0;
  font-weight: 700;
  color: #8B0000;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  cursor: pointer;
}

.fjordfoxapp-send-free:hover {
  background: linear-gradient(135deg, #DC143C 0%, #B22222 100%);
  color: #FFD700;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.4);
}

/* Form inputs */
.input-text,
.input-text:focus {
  border-radius: 35px;
  resize: none;
  border: 2px solid #DC143C !important;
  background: rgba(255, 228, 225, 0.3) !important;
  height: 60px;
  padding: 12px 28px;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease;
}

.input-text:focus {
  box-shadow: 0 0 15px rgba(220, 20, 60, 0.3);
  border: 2px solid #FFD700 !important;
}

.input-text-msg {
  height: 160px;
}

.input-text-msg:focus {
  height: 160px;
}

/* Welcome area variations for secondary pages */
.fjordfoxapp-welcome-area {
  width: 100%;
  display: inline-block;
  padding: 120px 0;
}

.fjordfoxapp-welcome-area .row {
  display: flex;
  align-items: center;
}

.fjordfoxapp-welcome-area img {
  width: 100%;
  border: none;
  padding: 0;
  object-position: center;
  height: 650px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(220, 20, 60, 0.2);
  border: 3px solid rgba(220, 20, 60, 0.1);
}

.fjordfoxapp-welcome-area h2 {
  max-width: 100%;
  color: #8B0000;
}

.fjordfoxapp-welcome-text h2 {
  color: #8B0000;
  font-weight: 800;
  font-size: 34px;
  font-family: "Merriweather", serif;
  margin-bottom: 35px;
  line-height: 45px;
  margin-top: 12px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.fjordfoxapp-welcome-text h2 span {
  font-size: 40px;
  display: block;
  color: #DC143C;
}

.fjordfoxapp-welcome-text p {
  color: #34495e;
  font-weight: 400;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.fjordfoxapp-welcome-text a {
  color: #ffffff;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 35px;
  font-family: "Merriweather", serif;
  text-align: center;
  border: 2px solid #DC143C;
  background: linear-gradient(135deg, #DC143C 0%, #B22222 100%);
  padding: 12px 30px;
  margin: 30px auto 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
}

.fjordfoxapp-welcome-text a:hover {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  border: 2px solid #FFD700;
  color: #8B0000;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  text-decoration: none;
}

.fjordfoxapp-welcome-text span {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 22px;
  color: #DC143C;
  text-transform: uppercase;
  font-style: italic;
}

.fjordfoxapp-welcome-area-reverce {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.fjordfoxapp-welcome-area-black {
  background: linear-gradient(135deg, #8B0000 0%, #2c1810 100%);
}

.fjordfoxapp-welcome-area-black h2,
.fjordfoxapp-welcome-area-black p {
  color: #FFE4B5;
}

.fjordfoxapp-welcome-area-black .fjordfoxapp-welcome-text a {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #8B0000;
}

.fjordfoxapp-welcome-area-black .fjordfoxapp-welcome-text a:hover {
  background: linear-gradient(135deg, #DC143C 0%, #B22222 100%);
  color: #FFD700;
}

/* Additional necessary elements */
.fjordfoxapp-inner-details-section-no-paddng {
  padding-top: 0;
}

.copyright-area img {
  float: right;
}

.author img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid #DC143C;
}

.free-text a {
  color: #FFE4B5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.free-text a:hover {
  text-decoration: none;
  color: #FFD700;
}

.ifreamcontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
}

.form-control:focus {
  border: 2px solid #DC143C;
  box-shadow: 0 0 15px rgba(220, 20, 60, 0.3);
}

.form-group {
  margin-bottom: 18px;
}

.get-in-touch {
  padding-top: 80px;
}

.get-in-touch label {
  color: #8B0000;
  font-weight: 600;
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #ffe4e1;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #DC143C 0%, #B22222 100%);
  border-radius: 6px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

/* Responsive Design */
@media (max-width: 768px) {
  .fjordfoxapp-hero-inner h1 {
    font-size: 2.5rem;
  }

  .fjordfoxapp-hero-description p {
    font-size: 1.1rem;
    padding: 0 20px;
  }

  .fjordfoxapp-game-info {
    padding-left: 0;
    margin-top: 40px;
  }

  .fjordfoxapp-about-stats {
    justify-content: center;
    gap: 20px;
  }

  .fjordfoxapp-footer-nav {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .fjordfoxapp-section-header h2 {
    font-size: 2.2rem;
  }

  .fjordfoxapp-faq-question {
    font-size: 1rem;
    padding: 20px;
  }

  .fjordfoxapp-inner-details-section h2 {
    font-size: 2.5rem;
  }

  .fjordfoxapp-header-bottom-section {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .fjordfoxapp-send-free {
    font-size: 18px;
    padding: 15px 0;
  }

  .fjordfoxapp-inner-page-header h2 {
    font-size: 50px;
  }

  .fjordfoxapp-banner-text p {
    font-size: 16px;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .fjordfoxapp-hero-inner h1 {
    font-size: 2rem;
  }

  .fjordfoxapp-primary-btn {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .fjordfoxapp-feature-card {
    padding: 30px 20px;
  }

  .fjordfoxapp-about-content h2 {
    font-size: 2rem;
  }

  .fjordfoxapp-inner-details-section {
    padding: 60px 0;
  }

  .fjordfoxapp-inner-details-section h2 {
    font-size: 2rem;
  }

  .fjordfoxapp-inner-page-header h2 {
    font-size: 40px;
  }
}

/* Utilities */
.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mt-4 {
  margin-top: 1.5rem;
}