/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme - Windows Optimized
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* ------------- Windows Optimization Layer ------------- */

/* Hardware acceleration for better Windows rendering */
*, *::before, *::after {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Force hardware acceleration on shadow elements */
.shadow--soft,
.second--shadow,
.primary--button,
.fourth--button,
.info--box,
.partner--box .col .col-inner,
.custom-blog-cards .blog-card,
.section-solutions .box,
.leverandor--card .col-inner,
.mission--card .col-inner,
.related--products .product-small.col .col-inner,
.box-shadow,
.nav .nav-dropdown {
    transform: translateZ(0);
    will-change: transform;
    contain: layout style paint;
}

/* Enhanced gradient backgrounds for Windows */
.section-background--tertiary,
.section-background--green,
.section-background--orange,
.section-background--blue {
    background-attachment: scroll;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* ------------- Cross-Browser Shadow Optimization ------------- */

/* Base shadows - work well on Mac/Safari/webkit browsers */
.shadow--soft {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
}

.second--shadow {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
}

.primary--button {
    box-shadow: 0 6px 20px rgba(0, 55, 136, 0.1);
    transform: translateZ(0);
}

.primary--button:hover {
    box-shadow: 0 10px 20px rgba(0, 55, 136, 0.1);
}

.fourth--button {
    box-shadow: 0 6px 20px rgba(0, 55, 136, 0.1);
    transform: translateZ(0);
}

.fourth--button:hover {
    box-shadow: 0 10px 20px rgba(0, 55, 136, 0.1);
}

.nav .nav-dropdown {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
    transform: translateZ(0);
}

.box-shadow {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
    transform: translateZ(0);
}

.custom-blog-cards .blog-card {
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    transform: translateZ(0);
	transition: all .4s ease;
}

.custom-blog-cards .blog-card:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	transition: all .4s ease;
}

.section-solutions .box {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.07);
    transform: translateZ(0);
}

.section-solutions .box:hover {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.07);
}

.partner--box .col .col-inner {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
}

.leverandor--card .col-inner {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transform: translateZ(0);
}

.mission--card .col-inner {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
}

.related--products .product-small.col .col-inner {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transform: translateZ(0);
}

.newsletter--button {
    box-shadow: 0 2px 10px rgba(32, 58, 96, 0.1);
    transform: translateZ(0);
}

.newsletter--button:hover {
    box-shadow: 0 5px 15px rgba(32, 58, 96, 0.1);
}

#nf-field-4, #nf-field-30 {
    box-shadow: 0 6px 20px rgba(0, 55, 136, 0.3);
    transform: translateZ(0);
}

#nf-field-4:hover, #nf-field-30:hover {
    box-shadow: 0 6px 20px rgba(0, 55, 136, 0.3);
}

.timeline-content {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}

/* Windows/Edge/Firefox specific fallbacks using @supports */
@supports not (-webkit-backdrop-filter: blur(1px)) {
    .shadow--soft {
        filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.08));
    }
    
    .second--shadow {
        filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.08));
    }
    
    .primary--button {
        filter: drop-shadow(0 6px 20px rgba(0, 55, 136, 0.35));
    }
    
    .primary--button:hover {
        filter: drop-shadow(0 10px 20px rgba(0, 55, 136, 0.35));
    }
    
    .fourth--button {
        filter: drop-shadow(0 6px 20px rgba(0, 55, 136, 0.35));
    }
    
    .fourth--button:hover {
        filter: drop-shadow(0 10px 20px rgba(0, 55, 136, 0.35));
    }
    
    .nav .nav-dropdown {
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .1));
    }
    
    .box-shadow {
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .1));
    }
    
    .custom-blog-cards .blog-card {
        filter: drop-shadow(0 4px 10px rgba(0,0,0,0.05));
    }
    
    .custom-blog-cards .blog-card:hover {
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.05));
    }
    
    .section-solutions .box {
        filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.07));
    }
    
    .section-solutions .box:hover {
        filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.07));
    }
    
    .partner--box .col .col-inner {
        filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.05));
    }
    
    .leverandor--card .col-inner {
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.08));
    }
    
    .mission--card .col-inner {
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
    }
    
    .related--products .product-small.col .col-inner {
        filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.08));
    }
    
    .newsletter--button {
        filter: drop-shadow(0 2px 10px rgba(32, 58, 96, 0.1));
    }
    
    .newsletter--button:hover {
        filter: drop-shadow(0 6px 20px rgba(32, 58, 96, 0.2));
    }
    
    #nf-field-4, #nf-field-30 {
        filter: drop-shadow(0 6px 20px rgba(0, 55, 136, 0.35));
    }
    
    #nf-field-4:hover, #nf-field-30:hover {
        filter: drop-shadow(0 6px 20px rgba(0, 55, 136, 0.35));
    }
    
    .timeline-content {
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.05));
    }
}

/* Alternative detection for older Firefox versions */
@supports not (-webkit-appearance: none) and not (-moz-appearance: none) {
    .shadow--soft {
        filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.08));
    }
    
    .second--shadow {
        filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.08));
    }
}

/* Remove old media query rules that have been replaced */
/* High DPI Windows support - REMOVED (replaced with @supports) */

/* ------------- general costumisation ------------- */

