/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@import "fonts/GeneralSans/stylesheet.css";
@import url("//hello.myfonts.net/count/3bf024");
@font-face {
  font-family: "TTCommons-Black";
  src: url("../assets/fonts/TTCommons-Black/font.woff2") format("woff2"), url("../assets/fonts/TTCommons-Black/font.woff") format("woff");
}
@font-face {
  font-family: "TTCommons-DemiBold";
  src: url("../assets/fonts/TTCommons-DemiBold/font.woff2") format("woff2"), url("../assets/fonts/TTCommons-DemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "TTCommons-Regular";
  src: url("../assets/fonts/TTCommons-Regular/font.woff2") format("woff2"), url("../assets/fonts/TTCommons-Regular/font.woff") format("woff");
}
@font-face {
  font-family: "UKNumberPlate";
  src: url("../assets/fonts/uk_number_plate/UKNumberPlate.woff2") format("woff2"), url("../assets/fonts/uk_number_plate/UKNumberPlate.woff") format("woff"), url("../assets/fonts/uk_number_plate/UKNumberPlate.eot") format("eot"), url("../assets/fonts/uk_number_plate/UKNumberPlate.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: TTCommons-Regular, Arial, Helvetica, sans-serif;
}

h1 {
  font-family: TTCommons-Black, Arial, Helvetica, sans-serif;
}

h2 {
  font-family: TTCommons-Black, Arial, Helvetica, sans-serif;
}

h4 {
  font-family: TTCommons-Regular, Arial, Helvetica, sans-serif;
}

p a {
  text-decoration: underline;
}

.nectar-split-heading.normal-heading h2 {
  font-weight: 600;
  text-transform: unset;
}
.nectar-split-heading.normal-heading h2 span {
  line-height: 110% !important;
}
.nectar-header-text-content.mobile-only {
    display: none !important;
}

/* =========================
   1) Design tokens (SCSS maps)
   ========================= */
/* =========================
   2) Helpers
   ========================= */
:root {
  --color-primary: #0d6efd;
  --color-secondary: #6c757d;
  --color-text-dark: #212529;
  --color-text-light: #ffffff;
  --font-base: DM Sans;
  --font-size-footer-title: 20px;
  --font-weight-bold: 700;
  --opacity-muted: 0.6;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text-dark: #e9ecef;
  }
}
.nectar-cta .link_wrap {
  display: inline-block;
}
.nectar-cta:hover .link_wrap {
  transform: translateY(-3px) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 20px 38px !important;
}

#header-outer[data-transparent-header=true].transparent #logo img,
#header-outer[data-transparent-header=true] #logo .starting-logo,
#header-outer[data-transparent-header=true].light-text #logo img {
  opacity: 1;
  -ms-filter: "alpha(opacity=1)";
}

#header-outer .bg-color-stripe {
  background-color: transparent;
}

#search-outer .bg-color-stripe,
#header-outer #search-outer:before {
  background: linear-gradient(0deg, rgba(29, 22, 85, 0.6) 67.73%, rgba(29, 22, 85, 0) 103.83%);
}

body.material #search-outer {
  min-height: 100vh;
  height: auto;
}

#search-outer #search .span_12 form > span {
  display: none;
}

body.material #search-outer #search #close a {
  top: 23px;
}

body.material #search-outer #search #search-box input[type=text] {
  border-radius: 10px;
  background: #fff;
  border-top: 10px solid #04bae0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding: 14px 20px 17px;
  letter-spacing: unset;
  height: unset !important;
}

#header-outer:not([data-format=left-header]).material-search-open header {
  opacity: 1;
  z-index: -1;
}

#search-outer .nectar-ajax-search-results {
  background-color: unset;
  display: none;
}

#search-outer.material-open .nectar-ajax-search-results {
  display: block;
}

body.material #header-outer:not([data-format=left-header]) #search-outer {
  padding-top: 70px;
}

