/*
 Theme Name:   Smort Commerce Child
 Theme URI:    https://smort.se
 Description:  Smort Commerce Child Theme
 Author:       Smort AB
 Author URI:   https://smort.se
 Template:     smort_commerce
 Version:      1.0.0
*/


/*
    Add your custom styles here
*/

@import url("https://use.typekit.net/key0nbf.css");

/* Core */ 
:root {
	--textColor: #616573;
	--textColorLight: #fff;
	--textColorDark: rgb(136,137,145);
  --textColorHeadlines: var(--accentColor);

	--textSize: 18px;
	--textLineHeight: 160%;

	--fontFamily: jostregular,sans-serif;
	--fontFamilySecond: "rubik";

	--accentColor: #07070c;
  --accentColorRGB: 27,34,44;
	--accentColor2: #000075;
	--accentColor2RGB: 96,179,229;
	--accentColor3: #1e9dc2;
	--accentColor3RBG: 58, 93, 168;
    --accentColor4: #d52a58;


	--buttonColorLight: #fff;
	--buttonColorDark: var(--accentColor2);
	--buttonTextLight: var(--textColorLight);
	--buttonTextDark: var(--textColorLight);

	--mainLetterSpacing: 2px;
}


h1,h2,h3,h4,h5,h6{
    font-family: "sofia-pro-soft", sans-serif;
    font-weight: 700;
}
p{
  line-height: 1.8;
}

.products .nm-wishlist-button{
    display: none;
}
.woocommerce-loop-product__title a{
    font-size: 16px !important;
}
span.woocommerce-Price-amount.amount{
    color:#000 !important;
}

/* Header */ 

.nm-header-row.nm-row {
    max-width: 100%;
}

/* Headings */ 


.hero-title-gg{
   font-size: 6rem !important;
   line-height: 1.3;
   margin-bottom: 10px;;
   margin-top: 0px;
}
h2.gg-heading {
    font-size: 3rem;
    padding-bottom: 15px;
    margin: 0px;
}
.sub-heading-gg:before {
    content: "•";
    color: var(--accentColor4);
    margin-right: 10px;
    font-size: 20px;
    line-height: 1.4;
}
.sub-heading-gg{
    font-size: 14px;
    border: 1px solid rgb(197, 197, 197); 
    border-radius: 30px; 
    padding: 10px 30px;
    max-width: 190px;
}
span.qodef-m-typeout.qodef--initialized{
    color:var(--accentColor);
}
.qi-block-typeout-text .qodef-m-text {
    margin-bottom: 30px !important;
    font-size: 3.5rem !important;
    line-height: 4.2rem;
}
.main-btn-gg a {
    background-color: var(--accentColor);
    font-size: 14px;
    font-weight: 700;
    min-width: 200px;;
}
.hero-main-btn-gg a {
    background-color: var(--accentColor3);
    font-size: 14px;
    font-weight: 700;
    min-width: 170px;
    position: relative;
    text-align: left;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid var(--accentColor3);
}
.hero-main-btn-gg a::after{
  content: url(/wp-content/themes/smort_commerce/img/arrow-up-right.svg);
  position: absolute;
  right: 10px;
  filter: invert(1);
  transition: transform 0.2s ease-in-out;
  top: 13px;
}



.outline-btn-gg a {
    background-color: transparent;
    border: 2px solid var(--accentColor);
    font-size: 14px;
    font-weight: 700;
    min-width: 200px;
    position: relative;
    text-align: left;
    padding: 15px 10px;
    border-radius: 5px;
}
.hero-outline-btn-gg a {
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    min-width: 200px;
    position: relative;
    text-align: left;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.hero-outline-btn-gg a::after{
  content: url(/wp-content/themes/smort_commerce/img/arrow-up-right.svg);
  position: absolute;
  right: 10px;
  filter: invert(1);
  transition: transform 0.2s ease-in-out;
  top: 13px;
}
.main-heading-gg {
    font-size: 2.5rem;
}

/* Contact form */ 

.contact-row input, .contact-row textarea {
    background-color: #f9f9f9 !important;
    border: 0px !important;
    border-radius: 30px 0px 0px 0px !important;
}
.contact-heading-gg {
    font-size: 2.5rem;
    margin-bottom: 0px !important;
}
.footer-link {
    font-size: 2.5rem;
}
.footer-link a {
    color: #fff;
}
a#nm-menu-account-btn {
    background-color: var(--accentColor3);
    border-radius: 30px;
    min-width: 180px;
    text-align: center;
}
div#nm-login-popup-wrap {
    border-radius: 30px;
}