:root {
	--primary-color-am: #fff; /* white color not primary color */
	--secondary-color-am: #203a60;
  	--text-color-am: #203a60;
	--tertiary-color-am: #5183e0; /*#2A65D3;*/
	--green-color-am: #46b5b5; /*#30d1b6;*/
  	
  	--grey-color-am: #fbfaf9;
	--grey-color-am-200: #f2f2f2; 
	--grey-color-am-300: #e5e5e5;
	
	--secondary-color-am-5: #203a600D;
	--secondary-color-am-10: #203a601A; /* #12377a1A  #f5f8ff*/
	--secondary-color-am-20: #bed3fa; /* #c7dff2 */
	--secondary-color-am-80: #1a4ead; /* #12377aCC */
  	--secondary-color-am-60: #5183e0; /* #12377a99 */

	--tertiary-color-am-60: #2a65d399;
  	--tertiary-color-am-50: #f9fbff;
	--tertiary-color-am-100: #e6f0ff;
  	--tertiary-color-am-150: #e3edfc;
	--tertiary-color-am-200: #bed3fa;
	--tertiary-color-am-300: #85a9ed;
	--tertiary-color-am-400: #5183e0;
  	--tertiary-color-am-550: #3875d6;
  	--tertiary-color-am-600: #2A65D3;/*#1a4ead;*/
	
	--green-color-am-50: #d7f2ef;
  	--green-color-am-100: #afe0dc;
  	--green-color-am-200: #88d3cf;
  	--green-color-am-300: #66ccca;
	--green-color-am-400: #6dccca;
  	--green-color-am-600: #38a09d;/*#26bc9f;*/
  
	--border-radius: 12px;
}

body {
	font-size: 100%;
}

/* black and white filter for images */
.black-and-white {
  filter: grayscale(100%);
}

.lower-opacity {
  opacity: .8;
}

/* solved problems with buttons being darker on hover */
.button:hover {
	box-shadow: none;
} 

.text-color, .post-title, .post-title:hover a {
	color: #203a60; /* fallback */
	color: var(--text-color-am);
}

label {
	color: #203a60; /* fallback */
	color: var(--text-color-am);
}

.nav-vertical li li.menu-item-has-children>a {
	color: #203a60; /* fallback */
	color: var(--secondary-color-am);
}

.nav-vertical>li>ul li a {
	color: #203a60; /* fallback */
	color: var(--secondary-color-am);
}

.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
	color: #fff; /* fallback */
	color: var(--primary-color-am);
}

.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
  background-color: #f2f2f2; /* fallback */
  background-color: var(--grey-color-am);
}

a.icon.plain {
  color: #5183e0; /* fallback */
  color: var(--tertiary-color-am);
}


/* Default heading sizes */
h1 { 
    font-size: clamp(1.5rem, 2rem + 0.5vw, 3rem);
	line-height: 1.3;
	text-transform: initial!important; 
	letter-spacing: 0!important;
} 

h2 { 
	font-size: clamp(1.25rem, 1.5rem + 0.5vw, 2.25rem);
} 

h3 { 
    font-size: clamp(1.125rem, 1.25rem + 0.3vw, 1.75rem);
	line-height: 1.3 !important;
	text-transform: initial; 
	letter-spacing: 0;
} 

h4 { 
    font-size: clamp(1rem, 1.1rem + 0.2vw, 1.5rem);
	text-transform: initial!important;
	letter-spacing: 0!important;
} 

h5 { 
    font-size: clamp(0.875rem, 1rem + 0.1vw, 1.25rem);
	text-transform: initial!important;
	letter-spacing: 0!important;
} 

h6 { 
    font-size: clamp(0.75rem, 0.875rem + 0.1vw, 1.125rem); 
	font-weight: 800;
} 

.dark, .dark p, .dark td {
	color: #fff; /* fallback */
	color: var(--primary-color-am);
}

/* p.lead {
	line-height:1.3;
} */

/* Margin auto */
@media screen and (min-width: 850px) {
    .col:first-child .col-inner {
        margin-left: auto;
        margin-right: auto;
    }
}

/* overall font-size */
body, html {
    font-size: 15px;
    line-height: 1.5;
}

/* Increase font size on mobile devices */
@media screen and (max-width: 849px) {
    body, html {
        font-size: 16px !important; /* Absolute size approach */
    }
}


/* changes to font size */
.nav-vertical li li.menu-item-has-children>a {
    font-size: 1rem;
    text-transform: none;
}

.nav>li>a {
    font-size: .8rem;
}

a {
    font-size: 1rem;
}

a:hover {
  color: #5183e0; /* fallback */
  color: var(--tertiary-color-am);
}

.header-main .nav>li>a {
    font-size: 1rem;
}

.product_meta a {
    font-size: 1rem;
}

label, legend {
    font-size: 1rem;
}

@media screen and (max-width: 849px) {
  .nav-sidebar .nav-vertical li li.menu-item-has-children > a,
  html body .nav-vertical li li.menu-item-has-children > a {
    font-size: 0.9rem;
  }
  .nav>li>a {
	font-size: .9rem !important;
  }
  .menu-item a {
    font-size: .9rem !important;
  }
}


/* icons */
.material-icons, material-icons-outlined, .material-icons-round { 
    font-size: inherit; 
}

/* divider */
.is-divider {
    background-color: #25c1a3; /* fallback */
    background-color: var(--green-color-am);
  	display: none;
}