.material #search-outer #search,
.material #header-outer #search-outer #search {
  padding: 60px 0 20px;
  height: unset;
}

#search-outer #search #close a:before,
.slide_out_area_close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  background-color: transparent;
  content: "";
  transform: scale(1) translateZ(0);
  transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
}

#header-outer.small-nav #top nav .buttons .nectar-header-text-content ul.menu-top-cta li:first-child a {
  color: #1d1655 !important;
}
#header-outer.small-nav #top nav .buttons .nectar-header-text-content ul.menu-top-cta li:first-child a:hover {
  color: #fff !important;
}

#header-outer {
  font-family: TTCommons-Regular, Arial, Helvetica, sans-serif;
}
#header-outer .nectar-ajax-search-results .meta,
#header-outer .nectar-ajax-search-results .search-post-item h5 {
  color: #fff;
}
#header-outer .nectar-ajax-search-results .search-post-item h5 {
  background-image: linear-gradient(to right, #04bae0 0, #04bae0 100%);
}
#header-outer #top nav > ul > li#menu-item-21 a {
  float: left;
  background: #04bae0;
  padding: 10px 30px;
  border-radius: 50px;
  color: #1d1655 !important;
  display: inline-block;
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
#header-outer #top nav > ul > li#menu-item-21 a:hover {
  transform: translateY(-3px) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 20px 38px !important;
}
#header-outer #top nav > ul > li#menu-item-21 a span::after {
  display: none;
}
#header-outer #top nav .buttons.sf-menu {
  flex-direction: row-reverse;
  margin: 0;
  margin-left: 10px !important;
}
#header-outer #top nav .buttons .nectar-header-text-content ul.menu-top-cta {
  position: relative;
  display: flex;
  background: transparent;
  border: unset;
  pointer-events: unset;
}
#header-outer #top nav .buttons .nectar-header-text-content ul.menu-top-cta li {
  min-width: 175px;
}
#header-outer #top nav .buttons .nectar-header-text-content ul.menu-top-cta li:first-child a {
  background-color: transparent;
  color: #fff !important;
  border-radius: 100px;
  border: 1px solid #04bae0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}
#header-outer #top nav .buttons .nectar-header-text-content ul.menu-top-cta li a {
  float: left;
  background: #04bae0;
  padding: 10px 30px;
  border-radius: 50px;
  color: #1d1655 !important;
  display: inline-block;
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  border: 1px solid #04bae0;
}
#header-outer #top nav .buttons .nectar-header-text-content ul.menu-top-cta li a:hover {
  transform: translateY(-3px) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 20px 38px !important;
  border: 1px solid #1d1655;
  color: #fff !important;
}
#header-outer #top nav .buttons .nectar-header-text-content ul.menu-top-cta li a::after {
  display: none;
}
#header-outer #top .buttons .nectar-header-text-content ul.menu-top-cta li:first-child a {
  color: #1d1655 !important;
}
#header-outer #top .buttons .nectar-header-text-content ul.menu-top-cta li:first-child a,
#header-outer #top #header-outer #top nav .buttons .nectar-header-text-content ul.menu-top-cta li:first-child a:hover {
  color: #fff !important;
}

#header-outer #top nav .buttons .nectar-header-text-content ul.menu-top-cta li:first-child a {
  color: #1d1655 !important;
}

#header-outer.transparent #top nav .buttons .nectar-header-text-content ul.menu-top-cta li:first-child a,
#header-outer #top nav .buttons .nectar-header-text-content ul.menu-top-cta li:first-child a:hover {
  color: #fff !important;
}

#booking-form {
  width: 100%;
  min-height: 100vh;
}

