/*
Theme Name: STG-Main
Theme URI: #
Author: Shahin
Author URI: #
Description: #
Version: 1.0
License: #
License URI: #
Text Domain: utopia
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	color: #231f20;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight:400;
	background-color:#F6F6F6;
/* 	background-color: #EDEBE6; */
}
ul, ol, li { list-style: none; }
img, fieldset { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
figure {
	margin: 0;
	padding: 0;
}
.clearfix {
	clear: both;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.wp-caption { max-width: 100%; }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; }
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
embed, iframe, object, video { max-width: 100%; }
html { -webkit-text-size-adjust: none; }
.entry-content img {
	max-width: 100%;
	height: auto;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}
.alignright {
	margin: 10px 0px 35px 30px;
	display: inline;
}
.alignleft {
	margin: 0 35px 10px 0px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
.wp-caption {
	border: none;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 0 10px 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 12px;
}
.wp-caption p.wp-caption-text {
	line-height: 18px;
	padding: 0 15px;
	display: block;
	font-style: italic;
	color: #000000;
	font-size: 12px;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[placeholder], 
[placeholder], 
*[placeholder] {color: inherit}
*::-webkit-input-placeholder { color:inherit}
*:-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*::-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*:-ms-input-placeholder {color:inherit}
:root {
  --grey: #3c3f43;
  --green: #14ada9;
  --yellow: #ffba44;
  --white: #ffffff;
  --black: #000;
  --blue: #E7F6F9;
  --DancingScript: "Dancing Script", Sans-serif;
  --caveat: "Caveat", cursive;
}
.custom-color-only {
	color: var(--green) !important;
}

.custom-color-scheme {
	color: var(--green) !important;
	background-color: var(--white) !important;
}
.custom-btn-scheme {
	background-color: var(--green) !important;
	color: var(--white) !important;
}
.flex-flow-reverse {
	flex-flow: row-reverse;
}
.flex-flow-reverse .tab_photo_left img {
	border-radius: 10px !important;
}

/*----------------------*/
/*     Page structure   */
/*----------------------*/
a {color: #14ada9;}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color:#231f20;
	font-size:32px;
	font-weight:600;
	padding-bottom:20px;
	text-align:left;
}
.entry-content h1 {
	font-size:36px;
}
.entry-content h2 {
	font-size:32px;
}
.entry-content h3 {
	font-size:24px;
}
.entry-content h4 {
	font-size:20px;
}
.entry-content h5 {
	font-size:18px;
}
.entry-content h6 {
	font-size:16px;
}
.entry-content p {
	color:#231f20;
	font-size:15px;
	line-height:24px;
	padding-bottom:20px;
}
.entry-content ul {
	padding:0 0 20px 0;
}
.entry-content ul li {
	color:#231f20;
	font-size:15px;
	line-height:24px;
	padding-bottom:8px;
	position: relative;
	padding-left:20px;
	text-decoration:underline;
}
.entry-content ul li::before {
	content:'';
	width:7px;
	height:7px;
	background:#ce2831;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:absolute;
	left:0;
	top:10px;
	z-index:1;
}	
.entry-content ol {
	list-style-type:decimal;
	padding:0 0 20px 20px;
}
.entry-content ol li {
	list-style-type:decimal;
	color:#231f20;
	font-size:15px;
	line-height:24px;
}	
.entry-content a {
	color:#ce2831;
}
.entry-content blockquote {
	color:#ce2831;
	font-size:18px;
	line-height:24px;
	font-weight:600;
}	
.entry-content blockquote p {
	padding-bottom:0;
}
.entry-content table {
    border-collapse: collapse;
	width:100%;
	margin-bottom:25px;
}
.entry-content table, 
.entry-content table th, 
.entry-content table td {
    border: 1px solid #666666;
	color:#231f20;
	font-size:15px;
	line-height:24px;
	text-align:center;
	padding:5px 0;
}
hr {
	border:none;
	background:#dedede;
	height:2px;
	padding:0;
	margin:17px 0 24px 0;
	outline:none;
}
.entry-content input[type='email'],
.entry-content input[type='text'] {
	width:100%;
	max-width:800px;
	background:#fff;
	height:48px;
	font-size:15px;
	color:#231f20;
	line-height:21px;
	border:1px solid #4e4e4e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:5px 5px 5px 15px;
	outline:none;
	font-weight:400;
	margin-top:7px;
}
.entry-content textarea {
	width:100%;
	background:#fff;
	max-width:800px;
	height:180px;
	font-size:15px;
	color:#231f20;
	line-height:24px;
	border:1px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:5px 5px 5px 15px;
	outline:none;
	font-weight:400;
}
.entry-content input[type='submit'] {
	width:180px;
	height:50px;
	outline:none;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:0;
	background:#ce2831;
	color:#fff;
	text-align:center; 
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
}
.entry-content .submit {
	width:180px;
	padding:15px 0 0 0;
}


/*----------------------*/
/*     header_area      */
/*----------------------*/
.only_mobile_view { display:none}
.only_desktop_view {}
.d-flex { display:flex}
.flex-space-between {
	justify-content: space-between;
}
.justify-content-center{justify-content: center;}
.align-center {
	align-items:center;
}
.text-center { text-align:center}
.flex-wrap {
	flex-wrap:wrap;
}
.flex-nowrap {
	flex-wrap:nowrap;
}
.row-reverse {
	flex-flow: row-reverse;
}
.flex-row-reverse{flex-flow: row-reverse;}
.flex-row-none { flex-flow: inherit !important;}

#wrapper {
	width:100%;
}
.center_content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 30px;
}
.menu_content {
	max-width: 1730px;
}
.main_nav ul {
	display:flex;
	align-items: center;
	min-height: 85px;
	align-items: center;
}
.main_nav ul li {
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	padding: 8px 16px;
}
.main_nav ul li:first-child {
	padding-left: 0px;
}
.main_nav ul li:last-child {
	padding-right: 0px;
}
.main_nav ul li a {
	color: var(--white);
	position:relative
}
.main_nav ul > li:hover > a {
	color:#fff;
}
.main_nav ul > li ul li a {
	border-bottom: 1px solid #fff;
}
.main_nav ul > li > a::before {
/* 	content:'';
	width:100%;
	height:2px;
	background-color:var(--green);
	position:absolute;
	left:0;
	bottom:-6px;
	z-index:1;
	opacity:0; */
}
.main_nav ul > li:hover > a {
	border-bottom:2px solid var(--green);
}
.on_hovered a,
.main_nav ul > li ul li:hover > a {
	color:#000;
	border-color: var(--green) !important;
}
.fixed-header {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
}
.menu_content_area {
	padding: 0px 20px;
	background-color: #00000078;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.main_nav ul li ul {
	position: absolute;
	display: inherit;
	background: #fff;
	width: 100%;
	max-width: 860px;
	padding: 15px 18px 31px 18px;
	top: 100%;
    left: 0px;
    right: 0;
    margin: 0 auto;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all .3s ease
}
.main_nav ul li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.main_nav ul li ul li{
	padding: 0px;
	font-size: 14px;
	color: #000;
	padding: 6px 0px;
}

.main_nav ul li ul li a {
	color: #000;
}
.menu_image {
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.menu_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menu-item-has-children {
/* 	position: relative; */
}
.menu-item-has-children > a{
    position: relative;
}
.menu-item-has-children > a::after {
	/* content: "\f0d7";
	font-family: "FontAwesome";
	position: absolute;
	top: -4px;
    right: -15px;
    font-size: 18px; */
}
.main_nav ul li ul li ul{
	left: 100%;
	top: -10px;
}
li.menu-item-has-children {
/* 	padding-right: 24px !important; */
}
.menu-item-has-children:hover > a::before{
	content: '';
    position: absolute;
    width: 100%;
    height: 28px;
    background:transparent;
    top: 21px;
    right: 0px;
}
.main_nav .mega_menu span,
.main_nav .mega_menu h5 {
    text-transform: uppercase;
    padding: 10px 0 15px;
    color: #000;
	display:block;
}
span.mm_menu_title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
}

/* Mega Menu 2nd style */
.main_nav .dropmenu_area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.main_nav .dropmenu_area > li {
    width: 50%;
}
.main_nav .dropmenu_area h5 {
    text-transform: uppercase;
    padding: 0 15px;
    color: #000;
}
.main_nav .dropmenu_area ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	opacity: 1;
    visibility:  visible;
    transform: scaleY(1);
    position: initial;
}
.dropmenu_area ul li {
    width: 50%;
}
.dropmenu_area .travels_feature_row {
    margin-bottom: 0;
    margin-top: 15px;
    display: block !important;
}
.dropmenu_area .travels_feature_photo {
    width: 100%;
}
.dropmenu_area .travels_feature_photo img {
    border-radius: 10px 10px 0 0 !important;
    height: 120px !important;
}
.dropmenu_area .price_info_right {
    width: auto;
    top: 200px;
    text-align: right;
}
.dropmenu_area .travels_feature_title {
    padding: 0;
    min-height: inherit;
}
.dropmenu_area .travels_feature_title h3 {
    font-size: 18px;
    line-height: 26px;
}
.dropmenu_area .travels_feature_title h4 {
    font-size: 16px;
    text-align: left;
}
.dropmenu_area .travels_feature_btns {
    flex-direction: column;
}
.dropmenu_area .travels_feature_info p,
.dropmenu_area .information_feature_col small {
    text-align: left;
}
.dropmenu_area .travels_two_btns_ggu,
.dropmenu_area .travels_two_btns {
    justify-content: space-between;
    padding: 10px 0 0 0;
    width: 100%;
}
.dropmenu_area .btn-more-info {
    border: 2px solid var(--green);
}
.dropmenu_area .top-icon-box,
.dropmenu_area .information_feature_col p { 
	display: none; 
}


