/* ### Updated Design */


/* globals */

@font-face {
    font-family: bukhari;
    src: url("fonts/bukhari-script/Bukhari\ Script.ttf");
}

@font-face {
    font-family: cooper-bt;
    src: url("fonts/Cooper_BT_Font_Family/CooperLtBT-Regular.ttf");
}

@font-face {
    font-family: public_sans;
    src: url("fonts/public-sans.black.ttf");
}

@font-face {
    font-family: public_sans_semibold;
    src: url("fonts/public-sans.semibold.ttf");
}

@font-face {
    font-family: public_sans_bold;
    src: url("fonts/public-sans.bold.ttf");
}

@font-face {
    font-family: aileron_bold;
    src: url("fonts/aileron/Aileron-Bold.otf");
}

:root {
    --hwnz-dark-green: #056608;
    --hwnz-green: #5eb11b;
    --hwnz-light-green: #06DB08;
    --hwnz-dark-blue: #087BA2;
    --hwnz-dark-blue-50: #087ba2b7;
    --hwnz-blue: #0087FF;
    --hwnz-contrast-blue: #AEEEFF;
    --hwnz-dark-blue-75: #087ba248;
    --hwnz-light-blue: #BFE6FB;
    --hwnz-very-light-blue: #ECF6FF;
    --hwnz-black: #212121;
    --hwnz-soft-black: #3D3949;
    --hwnz-soft-black-50: #3d3949a4;
    --hwnz-white: #fff;
}

a.btn-quote-top {
    box-shadow: 0 0 15px 5px rgba(100, 6, 6, 0.05) !important;
}

a.btn-quote-top:hover {
    background: var(--hwnz-black) !important;
    box-shadow: 0 0 5px 5px #087ba211 !important;
}

.aileron_bold {
    font-family: aileron_bold;
}

.green-bold {
    color: var(--hwnz-green);
    font-weight: 400;
}

.cooper-bt-bold {
    font-family: cooper-bt;
    font-weight: normal;
}

.underlined-heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22.5px;
}

.underlined-heading::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-width: 190px;
    height: 2px;
    background: var(--hwnz-black);
}


/* image gallery */

.image-gallery {
    margin-top: 5px;
}

.image-gallery .featured-images {
    aspect-ratio: none;
}

.image-gallery .featured-images .text-center {
    width: 30% !important;
    min-width: 315px;
}


/* section-content */

.section-content {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    gap: 5px 25px;
    align-items: stretch;
}

.section-content>div {
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hwnz-justify-text,
.section-content+p,
.section-content>div>p {
    text-align: justify;
}

.section-content>.right {
    position: relative;
    z-index: 1;
    width: 49.5%;
}

.section-content>.right.bgh-100 {
    background-size: auto 100%;
}

.section-content>div blockquote {
    width: calc(200% + 25px);
}

.section-content>div blockquote {}

.section-content>div blockquote>p {
    width: 50%;
    padding-right: 35px;
}


/* header.php */

.navbar-nav>li>.dropdown-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: center;
}

.header .logo a {
    z-index: 1;
    width: 95px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 10px;
    background: var(--hwnz-white);
    transform: translateY(93%);
    position: absolute;
    bottom: 50%;
    border: 0.25px solid var(--hwnz-black);
}

.header .logo {
    padding-inline: 20px;
}

.header .top-contact-info>p strong {
    text-shadow: 1px 1px 0px var(--hwnz-soft-black-50);
    color: var(--hwnz-black);
    font-family: public_sans;
}

.header .top-contact-info {
    color: var(--hwnz-white);
}

.banner .banbuttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.services-buttons a,
.header .top-contact-info a,
.banner .banbuttons a {
    border-radius: 25px;
    padding-inline: 25px;
    background: var(--hwnz-light-green);
}

.header .top-contact-info {
    position: relative;
    height: fit-content;
    padding-block: 10px;
}

.main-wrap {}

.main-wrap>.row:first-child .above-header .header {
    background: linear-gradient(90deg, var(--hwnz-dark-green), var(--hwnz-green), var(--hwnz-light-blue));
    background: var(--hwnz-white);
}

.main-wrap .navbar-collapse {
    /* padding-block: 7.75px; */
}

.main-wrap .navbar-collapse .nav a {
    font-size: calc(1rem * 1.5);
    text-transform: uppercase;
    padding-inline: 19px;
}


/* main-container */

.main-container {
    padding: 0 15px;
}