#search-tab {
  padding: 0 7vw;
}
#search-tab > .col {
  max-width: 960px;
  margin: 0 auto 50px !important;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#search-tab > .col .fancy-select-wrap {
  padding-top: 0;
}
#search-tab > .col span.select2-selection.select2-selection--single {
  border: 0;
  font-weight: 600;
}
#search-tab > .col .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #1d1655 transparent transparent transparent;
}
#search-tab > .col .select2-dropdown-open .select2-choice .select2-arrow b:after,
#search-tab > .col .select2-container--default:hover .select2-selection--single .select2-selection__arrow b,
#search-tab > .col .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #fff;
}
#search-tab > .col li.tab-item {
  color: #1d1655;
  font-family: TTCommons-Regular, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 120%;
  width: 50%;
  text-align: center;
}
#search-tab > .col li.tab-item i.fa-car {
  background: url(../images/car.svg);
  background-repeat: no-repeat;
  width: 30px;
}
#search-tab > .col li.tab-item i.fa-car:before {
  opacity: 0;
}
#search-tab > .col li.tab-item i.fa-wrench {
  background: url(../images/wrench.svg);
  background-repeat: no-repeat;
  width: 18px;
}
#search-tab > .col li.tab-item a {
  color: #1d1655;
  border-top: solid 6px transparent;
  border-right: unset;
  padding: 12px 15px 16px;
}
#search-tab > .col li.tab-item a.active-tab {
  background-color: #fff;
  border-top: solid 6px #04bae0;
}
#search-tab > .col .wpb_tabs_nav {
  margin-left: 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5.5px);
}
#search-tab > .col .wpb_tab {
  padding: 16px 30px;
  background: #fff;
  opacity: 1 !important;
  border-top: solid 1px #ddd;
}
#search-tab > .col .wpb_tab > div {
  margin-bottom: 0;
}
#search-tab > .col .wpb_tab .booking-bar {
  display: flex;
  align-items: center;
  padding: 12px;
}
#search-tab > .col .wpb_tab .booking-field {
  flex: 1;
  padding: 0 20px 0px 0px;
}
#search-tab > .col .wpb_tab .booking-field.booking-field-state {
  display: flex;
  gap: 10px;
  align-items: center;
}
#search-tab > .col .wpb_tab .booking-field.booking-field-state label {
  color: #1d1655;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  width: 260px;
}
#search-tab > .col .wpb_tab .booking-field.booking-field-state input {
  width: 100%;
  padding: 21px 24px 21px;
  border-radius: 10px;
  border: 1px solid #ccc9bb;
  height: 45px;
}
#search-tab > .col .wpb_tab .booking-field select {
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  color: #1d1655;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
}
#search-tab > .col .wpb_tab .book-btn {
  background: #1d1655;
  color: #ffffff;
  border: none;
  padding: 14px 40px !important;
  border-radius: 100px !important;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
#search-tab > .col .wpb_tab .book-btn:hover {
  background: #242067;
}
@media (max-width: 768px) {
  #search-tab > .col .wpb_tab .booking-bar {
    flex-direction: column;
    border-radius: 20px;
  }
  #search-tab > .col .wpb_tab .booking-field {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 16px;
  }
  #search-tab > .col .wpb_tab .booking-field:last-of-type {
    border-bottom: none;
  }
  #search-tab > .col .wpb_tab .book-btn {
    width: 100%;
    margin-top: 12px;
  }
}

#essentials .flickity-slider .inner {
  border-radius: 20px;
  background: #d4d3e1;
}
#essentials .flickity-slider .inner:hover .nectar-cta .link_text:after {
  content: " ";
  width: 80px;
}
#essentials .flickity-slider .inner .nectar-post-grid-item-bg,
#essentials .flickity-slider .inner .nectar-post-grid-item-bg-wrap {
  border-radius: 0 !important;
}
#essentials .flickity-slider .inner .content {
  padding: 25px 20px;
}
#essentials .flickity-slider .inner .content h3.post-heading {
  background: transparent;
  min-height: 64px;
  display: block;
}
#essentials .flickity-slider .inner .content .item-meta-extra {
  min-height: 100px;
}
#essentials .flickity-slider .inner .content .nectar-post-grid-link {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}
#essentials .flickity-slider .inner .content .nectar-cta {
  text-align: right;
}
#essentials .flickity-slider .inner .content .nectar-cta span:after {
  content: " ";
  background: #1d1655;
  width: 0px;
  transition: all 0.6s;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0px;
}
#essentials .flickity-slider .inner .content .nectar-cta svg {
  display: none;
}

