/************** START CONTACT FORM CSS ***************/
.xol-text-input-wrapper .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7 form input::-webkit-calendar-picker-indicator:hover {
    cursor: pointer;
}

.xol-text-input-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    background-position: center;
    background-size: auto;
}

.xol-text-input-wrapper input[type="date"]:hover {
    cursor: pointer;
}

.wpcf7 form input::-webkit-calendar-picker-indicator {
    background-position: center;
    background-size: auto;
}

.wpcf7-not-valid-tip{
    color: #dc3232 !important;
    background: white;
    border: 1px solid red;
    padding: 5px;
}

.wpcf7 form p{
    display: flex;
    margin: 0;
}

.xol-contact-form{
    display: flex;
    flex-direction: column;
}

.xol-contact-form-row{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.xol-contact-form-column{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0px 10px;
}

.xol-text-input-wrapper
{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    position: relative;
}

.xol-text-input-wrapper.active:before{
    width:100%;
}

.xol-text-input-wrapper:before
{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -1px;
    left: 0;
    border-bottom: 2px solid #c39f76;
    transition: width .5s ease;
    z-index: 1;
}

.xol-text-input-wrapper input:not([type="checkbox"])
{
    border: none;
    margin-bottom: 0px;
    border-width: 1px;
    background-color: inherit;
    border-radius: 0px;
    position: relative;
    border-color: #e7e7e7;
    z-index: 0;
    min-height: 49px;
    padding: 0px;
    width: 100%;
}

.xol-text-input-wrapper textarea.wpcf7-form-control {
    width: 100%;
    resize: vertical;
    box-sizing: border-box;
}

.xol-contact-form-checkbox-container {
    max-height: 200px;
    overflow-y: auto;
    border-top: 2px solid lightgrey;
}

.xol-contact-form-checkbox-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

.xol-contact-form-checkbox {
    width: 25px !important;
    height: 25px !important;
    border: 1px solid lightgrey !important;
    border-radius: 5px !important;
}

.xol-contact-form-checkbox-wrapper input.xol-contact-form-checkbox::after {
    width: 25px !important;
    height: 25px !important;
    display: flex;
    justify-content: center;
    position:absolute;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 5px;
}

.xol-contact-form-checkbox-wrapper label {
    margin: 0px;
}

.xol-text-input-wrapper input:focus{
    outline: none;
}

.xol-text-input-wrapper input:focus::placeholder {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.xol-contact-form-submit-button {
    margin: 0 auto;
    line-height: 0 !important;
    width: auto !important;
    text-align: center !important;
    margin-top: 0px !important;
    font-weight: 400 !important;
    padding: 15px 20px 15px 20px !important;
    background-color: #dd9933 !important;
    transition: all 0.4s !important;
    color: #ffffff !important;
    height: 48px !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    border-width: 0px !important;
    border-color: #dd9933 !important;
    border-style: solid !important;
    border-radius: 43px !important;
    font-weight: bold !important;
    height: 45px !important;
    line-height: 45px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative !important;
}

.xol-contact-form-submit-button:hover
{
    background-color: #eeb55e !important;
    cursor: pointer !important;
}

.xol-contact-form-submit-wrapper{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
}

.xol-contact-form-submit-wrapper .cssload-spin-box {
    position: absolute;
    left: 90%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 8px;
    height: 8px;
    box-shadow: rgb(79, 77, 73) 8px 8px, rgb(223, 223, 223) -8px 8px, rgb(79, 77, 73) -8px -8px, rgb(223, 223, 223) 8px -8px;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    margin: auto;
    border-radius: 100%;
    animation: 3.4s ease 0s infinite normal none running cssload-spin;
    display: none;
}

.cssload-spin-box.animating{
    display:block;
}

.xol-greybg p {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid lightgrey;
}

@keyframes cssload-spin {
    0%, 100% {
        box-shadow: rgb(79, 77, 73) 8px 8px, rgb(223, 223, 223) -8px 8px, rgb(79, 77, 73) -8px -8px, rgb(223, 223, 223) 8px -8px;
    }
    25% {
        box-shadow: rgb(223, 223, 223) -8px 8px, rgb(79, 77, 73) -8px -8px, rgb(223, 223, 223) 8px -8px, rgb(79, 77, 73) 8px 8px;
    }
    50% {
        box-shadow: rgb(79, 77, 73) -8px -8px, rgb(223, 223, 223) 8px -8px, rgb(79, 77, 73) 8px 8px, rgb(223, 223, 223) -8px 8px;
    }
    75% {
        box-shadow: rgb(223, 223, 223) 8px -8px, rgb(79, 77, 73) 8px 8px, rgb(223, 223, 223) -8px 8px, rgb(79, 77, 73) -8px -8px;
    }
}

/**************  START XOL BREADCRUMB CSS ******************/

/* General styling */
.xol-breadcrumb-container {
    text-align: center;
    width: 100%;
    padding: 50px 0px;
    box-sizing: border-box;
}

/* Heading */
.xol-breadcrumb-heading {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Breadcrumb flex container */
.xol-breadcrumb-images{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

/* Image containers */
.xol-breadcrumb-item {
    flex-shrink: 0;
}

.xol-breadcrumb-title{
    display: block;
    /*flex-direction: column;*/
    font-size: 17px;
}

/* Images styling */
.xol-breadcrumb-img {
    width: 80px;
    height: 80px;
    border: 2px solid black;
    border-radius: 100%;
    background-color: transparent;
    object-fit: cover;
    padding: 4px;
    position: relative;
}

.xol-breadcrumb-img.fill {
    width: 100px;
    height: 100px;
}

.xol-breadcrumb-img-container {
    position: relative;
}

.xol-breadcrumb-img-container.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity for darkness */
    pointer-events: none;
    border-radius: 100%;
}

.xol-breadcrumb-img-container .xol-breadcrumb-step-number {
    padding: 30px;
    border: 2px solid lightgrey;
    border-radius: 100%;
    font-size: 20px;
    font-family: "texgyreadventorregular", "Raleway", "Open Sans", "PT Sans", sans-serif;
    letter-spacing: -1px;
    font-weight: 700;
}

.xol-breadcrumb-img-container .xol-breadcrumb-step-number.fill {
    border: 2px solid #dd9933 !important;
    background: #dd9933;
    color: white !important;
}

.xol-breadcrumb-img.active {
    border: 2px solid goldenrod;
}

.xol-breadcrumb-content {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    padding: 4px;
    border: 2px solid black;
}

.xol-breadcrumb-content.fill {
    width: 250px;
    height: 250px;
}

.xol-breadcrumb-content.active {
    border: 2px solid goldenrod;
}

.xol-breadcrumb-content span
{
    height: 100%;
    display: block;
    color: black;
    background: #efefef;
    /*border-radius: 6px;*/
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    line-height: 1em;
    font-family: Playfair Display;
    font-weight: bold;
}

/* Line styling */
.xol-breadcrumb-line {
    flex-grow: 1;
    height: 1px;
    background-color: #e7e7e7;
}

.xol-breadcrumb-line.active {
    background-color: goldenrod;
}


/************* START STEPPER CSS ***************/
.xol-stepper-tab
{
    height: 100%;
    max-width: 95vw;
    margin: 10px;
    border-radius: 15px;
}

.xol-stepper-tab.horizontal
{

}

.xol-stepper-tab.vertical
{

}

.xol-stepper-tab .xol-tab-content
{
    display:flex;
    flex-direction: column;
}

.xol-stepper-tab .xol-tab-content .tab-image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}


.xol-stepper-tab .xol-tab-content .tab-text-container
{
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.xol-stepper-tab.horizontal .xol-tab-content .tab-text
{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
}


.xol-stepper-tab.horizontal .xol-tab-content .tab-text p
{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.xol-stepper-tab .xol-tab-content .tab-text-container .tab-button
{
    text-align: center;
    display: flex;
}

.xol-stepper-tab .xol-tab-content .tab-text-container .tab-button button
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: initial;
    padding: 0px 50px 0px 50px;
}

/* Tablet and larger screens */
@media (min-width: 600px)
{

    /**************  START XOL BREADCRUMB CSS ******************/
    .xol-breadcrumb-heading {
        font-size: 22px;
    }

    .xol-breadcrumb-img {
        width: 100px;
        height: 100px;
    }

    .xol-breadcrumb-img.fill {
        width: 150px;
        height: 150px;
    }

    /************* START STEPPER CSS ***************/

    .xol-stepper-tab .xol-tab-content .tab-image img
    {
        max-width: 200px;
        width: 200px;
    }

    .xol-stepper-tab.horizontal .xol-tab-content.image-right
    {
        flex-direction: row-reverse;
    }

    .xol-stepper-tab.horizontal .xol-tab-content.image-left
    {
        flex-direction: row;
    }

    .xol-stepper-tab.horizontal .xol-tab-content.image-right .tab-image img
    {
        border-radius: 0 14px 14px 0;
    }

    .xol-stepper-tab.horizontal .xol-tab-content.image-left .tab-image img
    {
        border-radius: 14px 0 0 14px;
    }

    /************* START CONTACT FORM CSS ***************/

    .xol-contact-form-row {
        flex-direction: row;
    }
}

/* Desktop and larger screens */
@media (min-width: 1024px)
{
    /**************  START XOL BREADCRUMB CSS ******************/
    .xol-breadcrumb-heading {
        font-size: 24px;
    }

    .xol-breadcrumb-img {
        width: 200px;
        height: 200px;
    }

    .xol-breadcrumb-img.fill {
        width: 250px;
        height: 250px;
    }

    /************* START STEPPER CSS ***************/

    .xol-stepper-tab .xol-tab-content .tab-image img
    {
        max-width: 300px;
        width: 300px;
    }
}
