/*
Theme Name: 	Divi Child Theme
Theme URI:		http://creativehub.ltd
Description:	Child theme for the Divi Theme
Author:			Joy Sarkar
Author URI:		http://creativehub.ltd
Template:		Divi
Version:		0.1.0
*/
#main-footer {
	background-color: #efdbd4ee;
	position: relative;
}
/* Set all rows to 80% width and center them */
.et_pb_row {
  width: 90% ;

}

@media (min-width: 981px) {
r .et_pb_row {
    width: 90% ;

  }
}

#main-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('images/bg02_1.webp');
	
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1; /* Make sure overlay is behind the content */
	
}
.et_pb_button, .et_pb_button:focus {
    text-align: center;
    border: 1px solid #000;
    background-color: transparent;
    color: #000 !important;
    padding: 8px 48px 10px 48px;
    font-size: 1rem;
    margin-top: 0.5rem;
    border-radius: 30px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
}
.et_pb_button:hover {
    transform: translate3d(10px, 0, 1rem) scale(1);
    background-color: transparent !important;
    text-decoration: none !important;
    opacity: 1;
    border: 1px solid #000 !important;
}
.et_pb_button_inline {
    display: inline-block !important;
    margin-right: 20px;
}
.button_inline_group {
	display: flex;
	
}
.button_inline_group_right {
	display: flex;
	justify-content: flex-end;
	
}
.btn-golden, .btn-golden:focus {
    text-align: center;
    border: #A78884;
    background: #A78884;
    background-image: url('images/gold3.png');
    background-size: cover;
    color: #fff !important;
    padding: 8px 48px 10px 48px;
    font-size: 1rem;
    margin-top: 0.5rem;
    border-radius: 30px;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    padding-top: 8px;
    padding-right: 50px;
    padding-bottom: 8px;
    padding-left: 50px;
}
.btn-golden:hover {
    transform: translate3d(10px, 0, 1rem) scale(1);
    background-color: transparent !important;
    text-decoration: none !important;
    opacity: 1;
    border: none !important;
}

.et-fixed-header .logo_container {
    
}
.et-fixed-header #logo {
	width: 85px !important;
    height: 85px !important;
    border-radius: 50%;
    border: 3px solid #fff;
	max-height: 85px !important;
}
 #logo {
	width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #fff;
	max-height: 200px !important;
}
/* Custom 5-column layout for gallery */
.five-gallery .et_pb_gallery_item {
    width: 20% !important;
    clear: none !important;
}
/* Custom 5-column layout for gallery */
.four-gallery .et_pb_gallery_item {
    width: 20% !important;
    clear: none !important;
}
@media only screen and (max-width: 980px) {
    .five-gallery .et_pb_gallery_item {
        width: 33.33% !important;
    }
}

@media only screen and (max-width: 767px) {
    .five-gallery .et_pb_gallery_item {
        width: 50% !important;
    }
}

@media only screen and (max-width: 479px) {
    .five-gallery .et_pb_gallery_item {
        width: 100% !important;
    }
}
.et_pb_contact_form_container {
    border-radius: 15px;
}
.video-bg video{
	object-fit: cover;
	
}
.video-bg .mejs-video {
    top: -45%;
}
/* Set the width of the submenu and make it 3 columns */
#main-header .three-column-submenu .sub-menu {
    width: 800px; /* Adjust width if needed */
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
	right: 0;
}

/* Each submenu item gets 1/3 of the width */
#main-header .three-column-submenu .sub-menu li {
    width: 33.33%;
    padding: 5px 15px;
    box-sizing: border-box;
}

/* Optional: better alignment and spacing */
#main-header .sub-menu li a {
    white-space: normal;
    line-height: 1.4em;
}
#top-menu li li a {
    padding: 0px !important;
    width: auto !important;
	font-size:14px !important;
	font-weight: 400px;
}

.video-popup {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
	background: rgba(0, 0, 0, 0.9);
}

.video-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1000px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.close-video-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.video-popup-trigger-wrapper {
    text-align: center;
}

.video-popup-trigger {
    padding: 14px 32px;
    font-size: 18px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.video-popup-trigger:hover {
    background-color: #005bb5;
}
.video-icon-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
    object-fit: contain;
    display: inline-block;
}

.video-icon-button:hover {
    transform: scale(1.05);
}
.custom-cover-trigger {
    display: flex;
    justify-content: center;
}

.video-cover-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s;
    max-width: 500px;
    padding: 20px;
}

.video-cover-container:hover {
    transform: scale(1.02);
}

.video-cover-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.75) 10px 10px 28px -21px;
}

