@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
.menu-padding-right {
  padding-right: 15px;
}
/*

.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}---------------removing this and adding below----------------*/

/*-----------------------------------------------------------------------------2023.js buttons*/
/*#snail {
  position: fixed;
  top: 50px;
  right: 8px;
  cursor: pointer;
  z-index: 99999;
}*/
#toTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  display: none;
}
#inst {
  position: fixed;
  bottom: 20px;
  left: 10px;
  cursor: pointer;
}
/*
#phone {

	color:#fff;
	background-color: #E63946;
	border-style: solid;
	border-color: #E63946;
	font-size: 1em;
	border-radius: 10px;
}
*/
#share_link {
  text-decoration: none !important;
  color: inherit !important;
}
/*-----------------------------------------------------------------------------2023.js buttons*/
a {color: #000fff;
	font-size: 1.1em;
	
}
.main-page{
	padding-top: 50px;
}
.navbar-header {
  /* Remove display: flex */
  width: 100%; /* Keep full width */
	padding-top: 6px;
}
.navbar-toggle {
  float: right;
  margin-top: 8px;
  margin-right: 15px;
}
.navbar-nav {
  float: left;
}
/*

A primary #A66658 - auburn
B primary #95ACBF - med blue
C neutral #EFE1DE - pinkish
D neutral #D9D3C7 - off white
E accent #73332D  - Dk Auburn
F Text   #151C26  - dark blackish
G Orange #ff9900
*/
/* Base Styles */
/* === GENERAL STYLES === */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.sky-topbar {
  background-color: #fff;
  padding: 5px 0;
}
.site-brand {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  display: inline-block;
}
.phone-icon {
  color: #73332D;
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold;
}
.phone-link {
  font-size: 22px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
/* Style for the review link */
.review-link {
  font-size: 18px; /* Match .site-brand */
  font-weight: bold; /* Match .site-brand */
  color: #ff9900; /* Match .site-brand */
  text-decoration: none;
  display: inline-block;
  padding-right: 10px; /* Optional: align visually with phone */
}
.review-link:hover {
  text-decoration: underline;
  color: #ff9900;
}
.megamenu-pay-section {
  background-color: #73332D;
  color: #f5f5f5;
  padding: 6px;
  margin-bottom: 6px;
}
.megamenu-pay-section a {
  color: #f5f5f5 !important;
  display: block;
  padding: 4px 0;
  text-decoration: none;
}
.megamenu-pay-section a:hover {
  text-decoration: underline;
}
.megamenu-pay-section p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
/*-------------------------------------------------------------------------------------------everything above from old style sheet*/
/* === NAVBAR STYLING === */
.navbar {
  background-color: #EFE1DE;
  font-size: 16px;
  margin-bottom: 0;
}
/*
.navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  width: 100%;
}*/
.navbar-nav > li {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.navbar-nav > li > a {
  font-size: 16px;
  color: #F5F5F5 !important;
  border: 1px solid #ccc;
  border-radius: 0;
  background: linear-gradient(to bottom, #5E7383, #2f4f4f);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  transition: background 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.navbar-nav > li > a:hover {
  background: linear-gradient(to bottom, #6F8A9D, #2f4f4f);
  color: #ffffff !important;
  text-decoration: none;
}
/* === ICON STYLES === */
.home-icon, .email-icon {
  font-size: 22px !important;
  font-weight: bold !important;
  color: #fff !important;
  line-height: 1;
}
/* === MEGA MENU STYLES === */
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  background-color: #fff;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.dropdown-menu-large > li {
  list-style: none;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  font-weight: 600;
  line-height: 1.428571429;
  color: #151C26 !important;
  background-color: #fff;
  font-size: 16px;
  white-space: normal;
}
.dropdown-menu-large > li > ul > li > a:hover, .dropdown-menu-large > li > ul > li > a:focus {
  background-color: #EFE1DE;
  text-decoration: none;
  color: #151C26 !important;
}
.dropdown-menu-large .dropdown-header {
  color: #73332D;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
/* === RESPONSIVE MEDIA QUERIES === */
@media (max-width: 767px) {
  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .navbar-toggle {
    margin-left: auto;
    margin-top: 0;
  }
  .nav-email-desktop, .nav-home-desktop {
    display: none !important;
  }
  /*	.menu-label,
	caret {
    display: none !important;
  }*/
  .nav-email-mobile, .nav-home-mobile {
    display: inline-block !important;
  }
  .dropdown-menu-large {
    position: static;
    width: 100%;
    padding: 0;
  }
  .dropdown-menu-large .col-md-3 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /*right menu button to go to row1*/
  .dropdown-menu-large {
    position: absolute;
    top: 100%; /* Drop it directly below the button */
    right: 0; /* Align to right edge of parent */
    left: auto;
    width: 90%;
    max-width: 900px;
    min-width: 700px;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fff;
    z-index: 9999;
  }
  .js-navbar-collapse > .navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end; /* Aligns it to the right */
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
  }
  .js-navbar-collapse > .navbar-nav > li {
    float: none;
  }
  /*
	.nav-toggle-button {
  margin-right: 15px;
}*/
  .nav-toggle-button {
    position: relative;
  }
  .nav-email-mobile, .nav-home-mobile {
    display: none !important;
  }
  .nav-email-desktop, .nav-home-desktop {
    display: inline-block !important;
  }
  /* Mega menu full width dropdown */
  .dropdown-large {
    position: static;
  }
  .dropdown-menu-large .col-md-3 ul {
    list-style: none;
    padding-left: 0;
  }
  .dropdown-menu-large li > a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    color: #333;
  }
}
@media (max-width: 767px) {
  .dropdown-menu-large.row {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .dropdown-menu-large > li {
    width: 100% !important;
    float: none !important;
    display: block;
    padding: 0;
    margin: 0;
  }
  .dropdown-menu-large > li > ul {
    padding-left: 0;
  }
  .dropdown-menu-large > li > ul > li > a {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    display: block;
  }
  .nav-toggle-button > a .menu-label, .nav-toggle-button > a .caret {
    display: none;
  }
  .navbar-header {
    flex-direction: row-reverse;
  }
}