/*
Theme Name: Best Bathroom
Theme URI: https://desiplumbers.com.au/
Author:Best Bathroom Group
Author URI: https://desiplumbers.com.au/
Description: Content Management System
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: CMS Websiet
Tags: CMS Websiet
*/
/* HERO BANNER */
.hero-banner {
    position: relative;
    background: url('https://bestbathroomrenovation.com.au/wp-content/uploads/2025/08/Bathroom-Renovation-in-Melbourne.jpg') center/cover no-repeat;
    min-height: 650px;
    display: flex;
    align-items: center;
    color: #fff;
}

/* DARK OVERLAY */
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
}

/* CONTENT */
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
}

.hero-title span {
    color: #fff;
}

.hero-text {
    font-size: 18px;
    margin: 20px 0;
    color: #fff;
}

/* BUTTONS */
.btn-quote {
    background: #fb3930;
    color: #fff;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 4px;
}

.btn-quote:hover {
    background: #d9241c;
    color: #fff;
}

.btn-call {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 28px;
    margin-left: 10px;
    font-weight: 600;
}

.btn-call:hover {
    background: #fff;
    color: #000;
}

/* TRUST ICONS */
.trust-box {
    margin-top: 40px;
}

.trust-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.trust-item i {
    font-size: 22px;
    color: #fb3930;
    margin-right: 12px;
}

/* MOBILE */
@media(max-width:768px){
    .hero-title {
        font-size: 32px;
    }
}

ul.wp-block-list li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 900;
	color: #fb3930;
}
ol.wp-block-list{ padding-left:0;margin-top: 10px;}
ol.wp-block-list li:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f2f7";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 900;
	font-size: 30px;
	color: #fb3930;
}
.service-details p {
    padding-bottom: 10px;
}
.whatsapp-icon-top {
  background-color: #25d366;
  color: white;
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.whatsapp-icon {
  position: fixed;
  bottom: 150px;
  right: 5px;
  background-color: #25d366;
  color: white;
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.whatsapp-icon.show {
  opacity: 1;
  visibility: visible;
}
a.whatsapp-icon.show{text-decoration: none;}
a.whatsapp-icon.show:hover {border: 1px solid #fb3930;}
.no-desktop{display: none;}