li#menu-item-33 a {
    background-color: #f77d50;
    color: white !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
li#menu-item-33 a:hover {
    background-color: #98bcc0;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
rs-slides {
    height: 77% !important;
}
	rs-layer#slider-1-slide-1-layer-0 {
    margin-top: -60px !important;
}
	.bestservice {
    margin-top: -187px !important;
}
	.vc_row.wpb_row.vc_row-fluid.welcome {
    top: -207px;
}
}
@media only screen and (max-width: 600px) {
h3.welcome {
    font-size: 24px !important;
    line-height: 30px;
}
	.welcomespace {
    display: none;
}
	h3.bestservice {
    font-size: 24px !important;
    line-height: 32px;
		text-align: left !important;
}
	.bestservicespace {
    height: 24px !important;
}
	h2.waxcenter {
    font-size: 22px !important;
}
	.waxcenterspace1 {
    display: none;
}

	h3.waxcenterdetails {
    font-size: 21px !important;
}
	.bookbtn a {
    margin-top: 0px;
    margin-bottom: 7px;
}
	h2.waxcenterhours {
    font-size: 24px !important;
}
	h3.waxcentertime {
    font-size: 21px !important;
		    margin-bottom: 10px;
}
	h2.mapabovetext {
    text-align: left !important;
		font-size: 24px !important;
}
	.gem-map-with-text-content {
    padding-top: 0px !important;
}	.wpb_gmaps_widget.wpb_content_element {
    height: 400px;
}
	.waxcenterspace {
    height: 40px !important;
}
	h3.priceheading {
    font-size: 24px !important;
}
	h3.pricepara {
    font-size: 24px !important;
		line-height: 30px !important;
    text-align: left !important;
}
	h3.halfarms {
    padding-top: 0px !important;
}
	.bookbtnprice {
    text-align: left !important;
}
	.bookbtnprice a {
    margin-top: 0px;
}
	h3.mainheading {
    font-size: 24px !important;
    text-align: left !important;
    font-weight: 600 !important;
				line-height: 36px !important;
}
	.servicespace {
    display: none;
}
	.servicebtn {
    padding-bottom: 30px;
}
	h3.salontownpara {
    text-transform: capitalize;
}
.fullheightrow {
    min-height: 50vh !important;
}
form.mc4wp-form input[type='submit'] {
    margin-top: 14px;
    width: 100%;
}
	h4.mailintro {
	font-size: 18px !important;
    line-height: 28px !important;
}
	h3.Prices {
    font-size: 24px !important;
    text-align: left !important;
    margin-top: 0px !important;
}
	.bestservicepara p {
    text-align: left !important;
}
}
h3.pricepara {
    font-size: 28px !important;
}
h3.mainheading {
    font-size: 30px !important;
}
h3.mainheading {
    font-size: 30px !important;
}
.address-panel{
    margin: 20px 0;
    line-height: 28px;
    font-size: 12px;
}

.phone-blink {
  color: #fff;
	font-weight: bold;
}

.blinkPhone {
	color: #ec560e;
}

.grid-row{
	display: flex;
	flex-wrap: wrap;
}
.grid-row .grid-col{
	width: 100%;
	margin-bottom: 60px;
}
.box-panel a{
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}

@media (min-width: 769px){
	.grid-row .grid-col{
		width: 33%;
	}
}
.box-panel{
    width: 260px;
    height: 200px;
    border: 8px solid #90BAB8;
    color: #000;
    font-size:26px;
		display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
		margin: 0 auto;
		padding: 40px;
		text-transform: uppercase;
}
.displaynone{
    display: none;
}

.alert-brazils-orange {
	background-color: #ec6436;
	color: white
}

/* Dropdown Menu CSS - scrollable*/
.dropdown-content {
  max-height: 600px;         /* Limit height */
  overflow-y: auto;          /* Enable vertical scroll */
  overflow-x: hidden;
  position: relative;
}

/* Optional scrollbar styling (visible cue) */
.dropdown-content::-webkit-scrollbar {
  width: 6px;
}
.dropdown-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/*Location Cards*/

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
}
.card-grid > div {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  display: flex;
  max-width: calc(33.333% - 20px);
}
.card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}
@media (max-width: 1024px) {
  .card-grid > div {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .card-grid > div {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* WP Store Locator - Mobile Toggle Button Full Width */
.wpsl-mobile-toggle {
  width: 100%;
  display: flex !important;
  margin-bottom: 15px;
}
.wpsl-mobile-toggle button {
  width: 100%;
  background: #5da9ae;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  padding: 14px 0;
  cursor: pointer;
  font-size: 1.1em;
}

@media (min-width: 768px) {
  .wpsl-mobile-toggle { display: none !important; }
}