.main-container .main-container-content {
    padding: 0 0;
}


/* index.php */


/* banner */

.banner-container {
    background: url("images/Bubbles Graphic.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.banner-section {
    position: relative;
}

.banner-section .community-supporter-img {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 80px;
    transform: translateY(50%);
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    height: 350px;
    /* height: 400px; */
    margin: 0;
    padding: 25px 50px;
    background: rgba(8, 123, 162, 0.68);
}

.banner h4,
.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 4px var(--hwnz-soft-black-50);
}

.banner h2 {
    font-size: calc(1rem * 4);
}

.services-buttons a,
.banner .banbuttons a {
    float: none;
    margin: 0;
}

.banner .bantext {
    color: var(--hwnz-white);
    width: 50%;
}

.banner .bantext .bantext-content {
    padding-block: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

.banner .bantext h2 {
    color: var(--hwnz-white);
}

.banner .banimg {
    display: flex;
    width: 50%;
    min-height: 325px;
    /* min-height: 375px; */
    /* border: 1px solid var(--hwnz-black); */
}

.banner .banimg .swiper {
    width: 100%;
}

.banner .banimg .swiper-slide {
    /* width: 100%;
    height: 100%; */
    /* background-size: 100% 100%; */
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .banimg .swiper-slide.bg-1 {
    background-image: url("images/001 Home Page/rounded-gallery-images/Gallery 1 Rounded.png");
}

.banner .banimg .swiper-slide.bg-2 {
    background-image: url("images/001 Home Page/rounded-gallery-images/Gallery 2 Rounded.png");
    /* background-position: top center; */
    /* background-size: 100% 100%; */
}

.banner .banimg .swiper-slide.bg-3 {
    background-image: url("images/001 Home Page/rounded-gallery-images/Gallery 3 Rounded.png");
    /* background-position: bottom center; */
    /* background-size: 100% 100%; */
}

.banner .banimg .swiper-slide.bg-4 {
    background-image: url("images/001 Home Page/rounded-gallery-images/Gallery 4 Rounded.png");
    /* background-position: bottom center; */
}

.banner .banimg .swiper-slide.bg-5 {
    background-image: url("images/001 Home Page/rounded-gallery-images/Gallery 5 Rounded.png");
    /* background-position: bottom center; */
    /* background-size: 100% 100%; */
}

.banner .banimg .swiper-slide.bg-6 {
    background-image: url("images/001 Home Page/rounded-gallery-images/Gallery 6 Rounded.png");
    /* background-position: bottom center; */
}

.banner .banimg .swiper-slide.bg-7 {
    background-image: url("images/001 Home Page/rounded-gallery-images/Gallery 7 Rounded.png");
    /* background-position: bottom center; */
    /* background-size: 100% 100%; */
}


/* swiper */

.swiper {
    cursor: grab;
}

.swiper:active {
    cursor: grabbing;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: var(--hwnz-white);
}


/* Our Services */

.our-services {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.our-services .left,
.our-services .left p,
.our-services .right {
    text-align: center;
    margin: 0;
    width: 50%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-services .right,
.our-services .left {
    padding-block: 50px;
}

.our-services .right {
    width: 35%;
}

.our-services .right {
    align-self: stretch;
}

.our-services .right iframe {
    height: 100%;
    min-height: 450px;
}

.our-services .left p.bold-italic-style {
    margin-top: 15px;
    font-family: bukhari;
}

.our-services .left p {
    width: 100%;
}

.our-services .left p span {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    gap: 5px;
    /* padding-left: 15px; */
}

.our-services .left p span::before {
    display: none;
    position: absolute;
    left: 0;
    top: 0.75px;
    justify-self: flex-start;
    margin-top: 10px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--hwnz-dark-blue-75);
}

.our-services .left p span:hover::before {
    background: transparent;
    border: 2px solid var(--hwnz-black);
}

.services-buttons {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 15px;
}

.services-buttons a {
    margin-bottom: 0 !important;
}

.services-buttons a:last-child {
    background: var(--hwnz-blue);
}

.services-buttons a:last-child:hover {
    background: var(--hwnz-black);
}


/* why-choose-us */

.why-choose-us {
    margin: 0 !important;
}

.why-choose-us .row {
    display: flex;
    gap: 10px;
}

.why-choose-us .why-choose-text,
.why-choose-us .why-choose-img {
    width: 50%;
}

.why-choose-us .why-choose-text p {
    padding-top: 10px;
}

.why-choose-us .why-choose-text ul {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.why-choose-us .why-choose-img {
    min-height: 450px;
    background-image: url("images/001 Home Page/Bottom 01.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* footer.php */

.footer-below>div>div {
    border-top: 2px solid var(--hwnz-white) !important;
}


/* review-line */

.review-line>div {
    padding: 0;
}

.review-line .review {
    padding: 0 12px;
    background: var(--hwnz-contrast-blue);
    margin-block: 20px;
}

blockquote.hwnz-blockquote {
    background: var(--hwnz-contrast-blue);
    display: flex;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    color: var(--hwnz-black);
}

blockquote::before {
    font-size: 18px;
    color: var(--hwnz-black);
}


/* featured images */

.featured-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.featured-images>div {
    min-width: 350px;
    width: 50%;
    max-width: 500px;
}

.featured-images.grid-2 {
    flex-wrap: nowrap;
    gap: 25px;
}

.featured-images.grid-2>.text-center {
    min-width: 150px;
    width: 50% !important;
    max-width: 100% !important;
    min-height: 425px;
}

.featured-images.grid-2>.text-center iframe {
    width: 100%;
    height: 100%;
}

.featured-images.grid-4>.text-center {
    min-width: 150px;
    width: 25% !important;
    max-width: 275px !important;
    min-height: 400px;
}

.featured-images.grid-4>.text-center.w-landscape {
    width: 50% !important;
    max-width: 100% !important;
}

.featured-images>div img {
    width: 100%;
    height: auto;
}

.featured-images .text-center,
.featured-images .text-center>p {
    display: flex;
}

.featured-images .text-center>p {
    width: 100%;
}

.featured-images .text-center>p a {
    display: block;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    /* aspect-ratio: 1; */
}


/* <img src="images/001 Home Page/Bottom 03.jpg" width="400" height="300" alt="tutukaka vista" /> */


/* .footer-services */

.footer-services .wrap-services {
    background: var(--hwnz-dark-blue);
    padding: 10px 20px;
}

.footer-services .wrap-services .services-header {
    width: 100%;
    border-bottom: 2px double var(--hwnz-white);
    box-shadow: 0 2.5px 0 black;
}

.footer-services .wrap-services h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-services .wrap-services ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}


/* footer-below */

.footer-below {
    width: 100%;
    padding: 10px 30px;
}

.footer-below>div>div {
    border-top: 5px solid var(--hwnz-white);
}

.footer-below>div>div {
    background: linear-gradient(90deg, var(--hwnz-black), var(--hwnz-soft-black), var(--hwnz-soft-black-50));
    text-align: center;
}

.footer-below>div>div p {
    color: var(--hwnz-white) !important;
    background: transparent;
    text-transform: uppercase;
    font-size: 18px;
}


/* Other Pages */

.house-washing,
.gutter-washing,
.water-blasting,
.paint-preparation,
.window-cleaning,
.roof-treatment,
.sanitising-service,
.commercial-building-cleaning,
.franchise-opportunity {
    padding-block: 30px;
    margin: 0;
}


/* House Washing */


/* Gutter Washing */

.gutter-washing .hwnz-blockquote+p {
    color: var(--hwnz-blue);
    font-size: calc(1rem * 2.5);
    font-weight: bold;
    text-align: center;
}

.gutter-washing ol {
    list-style: none;
    padding: 0%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gutter-washing ol li {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.gutter-washing ol li span {
    color: var(--hwnz-black);
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.gutter-washing h1+img {}


/* Water Blasting */

.water-blasting .section-content .left {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
}

.water-blasting .section-content .left p {
    line-height: 31px;
}

.water-blasting .section-content .left ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
}


/* Paint Preparation - empty */


/* Window Cleaning */

.window-cleaning p {
    line-height: 30px;
}

.window-cleaning .wc-slogan {
    margin-top: 25px;
    width: fit-content;
    font-size: calc(1rem * 2.25);
    font-weight: 900;
    border-bottom: 15px solid var(--hwnz-contrast-blue);
}

.window-cleaning .wc-slogan span:nth-child(odd) {
    color: #e00000;
}

.window-cleaning .wc-slogan span:nth-child(even) {
    font-style: italic;
}

.window-cleaning .wc-slogan span:nth-child(2) {
    color: var(--hwnz-green);
}

.window-cleaning .wc-slogan span:nth-child(4) {
    color: var(--hwnz-light-green);
}

.window-cleaning h2 {
    margin-bottom: 20px;
}


/* Roof Treatment */

.roof-treatment .option-heading span:first-child {
    color: var(--hwnz-black);
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.roof-treatment ul {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* Sanitising Service */

.sanitising-service>div {
    padding-inline: 10px;
}


/* Commercial Building Cleaning */

.call-text {
    text-align: center;
    color: var(--hwnz-black) !important;
    padding-top: 25px;
    padding-inline: 25px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    font-weight: 900;
    font-size: 24px;
    padding: 20px 10px;
}

.commercial-building-cleaning .commercial-building-cleaning-content {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

.commercial-building-cleaning .commercial-building-cleaning-content>div {
    min-height: 300px;
    width: 50%;
}

.commercial-building-cleaning div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.commercial-building-cleaning .call-text i {
    font-size: 32px;
}


/* Franchise Opportunity */

.franchise-opportunity h1 {
    background: var(--hwnz-blue);
    color: var(--hwnz-white);
    padding: 16px 25px;
    font-weight: normal;
}

.franchise-opportunity .franchise-texts {
    padding: 10px 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px 60px;
}

.franchise-opportunity .franchise-texts .left {
    gap: 17.5px;
}

.franchise-opportunity .franchise-texts .left ul {
    display: flex;
    flex-direction: column;
    gap: 7.5px;
}

.franchise-opportunity .franchise-texts .left,
.franchise-opportunity .franchise-texts .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
}

.franchise-opportunity .franchise-texts .left h3 {
    margin-bottom: 0px;
}

.franchise-opportunity .franchise-texts .left h3+p {
    margin-bottom: 0px;
}

.franchise-opportunity .call-link {
    padding-block: 25px 15px;
    display: flex;
    gap: 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.franchise-opportunity .call-link p {
    cursor: text;
    padding: 15px 20px;
    background: var(--hwnz-dark-blue);
    color: var(--hwnz-white);
    border: none;
    border-radius: 50px;
    font-weight: 600;
}

.franchise-opportunity .call-link strong {
    font-weight: 900;
}


/* Contact Us Form */

.contact-us-form {
    padding: 25px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: center;
    align-items: flex-start;
}

.contact-us-form .right {
    /* width: fit-content !important; */
    width: 100%;
    max-width: 325px;
    padding: 0 !important;
}

.contact-us-form>.contact-us-form-header {
    width: 100%;
}

.contact-us-form>.contact-us-form-header h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
    font-family: public_sans_semibold !important;
    font-size: 32px;
    font-weight: normal;
}

.contact-us-form>.contact-us-form-header h2 strong {
    font-weight: bold;
    font-family: public_sans !important;
}

.contact-us-form .left,
.contact-us-form .right {
    padding-top: 50px;
    width: 50%;
}

.contact-us-form .right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-us-form .right>h2 {
    margin-bottom: 25px;
    color: var(--hwnz-black);
    font-size: calc(1rem * 3);
    font-family: public_sans_bold;
    text-shadow: 2px 2px 2px var(--hwnz-soft-black-50);
}

.contact-us-form .right .opens h2 {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.contact-us-form .right .opens h2,
.contact-us-form .right .opens h3 {
    margin: 0;
    font-size: calc(1rem * 2);
}

.contact-us-form .right .opens {
    padding: 5px 5px;
    margin-inline: auto;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-us-form .right .opens>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.contact-us-form .right .opens h4 {
    font-size: calc(1rem * 1.35);
    font-weight: 900;
}

.contact-us-form .right .opens>div p {
    margin-top: 0px;
}

.contact-us-form .right .opens > div p.note {text-align:left;font-size:14px;line-height: 135%;}

.contact-us-form .right .opens:first-of-type {
    border-bottom: 1px solid grey;
}


/* .accordians */

.accordians {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.accordians .accdn {
    width: 100%;
    margin: 0;
    padding: 7.5px 10px;
    border-bottom: 1px solid lightgrey;
}

.accordians .accdn ol,
.accordians .accdn p {
    padding: 10px 25px;
    font-size: 16px;
    border-bottom: 1px solid lightgrey;
}

.accordians details.accdn summary {
    cursor: zoom-in;
}

.accordians details.accdn[open] summary {
    cursor: zoom-out;
    font-weight: bold;
}


/* 

- 2: align as box/squareRect - same as canva

House Washing :
- text justified and blue box same as canva






















*/