body .urbasertopcontent .vc_column-inner {
    width: fit-content;
    max-width: 100vw;
}

.container.main-content {
    max-width: 90%;
    padding: unset;
    margin: auto;
}

.urbaserbgimage {
    width: 100%;
    height: 400px;
    background-image: url(/wp-content/uploads/2023/10/header-image.png);
    background-size: cover;
}

.urbasertopcontent .vc_column-inner {
    width: 60%;
    margin: auto;
}

.urbaser-form p, .urbaser-form h1, .urbaser-form h2, .urbaser-form h3, .urbaser-form h4, .urbaser-form h5, .urbaser-form h6, .urbaser-form span {
    color: #707070;
    text-transform: none;
}

.urbaser-form .urbaserContainer {
    background: #FFF;
    padding: 80px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.urbaser-form .one-third .urbaserContainer, .urbaser-form .priceSection.urbaserContainer, .urbaserContainer.formSubmit  {
    padding: 40px;
}

.step-1-text p {
    padding-bottom: 15px;
}

#step-two-wrapper, #step-three-wrapper {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid black;
    padding: 50px;
    background: #F4F4F4;
}

#step-one-wrapper {
    margin-bottom: 25px;
}

#step-one-wrapper h2 {
    margin: 0 auto 15px;
    width: fit-content;
}

#step-one-wrapper  .listWrapper {
    width: fit-content;
    margin: auto;
}

#step-one-wrapper  .listWrapper li {
    margin-bottom: 20px;
    font-size: 20px;
    list-style-type: none;
    text-align: center;
}


#step-one-wrapper .cvrFormWrapper {
    display: flex;
    background: #FFF;
    justify-content: center;
    margin: 45px 0;
}

#step-one-wrapper .uspWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: fit-content;
    margin: 20px auto 0;
}

#step-one-wrapper .uspWrapper .upsContainer {
    display: flex;
    margin-right: 25px;
}
#step-one-wrapper .uspWrapper .upsContainer img {
    height: 30px;
    margin-right: 10px;
    margin-bottom: 0;
    position: relative;
    top: -5px;
}


.ups-header-texts {
    line-height: 26px;
}

.ups-header-texts.image {
    text-align: center;
}

.trashImage {
    max-height: 700px !important;
    width: auto;
}

#step-one-wrapper #getCompany {
    border: 1px solid #D5D5D5;
    border-radius: 0 10px 10px 0 !important;
    width: 90px;
    background: #004594;
    color: white;
    font-size: 20px;
}

#step-one-wrapper #cvr {
    border: 1px solid #AFAFAF !important;
    border-right-width: 0 !important;
    border-radius: 10px 0 0 10px;
    padding: 15px !important;
    color: #646464;
    font-size: 18px !important;
    font-weight: 600;
    margin-left: 20px;
}

.one-third {
    min-width: 33%;
    max-width: 33%;
}

.two-third {
    max-width: 60%;
    margin: auto;
}

.hide {
    display: none !important;
}


#step-two-wrapper .one-third h2, #step-three-wrapper .one-third h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 23.8px;
    text-transform: unset;
}
#step-two-wrapper h2::after, #step-three-wrapper h2::after {
    content: "";
    position: absolute;
    bottom: -8px; /* Adjust this value to control the distance from the text */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #979797; /* Change the color as needed */
}

#step-two-wrapper h4, #step-three-wrapper h4 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: unset;
    line-height: 38px;
}

#step-two-wrapper h3 {
    margin-top: 50px;
}


.trashtypes .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.trash-type-wrapper {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 1.9% 2% 5% 0;
    text-align: center;
}

.trash-type {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.trash-type-wrapper .trash-type img {
    height: 100% !important;
    width: 100% !important;
}

.trash-type-wrapper .description {
    position: absolute;
    top: 0;
    background: white;
    height: 100%;
    padding: 5%;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px black;
    z-index: 1;
    overflow: hidden;
}

.trash-type-wrapper:hover .description {
    z-index: 3;
    cursor: pointer;
}


.trash-type-wrapper input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin-top: 10px;
    border-radius: 50%;
}

/* Style the label as a container for the checkbox */
.custom-checkbox {
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    cursor: pointer;
    user-select: none;
    top: 15px;
}

