/* Gothic Wolf Halloween Theme CSS */
@import url('https://fonts.googleapis.com/css2?family=Creepster&family=Nosifer&family=Eater&family=Butcherman&family=Metal+Mania&display=swap');

body {
  font-family: "Metal Mania", "Arial Black", sans-serif;
  background: linear-gradient(145deg, #0F0F0F, #1A0A0A);
  font-size: 16px;
  color: #C0C0C0;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="gothic-texture" x="0" y="0" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="2" fill="%238B0000" opacity="0.15"/><circle cx="5" cy="25" r="1" fill="%234B0082" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23gothic-texture)"/></svg>') repeat;
  pointer-events: none;
  z-index: -1;
}

#menu1 {
  background: linear-gradient(145deg, #2F1B14, #1A0A0A);
  text-align: left;
  margin: 0 auto;
  padding: 25px 0 16px 0;
  position: relative;
  z-index: 99;
  box-shadow: 0 10px 35px rgba(139, 0, 0, 0.8), inset 0 3px 6px rgba(75, 0, 130, 0.3);
  border-bottom: 4px solid #8B0000;
}

.norhavn-logo {
  float: left;
  width: auto;
  font-size: 2.6rem;
  font-family: "Creepster", cursive;
  color: #8B0000;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 25px #8B0000, 0 0 45px #4B0082;
}

.norhavn-logo a {
  color: #CD853F;
  font-weight: 700;
  font-size: 36px;
  font-family: "Creepster", cursive;
  line-height: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 25px #CD853F;
}

.norhavn-logo a:hover,
.norhavn-logo a:focus {
  text-decoration: none;
  color: #d49e68;
  text-shadow: 0 0 25px #ad7033;
}

.norhavn-trnading-area .item p {
  color: #A9A9A9;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 17px;
  font-family: "Metal Mania", sans-serif;
  text-align: left;
  min-height: 55px;
  margin-bottom: 0;
  overflow: hidden;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.norhavn-trnading-area .item h3 {
  color: #CD853F;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 26px;
  font-family: "Butcherman", cursive;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-shadow: 0 0 12px #CD853F, 3px 3px 6px rgba(0, 0, 0, 0.9);
}

.norhavn-trnading-area .item span {
  color: #C0C0C0;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-size: 17px;
  font-family: "Eater", serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.norhavn-trnading-area .item {
  text-align: left;
  background: linear-gradient(145deg, #1A0A0A, #2F1B14);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(139, 0, 0, 0.4), inset 0 3px 6px rgba(75, 0, 130, 0.2);
  padding: 25px 18px;
  border: 3px solid #8B0000;
  position: relative;
  overflow: hidden;
}

.norhavn-trnading-area .item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(139, 0, 0, 0.15), transparent);
  animation: shadowGlow 8s linear infinite;
  z-index: -1;
}

@keyframes shadowGlow {
  0% {
    transform: rotate(0deg);
  }

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

.norhavn-trnading-area .owl-carousel .owl-item img {
  object-fit: cover;
  width: 105px;
  height: 105px;
  border-radius: 18px;
  border: 4px solid #8B0000;
  box-shadow: 0 0 25px rgba(139, 0, 0, 0.6), inset 0 3px 6px rgba(0, 0, 0, 0.5);
  filter: sepia(50%) saturate(1.5) hue-rotate(320deg);
}

.norhavn-product-section-area {
  width: 100%;
  display: inline-block;
  background: linear-gradient(145deg, #1A0A0A, #2F1B14);
  padding: 40px 25px;
  box-shadow: 0 15px 45px rgba(139, 0, 0, 0.5), inset 0 3px 10px rgba(75, 0, 130, 0.2);
  border-radius: 25px;
  border-left: 8px solid #8B0000;
  border-right: 3px solid #2F1B14;
  position: relative;
}

/****menu****/

.dgmenuwrap {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(145deg, #2F1B14, #1A0A0A);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 6px 20px rgba(47, 27, 20, 0.6);
}

.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: 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: #C0C0C0;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 14px 0;
  margin: 0 22px;
  display: block;
  transition: all 0.4s ease;
  position: relative;
  border-bottom: 4px solid transparent;
  font-family: "Eater", serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

ul.menu a:hover,
ul.menu a.current {
  border-bottom: 5px solid #8B0000;
  color: #CD853F;
  text-shadow: 0 0 12px #8B0000, 3px 3px 6px rgba(0, 0, 0, 0.9);
  transform: translateY(-3px);
}

ul.menu>li {
  position: relative;
  float: left;
  font-family: "Eater", serif;
  font-size: 17px;
  color: #C0C0C0;
  display: block;
  line-height: normal;
  font-weight: 600;
}

ul.menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  opacity: 0;
  list-style: none;
  width: 220px;
  background: linear-gradient(145deg, #1A0A0A, #0F0F0F);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 30px rgba(139, 0, 0, 0.8);
}

ul.menu ul li {
  font-family: "Metal Mania", sans-serif;
  position: relative;
  margin: 0;
  float: none;
  font-size: 17px;
  padding: 0;
  text-align: left;
  font-weight: 500;
}

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

ul.menu ul li a {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: #C0C0C0 !important;
  border: none;
  border-radius: 0;
  transition: all 0.4s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

ul.menu ul li a:hover {
  background: linear-gradient(145deg, #2F1B14, #8B0000);
  color: #FFFFFF !important;
  text-shadow: 0 0 10px #FFFFFF;
  transform: translateX(8px);
}

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

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

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

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

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

.copyright-area img {
  float: right;
}

.copy-text {
  padding: 0;
  float: left;
  width: 100%;
}

.author img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 4px solid #8B0000;
  box-shadow: 0 0 18px rgba(139, 0, 0, 0.6);
  filter: sepia(30%) saturate(1.2);
}

.free-text a {
  color: #CD853F;
  text-decoration: none;
  text-shadow: 0 0 8px #CD853F;
  transition: all 0.3s ease;
}

.free-text a:hover {
  text-decoration: none;
  color: #8B0000;
  text-shadow: 0 0 12px #8B0000;
}

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

.norhavn-innerpage-banner img {
  object-fit: cover;
  height: 480px;
  width: 100%;
  filter: brightness(0.4) contrast(1.5) sepia(30%);
}

.norhavn-innerpage-text h2 {
  width: 78%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 75px;
  font-family: "Nosifer", cursive;
  margin-top: 0;
  text-shadow: 0 0 25px #8B0000, 5px 5px 10px rgba(0, 0, 0, 0.9);
}

.norhavn-innerpage-text {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  height: 100%;
  background: linear-gradient(145deg, rgba(47, 27, 20, 0.8), rgba(139, 0, 0, 0.6));
  top: 0;
}

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

.norhavn-innerpage-contant p {
  font-size: 16px;
  font-family: "Metal Mania", sans-serif;
  font-weight: 500;
  color: #A9A9A9;
  line-height: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.norhavn-innerpage-contant h2 {
  font-size: 36px;
  font-family: "Nosifer", cursive;
  font-weight: 800;
  color: #8B0000;
  padding-bottom: 15px;
  text-shadow: 0 0 18px #8B0000, 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.norhavn-innerpage-contant h3 {
  font-size: 30px;
  font-family: "Butcherman", cursive;
  font-weight: 800;
  color: #CD853F;
  padding-bottom: 15px;
  text-shadow: 0 0 12px #CD853F, 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.input-text {
  border-radius: 10px;
  resize: none;
  background: linear-gradient(145deg, #1A0A0A, #2F1B14);
  color: #C0C0C0;
  border: 3px solid #8B0000;
  box-shadow: 0 0 12px rgba(139, 0, 0, 0.3), inset 0 3px 6px rgba(0, 0, 0, 0.5);
}

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

.get-in-touch label {
  color: #CD853F;
  font-family: "Eater", serif;
  font-weight: 600;
  text-shadow: 0 0 8px #CD853F;
}

.norhavn-testimonial-page-img img {
  width: 100%;
  border: 4px solid #8B0000;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(139, 0, 0, 0.4);
  filter: sepia(30%) saturate(1.3);
}

.norhavn-testimonial-page-text h3 {
  margin-top: 0;
  font-size: 28px;
  padding-bottom: 0px;
  font-family: "Butcherman", cursive;
  color: #CD853F;
  text-shadow: 0 0 10px #CD853F;
}

.norhavn-testimonial-margin {
  margin: 28px 0 15px;
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.1), rgba(47, 27, 20, 0.2));
  padding: 25px 0 15px;
  border: 2px solid rgba(139, 0, 0, 0.3);
  border-radius: 12px;
}

.norhavn-testimonial-page-text .author-text h4 {
  margin-top: 20px;
  color: #8B0000;
  font-size: 16px;
  font-family: "Eater", serif;
  text-shadow: 0 0 8px #8B0000;
}

.norhavn-testimonial-page-text .author-text p {
  font-size: 14px;
  color: #A9A9A9;
}

.norhavn-trnading-area {
  width: 100%;
  display: inline-block;
  padding: 130px 0;
  background: linear-gradient(145deg, #0F0F0F, #1A0A0A);
}

.norhavn-trnading-area h2 {
  color: #8B0000;
  font-weight: 800;
  font-size: 48px;
  font-family: "Creepster", cursive;
  margin-bottom: 65px;
  margin-top: 0;
  text-align: center;
  letter-spacing: 4px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 0 0 30px #8B0000, 5px 5px 10px rgba(0, 0, 0, 0.9);
}

.norhavn-trnading-area h2::before {
  content: "🐺";
  margin-right: 18px;
  font-size: 0.8em;
  filter: drop-shadow(0 0 12px #8B0000);
}

.norhavn-trnading-area h2::after {
  content: "🐺";
  margin-left: 18px;
  font-size: 0.8em;
  filter: drop-shadow(0 0 12px #8B0000);
}

.norhavn-trnading-area h2 span {
  color: #2F1B14;
}

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

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

::-webkit-scrollbar-thumb {
  background: linear-gradient(145deg, #8B0000, #2F1B14);
  border-radius: 12px;
}

::-webkit-scrollbar-track {
  background: #1A0A0A;
}

::-webkit-scrollbar {
  width: 14px;
}

.norhavn-inner-page-header .container {
  text-align: center;
  top: 78%;
}

.norhavn-welcome-area-reverce-p {
  color: #A9A9A9;
}

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

.norhavn-inner-page-main-text {
  padding: 65px 0;
}

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

.norhavn-inner-page-main-text h3 {
  font-size: 28px;
  padding-top: 6px;
  font-family: "Butcherman", cursive;
  font-weight: 700;
  margin: 30px 0;
  color: #CD853F;
  text-shadow: 0 0 10px #CD853F;
}

.norhavn-inner-page-header {
  width: 100%;
  display: inline-block;
  background: linear-gradient(145deg, #2F1B14, #1A0A0A);
  position: relative;
  box-shadow: 0 10px 35px rgba(47, 27, 20, 0.6);
}

.norhavn-inner-page-header img {
  max-width: 100%;
  height: auto;
  filter: brightness(0.9) contrast(1.6) sepia(40%);
}

.norhavn-inner-page-header1 img {
  height: 580px;
  object-fit: cover;
  opacity: 0.4;
  filter: brightness(0.9) contrast(1.6) sepia(40%);

}

.norhavn-inner-page-header h2 {
  font-family: "Creepster", cursive;
  font-weight: 800;
  letter-spacing: 4px;
  font-size: 70px;
  color: #FFFFFF;
  margin: 0 0 40px;
  text-align: center;
  text-shadow: 0 0 35px #8B0000, 5px 5px 15px rgba(0, 0, 0, 0.9);
}

.norhavn-banner-text p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.5px;
  margin: 0 auto;
  text-align: center;
  max-width: 680px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.norhavn-banner-text a {
  color: #0F0F0F;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Eater", serif;
  text-align: center;
  border: 4px solid #8B0000;
  background: linear-gradient(145deg, #8B0000, #CD853F);
  padding: 15px 35px;
  margin: 35px 0 0;
  display: inline-block;
  float: left;
  text-decoration: none;
  border-radius: 35px;
  transition: all 0.4s ease;
  box-shadow: 0 0 25px rgba(139, 0, 0, 0.6), inset 0 3px 6px rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.norhavn-banner-text a:hover,
.norhavn-banner-text a:focus {
  background: transparent;
  text-decoration: none;
  color: #8B0000;
  border: 4px solid #8B0000;
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 10px 35px rgba(139, 0, 0, 0.8);
  text-shadow: 0 0 12px #8B0000;
}

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

.norhavn-about-area {
  width: 100%;
  display: inline-block;
  padding: 130px 0;
  background: linear-gradient(145deg, #1A0A0A, #0F0F0F);
}

.norhavn-about-area img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 15px;
  border: 5px solid #8B0000;
  box-shadow: 0 0 35px rgba(139, 0, 0, 0.6), inset 0 5px 10px rgba(0, 0, 0, 0.3);
  filter: sepia(30%) saturate(1.2);
}

.norhavn-about-area p {
  font-family: "Metal Mania", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #A9A9A9;
  letter-spacing: 1.5px;
  line-height: 29px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.norhavn-about-area h2 {
  font-size: 42px;
  padding-top: 0;
  font-family: "Nosifer", cursive;
  letter-spacing: 2px;
  margin-bottom: 50px;
  font-weight: 800;
  max-width: 580px;
  line-height: 58px;
  color: #8B0000;
  margin-top: -15px;
  text-shadow: 0 0 25px #8B0000, 4px 4px 8px rgba(0, 0, 0, 0.8);
}

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

.norhavn-about-area.inner-page-main-text {
  padding: 95px 0;
}

.form-control:focus {
  border: 4px solid #8B0000;
  box-shadow: 0 0 18px rgba(139, 0, 0, 0.5), inset 0 3px 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(145deg, #1A0A0A, #2F1B14);
  color: #C0C0C0;
}

.norhavn-welcome-area img {
  width: 100%;
  border: 5px solid #8B0000;
  padding: 0;
  object-position: center;
  height: 680px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(139, 0, 0, 0.6), inset 0 5px 10px rgba(0, 0, 0, 0.3);
  filter: sepia(40%) saturate(1.3) brightness(0.8);
}

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

.norhavn-welcome-area {
  width: 100%;
  display: inline-block;
  padding: 130px 0;
  background: linear-gradient(145deg, #0F0F0F, #1A0A0A);
}

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

.norhavn-welcome-text h2 {
  color: #8B0000;
  font-weight: 800;
  font-size: 36px;
  font-family: "Nosifer", cursive;
  margin-bottom: 40px;
  line-height: 48px;
  margin-top: 15px;
  text-shadow: 0 0 25px #8B0000, 4px 4px 8px rgba(0, 0, 0, 0.8);
}

.norhavn-welcome-text h2 span {
  font-size: 42px;
  display: block;
  color: #2F1B14;
  text-shadow: 0 0 18px #2F1B14;
}

.norhavn-welcome-text p {
  color: #A9A9A9;
  font-weight: 500;
  font-size: 18px;
  font-family: "Metal Mania", sans-serif;
  line-height: 35px;
  letter-spacing: 1.5px;
  list-style: disc;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.norhavn-welcome-text img {
  width: auto;
  margin-right: 20px;
}

.norhavn-welcome-text span {
  font-family: "Eater", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #CD853F;
  text-shadow: 0 0 10px #CD853F;
  text-transform: uppercase;
}

.norhavn-faq-area {
  width: 100%;
  display: flex;
  padding: 130px 0;
  background: linear-gradient(145deg, rgba(47, 27, 20, 0.2), rgba(26, 10, 10, 0.9));
  border-top: 5px solid #8B0000;
  border-bottom: 5px solid #2F1B14;
}

.norhavn-faq-area h2 {
  font-family: "Creepster", cursive;
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
  position: relative;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #8B0000;
  text-shadow: 0 0 30px #8B0000, 5px 5px 10px rgba(0, 0, 0, 0.9);
}

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

.norhavn-faq-area p,
.norhavn-conract-faq-section p {
  color: #A9A9A9;
  font-size: 18px;
  line-height: 35px;
  font-family: "Metal Mania", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

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

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

.norhavn-colleps-text {
  padding: 30px;
}

.norhavn-faq-area .btn {
  color: #8B0000;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  font-family: "Eater", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(145deg, #1A0A0A, #2F1B14);
  border: none;
  text-wrap: wrap;
  text-align: left;
  box-shadow: 0 0 25px rgba(139, 0, 0, 0.4), inset 0 3px 6px rgba(205, 133, 63, 0.2);
  border: 4px solid #8B0000;
  padding: 30px;
  width: 100%;
  border-radius: 15px;
  margin-top: 30px;
  transition: all 0.4s ease;
  text-shadow: 0 0 10px #8B0000;
}

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

.norhavn-faq-area .btn:hover {
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.2), rgba(47, 27, 20, 0.3));
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(139, 0, 0, 0.6);
}

.norhavn-faq-area .btn,
.norhavn-conract-faq-section .btn,
.norhavn-details-tab-area1 .btn {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%238B0000" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 22px 22px;
}

.norhavn-faq-area .btn[aria-expanded="false"] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%238B0000" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 22px 22px;
}

.norhavn-faq-area .btn[aria-expanded="true"] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%238B0000" viewBox="0 0 24 24"><path d="M7 14l5-5 5 5z"/></svg>');
  background-color: linear-gradient(145deg, rgba(139, 0, 0, 0.2), rgba(47, 27, 20, 0.3)) !important;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 22px 22px;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 30px rgba(139, 0, 0, 0.6);
}

.norhavn-faq-area .collapse.show,
.norhavn-faq-area .collapsing {
  border: 4px solid #8B0000;
  border-radius: 0 0 15px 15px;
  border-top: none;
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.1), rgba(26, 10, 10, 0.8));
  box-shadow: 0 10px 30px rgba(139, 0, 0, 0.4);
}

.norhavn-faq-area .collapse h3,
.norhavn-faq-area .collapsing h3 {
  color: #CD853F;
  font-size: 20px;
  line-height: 28px;
  font-family: "Butcherman", cursive;
  font-weight: 700;
  margin: 15px 0;
  text-shadow: 0 0 10px #CD853F;
}

.norhavn-faq-area .collapse ol li,
.norhavn-faq-area .collapsing ol li {
  color: #A9A9A9;
  font-size: 18px;
  line-height: 28px;
  list-style: disc;
  font-family: "Metal Mania", sans-serif;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

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

.norhavn-colleps-text a {
  color: #CD853F;
  text-decoration: none;
  text-shadow: 0 0 10px #CD853F;
  transition: all 0.3s ease;
}

.norhavn-colleps-text a:hover {
  color: #8B0000;
  text-shadow: 0 0 15px #8B0000;
}

.footer-menu {
  font-size: 17px;
  font-weight: 500;
  line-height: 2.6;
  color: #C0C0C0;
}

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

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

.footer-menu ul li a {
  padding: 0 25px;
  display: block;
  font-family: "Eater", serif;
  border-right: 3px solid #8B0000;
  text-transform: uppercase;
  font-weight: 600;
  color: #C0C0C0;
  text-decoration: none;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 2px;
  transition: all 0.4s ease;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

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

.footer-menu ul li a:hover {
  color: #CD853F;
  text-shadow: 0 0 12px #CD853F;
  transform: translateY(-2px);
}

.copy-text {
  font-family: "Metal Mania", sans-serif;
  font-weight: 500;
  color: #C0C0C0;
  text-decoration: none;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 32px 0 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.copy-text a {
  color: #C0C0C0;
  transition: all 0.3s ease;
}

.copy-text a:hover {
  color: #CD853F;
  text-shadow: 0 0 10px #CD853F;
}

footer {
  background: linear-gradient(145deg, #2F1B14, #1A0A0A);
  width: 100%;
  display: flex;
  padding: 65px 0 40px 0;
  flex-direction: column;
  border-top: 8px solid #8B0000;
  box-shadow: 0 -10px 35px rgba(47, 27, 20, 0.6);
}

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

.norhavn-footer-logo img {
  width: 110px;
  object-fit: contain;
  filter: brightness(0) invert(1) contrast(1.3) sepia(30%) hue-rotate(320deg);
  opacity: 0.9;
  transition: all 0.4s ease;
  border: 4px solid #8B0000;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 0 18px rgba(139, 0, 0, 0.4);
}

.norhavn-footer-logo img:hover {
  filter: brightness(0) invert(1) sepia(50%) hue-rotate(320deg);
  opacity: 1;
  transform: scale(1.1) rotate(-3deg);
  box-shadow: 0 0 30px rgba(139, 0, 0, 0.8);
  border-color: #CD853F;
}

.norhavn-inner-page-header1 img {
  height: 580px;
  object-fit: cover;
  opacity: 0.4;
  filter: brightness(0.8) contrast(1.7) sepia(50%);
}

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

.norhavn-inner-details-section {
  width: 100%;
  display: flex;
  padding: 130px 0;
  background: linear-gradient(145deg, #1A0A0A, #0F0F0F);
}

.norhavn-inner-details-section h2 {
  color: #8B0000;
  font-weight: 800;
  font-size: 48px;
  font-family: "Nosifer", cursive;
  margin-bottom: 40px;
  line-height: 70px;
  letter-spacing: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  text-shadow: 0 0 30px #8B0000, 5px 5px 10px rgba(0, 0, 0, 0.9);
}

.norhavn-inner-details-section p {
  color: #A9A9A9;
  font-weight: 500;
  font-size: 16px;
  font-family: "Metal Mania", sans-serif;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.norhavn-inner-details-section h3 {
  color: #CD853F;
  font-weight: 700;
  font-size: 22px;
  font-family: "Butcherman", cursive;
  margin-bottom: 40px;
  line-height: 35px;
  letter-spacing: 2px;
  margin: 15px 0;
  text-transform: capitalize;
  text-shadow: 0 0 12px #CD853F;
}

.norhavn-inner-details-section ol {
  padding: 0 0 0 30px;
  margin: 0;
}

.norhavn-inner-details-section li {
  color: #A9A9A9;
  font-weight: 500;
  font-size: 16px;
  font-family: "Metal Mania", sans-serif;
  line-height: 28px;
  letter-spacing: 1.5px;
  list-style: disc;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.norhavn-send-text label {
  color: #CD853F;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-family: "Eater", serif;
  text-shadow: 0 0 10px #CD853F;
}

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

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

.norhavn-contact-contant {
  width: 100%;
  display: inline-block;
  padding: 65px 0 95px 0;
}

.norhavn-contact-contant p {
  font-size: 16px;
  font-family: "Metal Mania", sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #A9A9A9;
  line-height: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.norhavn-contact-contant a {
  color: #CD853F;
  text-decoration: none;
  text-shadow: 0 0 10px #CD853F;
  transition: all 0.3s ease;
}

.norhavn-contact-contant a:hover {
  color: #8B0000;
  text-shadow: 0 0 15px #8B0000;
}

.norhavn-send-free {
  width: 100%;
  border: none;
  border-radius: 40px;
  font-family: "Eater", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  padding: 20px 0;
  font-weight: 700;
  color: #0F0F0F;
  background: linear-gradient(145deg, #8B0000, #CD853F);
  transition: all 0.4s ease;
  text-align: center;
  box-shadow: 0 10px 30px rgba(139, 0, 0, 0.6), inset 0 3px 6px rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.norhavn-send-free:hover {
  background: transparent;
  color: #8B0000;
  border: 4px solid #8B0000;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 15px 40px rgba(139, 0, 0, 0.8);
  text-shadow: 0 0 15px #8B0000;
}

.input-text,
.input-text:focus {
  border-radius: 40px;
  resize: none;
  border: 4px solid #8B0000 !important;
  background: linear-gradient(145deg, #1A0A0A, #2F1B14) !important;
  height: 65px;
  padding: 15px 35px;
  font-family: "Metal Mania", sans-serif;
  color: #C0C0C0;
  font-weight: 500;
  font-size: 17px;
  box-shadow: 0 0 18px rgba(139, 0, 0, 0.3), inset 0 3px 6px rgba(0, 0, 0, 0.5);
}

.input-text:focus {
  border-color: #2F1B14 !important;
  box-shadow: 0 0 25px rgba(47, 27, 20, 0.5), inset 0 3px 6px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

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

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

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

.norhavn-header-bottom-section {
  width: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  gap: 30px;
  border-bottom: 3px solid #8B0000;
  background: linear-gradient(145deg, rgba(47, 27, 20, 0.3), rgba(26, 10, 10, 0.5));
}

.norhavn-header-bottom-section img {
  width: 45px;
  object-fit: contain;
  filter: brightness(0) invert(1) contrast(1.3) sepia(30%) hue-rotate(320deg);
  opacity: 0.9;
  transition: all 0.4s ease;
}

.norhavn-disclaimer-area {
  width: 100%;
  display: flex;
  padding: 130px 0 95px;
  background: linear-gradient(145deg, #1A0A0A, #2F1B14);
  text-align: center;
  box-shadow: 0 10px 35px rgba(26, 10, 10, 0.8);
}

.norhavn-disclaimer-area h2 {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 48px;
  font-family: "Creepster", cursive;
  margin-bottom: 40px;
  line-height: 70px;
  letter-spacing: 5px;
  margin-top: 30px;
  text-shadow: 0 0 35px #8B0000, 5px 5px 15px rgba(0, 0, 0, 0.9);
}

.norhavn-disclaimer-area p {
  color: #C0C0C0;
  font-weight: 500;
  font-size: 18px;
  font-family: "Metal Mania", sans-serif;
  line-height: 35px;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.norhavn-disclaimer-area img {
  width: 100%;
  margin: 30px 0;
  border: 5px solid #8B0000;
  border-radius: 15px;
  box-shadow: 0 0 40px rgba(139, 0, 0, 0.6);
  filter: sepia(40%) saturate(1.3);
}

.norhavn-disclaimer-area a {
  color: #1A0A0A;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 40px;
  font-family: "Eater", serif;
  text-align: center;
  border: 4px solid #8B0000;
  background: linear-gradient(145deg, #8B0000, #FFFFFF);
  padding: 15px 35px;
  margin: 35px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 0 25px rgba(139, 0, 0, 0.6);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.norhavn-disclaimer-area a:hover {
  background: transparent;
  color: #8B0000;
  border: 4px solid #8B0000;
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 10px 35px rgba(139, 0, 0, 0.8);
  text-shadow: 0 0 15px #8B0000;
}

.norhavn-disclaimer-area span {
  font-family: "Eater", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #CD853F;
  text-shadow: 0 0 12px #CD853F;
  text-transform: uppercase;
}

.norhavn-welcome-area-black {
  background: linear-gradient(145deg, #2F1B14, #1A0A0A);
  box-shadow: 0 10px 35px rgba(47, 27, 20, 0.6);
}

.norhavn-welcome-area-black h2,
.welcome-area-black p {
  color: #FFFFFF;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.norhavn-inner-page-header-color h2 {
  color: #8B0000;
  margin-bottom: 0;
  text-shadow: 0 0 25px #8B0000;
}

.norhavn-inner-page-header-color {
  padding: 75px 0;
  background: linear-gradient(145deg, rgba(26, 10, 10, 0.9), rgba(47, 27, 20, 0.3));
  width: 100%;
  display: flex;
  border-top: 5px solid #8B0000;
  border-bottom: 5px solid #2F1B14;
}

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

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

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

.norhavn-game-area {
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.1), rgba(47, 27, 20, 0.2));
  padding: 65px 0;
  border-radius: 30px;
  margin: 30px 0;
  border: 3px solid rgba(139, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(139, 0, 0, 0.4);
}

.norhavn-game-area h2,
.norhavn-game-area p {
  color: #8B0000;
  text-shadow: 0 0 12px #8B0000;
}

.norhavn-game-panel {
  padding: 65px 0;
}

.norhavn-symbol-area {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 130px 0 95px;
  background: linear-gradient(145deg, #2F1B14, #1A0A0A);
  position: relative;
  box-shadow: 0 10px 35px rgba(47, 27, 20, 0.8);
}

.norhavn-symbol-area span {
  font-family: "Eater", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #CD853F;
  text-shadow: 0 0 12px #CD853F;
  text-transform: uppercase;
}

.norhavn-symbol-area h2 {
  font-family: "Creepster", cursive;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 55px;
  margin-bottom: 30px;
  color: #FFFFFF;
  margin-top: 15px;
  text-shadow: 0 0 30px #8B0000, 5px 5px 10px rgba(0, 0, 0, 0.9);
}

.norhavn-symbol-area p {
  color: #C0C0C0;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 40px;
  font-family: "Metal Mania", sans-serif;
  text-align: center;
  max-width: 780px;
  margin: 0 auto 30px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.norhavn-symbol-area img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.18;
  filter: brightness(0) invert(1) contrast(1.6) sepia(40%) hue-rotate(320deg);
}

.ifreamcontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border: 5px solid #8B0000;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(139, 0, 0, 0.6);
}

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

/* Global font family override for Gothic Wolf theme */
.norhavn-trnading-area .item p,
.norhavn-trnading-area .item span,
ul.menu>li,
ul.menu ul li,
.footer-menu ul li a,
.copy-text,
.norhavn-innerpage-text h2,
.norhavn-innerpage-contant p,
.norhavn-innerpage-contant h2,
.norhavn-innerpage-contant h3,
.norhavn-about-area p,
.norhavn-about-area h2,
.norhavn-welcome-text h2,
.norhavn-welcome-text p,
.norhavn-welcome-text a,
.norhavn-welcome-text h3,
.norhavn-welcome-text li,
.norhavn-faq-area h2,
.norhavn-faq-area p,
.norhavn-faq-area .btn,
.norhavn-faq-area .collapse h3,
.norhavn-faq-area .collapse ol li,
.norhavn-inner-details-section h2,
.norhavn-inner-details-section p,
.norhavn-inner-details-section h3,
.norhavn-send-text label,
.norhavn-send-free,
.input-text,
.input-text:focus,
.norhavn-disclaimer-area h2,
.norhavn-disclaimer-area p,
.norhavn-disclaimer-area a,
.norhavn-disclaimer-area span,
.norhavn-symbol-area span,
.norhavn-symbol-area h2,
.norhavn-symbol-area p,
.norhavn-inner-details-section li,
.norhavn-send-text p,
.norhavn-header-bottom-section,
.norhavn-product-section-area,
.norhavn-footer-logo img,
p {
  font-family: "Metal Mania", "Arial Black", sans-serif !important;
  font-size: 18px;
  font-family: "Metal Mania", sans-serif;
  line-height: 35px;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.norhavn-welcome-text a {
  color: #0F0F0F;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 40px;
  font-family: "Eater", serif;
  text-align: center;
  border: 4px solid #8B0000;
  background: linear-gradient(145deg, #8B0000, #CD853F);
  padding: 15px 35px;
  margin: 35px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 0 25px rgba(139, 0, 0, 0.6), inset 0 3px 6px rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.norhavn-welcome-text a:hover {
  background: transparent;
  border: 4px solid #8B0000;
  color: #8B0000;
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 10px 35px rgba(139, 0, 0, 0.8);
  text-shadow: 0 0 12px #8B0000;
}

.norhavn-welcome-text h3 {
  color: #CD853F;
  font-weight: 700;
  font-size: 20px;
  font-family: "Butcherman", cursive;
  margin-bottom: 20px;
  margin-top: 15px;
  text-shadow: 0 0 10px #CD853F;
}

.norhavn-welcome-text ol {
  padding: 0 0 0 28px;
  margin: 0;
}

/* Add missing responsive styles */
@media (max-width: 991px) {
  .norhavn-welcome-area .row {
    flex-direction: column;
  }

  .norhavn-welcome-text {
    margin-top: 30px;
  }

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

  .norhavn-trnading-area h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .norhavn-inner-page-header h2 {
    font-size: 35px;
  }

  .norhavn-banner-text p {
    font-size: 16px;
  }

  .norhavn-welcome-text h2 {
    font-size: 28px;
  }

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

/* Overlay for entire image - ONLY for pages with images (Getnorhavn version) */
.norhavnn-inner-page-header:not(.norhavn-inner-page-header-color)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(139, 0, 0, 0.4);
  /* Red overlay to match theme */
  z-index: 1;
}

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

/* Site 6 - Dynamic Diagonal & Overlapping Layout CSS */

/* Reduced glow effects for better readability */
.norhavn-logo a {
  text-shadow: 0 0 8px #8B0000, 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.norhavn-trnading-area .item h3 {
  text-shadow: 0 0 6px #CD853F, 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.norhavn-trnading-area h2 {
  text-shadow: 0 0 15px #8B0000, 3px 3px 6px rgba(0, 0, 0, 0.9);
}

ul.menu a:hover,
ul.menu a.current {
  text-shadow: 0 0 6px #8B0000, 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.norhavn-faq-area .btn {
  text-shadow: 0 0 5px #8B0000;
}

/* Diagonal Hero Section */
.diagonal-hero {
  position: relative;
  overflow: hidden;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(145deg, rgba(26, 10, 10, 0.7), rgba(139, 0, 0, 0.5));
  z-index: 1;
}

.diagonal-cut {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(145deg, #0F0F0F, #1A0A0A);
  transform: skewY(-3deg);
  z-index: 3;
}

.norhavn-banner-text {
  z-index: 2;
}

.norhavn-inner-page-header h2 {
  text-shadow: 0 0 15px #8B0000, 3px 3px 8px rgba(0, 0, 0, 0.9);
}

/* Overlapping Game Section */
.overlapping-game-section {
  background: linear-gradient(145deg, #0F0F0F, #1A0A0A);
  padding: 120px 0 80px;
  margin-top: -80px;
  position: relative;
  z-index: 4;
}

.game-content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.game-text-side {
  flex: 1;
  padding-right: 40px;
}

.game-iframe-side {
  flex: 1;
  position: relative;
}

.floating-frame {
  transform: rotate(-2deg);
  transition: all 0.4s ease;
  border: 6px solid #8B0000;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(139, 0, 0, 0.6), 0 0 40px rgba(139, 0, 0, 0.3);
}

.floating-frame:hover {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 30px 80px rgba(139, 0, 0, 0.8);
}

.section-subtitle {
  font-family: "Eater", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  color: #CD853F;
  text-shadow: 0 0 6px #CD853F;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s ease;
  text-shadow: 0 0 5px #8B0000;
  box-shadow: 0 0 20px rgba(139, 0, 0, 0.4);
}

.diamond-btn:hover {
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.2), rgba(47, 27, 20, 0.3));
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(139, 0, 0, 0.6);
}

.diamond-collapse {
  border: 4px solid #8B0000;
  border-top: none;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.1), rgba(26, 10, 10, 0.8));
  box-shadow: 0 10px 25px rgba(139, 0, 0, 0.4);
}

.diamond-btn[aria-expanded="true"] {
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.2), rgba(47, 27, 20, 0.3));
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 25px rgba(139, 0, 0, 0.6);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .game-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .game-text-side {
    padding-right: 0;
    text-align: center;
  }

  .floating-image {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .zigzag-section .row {
    flex-direction: column;
  }

  .zigzag-text-col {
    text-align: center;
    margin-top: 40px;
  }

  .right-image .zigzag-text-col {
    order: -1;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .diagonal-cut {
    transform: skewY(-1deg);
    height: 50px;
    bottom: -25px;
  }

  .section-divider {
    transform: skewY(1deg) !important;
    height: 50px;
    bottom: -25px;
  }

  .diamond-faq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .overlapping-game-section {
    padding: 80px 0 60px;
    margin-top: -40px;
  }

  .zigzag-section {
    padding: 60px 0;
  }

  .circular-carousel-section,
  .diamond-faq-section {
    padding: 80px 0;
  }

  .game-text-side h2,
  .zigzag-content h2 {
    font-size: 32px;
  }

  .carousel-header h2,
  .faq-header-diamond h2 {
    font-size: 36px;
  }

  .floating-image {
    max-width: 300px;
  }

  .floating-frame {
    transform: rotate(0deg);
  }

  .floating-image {
    transform: rotate(0deg);
  }

  .faq-diamond {
    transform: rotate(0deg);
  }

  .diamond-btn {
    font-size: 16px;
    padding: 20px;
  }
}



.game-text-side h2 {
  color: #8B0000;
  font-weight: 800;
  font-size: 42px;
  font-family: "Nosifer", cursive;
  margin-bottom: 30px;
  text-shadow: 0 0 12px #8B0000, 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.game-text-side p {
  color: #A9A9A9;
  font-size: 18px;
  font-family: "Metal Mania", sans-serif;
  line-height: 32px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Zigzag Container */
.zigzag-container {
  position: relative;
  overflow: hidden;
}

.zigzag-section {
  padding: 100px 0;
  position: relative;
}

.left-image {
  background: linear-gradient(135deg, #1A0A0A, #2F1B14);
}

.right-image {
  background: linear-gradient(135deg, #2F1B14, #1A0A0A);
}

.floating-image-wrapper {
  position: relative;
  display: inline-block;
}

.floating-image {
  width: 100%;
  max-width: 500px;
  border: 5px solid #8B0000;
  border-radius: 30px;
  transform: rotate(3deg);
  transition: all 0.5s ease;
  box-shadow: 0 25px 50px rgba(139, 0, 0, 0.5);
  filter: sepia(30%) saturate(1.2);
}

.right-image .floating-image {
  transform: rotate(-3deg);
}

.floating-image:hover {
  transform: rotate(0deg) scale(1.05);
  box-shadow: 0 30px 70px rgba(139, 0, 0, 0.7);
}

.image-glow {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: radial-gradient(circle, rgba(139, 0, 0, 0.3), transparent);
  border-radius: 50px;
  z-index: -1;
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }
}

.zigzag-content h2 {
  color: #8B0000;
  font-size: 38px;
  font-family: "Nosifer", cursive;
  margin-bottom: 25px;
  text-shadow: 0 0 12px #8B0000;
}

.zigzag-content p {
  color: #A9A9A9;
  font-size: 17px;
  font-family: "Metal Mania", sans-serif;
  line-height: 30px;
  margin-bottom: 20px;
}

.zigzag-content h3 {
  color: #CD853F;
  font-size: 24px;
  font-family: "Butcherman", cursive;
  margin: 25px 0 15px;
  text-shadow: 0 0 6px #CD853F;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.mission-list li {
  color: #A9A9A9;
  font-family: "Metal Mania", sans-serif;
  font-size: 16px;
  padding: 8px 0 8px 30px;
  position: relative;
  line-height: 26px;
}

.mission-list li:before {
  content: "🐺";
  position: absolute;
  left: 0;
  color: #8B0000;
  font-size: 18px;
}

.zigzag-btn {
  color: #0F0F0F;
  font-weight: 700;
  font-size: 16px;
  font-family: "Eater", serif;
  background: linear-gradient(145deg, #8B0000, #CD853F);
  border: 4px solid #8B0000;
  padding: 15px 35px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.4s ease;
  box-shadow: 0 0 20px rgba(139, 0, 0, 0.5);
}

.zigzag-btn:hover {
  background: transparent;
  color: #8B0000;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 25px rgba(139, 0, 0, 0.7);
  text-shadow: 0 0 8px #8B0000;
}

.section-divider {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 2;
}

.right-slant {
  background: linear-gradient(135deg, #2F1B14, #1A0A0A);
  transform: skewY(3deg);
}

.left-slant {
  background: linear-gradient(135deg, #1A0A0A, #2F1B14);
  transform: skewY(-3deg);
}

/* Circular Carousel Section */
.circular-carousel-section {
  background: linear-gradient(145deg, #0F0F0F, #1A0A0A);
  padding: 120px 0;
  position: relative;
}

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

.carousel-header h2 {
  color: #8B0000;
  font-size: 48px;
  font-family: "Creepster", cursive;
  margin-bottom: 20px;
  text-shadow: 0 0 15px #8B0000;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.deco-line {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #8B0000, transparent);
}

.deco-wolf {
  font-size: 32px;
  filter: drop-shadow(0 0 10px #8B0000);
}

.circular-wrapper {
  perspective: 1000px;
}

.circular-card {
  transform: rotateY(5deg);
  transition: all 0.5s ease;
  border-radius: 25px;
  overflow: hidden;
}

.circular-card:hover {
  transform: rotateY(0deg) scale(1.05);
  box-shadow: 0 20px 60px rgba(139, 0, 0, 0.8);
}

/* Diamond FAQ Section */
.diamond-faq-section {
  background: linear-gradient(145deg, #2F1B14, #1A0A0A);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.diamond-faq-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent 80%, rgba(139, 0, 0, 0.1) 90%, transparent 100%);
  animation: diamondRotate 20s linear infinite;
  z-index: 0;
}

@keyframes diamondRotate {
  0% {
    transform: rotate(0deg);
  }

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

.faq-header-diamond {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.faq-header-diamond h2 {
  color: #8B0000;
  font-size: 48px;
  font-family: "Creepster", cursive;
  text-shadow: 0 0 15px #8B0000;
}

.diamond-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}

.faq-diamond {
  transform: rotate(2deg);
  transition: all 0.4s ease;
}

.faq-diamond:nth-child(even) {
  transform: rotate(-2deg);
}

.faq-diamond:hover {
  transform: rotate(0deg) scale(1.02);
}

.diamond-btn {
  background: linear-gradient(145deg, #1A0A0A, #2F1B14);
  border: 4px solid #8B0000;
  border-radius: 20px;
  color: #8B0000;
  font-family: "Eater", serif;
  font-size: 18px;
  font-weight: 700;
  padding: 25px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s ease;
  text-shadow: 0 0 5px #8B0000;
  box-shadow: 0 0 20px rgba(139, 0, 0, 0.4);
}

.diamond-btn:hover {
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.2), rgba(47, 27, 20, 0.3));
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(139, 0, 0, 0.6);
}

.diamond-collapse {
  border: 4px solid #8B0000;
  border-top: none;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.1), rgba(26, 10, 10, 0.8));
  box-shadow: 0 10px 25px rgba(139, 0, 0, 0.4);
}

.diamond-btn[aria-expanded="true"] {
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.2), rgba(47, 27, 20, 0.3));
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 25px rgba(139, 0, 0, 0.6);
}

.section-subtitle {
  font-family: "Eater", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  color: #CD853F;
  text-shadow: 0 0 6px #CD853F;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.game-text-side h2 {
  color: #8B0000;
  font-weight: 800;
  font-size: 42px;
  font-family: "Nosifer", cursive;
  margin-bottom: 30px;
  text-shadow: 0 0 12px #8B0000, 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.game-text-side p {
  color: #A9A9A9;
  font-size: 18px;
  font-family: "Metal Mania", sans-serif;
  line-height: 32px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Zigzag Container */
.zigzag-container {
  position: relative;
  overflow: hidden;
}

.zigzag-section {
  padding: 100px 0;
  position: relative;
}

.left-image {
  background: linear-gradient(135deg, #1A0A0A, #2F1B14);
}

.right-image {
  background: linear-gradient(135deg, #2F1B14, #1A0A0A);
}

.floating-image-wrapper {
  position: relative;
  display: inline-block;
}

.floating-image {
  width: 100%;
  max-width: 500px;
  border: 5px solid #8B0000;
  border-radius: 30px;
  transform: rotate(3deg);
  transition: all 0.5s ease;
  box-shadow: 0 25px 50px rgba(139, 0, 0, 0.5);
  filter: sepia(30%) saturate(1.2);
}

.right-image .floating-image {
  transform: rotate(-3deg);
}

.floating-image:hover {
  transform: rotate(0deg) scale(1.05);
  box-shadow: 0 30px 70px rgba(139, 0, 0, 0.7);
}

.image-glow {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: radial-gradient(circle, rgba(139, 0, 0, 0.3), transparent);
  border-radius: 50px;
  z-index: -1;
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }
}

.zigzag-content h2 {
  color: #8B0000;
  font-size: 38px;
  font-family: "Nosifer", cursive;
  margin-bottom: 25px;
  text-shadow: 0 0 12px #8B0000;
}

.zigzag-content p {
  color: #A9A9A9;
  font-size: 17px;
  font-family: "Metal Mania", sans-serif;
  line-height: 30px;
  margin-bottom: 20px;
}

.zigzag-content h3 {
  color: #CD853F;
  font-size: 24px;
  font-family: "Butcherman", cursive;
  margin: 25px 0 15px;
  text-shadow: 0 0 6px #CD853F;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.mission-list li {
  color: #A9A9A9;
  font-family: "Metal Mania", sans-serif;
  font-size: 16px;
  padding: 8px 0 8px 30px;
  position: relative;
  line-height: 26px;
}

.mission-list li:before {
  content: "🐺";
  position: absolute;
  left: 0;
  color: #8B0000;
  font-size: 18px;
}

.zigzag-btn {
  color: #0F0F0F;
  font-weight: 700;
  font-size: 16px;
  font-family: "Eater", serif;
  background: linear-gradient(145deg, #8B0000, #CD853F);
  border: 4px solid #8B0000;
  padding: 15px 35px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.4s ease;
  box-shadow: 0 0 20px rgba(139, 0, 0, 0.5);
}

.zigzag-btn:hover {
  background: transparent;
  color: #8B0000;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 25px rgba(139, 0, 0, 0.7);
  text-shadow: 0 0 8px #8B0000;
}

.section-divider {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 2;
}

.right-slant {
  background: linear-gradient(135deg, #2F1B14, #1A0A0A);
  transform: skewY(3deg);
}

.left-slant {
  background: linear-gradient(135deg, #1A0A0A, #2F1B14);
  transform: skewY(-3deg);
}

/* Circular Carousel Section */
.circular-carousel-section {
  background: linear-gradient(145deg, #0F0F0F, #1A0A0A);
  padding: 120px 0;
  position: relative;
}

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

.carousel-header h2 {
  color: #8B0000;
  font-size: 48px;
  font-family: "Creepster", cursive;
  margin-bottom: 20px;
  text-shadow: 0 0 15px #8B0000;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.deco-line {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #8B0000, transparent);
}

.deco-wolf {
  font-size: 32px;
  filter: drop-shadow(0 0 10px #8B0000);
}

.circular-wrapper {
  perspective: 1000px;
}

.circular-card {
  transform: rotateY(5deg);
  transition: all 0.5s ease;
  border-radius: 25px;
  overflow: hidden;
}

.circular-card:hover {
  transform: rotateY(0deg) scale(1.05);
  box-shadow: 0 20px 60px rgba(139, 0, 0, 0.8);
}

/* Diamond FAQ Section */
.diamond-faq-section {
  background: linear-gradient(145deg, #2F1B14, #1A0A0A);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.diamond-faq-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent 80%, rgba(139, 0, 0, 0.1) 90%, transparent 100%);
  animation: diamondRotate 20s linear infinite;
  z-index: 0;
}

@keyframes diamondRotate {
  0% {
    transform: rotate(0deg);
  }

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

.faq-header-diamond {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.faq-header-diamond h2 {
  color: #8B0000;
  font-size: 48px;
  font-family: "Creepster", cursive;
  text-shadow: 0 0 15px #8B0000;
}

.diamond-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}

.faq-diamond {
  transform: rotate(2deg);
  transition: all 0.4s ease;
}

.faq-diamond:nth-child(even) {
  transform: rotate(-2deg);
}

.faq-diamond:hover {
  transform: rotate(0deg) scale(1.02);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .game-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .game-text-side {
    padding-right: 0;
    text-align: center;
  }

  .floating-image {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .zigzag-section .row {
    flex-direction: column;
  }

  .zigzag-text-col {
    text-align: center;
    margin-top: 40px;
  }

  .right-image .zigzag-text-col {
    order: -1;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .diagonal-cut {
    transform: skewY(-1deg);
    height: 50px;
    bottom: -25px;
  }

  .section-divider {
    transform: skewY(1deg) !important;
    height: 50px;
    bottom: -25px;
  }

  .diamond-faq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .overlapping-game-section {
    padding: 80px 0 60px;
    margin-top: -40px;
  }

  .zigzag-section {
    padding: 60px 0;
  }

  .circular-carousel-section,
  .diamond-faq-section {
    padding: 80px 0;
  }

  .game-text-side h2,
  .zigzag-content h2 {
    font-size: 32px;
  }

  .carousel-header h2,
  .faq-header-diamond h2 {
    font-size: 36px;
  }

  .floating-image {
    max-width: 300px;
  }

  .floating-frame {
    transform: rotate(0deg);
  }

  .floating-image {
    transform: rotate(0deg);
  }

  .faq-diamond {
    transform: rotate(0deg);
  }

  .diamond-btn {
    font-size: 16px;
    padding: 20px;
  }
}