/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body, body p, body a, body li, body ol{
    font-size: 18px;

}

body p a {
    color :#4d4d4d;
    text-decoration: underline;
}

a.accordion-title{
    background: #FAA6341A;
    border: 1px solid hwb(34.55deg 20.39% 1.96% / 20%);
    border-radius: 10px;
    color: #FAA634;
}

.accordion-inner {
    padding: 30px 0;
}

.accordion-inner h2, .accordion-inner h3, .accordion-inner h4, .accordion-inner h5, .accordion-inner h6{
    font-size: 24px;
}
.accordion-inner p{
    font-size: 16px;
}

#top-bar .nav>li>a {
    font-size: 18px;
    padding-left: 25px;
    color: #000;
    font-weight: 600;
}

.html.header-button-1{
    margin-left: 30px;
}

.header-main .nav > li > a{
    font-weight: normal;
}

.nav-pills>li>a {
    border-radius: 10px;
}

.enquiry-icon,
.phone-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-left: 24px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 1;
}

.enquiry-icon {
    background-image: url('images/sms.svg');
}

.phone-icon.border-right {
    background-image: url('images/call-calling.svg');
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid currentColor;
}

.phone-icon:not(.border-right) {
    background-image: url('images/mobile.svg');
    color: #000;
}

/* Off-canvas menu: keep icon links inline so the bg icon stays next to text */
.off-canvas .enquiry-icon,
.off-canvas .phone-icon {
    display: inline-flex;
}
.off-canvas .nav > li {
    text-align: center;
}

/* Scrolling services strip – pills, continuous scroll */
.ub-scrolling-services {
    overflow: hidden;
    background: #f5e6d3;
    padding: 10px 0;
}
.ub-scrolling-services-track {
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    animation: ub-scroll-services 50s linear infinite;
}
.ub-scroll-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    white-space: nowrap;
    flex-shrink: 0;
}
.ub-scroll-pill-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.ub-scroll-pill-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ub-scroll-pill-text {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
@keyframes ub-scroll-services {
    0% { transform: translateX(0); }
    100% { transform: translateX(-25%); }
}

.banner-heading, h1, h2, h3, h4, h5, h6{
    font-size:46px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
}

body h2.medium-heading,
body h3.medium-heading,
body h4.medium-heading,
body h5.medium-heading,
body h6.medium-heading{
    font-size: 38px;
}

.banner-content{
    width: 74%
}

/* Skip Bin booking form card */
.form-wrapper {
    padding: 38px;
    border-radius: 18px;
    background: #ffffffd4;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}

.form-wrapper h3 {
    margin: 0 0 24px;
    font-size: 22px;
    font-weight: 600;
    color: #111111;
    border-bottom: 1px solid hwb(0deg 0% 100% / 10%);
    padding-bottom: 10px;
}

/* Layout inside the card */
.form-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
}

.form-wrapper .col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
}

/* Labels */
.form-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/* Inputs, selects, textareas */
.form-wrapper input[type="text"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="email"],
.form-wrapper input[type="date"],
.form-wrapper textarea,
.form-wrapper select,
.form-wrapper .select select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    padding: 5px 12px;
    font-size: 16px;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    height: 38px;
    margin-bottom: 0;
}

.form-demolition textarea {
    height: 98px;
    min-height: 98px;
}

form {
    margin-bottom: 0;
}

.form-wrapper input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    max-width: 100%;
}

.form-wrapper input:focus,
.form-wrapper textarea:focus,
.form-wrapper select:focus,
.form-wrapper .select select:focus {
    border-color: #f4a623;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(244, 166, 35, 0.2);
}

    /* CF7 dropdown wrapper (Flatsome/CF7) */
.form-wrapper .select {
    position: relative;
}

/* Submit button */
.form-wrapper .button.primary,
.form-wrapper input[type="submit"].button.primary {
    border-radius: 999px;
    font-size: 18px;
    font-weight: 600;
    background-color: #FAA634;
    color: #000;
    border: none;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
}

