@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Montserrat:wght@500;600;700;800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 18%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffbe33;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffbe33;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: #ffffff;
}

.user_option .user_link:hover {
  color: #ffbe33;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #ffbe33;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #e69c00;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
}

.offer_section {
  position: relative;
  padding-top: 45px;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831;
  color: #ffffff;
}

.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #ffbe33;
  overflow: hidden;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  margin: 0;
}

.offer_section .box .detail-box h6 {
  font-family: 'Dancing Script', cursive;
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.offer_section .box .detail-box a:hover {
  background-color: #e69c00;
}

.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}

.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}

.food_section .filters_menu li.active {
  background-color: #222831;
  color: #ffffff;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}

.food_section .box .img-box {
  background: #f1f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}

.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffbe33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #e69c00;
}

.about_section {
  background: #222831;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #e69c00;
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #e69c00;
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #ffbe33;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #ffbe33;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #ffbe33;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
/* LoboMotoren customization */
:root {
  --lm-primary: #DC9354;
  --lm-secondary: #FFFEFC;
  --lm-dark: #111111;
  --lm-field: #1a1a1a;
  --lm-border: #AEADAC;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--lm-secondary);
  background-color: var(--lm-dark);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand span,
.footer_section .footer-logo {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2px;
}

a {
  color: var(--lm-primary);
}

a:hover,
a:focus {
  color: var(--lm-secondary);
}

.hero_area {
  isolation: isolate;
}

.hero_area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.55));
  z-index: -1;
  pointer-events: none;
}

.hero_area .bg-box {
  position: absolute;
  z-index: -2;
}

.hero_area > .header_section {
  position: relative;
  z-index: 8;
}

.hero_area > .lm_hero_section {
  position: relative;
  z-index: 2;
}

.sub_page .hero_area {
  position: relative;
  z-index: 30;
  overflow: visible;
}

.sub_page .header_section,
.sub_page .custom_nav-container,
.sub_page .navbar,
.sub_page .navbar-collapse {
  position: relative;
  z-index: 35;
}

.lm-logo {
  height: 46px;
  width: auto;
  display: block;
}

.footer_section .footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}

.lm-footer-logo-img {
  height: 52px;
  width: auto;
  display: block;
}

.lm-rdw-desktop {
  display: none;
  position: absolute;
  top: 18px;
  right: 24px;
  z-index: 4;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.lm-rdw-img {
  display: block;
  width: 130px;
  height: auto;
}

.lm-rdw-footer {
  position: absolute;
  left: 15px;
  bottom: 18px;
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
}

.lm-rdw-footer-img {
  display: block;
  width: 130px;
  height: auto;
}

.lm-kicker {
  display: inline-block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--lm-primary);
  font-weight: 700;
}

.custom_nav-container .navbar-nav {
  padding-left: 0;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  color: var(--lm-secondary);
  font-weight: 600;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: var(--lm-primary);
}

.custom_nav-container .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: var(--lm-field);
  border: 1px solid var(--lm-border);
  border-radius: 8px;
  margin-top: 10px;
  min-width: 220px;
}

.custom_nav-container .navbar-nav .nav-item.dropdown .dropdown-item {
  color: var(--lm-secondary);
  text-transform: none;
  font-size: 15px;
  padding: 10px 16px;
}

.custom_nav-container .navbar-nav .nav-item.dropdown .dropdown-item:hover,
.custom_nav-container .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.custom_nav-container .navbar-nav .nav-item.dropdown .dropdown-item.active {
  background-color: var(--lm-primary);
  color: var(--lm-dark);
}

@media (min-width: 992px) {
  .custom_nav-container .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    display: block;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 4000;
  }

  .custom_nav-container .navbar-nav .nav-item.dropdown:hover > .dropdown-menu,
  .custom_nav-container .navbar-nav .nav-item.dropdown:focus-within > .dropdown-menu,
  .custom_nav-container .navbar-nav .nav-item.dropdown.show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.lm_hero_section {
  padding: 80px 0 115px;
}