/* --------------- padding --------------- */
.padding-bottom {
    padding-bottom: 30px;
}

.remove-padding {
    padding-left: 0px;
    padding-right: 0px;
}

/* new classes */
.overflow-hidden {
    overflow: hidden;
}

/* remove border under title */
.section-title-normal {
    border-bottom: none;
}

.section-title-normal span {
    border-bottom: none;
}

/* link color in generel */
.nav>li>a {
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
}

/* image automatic margin bottom */
.col-inner>.img:not(:last-child) {
    margin-bottom: 0;
}

/* -------------- added classes ------------------ */

/* ----------- Gradient Backgrounds ---------- */

/* Background tertiary gradient */
.section-background--tertiary {
    position: relative;
    /* background: linear-gradient(135deg, rgb(87 143 246) 0%, rgba(42, 101, 211, 1) 50%, rgb(81 132 228) 100%);*/
  	background: linear-gradient(135deg, #7ba0f0 0%, #5183e0 50%, #6b94eb 100%);
    background-attachment: scroll;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
/* Background green gradient */
.section-background--green {
  background: linear-gradient(135deg, #88d3cf 0%, #66ccca 50%, #5fc1be 100%); /* fallback */
  background: linear-gradient(135deg, var(--green-color-am-200) 0%, var(--green-color-am-300) 50%, var(--green-color-am-400) 100%);
  background-attachment: scroll;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* Backgorund orange gradient */
.section-background--orange {
	background: linear-gradient(135deg,rgba(242, 185, 117, 1) 0%, rgba(237, 165, 79, 1) 100%);
    background-attachment: scroll;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* background blue original gradient */
.section-background--blue {
    position: relative;
    background: Linear-gradient(135deg, rgb(181 211 253) 0%, rgb(210 231 255) 50%, rgb(145 184 247)  100%); 
    background-attachment: scroll;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* ------------- Solid Backgrounds ---------- */

/* light blue background */

.section-background--light-blue {
  background: #e6f0ff; /* fallback */
  background: var(--tertiary-color-am-150);
}


.section-background--light {
    background-color: #fff; /* fallback */
    background-color: var(--primary-color-am);
}

.section-background--grey {
    background: #f2f2f2; /* fallback */
    background: var(--tertiary-color-am-150);
}

.section-background--dark-blue {
  background: #bed3fa; /* fallback */
  background: var(--tertiary-color-am-200);
}

.section-background--secondary {
  background: #203a60; /* fallback */
  background: var(--secondary-color-am);
}

/* Typography */
.small-heading {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
    font-weight: 900;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* padding */
.column-padding {
    padding: 0 30px;
}

/* UI elements*/
.primary--button {
    background-color: #5183e0; /* fallback */
    background-color: var(--tertiary-color-am);
    color: #fff; /* fallback */
    color: var(--primary-color-am);
    padding: 4px 30px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.4s ease;
    transform: translateZ(0);
}

.primary--button:hover {
    background-color: #3875d6 !important; /* fallback */
    background-color: var(--tertiary-color-am-550) !important;
    box-shadow: 0 6px 20px rgba(0, 55, 136, 0.1);
    transform: translateY(-3px) translateZ(0);
    transition: 0.4s ease;
}

.secondary--button {
    background-color: transparent;
  	border: 2px #fff solid; /* fallback */
  	border: 2px var(--primary-color-am) solid;
    color: #fff; /* fallback */
    color: var(--primary-color-am);
  	line-height: 1;
    padding: 8px 30px;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.4s ease;
    transform: translateY(0) translateZ(0);
    position: relative; 
    display: inline-flex; 
    align-items: center; 
}

.secondary--button::after {
    content: "→";
    margin-left: 8px;
    display: inline-block; 
    transition: transform 0.2s ease;
}

.secondary--button:hover::after {
    transform: translateX(6px);
}

.secondary--button:hover {
    background-color: transparent;
  	color: #fff; /* fallback */
  	color: var(--primary-color-am);
}

.tertiary--button {
    background: none; 
    color: #e29b29; /* fallback */
    color: var(--orange-color-am);
    border: none;
    font-weight: 900;
    font-size: 1rem;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.tertiary--button::after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.tertiary--button:hover::after {
    transform: translateX(4px);
}

.tertiary--button:hover {
    background: none; 
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
    border: none;
    font-weight: 900;
    font-size: 1rem;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.fourth--button {
    background-color: #26bc9f; /* fallback */
    background-color: var(--green-color-am);
  	border: 2px solid var(--green-color-am);
    color: #fff; /* fallback */
    color: var(--primary-color-am);
    padding: 8px 30px;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.4s ease;
    transform: translateY(0) translateZ(0);
    position: relative; 
    display: inline-flex; 
    align-items: center; 
  	justify-content: center;
}

.fourth--button:hover {
    background-color: #26bc9f; /* fallback */
    background-color: var(--green-color-am);
  	border: 2px solid var(--green-color-am);
    box-shadow: 0 6px 20px rgba(0, 55, 136, 0.1);
    transform: translateY(-3px) translateZ(0);
}

.info--box {
    padding: 30px;
    background-color: #fff; /* fallback */
    background-color: var(--primary-color-am);
    border: none; 
    border-radius: 12px;
    transform: translateY(0) translateZ(0);
    transition: all 0.4s ease;
}

/* --------------- header --------------- */
/* top header */
#top-bar {
    background: #f5f8ff; /* fallback */
    background: var(--tertiary-color-am-100);
}

.nav>li>a>i {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
    font-size: .9rem; 
}

/* header dropshadow */


/* container nav padding */

.header-inner.container, .header-top .container {
  padding-right: 30px;
  padding-left: 30px;
}

/* search bar */
.col .live-search-results, .header .search-form .live-search-results, .header-block .live-search-results {
    background-color: #fff;
    color: #003E82;
}

/* icons and link color */
a.plain {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
}

.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: #203a60; /* fallback */
    color: var(--secondary-color-am); 
}

.header-main .nav > li > a {
    line-height: 1.1;
}

.nav>li {
  margin: 0 10px;
}

/* search bar center */
.header-nav.header-nav-main.nav.nav-left.nav-divided {
    justify-content: center;
}

/* top menu */
ul.nav.nav-left.medium-nav-center.nav-small {
    justify-content: flex-start;
}

/* dropdown menu */
.nav-dropdown {
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
  	background: #fff; /*fallback*/
  	background: var(--primary-color-am);
    transform: translateZ(0);
}
.nav .nav-dropdown {
  background: #fff; /*fallback*/
  background: var(--primary-color-am);
  transform: translateZ(0);
}

.nav .nav-dropdown>li>a {
   color: #203a60; /* fallback */
  	color: var(--secondary-color-am);
}

.nav .nav-dropdown>li>a:hover {
   color: #5183e0; /* fallback */
  	color: var(--tertiary-color-am);
}

.ux-menu-link__link {
    padding: 5px 0px 5px 0px;
    min-height: 1rem;
    border-bottom-color: #203a6020; /* fallback with corrected opacity */
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
}

.ux-menu-link--active .ux-menu-link__link, .ux-menu-link:hover .ux-menu-link__link {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
}

/* --------------- homepage --------------- */
/* button hover style */
.is-outline:hover, .primary.is-outline:hover {
    background-color: #5183e0; /* fallback */
    background-color: var(--tertiary-color-am);
    border-color: #5183e0; /* fallback */
    border-color: var(--tertiary-color-am);
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
}

/* solutions: image */
.section-solutions .box {
    background-color: #fff; /* fallback */
    background-color: var(--primary-color-am);
    border-radius: 12px; /* fallback */
    border-radius: var(--border-radius); 
    overflow: hidden;
    transform: translateZ(0);
}

.section-solutions .box:hover {
    transform: translateY(-3px) translateZ(0);
    transition: transform 0.4s ease;
}

/* partner boxes */
.partner--box .col .col-inner {
    border-radius: 12px; /* fallback */
    border-radius: var(--border-radius);
    background: #fff; /* fallback */
    background: var(--primary-color-am);
    padding: 30px 15px;
    min-height: 150px;
    align-content: center;
    transform: translateZ(0);
}

/* icons */
/*.has-icon-bg .icon .icon-inner{
    background-color: var(--secondary-color-am);
    color: var(--secondary-color-am);
    border-color: var(--secondary-color-am);
} */

.icon-box:hover .has-icon-bg svg, .icon-box:hover .has-icon-bg svg path {
    fill: #fff; /* fallback */
    fill: var(--primary-color-am);
}


/* blogpost for news */
/* Custom Blog Cards Styling with Equal Heights */
.custom-blog-cards .row {
    display: flex;
    flex-wrap: wrap;
}

.custom-blog-cards .col {
    display: flex;
    padding: 15px;
}

.custom-blog-cards .blog-card {
    background: #fff; /* fallback */
    background: var(--primary-color-am);
    border-radius: 12px; /* fallback */
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    transform: translateZ(0);
}

.custom-blog-cards .blog-card:hover {
    transform: translateY(-3px) translateZ(0);
}

.custom-blog-cards .card-image-container {
    position: relative;
    overflow: hidden;
}

.custom-blog-cards .card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.custom-blog-cards .blog-card:hover .card-image img {
    transform: scale(1.05);
}

.custom-blog-cards .category-label {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #25c1a3; /* fallback */
    background-color: var(--green-color-am);
    color: #fff; /* fallback */
    color: var(--primary-color-am);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 500;
    z-index: 2;
}

.custom-blog-cards .post-date {
    padding: 20px 20px 0;
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
  	opacity: .8;
    font-size: .8rem;
    display: flex;
    align-items: center;
}

.custom-blog-cards .post-title {
    padding: 10px 20px 0;
    font-size: clamp(1rem, 1.1rem + 0.2vw, 1.5rem);
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3;
} 

.custom-blog-cards .post-title a {
    font-size: clamp(1rem, 1.1rem + 0.2vw, 1.5rem);
    color: #203a60; /* fallback */
    color: var(--text-color-am);
    text-decoration: none;
}

.custom-blog-cards .post-excerpt {
    padding: 0 20px;
    color: #203a60; /* fallback - FIXED TYPO */
    color: var(--text-color-am);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1; /* This makes the excerpt take up available space */
}

.custom-blog-cards .read-more {
    padding: 0 20px 20px;
    margin-top: auto; /* Pushes the read more link to the bottom */
}

.custom-blog-cards .read-more-link {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.custom-blog-cards .read-more-link i {
    margin-left: 5px;
    transition: transform 0.2s ease;
    transform: translatey(1.5px);
}

.custom-blog-cards .post-date .calendar-today {
    font-size: .9rem;
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
  	opacity: .8;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
    background: none; 
    width: 1rem;
    height: auto;
}

/* Custom breakpoints for blog cards */
@media only screen and (max-width: 1100px) {
    .custom-blog-cards .col.medium-4 {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 750px) {
    .custom-blog-cards .col.medium-4 {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .custom-blog-cards .card-image img {
        height: 200px;
    }
}


/* --------------- Footer --------------- */
/* changing font size and color */
.footer-wrapper .footer-menu-links a {
    font-size: 1rem; 
    color: #fff; /* fallback */
    color: var(--primary-color-am);
    opacity: 1;
    transition: .4s;
}

.footer-wrapper h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
}


.footer-wrapper a:hover {
    font-size: 1rem; 
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
    opacity: 1;
    transition: .4s;
}

.footer-background {
    background: #fbfaf9; /* fallback */
    background: var(--grey-color-am);
}

.footer-title h6 {
    color: #bed3fa; /* fallback */
    color: var(--tertiary-color-am-200); 
  	opacity: 1;
}

.footer-menu-link {
    background: none; 
    color: #fff; /* fallback */
    color: var(--primary-color-am);
    border: none;
    font-weight: 900;
    font-size: 1rem;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.footer-menu-links a::before {
    content: ">";
    margin-right: 8px;
    transition: transform 0.2s ease;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 5px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am-400);
}

.contact-icon i {
    font-size: 1.2rem;
    transform: translatey(2px);
}

.contact-text a {
    color: #fff; /* fallback */
    color: var(--primary-color-am);
    text-decoration: none;
    transition: color 0.4s ease;
}

.contact-text a:hover {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
}
    
.contact-text {
  	color: #fff; /* fallback */
  	color: var(--primary-color-am);
    font-size: 1rem;
}

.footer-social .social-icons-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.footer-social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #5183e0; /* fallback */
    background-color: var(--tertiary-color-am-400);
    border: 1px solid #5183e0; /* fallback */
    border: 1px solid var(--tertiary-color-am-400);
    transition: all 0.4s ease;
}

.footer-social .social-icon i {
    font-size: 1rem;
  	color: #fff; /* fallback */
  	color: var(--primary-color-am);
    transition: 0.4s color ease;
}

.footer-social .social-icon:hover {
    border: 1px solid #3875d6; /* fallback */
    border: 1px solid var(--tertiary-color-am-550);
    background: #3875d6; /* fallback */
    background: var(--tertiary-color-am-550);
    transition: 0.2s all ease;
}

.footer-social .social-icon:hover i {
    color: #fff; /* fallback */
    color: var(--primary-color-am);
    transition: 0.2s color ease;
}

/* hide absolute footer */
/* .absolute-footer {
    display: none;
} */

.absolute-footer {
  padding: 5px;
}

.absolute-footer .container {
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  flex-wrap: wrap;
}

.absolute-footer .container::after {
  content: none !important;
  display: none !important;
  clear: none !important;
}

/* ----------------- newsletter ---------------- */

input[type=submit].newsletter--button {
  	background: #46b5b5; /* fallback */
  	text-transform: capitalize;
	background: var(--green-color-am);
  	border-radius: 40px;
  	border: none;
  	padding: 2px 30px;
  	transition: all .4s;
    transform: translateZ(0);
}

input[type=submit].newsletter--button:hover {
  background: #46b5b5; /* fallback */
  background: var(--green-color-am);
  transform: translateY(-3px) translateZ(0);
  border: none;
  transition: all .4s;
}

input[type=submit]:hover {
	box-shadow: none;
}

.newsletter-section .mc4wp-form-fields {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.newsletter-section .mc4wp-form-fields input[type=email] {

    background-color: #fff;
    border: 1px solid #ddd;
  	border-radius: 40px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
  	color: #203a60; /*fallback*/
    color: var(--secondary-color-am);
    font-size: .9rem;
    height: 2.5rem;
    max-width: 100%;
    padding: 1rem .75rem;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 350px;
}

.footer-newsletter input[type=email] {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
  	color: #203a60; /*fallback*/
    color: var(--secondary-color-am);
    font-size: .9rem;
    height: 2.507rem;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}

@media (max-width: 549px) {
  .newsletter-section .mc4wp-form-fields {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .newsletter-section .mc4wp-form-fields input[type=email] {
    width: 280px;
  }
}

/* --------------- Leverandører --------------- */
/* changing button hover color */
.button.is-underline:hover {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
}

.primary.is-underline {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
}

/* Leverandor Card Styling */

.leverandor--card .col-inner {
    background-color: #fff; /* fallback */
    background-color: var(--primary-color-am);
  	border: 1px solid #f0f0f0; /* fallback */
  	border: 1px solid var(--grey-color-am-200);
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    height: 100%;
    transform: translateZ(0);
}
.leverandor--card .img {
    background: #fff; /* fallback */
    background: var(--primary-color-am);
    width: 100%;
    overflow: hidden;
}
.leverandor--card .img-inner {
    width: 100%;
}
.leverandor--card .img-inner img {
    width: 100%;
    height: auto;
    padding: 40px;
    object-fit: contain;
    aspect-ratio: 16/9;
    transition: transform 0.3s ease;
}
.leverandor--card .col-inner:hover .img-inner img {
    transform: scale(1.05);
}
.leverandor--card .col-inner > *:not(.img) {
    padding-left: 20px;
    padding-right: 20px;
}
.leverandor--card h3 {
    margin-top: 20px;
}
.leverandor--card .button {
    margin-bottom: 20px !important;
}
.leverandor--card p {
  margin-bottom: 5px;
}
/* --------------- Leverandør show related products --------------- */
.leverandor-products .leverandor-product img {
    max-height: 400px;
}

.leverandor-heading {
    font-size: clamp(1.5rem, 2rem + 0.5vw, 3rem);
    margin: 0;
    padding: 30px 30px 15px 30px;
    line-height: 1.3;
}

.leverandor-products {
    max-width: 1400px;
    margin: auto;
}

.leverandor-section-products {
    background: #fff !important;
    padding: 30px;
}

.leverandor-products .leverandor-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    max-width: 1400px;
    padding: 15px 30px 30px 30px;
    align-items: flex-end;
}

.leverandor-products .leverandor-product {
    text-align: center;
}

.leverandor-products .leverandor-product img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* Leverandor products responsive */
@media (max-width: 900px) {
    .leverandor-products .leverandor-products-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 15px 15px 30px 15px;
    }
    
    .leverandor-heading {
        padding: 30px 15px 15px 15px;
    }
}

@media (max-width: 500px) {
    .leverandor-products .leverandor-products-grid {
        grid-template-columns: 1fr; /* One product per row */
    }
}

/* --------------- Nyheder archive page --------------- */
.blog-archive .large-9.col {
    padding-top: 4em;
    padding-bottom: 4em;
}

.archive-page-header {
    padding-top: 4em;
}

.archive-page-header .page-title {
    text-align: left;
    font-size: clamp(1.5rem, 2rem + 0.5vw, 3rem);
}

/* breadcrumbs */
.rank-math-breadcrumb .last {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
} 

.woocommerce-breadcrumb .divider {
    color: #203a60; /* fallback */
    color: var(--secondary-color-am); /* Keeps the divider color the same as the default text */
}

/* breadcrumb change */
.breadcrumbs {
    font-size: 1rem;
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
    font-weight: 100;
    margin-bottom: 10px;
}

.rank-math-breadcrumb span.separator {
  padding-left: 5px;
  padding-right: 5px;
}


.breadcrumbs a, .rank-math-breadcrumb a {
    font-size: 1rem;
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
    opacity: .8;
    transition: .4s;
}

.breadcrumbs a:hover, .rank-math-breadcrumb a:hover {
    color: #203a60; /* fallback */
    color: var(--text-color-am);
    opacity: 1;
    transition: .4s;
}

.breadcrumbs .divider, .breadcrumbs .separator {
    opacity: 1;
}

.woocommerce-result-count {
    font-size: 1rem;
}

/* --------------- Single product page --------------- */
/* margin */
.table-diplay-flex .section-title-container h3 {
    margin-bottom: 0;
}

.product-title {
    padding-bottom: 0px;
}

.product-section {
    border: none;
}

.woocommerce-variation-description, .woocommerce-variation-price, .woocommerce-variation-availability {
    display: none !important;
}

#leverandor-content {
    padding: 0;
}

.accordion-title {
    font-size: 100%;
  border-top: 1px solid #bed3fa; /* fallback */
  border-top: 1px solid var(--tertiary-color-am-200);
}

.accordion-title.active {
    background-color: #f5f8ff; /* fallback */
    background-color: var(--tertiary-color-am-100);
    border-color: #bed3fa; /* fallback */
    border-color: var(--tertiary-color-am-200);
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
}

.accordion-inner {
  padding: 1rem 0rem;
}

td, th {
    border-bottom: none;
    text-transform: none;
    letter-spacing: 0;
    padding: 10px 30px 5px 10px;
}

td {
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
}

td select {
    margin: .5em;
}

.accordion li {
    margin-bottom: 0;
}

.product-section-title-related {
    display: none;
}

.woocommerce-product-attributes .shop_attributes {
    margin-bottom: 0;
}

span.sku_wrapper {
    display: none;
}

.sku_wrapper, .posted_in, .tagged_as {
    font-size: 0.9rem;
    font-weight: 800;
}

.sku_wrapper a, .posted_in a, .tagged_as a {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
    opacity: 1;
    font-size: 0.9rem;
    font-weight: 400;
}

/* costumizing categories woocommerce hook */
.product-categories, .product-categories a {
    font-size: 1rem;
    transition: .3s ease; 
}

.product-categories {
    font-weight: 800;
}

.product-categories a {
    font-weight: 400;
}

.product-categories a:hover {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
}

/* costumising SKU information table */
table thead tr {
    background: #1a4ead; /* fallback */
    background: var(--secondary-color-am-80);
    color: white;
    padding-left: 10px;
}

td:first-child, th:first-child {
    padding: .5rem .625rem .625rem;
}

thead th, tbody td {
    padding: .5rem .625rem .625rem;
}

table tbody tr:nth-child(odd) {
    background: #203a601a; /* fallback with corrected opacity */
    background: var(--secondary-color-am-10);
}

table tbody tr:nth-child(2n) {
    background: #fbfaf9; /* fallback */
    background: var(--grey-color-am);
}

.variations tbody tr:nth-child(odd) {
    background: none;
}

/* change variations information table setting */
.variations .label {
    padding-left: 0;
}

.table-diplay-flex table {
    display: flex;
}

.table-diplay-flex th {
    padding-right: 15px;
}

.single-product-column {
    padding-bottom: 0; 
    padding-left: 15px;
    padding-right: 15px;
}

.single-product-column .woocommerce-variation-add-to-cart, form.cart {
    gap: 0;
}

/* --------------- Sustainability Page -------------------- */
.sustainability-box {
    padding: 3.2rem;
    background: #203a601a; /* fallback with corrected opacity */
    background: var(--secondary-color-am-10);
    height: 100%;
}

.col-inner-height .col-inner, .row-height {
    height: 100%;
}

/* icons */
.material-symbols-rounded {
    font-size: 1.7rem;
    display: flex !important;
    width: 3rem;
    height: 3rem;
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
    border-radius: 10px; 
    justify-content: center;
    align-items: center;
    background-color: #203a601a; /* fallback with corrected opacity */
    background-color: var(--secondary-color-am-10);
}

/* leverandører related products */
/* ------- related products cards ---------------- */
.related--products .product-small.col,
.related--products .products .product-small.col {
    padding-bottom: 20px;
}

.related--products .product-small.col .col-inner {
    background-color: #fff; /* fallback */
    background-color: var(--primary-color-am);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    transform: translateZ(0);
}

.related--products .product-small.box {
    height: 100%;
}

.related--products .product-small .box-image {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
}

.related--products .product-small .image-zoom img {
    transition: transform 0.3s ease;
    width: 100%;
}

.related--products .product-small .image-zoom:hover img {
    transform: scale(1.05);
}

.related--products .product-small .box-text.box-text-products {
    padding: 15px;
    text-align: left !important;
    border-radius: 0 0 10px 10px;
}

.related--products .product-small .category.uppercase.is-smaller.product-cat {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
    font-size: .9rem;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
}

.related--products .product-small .name.product-title.woocommerce-loop-product__title {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
    height: auto !important;
}

.related--products .product-small .name.product-title.woocommerce-loop-product__title a {
    color: #203a60 !important; /* fallback */
    color: var(--secondary-color-am) !important;
}

.woocommerce-ordering {
  display: none;
}

/* -------- About us --------- */

/* -- styling images -- */
.section-image .banner {
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.07); */
}

/* Mission Card Styling */
.mission--card .col-inner {
    background-color: #fff; /* fallback */
    background-color: var(--primary-color-am);
    border-radius: 12px;
    border: 1px solid #e5e5e5; /* fallback */
    border: 1px solid var(--grey-color-am-300);
    padding: 30px !important;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateZ(0);
}


/* SVG Icon styling */
/* .mission--card .icon-container {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
} */


/* ----- styling team cards ------- */
/* Make sure all text is center aligned */
.mission--card .text,
.mission--card .icon-box-text {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Responsive adjustments */
@media (max-width: 850px) {
    .mission--card {
        margin-bottom: 20px;
    }
}


/* Text section */
.team--card .text {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Team Card Styling */
/* Team Card Styling - New approach */
/* Target the Flatsome row structure directly */
.row .col.team--card {
    display: flex;
    padding-bottom: 20px !important;
}

/* Make the column inner stretch to full height */
.row .col.team--card > .col-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

/* Image section */
.team--card .img {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 8px;
    overflow: hidden;
}

.team--card .img-inner {
    border-radius: 12px;
    overflow: hidden;
}

.team--card .img-inner img {
    object-position: center 30%;
}

.team--card p {
  margin-bottom: 5px;
}

/* Force all images in a row to same height */
.row .team--card .img-inner.image-cover,
.row .team--card .img-inner.dark {
  	min-height: 350px;
  	width: 300px;
    position: relative;
}

.row .team--card .img-inner.image-cover img,
.row .team--card .img-inner.dark img {
    position: absolute;
    top: 0;
    left: 0;
   
    object-fit: cover;
}


/* Heading styles */
.team--card h3 {
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

/* All regular text styling */

.team--card a {
  color: #203a60; /* fallback */
  color: var(--secondary-color-am);
}

/* Fix for gap element */
.team--card .gap-element {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
}

/* Push email to bottom */
.team--card .text > p:last-child {
    margin-top: auto;
    padding-top: 10px;
}

/* Email styling with icon */
.team--card a[href^="mailto:"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    font-size: 0.9rem;
}

.team--card a[href^="mailto:"]:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2346b5b5'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

/* Fix sticky column issues */
.is-sticky-column, 
.is-sticky-column__inner {
    height: 100% !important;
}

.is-sticky-column .col-inner {
    height: 100% !important;
}

/* -------- Timeline styling -------- */

/* Timeline Styling */
.company-timeline {
    position: relative;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

/* The vertical line */
.company-timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #bed3fa; /* fallback */
    background-color: var(--tertiary-color-am-200);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    border-radius: 2px;
}

/* Timeline items */
.timeline-item {
    position: relative;
    width: 50%;
    margin-bottom: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

/* Alternating left-right pattern */
.timeline-item:nth-child(even) {
    left: 50%;
    padding-left: 40px;
    padding-right: 0;
}

/* Circular markers */
.timeline-marker {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -8px;
    background-color: #5183e0; /* fallback */
    background-color: var(--tertiary-color-am);
    border: 4px solid #fff; /* fallback */
    border: 4px solid var(--primary-color-am);
    border-radius: 50%;
    z-index: 1;
}

.timeline-item:nth-child(even) .timeline-marker {
    left: -8px;
    right: auto;
}

/* Content boxes */
.timeline-content {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5; /* fallback */
    border: 1px solid var(--grey-color-am-300);
    position: relative;
    transform: translateZ(0);
}

/* First background color (1st, 4th, 7th, etc.) */
.company-timeline .timeline-item:nth-child(3n+1) .timeline-content {
  background-color: #e3edfc; /* fallback */
  background-color: var(--tertiary-color-am-150);
}

/* Second background color (2nd, 5th, 8th, etc.) */
.company-timeline .timeline-item:nth-child(3n+2) .timeline-content {
  background-color: #e3edfc; /* fallback */
  background-color: var(--tertiary-color-am-150);
}

/* Third background color (3rd, 6th, 9th, etc.) */
.company-timeline .timeline-item:nth-child(3n) .timeline-content {
  background-color: #e3edfc; /* fallback */
  background-color: var(--tertiary-color-am-150);
}

/* Year styling */
.timeline-content .year {
    color: #5183e0; /* fallback */
    color: var(--tertiary-color-am);
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

/* Event title */
.timeline-content h4 {
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

/* Event description */
.timeline-content p {
    color: #203a60; /* fallback */
    color: var(--secondary-color-am);
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .company-timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 0;
    }
    
    .timeline-item:nth-child(even) {
        left: 0;
        padding-left: 70px;
    }
    
    .timeline-marker {
        left: 22px;
        right: auto;
    }
    
    .timeline-item:nth-child(even) .timeline-marker {
        left: 22px;
    }
}

@media (max-width: 700px) {
  /* Hide the vertical line */
  .company-timeline::before {
    display: none;
  }
  
  /* Hide the circular markers */
  .timeline-marker {
    display: none;
  }
  
  /* Reset timeline items to stack vertically */
  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  /* Reset even items to align with odd items */
  .timeline-item:nth-child(even) {
    left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .company-timeline {
    margin: 0px;
  }
}

/* --------------------- contact page / undervisnings page --------------------------- */

/* google recapcha */

.grecaptcha-badge {
  z-index: 10;
}


/* button */

#nf-field-4, #nf-field-30 {
  background: #5183e0; /* fallback */
  background: var(--tertiary-color-am);
  color: #fff; /* fallback */
  color: var(--primary-color-am);
  padding: 2px 30px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.4s ease;
  transform: translateZ(0);
}

#nf-field-4:hover, #nf-field-30:hover {
  background: #3875d6; /* fallback */
  background: var(--tertiary-color-am-550);
  box-shadow: 0 6px 20px rgba(0, 55, 136, 0.3);
  transform: translateY(-3px) translateZ(0);
  transition: 0.4s ease;
}

.contact-section {
  border-radius: 12px;
  overflow: hidden;
}

.contact-section .social-icons a {
    width: 40px;
    height: 40px;
    background-color: #5183e0 !important; /* fallback */
    background-color: var(--tertiary-color-am-400) !important;
    border: 1px solid #5183e0 !important; /* fallback */
    border: 1px solid var(--tertiary-color-am-400) !important;
  	color: #fff; /* fallback */
  	color: var(--primary-color-am);
    transition: all 0.4s ease;
  
}

.contact-section .social-icons .icon i {
  color: #fff; /* fallback */
  color: var(--primary-color-am);
}

/* map */

/*
#section_1911311982 {
  top-margin: 100px;
}

.contact-section {
  z-index:1;
} */

/* ------------------- media queries ---------------- */
@media (max-width: 549px) {
  .contact-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


@media (hover: none) and (pointer: coarse) {
  .primary--button:hover {
    background-color: var(--tertiary-color-am) !important;
    transform: none;
    transition: none;
  }
  .section-solutions .box:hover {
    transform: none;
    transition: none;
  }
  .bg-zoom:hover .bg,
  .has-hover:hover .image-zoom img {
    transform: none;
  }
   /* 🔧 Fix transition stickiness */
  .has-hover .bg,
  .has-hover [class*="image-"] img {
    transition: none !important;
  }
  .breadcrumbs a:hover {
    color: var(--secondary-color-am);
    opacity: 0.8;
    transition: none;
  }
  button.is-underline:hover::before {
    left: 20%;
    opacity: 0.3;
    width: 60%;
    transition: none;
  }
   .fourth--button:hover {
    background-color: var(--green-color-am);
    border: 2px solid var(--green-color-am);
    transform: translateY(0);
    transition: none;
  }
    .footer-social .social-icon:hover {
    border: 1px solid var(--tertiary-color-am-400);
    background-color: var(--tertiary-color-am-400);
    transition: none;
  }

  .footer-social .social-icon:hover i {
    color: var(--primary-color-am);
    transition: none;
  }
  .rank-math-breadcrumb a:hover {
    color: var(--secondary-color-am);
    transition: none;
  }
  input[type=submit].newsletter--button:hover {
    background: var(--green-color-am);
    transform: none;
    border: none;
    transition: all 0.4s;
  }
    #nf-field-4:hover,
 	 #nf-field-30:hover {
    background: var(--tertiary-color-am);
    transform: none;
    transition: 0.4s ease;
  }
  .leverandor--card .col-inner:hover .img-inner img {
    transform: none;
  }
}