.homeCTARow {
display: flex;
}
.ctaTruck {
position: relative;
}
.homeCTATitleWrapper {
position: relative;
}
.homeCTATitleWrapper:before {
content: '';
display: block;
background: url(//selectrical.com.au/wp-content/themes/selectrical/img/iconS.svg);
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% auto;
position: absolute;
top: -28%;
z-index: 1;
}
.homeCTAImg {
position: relative;
z-index: 2;
}
.homeCTATitle {
position: relative;
z-index: 2;
}
.homeCTATitle h2 {
margin-bottom: 58px;
margin-top: 30px
}
.homeCTATitleWrapper {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
text-align: center;
padding-top: 120px;
}
.ctaTruck img {
width: calc(100% + 60px);
max-width: 200% !important;
z-index: 2;
position: relative;
display: block;
margin-bottom: -55px;
padding-top: 40px;
} .homeCTAImg {}
.galleryWrap {
display: flex;
align-items: flex-start;
flex-wrap: nowrap;
justify-content: left;
align-content: center;
width: 100%;
}
.serviceItemWrap {
min-width: 340px;
margin-right: 15px
}
.serviceItemWrap img {
border-radius: 10px;
aspect-ratio: 0.84 / 1;
object-fit: cover;
}
#serviceScroller h4 {
margin-bottom: 0
}
.servicePortrait img {
display: inline-block;
margin-bottom: 20px
}
#homeServiceList h3 {
margin-bottom: 0
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
width: 30px;
height: 16px;
left: 0;
top: 0px;
border-radius: 10px;
background: #fff
}
.mCSB_scrollTools .mCSB_draggerContainer {
height: 16px;
border-radius: 10px;
background: #647689;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 14px;
margin: 0;
}
.homeCTALink {
margin-top: 40px;
margin-bottom: 40px;
display: flex;
flex-direction: column;
gap: 20px;
min-width: 352px;
}
.homeCTALink a {
width: 100%;
margin: 0 !important;
}
#homeCTA .ctaTruck {
max-width: 679px;
}
#homeCTA .homeCTABtn {
}
@media screen and (max-width:1456px) {
#homeCTA {}
#homeCTA:after {}
.homeCTARow>div {
flex: 0 0 50%;
max-width: 50%;
width: 50%;
}
}
@media screen and (max-width:1315px) {}
@media screen and (max-width:1342px) {
.homeCTATxt {
padding-top: 60px;
//padding-bottom: 170px;
}
.homeCTALink a {
display: inline-block;
min-width: 310px;
margin-left: 0 !important
}
.homeCTALink a:last-child {
margin-bottom: 0 !important
}
}
@media screen and (max-width:940px) {
#homeCTA .row {
flex-direction: column-reverse;
}
.homeCTATxt {
padding-left: 0;
padding-right: 0;
}
#homeCTA .homeCTABtn {
flex-direction: column;
}
}
@media screen and (max-width:868px) {
.slideRight .slideImage {
align-items: flex-start;
}
}
@media screen and (max-width:1284px) and (min-width:767px) {
.homeCTATxt {
padding-top: 60px;
//padding-bottom: 200px;
}
}
@media screen and (max-width:960px) {
.homeCTATxt {
//padding-bottom: 70px
}
.homeCTATitle h2 {
font-size: 38px;
line-height: 40px;
}
}
@media screen and (max-width:940px) and (min-width:767px) {
#homeCTA>.row {
flex-direction: column-reverse;
}
#homeCTA .col-sm-6 {
width: 100%;
flex: 0 0 100%;
min-width: 100%;
}
.ctaTruck img {
width: 100%;
}
.homeCTATitleWrapper {
max-width: 740px;
margin-left: auto;
margin-right: auto;
}
.ctaTruck:after {
left: -50%
}
}
@media screen and (max-width:767px) {
#homeCTA>.row {
display: flex;
flex-direction: column-reverse;
}
.homeCTATitleWrapper {
padding-top: 0
}
.homeCTATitleWrapper:before {
top: 0;
background-position: center top
}
.ctaTruck img {
width: 100%;
}
}