/* Arrow on Skip Bin form primary button */
.form-wrapper .button.primary:not(.has-icon)::after,
.form-wrapper input[type="submit"].button.primary:not(.has-icon)::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('images/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.form-wrapper .button.primary:hover,
.form-wrapper input[type="submit"].button.primary:hover {
    background-color: #f29b0c;
}

/* Right-align submit */
.form-wrapper .text-right {
    text-align: right;
}

.form-demolition .form-submit-row {
    text-align: center;
}

.row.padding-col-bottom-0 > .col {
  padding-bottom: 0 !important;
}

.main-form-banner .wpcf7 form.sent .wpcf7-response-output,
.main-form-banner .wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
}

.wpcf7-spinner{
    position: absolute;
    left: 0;
}

#nav_menu-2{
    padding-left: 80px
}

.footer-1 .row {
    position: relative;
    padding-bottom: 30px;
}
.footer-1 .row::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid hwb(0deg 100% 0% / 15%);
}

/* Global primary, secondary & white buttons */
.button.primary,
.button.secondary,
.button.white {
    min-height: 48px;
    font-size: 18px;
    padding-right: 45px;
    padding-left: 30px;
    font-weight: 600;
    line-height: 46px;
}

.button.white {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #fff;
}

body .button.primary{
    color: #000!important;
}

/* Knight Rider style light sweep */
@keyframes ub-button-sweep {
    0% { background-position: -150% 0; }
    50% { background-position: 150% 0; }
    100% { background-position: -150% 0; }
}

.button.primary:hover {
    background-image: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.18) 50%,
        rgba(255,255,255,0) 100%
    );
    background-size: 220% 100%;
    background-position: -150% 0;
    animation: ub-button-sweep 1.8s linear infinite;
}

/* CF7 submit: sweep + arrow combined */
@keyframes ub-button-sweep-cf7 {
    0%   { background-position: -150% 0, right 18px center; }
    50%  { background-position: 150% 0, right 18px center; }
    100% { background-position: -150% 0, right 18px center; }
}

.wpcf7-form .wpcf7-submit:hover {
    background-image:
        linear-gradient(
            120deg,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.18) 50%,
            rgba(255,255,255,0) 100%
        ),
        url('images/arrow-right.svg');
    background-size: 220% 100%, 18px 18px;
    background-repeat: no-repeat, no-repeat;
    background-position: -150% 0, right 18px center;
    animation: ub-button-sweep-cf7 1.8s linear infinite;
}

.button.secondary:hover {
    background-image: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.45) 50%,
        rgba(255,255,255,0) 100%
    );
    background-size: 220% 100%;
    background-position: -150% 0;
    animation: ub-button-sweep 1.8s linear infinite;
}

.button.white:hover {
    background-image: linear-gradient(
        120deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.06) 50%,
        rgba(0,0,0,0) 100%
    );
    background-size: 220% 100%;
    background-position: -150% 0;
    animation: ub-button-sweep 1.8s linear infinite;
}

