/*
Theme Name: Car Wash Builders
Theme URI: https://directclix.net.au/carwashbuilders/
Author: Car Wash Builders
Author URI: https://directclix.net.au/carwashbuilders/
Description: This is your theme.
Version: 10.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, custom-background, theme-options, translation-ready
Text Domain: car-wash-builders
Requires at least: 4.6
Tested up to: 6.6
Requires PHP: 7.4
*/


    body {
      font-family: 'Arial', sans-serif;
      margin: 0;
      color: #000;
		font-family: "Open Sans", sans-serif;
    }

p{font-family: "Open Sans", sans-serif;}

h1,h2,h3,h4{font-family: "Open Sans", sans-serif;}
  

    /* Header Wrapper */
    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding:15px 0;
      background: #fff;
      border-bottom: 1px solid #eee;
    }

    /* Logo */
    .logo img {
      height: 95px;
    }

    /* Navigation Menu */
    .nav-menu {
      display: flex;
      gap: 40px;
    }

.header #menu-header {
	display: flex;
	gap: 50px;
	list-style: none;
	margin: 0;
}
.divheader {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 20px;
}

.nav-menu a {
	text-decoration: none;
	font-weight: 600;
	color: #000;
	transition: color 0.3s;
	font-family: "Open Sans", sans-serif;
}

    .nav-menu a:hover {
      color:#398DC4;
    }

    /* Contact Section */
    .contact {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
    }

.contact img {
	width: 68px;
	height: 68px;
}

	.contact span {
		color: #398DC4;
		font-weight: 600;
		font-size: 20px;
		display:block;
	}

.contact strong {
	font-size: 30px;
	color: #000;
	font-weight: 600;
	line-height: 0.8;
}
	.contact div br {
		display: none;
	}

   
 
    /* Hero Section */
    .hero {
      position: relative;
      height: 100vh;
      
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #fff;
      text-align: left;
      padding: 0;
    }

.hero::before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: .40;
}
.hero-content {
	max-width: 840px;
	position: relative;
}
.div-hero {
	max-width: 1420px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}


.hero h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 20px;
}

	.hero p {
		font-size: 30px;
		margin-bottom: 33px;
		line-height: 1.15;
		font-weight: 500;
	}

.hero strong {
	font-size: 36px;
	font-weight: 500;
	display: block;
	margin-bottom: 30px;
	line-height: 1.15;
}

.btn-primary {
	display: inline-block;
	padding:14px 32px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 50px;
	border: none;
	text-decoration: none;
	background: #fff;
	color: #398DC4;
	transition: 0.3s;
	text-transform: uppercase;
	margin-top: 10px;
}

    .btn-primary:hover {
      background: #398DC4;
      color: #fff;
    }

  
    /* Section Wrapper */
.why-choose {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding:130px 20px;
	max-width: 1420px;
	margin: auto;
}

    /* Left Image */
.why-choose img {
	width: 100%;
	border-top-left-radius: 60px;
	object-fit: cover;
}

    /* Right Content */
.why-choose-content {
	width: 50%;
}
.why-choose-content p br {
	display: none;
}
.why-choose-content {
	width: 50%;
	padding-left: 40px;
}

.why-choose-content h2 {
	font-size: 50px;
	font-weight: 700;
	color: #398DC4;
	margin-bottom: 36px;
	line-height: 1.15;
}

.why-choose-content p {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 32px;
}

.why-choose-content p strong {
	font-weight: 600;
	color: #000;
	font-size: 28px;
	line-height: 1;
}

.why-choose-content .btn-primary {
	background: #398DC4;
	color: #fff;
	margin-top: 10px;
}
.why-choose-content .btn-primary:hover {
	background: #000;
	color: #fff;
}




  
/* Remove Foundation gutters */
.what-we-offer.grid-x {
  margin-left: 0;
  margin-right: 0;
  display: flex;          /* ensures equal height columns */
  align-items: stretch;   /* stretch both panels equally */
}

.what-we-offer.grid-x > .cell {
  padding-left: 0 ;
  padding-right: 0 ;
  display: flex;          /* let children fill height */
}

.cell.small-12.medium-6.small-order-2.medium-order-1.offer-left {
	padding:80px 110px;
}

/* Left Panel with blue background */
.offer-left {
  background-size: cover;
  flex: 1;                 /* fill available space */
  padding: 3rem 2rem;      /* proper inner padding */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center accordion */
}

/* Section Title */
.offer-left .section-title {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
}

/* Right Image full height */
.what-we-offer img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* keeps image proportional */
  border-radius: 0;        /* removes rounded edges */
}


  /* Accordion Wrapper */
  .accordion {
    border: none;
    background: transparent;
  }

  /* Accordion Item */
  .accordion-item {
	  border: none;
	  margin-bottom: 0.8rem;
	  border-radius: 8px;
	  overflow: hidden;
	  background: #fff;
	}

  /* Accordion Title */
