@charset "utf-8";

/* ========== RESET & BASE STYLES ========== */
* {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
  word-spacing: -2px;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #333;
  background-color: #eaeaea;
  border-top: 1px solid #0f0f0f;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* ========== CLEARFIX ========== */
.clearfix:before, .clearfix:after,
.row-fluid:before, .row-fluid:after,
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after,
.row-fluid:after,
.container-fluid:after {
  clear: both;
}

/* ========== TYPOGRAPHY ========== */
h1, h2, h3, h4, h5, h6 {
  margin: 12px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 24px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1, h2, h3 {
  line-height: 48px;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

p {
  margin: 0 0 12px;
}

strong {
  font-weight: bold;
}

small, .small {
  font-size: 11px;
}

/* ========== LINKS ========== */
a {
  color: #08c;
  text-decoration: none;
}

a:hover, a:focus {
  color: #005580;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a, a:link, a:visited {
  -webkit-transition: color 70ms linear;
  -moz-transition: color 70ms linear;
  -ms-transition: color 70ms linear;
  -o-transition: color 70ms linear;
  transition: color 70ms linear;
}

a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}

h1 a, h2 a, h3 a {
  color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  color: #005BAB;
}

/* ========== LISTS ========== */
ul, ol {
  padding: 0;
  margin: 0 0 12px 25px;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

li {
  line-height: 24px;
}

dl {
  margin-bottom: 24px;
}

dt, dd {
  line-height: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 12px;
}

/* ========== IMAGES & MEDIA ========== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.img-s {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}

img.lazy {
  transition: opacity 0.3s ease-in-out;
}

img.lazy:not([src]) {
  opacity: 0;
}

img.lazy[src] {
  opacity: 1;
}

/* ========== GRID & LAYOUT ========== */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
  background: transparent;
  margin: 0 auto;
  max-width: 1200px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span8 {
  width: 620px;
}

.span4 {
  width: 300px;
}

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/* ========== HEADER STYLES ========== */
#header {
  background: #010101 url(../images/header-bg.jpg) repeat-x top;
  position: relative;
  z-index: 1000;
}

#header-wrapper {
  background: url(../images/header-glow.webp) no-repeat center top;
}

#header .container-fluid {
  padding: 0px 20px;
}

#header .logo h1 {
  padding: 0;
  margin: 0;
  text-transform: none;
}

#header .logo h1 a {
  color: #222;
}

#header .logo h1 span {
  padding-left: 10px;
  font-size: 11px;
  color: #999;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header .btn-navbar {
  display: none;
}

.logo {
  margin-top: 30px;
  margin-bottom: 5px;
}

#top-toolbar {
  padding: 40px 0 0 15px;
}

/* ========== NAVIGATION & MENU ========== */
#menu .container-fluid {
  padding: 0;
  margin-bottom: 15px;
  height: 42px;
  line-height: 42px;
  background-color: #0a0a0a;
  border-bottom: 1px solid #282828;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 1);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 1);
}

#menu .nav-collapse {
  float: left;
  z-index: 999999;
}

.svn-menu, .svn-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1em;
}

.svn-menu:before, .svn-menu:after {
  content: "";
  display: table;
}

.svn-menu:after {
  clear: both;
}

.svn-menu {
  zoom: 1;
}

.svn-menu li {
  margin: 0;
  padding: 0;
  position: relative;
  letter-spacing: 0;
  text-decoration: none;
}

.svn-menu li span {
  overflow: hidden;
}

.svn-menu li.active {
  font-weight: bold;
}

.svn-menu li span.image-title {
  margin-left: 7px;
}

.svn-menu li.parent span.caret {
  position: absolute;
  top: 48%;
  right: 12px;
  text-indent: -9999px;
  background: transparent;
  border-top: 0px solid #ccc;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.svn-menu > li.parent span.caret {
  top: 11px;
  right: 6px;
  background-image: url(../images/menu-arrows.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 21px;
  width: 21px;
}

.svn-menu > li {
  float: left;
  cursor: pointer;
  font-size: 14px;
  border-left: 0px dotted #222;
  background: url(../images/menu-separator.png) no-repeat 0 50%;
  font-weight: normal;
}

.svn-menu > li:first-child {
  background: none;
  border: 0;
}

.svn-menu > li > a, .svn-menu > li span.separator {
  display: block;
  width: auto;
  float: none;
  padding: 0 18px;
  line-height: 42px;
  height: 42px;
  color: #fff;
}

.svn-menu > li.parent > a, .svn-menu > li.parent > span.separator {
  padding: 0 32px 0 18px;
}

.svn-menu > li.active > span.caret,
.svn-menu > li.parent:hover > span.caret,
.svn-menu > li.active.parent > span.caret {
  border-top: 0px solid #fff;
  background-position: 100% 0;
}

.svn-menu > li > a:hover,
.svn-menu > li.active > a,
.svn-menu > li.parent:hover > a,
.svn-menu > li.active.parent > a,
.svn-menu > li > span.separator:hover,
.svn-menu > li.active > span.separator,
.svn-menu > li.parent:hover > span.separator,
.svn-menu > li.active.parent > span.separator {
  background: url(../images/menu_hover.png) repeat-x scroll center bottom transparent;
  color: #fff;
}

.svn-menu ul {
  display: block;
  height: auto;
  visibility: hidden;
  position: absolute;
  top: 42px;
  margin: 0;
  left: 0;
  border: 0;
  z-index: 9999;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.svn-menu ul li {
  float: none;
  display: block;
  border-bottom: 1px solid #222;
  width: 210px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.svn-menu ul li:last-child {
  border: 0;
}

.svn-menu ul li a, .svn-menu ul li span.separator {
  float: none;
  display: block;
  width: auto;
  height: auto;
  line-height: 42px;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
  text-transform: none;
}

.svn-menu ul li.parent > span.caret {
  width: 0px;
  height: 0px;
  background: none;
  top: 50%;
  right: 10px;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #666;
}

.svn-menu ul li.active > span.caret,
.svn-menu ul li.parent:hover > span.caret {
  border-left: 3px solid #fff;
}

.svn-menu ul ul {
  visibility: hidden;
  top: 0;
  left: 100%;
  margin: 0;
}

.svn-menu li:hover > ul,
.svn-menu ul li:hover > ul {
  visibility: visible;
}

.svn-menu ul li a:hover,
.svn-menu ul li.active > a,
.svn-menu ul li.parent:hover > a,
.svn-menu ul li.active.parent > a,
.svn-menu ul li span.separator:hover,
.svn-menu ul li.active > span.separator,
.svn-menu ul li.parent:hover > span.separator,
.svn-menu ul li.active.parent > span.separator {
  color: #fff;
  background-color: #1085de;
}

.svn-menu > li > a,
.svn-menu > li > span.separator,
.svn-menu ul li a,
.svn-menu ul li span.separator {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* Collapse Nav */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* ========== CONTENT AREA ========== */
#slider .container-fluid {
  padding: 0;
}

#breadcrumbs .container-fluid {
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}

#breadcrumbs ul.breadcrumb {
  margin: 0;
  padding: 3px 0;
  background: none;
}

#mainbody-bg {
  background: url(../images/mainbody-background.png) repeat-x 0 0;
  padding-top: 28px;
}