/* CF7 submit button height (slightly shorter) */
.wpcf7-form .wpcf7-submit {
    min-height: 46px;
    line-height: 46px;
    padding-right: 45px;
    padding-left: 30px;
    background-image: url('images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 18px 18px;
}

/* Arrow icon on buttons without an existing icon */
.button.primary:not(.has-icon):not(.icon)::after,
.button.secondary:not(.has-icon):not(.icon)::after,
.button.white:not(.has-icon):not(.icon)::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('images/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

/* Make arrow white on secondary button */
.button.secondary:not(.has-icon):not(.icon)::after {
    filter: invert(1);
}

/* Mobile nav secondary button: compact, no arrow */
.mobile-nav .button.secondary {
    min-height: auto;
    height: 30px;
    background: none;
    color: #faa634;
    padding: 0;
    font-size: 28px;
    border: none;
    line-height: 28px;
}
.mobile-nav .button.secondary:hover{
    border: none;
    box-shadow: none;
}
.mobile-nav .button.secondary i {
    margin-right: 0;
    margin-left: 7px;
}
.mobile-nav .button.secondary:not(.has-icon):not(.icon)::after {
    display: none;
}

.nav>li>a>i.icon-menu{
    font-size: 2.5em
}

.button.icon.primary,
.button.icon.secondary,
.button.icon.white {
    padding-right: 30px;
}

/* Top bar icons colour */
#top-bar .enquiry-icon,
#top-bar .phone-icon {
    color: #000;
}

/* Active nav pill text colour */
.header:not(.transparent) .header-nav-main.nav > li.active > a {
    /* color: #000!important; */
    font-weight: 600;
}

body .pb-0{
    padding-bottom: 0!important;
}

/* Footer contact detail widget */
.ub-contact-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ub-contact-detail li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 16px;
}
.ub-contact-detail li img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}
.ub-contact-detail li a {
    color: #fff;
    text-decoration: none;
}
.ub-contact-detail li a:hover {
    color: #FAA634;
}
.ub-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.ub-social-icons a {
    display: inline-block;
    width: 36px;
    height: 36px;
}
.ub-social-icons a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.footer-wrapper .is-divider{
    display: none;
}

.footer-wrapper span.widget-title{
    display: block;
    margin-bottom: 20px
}
.footer-logo{
    width: 85px;
}

.footer-wrapper p, .footer-wrapper li, .footer-wrapper a{
    font-size: 16px;
}



/* Footer decorative images */
.footer-1 {
    position: relative;
    overflow: hidden;
    padding-top: 100px
}

.footer-wrapper .widget>ul>li, .footer-wrapper ul.menu>li {
    border: none;
}

.footer-1::before,
.footer-1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 130px;
    height: 290px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

.footer-1::before {
    left: 4%;
    background-image: url('images/footer-img-left.png');
    background-position: top left;
    transform-origin: 55% 0;
    animation: ub-swing-left 4s ease-in-out infinite;
}

.footer-1::after {
    right: 4%;
    background-image: url('images/footer-img-right.png');
    background-position: top right;
    transform-origin: 45% 0;
    animation: ub-swing-right 5s ease-in-out infinite;
}

@keyframes ub-swing-left {
    0%, 100% { transform: rotate(0deg); }
    25%      { transform: rotate(3deg); }
    75%      { transform: rotate(-3deg); }
}

@keyframes ub-swing-right {
    0%, 100% { transform: rotate(0deg); }
    30%      { transform: rotate(-2.5deg); }
    70%      { transform: rotate(2.5deg); }
}

/* Footer machinery banner below absolute footer */
.absolute-footer {
    overflow: visible !important;
    padding-top: 50px;
    padding-bottom: 0;

}
.absolute-footer::after {
    content: "";
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 21%;
    margin-top: -7%;
    background: url('images/footer-images.png') center bottom / 100% auto no-repeat;
    pointer-events: none;
    z-index: 1;
}

.section-tag{
    color: #F59C22;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

/* Service cards */
.service-card .col-inner {
    padding: 15px 30px;
    transition: background-color 0.3s ease;
}
.service-card .icon-box .icon-box-img {
    margin-bottom: 5px;
}
.service-card svg path {
    fill: #FAA634;
    transition: fill 0.3s ease;
}
.service-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
}
.service-desc {
    font-size: 16px;
    line-height: 24px;
}
.service-card:hover .col-inner {
    background-color: #FAA634 !important;
}
.service-card:hover svg path {
    fill: #fff;
}
.service-card:hover .service-title,
.service-card:hover .service-desc {
    color: #fff;
}
.service-card .button.primary.is-outline {
    color: #DF922A !important;
    border: 1px solid #FAA634;
    background: transparent;
    min-height: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    padding-right: 40px;
    animation: none;
}
.service-card .button.primary.is-outline::after {
    background-image: url('images/arrow-right-orange.svg');
}
.service-card:hover .button.primary.is-outline,
.service-card .button.primary.is-outline:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #DF922A !important;
    background-image: none;
    animation: none;
}

