/*
Theme Name: Safe Shot Pest Control
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 8.3
Description: Theme for Safe Shot Pest Control
Author: Nikko
Author URI: https://ostenpowers.com.au/
Theme URI: https://ostenpowers.com.au/web-design-development/
*/

:root {
    --bs-danger: #EC202B;
    --bs-dark: #363636;
}
.bg-danger {
    background-color: var(--bs-danger) !important;
}
.bg-dark {
    background-color: var(--bs-dark) !important;
}
.text-danger {
    color: var(--bs-danger) !important;
}
.btn-danger {
    background-color: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
}
.btn-danger:hover {
    background-color: crimson !important;
}
.btn-outline-danger {
    border-color: var(--bs-danger) !important;
    color: var(--bs-danger) !important;
}
.btn-outline-danger:hover {
    color: white !important;
}
.bg-semigrey {
    background-color: #f0f0f0;
}
.bg-semigrey p {
    width: 60%;
    font-size: .8rem;
}
.bg-light {
    background-color: white !important;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  color: var(--bs-dark);
  line-height: 1.5rem;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
}
.fs-xs  {
    font-size: .9rem;
}
.hero-banner {
    background: var(--bs-dark) url('assets/img/hero-right.png') no-repeat top right;
    background-size: contain;
}
.underlined {
    position: relative;
    display: inline-block;
}
.underlined::after {
    content: "";
    position: absolute;
    background: url('assets/img/underliner.png') no-repeat;
    background-size: contain;
    width: 110%;
    height: 20px;
    bottom: -20px;
    left: -5%;
}
.service-text {
    color: white;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}
#footer a {
    text-decoration: none;
    color: inherit;
}
.testimonial {
    position: relative;
}
.testimonial .row {
    position: relative;
    z-index: 1;
}
.testimonial::before {
    background: url('assets/img/testi.webp') no-repeat bottom left;
    background-size: contain;
    content: "";
    position: absolute;
    bottom: 0;
    left: -200px;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.testimonial-wrapper {
    background-color: #ececec;
    border-radius: 15px;
    margin-left: 3rem;
    margin-bottom: 2rem;
}
.testimonial-wrapper.active {
    margin-left: 0;
    margin-top: 3rem;
    margin-right: 3rem;
    background-color: white;
}
#top-call {
    background-color: #EE3623;
    position: relative;
    padding: 1rem;
    cursor: pointer;
    margin-top: -1rem;
    margin-bottom: -1rem !important;
    padding-left: 3rem;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#top-call .position-relative {
    z-index: 1;
}
#top-call::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: #EE3623;
}
.call-circle {
    background-color: #EFD905;
    color: #EE3623;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
}
.form-control {
    background-color: #E8E8E8;
}
.nav .nav-link {
    color: white !important;
    font-weight: bold;
    padding: 1rem 2.5rem;
}

.pest-selector {
    background: #d9d9d9;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.pest-selector img {
    width: 45px !important;
    margin-right: .5rem;
}
.pest-selector span .fa-solid {
    color: #A9ACAA;
}
.pest-selector.active {
    background: var(--bs-dark);
}
.pest-selector.active img {
    filter: invert(1);
}
.pest-selector.active span {
    color: white;
}
.pest-selector.active span .fa-solid {
    color: #19B249 !important;
}

.bg-who-we-are {
    background: var(--bs-dark) url('assets/img/who-we-are-bg.png') no-repeat bottom right;
}
.text-bg-dark {
    background-color: var(--bs-dark) !important;
}
.nowrap {
    white-space: nowrap;
}
.home-contact-wrapper {
    position: relative; top: -2rem; height: 27rem;
}

.wrapper-35y img {
    position: relative;
    width: 100%;
    height: 100%;
}
.wrapper-35y div {
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 49.5%;
    height: 24.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.accordion-flush * {
    background: transparent !important;
}
.accordion-flush .accordion-item {
    border: 1px solid grey !important;
    margin-bottom: 1rem;
    border-radius: 1rem;
}
.accordion-item .num {
    background: var(--bs-danger) !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.accordion-item button {
    color: var(--bs-dark) !important;
    font-weight: bold;
    font-size: 1.25rem;
}
.accordion-body {
    padding-left: 3.5rem;
}
@media (max-width: 768px) {
    .testimonial-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .testimonial::before {
        display: none;
    }
    .home-contact-wrapper {
        height: 45rem;
    }
    #top-call {
        margin: 0 !important;
        right: 0;
        display: block;
    }
    .call-circle {
        padding-top: 2px;
    }
    .hero-banner {
        background: var(--bs-dark) url('assets/img/hero-right-overlay.png');
        background-size: cover;
    }
    .bg-who-we-are {
        background: var(--bs-dark) url('assets/img/who-we-are-bg-overlay.png') no-repeat center center;
        background-size: cover;
    }
    .fixed-bottom img {
        width: 80px;
    }
    .grecaptcha-badge {
        display: none;
    }
}