@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//energieplaats.nl/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(56,56,56);
	--wd-text-font-size: 14px;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(2,113,211);
	--wd-alternative-color: rgb(32,102,201);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(255,0,102);
	--btn-accented-bgcolor-hover: rgb(255,0,85);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(242,246,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


:root {
  --color-primary: #FF0066;      /* Ana renk */
  --color-background: #ffffff;   /* Açık arka plan */
  --color-text: #1a1a1a;         /* Açık metin rengi */
  --color-secondary: #f5f5f5;    /* Hafif gri arkaplanlar için */
  --color-accent: #61CE70;       /* Yeşil vurgu */
   --wpforms-page-break-color: #0068fa!important; 

}

body.dark-mode {
  --color-primary: #FF0066;      /* Aynı renk dark'ta da kullanılabilir */
  --color-background: #121212;   /* Koyu arka plan */
  --color-text: #eeeeee;         /* Açık metin */
  --color-secondary: #1e1e1e;    /* Koyu kutular vs. için */
  --color-accent: #FF3399;       /* Pembe vurgulu alternatif */
}

.energieplaats-box {
            padding: 30px;
            margin: auto;
						background-color: var(--color-background);
            font-family: Arial, sans-serif;
            border-radius: 12px;
            position: relative; /* For absolute positioning of badge */
        }

        /* Badge için genel */
        .energieplaats-badge {
            position: absolute;
            top: -20px;
            right: -20px;
            background-color: #e0f7fa;
            color: #00796b;
            padding: 10px 14px;
            font-weight: bold;
            border: 2px solid #00bcd4;
            border-radius: 6px;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* Mobilde badge küçülsün */
        @media (max-width: 600px) {
            .energieplaats-badge {
                font-size: 12px;
                padding: 8px 10px;
                top: -12px;
                right: -12px;
                border-width: 1px;
                gap: 6px;
            }

            .energieplaats-badge i {
                font-size: 14px;
            }

            .energieplaats-btn {
                padding: 10px 12px;
                font-size: 13.5px;
                font-weight: 600;
                line-height: 1.2;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-top: 10px;
            }
        }

        .energieplaats-box h2 {
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .energieplaats-features {
            list-style: none;
            padding: 0;
            margin: 0 0 30px 0;
            font-size: 15px;
						color: black;
        }

        .energieplaats-features li {
            display: flex;
            align-items: center;
            margin-bottom: 14px;
        }

        .check-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #4CAF50;
            color: white;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            font-size: 12px;
            margin-right: 10px;
        }

        .energieplaats-form {
            margin-top: 20px;
        }

        .energieplaats-form .form-row {
            display: flex;
            gap: 12px;
            margin-bottom: 16px;
            flex-wrap: wrap;
        }

        .form-row {
            display: flex;
            gap: 16px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        .form-group {
            flex: 1;
            display: flex;
            flex-direction: column;
            min-width: 100px;
        }

        input[type="text"] {
            background: transparent;
            border: none;
            border-bottom: 2px solid #ccc;
            padding: 12px 8px;
            font-size: 15px;
            transition: border-color 0.2s;
            width: 100%;
            border-radius: 0;
        }

        input[type="text"]:focus {
            outline: none;
            border-bottom: 2px solid #f60; /* Fixed typo here */
        }

        .error-message {
            color: red;
            font-size: 13px;
            margin-top: 4px;
            min-height: 18px;
        }

        /* Mobilde alta alta */
        @media (max-width: 600px) {
            .form-row {
                flex-direction: column;
            }
        }

        .energieplaats-btn {
            width: 100%;
            background-color: #2DBE60;
            color: white;
            padding: 14px;
            border: none;
            font-weight: bold;
            border-radius: 6px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .energieplaats-btn:hover {
            background-color: #22974B;
						color: white;
        }

        .energieplaats-note {
            text-align: center;
            margin-top: 12px;
            font-size: 14px;
            color: #333;
            font-weight: 500;
        }

    

   /* Custom dropdown stilleri (geliştirilmiş) */
.custom-dropdown {
    position: relative;
    margin-top: 10px;
}

.dropdown-selected {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background-color: white;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; /* Add spacing between text and image */
    min-height: 42px; /* Ensure enough height for the image */
}

.dropdown-selected span {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    flex: 1; /* Allow text to take remaining space */
}

.dropdown-selected img {
    height: 22px; /* Match the image size in dropdown options */
    width: auto;
    max-width: 80px; /* Ensure image doesn’t overflow */
    object-fit: contain; /* Maintain aspect ratio */
}

.dropdown-selected::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    transition: transform 0.2s ease;
}

.dropdown-selected.open::after {
    transform: translateY(-50%) rotate(-135deg);
}

@media (max-width: 600px) {
    .dropdown-selected::after {
        right: 8px;
        width: 6px;
        height: 6px;
    }
}

.dropdown-options {
    display: none;
    position: absolute;
    z-index: 999;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-options.show {
    display: block;
}

.dropdown-option {
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    gap: 10px;
}

.dropdown-option:last-child {
    border-bottom: none;
}

.dropdown-option span {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    flex: 1;
}

.dropdown-option img {
    height: 22px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
    .dropdown-selected {
        padding: 8px;
        padding-right: 25px; /* Adjust for smaller chevron */
        min-height: 36px;
    }

    .dropdown-selected img {
        height: 18px; /* Slightly smaller image on mobile */
        max-width: 60px;
    }

    .dropdown-selected span {
        font-size: 14px;
    }

.dropdown-selected::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg); /* Downward chevron */
    pointer-events: none;
    transition: transform 0.2s ease;
}

.dropdown-selected.open::after {
    transform: translateY(-50%) rotate(-135deg); /* Upward chevron when open */
}

    .dropdown-option img {
        height: 18px;
        max-width: 60px;
    }

    .dropdown-option span {
        font-size: 14px;
    }
}


.wpforms-container .wpforms-image-choices-modern img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    width: 120px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label {
    display: block;
    width: -webkit-fill-available;
    overflow: hidden;
    position: relative;
    border-width: var(--wpforms-field-border-size);
    border-color: transparent;
    border-style: solid;
}
/* Container for the personal offer section */
.energieplaats-personal-offer {
    position: relative !important;
    padding: 25px !important;
    margin: 20px 0 !important;
    font-family: Arial, sans-serif;
    text-align: center;
    background: linear-gradient(135deg, #e0f2fe, #bae6fd) !important; /* Light blue gradient for the container */
    border-radius: 10px !important;
    border: 1px solid #60a5fa !important; /* Soft blue border to tie in with the badge */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

/* Gradient badge styles */
.energieplaats-offer-badge {
    display: inline-block !important;
    padding: 10px 20px !important;
    background: linear-gradient(135deg, #60a5fa, #2563eb) !important; /* Soft blue to deeper blue gradient */
    color: #f8fafc !important; /* Light gray-white text for contrast and readability */
    font-size: 21px !important;
    font-weight: 600 !important; /* Slightly lighter bold for a modern look */
    border-radius: 50px !important; /* Pill shape */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
    position: relative !important;
    margin-bottom: 15px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

/* Add a small triangle (arrow) at the bottom of the badge for a "tag" effect */
.energieplaats-offer-badge::after {
    content: '';
    position: absolute !important;
    bottom: -6px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 6px solid #2563eb !important; /* Match the gradient's end color */
}

/* Hover effect for interactivity */
.energieplaats-offer-badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Address text styles */
.energieplaats-address-text {
    display: block !important;
    font-size: 15px !important; /* Slightly larger for readability */
    color: #1e3a8a !important; /* Deep blue for better contrast */
    line-height: 1.6 !important; /* Improved readability */
}

/* Style for the address within the text */
.energieplaats-address-text strong {
    color: #1e40af !important; /* Slightly lighter deep blue for emphasis */
    font-weight: 600 !important;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .energieplaats-personal-offer {
        padding: 15px !important;
        margin: 10px 0 !important;
    }

    .energieplaats-offer-badge {
        padding: 8px 16px !important;
        font-size: 14px !important;
        border-radius: 40px !important;
    }

    .energieplaats-offer-badge::after {
        bottom: -5px !important;
        border-left: 5px solid transparent !important;
        border-right: 5px solid transparent !important;
        border-top: 5px solid #2563eb !important;
    }

    .energieplaats-address-text {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}