/* Hanging ball section */
.hanging-ball {
    position: relative;
    overflow: visible;
}
.hanging-ball::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 120px;
    width: 135px;
    height: 100%;
    background: url(images/hanging-ball.png) top center / contain no-repeat;
    z-index: 10;
    pointer-events: none;
    transform-origin: 50% 0;
    animation: ub-swing-ball 4s ease-in-out infinite;
}
@keyframes ub-swing-ball {
    0%, 100% { transform: rotate(0deg); }
    25%      { transform: rotate(3deg); }
    75%      { transform: rotate(-3deg); }
}
@media only screen and (max-width: 849px) {
    .hanging-ball::after {
        width: 100px;
        top: -20px;
    }
}
@media only screen and (max-width: 48em) {
    .hanging-ball::after {
        display: none;
    }
}

.img-radius img{
    border-radius: 20px
}

/* Gallery slider: hide until Flickity ready to avoid flash of wrong layout */
.ux-slider-has-columns .slider:not(.flickity-enabled) {
    visibility: hidden;
}
.ux-slider-has-columns .slider.flickity-enabled {
    visibility: visible;
}

/* Gallery slider: dots below, orange selected / light orange unselected */
.flickity-page-dots {
    left: 0%;
}
.flickity-page-dots .dot {
    width: 15px;
    height: 15px;
}
.ux-slider-has-columns .flickity-page-dots {
    position: relative;
    bottom: auto;
    margin-top: 35px;
}
.ux-slider-has-columns .flickity-page-dots .dot {
    background: rgba(250, 166, 52, 0.4);
}
.ux-slider-has-columns .flickity-page-dots .dot.is-selected {
    background: #FAA634;
}

/* Gallery slider: mobile padding so images don't touch screen edges */
@media (max-width: 549px) {
    .ux-slider-has-columns.slider-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.ub-icon-card{

    background: #FAF2E8;
    padding: 30px 30px 15px 30px;
    border-radius: 20px;
    border: 1px solid hwb(0deg 0% 100% / 10%);
}

.ub-icon-card h4{
    font-size: 18px;
    margin-bottom: 0;
}
/* Light orange service list */
.light-orange-bg {
    background: #FAF2E8;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px 15px;
}
.light-orange-bg > .col {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 23px 30px;
}

.light-orange-bg > .col.border-bottom{
    border-bottom: 1px solid rgba(0,0,0,0.1)!important; 
}
.light-orange-bg > .col:nth-last-child(-n+2) {
    border-bottom: none;
}
@media only screen and (max-width: 849px) {
    .light-orange-bg > .col:nth-last-child(2) {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
}
.light-orange-bg .icon-box {
    margin: 0;
}
.light-orange-bg .icon-box .icon-box-img {
    margin-bottom: 0;
}
.light-orange-bg .icon-box h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
    color: #E88806;
}
.light-orange-bg .icon-box h3 a {
    color: #E88806;
    text-decoration: underline;
    font-size: 18px;
}
.light-orange-bg .icon-box p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.image-wide .img-inner{
    margin: 0px -190px -100px 60px;
}

.image-wide-left .img-inner{
    margin: 0px 60px -100px -190px;
}


.floating-card{
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid hwb(34.55deg 22.75% 12.55% / 30%);
}
.floating-card h4{
    font-size: 18px;
    margin-bottom: 15px;
    margin-top:30px
}
.floating-card p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

/* Position each card absolutely around the truck */
/* .floating-card-col:nth-child(1) .floating-card {
    position: absolute;
    top: 370px;
    z-index: 99;
}
.floating-card-col:nth-child(2) .floating-card {
    position: absolute;
    left: -190px;
    top: 90px;
    z-index: 99;
}
.floating-card-col:nth-child(3) .floating-card {
    position: absolute;
    top: 60px;
    z-index: 99;
    right: -150px;
}
.floating-card-col:nth-child(4) .floating-card {
    position: absolute;
    top: 320px;
    z-index: 99;
} */

/* Quick Contact form */
.quick-contact-form {
    background: #FAF2E8;
    box-shadow: none;
}
.quick-contact-form textarea {
    height: 100px;
    resize: vertical;
}
.quick-contact-form-col .form-wrapper {
    background: #FAF2E8;
    box-shadow: none;
}
.quick-contact-form-col .form-wrapper textarea {
    height: 100px;
    resize: vertical;
}
.col.bg-white-form .form-wrapper {
    background: #fff;
    box-shadow: none;
}

body .ti-widget.ti-goog .ti-review-item>.ti-inner, 
.ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background-color: #FAF2E8!important;
}