#content-area {
  padding: 1px 0;
}

.sidebar-left {
  padding-right: 20px;
  border-right: 1px solid #eee;
}

.sidebar-right .module {
  margin-left: 10px;
  margin-bottom: 10px;
}

.sidebar-left .module {
  margin-bottom: 0px;
}

/* ========== MODULE STYLES ========== */
.module {
  position: relative;
}

.module ul {
  list-style-type: none;
}

.module-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
}

.module-title h3 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #444;
}

.module-title h3 span {
  color: #777;
}

.module-content {
  padding: 6px 0 7px;
  float: none;
  overflow: hidden;
}

/* ========== ACCORDION STYLES ========== */
.accordion {
  width: 100%;
  max-width: 900px;
  margin: 3px auto;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-item {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
}

.accordion-item-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  background-color: #67acf5;
  border: 1px solid white;
  text-decoration: none;
  text-align: center;
}

.accordion-item-header:hover {
  background-color: #5d97d5;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-item-body-content {
  padding: 20px;
}

.default-open .accordion-item-body {
  max-height: none;
}

/* ========== FORM ELEMENTS ========== */
form {
  margin: 0 0 24px;
}

label, input, button, select, textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
}

input, button, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}


input, textarea, .uneditable-input {
  width: 170px;
}

textarea {
  height: auto;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"],
input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

select, input[type="file"] {
  height: 36px;
  *margin-top: 4px;
  line-height: 36px;
}

select {
  width: 170px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

/* ========== CONTACT FORM PRO STYLES ========== */
.fcp_wrapper *, .fcp_wrapper *:after, .fcp_wrapper *:before {
  box-sizing: border-box !important;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: transparent;
}

.fcp_wrapper div, .fcp_wrapper span, .fcp_wrapper input, .fcp_wrapper select,
.fcp_wrapper textarea, .fcp_wrapper fieldset, .fcp_wrapper legend,
.fcp_wrapper label, .fcp_wrapper img {
  margin: 0;
  padding: 0;
  line-height: normal;
  float: none;
  vertical-align: baseline;
  opacity: 1;
  max-width: none;
}

.fcp_wrapper input, .fcp_wrapper label, .fcp_wrapper select,
.fcp_wrapper textarea, .fcp_wrapper span, .fcp_wrapper img {
  display: inline;
}

.fcp_wrapper div, .fcp_wrapper form, .fcp_wrapper fieldset {
  display: block;
}

.fcp_wrapper select:not(.form-select):not(.form-control) {
  padding: 0;
}

div.fcp_wrapper {
  color: #516b77;
  background-color: #d4d4d4;
  border: none;
  font-size: 13px;
  padding: 0 5px;
  margin: 0 auto;
  max-width: calc(100% - 20px);
  min-height: 100px;
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

div.fcp_line {
  padding: .5em 0;
  position: relative;
}

div.fcp_label {
  text-align: left;
  margin: 0;
  padding: 3px 0;
  position: absolute;
  top: -5px;
  left: 10px;
  z-index: 1000;
  text-transform: uppercase;
  color: #ec932f;
  letter-spacing: .6px;
  text-shadow: 2px 2px 8px white, -2px -2px 8px white;
}

div.fcp_line label {
  display: inline-block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

div.fcp_controls {
  display: block;
  position: relative;
}

div.fcp_line input[type="text"], div.fcp_line input[type="email"],
div.fcp_line input[type="number"], div.fcp_line input[type="date"],
div.fcp_line input[type="password"], div.fcp_line input[type="file"],
div.fcp_line input[type="tel"], div.fcp_line textarea, div.fcp_line select {
  background-color: #fefefe;
  border: 1px solid #abaaaa;
  box-shadow: none;
  outline: none;
  transition: border .3s;
  width: 100%;
  height: 30px;
  padding: 0 5px;
  border-radius: 3px;
  margin: 0;
  font-family: inherit;
  font-size: 14.5px;
  font-style: normal;
  font-weight: normal;
}

div.fcp_line input:not([type="submit"]):hover, div.fcp_line textarea:hover,
div.fcp_line select:hover {
  border: 1px solid gray;
  box-shadow: none;
  outline: none;
}

div.fcp_line input:not([type="submit"]):focus, div.fcp_line textarea:focus,
div.fcp_line select:focus {
  border: 1px solid #1b98e0;
  box-shadow: none;
  outline: none;
}

div.fcp_line input::placeholder, div.fcp_line textarea::placeholder {
  color: gray;
  font-family: inherit;
  font-size: 95%;
}

div.fcp_line textarea {
  width: 100%;
  height: auto;
  min-height: 30px;
  padding: 8px 3px;
}

div.fcp_sendrow {
  text-align: center;
  padding: 0;
}

.fcp_form input.fcp_btn {
  font-size: 16px;
  padding: 4px 25px;
  float: none;
  font-style: normal;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 5px;
  align-items: center;
}

input.fcp_btn {
  float: right;
  width: auto !important;
  height: auto !important;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px black;
  color: white;
  transition: all .1s ease;
  padding: 8px 30px;
  margin: 2px;
  background-color: #2d80b7;
  background-image: none;
  text-transform: uppercase;
}

input.fcp_btn:hover, input.fcp_btn:focus {
  background-color: #3fa1ec;
  color: white;
  text-decoration: none;
  border: none;
  box-shadow: none;
  outline: none;
}

.fcp_form input.fcp_btn_blue {
  background-color: #6391ce;
}

.fcp_form input.fcp_btn_blue:hover, .fcp_form input.fcp_btn_blue:focus {
  background-color: #2196F3;
}

.fcp_form input.fcp_btn:disabled {
  opacity: 50%;
  cursor: not-allowed;
}

#fcp_spinner {
  float: right;
  margin: 8px 15px;
}

div.fcp_magic_inner, div.fcp_captcha_inner, div.fcp_image_inner {
  background-color: #f9f9f9;
}

div.fcp_captcha {
  text-align: center;
}

div.fcp_line.fcp_captcha input {
  display: inline-block;
  vertical-align: middle;
}

div.fcp_captcha_inner {
  display: inline-block;
  padding: 3px 10px 10px 10px;
  border: 1px solid lightgray;
  border-radius: 3px;
}

img.fcp_captcha_img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border: 1px solid lightgray;
  border-radius: 3px;
}

div.fcp_captcha_prompt {
  text-align: left;
  padding: 5px 0;
}

/* ========== BUTTONS ========== */
.button {
  display: inline-block;
  border: none;
  padding: 0.5rem;
  margin: 0;
  text-decoration: none;
  background: #0069ed;
  color: #fff;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

button:hover, button:focus {
  background: #0053ba;
}

button:focus {
  outline: 1px solid #fff;
  outline-offset: -4px;
}

button:active {
  transform: scale(0.99);
}

/* ========== FOOTER ========== */
#bottom-bar .container-fluid {
  padding: 0;
}

#bottom-b {
  padding-top: 12px;
  font-size: 11px;
  color: #999;
  background: #efefef;
  -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

#bottom-b a {
  color: #000;
}

#bottom-b a:hover {
  color: #000;
}