#our-locations .twentytwenty-wrapper {
  overflow: hidden;
  padding: 0;
  border-radius: 15px;
}
#our-locations .twentytwenty-wrapper img {
  width: 100%;
}
#our-locations .twentytwenty-horizontal .twentytwenty-handle:before, #our-locations .twentytwenty-horizontal .twentytwenty-handle:after {
  background: #fff !important;
  width: 5px;
}
#our-locations .twentytwenty-horizontal .twentytwenty-handle:before {
  margin-left: -3px;
}
#our-locations .twentytwenty-handle {
  border: solid #fff 4px;
  height: 40px;
  width: 40px;
}
#our-locations .nectar-cta {
  display: inline-block;
}
#our-locations svg {
  max-width: 100%;
}
#our-locations .link_wrap {
  border: solid 1px;
  border-radius: 50px !important;
  padding: 2px 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-right: 18px;
}
#our-locations .link_wrap:hover {
  background-color: #04bae0;
}
#our-locations [class*=state-marker-],
#our-locations [class*=state-area-] {
  cursor: pointer;
}
#our-locations [class*=state-area-] {
  cursor: pointer;
  transition: fill 0.2s ease, opacity 0.2s ease, stroke 0.2s ease;
  fill: #ffffff;
  stroke: #d5d3e1;
  stroke-width: 2;
}
#our-locations [class*=state-area-]:hover {
  fill: #1d1655;
  stroke: #1e90ff;
  opacity: 0.95;
}
#our-locations .event-none {
  pointer-events: none;
}
#our-locations .sub-heading {
  margin-bottom: 14px;
}
#our-locations .sub-heading span {
  font-weight: 600;
  letter-spacing: -0.88px;
  text-transform: none;
}

#why-choose .img-with-aniamtion-wrap.mask_shape_circle-bottom-right > .inner {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
#why-choose p a {
  font-weight: 600;
  color: #04bae0;
  opacity: 1;
}
#why-choose p a:hover {
  text-decoration: underline;
}

#testimonials .cell {
  border-radius: 10px;
  overflow: hidden;
}
#testimonials .flickity-page-dots {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
  bottom: -50px;
  text-align: left;
  padding-left: 13vw;
}
#testimonials .flickity-page-dots .dot:before {
  transform: scale(1);
  box-shadow: inset 0 0 0 1px #000;
  background-color: #132726;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#our-value .nectar-fancy-box .box-bg {
  background-color: #1d1655;
}
#our-value .nectar-fancy-box[data-style=hover_desc] {
  padding: 32px 20px;
}

/* =========================
   3) Footer component
   ========================= */
#footer {
  --footer-link-color: var(--color-text-light);
  --footer-heading-color: var(--color-text-light);
}
#footer a {
  color: var(--footer-link-color);
}
#footer h2 {
  color: var(--footer-heading-color);
  font-family: var(--font-base);
  font-size: var(--font-size-footer-title)!important;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.6px;
  margin-bottom: 15px;
  text-transform: unset;
}
#footer .copyright p {
  opacity: var(--opacity-muted);
}
#footer .using-image {
  background-size: auto 58%;
  z-index: 1;
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer ul li {
  list-style: unset;
  margin-top: 14px;
}
#footer ul li a {
  opacity: var(--opacity-muted);
}
#footer ul li a:hover, #footer ul li a:focus-visible {
  opacity: 1;
}
#footer .nectar_icon i {
  color: var(--footer-link-color) !important;
}
#footer .footer-pay .img-with-aniamtion-wrap {
  display: inline-block;
  margin-right: 20px;
}