.ti-widget.ti-goog .ti-review-item>.ti-inner{
    border-color: hwb(0deg 0% 100% / 10%) !important;
}

body .ti-widget.ti-goog .ti-widget-container .ti-name{
    font-size: 18px
}
body .ti-widget.ti-goog .ti-widget-container .ti-date{
    color: hwb(0deg 0% 100% / 70%); 
    font-size: 16px;
}

body .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars{
    margin-top: 18px;
    margin-bottom: 18px;
}

body .ti-widget.ti-goog .ti-review-content{
    color: hwb(0deg 0% 100% / 70%); 
    font-size: 16px;
}

.banner .banner-heading{
    margin-bottom: 10px;
}

.nav-dropdown li.active>a,
.nav-dropdown li>a:hover{
    
    color: hsl(34.55deg 86.09% 54.9%);
    font-weight: 600;
}

.off-canvas-center .nav-sidebar.nav-vertical > li.current-menu-item > a,
.off-canvas-center .nav-sidebar.nav-vertical > li.current-menu-ancestor > a,
.off-canvas-center .nav-sidebar.nav-vertical li.current-menu-item > a{
    color: hsl(34.55deg 86.09% 54.9%)!important;
    font-weight: 600;
}

.nav-vertical>li>ul li a{
    font-size: 20px;
}

.google-map.mb{
    margin-bottom: 0;
}
.ub-icon-card h4 a{
    color: #faa634;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 15px!important;
    display: inline-block;
}

@media only screen and (max-width: 849px) {

    .banner-heading, h1, h2, h3, h4, h5, h6,
    body h2.medium-heading, body h3.medium-heading, body h4.medium-heading, body h5.medium-heading, body h6.medium-heading{
        font-size: 26px;
        line-height: 36px;
    }
    body, body p, body a, body li, body ol{
        font-size: 16px;
    }
    #top-bar .nav>li>a {
        font-size: 15px;
        line-height: 10px;
    }

    .form-wrapper{
        padding: 20px;
    }

    .mobile-full-width{
        width: 100%!important;
    }

    .button.primary, .button.secondary, .button.white{
        font-size: 16px;
    }
    .off-canvas-center .nav-sidebar.nav-vertical > li > a {
        color: #000!important;
    }
    .banner-content{
        width: 100%
    }

    .html.custom .phone-icon{
        text-align: center!important;
    }

    #nav_menu-2{
        padding-left: 15px;
    }

    #text-2{
        text-align: center!important;
    }

    .mobile-center{
        text-align: center!important;
    }

    .image-wide .img-inner,
    .image-wide-left .img-inner{
        margin: 0
    }

    #nav_menu-2, #nav_menu-3{
        float: left!important;
        width: 50%;
    }

    #text-3{
        margin-top: 30px;
    }

    .absolute-footer{
        padding-top: 30px;
    }

    .form-wrapper .button.primary, .form-wrapper input[type="submit"].button.primary{
        width: 100%;
    }

    .footer-1::before, .footer-1::after{
        width: 90px;
        height: 210px;
    }
    .subrb-page-tiles .service-desc{
        min-height: auto
    }
    
}