span.qodef-e-item-icon-text {
    color: #fff !important;
    font-weight: 800;
}
.qodef-e-text-wrapper {
    margin: 20px;
}
@media screen and (max-width: 992px) {
    .hero-title-gg {
        font-size: 2.4rem !important;
        line-height: 1.3;
    }
    .main-heading-gg {
        font-size: 2.5rem !important;
    }
    .footer-link {
        text-align: left !important;
    }
    .mask-image img {
        display: none;
    }
    .main-btn-gg a, .hero-main-btn-gg a{
        min-width: 250px;
    }
    .qi-block-typeout-text .qodef-m-text{
        font-size: 2.5rem !important;
    }
    .nm-header-logo svg, .nm-header-logo img {
        height: 30px !important;
    }
    .footer-link a {
        color: #fff;
        font-size: 2rem;
        line-height: 2rem;
    }
    .nm-footer h2.nm-block-heading {
        text-align: center !important;
    }
    .contact-link {
        font-size: 1.2rem !important;
    }
}



/* Form grid */ 

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.qi-block-contact-form-7 label {
    font-weight: 700;
    color: #000;
}
.qi-block-contact-form-7 .wpcf7-checkbox, .qi-block-contact-form-7 .wpcf7-radio {
    display: flex !important;
    line-height: 3 !important;
}
span.wpcf7-list-item-label {
    margin-left: 10px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: var(--accentColor3) !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-weight: 800;
    min-width: 300px;
}
.kadence-form-_644e70-cc .kb-form .kadence-blocks-form-field .kb-forms-submit {
    border-radius: 30px;
    background: #000075;
    padding: 12px 70px;
    font-weight: 700;
}
.nm-menu li a{
    font-weight: 600;
}
footer#nm-footer a {
    color: #dedede;
}


/* API field row */ 

.api-form-row input.wpcf7-text {
    border: 0px;
    background-color: #F9f9f9 !important;
    border-radius: 30px !important;
    font-size: 15px;
    padding: 13px 30px;
}
.teckna-garanti-heading strong {
    color: #fff !important;
}
.cf-col-4, .cf-col-6, .cf-col-12 {
    color: #353535;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 800;
}
form#my-form {
    text-align: center;
}
input#urlInput {
    background-color: #f9f9f9;
    border: 0px;
    border-radius: 30px;
    padding: 10px 20px;
    min-width: 300px;
}
input#urlInput::placeholder {
    color: #000;
    font-weight: 700;
    color: #000 !important;
}
.api-form-row input[type="submit"] {
    background-color: var(--accentColor);
    padding: 14px 30px;
    border-radius: 30px;
}
span.wpcf7-form-control-wrap {
    padding: 10px 0px !important;
}
.wpcf7-select {
    border-radius: 30px;
    background-color: #f9f9f9;
    border: 0px;
}
.wpcf7-response-output {
    margin-top: 20px;
    padding: 20px;
    border-radius: 30px;
    font-weight: 700;
    color: #000;
}

/* Login */ 


