.elementor-5296 .elementor-element.elementor-element-560ca90e{--display:flex;--overflow:auto;}.elementor-5296 .elementor-element.elementor-element-60a60da7 .rr-primary-btn i{padding-left:0px!important;font-size:0px!important;}.elementor-5296 .elementor-element.elementor-element-60a60da7 .pixfix-slider .slider-item{min-height:767px;}.elementor-5296 .elementor-element.elementor-element-f1fbf5f{--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;}.elementor-5296 .elementor-element.elementor-element-12a35b8e .pixfix-heading-content{text-align:center;}.elementor-5296 .elementor-element.elementor-element-5ad4a4a2{--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:0px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5296 .elementor-element.elementor-element-381761bf .service-item .service-content .service-icon svg{width:72px;margin-bottom:55px;}.elementor-5296 .elementor-element.elementor-element-381761bf .service-box .service-img-wrap .service-icon{width:72px;margin-bottom:55px;}.elementor-5296 .elementor-element.elementor-element-381761bf .item-5 .icon svg{width:72px;}.elementor-5296 .elementor-element.elementor-element-381761bf .item-5 .icon{font-size:72px;}.elementor-5296 .elementor-element.elementor-element-381761bf .item-6 .icon svg{width:72px;}.elementor-5296 .elementor-element.elementor-element-381761bf .item-6 .icon{font-size:72px;margin-bottom:55px;}.elementor-5296 .elementor-element.elementor-element-381761bf .service-7 .service-box-7 .service-content .service-icon{width:72px;height:72px;}.elementor-5296 .elementor-element.elementor-element-381761bf .service-item .service-content .service-icon{margin-bottom:55px;}.elementor-5296 .elementor-element.elementor-element-480228bd{--display:flex;}.elementor-5296 .elementor-element.elementor-element-36d4890d{--display:flex;--gap:24px 24px;--row-gap:24px;--column-gap:24px;}.elementor-5296 .elementor-element.elementor-element-6999ee0{--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;}.elementor-5296 .elementor-element.elementor-element-081836b .pixfix-heading-content{text-align:center;}.elementor-5296 .elementor-element.elementor-element-6ce59466{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5296 .elementor-element.elementor-element-66ba03{background-color:#E6252500;column-gap:0px;text-align:start;}.elementor-5296 .elementor-element.elementor-element-66ba03 p{margin-block-end:0px;}.elementor-5296 .elementor-element.elementor-element-3c86e61e{--display:flex;}.elementor-5296 .elementor-element.elementor-element-1798c668{--display:flex;}/* Start custom CSS for pixfix_hero_slider_one, class: .elementor-element-60a60da7 *//* Disable all Elementor entrance animations */
.elementor-invisible {
    visibility: none !important;
}

.animated {
    animation: none !important;
    transition: none !important;
}
element {
  animation-delay: 2000ms;
  animation-duration: 2200ms;
}
.slider-item .slider-content-wrap .slider-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 35px;
  flex-wrap: wrap;
  row-gap: 40px;
  display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-560ca90e */* {
    animation: none !important;
    transition: none !important;
}

.elementor-invisible {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
}

[data-settings*="animation"] {
    animation: none !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-66ba03 *//* --- Number Plate Styling --- */
.uk-plate-container {
    display: flex;
    align-items: stretch;
    background-color: #FFD500; /* Official UK Rear Plate Yellow */
    border: 2px solid #333;
    border-radius: 8px;
    overflow: hidden;
    max-width: 320px;
    margin: 10px 0 25px 0;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.1);
}

.gb-strip {
    background-color: #003399; /* Euro/UK Blue */
    color: white;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

.gb-strip .flag {
    font-size: 18px;
    margin-bottom: 2px;
}

.gb-strip .gb-text {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Style the Registration Input */
.uk-plate-container input[type="text"] {
    background: transparent !important;
    border: none !important;
    color: #000 !important;
    font-family: "Courier New", Courier, monospace !important; /* Closest to plate font */
    font-weight: 900 !important;
    font-size: 28px !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    flex-grow: 1;
    height: 60px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.uk-plate-container input:focus {
    outline: none !important;
    background: rgba(0,0,0,0.05) !important;
}

/* --- General Form Cleanup --- */
.windscreen-quote-form label {
    display: block;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.windscreen-quote-form select, 
.windscreen-quote-form input[type="text"],
.windscreen-quote-form input[type="email"],
.windscreen-quote-form input[type="tel"],
.windscreen-quote-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.windscreen-quote-form hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #eee;
}

.windscreen-quote-form h3 {
    color: #333;
    margin-top: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-595a4641 *//* DESKTOP STYLES (Bottom Right) */
@media (min-width: 768px) {
    .floating-glass-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        /* Desktop-specific positioning */
    }
}

/* MOBILE STYLES (Bottom Center) */
@media (max-width: 767px) {
    .floating-glass-button {
        position: fixed;
        bottom: 20px; 
        left: 50%;
        right: auto; /* Clears the desktop 'right' setting */
        transform: translateX(-50%);
        width: auto;
        min-width: 200px; /* Optional: Makes it look better on small screens */
        justify-content: center;
    }

    /* Ensure hover stays centered on mobile */
    .floating-glass-button:hover {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* GLOBAL SHARED STYLES */
.floating-glass-button {
    background-color: #00a3f0;
    color: #fff !important;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    z-index: 9999;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    white-space: nowrap;
    animation: pulse-blue 2s infinite !important;
}

@keyframes pulse-blue {
    0% { box-shadow: 0 4px 15px rgba(0,0,0,0.2), 0 0 0 0 rgba(0, 163, 240, 0.7); }
    70% { box-shadow: 0 4px 15px rgba(0,0,0,0.2), 0 0 0 15px rgba(0, 163, 240, 0); }
    100% { box-shadow: 0 4px 15px rgba(0,0,0,0.2), 0 0 0 0 rgba(0, 163, 240, 0); }
}
/* Container for the floating bar */
.floating-action-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent */
    backdrop-filter: blur(10px); /* Blur background behind bar */
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 9999; /* Always on top */
    width: 90%;
    max-width: 500px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Individual Button Styling */
.float-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 13px;
    font-family: sans-serif;
    transition: transform 0.2s ease;
}

.float-btn:active {
    transform: scale(0.95); /* Shrink slightly when tapped */
}

/* Colors */
.float-call { background-color: #007bff; }
.float-whatsapp { background-color: #25D366; }
.float-quote { background-color: #333; }

/* Hide text on very small screens to keep it clean */
@media (max-width: 400px) {
    .float-btn span {
        display: none;
    }
    .float-btn {
        font-size: 20px; /* Make emoji bigger if text is hidden */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf10c5f *//* Container for Map Background */
.map-background-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #0f172a; /* Fallback color */
}

/* Map Layer: Behind Everything */
#service-map-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Dark Map Filter */
  filter: invert(100%) hue-rotate(180deg) brightness(85%) contrast(95%);
}

/* Overlay Layer: Sits above the map */
.map-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 20px;
  pointer-events: none; /* Allows mouse interactions to pass through to the map if needed */
}

/* Glass Effect Card */
.glass-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(15, 23, 42, 0.85); /* Semi-transparent dark background */
  backdrop-filter: blur(8px); /* Blur effect for the map behind the card */
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  pointer-events: auto; /* Re-enables interaction for the form/links */
  color: white;
}

.glass-card h2 {
  color: #fff;
  margin: 10px 0;
}

/* Area Grid inside the card */
.glass-card .area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  margin: 30px 0;
  text-align: left;
}

.glass-card .area-col h4 {
  color: #38bdf8;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.glass-card .area-col ul {
  list-style: none;
  padding: 0;
}

.glass-card .area-col li {
  font-size: 0.9rem;
  color: #cbd5e1;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.glass-card .area-col li::before {
  content: "•";
  color: #38bdf8;
  margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .glass-card {
    padding: 25px;
  }
  .glass-card .area-grid {
    grid-template-columns: 1fr 1fr;
  }
}/* End custom CSS */