#search-box .search-box__button {
  opacity: 1;
  font-size: 0;
  right: 40px;
  background-color: transparent !important;
  pointer-events: unset;
  padding: 5px 0;
  border: none;
  outline: 0 !important;
  color: #1d1655;
  top: 38px;
}
@media (min-width: 768px) {
  #search-box .search-box__button {
    right: 50px;
  }
}
#search-box .search-box__button:after {
  content: "\e906";
  font-family: "icomoon";
  font-size: 13px;
}
@media (min-width: 768px) {
  #search-box .search-box__button:after {
    font-size: 16px;
  }
}

span.meta.meta-type {
  display: none;
}

@media only screen and (max-width: 999px) {
  #search-outer #search #close a,
  body.material #header-outer #search-outer #search #close a {
    top: 26px;
  }
}
#search-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0;
  color: #1d1655;
  padding: 0 7vw;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #search-results {
    margin-top: -60px;
  }
}
#search-results .nectar-post-grid-item:hover .nectar-post-grid-item-bg {
  transform: scale(1.1);
}
#search-results .nectar-post-grid-item {
  border-radius: 20px;
  overflow: hidden;
  background: #d4d3e1;
}
@media (min-width: 768px) {
  #search-results .nectar-post-grid-item {
    width: calc(33.33% - 17px);
  }
}
#search-results .inner {
  border-radius: 20px;
  background: #d4d3e1;
}
#search-results .inner:hover .nectar-cta .link_text:after {
  content: " ";
  width: 80px;
}
#search-results .inner .nectar-post-grid-item-bg-wrap-inner {
  max-height: 170px;
  overflow: hidden;
}
#search-results .inner .nectar-post-grid-item-bg,
#search-results .inner .nectar-post-grid-item-bg-wrap {
  border-radius: 0 !important;
  transition: opacity 0.45s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
#search-results .inner .nectar-post-grid-item-bg img,
#search-results .inner .nectar-post-grid-item-bg-wrap img {
  object-fit: cover;
  display: block;
  transition: opacity 0.6s ease 0.12s;
  opacity: 1;
}
#search-results .inner .content {
  padding: 25px 20px;
}
#search-results .inner .content h3.post-heading {
  background: transparent;
  color: #1d1655;
}
#search-results .inner .content .item-meta-extra {
  min-height: 100px;
}
#search-results .inner .content .nectar-post-grid-link {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}
#search-results .inner .content .nectar-cta {
  text-align: right;
  width: 100%;
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  color: #1d1655;
}
#search-results .inner .content .nectar-cta span:after {
  content: " ";
  background: #1d1655;
  width: 0px;
  transition: all 0.6s;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0px;
}
#search-results .inner .content .nectar-cta svg {
  display: none;
}

.no-result-found {
  width: 100%;
  max-width: 960px;
  margin: -50px auto 100px;
  text-align: center;
}
@media (min-width: 768px) {
  .no-result-found {
    margin: -50px auto 100px;
  }
}
@media (min-width: 1200px) {
  .no-result-found {
    margin: -150px auto 100px;
  }
}

#faq-404 .toggle {
  border: solid 1px #d4d2e3 !important;
}
#faq-404 .toggle.open {
  background: #d4d3e1;
}
#faq-404 .toggle h3.toggle-title a {
  color: #1d1655;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
#faq-404 .toggle p {
  font-size: 18px;
  color: #1d1655;
  font-weight: 400;
  line-height: 30px;
}