button.woocommerce-Button.button {
    border-radius: 30px;
    background-color: var(--accentColor);
    font-weight: 700;
}
.header-on-scroll .nm-header:not(.static-on-scroll),.header-transparency.header-border-1 .nm-header{
    padding-left: 0px; 
    padding-right: 0px;
}
.nm-header.menu-centered .nm-right-menu{
    max-width: 30% !important;
}
.nm-header.menu-centered .nm-main-menu {
    float: left;
    width: 46% !important;
    text-align: center;
}
li.nm-menu-account.menu-item-default.no-icon > a:first-child {
    display: none !important;
}
header.nm-post-header.entry-header {
    display: none;
}
.nm-post-body {
    padding-top: 0px !important;
}
.garantier-template-default header#nm-header {
    background-color: var(--accentColor);
    border: 0px;
	padding: 10px 0px;
}
.nm-post-pagination {
    display: none;
}
.nm-single-post-meta-wrap.no-meta {
    display: none;
}
h2.entry-title a {
    color: #000;
    font-weight: 700;
}
img.attachment-medium_large.size-medium_large.wp-post-image {
    border-bottom-right-radius: 60px;
}
.woocommerce-account header#nm-header {
    background-color: var(--accentColor);
}
p.hero-p {
    max-width: 480px;
    margin: 0 auto;
    font-size: 16px !important;
    margin-bottom: 40px;
    margin-left: 0px;
}
.main-btn-gg a:hover, .outline-btn-gg a:hover {
    transform: scale(1.02);
    color: var(--accentColor3);
}
input.wpcf7-form-control.wpcf7-number {
    border-radius: 30px;
    background-color: #f9f9f9;
    border: 0px;
    padding: 9px 30px;
}


/* Uppdaterat garantiformulär */ 

form#my-form{
    border: 0px !important;
    padding-top: 0px !important;
}

.reg-nummer-form {
    padding-left: 20px;
    border-left: 2px solid var(--accentColor) !important;
    max-width: 80%;
}
input#urlInput {
    margin-bottom: 10px;
    width: 100% !important;
}
.page-id-169 header#nm-header {
    background-color: #000075 !important;
}
input#urlInput {
    margin-bottom: 10px;
    padding: 20px;
    box-shadow: 1px 3px 42px -2px rgba(0,0,0,0.11);
    -webkit-box-shadow: 1px 3px 42px -2px rgba(0,0,0,0.11);
    -moz-box-shadow: 1px 3px 42px -2px rgba(0, 0, 0, 0.11);
}
#my-form input[type=submit] {
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: var(--accentColor);
    font-weight: 700;
    margin-top: 15px;
}
input#urlInput::placeholder {
    font-weight: 400;
    font-size: 20px;
}



input.reg-nmr-custom {
    border: 0px !important;
    font-size: 25px !important;
    font-weight: 800;
    color: var(--accentColor);
    padding: 0px !important;
}
h2.overrubrik-form {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 15px;
    margin-bottom: 20px;
    max-width: 95%;
    font-weight: 700;
    margin-bottom: 10px;
}
.inner-container-cf7 {
    width: 100%;
    display: contents;
}
.cf-container.struktur-div {
    background-color: #f9f9f9;
    margin: 30px 0px;
    padding: 20px;
    border-radius: 30px;
}
.cf-container.struktur-div input {
    font-size: 12px;
    padding: 5px;
    border: 0px;
    background-color: transparent;
    border-radius: 20px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
}

button.uacf7-prev {
    width: 100%;
    padding: 20px;
    background-color: transparent;
    border-radius: 30px;
    margin-top: 20px !important;
    margin-left: 10px;
    width: 200px;
    margin: 0 auto;
    text-align: center !important;
    display: block;
    border: 0px;
}
.cf-container.datum-div input {
    font-size: 30px !important;
    padding: 0px !important;
    font-weight: 700;
    color: var(--accentColor);
    background-color: transparent !important;
}

/* Skadeanmälan formulär */ 

#wpsc-container input[type=text] {
    padding: 22px !important;
    border-radius: 30px !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #cdcdcd !important;
}
#wpsc-container input[type=text] {
    padding: 5px !important;
    border-radius: 5px !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 10px 10px 28px -6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 10px 10px 28px -6px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 28px -6px rgba(0, 0, 0, 0.1);
}
.wpcf7-pdf-forms-response-output {
    border-color: #46b450;
    margin: 2em 0.5em 1em;
    padding: 1em 1em;
    border: 2px solid #00a0d2;
    border: 0px !important;
}

.wpsc-tff .name {
    font-weight: bold;
    font-size: 20px;
    font-family: 'CustomHeadingFont';
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
div#wpsc-container .wpsc-shortcode-container {
    background-color: transparent !important;
}

