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

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

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

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

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

.contactDivider {
    height: 1px;
    width: 50%;
    background-color: #ccc;
    margin: 20px 0;
}

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

.open-now {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */

    background: var(--Secondary, linear-gradient(180deg, #EA5400 0%, #FE9A63 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.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;
    border: none !important;
}

.full-width-location-details {
    display: flex;
    gap: 20px;
    font-size: 18px;
    justify-content: space-between;
    padding: 20px 50px;
    flex-direction: row-reverse;
	border: 2px solid #F2F2F2;

}

.custom_full_width_map_location {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    box-shadow: -1px 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.full-width-map-container {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.full-width-details-container {
    text-align: center;
}

.full-width-location-title {
    margin-bottom: 0px;
}

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

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

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

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

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

.full-width-phone-number {
    display: flex;
    align-items: center;
    color: var(--Secondary, #1E1E1E);

    /* mobile/h5 */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

.full-width-open-status {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.full-width-open-status span:last-child{
    color: var(--Secondary, #1E1E1E);

    /* mobile/h5 */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.full-width-button {
    display: none;
}

.full-width-location-title {
    margin-bottom: 0px;
    margin-top: 0px;
}

.moreDetailsButton {
    display: flex;
    height: 40px;
    padding: 0px 72px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 40px;
    background: var(--Secondary, linear-gradient(180deg, #EA5400 0%, #FE9A63 100%));
    color: var(--Background, #FFF);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
}




.full-width-map-background {
    background-image: url('/wp-content/uploads/2024/11/Group-40241.png');
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: end;
    min-height: 366px;
    align-items: center;
	border-top: 2px solid #F2F2F2;
	border-right: 2px solid #F2F2F2;
	border-left: 2px solid #F2F2F2;

}
.map-big-icon {
    width: 31.554px;
    height: 39.734px;
}
.map-big-title {
    color: var(--colour-neutral, #1E1E1E) !important;
    font-family: Manrope !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 41.6px !important;
    padding: 0px !important;
    padding-bottom: 16px !important;
}

.Norfolk-text{
    background: var(--Secondary, linear-gradient(180deg, #EA5400 0%, #FE9A63 100%)) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

    font-family: Manrope !important;
    font-size: 60px!important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    letter-spacing: -3px !important;
    padding: 0px !important;
}

.full-width-map-location-title {
    height: 100%;
    width: 65%;
}

.full-width-map-location-title>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.full-width-map-location-title> div:nth-child(1)>h5 {
    margin: 0px !important;
}

.full-width-map-location-title> div:nth-child(3){
    display: flex;
    flex-direction: column;
    row-gap: 11px;
}
.full-width-map-location-title>div>span {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}

.full-width-map-details {
    width: 44%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.map-big-icon-mobile{
    display: none;
}

.map-icons{
    width: 24px;
    height: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stroke-line {
    display: none !important;
    background-color: var(--Background, #FFF);
    justify-content: center;
    align-items: center;
    width: 100%;
}

.stroke-line > div{
    width: 80%;
    height: 2px;  
    background-color: var(--Accent, #F6F6F6);
}

.map-big-title-mobile{
    display: none;
}
.Norfolk-text-mobile{
    display: flex;
    color: var(--Primary, #EA5400);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
/* Desktop */
@media only screen and (max-width:1366px) {

    .full-width-map-details {
        width:50%;
	padding-right:80px;
    }
.full-width-map-location-title {
    height: 100%;
    width: 100%;
}
.full-width-map-background {
    background-image: url(/wp-content/uploads/2024/11/Group-40241.png);
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    background-position-x: -160px;
    height: 100%;
    justify-content: end;
    min-height: 366px;
    align-items: center;
}

}

/* Mobile & Tablet */
@media only screen and (max-width: 1070px) {
    .map-big-title-mobile {
        display: flex !important;
        column-gap: 4px;
    }
    .stroke-line {
        display: flex !important;
    }
    .full-width-button {
        display: flex;
        /* padding: 0 15px; */
    }
    .locationNameLink{
        display: none;
    }
    .full-width-map-background {
        display: flex;
        justify-content: center;
        align-items: end;
        height: 100%;
        min-height: 330px;
        background-position: right;
        background-size: cover;
    }
    .full-width-map-details {
        width: 100%;
	padding-right:0px;
    }
    .full-width-map-location-title> div:nth-child(3){
        display: none;
    }
    .map-big-title {
        display: none !important;
    }
    .map-big-title-mobile {
        color: var(--Secondary, #1E1E1E);
        /* mobile/h3 */
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 140% !important; /* 33.6px */
        padding-bottom: 0px !important;
    }
    .full-width-map-location-title>div:nth-child(1) {
        background-color: white;
        display: flex;
        flex-direction: row;
        column-gap: 4px;
        justify-content: center;
        align-items: center;
        padding: 16px 8px;

    }
    .map-big-icon{
        display: none;
    }
    .map-big-icon-mobile {
        display: block;
        width: 24px;
        height: 30px;
    }

    /*  New */

    .custom_map_location {
        flex-direction: column;
    }

    .map-container-branch,
    .details-container {
        height: 300px;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

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

    .full-width-location-title {
        font-size: 20px;
    }

    /* New 2 */

    .full-width-location-details {
        display: flex;
        row-gap: 20px;
        flex-direction: column;
        padding: 16px 15px 18px 15px;
    }
    .locationNameLink, .full-width-open-status , .full-width-phone-number{
        align-self: center;
    }
}