[id^="ub-gslider-"] .flickity-page-dots {
    bottom: auto;
    margin-top: 35px;
}
[id^="ub-gslider-"] .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFDEB2;
    opacity: 1;
    border: none;
    box-shadow: none;
}
[id^="ub-gslider-"] .flickity-page-dots .dot.is-selected {
    background: #D39137;
}

body .ti-widget.ti-goog .ti-controls-line {
    background: #FFDEB2;
}
body .ti-widget.ti-goog .ti-controls-line .dot {
    background: #D39137;
}

.ub-breadcrumbs {
    font-size: 18px;
    font-weight: 700;
}
.ub-breadcrumbs a {
    color: #fff;
    text-decoration: none;
}
.ub-breadcrumbs a:hover {
    opacity: 0.8;
}
.ub-bc-sep {
    margin: 0 8px;
    color: #fff;
}
.ub-bc-current {
    color: #FAA634;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


.absolute-footer::after {
    padding-top: 25%;
    margin-top: -7%;
}

.no-padding-col > .col {
    padding-bottom: 0 !important;
}

}

/* Bins grid */
.ub-bin-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    padding: 12px;
    background: #fff;
}
.ub-bin-card__header {
    background: #FAF2E8;
    padding: 20px;
    border-radius: 10px;
}
.ub-bin-card__label {
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
    text-align: left;
    margin: 0;
}
.ub-bin-card__image {
    margin: 15px 0 0;
}
.ub-bin-card__specs {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .button.primary.ub-bin-card__book{
    width: 100%;
    margin: 0 auto;
    margin-top: 12px;
    font-size: 16px;
    line-height: 38px;
    min-height: 20px;
}
.ub-bin-card__best-for {
    padding: 10px 0px;
    font-size: 16px;
    text-align: left;
    margin: 0;
}
.ub-bin-card__book {
    margin: 0 20px 20px;
    font-size: 16px;
}
.ub-bins-hidden {
    display: none;
}
.ub-bins-load-more {
    text-align: center;
    margin: 20px 0;
}
.ub-bins-load-more .button::after {
    display: none !important;
}
.ub-bins-load-more .button {
    padding-right: 30px;
}

.subrb-page-tiles .service-desc{
    min-height: 140px
}

/* Floating contact enquiry button – right side, 849px+ only */
@media (max-width: 848px) {
  .ub-contact-enquiry-fab { display: none !important; }
}
@media (min-width: 849px) {
  .ub-contact-enquiry-fab {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;
  }
  .ub-contact-enquiry-fab a {
    display: block;
    line-height: 0;
  }
  .ub-contact-enquiry-fab img {
    display: block;
    width: 58px;
    height: 222px;
  }
}

/* Contact enquiry popup */
.ub-contact-enquiry-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.ub-contact-enquiry-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.ub-contact-enquiry-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.ub-contact-enquiry-popup__box {
  position: relative;
  background: #FAF2E8;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.ub-contact-enquiry-popup__box .quick-contact-form{
    padding: 0
}

.ub-contact-enquiry-popup__box .form-wrapper .col{
    padding-bottom: 10px;
}

.ub-contact-enquiry-popup__box .form-wrapper .row{
    margin-left: 0;
    margin-right: 0;
}
.ub-contact-enquiry-popup__title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  padding: 0 10px
}
.ub-contact-enquiry-popup__close {
  position: absolute;
  top: 20px;
  right: 15px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.ub-contact-enquiry-popup__close img {
  display: block;
}
.ub-contact-enquiry-popup__content .wpcf7-form h2,
.ub-contact-enquiry-popup__content .wpcf7-form h3 {
  display: none;
}

/* Mobile header envelope button: label is for crawlers/screen readers only (added 24 Sep 2026) */
.header-button-2 .button span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