.submit-container .wpsc-button.primary {
    border: 1px solid #313042 !important;
    background-color: var(--accentColor3) !important;
    color: #fff !important;
    width: 50%;
    padding: 20px !important;
    background-color: var(--accentColor2) !important;
}
.submit-container .wpsc-button.secondary {
    border: var(--accentColor3) !important;
    background-color: #fff !important;
    color: #313042 !important;
    width: 40%;
}
.wpsc-tff .extra-info{
    margin-bottom: 20px;
}
.wpsc-tff.customer {
    display: none;
}



  div#\36 92step-1 {
    padding-left: 20px;
    border-left: 2px solid var(--accentColor) !important;
    max-width: 90%;
    margin-left: 19px;
    margin-top: 50px;
}


#ck-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
}

#ck-button:hover {
    background:var(--accentColor);
    color:#fff;
    transform: scale(1.02);
    transition-duration: 0.4s;
}

#ck-button label {
    float:left;
    width:100%;
}

#ck-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

#ck-button label input {
    position:absolute;
    top:-20px;
}

#ck-button input:checked + span {
    background-color:var(--accentColor);
    color:#fff;
}
.garantier-lista-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px 30px;
    grid-auto-flow: row;
}
#ck-button {
    margin: 4px;
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    overflow: auto;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'sofia-pro-soft';
    font-weight: 700;
    color: #000;
}
.garantier-lista-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 30px;
    grid-auto-flow: row;
    margin: 30px 0px;
}
.uacf7-step.step-content.step-start button.uacf7-next {
    float: right !important;
    background-color: var(--accentColor);
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}


/* v3 */ 



a.mitt-konto-header {
    background-color: var(--accentColor3);
    font-size: 14px;
    font-weight: 700;
    min-width: 150px;
    position: relative;
    text-align: left;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid var(--accentColor3);
    color:#fff;
    text-decoration: none;
    margin-right: 5px;
}
a.mitt-konto-header::after{
  content: url(/wp-content/themes/smort_commerce/img/arrow-up-right.svg);
  position: absolute;
  right: 10px;
  filter: invert(1);
  transition: transform 0.2s ease-in-out;
  top: 13px;
}


a.skadeanmalan-header {
    background-color: var(--accentColor2);
    font-size: 14px;
    font-weight: 700;
    min-width: 150px;
    position: relative;
    text-align: left;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid var(--accentColor2);
    color:#fff;
    text-decoration: none;
    margin-right: 10px;
}
a.skadeanmalan-header::after{
  content: url(/wp-content/themes/smort_commerce/img/arrow-up-right.svg);
  position: absolute;
  right: 10px;
  filter: invert(1);
  transition: transform 0.2s ease-in-out;
  top: 13px;
}





.blur-col .kt-inside-inner-col {
    background-color: rgba( 255, 255, 255, 0.2 );
    padding: 10px 15px;
    border-radius: 5px;
    backdrop-filter: blur(10px);
}

/* Single Post Styles */
.single-post .post-header {
    position: relative;
    min-height: auto; /* Ändrat från 100vh */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Ändrat från center */
    padding: 120px 20px 0; /* Justerat padding-top för att ta hänsyn till header */
}

/* Split background effect */
.single-post .post-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%; /* Justerat för bättre proportion */
    background-color: #a0a79157;
    z-index: 1;
}

.single-post .post-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%; /* Justerat för bättre proportion */
    background-color: #fff;
    z-index: 1;
}

.single-post .header-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.single-post .post-date {
    color: var(--accentColor4);
    margin-bottom: 15px; /* Minskat margin */
    font-size: 14px;
    font-family: var(--fontFamily);
    text-align: center;
}

.single-post .post-title {
    color: var(--accentColor2);
    font-size: 4.5rem;
    text-align: center;
    max-width: 900px;
    margin: 20px auto 50px auto;
    line-height: 1.1;
    font-family: var(--fontFamily);
}