/* Style the input checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create the checkmark inside a pseudo-element */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 30%;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #4C84FF;
}

/* Style the checkmark as a white tick */
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when the checkbox is checked */
.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
    left: 11px;
    top: 6px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Style the label text */
.custom-checkbox label {
    font-size: 16px; /* Adjust font size as needed */
}

/* Style the background color when the checkbox is checked */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #4C84FF; /* Blue background when checked */
    border: none; /* Remove border when checked */
}

/* Style the label as a container for the radio button */
.hospitality-radio {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    margin-right: 15px;
    padding-top: 5px;
    cursor: pointer;
}

/* Style the input radio button */
.hospitality-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create the radiomark inside a pseudo-element */
.hospitality-radio .radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #4C84FF;
}

/* Style the radiomark as a white checkmark in the middle */
.hospitality-radio .radiomark::after {
    content: "";
    position: absolute;
    display: none;
    display: block;
    left: 11px;
    top: 6px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Show the radiomark (checkmark) when the radio button is checked */
.hospitality-radio input:checked + .radiomark::after {
    display: block;
}

/* Style the label text */
.hospitality-radio input:checked + .radiomark {
    background-color: #4C84FF; /* Change background color when checked */
}

.accept-stage .header, .formSubmit .header {
    display: flex;
    margin-bottom: 25px;
}

.formSubmit h2 {
    margin: unset;
}

.accept-stage .header img,.formSubmit .header img {
    margin-right: 25px;
    margin-top: -8px;
}

html body #step-two-wrapper .accept-stage input[type="submit"] {
    background: #4C84FF;
    width: 100%;
    border-radius: 5px !important;
    font-size: 30px;
    font-weight: 900;
    border: unset;
    padding: 15px;
    color: white;
}


#step-three-wrapper .big-price {
    font-size: 60px;
    color: #41B300;
}

#step-three-wrapper .big-price {
    font-size: 60px;
    color: #41B300;
    margin-top: 35px;
    margin-bottom: 12px;
}

.priceSection p {
    font-size: 23px;
    line-height: 24px;
}


/* Apply these styles to all input fields within the .urbaserContainer */
.urbaserContainer input {
    width: 100% !important;
    padding: 20px !important;
    border: 1px solid #ccc !important; /* Add a default border color */
    border-radius: 5px !important;
    transition: border-color 0.3s, box-shadow 0.3s !important; /* Add a transition for smooth focus effect */
    max-width: unset !important;
    margin-bottom: 20px;
    cursor: pointer;
}

.urbaserContainer input[type=checkbox] {
    width: unset !important;
}

/* Apply these styles to the input fields on focus */
.urbaserContainer input[type="text"]:focus,
.urbaserContainer input[type="email"]:focus,
.urbaserContainer input[type="tel"]:focus {
    border-color: #007bff !important;
    outline: none;
    box-shadow: 0 0 5px #007bff !important;
}
.urbaserContainer.formSubmit input[type=submit] {
    background: #4C84FF;
    padding: 20px !important;
    color: white;
    border-radius: 10px !important;
    font-size: 22px;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    top: 35%;
    position: fixed;
    left: 20%;
    width: 60%;
    z-index: 1000000000;
}

button#close-popup {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
}

button#close-popup:hover {
    background-color: #0056b3;
}


.formSubmit  .custom-checkbox p {
    position: relative;
    margin-left: 50px;
    margin-top: -14px;
}

.formSubmit .custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #4C84FF;
}
.formSubmit div {
    margin-top: -20px;
    margin-bottom: 15px;
}


@media only screen and (max-width: 2500px) {
    #step-two-wrapper h4, #step-three-wrapper h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 2000px) {


    .trash-type-wrapper {
        margin: 1.9% 2% 11% 0;
    }
}


