.t4-topbar .topbar, .t4-topbar .topbar-l, .t4-topbar .topbar-r{
    align-content: center;
}
.t4-topbar .topbar span{
    color: #00ACFF;
}
.t4-topbar .topbar h3{
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.t4-topbar .topbar-r{
    display: flex;
    justify-content: end;
}
.t4-topbar .topbar-r .social-list li a{
    background-color: #01ABFF;
    color: #ffffff;
    opacity: 1;
}
.t4-header{
    border-bottom: 3px solid #e9ecef;
}
.t4-header .logo-img{
    width: 400px;
}
.t4-header{
    padding: 15px 100px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 999;
}
.t4-header .container-xxl{
    max-width: none !important;
}
.t4-header .t4-header-r{
    display: none !important;
}
.t4-header .mx-auto{
    margin-right: 0 !important;
}
.t4-header .t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link{
    padding: 20px 3rem;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
}
.t4-header .t4-megamenu .navbar-nav .current > .menu-item-title{
    color: #01ACFB;
}
.t4-megamenu .navbar-nav>li>a:hover{
    color: #01ACFB !important;
}
.t4-megamenu .navbar-nav>li.active>a, .t4-megamenu .navbar-nav>li.active>.nav-link{
    color: #01ABFF;
}
.t4-header .dropdown-menu li{
    margin-bottom: 10px;
}
.t4-header .dropdown-item img{
    width: 25px;
    height: auto;
    margin-right: 10px;
}
.t4-header .dropdown-menu li .image-title{
    transition-duration: 0.2s;
    border-left: #01ACFB 3px solid;
    padding-left: 5px;
    border-color: transparent;
    font-size: 18px;
}
.t4-header .dropdown-menu li:hover .image-title{
    border-left-color: #01ACFB;
    text-shadow: 0 0 0 currentColor;
    color: #01ABFF;
}
.t4-megamenu .dropdown-menu li.active>a{
    color: #01ACFB;
}
.dropdown-menu.level1 {
    width: max-content;
    min-width: unset;
}
.t4-slideshow{
    margin-top: -140px;
}
.blue-button{
    background-color: #00ACFF;
    opacity: 1;
    padding: 15px 30px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    animation: pulse 2s infinite;
}
.t4-main-top-1{
    padding: 30px 0;
}
.t4-main-top-1 .custom{
    display: flex;
    justify-content: center;
}
.t4-main-top-1 .custom a{
    align-content: center;
    margin-left: 25px;
}
.t4-main-top-1 .custom span{
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.t4-main-top-2{
    padding: 25px 0;
}
#jux_logo175 .logo_showcase_slider .jux_logo_item .logo_item_image {
    opacity: 1 !important;
}
.t4-megamenu .dropdown-toggle .item-caret::before {
    border-top: 4px solid #ffffff;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
}
.home-page .t4-main-body{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.home-page .t4-main-body .row>*{
    padding-right: 0 !important;
}
.home-page .t4-main-body .article-aside{
    margin-bottom: 0 !important;
}
.blue-home{
    background-color: #09AEFF;
    min-height: 700px;
}
.blue-home > .wf-column{
    padding: 50px;
}
.white-home-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.white-home .wf-column {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 5px 20px;
    border-radius: 6px;
}
.white-home .wf-column img {
    width: 50px;
    margin-right: 15px;
    flex-shrink: 0;
}
.white-home .wf-column p {
    margin: 0;
    flex: 1;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
.white-home .contact-text {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.white-home .contact-text span{
    color: #ffffff;
}

.blue-home > .wf-column:first-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blue-home > .wf-column:first-child h3{
    font-size: 45px;
    text-transform: uppercase;
}
.blue-home > .wf-column:first-child p{
    font-weight: bold;
    font-size: 20px;
}
.blue-home > .wf-column:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.home-image-grid {
    display: flex;
    width: 100%;
    gap: 0;
}
.home-image-grid .wf-column {
    flex: 1;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.home-image-grid .wf-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.home-image-grid .image-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.home-image-grid .image-btn span{
    border-radius: 20px;
    background-color: rgba(241, 241, 241, 0.6);
    color: #ffffff;
    border: none;
}
.home-image-grid .image-btn span:hover{
    background-color: #00ACFF;
}
.home-image-grid .image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    transform: translateY(100%);
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}
.home-image-grid .overlay-content {
    color: #fff;
    padding: 20px;
    max-width: 80%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.2s ease;
}
.home-image-grid .overlay-content h3 {
    margin-bottom: 10px;
}
.home-image-grid .wf-column:hover .image-overlay {
    transform: translateY(0);
}
.home-image-grid .wf-column:hover .overlay-content {
    opacity: 1;
    transform: translateY(0);
}
.home-image-grid .wf-column:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.home-image-grid .wf-column img {
    transition: transform 0.3s ease;
}
.home-image-grid .column-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: inherit;
}
.home-image-grid .overlay-content p{
    text-align: justify;
}











.form-control{
    max-width: none;
}
.rsform-input-box::placeholder, .rsform-text-box::placeholder{
    color: #000000 !important;
}
.rsform-input-box, .rsform-select-box, .rsform-submit-button{
    height: 66px;
}
.rsform-submit-button{
    width: 100%;
    background-color: #00ACFF !important;
    font-weight: bold !important;
    border: none !important;
}
.t4-section-1{
    padding: 35px 0;
}
.t4-section-1 #userForm{
    z-index: 999;
    position: relative;
}
.t4-section-1 .col-form-label{
    display: none;
}
.t4-section-1 .form-container{
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.t4-section-1 .form-container h2{
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}
.t4-section-2{
    padding: 50px 100px;
}
.t4-section-2 .es-embed-root{
    max-width: none !important;
}
.t4-footnav{
    padding: 50px;
    border-top: 3px solid #00ACFF;
}
.t4-footnav .t4-module .module-title span{
    font-size: 30px;
    margin-bottom: 20px;
}
.t4-footer a{
    color: #00ACFF;
    text-decoration: none;
    transition-duration: 0.2s;
}
.t4-footer a:hover{
    font-weight: bold;
}

.t4-off-canvas-header .logo-img {
    content: url("http://jba.identitytest.co.uk/images/Logos/JB_AUTOWERX_Secondary_Logo_Dark.png");
}
.t4-offcanvas .t4-off-canvas-header a img{
    max-height: 3rem;
    outline: none;
}
.t4-mega-1{
    margin-bottom: 3rem;
}
.what-we-offer img{
    width: 80px;
    height: auto;
    display: block;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 30px;
}
.what-we-offer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto; 
    gap: 20px;
}
.what-we-offer .wf-column{
    text-align: center;
    padding: 10px 15px;
    min-height: max-content;
    border-radius: 10px;
    background-color: #01ACFB;
    color: #ffffff;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.logoslider .moduletable{
    border: none;
}
.service-main-content{
    margin-bottom: 3rem;
}
.service-main-content h1{
    font-size: 4.5rem;
    margin-bottom: 2rem;
}
.service-main-content p{
    font-size: 20px;
}
.ideal-for-heading{
    color: #ffffff;
    text-align: center;
    background-color: #01ACFB;
    width: fit-content;
    padding: 10px 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    font-weight: bold;
}
.ideal-for-content{
    max-width: 1500px;
    margin: 0 auto;
}
.ideal-for-content .wf-column{
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ideal-for-content .wf-column {
    text-align: center;
}

.ideal-for-content .wf-column img {
    width: 400px;
    height: 255px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
.ideal-for-content h3{
    text-align: center;
    margin: 10px 0 20px 0;
}
.t4-footnav li a .menu-item-title{
    transition-duration: 0.2s;
    color: #000000;
}
.t4-footnav li:hover a .menu-item-title{
    border-left: 3px solid #01ACFB;
    color: #01ACFB;
    padding-left: 5px;
    font-weight: bold;
}
.contact-page-map{
    margin: 0 auto;
}
.contact-page-map iframe{
    border-radius: 10px;
}
.contact-page{
    max-width: 1500px;
    margin: 0 auto 1rem auto;
}
.contact-page .wf-column{
    padding: 20px;
    border-radius: 10px;
}
.contact-page .wf-column:first-of-type {
    background-color: #01ACFB;
    font-size: 20px;
    color: #ffffff;

    display: flex;
    flex-direction: column;
}
.contact-page .wf-column:first-of-type a{
    text-decoration: none;
    color: #ffffff;
}
.contact-page .wf-column:first-of-type .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
}
.contact-page .wf-column:first-of-type .contact-info > div {
    display: flex;
    align-items: center;
}
.contact-page .wf-column:first-of-type .logo img{
    border-radius: 10px;
}
.contact-page .wf-column:nth-child(2) {
    background-image: url('/images/Parallax/Parallax.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-page .wf-column:nth-child(2) {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url('/images/Parallax/Parallax.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-page .wf-column:nth-child(2) .col-form-label{
    display: none;
}
.contact-page .wf-column:nth-child(2) h2{
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}
.footnav-1 div{
    margin-bottom: 10px;
}
.footnav-1 a{
    text-decoration: none;
}
#triggerButton{
    margin-left: 0;
    padding-left: 0;
}
.t4-topbar .btn.active{
    border: none !important;
    border-color: #ffffff !important;
}
.t4-topbar .btn:active{
    border: none !important;
}
.t4-position-2{
    padding: 50px;
}
.t4-position-2 ul{
    padding-left: 0;
}
.t4-position-2 li{
    list-style: none;
}
.t4-position-2 h4 a{
    color: #000000;
    font-size: 40px;
    transition-duration: 0.2s;
    text-decoration: none;
}
.t4-position-2 h4 a:hover{
    color: #01ACFB;
}
.t4-position-2 .mod-articles-item-content {
    display: flex;
    flex-direction: column;
}
.t4-position-2 .mod-articles-image {
    order: 1;
}
.t4-position-2 .mod-articles-title {
    order: 2;
}
.t4-position-2 .readmore {
    order: 3;
}
.t4-position-2 .mod-articles-image {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.t4-position-2 .mod-articles-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: 5px;
}
.t4-position-2 .item-image{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}
.btn-readmore::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
}
p.readmore .btn{
    background: none;
    color: #01ACFB;
    font-weight: normal;
    padding: 0;
    transition-duration: 0.2s;
    font-size: 20px;
}
p.readmore .btn:hover {
    background: none;
    color: #01ACFB;
    font-weight: bold;
}
p.readmore .btn:active{
    background: none;
    color: #01ACFB;
    font-weight: bold;
    border: none;
}
p.readmore{
    margin-top: 0.5rem !important;
}
.eco-trak{
    max-width: 1500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
}
.eco-trak .wf-columns{
    margin-bottom: 2rem;
}
.eco-trak .wf-column img{
    border: 1px solid #000000;
    border-radius: 10px;
}
.decending-boxes{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.decending-boxes .wf-column{
    background-color: #01ACFB;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 100px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
}
.decending-boxes .wf-column p{
    margin-bottom: 0;
}
.decending-boxes .wf-column img{
    width: 34px;
    height: 34px;
    margin-right: 20px;
}
.decending-boxes .wf-column:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 18px solid #01ACFB;
}
.decending-boxes #NoArrow::after{
    display: none;
}
.decending-boxes #NoArrow{
    margin-bottom: 0;
}
.decending-container{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}
.fill img { display: block; width: 100vw; object-fit: cover; height: 100%; border-radius: 10px; }
.about .wf-column.fill {
    position: relative;
    overflow: hidden;
    padding: 0; /* important */
}

.about .wf-column.fill img {
    position: absolute;
    inset: 0;           /* top:0 right:0 bottom:0 left:0 */
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.about{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.about .text{
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #01ACFB;
    color: #ffffff;
}
#goal{
    margin-bottom: 3rem;
    margin-top: 3rem;
}
#goal h2{
    font-size: 50px;
}



.accordions-container{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.accordions {
  background-color: #01ACFB;
  color: #FFFFFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: 1px solid #ffffff;
  border-bottom: none;
}
.border-top{
    border-radius: 10px 10px 0 0;
}
.border-bottom{
    border-radius: 0 0 10px 10px;
}
.actives, .accordions:hover {
  background-color: #fafafa;
  color: #000000;
}
.panel {
  padding: 0 18px;
  background-color: #fafafa;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.panel p{
    margin-top: 10px;
}
.question-accordions {
  background-color: #01ACFB;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  transition: 0.4s;
  border: 1px solid #ffffff !important;
}
.question-accordions:hover {
    background-color: #fafafa;
  color: #000000;
}
.accordions-container a {
    display: block;
}
.faq-headline{
    max-width: 1500px;
    margin: 4rem auto 2rem auto;
    text-decoration: underline;
    text-underline-offset: 15px;
}
.t4-offcanvas .nav-item img{
    display: none;
}
.t4-offcanvas .dropdown-item{
    white-space: normal !important;
}
.t4-offcanvas .current .menu-item-title,
.t4-offcanvas .current .image-title,
.t4-offcanvas li:hover .menu-item-title,
.t4-offcanvas .dropdown-menu li:hover .image-title,
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active>.nav-link{
    color: #01ACFB;
}
.t4-position-2 .mod-articles-item{
    transform: scale(0.8);
}
.important-notice-list{
    display: table;
    margin: 0 auto;
    text-align: left;
}
.important-notice-header{
    color: #ffffff;
    text-align: center;
    background-color: red;
    width: fit-content;
    padding: 10px 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}
.terms-conditions .t4-main-body span{
    color: #01ACFB;
}


@media(max-width: 1666px){
    .home-image-grid .overlay-content p{
        text-align: left;
        font-size: 13px;
    }
}
@media(max-width: 1614px){
    .t4-header .t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link{
        padding: 20px 2rem;
    }
}
@media(max-width: 1590px){
    .t4-main-top-1 .custom span{
        font-size: 15px;
    }
}
@media(max-width: 1500px){
    .t4-main-top-1 .custom a{
        margin-left: 10px;
    }
    .t4-main-top-1 .custom span{
        font-size: 12px;
    }
    .t4-main-top-1 .blue-button{
        padding: 10px 20px;
        font-size: 12px;
    }
}

@media(max-width: 1448px){
    .t4-topbar .topbar h3{
        font-size: 15px;
    }
}
@media(max-width: 1422px){
    .t4-header{
        padding: 15px 0;
    }
}
@media(max-width: 1312px){
    .home-image-grid{
        flex-direction: column;
    }
    .home-image-grid .overlay-content p{
        font-size: 20px;
    }
    .home-image-grid .image-btn span{
        margin-bottom: 50px;
    }
    .home-image-grid .overlay-content p{
        font-size: 15px;
    }
}
@media(max-width: 1300px){
    .blue-home{
        display: flex;
        flex-direction: column;
    }
    .blue-home > .wf-column:nth-child(2){
        padding: 0 50px 20px 50px;
    }
}
@media(max-width: 1222px){
    .t4-header .logo-img{
        width: 300px;
    }
    .t4-slideshow{
        margin-top: -113px;
    }
}
@media(max-width: 1122px){
    .t4-header .t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link{
        padding: 20px 1rem;
    }
}
@media(max-width: 1101px){
    .t4-topbar .topbar h3{
        font-size: 12px;
    }
}
@media(max-width: 1050px){
    .t4-section-1{
        padding: 35px;
    }
}
@media(max-width: 991px){
    .footnav-4 img{
        float: none !important;
    }
    .t4-header{
        background-color: rgba(0,0,0,0.6);
    }
    .t4-section-2{
        padding: 50px 25px;
    }
    .blue-home > .wf-column:first-child p{
        font-size: 15px;
    }
    .blue-home > .wf-column:first-child h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .white-home .contact-text{
        font-size: 15px;
        margin-top: 35px;
    }
    .white-home .wf-column img{
        width: 35px;
        margin-right: 0;
    }
    .white-home .wf-column p{
        font-size: 15px;
    }
        .navbar-toggler{
        display: none;
    }
    .t4-header .container-xxl{
        display: flex;
        justify-content: center;
    }
    .service-main-content h1{
        font-size: 3.5rem;
    }
    .service-main-content p{
        font-size: 15px;
    }
    .t4-mega-1{
        margin-top: 3rem;
    }
    .home-image-grid .image-btn span{
        display: none;
    }
}
@media(max-width: 960px){
    .contact-page .wf-column:first-of-type .contact-info > div{
        margin: 1rem 0;
    }
    .ideal-for-content .wf-column img{
        width: 100%;
        height: auto;
    }
    .eco-trak .wf-column img{
        width: 100%;
    }
}
@media(max-width: 900px){
    .t4-main-top-1 .hide-this{
        display: none;
    }
}
@media(max-width: 893px){
    .t4-topbar .topbar{
        display: none;
    }
}
@media (max-width: 768px) {
    .white-home-grid {
        grid-template-columns: 1fr;
    }
    .white-home .wf-column {
        width: 100%;
    }
}
@media(max-width: 600px){
    .white-home .wf-column img{
        display: none;
    }
    .white-home .wf-column p{
        font-size: 12px;
    }
}
@media (width >= 576px) {
    .col-sm-9 {
        flex: none;
        width: 100% !important;
    }
}
@media(max-width: 575px){
    .t4-footnav .module{
        margin-bottom: 4rem;
    }
    .t4-footnav .module-title{
        margin-bottom: 0;
    }
}
@media(max-width: 300px){
    .home-image-grid .overlay-content{
        padding: 10px;
    }
    .home-image-grid .overlay-content p{
        font-size: 12px;
    }
}
.service-layout .text{
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #01ACFB;
    color: #ffffff;
}
.service-layout .fill{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.service-layout{
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .home-page #t4-footnav .col-lg-6 {
        flex: 1 0 0%;
    }
}

















@media (max-width: 1312px) {

    /* Keep overlay permanently visible on mobile/stacked layout */
    .home-image-grid .image-overlay {
        transform: translateY(0) !important;
        background: rgba(0,0,0,0.6);
    }

    /* Keep text visible */
    .home-image-grid .overlay-content {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    /* Disable image zoom hover effect */
    .home-image-grid .wf-column:hover img,
    .home-image-grid .wf-column img {
        transform: none !important;
    }

    /* Disable transitions */
    .home-image-grid .image-overlay,
    .home-image-grid .overlay-content,
    .home-image-grid .wf-column img {
        transition: none !important;
    }

    /* Blue separators between stacked columns */
    .home-image-grid .wf-column {
        border-top: 4px solid #09AEFF;
        border-bottom: 4px solid #09AEFF;
    }

    /* Reinstate button on mobile */
    .home-image-grid .image-btn span {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

/* Add space for the button */
    .home-image-grid .overlay-content {
        padding-bottom: 80px;
    }

    /* Position button lower */
    .home-image-grid .image-btn {
        bottom: 15px;
    }
}