.elementor-809 .elementor-element.elementor-element-aa9c6ea{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:110px;--margin-bottom:110px;--margin-left:0px;--margin-right:0px;}.elementor-809 .elementor-element.elementor-element-7895acb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-809 .elementor-element.elementor-element-06f1fd3 iframe{height:650px;filter:brightness( 88% ) contrast( 91% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}.elementor-809 .elementor-element.elementor-element-05c65b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-809 .elementor-element.elementor-element-5273e14{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );box-shadow:0px 0px 44px 0px rgba(0, 0, 0, 0.08);--padding-top:110px;--padding-bottom:110px;--padding-left:0px;--padding-right:0px;}.elementor-809 .elementor-element.elementor-element-5273e14:not(.elementor-motion-effects-element-type-background), .elementor-809 .elementor-element.elementor-element-5273e14 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-809 .elementor-element.elementor-element-1c76329{--display:flex;}.elementor-809 .elementor-element.elementor-element-a23217d{width:100%;max-width:100%;}.elementor-809 .elementor-element.elementor-element-a23217d .section-heading{text-align:center;}.elementor-809 .elementor-element.elementor-element-6368e9b{--display:flex;}@media(max-width:1024px){.elementor-809 .elementor-element.elementor-element-aa9c6ea{--grid-auto-flow:row;}.elementor-809 .elementor-element.elementor-element-06f1fd3 iframe{height:500px;}}@media(min-width:768px){.elementor-809 .elementor-element.elementor-element-aa9c6ea{--content-width:1300px;}.elementor-809 .elementor-element.elementor-element-05c65b4{--content-width:1300px;}.elementor-809 .elementor-element.elementor-element-1c76329{--width:70%;}}@media(max-width:767px){.elementor-809 .elementor-element.elementor-element-aa9c6ea{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-809 .elementor-element.elementor-element-06f1fd3 iframe{height:400px;}}/* Start custom CSS for cityscape-contact-box-widget, class: .elementor-element-f14499a *//* Disable wrong mailto link inside Location card */
.contact-card--location a {
    pointer-events: none;
    cursor: default;
}

/* Make entire Location card clickable */
.contact-card--location {
    position: relative;
    cursor: pointer;
}

/* Overlay link to Google Maps */
.contact-card--location::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    background: transparent;
}

/* Google Maps click action */
.contact-card--location {
    --map-url: url("https://www.google.com/maps/search/?api=1&query=London,+UK");
}

.contact-card--location::after {
    pointer-events: auto;
}

.contact-card--location:hover {
    transform: translateY(-2px);
}

/* Change ONLY text color on hover for location card */

.contact-card--location:hover .contact-card__text,
.contact-card--location:hover .contact-card__text a {
    color: #F79121 !important;
}/* End custom CSS */
/* Start custom CSS for cityscape-contact-box-widget, class: .elementor-element-bfda7b3 *//* Disable wrong mailto link inside Number card */
.contact-card--number a {
    pointer-events: none;
    cursor: default;
}

/* Make entire Number card clickable */
.contact-card--number {
    position: relative;
    cursor: pointer;
}

/* Overlay to capture click */
.contact-card--number::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    background: transparent;
    pointer-events: auto;
}

/* Hover effect (optional lift) */
.contact-card--number:hover {
    transform: translateY(-2px);
}

/* Change ONLY text color on hover */
.contact-card--number:hover .contact-card__text,
.contact-card--number:hover .contact-card__text a {
    color: #F79121 !important;
}/* End custom CSS */