/* Chinese Lantern Theme CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;400;500;600;700;800;900&family=Noto+Sans+SC:wght@300;400;500;600;700;800;900&display=swap');

body {
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
  background: #FDF8F0;
  /* Warm paper background */
  font-size: 15px;
  color: #2C1810;
  /* Dark brown for readability */
}

#menu1 {
  background: #020f38;
  /* Deep red like traditional Chinese architecture */
  text-align: left;
  margin: 0 auto;
  padding: 18px 0 10px 0;
  position: relative;
  z-index: 99;
  box-shadow: 0 2px 12px rgba(139, 0, 0, 0.3);
}

.Getnorhavn-logo {
  float: left;
  width: auto;
  font-size: 2rem;
  font-family: "Noto Serif SC", serif;
  color: #FFD700;
  /* Gold color for Chinese luxury feel */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.Getnorhavn-logo a {
  color: #FFD700;
  font-weight: 700;
  font-size: 30px;
  font-family: "Noto Serif SC", serif;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

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

.Getnorhavn-trnading-area .item h3 {
  color: #020f38;
  /* Crimson red for headings */
  letter-spacing: 1.2px;
  font-weight: 800;
  font-size: 22px;
  font-family: "Noto Serif SC", serif;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.Getnorhavn-trnading-area .item span {
  color: #2C1810;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 15px;
  font-family: "Noto Sans SC", sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.Getnorhavn-trnading-area .item {
  text-align: left;
  background: #FEFCF8;
  /* Warm white */
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(220, 20, 60, 0.15);
  padding: 18px 12px;
  border: 1px solid #FFD700;
}

.Getnorhavn-trnading-area .owl-carousel .owl-item img {
  object-fit: cover;
  width: 90px;
  height: 90px;
  border-radius: 12px;
  border: 2px solid #020f38;
}

.Getnorhavn-product-section-area {
  width: 100%;
  display: inline-block;
  background: #FEFCF8;
  padding: 32px 18px;
  box-shadow: 0 2px 10px rgba(220, 20, 60, 0.20);
  border-radius: 16px;
  border-left: 5px solid #020f38;
}

/****menu****/

.dgmenuwrap {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: #020f38;
  border-radius: 0 0 12px 12px;
}

.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: #FFD700;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 0;
  margin: 0 18px;
  display: block;
  transition: all 0.3s;
  position: relative;
  border-bottom: 2px solid transparent;
}

ul.menu a:hover,
ul.menu a.current {
  border-bottom: 4px solid #FFD700;
  color: #FFF8DC;
  /* Cornsilk */
}

ul.menu>li {
  position: relative;
  float: left;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 15px;
  color: #2C1810;
  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: #B22222;
  /* Firebrick */
  border-radius: 0 0 8px 8px;
}

ul.menu ul li {
  font-family: "Noto Sans SC", 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: 10px 15px;
  text-decoration: none;
  color: #FFD700 !important;
  border: none;
  border-radius: 0;
  transition: background 0.3s, color 0.3s;
}

ul.menu ul li a:hover {
  background: #020f38;
  color: #FFF8DC;
}

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

ul.menu .menulink {}

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

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

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

.Getnorhavn-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: 60px;
  height: 60px;
  border-radius: 50%;
}

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

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

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

.Getnorhavn-innerpage-banner img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}

.Getnorhavn-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: "Noto Serif SC", serif;
  margin-top: 0;
}

.Getnorhavn-innerpage-text {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  height: 100%;
  background: rgba(139, 0, 0, 0.7);
  /* Red overlay instead of black */
  top: 0;
}

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

.Getnorhavn-innerpage-contant p {
  font-size: 14px;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  color: #8B4513;
  /* Saddle brown for better readability */
  line-height: 26px;
}

.Getnorhavn-innerpage-contant h2 {
  font-size: 30px;
  font-family: "Noto Serif SC", serif;
  font-weight: 800;
  color: #020f38;
  padding-bottom: 10px;
}

.Getnorhavn-innerpage-contant h3 {
  font-size: 26px;
  font-family: "Noto Serif SC", serif;
  font-weight: 800;
  color: #020f38;
  padding-bottom: 10px;
}

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

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

