/* fjordfox.click - Oktoberfest/Bavarian Theme CSS */

body {
  font-family: "Fredoka", system-ui, sans-serif;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  font-size: 15px;
  color: #1565c0;
}

#menu1 {
  background: linear-gradient(90deg, #0d47a1, #1565c0);
  text-align: left;
  margin: 0 auto;
  padding: 18px 0 10px 0;
  position: relative;
  z-index: 99;
  box-shadow: 0 4px 20px rgba(13, 71, 161, 0.3);
  border-bottom: 4px solid #ffd700;
}

.fjordfox-logo {
  float: left;
  width: auto;
  font-size: 2rem;
  font-family: "Fredoka", system-ui, sans-serif;
  color: #ffd700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fjordfox-logo a {
  color: #ffd700;
  font-weight: 700;
  font-size: 30px;
  font-family: "Fredoka", system-ui, sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.fjordfox-trnading-area .item p {
  color: #0d47a1;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Fredoka", sans-serif;
  text-align: left;
  min-height: 48px;
  margin-bottom: 0;
  overflow: hidden;
}

.fjordfox-trnading-area .item h3 {
  color: #d32f2f;
  letter-spacing: 1.2px;
  font-weight: 800;
  font-size: 22px;
  font-family: "Biergarten", system-ui;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.fjordfox-trnading-area .item span {
  color: #0d47a1;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 15px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.fjordfox-trnading-area .item {
  text-align: left;
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(13, 71, 161, 0.15);
  padding: 18px 12px;
  border: 3px solid #ffd700;
  transition: all 0.3s ease;
}

.fjordfox-trnading-area .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(13, 71, 161, 0.25);
}

.fjordfox-trnading-area .owl-carousel .owl-item img {
  object-fit: cover;
  width: 90px;
  height: 90px;
  border-radius: 15px;
  border: 3px solid #0d47a1;
}

.fjordfox-product-section-area {
  width: 100%;
  display: inline-block;
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  padding: 32px 18px;
  box-shadow: 0 8px 25px rgba(13, 71, 161, 0.15);
  border-radius: 20px;
  border-left: 6px solid #d32f2f;
  border-top: 3px solid #ffd700;
}

/****menu****/

.dgmenuwrap {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(90deg, #1565c0, #0d47a1);
  border-radius: 0 0 15px 15px;
}

.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: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 12px 0;
  margin: 0 18px;
  display: block;
  transition: all 0.3s;
  position: relative;
  border-bottom: 3px solid transparent;
}

ul.menu a:hover,
ul.menu a.current {
  border-bottom: 4px solid #ffd700;
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

ul.menu>li {
  position: relative;
  float: left;
  font-family: "Fredoka", sans-serif;
  font-size: 15px;
  color: #ffffff;
  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: 180px;
  background: linear-gradient(135deg, #0d47a1, #1565c0);
  border-radius: 0 0 12px 12px;
  border: 2px solid #ffd700;
}

ul.menu ul li {
  font-family: "Fredoka", sans-serif;
  position: relative;
  margin: 0;
  float: none;
  font-size: 15px;
  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 15px;
  text-decoration: none;
  color: #fff !important;
  border: none;
  border-radius: 0;
  transition: background 0.3s, color 0.3s;
}

ul.menu ul li a:hover {
  background: linear-gradient(90deg, #ffd700, #ffb300);
  color: #0d47a1 !important;
}

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

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

.fjordfox-innerpage-banner {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 87px;
}

.fjordfox-innerpage-banner img {
  object-fit: cover;
  height: 400px;
  width: 100%;
  filter: brightness(0.7);
}

.fjordfox-innerpage-text h2 {
  width: 70%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #ffd700;
  font-weight: 700;
  font-size: 64px;
  font-family: "Biergarten", sans-serif;
  margin-top: 0;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.fjordfox-innerpage-text {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  height: 100%;
  background: linear-gradient(45deg, rgba(13, 71, 161, 0.7), rgba(21, 101, 192, 0.5));
  top: 0;
}

.fjordfox-innerpage-contant {
  width: 100%;
  display: inline-block;
  padding: 25px 0;
}

.fjordfox-innerpage-contant p {
  font-size: 14px;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  color: #0d47a1;
  line-height: 26px;
}

.fjordfox-innerpage-contant h2 {
  font-size: 30px;
  font-family: "Biergarten", sans-serif;
  font-weight: 800;
  color: #0d47a1;
  padding-bottom: 10px;
}

.fjordfox-innerpage-contant h3 {
  font-size: 26px;
  font-family: "Biergarten", sans-serif;
  font-weight: 800;
  color: #0d47a1;
  padding-bottom: 10px;
}

.fjordfox-testimonial-page-img img {
  width: 100%;
  border-radius: 15px;
  border: 3px solid #ffd700;
}

.fjordfox-testimonial-page-text h3 {
  margin-top: 0;
  font-size: 24px;
  padding-bottom: 0px;
  color: #0d47a1;
}

.fjordfox-testimonial-margin {
  margin: 20px 0 10px;
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  padding: 17px 0 10px;
  border-radius: 15px;
  border: 2px solid #ffd700;
}

.fjordfox-testimonial-page-text .author-text h4 {
  margin-top: 15px;
  color: #d32f2f;
  font-size: 14px;
}

.fjordfox-testimonial-page-text .author-text p {
  font-size: 12px;
  color: #0d47a1;
}

.fjordfox-trnading-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.fjordfox-trnading-area h2 {
  color: #0d47a1;
  font-weight: 700;
  font-size: 40px;
  font-family: "Biergarten", system-ui;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.fjordfox-trnading-area h2 span {
  color: #d32f2f;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #0d47a1, #1565c0);
}

::-webkit-scrollbar-track {
  background: #e3f2fd;
}

.fjordfox-inner-page-header .container {
  text-align: center;
  top: 70%;
}

.fjordfox-welcome-area-reverce-p {
  color: #0d47a1;
}

.fjordfox-inner-page-header h2 {
  text-align: left;
  max-width: 100%;
}

.fjordfox-inner-page-main-text {
  padding: 50px 0;
}

.fjordfox-inner-page-main-text h2 {
  margin-top: 0;
}

.fjordfox-inner-page-main-text h3 {
  font-size: 24px;
  padding-top: 3px;
  font-family: "Biergarten", system-ui;
  font-weight: 700;
  margin: 24px 0;
  color: #0d47a1;
}

.fjordfox-inner-page-header {
  width: 100%;
  display: inline-block;
  background: linear-gradient(45deg, #0d47a1, #1565c0);
  position: relative;
  overflow: hidden;
}

.fjordfox-inner-page-header::before {
  content: '🍺🥨🍻';
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  opacity: 0.3;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.fjordfox-inner-page-header img {
  width: 100%;
  opacity: 0.8;
}

.fjordfox-inner-page-header h2 {
  font-family: "Biergarten", system-ui;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 60px;
  color: #ffd700;
  margin: 0 0 30px;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  animation: glow 3s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 215, 0, 0.3);
  }

  to {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 215, 0, 0.6);
  }
}

.fjordfox-banner-text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.fjordfox-banner-text a {
  color: #0d47a1;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  border: 2px solid #ffd700;
  background: linear-gradient(45deg, #ffd700, #ffb300);
  padding: 12px 30px;
  margin: 25px 0 0;
  display: inline-block;
  float: left;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 183, 0, 0.4);
}

.fjordfox-banner-text a:hover,
.fjordfox-banner-text a:focus {
  background: linear-gradient(45deg, #ffb300, #ff8f00);
  text-decoration: none;
  color: #0d47a1;
  border: 2px solid #ffb300;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 183, 0, 0.6);
}

.fjordfox-about-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.fjordfox-about-area img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid #ffd700;
  box-shadow: 0 10px 30px rgba(13, 71, 161, 0.2);
}

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

.fjordfox-footer-logo img {
  width: 100px;
  object-fit: contain;
}

/* Override all font families to maintain Oktoberfest theme */
.fjordfox-trnading-area .item p,
.fjordfox-trnading-area .item span,
ul.menu>li,
ul.menu ul li,
.footer-menu ul li a,
.copy-text,
.fjordfox-innerpage-text h2,
.fjordfox-innerpage-contant p,
.fjordfox-innerpage-contant h2,
.fjordfox-innerpage-contant h3,
.fjordfox-about-area p,
.fjordfox-about-area h2,
.fjordfox-welcome-text h2,
.fjordfox-welcome-text p,
.fjordfox-welcome-text a,
.fjordfox-welcome-text h3,
.fjordfox-welcome-text li,
.fjordfox-faq-area h2,
.fjordfox-faq-area p,
.fjordfox-faq-area .btn,
.fjordfox-faq-area .collapse h3,
.fjordfox-faq-area .collapse ol li,
.fjordfox-inner-details-section h2,
.fjordfox-inner-details-section p,
.fjordfox-inner-details-section h3,
.fjordfox-send-text label,
.fjordfox-send-free,
.input-text,
.input-text:focus,
.fjordfox-disclaimer-area h2,
.fjordfox-disclaimer-area p,
.fjordfox-disclaimer-area a,
.fjordfox-disclaimer-area span,
.fjordfox-symbol-area span,
.fjordfox-symbol-area h2,
.fjordfox-symbol-area p,
.fjordfox-inner-details-section li,
.fjordfox-send-text p,
.fjordfox-header-bottom-section,
.fjordfox-product-section-area,
.fjordfox-footer-logo img,
h2,
p {
  font-family: "Fredoka", system-ui, sans-serif !important;
}

/* Specific overrides for headings */
h1,
h2,
h3,
h4,
h5,
h6,
.fjordfox-trnading-area .item h3,
.fjordfox-inner-page-header h2,
.fjordfox-trnading-area h2,
.fjordfox-faq-area h2,
.fjordfox-disclaimer-area h2,
.fjordfox-symbol-area h2,
.fjordfox-about-area h2,
.fjordfox-welcome-text h2 {
  font-family: "Biergarten", system-ui !important;
}

.fjordfox-inner-page-header:not(.fjordfox-inner-page-header-color)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(13, 71, 161, 0.8), rgba(21, 101, 192, 0.6));
  z-index: 1;
}

/* Make sure text appears above overlay */
.fjordfox-banner-text {
  z-index: 9;
}

/* Beer Animations */
.fjordfox-welcome-area::before {
  content: '🍺';
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  opacity: 0.3;
  animation: beer-bounce 4s ease-in-out infinite;
}

@keyframes beer-bounce {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  25% {
    transform: translateY(-10px) rotate(-5deg);
  }

  50% {
    transform: translateY(-5px) rotate(5deg);
  }

  75% {
    transform: translateY(-15px) rotate(-3deg);
  }
}

.fjordfox-trnading-area::after {
  content: '🥨';
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 2.5rem;
  opacity: 0.2;
  animation: pretzel-spin 8s linear infinite;
}

@keyframes pretzel-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Hover effects for cards */
.fjordfox-product-section-area:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(13, 71, 161, 0.25);
  border-left-color: #ffd700;
  transition: all 0.3s ease;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .fjordfox-inner-page-header h2 {
    font-size: 40px;
  }

  .fjordfox-banner-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .fjordfox-welcome-text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .fjordfox-trnading-area h2 {
    font-size: 32px;
  }

  .fjordfox-faq-area h2 {
    font-size: 32px;
  }

  .fjordfox-disclaimer-area h2 {
    font-size: 32px;
  }

  .fjordfox-logo a {
    font-size: 24px;
  }

  ul.menu a {
    font-size: 14px;
    margin: 0 10px;
  }

  .fjordfox-welcome-area img {
    height: 400px;
  }

  .fjordfox-about-area img {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .fjordfox-inner-page-header h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .fjordfox-banner-text p {
    font-size: 13px;
    line-height: 22px;
  }

  .fjordfox-welcome-text h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .fjordfox-trnading-area h2,
  .fjordfox-faq-area h2,
  .fjordfox-disclaimer-area h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .fjordfox-logo a {
    font-size: 20px;
  }

  .fjordfox-banner-text a {
    padding: 10px 20px;
    font-size: 12px;
  }

  .fjordfox-welcome-text a {
    padding: 10px 20px;
    font-size: 12px;
  }

  .fjordfox-disclaimer-area a {
    padding: 10px 20px;
    font-size: 12px;
  }
}

/* Additional Oktoberfest Decorative Elements */
.fjordfox-welcome-area-reverce::after {
  content: '🎪';
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 2rem;
  opacity: 0.25;
  animation: tent-sway 5s ease-in-out infinite;
}

@keyframes tent-sway {

  0%,
  100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(2deg);
  }
}

.fjordfox-faq-area::before {
  content: '🍻🥨';
  position: absolute;
  top: 20%;
  right: 5%;
  font-size: 1.5rem;
  opacity: 0.15;
  animation: float-right 7s ease-in-out infinite;
}

@keyframes float-right {

  0%,
  100% {
    transform: translateX(0px) translateY(0px);
  }

  33% {
    transform: translateX(-10px) translateY(-15px);
  }

  66% {
    transform: translateX(5px) translateY(-5px);
  }
}

/* Enhanced Button Styles */
.fjordfox-banner-text a,
.fjordfox-welcome-text a,
.fjordfox-disclaimer-area a,
.fjordfox-send-free {
  position: relative;
  overflow: hidden;
}

.fjordfox-banner-text a::before,
.fjordfox-welcome-text a::before,
.fjordfox-disclaimer-area a::before,
.fjordfox-send-free::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.fjordfox-banner-text a:hover::before,
.fjordfox-welcome-text a:hover::before,
.fjordfox-disclaimer-area a:hover::before,
.fjordfox-send-free:hover::before {
  left: 100%;
}

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

::-webkit-scrollbar-track {
  background: #e3f2fd;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #0d47a1, #1565c0);
  border-radius: 10px;
  border: 2px solid #ffd700;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #1565c0, #1976d2);
}

/* Selection Styling */
::selection {
  background: rgba(255, 215, 0, 0.3);
  color: #0d47a1;
}

::-moz-selection {
  background: rgba(255, 215, 0, 0.3);
  color: #0d47a1;
}

/* Focus States */
.fjordfox-banner-text a:focus,
.fjordfox-welcome-text a:focus,
.fjordfox-disclaimer-area a:focus,
.fjordfox-send-free:focus,
.input-text:focus,
.fjordfox-faq-area .btn:focus {
  outline: 3px solid rgba(255, 215, 0, 0.5);
  outline-offset: 2px;
}

/* Loading Animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.fjordfox-logo a {
  animation: pulse 4s ease-in-out infinite;
}

/* Additional Hover Effects */
.fjordfox-footer-logo a:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.footer-menu ul li a:hover {
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}

/* Enhanced Card Animations */
.fjordfox-trnading-area .item {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Oktoberfest Pattern Background */
.fjordfox-welcome-area {
  position: relative;
}

.fjordfox-welcome-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255, 215, 0, 0.05) 2px, transparent 2px),
    radial-gradient(circle at 75% 75%, rgba(13, 71, 161, 0.05) 2px, transparent 2px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 0;
}

.fjordfox-welcome-area .container {
  position: relative;
  z-index: 1;
}

/* Smooth Transitions */
* {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* Print Styles */
@media print {

  .fjordfox-banner-text,
  .fjordfox-faq-area,
  .fjordfox-disclaimer-area,
  footer {
    display: none;
  }

  body {
    background: white;
    color: black;
  }

  .fjordfox-welcome-area,
  .fjordfox-trnading-area {
    background: white;
    padding: 20px 0;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  body {
    background: white;
    color: black;
  }

  .fjordfox-inner-page-header {
    background: black;
  }

  .fjordfox-banner-text h2,
  .fjordfox-banner-text p {
    color: white;
  }

  .fjordfox-welcome-text h2,
  .fjordfox-welcome-text p,
  .fjordfox-trnading-area h2,
  .fjordfox-faq-area h2 {
    color: black;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  body {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #e3f2fd;
  }

  .fjordfox-welcome-area,
  .fjordfox-trnading-area,
  .fjordfox-faq-area {
    background: linear-gradient(135deg, #0f1419 0%, #1a1a2e 100%);
  }

  .fjordfox-trnading-area .item,
  .fjordfox-product-section-area {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #e3f2fd;
  }
}

/* Additional Missing Styles */

/* Menu Mobile Styles */
.mean-container .mean-bar {
  background: linear-gradient(90deg, #0d47a1, #1565c0);
  border: 2px solid #ffd700;
  border-radius: 10px;
}

.mean-container .mean-nav {
  background: linear-gradient(135deg, #0d47a1, #1565c0);
  border: 2px solid #ffd700;
  border-radius: 0 0 15px 15px;
}

.mean-container .mean-nav ul li a {
  color: #ffffff;
  font-family: "Fredoka", sans-serif;
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
}

.mean-container .mean-nav ul li a:hover {
  background: rgba(255, 215, 0, 0.2);
  color: #ffd700;
}

.mean-container a.meanmenu-reveal {
  color: #ffd700;
  background: transparent;
  border: 2px solid #ffd700;
  border-radius: 5px;
}

.mean-container a.meanmenu-reveal span {
  background: #ffd700;
}

/* Owl Carousel Custom Styles */
.fjordfox-trnading-area .owl-stage-outer {
  padding: 20px 0;
}

.fjordfox-trnading-area .owl-nav button {
  background: linear-gradient(45deg, #ffd700, #ffb300) !important;
  color: #0d47a1 !important;
  border: 2px solid #0d47a1 !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  font-size: 18px !important;
  transition: all 0.3s ease !important;
}

.fjordfox-trnading-area .owl-nav button:hover {
  background: linear-gradient(45deg, #ffb300, #ff8f00) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 5px 15px rgba(255, 183, 0, 0.4) !important;
}

.fjordfox-trnading-area .owl-nav button.owl-prev {
  left: -25px;
}

.fjordfox-trnading-area .owl-nav button.owl-next {
  right: -25px;
}

.fjordfox-trnading-area .owl-dots .owl-dot {
  background: rgba(13, 71, 161, 0.3) !important;
  border: 2px solid #ffd700 !important;
  border-radius: 50% !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px !important;
}

.fjordfox-trnading-area .owl-dots .owl-dot.active,
.fjordfox-trnading-area .owl-dots .owl-dot:hover {
  background: #ffd700 !important;
}

/* Form Styles */
.form-group {
  position: relative;
}

.form-group label {
  color: #0d47a1;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.form-control {
  border: 2px solid #e3f2fd;
  border-radius: 25px;
  padding: 12px 20px;
  font-family: "Fredoka", sans-serif;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #ffd700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2);
  background: #ffffff;
}

.form-control::placeholder {
  color: rgba(13, 71, 161, 0.5);
  font-style: italic;
}

/* Table Styles */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(13, 71, 161, 0.1);
}

table th {
  background: linear-gradient(90deg, #0d47a1, #1565c0);
  color: #ffd700;
  padding: 15px;
  text-align: left;
  font-family: "Biergarten", sans-serif;
  font-weight: 600;
}

table td {
  padding: 12px 15px;
  border-bottom: 1px solid rgba(13, 71, 161, 0.1);
  color: #0d47a1;
  font-family: "Fredoka", sans-serif;
}

table tr:hover {
  background: rgba(255, 215, 0, 0.1);
}

/* Alert/Notice Styles */
.alert {
  padding: 15px 20px;
  border-radius: 15px;
  margin: 20px 0;
  border: 2px solid;
  font-family: "Fredoka", sans-serif;
}

.alert-success {
  background: rgba(76, 175, 80, 0.1);
  border-color: #4caf50;
  color: #2e7d32;
}

.alert-warning {
  background: rgba(255, 193, 7, 0.1);
  border-color: #ffc107;
  color: #f57c00;
}

.alert-danger {
  background: rgba(244, 67, 54, 0.1);
  border-color: #f44336;
  color: #c62828;
}

.alert-info {
  background: rgba(33, 150, 243, 0.1);
  border-color: #2196f3;
  color: #1565c0;
}

/* Badge Styles */
.badge {
  display: inline-block;
  padding: 5px 12px;
  background: linear-gradient(45deg, #ffd700, #ffb300);
  color: #0d47a1;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Fredoka", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-primary {
  background: linear-gradient(45deg, #0d47a1, #1565c0);
  color: #ffd700;
}

.badge-success {
  background: linear-gradient(45deg, #4caf50, #388e3c);
  color: white;
}

.badge-danger {
  background: linear-gradient(45deg, #f44336, #d32f2f);
  color: white;
}

/* Breadcrumb Styles */
.breadcrumb {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 25px;
  padding: 10px 20px;
  margin: 20px 0;
  border: 2px solid #ffd700;
}

.breadcrumb-item {
  font-family: "Fredoka", sans-serif;
  color: #0d47a1;
}

.breadcrumb-item.active {
  color: #d32f2f;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "🍺";
  color: #ffd700;
  margin: 0 5px;
}

/* Pagination Styles */
.pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.page-link {
  color: #0d47a1;
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  border: 2px solid #ffd700;
  padding: 10px 15px;
  margin: 0 3px;
  border-radius: 10px;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}

.page-link:hover,
.page-item.active .page-link {
  background: linear-gradient(45deg, #ffd700, #ffb300);
  color: #0d47a1;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 183, 0, 0.4);
}

/* Modal Styles */
.modal-content {
  border-radius: 20px;
  border: 3px solid #ffd700;
  box-shadow: 0 15px 35px rgba(13, 71, 161, 0.3);
}

.modal-header {
  background: linear-gradient(90deg, #0d47a1, #1565c0);
  color: #ffd700;
  border-radius: 17px 17px 0 0;
  border-bottom: 2px solid #ffd700;
}

.modal-title {
  font-family: "Biergarten", sans-serif;
  font-weight: 600;
}

.modal-body {
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  color: #0d47a1;
  font-family: "Fredoka", sans-serif;
}

.modal-footer {
  background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 100%);
  border-top: 2px solid #ffd700;
  border-radius: 0 0 17px 17px;
}

/* Progress Bar Styles */
.progress {
  height: 20px;
  background: rgba(13, 71, 161, 0.1);
  border-radius: 25px;
  border: 2px solid #ffd700;
  overflow: hidden;
}

.progress-bar {
  background: linear-gradient(45deg, #ffd700, #ffb300);
  border-radius: 23px;
  transition: width 0.6s ease;
  font-family: "Fredoka", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #0d47a1;
  text-align: center;
  line-height: 16px;
}

/* Tooltip Styles */
.tooltip {
  font-family: "Fredoka", sans-serif;
}

.tooltip-inner {
  background: linear-gradient(45deg, #0d47a1, #1565c0);
  color: #ffd700;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #0d47a1;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #0d47a1;
}

.tooltip.bs-tooltip-start .arrow::before {
  border-left-color: #0d47a1;
}

.tooltip.bs-tooltip-end .arrow::before {
  border-right-color: #0d47a1;
}

/* List Group Styles */
.list-group-item {
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  border: 2px solid #ffd700;
  border-radius: 10px !important;
  margin-bottom: 5px;
  color: #0d47a1;
  font-family: "Fredoka", sans-serif;
  transition: all 0.3s ease;
}

.list-group-item:hover {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  transform: translateX(5px);
}

.list-group-item.active {
  background: linear-gradient(45deg, #ffd700, #ffb300);
  border-color: #0d47a1;
  color: #0d47a1;
  font-weight: 600;
}

/* Card Styles */
.card {
  border-radius: 20px;
  border: 3px solid #ffd700;
  box-shadow: 0 8px 25px rgba(13, 71, 161, 0.15);
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
}

.card-header {
  background: linear-gradient(90deg, #0d47a1, #1565c0);
  color: #ffd700;
  font-family: "Biergarten", sans-serif;
  font-weight: 600;
  border-bottom: 2px solid #ffd700;
}

.card-body {
  color: #0d47a1;
  font-family: "Fredoka", sans-serif;
}

.card-footer {
  background: rgba(255, 215, 0, 0.1);
  border-top: 2px solid #ffd700;
}

/* Accordion Styles */
.accordion-button {
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  color: #0d47a1;
  border: 2px solid #ffd700;
  border-radius: 15px;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
}

.accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.3);
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(45deg, #ffd700, #ffb300);
  color: #0d47a1;
}

.accordion-body {
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  color: #0d47a1;
  font-family: "Fredoka", sans-serif;
  border: 2px solid #ffd700;
  border-top: none;
  border-radius: 0 0 15px 15px;
}

/* Tab Styles */
.nav-tabs {
  border-bottom: 3px solid #ffd700;
}

.nav-tabs .nav-link {
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  color: #0d47a1;
  border: 2px solid #ffd700;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  background: linear-gradient(45deg, #ffd700, #ffb300);
  color: #0d47a1;
  font-weight: 600;
}

.tab-content {
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  border: 2px solid #ffd700;
  border-top: none;
  border-radius: 0 15px 15px 15px;
  padding: 20px;
}

/* Spinner/Loading Styles */
.spinner-border {
  color: #ffd700;
  border-width: 3px;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}

/* Custom Oktoberfest Loader */
.oktoberfest-loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}

.oktoberfest-loader::before {
  content: '🍺';
  position: absolute;
  font-size: 30px;
  animation: beer-spin 2s linear infinite;
}

@keyframes beer-spin {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.2);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

/* Utility Classes */
.text-oktoberfest {
  color: #0d47a1 !important;
}

.text-bavarian-gold {
  color: #ffd700 !important;
}

.text-beer-red {
  color: #d32f2f !important;
}

.bg-oktoberfest {
  background: linear-gradient(135deg, #0d47a1, #1565c0) !important;
}

.bg-bavarian-gold {
  background: linear-gradient(45deg, #ffd700, #ffb300) !important;
}

.bg-beer-red {
  background: linear-gradient(45deg, #d32f2f, #c62828) !important;
}

.border-oktoberfest {
  border-color: #0d47a1 !important;
}

.border-bavarian-gold {
  border-color: #ffd700 !important;
}

.border-beer-red {
  border-color: #d32f2f !important;
}

/* Final Responsive Adjustments */
@media (max-width: 1200px) {
  .fjordfox-inner-page-header h2 {
    font-size: 48px;
  }

  .fjordfox-trnading-area h2,
  .fjordfox-faq-area h2,
  .fjordfox-disclaimer-area h2 {
    font-size: 36px;
  }
}

@media (max-width: 992px) {

  .fjordfox-welcome-area img,
  .fjordfox-about-area img {
    height: 450px;
    margin-bottom: 30px;
  }

  .fjordfox-welcome-text {
    text-align: center;
  }

  .fjordfox-logo a {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .fjordfox-inner-page-header h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .fjordfox-banner-text p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
  }

  .fjordfox-footer-logo {
    gap: 15px;
  }

  .fjordfox-footer-logo img {
    width: 70px;
  }

  .footer-menu ul {
    flex-direction: column;
    gap: 10px;
  }

  .footer-menu ul li a {
    border-right: none;
    border-bottom: 1px solid #ffd700;
    padding: 10px 0;
  }

  .footer-menu ul li:last-child a {
    border-bottom: none;
  }
}

/* End of Complete Oktoberfest CSS Theme */

.fjordfox-about-area p {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #0d47a1;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 15px;
}

.fjordfox-about-area h2 {
  font-size: 36px;
  padding-top: 0;
  font-family: "Biergarten", system-ui;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-weight: 700;
  max-width: 503px;
  line-height: 50px;
  color: #0d47a1;
  margin-top: -11px;
}

.fjordfox-about-area.inner-page-main-text h2 {
  margin-bottom: 20px;
  max-width: 100%;
}

.fjordfox-about-area.inner-page-main-text {
  padding: 80px 0;
}

.form-control:focus {
  border: 2px solid #ffd700;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.fjordfox-welcome-area img {
  width: 100%;
  border: none;
  padding: 0;
  object-position: center;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid #ffd700;
  box-shadow: 0 10px 30px rgba(13, 71, 161, 0.2);
}

.fjordfox-welcome-area h2 {
  max-width: 100%;
  color: #0d47a1;
}

.fjordfox-welcome-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

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

.fjordfox-welcome-text h2 {
  color: #0d47a1;
  font-weight: 700;
  font-size: 30px;
  font-family: "Biergarten", system-ui;
  margin-bottom: 30px;
  line-height: 40px;
  margin-top: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.fjordfox-welcome-text h2 span {
  font-size: 36px;
  display: block;
}

.fjordfox-welcome-text p {
  color: #0d47a1;
  font-weight: 400;
  font-size: 16px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.fjordfox-welcome-text a {
  color: #0d47a1;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  border: 2px solid #ffd700;
  background: linear-gradient(45deg, #ffd700, #ffb300);
  padding: 12px 25px;
  margin: 25px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 183, 0, 0.4);
}

.fjordfox-welcome-text a:hover {
  background: linear-gradient(45deg, #ffb300, #ff8f00);
  border: 2px solid #ffb300;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 183, 0, 0.6);
}

.fjordfox-welcome-text h3 {
  color: #0d47a1;
  font-weight: 700;
  font-size: 16px;
  font-family: "Fredoka", sans-serif;
  margin-bottom: 15px;
  margin-top: 10px;
}

.fjordfox-welcome-text ol {
  padding: 0 0 0 20px;
  margin: 0;
}

.fjordfox-welcome-text li {
  color: #0d47a1;
  font-weight: 400;
  font-size: 16px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  list-style: disc;
}

.fjordfox-welcome-text img {
  width: auto;
  margin-right: 15px;
}

.fjordfox-logo a:hover,
.fjordfox-logo a:focus {
  text-decoration: none;
  color: #ffffff;
  transform: scale(1.05);
}

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

.fjordfox-faq-area {
  width: 100%;
  display: flex;
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.fjordfox-faq-area h2 {
  font-family: "Biergarten", system-ui;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0d47a1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.fjordfox-conract-faq-section .colleps-text {
  padding-bottom: 30px;
  padding-left: 0;
}

.fjordfox-faq-area p,
.fjordfox-conract-faq-section p {
  color: #0d47a1;
  font-size: 16px;
  line-height: 30px;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.fjordfox-faq-area .collapse {
  padding: 0;
}

.fjordfox-faq-area .collapsing {
  padding: 0;
}

.fjordfox-colleps-text {
  padding: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
}

.fjordfox-faq-area .btn {
  color: #0d47a1;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  font-family: "Fredoka", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  border: 3px solid #ffd700;
  text-wrap: wrap;
  text-align: left;
  box-shadow: 0 5px 15px rgba(13, 71, 161, 0.1);
  padding: 20px;
  width: 100%;
  border-radius: 15px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.fjordfox-faq-area .btn:hover {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13, 71, 161, 0.2);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.fjordfox-faq-area .btn,
.fjordfox-conract-faq-section .btn,
.fjordfox-details-tab-area1 .btn {
  background: url(../images/faq-down.svg);
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: center right;
}

.fjordfox-faq-area .btn[aria-expanded="false"] {
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%), url(../images/faq-down.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.fjordfox-faq-area .btn[aria-expanded="true"] {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%), url(../images/faq-close.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
}

.fjordfox-faq-area .collapse.show,
.fjordfox-faq-area .collapsing {
  border: 3px solid #ffd700;
  border-radius: 0 0 15px 15px;
  border-top: none;
  box-shadow: 0 5px 15px rgba(13, 71, 161, 0.1);
}

.fjordfox-faq-area .collapse h3,
.fjordfox-faq-area .collapsing h3 {
  color: #0d47a1;
  font-size: 16px;
  line-height: 24px;
  font-family: "Biergarten", system-ui;
  font-weight: 700;
  margin: 10px 0;
}

.fjordfox-faq-area .collapse ol li,
.fjordfox-faq-area .collapsing ol li {
  color: #0d47a1;
  font-size: 16px;
  line-height: 24px;
  list-style: disc;
  font-family: "Fredoka", system-ui;
  font-weight: 700;
}

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

.fjordfox-colleps-text a {
  color: #d32f2f;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.fjordfox-colleps-text a:hover {
  color: #0d47a1;
}

.footer-menu {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  color: #fff;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer-menu ul li {
  padding: 6px 0;
  display: block;
}

.footer-menu ul li a {
  padding: 0 18px;
  display: block;
  font-family: "Fredoka", sans-serif;
  border-right: 2px solid #ffd700;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.2px;
  transition: color 0.3s;
}

.footer-menu ul li:last-child a {
  border-right: none;
}

.footer-menu ul li a:hover {
  color: #ffd700;
}

.copy-text {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
  padding: 24px 0 0;
}

footer {
  background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);
  width: 100%;
  display: flex;
  padding: 50px 0 30px 0;
  flex-direction: column;
  border-top: 6px solid #ffd700;
}

.fjordfox-inner-page-header1 img {
  height: 496px;
  object-fit: cover;
  opacity: 0.8;
}

.fjordfox-inner-page-header1 h2 {
  margin-bottom: 0;
}

.fjordfox-inner-details-section {
  width: 100%;
  display: flex;
  padding: 100px 0;
}

.fjordfox-inner-details-section h2 {
  color: #0d47a1;
  font-weight: 700;
  font-size: 40px;
  font-family: "Biergarten", system-ui;
  margin-bottom: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  margin-top: 10px;
  text-transform: uppercase;
}

.fjordfox-inner-details-section p {
  color: #5991e4;
  font-weight: 300;
  font-size: 14px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.fjordfox-inner-details-section h3 {
  color: #2979f0;
  font-weight: 700;
  font-size: 18px;
  font-family: "Biergarten", system-ui;
  margin-bottom: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: capitalize;
}

.fjordfox-send-text label {
  color: #0d47a1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Fredoka", system-ui;
}

.fjordfox-contact-contant {
  width: 100%;
  display: inline-block;
  padding: 50px 0 80px 0;
}

.fjordfox-contact-contant p {
  font-size: 14px;
  font-family: "Fredoka", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #0d47a1;
  line-height: 26px;
}

.fjordfox-contact-contant a {
  color: #0d47a1;
  text-decoration: none;
}

.fjordfox-send-free {
  width: 100%;
  border: none;
  border-radius: 30px;
  font-family: "Fredoka", system-ui;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 15px 0;
  font-weight: 600;
  color: #0d47a1;
  background: linear-gradient(45deg, #ffd700, #ffb300);
  transition: 0.3s;
  text-align: center;
  box-shadow: 0 4px 15px rgba(255, 183, 0, 0.4);
}

.fjordfox-send-free:hover {
  background: linear-gradient(45deg, #ffb300, #ff8f00);
  color: #0d47a1;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 183, 0, 0.6);
}

.input-text,
.input-text:focus {
  border-radius: 30px;
  resize: none;
  border: 2px solid #ffd700 !important;
  background: transparent !important;
  height: 55px;
  padding: 10px 25px;
  color: #0d47a1;
}

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

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

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

.get-in-touch label {
  color: #0d47a1;
}

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

.fjordfox-welcome-text span {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #d32f2f;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.copy-text a {
  color: #fff;
}

.fjordfox-footer-logo {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 24px 0;
}

.fjordfox-footer-logo img {
  width: 90px;
  object-fit: contain;
  filter: grayscale(0.5);
  opacity: 0.8;
  transition: filter 0.3s, opacity 0.3s, transform 0.3s;
}

.fjordfox-footer-logo img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

.fjordfox-inner-page-header1 h2 {
  text-align: center;
}

.fjordfox-inner-details-section ol {
  padding: 0 0 0 20px;
  margin: 0;
}

.fjordfox-inner-details-section li {
  color: #0d47a1;
  font-weight: 300;
  font-size: 14px;
  font-family: "Fredoka", sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
  list-style: disc;
  margin-bottom: 10px;
}

.fjordfox-send-text form {
  max-width: 100%;
  margin: 50px auto 0;
}

.fjordfox-send-text p {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.fjordfox-header-bottom-section {
  width: 100%;
  display: flex;
  padding: 15px 0;
  justify-content: center;
  gap: 20px;
  border-bottom: 2px solid #ffd700;
  background: #2979f0;
}

.fjordfox-product-section-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fjordfox-trnading-area .owl-nav {
  display: none;
}

.fjordfox-disclaimer-area {
  width: 100%;
  display: flex;
  padding: 100px 0 80px;
  background: linear-gradient(45deg, #d32f2f, #c62828);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fjordfox-disclaimer-area::before {
  content: '🍺🥨🍻🎪🥨🍺';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  opacity: 0.1;
  font-size: 4rem;
  animation: marquee 20s linear infinite;
  z-index: 1;
}

@keyframes marquee {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.fjordfox-disclaimer-area .container {
  position: relative;
  z-index: 2;
}

.fjordfox-disclaimer-area h2 {
  color: #ffd700;
  font-weight: 700;
  font-size: 40px;
  font-family: "Biergarten", system-ui;
  margin-bottom: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  margin-top: 20px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.fjordfox-disclaimer-area p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Fredoka", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.fjordfox-disclaimer-area img {
  width: 100%;
  margin: 20px 0;
  border-radius: 15px;
  border: 3px solid #ffd700;
}

.fjordfox-disclaimer-area a {
  color: #0d47a1;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  border: 2px solid #ffd700;
  background: linear-gradient(45deg, #ffd700, #ffb300);
  padding: 12px 25px;
  margin: 25px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 183, 0, 0.4);
}

.fjordfox-disclaimer-area a:hover {
  background: linear-gradient(45deg, #ffb300, #ff8f00);
  color: #0d47a1;
  border: 2px solid #ffb300;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 183, 0, 0.6);
}

.fjordfox-disclaimer-area span {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #ffd700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.fjordfox-welcome-area-black {
  background: linear-gradient(135deg, #1565c0, #0d47a1);
}

.fjordfox-welcome-area-black h2,
.welcome-area-black p {
  color: #fff;
}

.fjordfox-inner-page-header-color h2 {
  color: #0d47a1;
  margin-bottom: 0;
}

.fjordfox-inner-page-header-color {
  padding: 60px 0;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  width: 100%;
  display: flex;
}

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

.fjordfox-inner-details-section-no-paddng {
  padding-top: 0;
}

.fjordfox-card-area {
  width: 100%;
  display: flex;
  padding-bottom: 80px;
  justify-content: center;
}

.fjordfox-top-sale-area .owl-dots {
  display: none;
}

.fjordfox-game-area {
  background: transparent;
  padding: 50px 0;
}

.fjordfox-game-area h2,
.fjordfox-game-area p {
  color: #0d47a1;
}

.fjordfox-game-panel {
  padding: 50px 0;
}

.fjordfox-symbol-area {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 100px 0 80px;
  background: linear-gradient(45deg, #0d47a1, #1565c0);
  position: relative;
  overflow: hidden;
}

.fjordfox-symbol-area::before {
  content: '🍺🥨🍻';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15rem;
  opacity: 0.1;
  z-index: 1;
}

.fjordfox-symbol-area .container {
  position: relative;
  z-index: 2;
}

.fjordfox-symbol-area span {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #ffd700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.fjordfox-symbol-area h2 {
  font-family: "Biergarten", system-ui;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #ffd700;
  margin-top: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.fjordfox-symbol-area p {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 30px;
  font-family: "Fredoka", sans-serif;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.fjordfox-symbol-area img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  z-index: 1;
}

.ifreamcontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 20px;
  border: 4px solid #ffd700;
  box-shadow: 0 10px 30px rgba(13, 71, 161, 0.2);
}