#bottom-b .module-content {
  padding-left: 20px;
  padding-bottom: 0;
}

#bottom-b .module ul.menu > li {
  line-height: 21px;
  color: #999;
  border: 0;
}

#bottom-b .module ul.menu > li a {
  padding-left: 0;
  color: #999;
  font-size: 11px;
}

#bottom-b .module ul.menu > li a:hover, #bottom-b .module ul.menu > li a:focus,
#bottom-b .module ul.menu > li a:active, #bottom-b .module ul.menu > li.active > a {
  color: #222;
  background: none;
  text-decoration: underline;
}

#footer, #footer .container-fluid {
  background-color: #050505;
  font-size: 13px;
  color: #fff;
  padding: 9px 20px 20px 20px;
  line-height: 42px;
  overflow: hidden;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .copyrights {
  padding-right: 6px;
  font-size: 11px;
}

#footer p {
  padding: 0;
  margin: 0;
}

#footer ul.nav li {
  float: left;
  padding: 0px 10px;
  margin: 6px 0;
  line-height: 30px;
  font-size: 11px;
  border-left: 1px solid #1a1a1a;
}

#footer ul.nav li:first-child {
  border-left: 0;
  padding-left: 0;
}

#footer ul.nav li a {
  color: #707070;
}

#footer ul.nav li a:hover {
  background: none;
  color: #fff;
}

#disclaimer {
  font-size: 11px;
  text-align: center;
}

#disclaimer .container-fluid {
  padding: 0 20px;
}

#disclaimer a {
  color: #fff;
}

/* ========== CARD STYLES ========== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 45%;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.card-image {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 16px;
}

.card-button {
  display: inline-block;
  background-color: #3498db;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* ========== STAR RATING ========== */
.star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/star-empty.svg);
  background-size: cover;
  cursor: pointer;
  position: relative;
}

.star:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--star-fill, 0%);
  height: 100%;
  background-image: url(../images/star-filled.svg);
  background-size: cover;
  z-index: 1;
  transition: width 0.2s ease-in-out;
}

.star.active {
  color: #FFD700;
}

.reviewDisplayStar {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/star-empty.svg);
  background-size: cover;
  cursor: default;
  position: relative;
}

.reviewDisplayStar.activeDisplay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/star-filled.svg);
  background-size: cover;
  z-index: 1;
}