.multi_page_item >a {
	position: relative;
}
.multi_page_item >a::after{
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
    right: -21px;
	font-weight: 400;
	color: #ffde00;
}
.header_two_btn {
	gap: 20px;
}
.normal-button,
.header_two_btn a {
	display: block;
	background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    padding: 10px 14px 10px 14px;
    border-radius: 6px;
    transition: all .3s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}
.header_two_btn a { font-size: 15px; }
.normal-button { padding-left: 24px; padding-right: 24px; }
.normal-button:hover,
.header_two_btn a:hover {
   transform: scale(1.1);
}
.menu_content {
    position: relative;
}
.header_left {
	gap: 100px;
	justify-content:space-between;
	width:63%;
}
.logo {
	width: 157px;
    max-width: 157px;
}
.banner_area {
	width: 100%;
	margin: 0 auto;
	background-image: url('assets/images/Baggrund-v2-1.webp');
	background-size: cover;
	background-attachment: fixed;
	border-radius: 0;
	margin-top: 0;
}
.banner_wrap {
	width: 100%;
	height: 100vh;
	padding: 180px 20px 140px 20px;
}
.inner_banner {
	width: 100%;
}
.inner_banner .banner_wrap {
	height: 90vh;
}
.banner_info h1 {
	font-size: 70px;
	color: var(--white);
	font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
}
.banner_info h1 span {
	font-family: var(--caveat);
}
.banner_info p {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 34px;
}
.banner_info {}
.banner_wrap {
 	position: relative;
}
.type-wrap-box {
 	justify-content: center;
}
.type-wrap-box span {
	font-size: 20px;
	color: #fff;
}
.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.banner_btn {
	padding-top: 22px;
}
.menu_bar {
    width: 25px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
}
.menu_bar span {
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background-color: #fff;
    display: block;
    transition: all .2s ease;
}
.trustpilot-logo {
	width: 250px;
	margin: 0 auto;
	margin-top: auto;
	padding-bottom:20px;
}
.menu_bar_wrap { display: none; }
@media screen and (min-width: 992px){
.menu-item-has-children > a::after { display: none; }
}
@media screen and (max-width: 1200px){
.header_two_btn a {
    font-size: 15px;
    padding: 6px 12px;
}
.header_left { gap: 25px; }
.main_nav ul li {
   padding: 8px 10px;
}
.header_left {
    width:  auto;
}
}
.small_banner .banner_info h1 {
/*     line-break: anywhere; */
}
@media screen and (max-width: 991px){
	.menu_image { display: none !important; }
	.only_desktop_view,
	.header_two_btn { display: none !important; }
	.menu_bar_wrap,
	.menu_bar {
		display: block;
	}
	.logo {
		position: initial;
		left: 0px;
		transform: inherit;
		margin: 0px;
	}
	.menu_content {
     	display: flex;
		justify-content: space-between;
	}
	.menu_holder{
		position: absolute;
		left:0px;
		right: 0px;
		z-index: 99;
	}
	.menu_holder.mobile_menu_open {
		height: calc(calc(100vh - 67px));
		overflow: auto;
	}
	.menu_holder.mobile_menu_open .slicknav_nav {
		display: block !important;
	}
	.menu-item-has-children > a::after {
	    /* top: 3px;
	    right: 13px;
	    position: inherit; */
	}
	.multi_page_item >a::after {
		display: none;
	    top: 10px;
	    right: -5px;
	}
	.banner_info h1 {
	    font-size: 30px;
	}
	.type-wrap-box span {
	    font-size: 15px;
	    color: #fff;
	}
	.trustpilot-logo { width: 180px; }
	.normal-button {
		font-size: 14px;
		padding: 10px 25px;
	}
}


