.elementor-286 .elementor-element.elementor-element-757ad56{--display:flex;--min-height:80vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0vw;--margin-bottom:0vw;--margin-left:17vw;--margin-right:0vw;}.elementor-286 .elementor-element.elementor-element-757ad56:not(.elementor-motion-effects-element-type-background), .elementor-286 .elementor-element.elementor-element-757ad56 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://melbourneverandas.com.au/wp-content/uploads/2025/07/rsw_1920m-2.webp");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-286 .elementor-element.elementor-element-da27dbd{text-align:center;}.elementor-286 .elementor-element.elementor-element-da27dbd .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:40px;font-weight:800;text-shadow:0px 0px 39px rgba(0,0,0,0.3);color:#FFFFFF;}.elementor-286 .elementor-element.elementor-element-2c6abc0{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-286 .elementor-element.elementor-element-2c6abc0:not(.elementor-motion-effects-element-type-background), .elementor-286 .elementor-element.elementor-element-2c6abc0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-286 .elementor-element.elementor-element-757ad56{--width:81.9vw;}.elementor-286 .elementor-element.elementor-element-2c6abc0{--width:66%;}}/* Start custom CSS */.business-card {
  background-color: #fff;
  padding: 40px;
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-family: sans-serif;
  border-radius: 8px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
.phone a{
    color:#405773;
}
.business-card h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.business-card .address,
.business-card .phone {
  font-size: 15px;
  color: #555;
  margin: 5px 0;
}

.business-card h3 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}

.hours-toggle {
  cursor: pointer;
  font-size: 15px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  user-select: none;
}

#arrow-icon {
  font-size: 12px;
}

.hours-table {
  display: none;
  margin-top: 15px;
  font-size: 15px;
  color: #333;
}

.hours-table div {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 5px;
}

.cta-button {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  margin-top: 30px;
  font-size: 14px;
}
.business-card a:hover{ 

    color: white;
}/* End custom CSS */