.accordion-title {
	display: block;
	background: #fff;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	padding: 18px 24px;
	border-radius: 8px;
	border: none;
	transition: all 0.3s ease;
	position: relative;
}
  

.accordion-item.is-active .accordion-title {
	color: #0D6CAA;
}

  /* Add custom + icon */
  .accordion-title::after {
    content: "+";
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0073e6;
    transition: transform 0.3s ease, content 0.3s ease;
	  display:none;
  }

.accordion-title::before {
	top: 22%;
	font-size: 50px;
	font-weight: 300;
}

  /* Change + to – when active */
  .is-active > .accordion-title::after {
    content: "–";
    transform: translateY(-50%);
  }

  /* Accordion Content */
.accordion-content {
	background: #fff;
	color: #000;
	font-size: 20px;
	line-height: 1.15;
	padding: 20px 24px 10px;
	border-radius: 0 0 8px 8px;
	margin-top: -10px;
	border: 0 !important;
}

.accordion-content p {
	line-height: 1.3;
}

  /* Title hover effect */
.accordion-title:hover, .accordion-title:focus {
	background: transparent; border:0px;
}
/* Card styling */
.card-box {
  background: #fff;
  border-radius: 12px;
  padding:2rem 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  height: 100%;
}

.card-box img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 1rem;
}

.card-box h3 {
	font-size: 30px;
	font-weight: 700;
	color: #398DC4;
	margin-bottom: 1rem;
}

.card-box p {
	font-size: 20px;
	line-height: 1.5;
	color: #000;
}
/* Background with water droplets */
.appointment-section {
	padding: 100px 20px;
	text-align: center;
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
}

/* Title */
.appointment-section h2 {
	font-size: 50px;
	font-weight: 700;
	color: #398DC4;
	margin-bottom: 56px;
}

/* Form fields */
.appointment-form input, .appointment-form textarea {
	border-radius: 12px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1) !important;
	border: 1px solid #ddd;
	padding: 0 26px;
	font-size: 24px;
	margin-bottom: 0;
	height: 70px;
}

.appointment-form input[type="submit"] {
	background: #398DC4;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	padding: 15px 78px;
	height: auto;
	cursor:pointer;
	margin-top: 42px;
}
.appointment-form input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

.appointment-form input:focus{border: 1px solid #ddd;}

.appointment-form input::placeholder, .appointment-form textarea::placeholder{ color:rgba(0,0,0,.50) }

/* Textarea full height */
.appointment-form textarea {
	height: 100%;
	height: 260px;
	resize: none;
	padding-top: 13px;
}

/* Send button */
.appointment-form button {
  background: #0073b7;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  border: none;
  margin-top: 1rem;
}

.appointment-form button:hover {
  background: #005c94;
}

/* Footer styling */
.footer {
	background: #2d90cc;
	color: #fff;
	padding: 70px 0 0;
	text-align: center;
}

/* Footer columns */
.footer h4 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 22px;
	color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom:0;
}

.footer a:hover {
  text-decoration: underline;
}

/* Contact icons */
.footer .contact-info i {
  margin-right: 8px;
}

/* Social icons */
.footer .social-icons {
	margin: 1.5rem 0 0;
}

.footer .social-icons a {
  display: inline-block;
  margin: 0 0.5rem;
  color: #2d90cc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 1.2rem;
}

/* Payment icons */
.footer .payment-icons img {
  height: 32px;
  margin: 0 5px;
}

/* Bottom bar */
.footer-bottom {
	background: #fff;
	color: #333;
	padding: 29px 22px 24px;
	font-size: 0.9rem;
	margin-top: 60px;
}
.footer-bottom a {
  color: #333;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}


.cards {
	padding: 130px 0;
}
.cards .grid-container {
	max-width: 1420px;
	padding: 0 20px;
}

.footer ul#menu-footer-quick-link {
	margin: 0;
	list-style: none;
}

.footer .grid-container {
	max-width: 1420px;
	padding: 0 20px;
}

.footer .grid-x {
	justify-content: space-between;
}

.footer .cell.small-12 {
	width: auto;
}

.opening-hours p {
	margin-bottom: 10px;
}

.footer-bottom.text-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-bottom.text-center #menu-footer-bottom {
	list-style: none;
	justify-content: d;
	display: flex;
	margin: 0 0 0 5px;
}

.footer-bottom.text-center #menu-footer-bottom li {
	border-right: 1px #000 solid;
	line-height: 15px;
	margin-right: 8px;
	padding-right: 8px;
}
.footer-bottom.text-center #menu-footer-bottom li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.footer ul#menu-footer-quick-link li {
	margin-bottom: 10px;
}
.foooter_contact_icon {
	position: relative;
	padding-left: 22px;
}
.foooter_contact_icon img {
	position: absolute;
	left: 0;
	top: 7px;
}