.footer {
	padding:0 20px 100px;
    width: 100%;
    margin: 0 auto;
}
.footer_bg {
	max-width: 1400px;
	margin: 0 auto;
	border-radius: 6px;
	background: url('assets/images/footer_bg.png') no-repeat center bottom;
	background-size: 100% auto;
	background-color: var(--green);
}
.footer_conetnt {
	padding: 80px 40px 0;
}
.footer_widget {
	width: calc(calc(100% - 140px) / 5);
}
.footer_logo {
	max-width: 222px;
    padding-bottom: 30px;
}
.star_logo {
	width: 140px;
	margin: 0 auto;
}
.icon_col img {
	max-height: 50px;
	margin: 0 auto;
	width: auto;
	display: inline-block;
}
.partner_logo { padding-bottom: 28px; }
.footer_main_box {
	gap: 30px;
	display: flex;
	padding-bottom: 45px;
}
.footer_widget:nth-child(1) {
	width: 36.70%;
}
.footer_widget:nth-child(2) {
	width: 21.42%;
}
.footer_widget:nth-child(3) {
	width: 21.42%;
}
.footer_widget:nth-child(4) {
	width: 20.46%;
}


.footer_widget h3 {
	color: var(--white);
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 15px;
}
.footer_widget ul li {
	font-size: 14px;
	font-weight: 300;
	padding: 7px 0px 2px 0;
}
.footer_widget p {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
	padding-top: 15px;
}
.footer_widget p,
.footer_widget p a,
.footer_widget ul li a {
	color: var(--white);
}
.footer_widget.footer_widget3 {
    padding-left: 25px;
}
.footer_logo_item {
	padding: 0 12px;
}
.footer_logo_item:nth-child(1) { width: 70%; }
.footer_logo_item:nth-child(2) { width: 50%;}
.footer_logo_item:nth-child(3) { width: 50%; }
.footer_logo_item:nth-child(4) { max-width: 240px; }
.footer_widget5 {
	justify-content: space-around;
	align-content: baseline;
	gap: 20px 0;
}
.copyright_item {
	padding: 25px 0;
	border-top: 1px solid #fff;
}
.copyright_item p {
	font-size: 14px;
	color: var(--white);
	text-align: center;
}
.copy_right_area p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.copy_right_area {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
}
.copy_right_area {
	padding-top: 100px;
	padding-bottom: 0;
}
.footer_social {
	gap: 10px;
	padding-left: 0;
}
.footer_social a {
	/* width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: var(--white); */
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

@media screen and (max-width: 991px){ 
	.footer {
		width: 100%;
	    padding: 50px 0;
	}
	.footer_logo {
	    max-width: 130px;
	    margin: 0 auto;
	    padding-bottom: 15px;
	}
	.footer_main_box {
		flex-direction: column;
	}
	.footer_left {
		width: 100%;
	}
	.footer_right {
		width: 100%;
		flex-direction: column;
	}
	.footer_widget {
		width: 100%;
	}
	.footer_widget.footer_widget3 {
	    padding-left: 0px;
	}
	.copy_right_area p:first-child {
		padding-bottom: 10px;
	}
	.footer_widget ul li {
	    font-size: 12px;
	    padding: 5px 0px;
	}
	.footer_widget h3 {
	    font-size: 16px;
	    padding-bottom: 10px;
	}
	.footer_widget {
		width: 100%;
		padding-bottom: 0;
	}
	.copy_right_area {
	    padding-top: 20px;
	    padding-bottom: 10px;
	    flex-direction: column;
	}
	.footer_logo {
	    max-width: 130px;
	    margin: 0 auto;
	    padding-bottom: 15px;
	}
	.copy_right_area p {
	    margin-bottom: 10px;
	    text-align: center;
	}
	.footer_logo_item:nth-child(2),
	.footer_logo_item:nth-child(3) {
	    max-width: 80px;
	}
	.footer_logo_item:nth-child(4) {
	    max-width: 190px;
	}
}




:root{
  --footer-bg: #111;           /* main footer background */
  --footer-accent: #222;       /* slightly lighter for inner areas */
  --text: #ddd;
  --muted: rgba(255,255,255,0.55);
  --accent-line: rgba(255,255,255,0.04);
  --max-w: 1200px;
}

/* make footer background full width */
.site-footer {
  width: 100%;
  background: var(--footer-bg);
  color: var(--text);
  
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 56px 24px;
  position: relative;
}

/* subtle watermark as background image inside the container (optional) */
.footer-watermark {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  opacity: 0.04;
  pointer-events: none;
}

/* Top row: logo / social / partner badge */
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.footer-logo img { max-height: 56px; display:block; }
.footer-social {
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:center;
}
.footer-social a { display:inline-block; width:40px; height:40px; border-radius:50%; background:transparent; display:flex; align-items:center; justify-content:center; text-decoration:none; }
.footer-social img { width:22px; height:22px; display:block; }

/* partner badge to the right (circular) */
.partner-badge {

  
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  
}
.partner-badge img { width:100%; height:100%; object-fit:cover; display:block; }

/* Middle: menus */
.footer-menus {
  margin-top:34px;
  display:grid;
  grid-template-columns: repeat(3, 1fr); /* desktop default - will respond */
  gap: 28px;
  align-items:start;
}
.footer-widget h3 {
  font-size:14px;
  margin:0 0 12px 0;
  color:var(--text);
  text-transform:uppercase;
  letter-spacing:1px;
}
.footer-widget p, .footer-widget ul { color: var(--muted); font-size:14px; margin:0; }
.footer-widget ul { list-style:none; padding:0; margin:0; }
.footer-widget ul li { padding:6px 0; }
.footer-widget ul li a { color:var(--muted); text-decoration:none; font-size:14px; }
.footer-widget ul li a:hover { color:var(--text); text-decoration:underline; }

/* bottom bar */
.footer-bottom {
  margin-top:36px;
  padding-top:18px;
  border-top:1px solid var(--accent-line);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding-bottom:22px;
  flex-wrap:wrap;
}
.footer-bottom .mini-logo {
  width:110px;
  height:36px;
  background:#fff;
  border-radius:2px;
  overflow:hidden;
  display:inline-block;
}
.footer-bottom .mini-logo img { width:100%; height:100%; object-fit:contain; display:block; }

.footer-contact {
  font-size:13px;
  color:var(--muted);
}
.footer-contact a { color:var(--muted); text-decoration:none; margin-left:10px; }
.footer-contact a:hover { color:var(--text); text-decoration:underline; }

.footer-social {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}

.footer-social a {
    font-size: 42px; /* same size as screenshot */
    text-decoration: none;
}

.footer-social .facebook i {
    color: #F7941D;
}

.footer-social .instagram i {
    color: #F7941D;
}

.footer-social .tiktok i {
    color: #4EE2EC;
}

.footer-social .snapchat i {
    color: #FFFC00;
}


/* mobile responsiveness */
@media (max-width: 980px) {
  .footer-menus { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .footer-inner { padding:28px 18px; }
  .footer-top { flex-direction:column; align-items:center; gap:18px; text-align:center; }
  .partner-badge { position:static; margin-top: -8px; }
  .footer-menus { grid-template-columns: 1fr; gap:12px; margin-top:20px; }
  /* make headings act as accordions on mobile */
  .footer-widget h3 { cursor:pointer; position:relative; padding-right:28px; }
  .footer-widget h3::after{ content:"+"; position:absolute; right:0; top:0; font-size:18px; color:var(--muted); }
  .footer-widget .widget-body { display:none; max-height:0; overflow:hidden; transition: max-height .26s ease; }
  .footer-widget.open .widget-body { display:block; max-height:400px; }
  .footer-bottom { padding-bottom:28px; gap:8px; }
}





/* =====================================================
   HEADER STYLES - NORDIC INVASION (EXACT MATCH)
   Updated to match nordicinvasion.se perfectly
   ===================================================== */

/* Reset for Nordic Header */
.header-style-nordic * {
    box-sizing: border-box;
}

.header-style-nordic {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: transparent;
}

/* =====================================================
   TOP BAR - Semi-Transparent Dark Background
   ===================================================== */

.nordic-top-bar {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    padding: 8px 0;
    border-bottom: none;
}




.nordic-top-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
    flex-wrap: wrap;
}

.nordic-top-menu ul li {
    margin: 0;
}

.nordic-top-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    padding: 5px 0;
    display: block;
    position: relative;
}