/* ========== MODAL STYLES ========== */
.m_modal, .mod_star_rating_modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.m_close, .mod_star_rating_modal_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.m_close:hover, .close:focus, 
.mod_star_rating_modal_close:hover, .mod_star_rating_modal_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.m_modal-content {
  background-color: #fefefe;
  margin: 100px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mod_star_rating_modal_content {
  border-radius: 15px;
  position: relative;
  background-color: #fefefe;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #888;
  width: 80%;
  max-height: 80%;
  overflow-y: auto;
}

/* Review Cards */
.review-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.reviewer-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.review-date {
  color: #888;
  margin-bottom: 10px;
}

.review-rating {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.review-body {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 10px 15px;
  margin: 7px 0;
  width: 96%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}

.centered-title, .centered-button {
  text-align: center;
}

.centered-button {
  display: block;
  margin: 0 auto;
}

/* Scrollbars for modal */
.mod_star_rating_modal_content::-webkit-scrollbar {
  width: 10px;
}

.mod_star_rating_modal_content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

.mod_star_rating_modal_content::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

/* ========== SHARED BADGE STYLING ========== */
.custom .rcorners {
    border-radius: 15px;
    border: 2px solid #444242;
    width: 230px;
    height: auto;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    padding: 8px;
   
}

.media-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
   
}

.media-avatar {
    flex: 0 0 auto;
    order: 1; /* Move to the left */
    margin-right: 10px;
}

.media-story.i6 {
    flex: 1 1 auto;
    order: 2; /* Move to the right */
    display: flex;
    flex-direction: column;
}
/* Badge logos */
.im-yelp, .im-google {
    border-radius: 10%;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.review-count.rating-qualifier.i10 {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

/* Rating text styling */
.media-google, .media-yelp {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}

/* Yelp-specific link styling */
.media-yelp a.yelp-link {
    text-decoration: none;
    color: #4285F4; /* Yelp red */
    display: inline-block;
    margin-top: 2px;
}

.media-yelp a.yelp-link:hover {
    text-decoration: underline;
}

/* Google-specific link styling */
.media-google a.google-link {
    text-decoration: none;
    color: #4285F4; /* Google blue */
    display: inline-block;
    margin-top: 2px;
}

.media-google a.google-link:hover {
    text-decoration: underline;
}

/* Star rating styling for Google */
.rating-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3px;
    width: 100%;
}

.rating-stars {
    font-size: 20px;
    letter-spacing: 1px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1;
    width: 100%;
}

.star {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 1;
    position: relative;
}

.full-star, .half-star {
    color: #FBBC05; /* Google yellow */
}

.empty-star {
    color: #464545;
}

.rating-text {
    margin-top: 2px;
    font-size: 15px;
    color: #333;
}

.rating-value {
    font-weight: bold;
    color: #d32323; /* Yelp red */
}

.stars-container {
    margin-bottom: 5px;
}

.rating-info {
    margin-bottom: 5px;
}

.review-text {
    font-size: 14px;
    color: #666;
}

.review-count {
    font-weight: bold;
}

.view-reviews {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
    margin-top: 3px;
}

/* Fix for consistent styling and height */
.media-story.i4 {
    display: block;
}

.media-story.i4 img {
    display: block;
}

/* Ensure proper spacing between elements */
.media-story.i6 > div {
    margin-top: 5px;
}

/* Force correct ordering in both badges */
.custom .rcorners .media-avatar {
    order: 1; /* Left side */
}

.custom .rcorners .media-story.i6 {
    order: 2; /* Right side */
}

/* Fix for image alignment */
.im-yelp, .im-google {
    margin: 0 auto;
    display: block;
}

/* Fix for Google stars alignment */
.rating-stars {
    text-align: center;
}

/* Fix for Yelp image sizing */
.review-count.rating-qualifier.i10 img {
    max-width: 100%;
    height: auto;
}

/* Ensure lazy loading works correctly */
img.lazy {
    transition: opacity 0.3s ease-in-out;
}

img.lazy:not([src]) {
    opacity: 0;
}

img.lazy[src] {
    opacity: 1;
}

/* Fix for responsive behavior */
@media (max-width: 768px) {
    .custom .rcorners {
        width: 100%;
        max-width: 230px;
        margin: 10px auto;
    }
}

/* ========== UTILITY CLASSES ========== */
.center-text {
  text-align: center;
}

.phone-st {
  font-size: 24pt;
  color: #2992f8;
}

.ffFfff {
  color: #ffffff;
}

.rcorners {
  border-radius: 15px;
  border: 2px solid #444242;
  width: 230px;
  height: auto;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.float-cont {
  position: relative;
  width: 180px;
}

.float-div {
  border: 2px solid rgb(65, 65, 66);
  padding: 8px;
  border-radius: 13px;
  background: rgb(245, 245, 255);
  position: absolute;
  z-index: 200;
  width: 230px;
  top: 19.3425px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.wdt100 {
  width: 100%;
}

.disp-n {
  display: none;
}

.container-relative {
  position: relative;
  width: 180px;
}

.floating-div {
  border: 2px solid #414142;
  padding: 8px;
  border-radius: 13px;
  background: #f5f5ff;
  position: absolute;
  z-index: 200;
  width: 180px;
  top: 0;
}

.m_rating_info {
  position: absolute;
  margin-left: 10px;
}

/* ========== GRID & FLEX LAYOUTS ========== */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.li-c {
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 12pt;
  text-align: center;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}

.left-img {
  flex: 0 0 14.2%;
  margin-left: 10px;
}

.right-img {
  flex: 1 1 84%;
}

.points-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
}

.points-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0px 12px;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.text-container {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 5px 0;
  font-size: 16px;
  color: black;
}

.header-main {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 26px;
}

/* ========== TECHNOLOGY IMAGES ========== */
.tech-photo {
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f5f5f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo-m {
  float: left;
  max-width: 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 7px;
  margin-right: 30px;
  margin-left: 10px;
}

.brands-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brands-list li {
  margin: 0 10px;
}

/* ========== SPECIAL CONTAINERS ========== */
.formcontainer {
  position: relative;
  height: 800px;
  overflow: hidden;
  transition: top 0.3s ease-out;
}

#floatingElement {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: lightblue;
  padding: 20px;
  box-sizing: border-box;
}

.recaptcha-container {
  max-width: 100%;
  width: 400px;
  margin: 0 auto;
}

.recaptcha-container iframe {
  max-width: 100%;
  width: 100%;
  transform: scale(0.65);
  transform-origin: 0 0;
}

.mobile-only {
  display: none;
}

.media-google {
  font-size: 12px;
  color: #050505;
  text-align: center;
 
}

/* ========== RESPONSIVE MEDIA QUERIES ========== */
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  
  .row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  
  .row:after {
    clear: both;
  }
  
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  
  .container, .navbar-static-top .container, 
  .navbar-fixed-top .container, 
  .navbar-fixed-bottom .container {
    max-width: 1170px;
  }
  
  .span8 {
    width: 770px;
  }
  
  .span4 {
    width: 370px;
  }
  
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span8 {
    width: 74%;
  }
  
  .row-fluid .span4 {
    width: 23%;
  }
  
  input, textarea, .uneditable-input {
    margin-left: 0;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  
  .svn-menu ul.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  
  .row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  
  .row:after {
    clear: both;
  }
  
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  
  .container, .navbar-static-top .container, 
  .navbar-fixed-top .container, 
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  
  .span8 {
    width: 476px;
  }
  
  .span4 {
    width: 228px;
  }
  
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  
  .row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  
  .row-fluid:after {
    clear: both;
  }
  
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  
  input, textarea, .uneditable-input {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .sidebar-left {
    display: none !important;
  }
  
  #content {
    width: auto;
    margin: 0;
  }
  
  #top-toolbar {
    display: none;
  }
  
  .accordion {
    max-width: 100% !important;
  }
  
  .logo {
    margin: 14px 0px !important;
  }
}


@media (max-width: 980px) {
  /* Remove tap highlight color on mobile */
  .svn-menu,
  .svn-menu li,
  .svn-menu a,
  .svn-menu span,
  .svn-menu .caret,
  #header .btn-navbar {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
  }

  /* Ensure no outline on focus */
  .svn-menu a:focus,
  .svn-menu span:focus,
  .svn-menu .caret:focus,
  #header .btn-navbar:focus {
    outline: none;
    box-shadow: none;
  }

  /* Fix for iOS Safari tap highlights */
  .svn-menu li a,
  .svn-menu li span.separator,
  .svn-menu li.parent > span.caret {
    background-color: transparent;
  }

  /* Prevent color change on active state */
  .svn-menu li a:active,
  .svn-menu li span.separator:active,
  .svn-menu li.parent > span.caret:active {
    background-color: transparent !important;
  }

  /* Header layout - keep logo and button on same row */
  #header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  
  /* Logo sizing */
  #header .logo {
    margin: 5px 0;
    width: 70%; /* Use percentage for responsive sizing */
    max-width: 220px; /* Set a max-width to prevent logo from becoming too large */
  }
  
  #header .logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  
  /* Mobile Menu Button - USING ORIGINAL STYLING */
  #header .btn-navbar {
    display: block;
    float: right;
    padding: 10px 0;
    background: transparent;
    color: #fff;
    border: 0;
    cursor: pointer;
    z-index: 1000;
  }
  
  #header .btn-navbar:hover,
  #header .btn-navbar:active,
  #header .btn-navbar.active {
    color: #fff;
  }
  
  #header .btn-navbar .icon-bar {
    width: 40px;
    height: 4px;
    display: block;
    background-color: #ddd;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-bottom: 5px; /* Added for spacing between bars */
    transition: transform 0.3s ease; /* Animation for hamburger to X */
  }
  
  #header .btn-navbar .icon-bar:last-child {
    margin-bottom: 0; /* Remove margin from last bar */
  }
  
  /* Animated hamburger to X effect */
  #header .btn-navbar.active .icon-bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  
  #header .btn-navbar.active .icon-bar:nth-child(2) {
    opacity: 0;
  }
  
  #header .btn-navbar.active .icon-bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  
  /* Menu Container */
  #menu .container-fluid {
    padding: 0;
    margin-bottom: 0;
    height: auto; /* Changed from fixed height */
    line-height: normal; /* Changed from fixed line-height */
    background-color: transparent;
    border-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  #menu .nav-collapse {
    float: none;
    width: 100%;
    position: relative;
    z-index: 100;
  }
  
  /* Collapsed state with animation */
  .nav-collapse, .nav-collapse.collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    display: block; /* Changed to block for animation */
  }
  
  /* Expanded state with animation */
  .nav-collapse.in, .nav-collapse.collapse.in {
    max-height: 2000px; /* Large enough to contain all menu items */
    overflow: visible;
    transition: max-height 0.5s ease-in-out;
  }
  
  /* Menu styling */
  .svn-menu {
    margin-top: 30px; /* Original margin value */
    background: #000;
    display: block;
    width: 100%;
    padding: 0;
  }
  
  .svn-menu > li {
    float: none;
    border: 0;
    background: none;
    padding: 0;
    border-top: 1px solid #222;
    /* Animation for fade-in */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: 0s;
  }
  
  /* Animate menu items when menu is open */
  .nav-collapse.in .svn-menu > li {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Add staggered delay for each menu item */
  .nav-collapse.in .svn-menu > li:nth-child(1) { transition-delay: 0.1s; }
  .nav-collapse.in .svn-menu > li:nth-child(2) { transition-delay: 0.15s; }
  .nav-collapse.in .svn-menu > li:nth-child(3) { transition-delay: 0.2s; }
  .nav-collapse.in .svn-menu > li:nth-child(4) { transition-delay: 0.25s; }
  .nav-collapse.in .svn-menu > li:nth-child(5) { transition-delay: 0.3s; }
  .nav-collapse.in .svn-menu > li:nth-child(6) { transition-delay: 0.35s; }
  .nav-collapse.in .svn-menu > li:nth-child(7) { transition-delay: 0.4s; }
  .nav-collapse.in .svn-menu > li:nth-child(8) { transition-delay: 0.45s; }
  .nav-collapse.in .svn-menu > li:nth-child(9) { transition-delay: 0.5s; }
  .nav-collapse.in .svn-menu > li:nth-child(10) { transition-delay: 0.55s; }
  
  /* Reset transitions for closing menu */
  .nav-collapse:not(.in) .svn-menu > li {
    transition-delay: 0s;
  }
  
  .svn-menu > li:first-child {
    background: none;
    border: 0;
  }
  
  .svn-menu > li > a,
  .svn-menu > li.parent > a,
  .svn-menu > li.parent > span.separator {
    float: none;
    margin: 0;
    width: auto;
    padding: 0 0 0 15px;
    line-height: 48px;
    height: auto;
    color: #aaa;
  }
  
  /* Preserve original styles for parent menu items */
  .svn-menu li.parent > a,
  .svn-menu li.parent > span.separator {
    margin-right: 60px;
  }
  
  /* Caret styling for parent items - KEEP ORIGINAL */
  .svn-menu li.parent > span.caret,
  .svn-menu ul li.parent > span.caret {
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
    height: 48px;
    padding: 0;
    cursor: pointer;
    border: 0;
    background-color: #1085de;
    background-image: url(../images/mobile-menu-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 55%;
    transition: all 0.3s ease; /* Add animation to caret */
  }
  
  /* Animate caret when active */
  .svn-menu li.parent > span.caret.active {
    background-color: #36a0e8;
    transform: rotate(180deg); /* Rotate arrow when active */
  }
  
  .svn-menu > li.activet > span.caret,
  .svn-menu > li.parent:hover > span.caret,
  .svn-menu > li.active.parent > span.caret {
    border: 0 !important;
    background-position: 50% 55%;
  }
  
  /* Submenu styling with animation */
  .svn-menu ul {
    background: none;
    border: 0;
    max-height: 0; /* For animation */
    margin-top: 0 !important;
    margin-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    visibility: visible;
    opacity: 1;
    width: auto;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  
  /* Animation for submenu items */
  .svn-menu ul li {
    border-bottom: 1px solid #111;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: 0s;
  }
  
  /* Animate submenu items when open */
  .svn-menu ul.in li {
    opacity: 1;
    transform: translateX(0);
  }
  
  /* Add staggered delay for submenu items */
  .svn-menu ul.in li:nth-child(1) { transition-delay: 0.1s; }
  .svn-menu ul.in li:nth-child(2) { transition-delay: 0.15s; }
  .svn-menu ul.in li:nth-child(3) { transition-delay: 0.2s; }
  .svn-menu ul.in li:nth-child(4) { transition-delay: 0.25s; }
  .svn-menu ul.in li:nth-child(5) { transition-delay: 0.3s; }
  
  /* Reset transitions for closing */
  .svn-menu ul:not(.in) li {
    transition-delay: 0s;
  }
  
  /* Show submenu when toggled */
  .svn-menu ul.in {
    max-height: 1000px; /* Large enough to contain all submenu items */
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  
  .svn-menu ul li > a,
  .svn-menu ul li.parent > a,
  .svn-menu ul li.parent > span.separator {
    float: none;
    margin: 0;
    width: auto;
    padding: 0 0 0 15px;
    line-height: 48px;
    height: auto;
    font-size: 11px;
  }
  
  .svn-menu ul li.active > span.caret,
  .svn-menu ul li.parent:hover > span.caret {
    border-left: 0;
  }
  
  .svn-menu ul li {
    width: 100% !important;
  }
  
  /* Fix for any overflow issues in the header */
  #header, #header-wrapper {
    overflow: visible !important;
    min-height: 60px;
    height: auto !important;
  }
  
  /* Ensure clickable area is properly sized */
  .svn-menu > li > a, 
  .svn-menu > li > span.separator {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  
  /* Improved hover/active states */
  .svn-menu > li > a:hover,
  .svn-menu > li.active > a,
  .svn-menu > li > span.separator:hover,
  .svn-menu > li.active > span.separator {
    color: #fff;
    background: transparent;
  }
  
  /* Submenu link styles */
  .svn-menu ul li a:hover,
  .svn-menu ul li.active > a,
  .svn-menu ul li span.separator:hover,
  .svn-menu ul li.active > span.separator {
    color: #fff;
    background-color: transparent;
  }
  
  /* Make sure submenus display properly */
  .svn-menu ul, 
  .svn-menu ul ul, 
  .svn-menu ul ul ul {
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
    position: static;
    top: auto;
    left: auto;
  }
}

/* Remove any conflicting styles and ensure consistent header across all mobile sizes */
@media (max-width: 767px), 
       (max-width: 480px), 
       (max-width: 425px) {
  /* Override the header overflow hidden that might be hiding the menu */
  #header, #header-wrapper {
    overflow: visible !important;
    height: auto !important;
    min-height: 60px;
  }
  
  /* Preserve original logo styling but make it responsive */
  #header .logo {
    width: auto; /* Let it take natural width */
    max-width: 70%; /* Limit width as percentage of container */
  }
  
  #header .logo img {
    width: 100%;
    height: auto;
  }
  
  /* Ensure the navbar button stays visible */
  #header .btn-navbar {
    display: block !important;
    position: relative;
    z-index: 9999;
  }
  
  /* Ensure menu is above other content */
  #menu .nav-collapse.in {
    z-index: 1000;
  }
}