.video-play-button {
position: absolute;
    bottom: 15px;
    right: 15px;
    width: 100px;
    height: 100px;
    background: #F1DED8;
    border-radius: 50%;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
	animation:  5s ease 0s infinite normal none slowPulse;
}
.play-btn {
    font-size: 30px;
    transform: translate(3px, -3px);
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.video-play-button::before {
    content: "";
    position: absolute;
    padding: 10px;
    width: 50px;
    height: 50px;
    border: 3px solid #FFF;
    border-radius: 50%;
}
.floating{
	animation: 4s ease-in-out 0s infinite normal none running float;
}
@keyframes slowPulse {
	0% {transform: scale(1, 1);}
	50% {transform: scale(1.1, 1.1);}
	100% {transform: scale(1, 1);}
}
@keyframes float{
	0% {transform: translate(0px, 0px);}
	50% {transform: translate(0px, 15px);}
	100% {transform: translate(0px, 0px);}	
}
#main-header.et-fixed-header {
    transition: height 0.2s ease-in, box-shadow 500ms;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.phone__browser {
    position: relative;
    width: 100%;
    height: 100%;
}

/* === Testimonial Slider Layout Fixes === */

.custom-testimonial-slider {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 60px auto;
    max-width: 100%;
    position: relative;
}

/* Individual Slide Card */
.testimonial-slide {
    padding: 15px;
	text-align: center;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
    padding: 0px 25px;
    text-align: center;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

/* Name (bold) */
.testimonial-card h3 {
    font-weight: 700;
    font-size: 16px;
    color: #212121;
    margin: 0 0 5px;
}

/* Subtitle (light gray) */
.testimonial-card .sub {
    font-weight: 400;
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

/* Testimonial text */
.testimonial-card p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    margin: 0 auto 15px;
}

/* Læs mere link */
.testimonial-card a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.testimonial-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.testimonial-popup {
    background: #fff;
    padding: 20px 25px;
    max-width: 600px;
    width: 90%;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    font-family: sans-serif;
}

.popup-header strong {
    font-weight: 700;
    font-size: 16px;
}

.popup-subtitle {
    color: #666;
    font-size: 14px;
}

.popup-content {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}
p.testimonial-preview {
    height: 160px;
}

.custom-testimonial-slider .slick-prev,
.custom-testimonial-slider .slick-next {
    background: none;
    border: none;
    font-size: 28px;
    font-weight: bold;
    color: #999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    padding: 0;
}

.custom-testimonial-slider .slick-prev:hover,
.custom-testimonial-slider .slick-next:hover {
    color: #000;
}

.custom-testimonial-slider .slick-prev {
    left: -50px;
}

.custom-testimonial-slider .slick-next {
    right: -50px;
}

.custom-button-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-button-group .btn {
    padding: 10px 20px;
    background: #eee;
    text-decoration: none;
    border-radius: 4px;
}

.custom-button-group .btn.primary {
    background-color: #0073e6;
    color: #fff;
}

.custom-button-group .btn.outline {
    background-color: transparent;
    border: 1px solid #0073e6;
    color: #0073e6;
}

.custom-testimonial-slider  .et_pb_module, .custom-testimonial-slider  .et_pb_module {
        margin-bottom: 0 !important;
    }
}


@media screen and (min-width: 768px) {
    .cta-flex {
        display: flex;
        flex-direction: column;
        row-gap: 0.5rem;
        opacity: 1;
        right: 0px;
    }
}
.cta-2-primary-icon .et-pb-icon {
    font-size: 25px;
    margin: 6px;
}
.cta-flex {
    position: fixed;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    opacity: 1;
    right: 0.5rem;
    bottom: calc(50px + 1rem);
    transform: translateY(10px);
    pointer-events: none;
    transition: 0.5s;
	justify-content: center;
	
}
.cta-2-primary-value {
    line-height: 28px;
	font-weight:600;
}

@media (min-width: 768px) and (min-height: 600px) {
    .cta-flex {
        position: fixed;
        z-index: 999;
        top: 50%;
        right: 0;
        transform: translate(0%, -50%);
    }
}


@media (min-width: 768px) {
     .cta-flex .cta-2-primary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        min-height: 50px;
        left: calc(100% - 60px);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 5px 0px;
        justify-content: left;
        position: relative;
        background-image: url('images/gold3.png');
        background-size: cover;
        border-radius: 30px 0px 0px 30px;
        padding: 12px 15px 12px 18px;
        transition: left 0.2s ease-in-out;
    }

   .cta-flex .cta-2-primary {
        pointer-events: all;
        display: flex;
        width: 180px;
        min-height: 50px;
        flex-direction: row;
        column-gap: 1rem;
        justify-content: flex-start;
        padding: 0.5rem 1rem;
        margin: 0px;
        border-radius: 100px 0px 0px 100px;
        transition: 0.5s;
		color:#FFF;
		justify-content: flex-start;
        align-items: center;
    }

     .cta-flex .cta-2-primary:hover {
        left: 0px;
        transition: left 0.2s ease-in-out;
        text-decoration: none;
    }
}
.custom-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.check-column {
  width: 48%;
}

.check-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 12px;
  color: #333;
}

.check-item::before {
  content: "✔";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #c7a89c;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  font-size: 14px;
}
.behandling-info{
	margin:30px 0;
}
.behandling-info > div{
	width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 8px;
}.behandling-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 16px;
}

.behandling-info > div {
  width: 45%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.behandling-info .et-icon {
    color: #A78884;
    margin-right: 5px;
    width: 16px;
    line-height: 12px;
}
.blurb_position_right .et_pb_blurb_content{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.et_pb_blurb_content .et_pb_blurb_container{
	vertical-align: middle;
    display: table-cell;
}
.et_pb_main_blurb_image img {
    width: 100%;
}
.vertical-divider-right::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(https://maluesommer.dk/sites/default/files/mindre-slider-svg1_tegnebraet-1.svg);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}
.vertical-divider-left::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(https://maluesommer.dk/sites/default/files/mindre-slider-svg1_tegnebraet-1.svg);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}