.payment-icons {
	margin-top: 15px;
}



    /* Responsive */


@media (max-width: 1500px) {
.cell.small-12.medium-6.small-order-2.medium-order-1.offer-left {
	padding: 80px 50px;
}
}

@media(max-width:1279px) {
.why-choose-content {
	padding-left: 0;
}
	
.why-choose-content p {
	font-size: 20px;
	line-height: 1.4;
}	
	
.why-choose-content p strong {
	font-size: 22px;
}	
.why-choose-content h2 {
	font-size: 40px;
}	
	
.cell.small-12.medium-6.small-order-2.medium-order-1.offer-left {
	background-size: cover !important;
}	
	
.offer-left .section-title {
	font-size: 40px;
}	
	
.accordion-content {
	font-size: 17px;
}	
	
.accordion-title {
	font-size: 20px;
}	
.accordion-title::before {
	top: 31%;
	font-size: 35px;
}	
.card-box h3 {
	font-size: 22px;
}	
.card-box p {
	font-size: 17px;
}
.appointment-section h2 {
	font-size: 40px;
	margin-bottom: 36px;
}
	
}

@media(max-width:1023px){
.hero h1 {
	font-size: 36px;
}	 
.hero p {
	font-size: 24px;
}
.hero strong {
	font-size: 29px;
}
.btn-primary {
	padding: 13px 24px;
	font-size: 20px;
}
 .why-choose {
        flex-direction: column;
        text-align: center;
      }

      .why-choose-content {
        max-width: 100%;
      }	
	
.why-choose-content {
	width: 100%;
}	
.why-choose-content h2 {
	font-size: 30px;
}	
	
.why-choose {
	padding: 100px 20px;
}	
.header #menu-header {
	gap: 30px;
}	
	
.contact strong {
	font-size: 22px;
}
.logo img {
	height: 75px;
}	
.contact img {
	width: 48px;
	height: 48px;
}
.what-we-offer.grid-x .cell.small-12 {
	width: 100%;
}
.cell.small-12.medium-6.small-order-2.medium-order-1.offer-left {
	padding: 50px 20px;
}
.offer-left .section-title {
	font-size: 30px;
}	

.cards {
	padding: 100px 0;
}	
.cards .cell.small-12.medium-6 {
	width: 100%;
}
	
.card-box img {
	width: 140px;
	height: 140px;
}	
.appointment-form .cell.small-12.medium-6 {
	width: 100%;
	margin: 0;
}
	
.appointment-form input, .appointment-form textarea {
	padding: 0 20px;
	font-size: 20px;
	margin-bottom: 0
}	
	
.appointment-form input {
	height: 60px;
	/* width: 100%; */
	/* max-width: 100%; */
	margin-bottom: 14px;
}
.footer .grid-x .cell.small-12.medium-3:last-child {
	margin-top: 30px;
}	
.appointment-form textarea {
	height: 160px;
}	
.appointment-form input[type="submit"] {
	margin-top: 22px;
}	
	
.appointment-section {
	padding: 70px 20px;
}	
.appointment-section h2 {
	font-size: 30px;
}
.appointment-form .cell.small-12.medium-6 br {
	display: none;
}
.appointment-form p {
	margin: 0;
}
}


@media(max-width:767px){
.hero {
	height: 82vh;
}
.hero h1 {
	font-size: 25px;
}	
	
.footer .cell.small-12 {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}	
.footer {
	padding: 40px 0 0;
}	
	
.footer-bottom.text-center {
	flex-wrap: wrap;
}
	
.footer-bottom.text-center #menu-footer-bottom {
	margin: 10px 0 0;
}	
.foooter_contact_icon {
	padding-left: 0;
}	
	
.foooter_contact_icon a {
	display: inline-block;
}	
.footer .cell.small-12 {
	margin-left: 0;
}
.foooter_contact_icon img {
	left: auto;
	top: 7px;
	margin-left: -23px;
}	
	

.divheader {
	flex-wrap: wrap;
	position: relative;
}	
	
.contact {
	position: absolute;
	right: 20px;
	top: 11px;
}
.nav-menu {
	padding-top: 14px;
}
.nav-menu {
	width: 100%;
}	
	
.header #menu-header {
	width: 100%;
	justify-content: center;
}	
	
.logo img {
	height: 63px;
}	
.contact img {
	width: 38px;
	height: 38px;
}	
.contact span {
	font-size: 14px;
}
	
.contact strong {
	font-size: 19px;
}	
	
.cards .cell.small-12.medium-6 {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 10px;
}	
	
}










	 