#contact .contact-form-wrapper h2 {
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.88px;
  text-transform: uppercase;
  color: #1d1655;
  padding-bottom: 37px;
}
#contact .fancy-select-wrap {
  padding-top: 0;
}
#contact .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  #contact .form-row {
    flex-direction: row;
  }
}
#contact .form-group {
  flex: 1;
}
#contact .form-group label {
  display: block;
  margin-bottom: 6px;
  color: #1d1655 !important;
  font-size: 22px;
  font-weight: 600;
  padding-left: 24px;
  line-height: 120%;
}
#contact .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc9bb;
  border-radius: 20px;
  padding: 21px 24px 20px !important;
}
#contact .form-group input,
#contact .form-group select,
#contact .form-group textarea {
  width: 100%;
  padding: 25px 24px 21px;
  border-radius: 20px;
  border: 1px solid #ccc9bb;
}
#contact .form-group input::placeholder,
#contact .form-group select::placeholder,
#contact .form-group textarea::placeholder {
  color: #1d1655;
  opacity: 1;
}
#contact .form-group input:-ms-input-placeholder,
#contact .form-group select:-ms-input-placeholder,
#contact .form-group textarea:-ms-input-placeholder {
  color: #1d1655;
}
#contact .form-group input::-ms-input-placeholder,
#contact .form-group select::-ms-input-placeholder,
#contact .form-group textarea::-ms-input-placeholder {
  color: #1d1655;
}
#contact .full-width textarea {
  min-height: 140px;
}
#contact .contact-info {
  color: #1d1655;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #contact .contact-info {
    flex-direction: row;
    gap: 50px;
  }
}
#contact .contact-info .contact-info-item {
  display: flex;
  gap: 13px;
}
#contact .contact-info p {
  display: flex;
  flex-direction: column;
}
#contact .contact-info p strong {
  color: #1d1655;
  font-weight: 600;
  line-height: 120%;
}
#contact .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
}
#contact .wpcf7-not-valid-tip {
  color: #dc3232 !important;
  box-shadow: unset !important;
}
#contact .submit-btn {
  padding-top: 10px;
}
#contact .submit-btn input {
  background: #04bae0;
  color: #1d1655;
  border: none;
  border-radius: 25px !important;
  cursor: pointer;
  display: flex;
  width: 162px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
}
#contact .submit-btn input:hover {
  background: #1d1655 !important;
  color: #fff;
}
#contact .submit-btn input:hover {
  background: #009cc2;
}

#why-motoserve .box-bg {
  transform: scale(1);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#why-motoserve .image-wrap {
  min-width: 42px;
  height: 42px;
}
#why-motoserve .nectar-fancy-box {
  display: flex;
  gap: 24px;
}
#why-motoserve .nectar-fancy-box h4 {
  background: transparent;
}
#why-motoserve .nectar-fancy-box .text {
  padding: 0;
}

#why-counter .subject {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
}

#why-counter .number.default {
  font-size: 25px !important;
  line-height: 25px !important;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #why-counter .number.default {
    font-size: 44px !important;
    line-height: 44px !important;
  }
}
#why-counter .number.default .symbol-wrap,
#why-counter .number.default span {
  display: inline-block;
  font-size: 25px !important;
  line-height: 25px !important;
}
@media (min-width: 768px) {
  #why-counter .number.default .symbol-wrap,
  #why-counter .number.default span {
    font-size: 44px !important;
    line-height: 44px !important;
  }
}
#why-counter .number.default:before {
  content: " ";
  content: " ";
  display: inline-block;
  position: relative;
  background: transparent;
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/uploads/2026/01/Expert-mechanics.svg);
  margin-right: 12px;
  color: #1d1655;
  background-size: cover;
}

#why-motoserve h2,
#our-results h2 {
  font-weight: 600;
  text-transform: unset;
}

.single-service .blog_next_prev_buttons.vc_row-fluid.wpb_row.full-width-content.standard_section,
.single-service span.post-featured-img {
  display: none;
}
.single-service .container-wrap.no-sidebar {
  margin-top: -4px !important;
}
.single-service .nectar-fancy-ul ul li {
  padding-left: 25px;
}