.single-post .featured-image-container {
    width: 100%;
    height: 500px;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.single-post .featured-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.single-post .post-content {
    max-width: 800px;
    margin: 50px auto; /* Minskat margin */
    padding: 0 20px;
}

@media (max-width: 768px) {
    .single-post .post-title {
        font-size: 2.5rem;
    }
    
    .single-post .post-header {
        padding: 100px 20px 0; /* Justerat padding för mobil */
    }
    
    .single-post .featured-image-container {
        height: 300px;
    }
}

/* Related Posts Styles */
.related-posts-section {
    background-color: #a0a79157;
    padding: 60px 20px;
    margin-top: 60px;
}

.related-posts-container {
    max-width: 1200px;
    margin: 0 auto;
}

.related-posts-section h2 {
    color: var(--accentColor);
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-family: var(--fontFamily);
    max-width: 1200px;
    margin: 0 auto;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 2% auto;
}

.related-post-card {
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.related-post-card:hover {
    transform: translateY(-5px);
}

.related-post-card .post-info {
    padding: 20px 0;
    text-align: left;
}

.related-post-card .post-date {
    color: var(--accentColor);
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.related-post-card h3 {
    margin: 0 0 20px 0;
}

.related-post-card h3 a {
    color: var(--accentColor);
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: var(--fontFamily);
    font-weight: 500;
}

.related-post-card .post-thumbnail {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.related-post-card .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-post-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

.read-more-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid var(--accentColor);
    border-radius: 5px;
    color: var(--accentColor);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: var(--accentColor);
    color: #fff;
}

@media (max-width: 768px) {
    .related-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .related-posts-section {
        padding: 40px 20px;
    }
    
    .related-posts-section h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .related-post-card h3 a {
        font-size: 1.5rem;
    }
}

.footer-link-row a {
    position: relative;
    text-decoration: none;
    color: inherit; /* Behåller textfärgen */
    padding-bottom: 5px; /* Avstånd för understrykningen */
    font-size: 20px;
    margin: 0px;
  }
  .footer-link-row h3 {
    margin: 0px 0px 12px 0px;
  }
  .footer-link-row a::after {Ta
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* Tjockleken på linjen */
    background-color: #fff; /* Använder textens färg */
    transition: width 0.3s ease-in-out;
  }
  
  .footer-link-row a:hover::after {
    width: 100%; /* Expanderar linjen vid hover */
  }
  


  .contact-link {
    font-size: 2.5rem;
    margin: 20px 0px;
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    line-height: 2;
}
.contact-link a{
    text-decoration: none;
}

.smort-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.smort-nav ul li {
    position: relative;
}

.smort-nav .has-submenu > a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    margin-left: 8px;
    transform: rotate(45deg);
    display: inline-block;
}

.smort-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.smort-nav li:hover > .sub-menu {
    display: block;
}

.wp-block-kadence-infobox .kt-blocks-info-box-title{
    color:#000;
}

div.logged-in a {
    background-color: var(--accentColor3);
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .smort-nav .sub-menu {
        position: static;
        box-shadow: none;
    }
    
    .smort-nav .has-submenu > a:after {
        display: none;
    }
}

/* FAQ Accordion Styles */
.faq-accordion {
    max-width: 1200px;
    margin: 2em auto;
    background: #fff;
    border-radius: 8px;
}

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 30px 40px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.8rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--accentColor);
    transition: background-color 0.3s ease;
    font-family: 'CustomHeadingFont';
    font-weight: 600;
}
.faq-question:hover {
    background-color: rgba(0,0,0,0.02);
}

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #000;
    margin-left: 15px;
}

.faq-question.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 20px 20px 20px;
    color: var(--textColor);
    line-height: 1.6;
    font-size: 15px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .faq-accordion {
        margin: 1em;
    }
    
    .faq-question {
        padding: 15px;
        font-size: 15px;
    }
    
    .faq-answer {
        padding: 0 15px 15px;
        font-size: 14px;
    }
}



/* Responsive full */ 

@media (max-width: 992px) {
    h2.gg-heading{
        font-size: 2rem;
    }
    .hero-outline-btn-gg a{
        min-width: 250px;
    }
    p.hero-p {
        max-width: 480px;
        margin: 0 auto;
        font-size: 13px !important;
        margin-bottom: 15px;
        margin-left: 0px;
    }
    .blur-col .kt-inside-inner-col {
        background-color: rgba(255, 255, 255, 0);
        padding: 0px !important;
        border-radius: 5px;
        backdrop-filter: blur(10px);
    }
}