.lm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 26px;
  align-items: end;
}

.lm-hero-copy {
  max-width: 760px;
}

.lm-hero-copy h1 {
  margin-top: 14px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 1.1;
  font-weight: 800;
  color: var(--lm-secondary);
}

.lm-hero-copy p {
  margin: 0;
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255, 254, 252, 0.92);
}

.lm-hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lm-hero-trust {
  background: rgba(26, 26, 26, 0.78);
  border: 1px solid var(--lm-border);
  border-radius: 14px;
  padding: 28px 24px;
  backdrop-filter: blur(3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

.lm-hero-trust h2 {
  font-size: 1.3rem;
  margin-bottom: 16px;
  color: var(--lm-secondary);
}

.lm-hero-trust ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lm-hero-trust li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 254, 252, 0.9);
  font-size: 0.98rem;
  line-height: 1.45;
}

.lm-hero-trust li + li {
  margin-top: 11px;
}

.lm-hero-trust i {
  margin-top: 2px;
  color: var(--lm-primary);
}

.lm-usp-strip {
  margin-top: -56px;
  position: relative;
  z-index: 3;
  padding-bottom: 24px;
}

.lm-usp-item {
  background: var(--lm-field);
  border: 1px solid var(--lm-border);
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.lm-usp-item i {
  font-size: 1.2rem;
  color: var(--lm-primary);
}

.lm-usp-item h3 {
  margin: 12px 0 8px;
  font-size: 1.1rem;
  color: var(--lm-secondary);
}

.lm-usp-item p {
  margin: 0;
  color: rgba(255, 254, 252, 0.82);
}

.lm-section-head {
  margin-bottom: 8px;
}

.lm-section-head h2 {
  margin-top: 10px;
  max-width: 780px;
}

.lm_intro {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 254, 252, 0.9);
  line-height: 1.75;
}

.lm_intro.text-left {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.lm-service-card-pro {
  background: var(--lm-field);
  border: 1px solid var(--lm-border);
  border-radius: 14px;
  padding: 26px;
  height: 100%;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.lm-service-card-pro:hover {
  transform: translateY(-4px);
  border-color: var(--lm-primary);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.42);
}

.lm-service-card-pro h3 {
  margin: 0 0 10px;
  color: var(--lm-secondary);
  font-size: 1.28rem;
}

.lm-service-card-pro p {
  margin: 0;
  color: rgba(255, 254, 252, 0.82);
}

.lm-service-card-pro a {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lm-primary);
  font-weight: 700;
}

.lm-service-card-pro a i {
  font-size: 0.82rem;
}