.nordic-top-menu ul li a:hover {
    color: #fdb128;
}

/* =====================================================
   MAIN HEADER - Orange Gradient Background
   ===================================================== */

.nordic-main-header {
    background-image: linear-gradient(to bottom, #f7740c 0, #fdb128 100%);
    background-color: #ee7017;
    border-color: #ee7017;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nordic-main-header .center_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    
}

.nordic-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

/* =====================================================
   LOGO - NO Background Color
   ===================================================== */

.nordic-logo {
    flex-shrink: 0;
    padding: 10px 0;
    background: transparent;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.nordic-logo a {
    display: block;
}

.nordic-logo img {
    max-height: 65px;
    width: auto;
    transition: all 0.3s ease;
    filter: none;
}

.nordic-logo:hover img {
    transform: scale(1.05);
}

/* =====================================================
   MAIN NAVIGATION - Desktop
   ===================================================== */

.nordic-main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}

.nordic-main-nav ul.nordic-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    align-items: center;
}

.nordic-main-nav ul.nordic-menu > li {
    margin: 0;
    position: relative;
}

.nordic-main-nav ul.nordic-menu > li > a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 28px 35px;
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

/* =====================================================
   MENU HOVER STYLE - Exact Match
   ===================================================== */

.nordic-main-nav ul.nordic-menu > li > a:hover,
.nordic-main-nav ul.nordic-menu > li.current-menu-item > a {
    background-color: #BA7234;
    color: #fff;
    border-color: transparent;
    box-shadow: none;
}