.input-text {
  border-radius: 0;
  resize: none;
  background: transparent;
}

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

.get-in-touch label {
  color: #020f38;
}

.Getnorhavn-testimonial-page-img img {
  width: 100%;
}

.Getnorhavn-testimonial-page-text h3 {
  margin-top: 0;
  font-size: 24px;
  padding-bottom: 0px;
}

.Getnorhavn-testimonial-margin {
  margin: 20px 0 10px;
  background: rgba(255, 215, 0, 0.2);
  /* Light gold background */
  padding: 17px 0 10px;
}

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

.Getnorhavn-testimonial-page-text .author-text p {
  font-size: 12px;
}

.Getnorhavn-trnading-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
}

.Getnorhavn-trnading-area h2 {
  color: #020f38;
  font-weight: 700;
  font-size: 40px;
  font-family: "Noto Serif SC", serif;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
}

.Getnorhavn-trnading-area h2 span {
  color: #020f38;
}

::-webkit-scrollbar-thumb {
  background: #020f38;
}

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

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

.Getnorhavn-welcome-area-reverce-p {
  color: #2C1810;
}

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

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

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

.Getnorhavn-inner-page-main-text h3 {
  font-size: 24px;
  padding-top: 3px;
  font-family: "Noto Serif SC", serif;
  font-weight: 700;
  margin: 24px 0;
}

.Getnorhavn-inner-page-header {
  width: 100%;
  display: inline-block;
  background: #020f38;
  position: relative;
}

.Getnorhavn-inner-page-header img {
  max-width: 100%;
  height: auto;
}

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

.Getnorhavn-inner-page-header h2 {
  font-family: "Noto Serif SC", serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 60px;
  color: #FFD700;
  margin: 0 0 30px;
  text-align: center;
}

.Getnorhavn-banner-text p {
  color: #FFF8DC;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans SC", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
}

.Getnorhavn-banner-text a {
  color: #2C1810;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Noto Sans SC", sans-serif;
  text-align: center;
  border: 2px solid #FFD700;
  background: #FFD700;
  padding: 10px 25px;
  margin: 25px 0 0;
  display: inline-block;
  float: left;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.Getnorhavn-banner-text a:hover,
.Getnorhavn-banner-text a:focus {
  background: transparent;
  text-decoration: none;
  color: #FFD700;
  border: 2px solid #FFD700;
  transform: translateY(-2px);
}

.Getnorhavn-about-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  background: #FEFCF8;
}

.Getnorhavn-about-area img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 10px;
  border: 3px solid #FFD700;
}

.Getnorhavn-about-area p {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2C1810;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 15px;
}

.Getnorhavn-about-area h2 {
  font-size: 36px;
  padding-top: 0;
  font-family: "Noto Serif SC", serif;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-weight: 700;
  max-width: 503px;
  line-height: 50px;
  color: #020f38;
  margin-top: -11px;
}

.Getnorhavn-about-area.inner-page-main-text h2 {
  margin-bottom: 20px;
}

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

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

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

.Getnorhavn-welcome-area img {
  width: 100%;
  border: 3px solid #FFD700;
  padding: 0;
  object-position: center;
  height: 600px;
  object-fit: cover;
  border-radius: 15px;
}

.Getnorhavn-welcome-area h2 {
  max-width: 100%;
  color: #020f38;
}

.Getnorhavn-welcome-area {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
}

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

.Getnorhavn-welcome-text h2 {
  color: #020f38;
  font-weight: 700;
  font-size: 30px;
  font-family: "Noto Serif SC", serif;
  margin-bottom: 30px;
  line-height: 40px;
  margin-top: 10px;
}

.Getnorhavn-welcome-text h2 span {
  font-size: 36px;
  display: block;
  color: #020f38;
}