.lm-occasions-teaser {
  background: linear-gradient(160deg, rgba(26, 26, 26, 0.98), rgba(17, 17, 17, 1));
  border: 1px solid var(--lm-border);
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lm-occasions-teaser:hover {
  border-color: var(--lm-primary);
  transform: translateY(-4px);
}

.lm-occasions-teaser h3 {
  margin: 0 0 10px;
  color: var(--lm-secondary);
  font-size: 1.2rem;
}

.lm-occasions-teaser p {
  margin: 0;
  color: rgba(255, 254, 252, 0.84);
}

.lm-seo-page h1 {
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
}

.lm-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lm-seo-block {
  background: var(--lm-field);
  border: 1px solid var(--lm-border);
  border-radius: 14px;
  padding: 24px;
}

.lm-seo-block h2 {
  margin: 0 0 12px;
  color: var(--lm-secondary);
  font-size: 1.25rem;
}

.lm-seo-block h3 {
  margin: 14px 0 6px;
  color: var(--lm-secondary);
  font-size: 1rem;
}

.lm-seo-block p {
  margin: 0;
  color: rgba(255, 254, 252, 0.88);
}

.lm-seo-list {
  margin: 0;
  padding-left: 18px;
}

.lm-seo-list li {
  color: rgba(255, 254, 252, 0.88);
  line-height: 1.65;
  margin-bottom: 6px;
}

.lm-page-hero,
.lm-stat-card,
.lm-content-card,
.lm-aside-card,
.lm-faq .card {
  background: var(--lm-field);
  border: 1px solid var(--lm-border);
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

.lm-page-hero .card-body {
  padding: 34px;
}

.lm-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  background: rgba(220, 147, 84, 0.16);
  color: var(--lm-primary);
  border: 1px solid rgba(220, 147, 84, 0.44);
}

.lm-stat-card .card-body,
.lm-content-card .card-body,
.lm-aside-card .card-body {
  padding: 24px;
}

.lm-stat-card h2,
.lm-content-card h2,
.lm-aside-card h2 {
  color: var(--lm-secondary);
}

.lm-stat-card p,
.lm-content-card p,
.lm-aside-card p,
.lm-contact-list li {
  color: rgba(255, 254, 252, 0.86);
  margin-bottom: 0;
}

.lm-divider {
  border-color: rgba(174, 173, 172, 0.45);
  margin: 22px 0;
}

.lm-step {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(174, 173, 172, 0.34);
  border-radius: 10px;
  padding: 14px;
  height: 100%;
}

.lm-step span {
  display: inline-block;
  min-width: 28px;
  padding: 3px 0;
  text-align: center;
  border-radius: 999px;
  background: rgba(220, 147, 84, 0.18);
  color: var(--lm-primary);
  font-weight: 700;
  margin-bottom: 8px;
}

.lm-step p {
  font-size: 0.95rem;
  line-height: 1.55;
}

.lm-contact-list li + li {
  margin-top: 10px;
}

.lm-contact-list i,
.lm-check-list i {
  color: var(--lm-primary);
  margin-right: 8px;
}

.lm-check-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.lm-check-list li {
  color: rgba(255, 254, 252, 0.9);
  margin-bottom: 9px;
}

.lm-faq {
  margin-top: 8px;
}

.lm-faq .card + .card {
  margin-top: 12px;
}

.lm-faq .card-header {
  background: transparent;
  border-bottom: 1px solid rgba(174, 173, 172, 0.35);
  padding: 0;
}

.lm-faq .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  color: var(--lm-secondary);
  font-weight: 700;
  text-decoration: none;
}

.lm-faq .btn-link:hover,
.lm-faq .btn-link:focus {
  color: var(--lm-primary);
  text-decoration: none;
}

.lm-faq .card-body {
  color: rgba(255, 254, 252, 0.86);
  line-height: 1.7;
}