#service-shortcode .service-bar {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}
#service-shortcode .service-bar .search-box {
  display: flex;
  align-items: center;
  background: #ededf4;
  border-radius: 999px;
  padding: 8px 12px;
  max-width: 470px;
  flex-shrink: 0;
  width: 100%;
}
#service-shortcode .service-bar .search-box input {
  border: none;
  outline: none;
  background: transparent;
  flex: 1;
  color: #1d1655;
  box-shadow: unset !important;
  padding-top: 2px;
  padding-bottom: 2px;
}
#service-shortcode .service-bar .search-box .search-btn {
  border: none;
  background: #1d1655;
  color: #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  cursor: pointer;
  font-size: 18px;
  opacity: 1;
  padding: unset !important;
}
#service-shortcode .service-bar .tabs {
  display: flex;
  gap: 30px;
  flex: 1;
  text-align: center;
  justify-content: center;
}
#service-shortcode .service-bar .tabs .tab {
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  color: #1d1655;
  display: inline-block;
}
#service-shortcode .service-bar .tabs .tab:hover {
  background: #efeff7;
}
#service-shortcode .service-bar .tabs .tab.active {
  background: #d9d6f4;
  font-weight: 500;
}
#service-shortcode [id] {
  scroll-margin-top: 120px;
}

#features-table .nectar-cta:hover .link_wrap {
  box-shadow: unset !important;
}
#features-table h2 {
  font-weight: 600;
  text-transform: capitalize;
}
#features-table a.link_text {
  border-bottom: solid 1px #1d1655;
}
#features-table .text {
  font-size: 12px;
}
@media (min-width: 768px) {
  #features-table .text {
    font-size: inherit;
  }
}
#features-table .essential-heading h4,
#features-table .log-book-heading h4,
#features-table .essential-plus-heading h4 {
  border-bottom: 6px solid #1d1655;
  margin-bottom: 11px;
  padding-bottom: 3px;
  font-size: 12px;
}
@media (min-width: 768px) {
  #features-table .essential-heading h4,
  #features-table .log-book-heading h4,
  #features-table .essential-plus-heading h4 {
    font-size: inherit;
  }
}
#features-table .essential-heading p,
#features-table .log-book-heading p,
#features-table .essential-plus-heading p {
  font-size: 12px;
}
@media (min-width: 768px) {
  #features-table .essential-heading p,
  #features-table .log-book-heading p,
  #features-table .essential-plus-heading p {
    font-size: inherit;
  }
}
#features-table .log-book-heading h4 {
  border-bottom: 6px solid #ccc9bb;
}
#features-table .essential-plus-heading h4 {
  border-bottom: 6px solid #04bae0;
}
#features-table .table-tr {
  border-bottom: 1px solid rgb(204, 201, 187);
  margin: 0;
  padding-top: 13px;
  padding-bottom: 9px;
}
#features-table .table-tr .col > div {
  padding-top: 3px;
}
#features-table .table-tr .col > div:first-child {
  padding-top: 0;
}

.single-location .blog_next_prev_buttons.vc_row-fluid.wpb_row.full-width-content.standard_section,
.single-location span.post-featured-img {
  display: none;
}
.single-location .container-wrap.no-sidebar {
  margin-top: -4px !important;
}
.single-location .nectar-fancy-ul ul li {
  padding-left: 25px;
}

#our-location {
  /* Responsive */
}
#our-location.locator {
  margin: 0 auto;
}
#our-location .locator__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 20px;
}
#our-location .locator__label {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  color: #1d1655;
  margin-bottom: 15px;
}
#our-location .pillset {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#our-location .pill {
  border: 1px solid #203387;
  border-radius: 999px !important;
  padding: 1px 16px;
  background: transparent;
  cursor: pointer;
  color: #1d1655;
  transition: 0.2s;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
