:root{
  --bg: #0f0f12;
  --bg-soft: #17181d;
  --card: #1d1f26;
  --card-2: #22252d;
  --text: #f5f5f7;
  --muted: #b7bcc7;
  --line: rgba(255,255,255,.08);
  --accent: #cf1f2e;
  --accent-2: #ff4d5f;
  --gold: #d7b26d;
  --shadow: 0 12px 35px rgba(0,0,0,.28);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Open Sans', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(207,31,46,.14), transparent 28%),
    radial-gradient(circle at top right, rgba(215,178,109,.10), transparent 22%),
    linear-gradient(180deg, #111216 0%, #0e0f13 100%);
  color: var(--text);
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

img{
  max-width: 100%;
  height: auto;
}

a{
  color: var(--accent-2);
  text-decoration: none;
  transition: .25s ease;
}

a:hover{
  color: #fff;
  text-decoration: none;
}

.sitewrapper,
.pagewrapper,
.container,
.section_wrapper.container{
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.featuredmessage{
  background: linear-gradient(90deg, var(--accent), #8d1221);
  color: #fff;
  padding: 12px 16px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(207,31,46,.18);
}

.featuredmessageheader{
  font-weight: 700;
  letter-spacing: .3px;
}

.section_navigation{
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(15,16,20,.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.navbar,
.navbar-inner{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.navbar .brand{
  color: #fff !important;
  font-weight: 700;
  font-size: 20px;
}

.navbar .nav > li > a,
.nav-link{
  color: rgba(255,255,255,.82) !important;
  font-weight: 600;
  text-transform: capitalize;
  padding: 14px 16px !important;
  border-radius: 10px;
}

.navbar .nav > li > a:hover,
.nav-link:hover{
  color: #fff !important;
  background: rgba(255,255,255,.06) !important;
}

.logotitle{
  text-align: center;
  padding: 28px 0 12px;
}

.mainlogo{
  max-width: 190px;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.35));
}

.addressphone{
  text-align: center;
  padding-bottom: 20px;
}

.businessnameaddress,
.businessnapsingleline,
.footernap{
  color: var(--muted);
}

.btn,
.buttonlink,
.mailformsubmitbutton,
#ctl26_hlMobilePhoneButton,
.multictabannerlink{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--accent), #961623);
  color: #fff !important;
  border: 0;
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(207,31,46,.22);
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.btn:hover,
.buttonlink:hover,
.mailformsubmitbutton:hover,
#ctl26_hlMobilePhoneButton:hover,
.multictabannerlink:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(207,31,46,.30);
  opacity: 1;
}

.socialbuttonspanel{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 10px 0;
}

.socialbuttonslink{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.08);
}

.socialbuttonslink:hover{
  background: linear-gradient(135deg, var(--accent), #8e1220);
  transform: translateY(-2px);
}

.multictabannerpanel{
  position: relative;
  min-height: 650px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin: 24px auto 30px;
}

.multictabannerpanel::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.60) 100%);
  z-index: 1;
}

.multictabannermessage{
  position: absolute;
  left: 40px;
  bottom: 120px;
  z-index: 2;
  max-width: 760px;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 5px 18px rgba(0,0,0,.35);
}

.multictabannersubmessage{
  display: block;
  margin-top: 16px;
  font-size: clamp(16px, 1.5vw, 22px);
  color: #f0d7a6;
  font-weight: 700;
  letter-spacing: .5px;
}

.multictabannerlink{
  position: absolute;
  left: 40px;
  bottom: 42px;
  z-index: 2;
  min-width: 170px;
}

.sectionpagelinks{
  margin: 22px 0 32px;
}

.sectionpagelinks .container{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.sectionpagelinks .buttonlink{
  background: rgba(255,255,255,.06);
  color: #fff !important;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.08);
}

.sectionpagelinks .buttonlink:hover{
  background: linear-gradient(135deg, var(--accent), #8e1220);
}

.sectionabout,
.sectionctaform,
.sectionlocation{
  margin: 34px 0;
}

.renownsimplefeed,
.businessdetails,
.businesshours,
.mailform,
.googlemap,
.renownreviewbadge,
.pagecontentcopy{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.renownsimplefeed,
.mailform,
.googlemap,
.businessdetails,
.businesshours,
.renownreviewbadge{
  padding: 22px;
}

.renownsimplefeedreviewtitle,
.mailformheadh3,
.googlemaptitlelink,
.businessdetailshead .h2,
.businesshourshead .h2{
  color: #fff !important;
  font-weight: 800;
}

.renownsimplefeedreviewitemwrapper{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.renownsimplefeeditem{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 18px;
  transition: transform .22s ease, box-shadow .22s ease;
  cursor: pointer;
}

.renownsimplefeeditem:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(0,0,0,.22);
}

.renownsimplefeedreviewtext,
.renownsimplefeedname,
.renownsimplefeeddate,
.businessdetailscontent,
.businesshourscontent{
  color: var(--muted);
}

.pageh1{
  color: #fff;
  text-align: center;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
  margin-bottom: 24px;
  font-weight: 800;
}

.pagecontentcopy{
  padding: 30px;
  color: var(--muted);
  font-size: 17px;
}

.pagecontentcopy strong{
  color: #fff;
}

.pagecontentcopy h2,
.pagecontentcopy h3{
  color: #fff;
  margin-top: 26px;
  margin-bottom: 14px;
  font-weight: 800;
}

.pagecontentcopy ul{
  padding-left: 20px;
}

.pagecontentcopy li{
  margin-bottom: 8px;
}

.mailformlabel{
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
}

.mailformtextbox,
.mailform textarea,
input[type="text"],
input[type="email"],
textarea{
  width: 100%;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  outline: none;
  box-sizing: border-box;
  transition: .2s ease;
}

.mailformtextbox:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus{
  border-color: rgba(255,77,95,.65);
  box-shadow: 0 0 0 4px rgba(255,77,95,.12);
}

.mailformnamerow,
.mailformemailrow,
.mailformsubjectrow,
.mailformphonerow,
.mailformmessagerow{
  margin-bottom: 16px;
}

.googlemapiframe{
  width: 100%;
  min-height: 420px;
  border-radius: 16px;
  border: 0;
}

.businesshourstable{
  width: 100%;
  border-collapse: collapse;
}

.businesshourstable td{
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
}

.businesshourstable tr:last-child td{
  border-bottom: 0;
}

.renownreviewbadge{
  text-align: center;
}

.renownreviewbadgecount{
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

.renownreviewbadgelabel{
  color: var(--muted);
  margin-top: 6px;
}

.renownreviewbadgerating{
  color: #fff;
  font-weight: 800;
  margin-left: 8px;
}

.section_footer{
  margin-top: 40px;
  background: rgba(0,0,0,.28);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 30px 0;
}

.footercredit,
.privacy{
  text-align: center;
  color: var(--muted);
  margin-top: 14px;
}

.privacy a{
  color: var(--muted);
}

.privacy a:hover{
  color: #fff;
}

.scrolltotoplink{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #8e1220);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  z-index: 999;
}

.contacticonbuttonlink{
  position: fixed;
  right: 20px;
  bottom: 78px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--accent) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  z-index: 999;
}

.row-fluid{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.row-fluid .span6{
  flex: 1 1 480px;
}

.row-fluid .span4{
  flex: 1 1 300px;
}

@media (max-width: 768px){
  .multictabannerpanel{
    min-height: 500px;
  }

  .multictabannermessage{
    left: 20px;
    right: 20px;
    bottom: 100px;
  }

  .multictabannerlink{
    left: 20px;
    bottom: 24px;
  }

  .pagecontentcopy{
    padding: 22px;
  }

  .sectionpagelinks .container{
    flex-direction: column;
  }

  .sectionpagelinks .buttonlink{
    width: 100%;
  }

  .socialbuttonspanel{
    flex-wrap: wrap;
  }
}