.lm-cta-band {
  border-radius: 16px;
  border: 1px solid var(--lm-border);
  background: linear-gradient(135deg, rgba(26, 26, 26, 1), rgba(17, 17, 17, 1));
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lm-cta-band h3 {
  margin: 10px 0 0;
  color: var(--lm-secondary);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.lm-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lm-phone-link {
  color: var(--lm-secondary);
  font-weight: 700;
  border-bottom: 1px solid transparent;
}

.lm-phone-link:hover {
  border-bottom-color: var(--lm-primary);
}

.lm_card {
  background: var(--lm-field);
  border: 1px solid var(--lm-border);
  border-radius: 14px;
  padding: 26px;
  height: 100%;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

.lm_card p {
  color: rgba(255, 254, 252, 0.82);
}

.lm_card a {
  display: inline-block;
  margin-top: 12px;
  color: var(--lm-primary);
  font-weight: 700;
}

.lm_panel {
  background: var(--lm-field);
  border: 1px solid var(--lm-border);
  border-radius: 16px;
  padding: 30px;
}

.lm_panel p,
.lm_panel li {
  color: rgba(255, 254, 252, 0.88);
}

.heading_container h2,
.lm_card h4,
.lm_panel h3 {
  color: var(--lm-secondary);
}

.lm_list {
  margin-bottom: 24px;
  padding-left: 20px;
}

.btn1,
.btn2 {
  display: inline-block;
  padding: 11px 30px;
  border-radius: 45px;
  border: 1px solid var(--lm-primary);
  background-color: var(--lm-primary);
  color: var(--lm-dark);
  font-weight: 700;
  transition: all 0.3s;
  white-space: nowrap;
}

.btn1:hover,
.btn2:hover {
  background-color: transparent;
  color: var(--lm-secondary);
  border-color: var(--lm-secondary);
}

.lm-btn-ghost {
  background-color: transparent;
  color: var(--lm-secondary);
  border-color: var(--lm-secondary);
}

.lm-btn-ghost:hover {
  background-color: var(--lm-primary);
  color: var(--lm-dark);
  border-color: var(--lm-primary);
}

input,
select,
textarea,
.form-control {
  background-color: var(--lm-field) !important;
  border: 1px solid var(--lm-border) !important;
  color: var(--lm-secondary) !important;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: rgba(255, 254, 252, 0.7) !important;
}

.footer_section {
  background-color: #0f0f0f;
  border-top: 1px solid var(--lm-border);
  color: var(--lm-secondary);
  margin-top: auto;
}

.footer_section .container {
  position: relative;
  padding-bottom: 86px;
}

.footer_section .footer-col:last-child {
  position: static;
}

.footer_section h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  color: var(--lm-secondary);
}

.footer_section p,
.footer_section .footer_contact .contact_link_box a,
.footer_section .footer-info p {
  color: rgba(255, 254, 252, 0.9);
}

.lm-footer-socials {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.lm-footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--lm-border);
  background: rgba(26, 26, 26, 0.8);
  color: var(--lm-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.lm-footer-socials a:hover {
  background: var(--lm-primary);
  border-color: var(--lm-primary);
  color: var(--lm-dark);
}

.footer_section .footer_contact .contact_link_box a:hover,
.footer_section .footer-info p a:hover {
  color: var(--lm-primary);
}

.lm_notice {
  margin-top: 12px;
  color: rgba(255, 254, 252, 0.8);
}

.lm_warning {
  display: none;
  margin: 14px auto 22px;
  max-width: 960px;
  border-radius: 10px;
  padding: 14px 18px;
  background: rgba(220, 147, 84, 0.12);
  color: var(--lm-secondary);
  border: 1px solid var(--lm-primary);
}

.lm_embed_wrap {
  margin-top: 24px;
}

@media (max-width: 1199px) {
  .lm_hero_section {
    padding: 76px 0 110px;
  }
}

@media (max-width: 991px) {
  .lm-rdw-desktop {
    display: none;
  }

  .lm_hero_section {
    padding: 58px 0 92px;
  }

  .lm-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lm-seo-grid {
    grid-template-columns: 1fr;
  }

  .lm-page-hero .card-body {
    padding: 24px;
  }

  .lm-hero-trust {
    padding: 22px 20px;
  }

  .lm-usp-strip {
    margin-top: -34px;
  }

  .lm-cta-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .lm-cta-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .lm-hero-copy h1 {
    font-size: clamp(1.8rem, 6.2vw, 2.6rem);
  }

  .custom_nav-container .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    margin-top: 0;
    background-color: transparent;
    padding-top: 0;
  }

  .custom_nav-container .navbar-nav .nav-item.dropdown .dropdown-item {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .footer_section .container {
    padding-bottom: 96px;
  }

  .lm-rdw-footer-img {
    width: 118px;
  }

  .lm-logo {
    height: 40px;
  }

  .lm-footer-logo-img {
    height: 46px;
  }

  .lm-hero-actions {
    flex-direction: column;
  }

  .lm-hero-actions .btn1,
  .lm-hero-actions .btn2 {
    width: 100%;
    text-align: center;
  }

  .lm-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lm-cta-actions .btn1,
  .lm-phone-link {
    width: 100%;
    text-align: center;
  }
}