#our-location .pill img {
  margin: 0;
}
#our-location .pill:hover {
  transform: translateY(-2px);
}
#our-location .pill:hover,
#our-location .pill--active {
  background: #171a4a;
  color: white;
}
#our-location .pill:hover img,
#our-location .pill--active img {
  filter: invert(1);
}
#our-location .pill--icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
#our-location .locator__body {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 36px;
  border-top: 1px solid #e6e7ef;
  padding-top: 20px;
}
#our-location .location {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 18px 0px 18px 18px;
  border-bottom: 1px solid #e6e7ef;
  cursor: pointer;
}
#our-location .location:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
#our-location .location__name {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 5px;
  color: #171a4a;
}
#our-location .location__addr {
  margin: 0;
  line-height: 1.4;
}
#our-location .location__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
#our-location .iconbtn img {
  margin: 0;
}
#our-location .locator__map {
  min-height: 520px;
}
#our-location .map-placeholder {
  height: 100%;
  min-height: 520px;
  border: 1px solid #e6e7ef;
  border-radius: 14px;
  background: #fbfbfe;
  position: relative;
}
#our-location .map-badge {
  position: absolute;
  right: 80px;
  bottom: 160px;
  background: #171a4a;
  color: white;
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 12px;
}
#our-location .map-pin {
  width: 34px;
  height: 34px;
  background: #19b6c2;
  border-radius: 50%;
  position: absolute;
}
#our-location .map-pin::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
#our-location .map-pin--qld {
  top: 110px;
  right: 90px;
}
#our-location .map-pin--nsw {
  bottom: 110px;
  right: 120px;
}
@media (max-width: 900px) {
  #our-location .locator__header {
    grid-template-columns: 1fr;
  }
  #our-location .locator__body {
    grid-template-columns: 1fr;
  }
  #our-location .map-placeholder {
    min-height: 340px;
  }
}
#our-location .service-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}
#our-location .service-icons img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

#our-location .state-label.is-hover,
#our-location .state-label.active {
  fill: #fff;
}
#our-location .state-area.active {
  fill: #1d1655;
}
#our-location .state-area.is-hover {
  fill: #1d1655;
}
#our-location .state-label-XX.is-hover {
  fill: #fff;
}
#our-location .state-area.is-active {
  fill: #1d1655;
}
#our-location .state-label-XX.is-active {
  fill: #fff;
}
#why-motoserve .nectar-fancy-box  .text p,
#why-motoserve li a {
   position:relative;
}

#why-motoserve .nectar-fancy-box:hover  .text p:after,
#why-motoserve li a:hover:after {
    width: 100%;
}
#why-motoserve .nectar-fancy-box  .text p:after,
#why-motoserve li a:after {
    content: " ";
    width: 0px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0px;
    background: rgb(29, 22, 85);
    transition: 0.6s;
}

.single-location .nectar-global-section.before-footer {
    padding: 0!important;
}
.single-location  .main-content>.row{
    margin-bottom:0;
}
.font-600 h2 {
    font-weight: 600;
    text-transform: none;
}
#more-service .wpb_wrapper {
  border-radius: 20px;
  background: #d4d3e1;
  overflow:hidden;
}
#more-service .wpb_wrapper a,
#more-service .wpb_wrapper h3,
#more-service .wpb_wrapper p{
  color: #1d1655;
}
#more-service  .wpb_text_column{
    padding: 25px 20px;
    
}
#more-service .nectar-cta:hover .link_wrap,
#more-service  .nectar-cta .link_wrap {
    box-shadow: unset!important;
    transform: unset !important;
    
}
#more-service  .nectar-cta{
    padding: 0 20px 25px;
    
}
#more-service  img {
    object-fit: cover;
    width:100%;
    display: block;
    transition: opacity 0.6s ease 0.12s;
    opacity: 1;
        height: 200px;
        transition: opacity 0.45s cubic-bezier(0.15, 0.75, 0.5, 1), transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
}
#more-service .wpb_wrapper .hover-wrap-inner {
height: 200px;
    overflow: hidden;

}
#more-service .wpb_wrapper:hover img {
    transform: scale(1.1);
        transition: opacity 0.45s cubic-bezier(0.15, 0.75, 0.5, 1), transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
}
#more-service .wpb_wrapper:hover .nectar-cta .text:after {
    content: " ";
    width: 80px;
}
#more-service  .nectar-cta .text:after {
    content: " ";
    width: 0px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0px;
    background: rgb(29, 22, 85);
    transition: 0.6s;
}