.v005 img.directionsArrow {
    width: 18px;
}

.v005 .get-in-touch-bullets {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.v005 .custom_map_location {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.v005 .map-container-branch {
    height: 400px;
    width: 50%;
    border-radius: 20px 0 0 20px;
    background-size: cover;
    background-position: center;
}

.v005 .details-container {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.wpforms-field-required {
    background: none !important;
    border-color: #000 !important;
    border-radius: 0px !important;
}

.wpforms-container .wpforms-field-medium {
    max-width: 100% !important;
}

div.wpforms-container-full input, div.wpforms-container-full textarea{
    border-width: 0px 0px 2px !important
}

button.wpforms-submit {
    width: 100% !important;  
	padding: 12px 24px !important;
    font-size: 18px !important;
    height: auto !important;
    font-weight: 600 !important;
}

div#wpforms-2690-field_1-container {
    padding-top: 0px;
}

div#wpforms-2690 {
    margin: 0px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 100px !important;
}

.v005 .locationTitleRowBranch {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.v005 .locationTitleRowBranch h4 {
    font-size: 28px !important;
}

.v005 .locationDetailsTextBranch {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.v005 .open-now {
    color: var(--e-global-color-primary);
    font-weight: bold;
}

.v005 .closed-now {
    color: red;
    font-weight: bold;
}

.v005 .moreDetailsButton {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--e-global-color-secondary) !important;
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    width: 280px;
    margin-top: 20px;
}

.v005 .full-width-location-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.v005 .bullet-text {
    display: flex;
    gap: 8px;
    color: #474747;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.v005.custom_full_width_map_location {
	font-family: "din-2014";
    display: flex;
    flex-direction: row;
    gap: 0px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.10), 10px 6px 11px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
}
.v005.custom_full_width_map_location > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #E7F4E1;
}
.get-in-touch-title h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #474747;
    margin: 0;
	    margin-bottom: 12px;
}

.v005 .get-in-touch-title h2 {
    font-size: 47px;
    font-weight: 700;
    line-height: 96%;
    letter-spacing: -0.47px;
    margin: 0px;
    color: #295016;
	text-align: left;
}
.v005 .contactDivider {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    margin: 20px 0;
}

.v005 .full-width-map-container {
    width: 50%;
    height: 600px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: flex;
}

.v005 .full-width-details-container {
    padding: 40px;
    text-align: center;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
/*     background-image: url(/wp-content/uploads/2025/09/Ellipse-2.svg); */
    z-index: 2;
    position: relative;
    right: 0;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}

.v005 .full-width-location-title {
	margin-top: 0px;
    margin-bottom: 0px;
	font-size: 24px;
    font-weight: 600;
	color: var(--e-global-color-primary) !important;
}

.v005 .locationNameLink {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.v005 a.directionsIcon {
/*     background-color: var(--e-global-color-secondary); */
    background-color: var(--e-global-color-primary);
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}

.v005 .opening-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.v005 .opening-hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.v005 .opening-hours-list li span:first-child {
    width: 30%;
    font-weight: 700;
    font-size: 24px;
    color: #0F9EB5;
}

.v005 .opening-hours-list li span:last-child {
    width: 70%;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    text-transform: lowercase;
}

.v005 .full-width-phone-number {
    display: flex;
    align-items: center;
	column-gap: 8px;
	margin-bottom: 20px;
}

.v005 button.viewButton {
    position: absolute;
    bottom: 24px;
    left: 30%;
    display: flex;
    max-width: 365px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #fff;
    border: solid 3px #295016;
    color: #295016;
    transform: translateX(-75%);
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    z-index: 3;
	width: 90%;
}


.v005 button.viewButton:hover, .v005 button.viewButton:active, .v005 button.viewButton:focus {
	background: var(--e-global-color-secondary, #B79654);
}

@media only screen and (max-width:1024px) {
	.v005 .full-width-phone-number{
		transform: translateX(0%);
	}
	
	.v005 button.viewButton {
	left: 50%;
	transform: translateX(-50%);
		bottom: 150px;
		
	}
	
	.v005 .full-width-map-container {
            width: 100%;
            height: 425px;
        }
	
	        .v005 .full-width-details-container {
        padding: 40px;
        width: 100%;
/*         top: 300px;
        background-image: url(/wp-content/uploads/2025/09/Ellipse-2-1.svg); */
        height: 100%;
        align-items: flex-end;
        justify-content: flex-start;
    }
	
.v005.custom_full_width_map_location > div {
	 justify-content: flex-start;
	flex-direction: column;
	}
	
.v005 .full-width-open-status {
    display: flex;
    flex-direction: row;
    align-items: center;
	column-gap: 8px;
}
	
	   .v005.custom_full_width_map_location {
            flex-direction: column;
            height: fit-content;
            background: #fff;
        }
	
	.v005 .full-width-location-details {
    width: 100% !important;
}
	
}


@media only screen and (max-width: 767px) {
    .v005 .custom_map_location {
        flex-direction: column;
    }
	.v005 button.viewButton {
	bottom: 70px;
	}
    .v005 .map-container-branch,
    .v005 .details-container {
        height: 300px;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }
	
	.v005 .full-width-details-container {
            padding: 40px 20px;
}
	
	    .v005.custom_full_width_map_location {
/*         height: 1050px; */
	}
	
	.v005 .get-in-touch-title h2 {
    font-size: 32px;
}

    .v005 .full-width-map-container {
        height: 350px;
    }

	

   
}