@media only screen and (max-width: 1600px) {

    .urbaserbgimage {
        height: 400px;
    }

    .two-third {
        margin: 0 auto;
    }

    .trash-type-wrapper {
        margin: 1.9% 2% 11% 0;
        width: 175px;
    }

    .trash-type-wrapper:hover .description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {

    #step-one-wrapper .uspWrapper {
        display: block;
    }

    #step-one-wrapper .uspWrapper .upsContainer {
        margin-right: 0 !important;
    }

    .container.main-content {
        max-width: 80% !important;
    }

    .urbaserbgimage {
        height: 150px;
    }

    #step-one-wrapper,  #step-two-wrapper,#step-three-wrapper {
        max-width: 100vw;
    }

    #step-two-wrapper, #step-three-wrapper {
        max-width: 100%;
    }

    #step-two-wrapper, #step-three-wrapper {
        padding: 25px;
    }

    #step-two-wrapper h4, #step-three-wrapper h4 {
        font-size: 20px;
    }

    html body h1 {
        font-size: 30px;
    }

    body .main-content ul {
        margin-left: unset;
    }
    #step-one-wrapper .listWrapper li  {
        text-align: unset;
    }

    #step-one-wrapper #cvr {
        max-width: 220px !important;
    }

    #step-one-wrapper #getCompany {
        min-width: 60px;
    }
    #step-one-wrapper .uspText {
        font-size: 16px;
    }

    #step-one-wrapper .uspWrapper .upsContainer {
        margin-bottom: 10px;
    }

    #step-one-wrapper {
        margin-bottom: unset;
    }
    #step-one-wrapper .cvrFormWrapper {
        justify-content: unset;
    }

    #step-one-wrapper #cvr {
        margin-left: unset;
    }

    .one-third, .two-third {
        min-width: 100%;
        max-width: 100%;
    }

    .description {
        display: none;
    }

    .urbaser-form .urbaserContainer {
        padding: 30px;
    }
    .urbaser-form .urbaserContainer .wrapper {
        padding-bottom: 80px;
    }

    .row .col img {
        margin-bottom: unset !important;
    }

    .trash-type-wrapper {
        margin: 0 0 70px 0;
        width: 48%;
    }

    #step-two-wrapper h4, #step-three-wrapper h4, body {
        line-height: 25px !important;
    }

    .hospitality-radio {
        padding-top: 0;
        top: 20px;
    }

    .formSubmit .custom-checkbox p {
        margin-top: -30px;
    }

    #step-two-wrapper, #step-three-wrapper {
        position: relative;
        right: 38.5px;
    }
    #step-two-wrapper p, #step-three-wrapper p {
        font-size: 20px;
    }
    html body .custom-checkbox p {
        font-size: 18px !important;
    }

    .trashtypes .custom-checkbox {
        position: absolute;
        padding-left: 35px;
        margin-right: 15px;
        cursor: pointer;
        user-select: none;
        top: unset;
        bottom: -15px;
        right: 30%;
    }

}


/** new  css for Verdis */

.page-id-3213 .content_block, .page-id-3978 .content_block, .page-id-4051 .content_block, .page-id-4092 .content_block {
    width: 100%;
    max-width: 100%;
}

.page-id-3213 .content_block .wysiwyg, .page-id-3978 .content_block .wysiwyg, .page-id-4051 .content_block .wysiwyg, .page-id-4092 .page-id-4051 .content_block .wysiwyg {
    width: 100%;
    margin: unset;
}

.page-id-3213 .wysiwyg, .page-id-3978 .wysiwyg, .page-id-4051 .wysiwyg, .page-id-4092 .wysiwyg {
    line-height: unset;
}

.page-id-3213 .wysiwyg div.step-1-text, .page-id-3978 .wysiwyg div.step-1-text, .page-id-4051 .wysiwyg div.step-1-text, .page-id-4092 .wysiwyg div.step-1-text {
    width: calc(66.66667% - 20px);
    margin: auto;
}


.formblock {
    background: white;
    background-image: unset;
}
.formblock .form-container {
    margin: auto;
    flex-wrap: wrap;
}

.form-section {
    width: 100%;
}


.form iframe {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
}


.tilbud-button {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border: 2px solid #76bc21;
    border-bottom-right-radius: 35px;
    padding: 10px 30px 10px 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    box-sizing: border-box;
}

.urbaserContainer .accordion-block .accordion-col .accorion-row .accordion-content  {
    z-index: unset;
}

.urbaserContainer .accordion-content .content-wrapper, .urbaserContainer .accordion-content p {
    box-sizing: border-box;
}

.urbaserContainer .accordion-content, .urbaserContainer .accordion-content p {
    max-width: 100%;
}