.nordic-main-nav ul.nordic-menu > li > a::after {
    display: none;
}

/* =====================================================
   MEGA MENU - 4 Items in ONE ROW - CENTERED in center_content
   ===================================================== */

/* Make main header the positioning context */
.nordic-main-header {
    background-image: linear-gradient(to bottom, #f7740c 0, #fdb128 100%);
    background-color: #ee7017;
    border-color: #ee7017;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative; /* Add this for mega menu positioning */
}

/* Position mega menu relative to main header, centered in center_content */
.nordic-mega-menu {
    position: absolute;
    z-index: 30;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow-wrap: break-word;
    overflow: auto !important;
    float: none;
    padding: 20px 30px;
    margin: 0;
    width: 1200px;
    max-width: calc(100vw - 30px);
    min-height: 93px;
    max-height: calc(100vh - 80px);
    text-align: left;
    border: none;
    background-image: url('https://nordic.scandinaviantravel.se/wp-content/uploads/2026/01/bg-headermenu-seethrough.png');
    background-color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 100%;
    box-shadow: none;
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

/* Override default positioning - make it fixed to viewport center */
.nordic-main-nav ul.nordic-menu > li {
    margin: 0;
    position: static; /* Change from relative to static */
}

/* Show mega menu */
.nordic-main-nav ul.nordic-menu > li:hover .nordic-mega-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    opacity: 1;
}

/* Mega Menu Items - NO Dark Background */
.mega-menu-item {
    background: transparent;
    border-radius: 0;
    transition: all 0.3s ease;
    border: none;
    overflow: visible;
    width: 200px;
}

.mega-menu-item:hover {
    background: transparent;
    border-color: transparent;
    transform: translateY(-3px);
}

.mega-menu-item a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 10px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Mega Menu Icon - Subtle Orange Background */
.mega-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mega-icon svg {
    width: 28px;
    height: 28px;
    color: #fdb128;
}



/* Mega Menu Text */
.mega-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mega-text strong {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: #ffffff;
}

.mega-text small {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    color: #ffffff;
}

/* =====================================================
   MOBILE MENU TOGGLE - Hidden on Desktop
   ===================================================== */

.nordic-mobile-toggle {
    display: none;
}

.mobile-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-menu-btn span {
    width: 30px;
    height: 3px;
    background-color: #000000;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* =====================================================
   MOBILE MENU OVERLAY
   ===================================================== */

.nordic-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #f7740c 0%, #fdb128 100%);
    z-index: 999999;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

.nordic-mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-logo img {
    max-height: 50px;
    width: auto;
}

.mobile-menu-close {
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.mobile-menu-close span {
    color: #000000;
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
}

/*.nordic-menu li a{
	font-family: Dosis, Arial, Helvetica, sans-serif;
	font-weight: 300 !important;
	font-size: 28px !important;
	color: #544333 !important;
}*/

.nordic-menu li a:hover{
	color: #fff !important;
}

/* =====================================================
   FONT ASSIGNMENTS - Nordic Header
   Top Bar: Roboto
   Main Menu & Submenu: Dosis
   ===================================================== */

/* TOP BAR - Roboto Font */
.nordic-top-menu ul li a {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease;
    padding: 5px 0;
    display: block;
    position: relative;
}

/* MAIN MENU - Dosis Font */
.nordic-main-nav ul.nordic-menu > li > a {
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 28px 35px;
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

/* MEGA MENU / SUBMENU - Dosis Font */
.mega-text strong {
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: #ffffff;
}

/* MOBILE MENU - Dosis Font */
.mobile-menu-link {
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-submenu li a {
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}

.mobile-menu-close:hover {
    background: #000000;
    transform: rotate(90deg);
}

.mobile-menu-close:hover span {
    color: #ffffff;
}

.mobile-nav-content {
    padding: 30px;
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-menu-link {
    color: #000000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.mobile-menu-item.has-submenu .mobile-menu-link {
    cursor: pointer;
}

.submenu-toggle {
    font-size: 28px;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #000000;
}

.mobile-menu-item.submenu-open .submenu-toggle {
    transform: rotate(90deg);
}

.mobile-menu-link:hover {
    padding-left: 10px;
}

.mobile-submenu {
    list-style: none;
    padding: 10px 0 10px 20px;
    margin: 0;
    display: none;
}

.mobile-submenu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-submenu li a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    padding: 15px 0;
    display: block;
    transition: all 0.3s ease;
   
}

.mobile-submenu li a:hover {
    padding-left: 10px;
    color: #000000;
}

body.menu-open {
    overflow: hidden;
}

/* =====================================================
   STICKY HEADER
   ===================================================== */

.header-style-nordic.sticky {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.header-style-nordic.sticky .nordic-top-bar {
    display: none;
}

.header-style-nordic.sticky .nordic-header-wrapper {
    min-height: 70px;
}

.header-style-nordic.sticky .nordic-logo img {
    max-height: 55px;
}

.header-style-nordic.sticky .nordic-main-nav ul.nordic-menu > li > a {
    padding: 23px 35px;
}

/* =====================================================
   RESPONSIVE - TABLET & MOBILE
   ===================================================== */

@media screen and (max-width: 1300px) {
    .nordic-mega-menu {
        width: 100%;
        max-width: calc(100vw - 60px);
    }
}

@media screen and (max-width: 1200px) {
    .nordic-main-nav ul.nordic-menu {
        gap: 0;
    }
    
    .nordic-main-nav ul.nordic-menu > li > a {
        font-size: 18px;
        padding: 28px 25px;
    }
    
    .nordic-mega-menu {
        width: 900px;
    }
}

@media screen and (max-width: 991px) {
    .nordic-top-bar {
        display: none;
    }
    
    .nordic-mobile-toggle {
        display: block !important;
    }
    
    .nordic-main-nav {
        display: none !important;
    }
    
    .nordic-header-wrapper {
        min-height: 70px;
    }
    
    .nordic-logo {
        padding: 10px 0;
    }
    
    .nordic-logo img {
        max-height: 50px;
    }
    
    .nordic-main-header .center_content {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .nordic-logo img {
        max-height: 45px;
    }
    
    .mobile-menu-link {
        font-size: 20px;
    }
    
    .mobile-submenu li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .nordic-main-header .center_content {
        padding: 0 15px;
    }
    
    .mobile-menu-header {
        padding: 15px 20px;
    }
    
    .mobile-nav-content {
        padding: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .nordic-main-nav ul.nordic-menu > li:hover .nordic-mega-menu {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .nordic-main-nav ul.nordic-menu > li:hover .nordic-mega-menu {
        grid-template-columns: 1fr;
    }
}

/* =====================================================
   END NORDIC HEADER STYLES
   ===================================================== */