.Getnorhavn-welcome-text p {
  color: #2C1810;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans SC", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.Getnorhavn-welcome-text a {
  color: #2C1810;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  font-family: "Noto Sans SC", sans-serif;
  text-align: center;
  border: 2px solid #FFD700;
  background: #FFD700;
  padding: 10px 25px;
  margin: 25px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.Getnorhavn-welcome-text a:hover {
  background: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
  transform: translateY(-2px);
}

.Getnorhavn-welcome-text h3 {
  color: #020f38;
  font-weight: 700;
  font-size: 16px;
  font-family: "Noto Serif SC", serif;
  margin-bottom: 15px;
  margin-top: 10px;
}

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

.Getnorhavn-welcome-text li {
  color: #2C1810;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans SC", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  list-style: disc;
}

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

.Getnorhavn-logo a {
  color: #FFD700;
  font-weight: 700;
  font-size: 30px;
  font-family: "Noto Serif SC", serif;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.Getnorhavn-logo a:hover,
.Getnorhavn-logo a:focus {
  text-decoration: none;
  color: #FFF8DC;
}

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

.Getnorhavn-faq-area {
  width: 100%;
  display: flex;
  padding: 100px 0;
  background: rgba(255, 215, 0, 0.1);
  /* Light gold background */
}

.Getnorhavn-faq-area h2 {
  font-family: "Noto Serif SC", serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #020f38;
}

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

.Getnorhavn-faq-area p,
.Getnorhavn-conract-faq-section p {
  color: #2C1810;
  font-size: 16px;
  line-height: 30px;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

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

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

.Getnorhavn-colleps-text {
  padding: 20px;
}

.Getnorhavn-faq-area .btn {
  color: #020f38;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  font-family: "Noto Sans SC", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  border: none;
  text-wrap: wrap;
  text-align: left;
  box-shadow: none !important;
  border: 2px solid #020f38;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

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

.Getnorhavn-faq-area .btn:hover {
  background: rgba(220, 20, 60, 0.1);
}

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

.Getnorhavn-faq-area .btn[aria-expanded="false"] {
  background: url(../images/faq-down.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.Getnorhavn-faq-area .btn[aria-expanded="true"] {
  background: url(../images/faq-close.svg), rgba(220, 20, 60, 0.1);
  background-repeat: no-repeat;
  background-position: 98% center;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.Getnorhavn-faq-area .collapse.show,
.Getnorhavn-faq-area .collapsing {
  border: 2px solid #020f38;
  border-radius: 0 0 10px 10px;
  border-top: none;
  background: rgba(255, 215, 0, 0.05);
}

.Getnorhavn-faq-area .collapse h3,
.Getnorhavn-faq-area .collapsing h3 {
  color: #020f38;
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Serif SC", serif;
  font-weight: 700;
  margin: 10px 0;
}

.Getnorhavn-faq-area .collapse ol li,
.Getnorhavn-faq-area .collapsing ol li {
  color: #2C1810;
  font-size: 16px;
  line-height: 24px;
  list-style: disc;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
}

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

.Getnorhavn-colleps-text a {
  color: #020f38;
  text-decoration: none;
}

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

.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: "Noto Sans SC", sans-serif;
  border-right: 1px solid #FFD700;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFD700;
  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: #FFF8DC;
}

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

footer {
  background: #020f38;
  width: 100%;
  display: flex;
  padding: 50px 0 30px 0;
  flex-direction: column;
  border-top: 6px solid #FFD700;
}

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

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

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

.Getnorhavn-inner-details-section h2 {
  color: #020f38;
  font-weight: 700;
  font-size: 40px;
  font-family: "Noto Serif SC", serif;
  margin-bottom: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  margin-top: 10px;
  text-transform: uppercase;
}

.Getnorhavn-inner-details-section p {
  color: #2C1810;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans SC", sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.Getnorhavn-inner-details-section h3 {
  color: #020f38;
  font-weight: 700;
  font-size: 18px;
  font-family: "Noto Serif SC", serif;
  margin-bottom: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: capitalize;
}

.Getnorhavn-send-text label {
  color: #020f38;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Noto Sans SC", sans-serif;
}

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

.Getnorhavn-contact-contant p {
  font-size: 14px;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #2C1810;
  line-height: 26px;
}

.Getnorhavn-contact-contant a {
  color: #020f38;
  text-decoration: none;
}

.Getnorhavn-send-free {
  width: 100%;
  border: none;
  border-radius: 30px;
  font-family: "Noto Sans SC", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 15px 0;
  font-weight: 600;
  color: #2C1810;
  background: #FFD700;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.Getnorhavn-send-free:hover {
  background: #020f38;
  color: #FFD700;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.4);
}

.input-text,
.input-text:focus {
  border-radius: 30px;
  resize: none;
  border: 2px solid #020f38 !important;
  background: #FEFCF8 !important;
  height: 55px;
  padding: 10px 25px;
  font-family: "Noto Sans SC", sans-serif;
  color: #2C1810;
}

.input-text:focus {
  border-color: #020f38 !important;
  box-shadow: 0 0 10px rgba(139, 0, 0, 0.3);
}

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

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

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

.get-in-touch label {
  color: #020f38;
}

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

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

.Getnorhavn-welcome-text span {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #8B4513;
}

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

.copy-text a:hover {
  color: #FFF8DC;
}

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

.Getnorhavn-footer-logo img {
  width: 90px;
  object-fit: contain;
  filter: sepia(100%) saturate(200%) hue-rotate(40deg);
  opacity: 0.8;
  transition: filter 0.3s, opacity 0.3s;
  border: 2px solid #FFD700;
  border-radius: 8px;
  padding: 5px;
}

.Getnorhavn-footer-logo img:hover {
  filter: sepia(100%) saturate(300%) hue-rotate(40deg);
  opacity: 1;
  transform: scale(1.05);
}

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

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

.Getnorhavn-inner-details-section li {
  color: #2C1810;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans SC", sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
  list-style: disc;
  margin-bottom: 10px;
}

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

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

.Getnorhavn-header-bottom-section {
  width: 100%;
  display: flex;
  padding: 15px 0;
  justify-content: center;
  gap: 20px;
  border-bottom: 1px solid #020f38;
}

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

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

.Getnorhavn-disclaimer-area {
  width: 100%;
  display: flex;
  padding: 100px 0 80px;
  background: #020f38;
  text-align: center;
}

.Getnorhavn-disclaimer-area h2 {
  color: #FFD700;
  font-weight: 700;
  font-size: 40px;
  font-family: "Noto Serif SC", serif;
  margin-bottom: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  margin-top: 20px;
}

.Getnorhavn-disclaimer-area p {
  color: #FFF8DC;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans SC", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.Getnorhavn-disclaimer-area img {
  width: 100%;
  margin: 20px 0;
  border: 3px solid #FFD700;
  border-radius: 10px;
}

.Getnorhavn-disclaimer-area a {
  color: #2C1810;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  font-family: "Noto Sans SC", sans-serif;
  text-align: center;
  border: 2px solid #FFD700;
  background: #FFD700;
  padding: 10px 25px;
  margin: 25px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.Getnorhavn-disclaimer-area a:hover {
  background: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  transform: translateY(-2px);
}

.Getnorhavn-disclaimer-area span {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #FFF8DC;
}

.Getnorhavn-welcome-area-black {
  background: linear-gradient(135deg, #020f38, #020f38);
}

.Getnorhavn-welcome-area-black h2,
.welcome-area-black p {
  color: #FFD700;
}

.Getnorhavn-inner-page-header-color h2 {
  color: #020f38;
  margin-bottom: 0;
}

.Getnorhavn-inner-page-header-color {
  padding: 60px 0;
  background: transparent;
  width: 100%;
  display: flex;
}

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

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

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

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

.Getnorhavn-game-area {
  background: rgba(255, 215, 0, 0.05);
  padding: 50px 0;
  border-radius: 20px;
  margin: 20px 0;
}

.Getnorhavn-game-area h2,
.Getnorhavn-game-area p {
  color: #020f38;
}

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

.Getnorhavn-symbol-area {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 100px 0 80px;
  background: linear-gradient(135deg, #020f38, #000000);
  position: relative;
}

.Getnorhavn-symbol-area span {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #FFD700;
}

.Getnorhavn-symbol-area h2 {
  font-family: "Noto Serif SC", serif;
  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.5);
}

.Getnorhavn-symbol-area p {
  color: #FFF8DC;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 30px;
  font-family: "Noto Sans SC", sans-serif;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
}

.Getnorhavn-symbol-area img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  filter: sepia(100%) saturate(200%) hue-rotate(40deg);
}

.ifreamcontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border: 3px solid #FFD700;
  border-radius: 15px;
}

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

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

/* Global font family override for Chinese Lantern theme */
.Getnorhavn-trnading-area .item p,
.Getnorhavn-trnading-area .item span,
ul.menu>li,
ul.menu ul li,
.footer-menu ul li a,
.copy-text,
.Getnorhavn-innerpage-text h2,
.Getnorhavn-innerpage-contant p,
.Getnorhavn-innerpage-contant h2,
.Getnorhavn-innerpage-contant h3,
.Getnorhavn-about-area p,
.Getnorhavn-about-area h2,
.Getnorhavn-welcome-text h2,
.Getnorhavn-welcome-text p,
.Getnorhavn-welcome-text a,
.Getnorhavn-welcome-text h3,
.Getnorhavn-welcome-text li,
.Getnorhavn-faq-area h2,
.Getnorhavn-faq-area p,
.Getnorhavn-faq-area .btn,
.Getnorhavn-faq-area .collapse h3,
.Getnorhavn-faq-area .collapse ol li,
.Getnorhavn-inner-details-section h2,
.Getnorhavn-inner-details-section p,
.Getnorhavn-inner-details-section h3,
.Getnorhavn-send-text label,
.Getnorhavn-send-free,
.input-text,
.input-text:focus,
.Getnorhavn-disclaimer-area h2,
.Getnorhavn-disclaimer-area p,
.Getnorhavn-disclaimer-area a,
.Getnorhavn-disclaimer-area span,
.Getnorhavn-symbol-area span,
.Getnorhavn-symbol-area h2,
.Getnorhavn-symbol-area p,
.Getnorhavn-inner-details-section li,
.Getnorhavn-send-text p,
.Getnorhavn-header-bottom-section,
.Getnorhavn-product-section-area,
.Getnorhavn-footer-logo img,
h2,
p {
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

/* Headings use serif font for elegance */
h1,
h2,
h3,
h4,
h5,
h6,
.Getnorhavn-trnading-area .item h3,
.Getnorhavn-trnading-area h2,
.Getnorhavn-innerpage-text h2,
.Getnorhavn-innerpage-contant h2,
.Getnorhavn-innerpage-contant h3,
.Getnorhavn-about-area h2,
.Getnorhavn-welcome-text h2,
.Getnorhavn-welcome-text h3,
.Getnorhavn-faq-area h2,
.Getnorhavn-faq-area .collapse h3,
.Getnorhavn-inner-details-section h2,
.Getnorhavn-inner-details-section h3,
.Getnorhavn-disclaimer-area h2,
.Getnorhavn-symbol-area h2,
.Getnorhavn-logo,
.Getnorhavn-logo a {
  font-family: "Noto Serif SC", "SimSun", serif !important;
}

/* Lantern-inspired decorative elements */
.Getnorhavn-trnading-area h2:before,
.Getnorhavn-faq-area h2:before,
.Getnorhavn-disclaimer-area h2:before,
.Getnorhavn-inner-details-section h2:before {
  content: "🏮";
  margin-right: 10px;
  font-size: 0.8em;
}

/* Add subtle glow effects for Chinese lantern ambiance */
.Getnorhavn-banner-text a,
.Getnorhavn-welcome-text a,
.Getnorhavn-send-free,
.Getnorhavn-disclaimer-area a {
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.Getnorhavn-banner-text a:hover,
.Getnorhavn-welcome-text a:hover,
.Getnorhavn-send-free:hover,
.Getnorhavn-disclaimer-area a:hover {
  box-shadow: 0 0 25px rgba(220, 20, 60, 0.4);
}

/* Red lantern inspired borders and shadows */
.Getnorhavn-trnading-area .item,
.Getnorhavn-product-section-area,
.Getnorhavn-faq-area .btn {
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.15);
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.Getnorhavn-trnading-area .item:hover,
.Getnorhavn-product-section-area:hover {
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.25);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.Getnorhavn-inner-page-header:not(.Getnorhavn-inner-page-header-color)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(139, 0, 0, 0.5);
  z-index: 1;
}

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