/*
Theme Name: Lightning Bult
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Description: Theme for Lightning Bult
Author: Nikko
Author URI: https://ostenpowers.com.au/
Theme URI: https://ostenpowers.com.au/web-design-development/
*/

@import 'assets/css/suburbs-list.css';
@import 'assets/css/trapezoid-buttons.css';

:root {
    --bs-border-radius: 5px;
    --bs-border-radius-lg: 5px;
}
body {
    font-family: 'Inter', sans-serif;
    /* font-size: 14px; */
}
@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}
.knewave {
    font-family: 'Knewave', cursive;
    font-weight: 400;
}
.caveat {
    font-family: 'Caveat', cursive;
    font-size: 2.5rem;
}
.poppins {
    font-family: 'Poppins', sans-serif;
}
.bg-dark {
    background-color: #121424 !important;
}
.bg-danger, .btn-danger-2 {
    background-color: #8B3A3E !important;
}
.bg-danger-2 {
    background-color: #F3555D !important;
}
.bg-primary {
    background-color: #0F3E7B !important;
}
.bg-lightning {
    background-image: url(assets/img/lightning-red.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
}
hr {
    border-color: #fff;
    border-width: 1px;
    width: 120px;
    opacity: 1;
}
.text-xs {
    font-size: .8rem;
}
.text-center hr {
    justify-self: center;
}
.text-end hr {
    justify-self: right;
}
.hero-banner-bg {
    background-size: contain, cover;
    background-position: right, center;
    background-repeat: no-repeat, no-repeat;
}
.home-bg {
    background-image: url(assets/img/home-bg-2.png), url(assets/img/home-bg.png);
}
.electrical-bg {
    background-image: url(assets/img/electrical-bg-2.png), url(assets/img/electrical-bg.png);
}
.hero-banner-overlay {
    background-image: url(assets/img/home-bg-overlay.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    padding-bottom: 5rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.fw-800 {
    font-weight: 800;
}
.home-google-review {
    position: absolute;
    top: 4rem;
    left: 10rem;
    right: 0;
    width: fit-content;
    margin: 0 auto;
}
.bg-service-wrapper {
    position: absolute;
    bottom: -7rem;
    left: 1rem;
    right: 1rem;
    margin: 0 auto;
}
.bg-service {
    background-image: url(assets/img/service-bg-white.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding: 2rem .5rem;
    color: #F9676E;
}
.bg-service:hover {
    background-image: url(assets/img/service-bg-red.png);
    color: #fff;
}
.bg-service img {
    display: block;
    margin: 0 auto;
}
.bg-service:hover img {
    filter: brightness(100);
}
.bg-service span {
    display: block;
    text-transform: uppercase;
    margin-top: 1rem;
}
.handypay-wrapper {
    background-image: url(assets/img/handypay-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 370px;
    position: relative;
}
.handypay-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 10rem;
    right: 2rem;
    bottom: 1rem;
    color: #fff;
}
.handypay-content div {
    width: 220px;
    text-align: center;
}
.handypay-content hr {
    border-color: #fff;
    border-width: 1px;
    width: 120px;
    opacity: 1;
    margin: 1rem auto;
}
.bg-linear-blue {
    background: linear-gradient(180deg, #59ABDD 0%, #fff 100%);
}
.bg-checklist {
    background-image: url(assets/img/checklist-img.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.bg-checklist-elec {
    background-image: url(assets/img/checklist-elec-img.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.google-business-reviews-rating .listing li {
    border: 1px solid lightgray;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    border-radius: 10px;
}
.google-business-reviews-rating .listing li:hover {
    border-color: darkgray;
}
.review-more-link {
    color: blue;
}
.issue-selector {
    background: #d9d9d9;
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #F3555D;
    font-weight: bold;
}
.issue-selector-img-wrapper {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.issue-selector span .fa-solid {
    color: #A9ACAA;
}
.issue-selector.active {
    background: linear-gradient(180deg, #F3555D 0%, #943C01 100%);
}
.issue-selector .fs-4 {
    position: absolute;
    top: 1rem;
    right: 2rem;
}
.issue-selector.active span {
    color: white;
}
.issue-selector.active span .fa-solid {
    color: #19B249 !important;
}
.form-control {
    background-color: #E8E8E8;
}
.footer hr {
    border-color: #8B3A3E;
    border-width: 2px;
    opacity: 1;
    width: 70px;
}
.footer .nav-link {
    color: #fff;
    padding-left: 0;
}
.footer .rounded-circle {
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    margin-right: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
}
.footer .rounded-circle i {
    font-size: 2rem;
}
.footer .rounded-circle:hover {
    background-color: #8B3A3E;
}
.footer .text-danger {
    color: #F3555D;
}
.footer .fa-wrapper {
    display: block;
    flex-shrink: 0;
    width: 40px;
}
.about-overlay {
    background-color: #fff;
    position: absolute;
    left: 20%;
    bottom: 0;
    margin: 0 auto;
    width: 40%;
}
.no-wrap {
    white-space: nowrap;
}
.welcome-overlay {
    background: white;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto 0;
    width: 60%;
    padding: 2rem 3rem;
}
.welcome-overlay a {
    text-decoration: underline;
    color: #0F3E7B;
}
.welcome-overlay a:hover {
    color: #F36503;
}
.text-orange {
    color: #F36503;
}
.welcome-buttons {
    position: absolute;
    bottom: 2rem;
    right: 0;
}

.deals-wrapper {
    position: relative;
}
.deals-wrapper img {
    position: relative;
    width: 100%;
    z-index: 1;
}
.deals-text {
    position: absolute;
    color: #fff;
    right: 2rem;
    top: 2rem;
    z-index: 2;
    text-align: right;
    width: 45%;
}
.deals-text hr {
    justify-self: right;
    border: 1px solid #fff;
    width: 100px;
    margin: 1rem 0;
    opacity: 1;
}
.deals-text-special {
    position: absolute;
    color: #fff;
    right: 2rem;
    top: 6rem;
    z-index: 2;
    text-align: right;
    width: 70%;
}
.bg-compare-elec {
    background-image: url(assets/img/elec-compare-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 492px;
}
.dashed-separator {
    width: 2px;
    display: block;
    margin: 0 3rem;
    background: url(assets/img/separator.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.book-today-bg {
    background-image: url(assets/img/book-today-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -2rem;
    padding-right: 20rem !important;
    min-height: 416px;
}


.service-item {
    position: relative;
}
.service-item-content {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 75%;
    background-color: #fff;
    padding: 1rem;
}
.service-item-content img {
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    background-color: #8B3A3E;
    position: absolute;
    top: -3rem;
    left: .75rem;
    border-radius: 3px;
}
.service-item-content .hidden-content {
    display: none;
}

.bg-service-blue {
    background-image: url(assets/img/blue-linear-bg.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
.bg-service-red {
    background-image: url(assets/img/red-linear-bg.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}
.navbar-nav .nav-link {
    font-weight: bold;
    margin-left: .5rem;
    margin-right: .5rem;
}
.left-most-img {
    position: relative;
    left: -7rem;
}
.accordion-button {
    background-color: #E1E3E8;
    font-weight: bold;
    font-size: 1.2rem;
}
.accordion-button:not(.collapsed) {
    background-color: #E1E3E8;
    color: #000;
}
.accordion-item {
    margin-bottom: 1rem;
}
.all-services-link {
    background: #e2e2e2;
    color: #F3555D;
    display: block;
    text-align: center;
}
.all-services-link:hover {
    background: linear-gradient(180deg, #F3555D 0%, #943C01 100%);
    color: white;
}
.cursor-pointer {
    cursor: pointer;
}

.expanded-menu-item {
    cursor: pointer;
    padding: 1rem 1.5rem;
    font-weight: 700;
}
.expanded-menu-item.active {
    background-color: #eee;
    border-left: 5px solid #F3555D;
}
.expanded-menu-item:hover {
    color: #F3555D;
}
.expanded-menu-content-wrapper {
    background-color: #eee;
}
.residential-heading,
.commercial-heading {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 800;
}
.commercial-heading {
    left: 52%;
}
.residential-heading {
    left: 56%;
}

.rob-image {
    padding-bottom: 5rem;
    padding-right: 5rem;
}
.pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin: 2rem 0;
    padding: 0;
}
.pagination ul li {
    border: 2px solid #F3555D;
    color: #F3555D;
    border-radius: 8px;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0 12px;
}
.pagination ul li:hover {
    background-color: #F3555D;
    color: #fff;
    box-shadow: 0 4px 8px rgba(243, 85, 93, 0.3);
}
.pagination ul li a {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}
.pagination ul li.current a,
.pagination ul li .current {
    color: grey !important;
    border-color: grey !important;
}
.pagination ul li.active {
    background-color: #F3555D;
    color: #fff;
    box-shadow: 0 2px 4px rgba(243, 85, 93, 0.4);
}
.pagination ul li.active a {
    color: #fff;
}
.homeguard-form {
    padding-top: 9rem !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.homeguard-form-img {
    position: absolute;
    top: -4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
}
.colored-link a, a.colored-link {
    color: #0F3E7B;
}
.colored-link .wp-block-heading {
    margin-top: 1rem;
}
.expanded-nav-img {
    width: 35% !important;
    flex-shrink: 0;
}