/* Very small screens */
@media (max-width: 375px) {
  /* Adjust logo size for smallest screens */
  #header .logo {
    max-width: 65%;
  }
  
  /* Make menu button slightly smaller */
  #header .btn-navbar .icon-bar {
    width: 35px;
    height: 3px;
  }
  
  /* Adjust padding for smallest screens */
  #header .container-fluid {
    padding: 0 15px;
  }
}










/* Add these CSS updates to your stylesheet */

/* New mobile menu classes */
.mobile-collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.mobile-collapse.mobile-open {
  height: auto;
}

.mobile-nav-wrapper.mobile-collapse {
  height: auto;
  overflow: visible;
}

/* Update media queries */
@media (max-width: 980px) {
  /* Mobile navigation styles */
  .mobile-nav-wrapper, .mobile-nav-wrapper.mobile-collapse {
    float: none;
    width: 100%;
    position: relative;
    z-index: 100;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    display: block;
  }
  
  /* Expanded state with animation */
  .mobile-nav-wrapper.mobile-open, .mobile-nav-wrapper.mobile-collapse.mobile-open {
    max-height: 2000px; /* Large enough to contain all menu items */
    overflow: visible;
    transition: max-height 0.5s ease-in-out;
  }
  
  /* Menu styling */
  .svn-menu {
    margin-top: 30px;
    background: #000;
    display: block;
    width: 100%;
    padding: 0;
  }
  
  .svn-menu > li {
    float: none;
    border: 0;
    background: none;
    padding: 0;
    border-top: 1px solid #222;
    /* Animation for fade-in */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: 0s;
  }
  
  /* Animate menu items when menu is open */
  .mobile-nav-wrapper.mobile-open .svn-menu > li {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Add staggered delay for each menu item */
  .mobile-nav-wrapper.mobile-open .svn-menu > li:nth-child(1) { transition-delay: 0.1s; }
  .mobile-nav-wrapper.mobile-open .svn-menu > li:nth-child(2) { transition-delay: 0.15s; }
  .mobile-nav-wrapper.mobile-open .svn-menu > li:nth-child(3) { transition-delay: 0.2s; }
  .mobile-nav-wrapper.mobile-open .svn-menu > li:nth-child(4) { transition-delay: 0.25s; }
  .mobile-nav-wrapper.mobile-open .svn-menu > li:nth-child(5) { transition-delay: 0.3s; }
  
  /* Submenu styling with animation */
  .svn-menu ul {
    background: none;
    border: 0;
    max-height: 0; /* For animation */
    margin-top: 0 !important;
    margin-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    visibility: visible;
    opacity: 1;
    width: auto;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  
  /* Animation for submenu items */
  .svn-menu ul li {
    border-bottom: 1px solid #111;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: 0s;
  }
  
  /* Animate submenu items when open */
  .svn-menu ul.mobile-open li {
    opacity: 1;
    transform: translateX(0);
  }
  
  /* Add staggered delay for submenu items */
  .svn-menu ul.mobile-open li:nth-child(1) { transition-delay: 0.1s; }
  .svn-menu ul.mobile-open li:nth-child(2) { transition-delay: 0.15s; }
  .svn-menu ul.mobile-open li:nth-child(3) { transition-delay: 0.2s; }
  
  /* Show submenu when toggled */
  .svn-menu ul.mobile-open {
    max-height: 1000px; /* Large enough to contain all submenu items */
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  
  /* Make sure submenus display properly */
  .svn-menu ul, 
  .svn-menu ul ul, 
  .svn-menu ul ul ul {
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
    position: static;
    top: auto;
    left: auto;
  }
}




.lic {
	font-size: 22pt;
    color: #eef1f4;
}

.phone-form{
margin-top: 10px;
font-size: 24px;
color: #ffffff;
}



/* ========== MOBILE GOOGLE BADGE STYLES - FULL HEIGHT LOGO ========== */
.mobile-google-badge {
    width: 100%;
    margin: 5px 0;
    display: block;
}

.google-rcorners-mobile {
    border-radius: 8px;
    border: 2px solid #4285F4;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 10px;
    box-shadow: 0 3px 8px rgba(66, 133, 244, 0.15);
    width: 100%;
    box-sizing: border-box;
}

.google-badge-container {
    display: flex;
    gap: 15px;
    align-items: stretch;
    min-height: 80px;
}

/* Logo takes full height on left */
.google-logo-section {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 80px;
}

.google-badge-logo {
    border-radius: 8px;
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: white;
    padding: 6px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Right content area with 2 rows */
.google-content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    min-height: 80px;
}

/* Row 1: Rating, Stars, Review Count */
.google-badge-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex: 1;
}

.google-rating-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.google-rating-display {
    display: flex;
    align-items: center;
    gap: 8px;
}

.google-rating-number {
    font-size: 26px;
    font-weight: bold;
    color: #1a73e8;
    line-height: 1;
}

.google-stars-container {
    display: flex;
    gap: 2px;
}

.google-star {
    font-size: 18px;
    line-height: 1;
}

.google-full-star,
.google-half-star {
    color: #FBBC05; /* Google yellow */
}

.google-empty-star {
    color: #E0E0E0;
}

.google-review-count {
    font-size: 14px;
    color: #5f6368;
    font-weight: 500;
    white-space: nowrap;
}

/* Row 2: Button only */
.google-badge-content {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    align-items: center;
}

.google-review-link {
    display: inline-block;
    background: #4285F4;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

.google-review-link:hover {
    background: #3367D6;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.4);
    text-decoration: none;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .google-rcorners-mobile {
        padding: 12px;
    }
    
    .google-badge-header {
        gap: 12px;
    }
    
    .google-badge-logo {
        /*width: 45px;*/
        /*height: 45px;*/
    }
    
    .google-rating-number {
        font-size: 24px;
    }
    
    .google-star {
        font-size: 16px;
    }
    
    .google-review-link {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .google-rcorners-mobile {
        padding: 10px;
    }
    
    .google-rating-number {
        font-size: 22px;
    }
    
    .google-star {
        font-size: 14px;
    }
}

/* Hide on desktop - show original badge instead */
@media (min-width: 769px) {
    .mobile-google-badge {
        display: none;
    }
}

/* Utility classes for showing/hiding */
@media (max-width: 768px) {
    .desktop-only { display: none !important; }
    .mobile-only { display: block !important; }
}

@media (min-width: 769px) {
    .desktop-only { display: block !important; }
    .mobile-only { display: none !important; }
}



/* ========== MOBILE YELP BADGE STYLES - FULL HEIGHT LOGO ========== */
.mobile-yelp-badge {
    width: 100%;
    margin: 5px 0;
    display: block;
}

.yelp-rcorners-mobile {
    border-radius: 8px;
    border: 2px solid #d32323;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 10px;
    box-shadow: 0 3px 8px rgba(211, 35, 35, 0.15);
    width: 100%;
    box-sizing: border-box;
}

.yelp-badge-container {
    display: flex;
    gap: 15px;
    align-items: stretch;
    min-height: 80px;
}

/* Logo takes full height on left */
.yelp-logo-section {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 80px;
}

.yelp-badge-logo {
    border-radius: 8px;
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: white;
    padding: 6px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Right content area with 2 rows */
.yelp-content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    min-height: 80px;
}

/* Row 1: Rating, Stars, Review Count */
.yelp-badge-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex: 1;
}

.yelp-rating-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.yelp-rating-display {
    display: flex;
    align-items: center;
    gap: 8px;
}

.yelp-rating-number {
    font-size: 26px;
    font-weight: bold;
    color: #d32323;
    line-height: 1;
}

.yelp-stars-container {
    display: flex;
    align-items: center;
}

.yelp-stars-image {
    height: 20px;
    width: auto;
    object-fit: contain;
}

.yelp-review-count {
    font-size: 14px;
    color: #5f6368;
    font-weight: 500;
    white-space: nowrap;
}

/* Row 2: Button only */
.yelp-badge-content {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    align-items: center;
}

.yelp-review-link {
    display: inline-block;
    background: #d32323;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(211, 35, 35, 0.3);
}

.yelp-review-link:hover {
    background: #b71c1c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(211, 35, 35, 0.4);
    text-decoration: none;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .yelp-rcorners-mobile {
        padding: 12px;
    }
    
    .yelp-badge-header {
        gap: 12px;
    }
    
    .yelp-badge-logo {
        /*width: 45px;*/
        /*height: 45px;*/
    }
    
    .yelp-rating-number {
        font-size: 24px;
    }
    
    .yelp-stars-image {
        height: 18px;
    }
    
    .yelp-review-link {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .yelp-rcorners-mobile {
        padding: 10px;
    }
    
    .yelp-rating-number {
        font-size: 22px;
    }
    
    .yelp-stars-image {
        height: 16px;
    }
}

/* Hide on desktop - show original badge instead */
@media (min-width: 769px) {
    .mobile-yelp-badge {
        display: none;
    }
}

/* Utility classes for showing/hiding */
@media (max-width: 768px) {
    .desktop-only { display: none !important; }
    .mobile-only { display: block !important; }
}

@media (min-width: 769px) {
    .desktop-only { display: block !important; }
    .mobile-only { display: none !important; }
}





/* ========== UNIFIED STICKY MENU CSS ========== */

/* Main sticky menu styles */
.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #333;
    padding: 1px 0;
    font-size: 11pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    justify-content: center;
    color: white;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    max-width: 100%;
    transition: all 0.5s ease;
    z-index: 100;
}

.sticky-menu a {
    padding: 3px 3px;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    max-width: 100%;
}

.sticky-menu a:hover {
    color: rgb(165, 164, 164);
    border-color: rgb(136, 135, 135);
}

.sticky-menu .button-mob a {
    border: none;
    padding: 0;
    color: inherit;
    max-width: 100%;
}

/* Mobile button styling */
.button-mob {
    display: none;
    border: none;
    padding: 0.5rem;
    margin: 0;
    text-decoration: none;
    background: #0069ed;
    color: #fff;
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    max-width: 100%;
}

/* Toggle menu button for collapsed state */
#toggleMenuButton {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
    background-color: #005BAB;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

#toggleMenuButton:hover {
    background-color: #003d7a;
}

/* Collapsed state */
.sticky-menu.collapsed {
    transform: translateY(-100%);
    transition: transform 0.5s ease;
}

/* ========== RESPONSIVE BREAKPOINTS ========== */

/* Tablets and small desktops */
@media (max-width: 1024px) {
    .sticky-menu {
        font-size: 10pt;
        gap: 2px;
    }
    
    .sticky-menu a {
        padding: 2px 2px;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .button-mob {
        display: inline-block;
        max-width: 100%;
    }
    
    .sticky-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        transform: translateY(0);
        transition: transform 0.3s ease !important;
        flex-direction: column;
        padding: 5px 0;
    }
    
    .sticky-menu.collapsed {
        transform: translateY(-100%) !important;
    }
    
    .sticky-menu a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 8px;
        margin: 1px 0;
        border: 1px solid white;
    }
    
    #toggleMenuButton {
        display: block;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .sticky-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        font-size: 9pt;
    }
    
    .sticky-menu a {
        padding: 10px;
        margin: 2px 0;
        font-size: 14px;
    }
    
    #toggleMenuButton {
        top: 5px;
        right: 5px;
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* Very small screens */
@media (max-width: 320px) {
    .sticky-menu {
        font-size: 8pt;
    }
    
    .sticky-menu a {
        padding: 8px;
        font-size: 12px;
    }
}



/* Mobile-specific styles */
@media (max-width: 768px) {
  .sticky-menu {
    transform: translateY(-100%);
  }

  .sticky-menu:not(.collapsed) {
    transform: translateY(0);
  }
}



/* X button styling when menu is open */
#toggleMenuButton.close-mode {
    background-color: #dc3545;
    font-size: 18px;
    padding: 8px 15px;
}

#toggleMenuButton.close-mode:hover {
    background-color: #c82333;
}

/* Mobile-specific additions */
@media (max-width: 768px) {
    /* Go To button always visible on mobile */
    #toggleMenuButton {
        display: block !important;
    }
    
    /* When menu is shown on mobile */
    .sticky-menu.mobile-visible {
        transform: translateY(0) !important;
    }
    
    /* Ensure menu starts hidden on mobile */
    .sticky-menu {
        transform: translateY(-100%) !important;
    }
}



