section.default {
  padding: 80px 0;
}

.btn-spinner {
  position: relative;

}


.btn-spinner::before {
  content: "\f110" !important;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute !important;
  top: 19% !important;
  right: 9px !important;
  transform: translateY(-50%);
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  left: auto !important;
  bottom: auto !important;
  height: auto !important;
  width: auto !important;
  background: transparent !important;
}

/**
  ** menu 
**/
.navArea {
  position: fixed;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 100vh;
  width: 300px;
  background: #191d2b;
  z-index: 10;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  overflow-x: hidden;
}

.navHeader-img {
  padding: 20px 0;
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #2e344e;
  background: linear-gradient(135deg, #3586e8, #7ab4fb, #3586e8, #ccc, #7ab4fb);
  position: relative;
  height: 140px;
  background-size: 400% 400% !important;
}

.navHeader-img:before,
.navHeader-img:after {
  content: '';
  position: absolute;
  left: -17%;
  bottom: -50%;
  width: 100%;
  height: 70%;
  background: #191d2b;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  z-index: 3;
}

.navHeader-img:after {
  left: auto;
  right: -17%;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}

.user_img_thumb {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  bottom: -25px;
  left: 30%;
  z-index: 999;
  padding: 8px;
  background-size: 400% 400% !important;
}


.user_img_thumb {
  background: linear-gradient(135deg, #3586e8, #7ab4fb, #3586e8, #ccc, #7ab4fb);
}

.user_img_thumb img {
  border-radius: 100%;
}

.navIner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.navMenu {
  width: 100%;
  z-index: 9;
}

.navMenu ul {
  width: 100%;
}

.navMenu ul li {
  list-style: none;
  text-align: center;
  display: block;

}

.navMenu ul li a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  padding: 10px 0;
  color: #a4acc4;
  font-weight: 600;
  position: relative;
}


.navMenu ul li a.active {
  color: #fff;
  position: relative;

}

.navMenu ul li a.active:hover {
  color: #fff;

}

.navMenu ul li a:hover {
  color: #037fff;
}

.navMenu ul li a,
.navMenu ul li a:before {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.navMenu ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  height: 100%;
  width: 0;
  background: rgba(3, 127, 255, .2);
  visibility: hidden;
}

.navMenu ul li a:hover:before {
  width: 100%;
  visibility: visible;
}

.navMenu ul li a.active:before {
  background: #037fff;
  width: 100%;
  visibility: visible;
  z-index: -1;
}

/* home page banner #hero section
================================================== */

#hero {
  width: 100%;
  position: relative;
  padding: 132px 0 24px 0;
}

#hero:before {
  content: "";
  background:
    linear-gradient(120deg, rgba(7, 18, 36, .72) 0%, rgba(8, 34, 63, .58) 46%, rgba(14, 63, 104, .44) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 16px 0;
  font-size: clamp(44px, 5.5vw, 62px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.5px;
  color: rgba(255, 255, 255, .96);
  text-shadow: 0 10px 24px rgba(2, 9, 19, .5);
}

#hero h1 span {
  color: #ffffff;
  font-family: Montserrat;
  display: block;
  background: linear-gradient(95deg, #f7fcff 0%, #d4e8ff 55%, #b8d7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#hero h2 {
  color: rgba(237, 246, 255, .9);
  margin-bottom: 20px;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.3;
  font-weight: 600;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 28px;
  border-radius: 12px;
  transition: all .25s ease;
  color: #fff;
  background: linear-gradient(135deg, #ff7a18 0%, #ff5f6d 52%, #7d3cff 100%);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 14px 26px rgba(90, 46, 212, .36);
}

#hero .btn-get-started:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow: 0 18px 30px rgba(90, 46, 212, .46);
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.hero-waves svg {
  overflow: hidden;
  vertical-align: middle;
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: absolute;
  bottom: 0;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


/**
  ***  play btn
**/
.video_play_btn .play-btn {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: radial-gradient(#009961 50%, rgba(0, 153, 97, 0.4) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.play-btn i {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: normal;
}

.video_play_btn .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 153, 97, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

section.hero-banner.home_section.home_banner.video_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
}

a.youtube_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.topHome_banner {
  background-position: left center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  height: 100%;
}

.homeTopBanner {
  min-height: 75vh;
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: visible;
  padding-top: 34px;
  padding-bottom: 26px;
}

.hero_fx_layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.hero_fx_layer::before,
.hero_fx_layer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.hero_fx_layer::before {
  width: 280px;
  height: 280px;
  top: 90px;
  left: -80px;
  background: radial-gradient(circle, rgba(255, 154, 71, .46) 0%, rgba(255, 154, 71, 0) 68%);
}

.hero_fx_layer::after {
  width: 320px;
  height: 320px;
  right: -90px;
  bottom: 70px;
  background: radial-gradient(circle, rgba(108, 79, 255, .38) 0%, rgba(108, 79, 255, 0) 70%);
}

.hero_svg_badge {
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 22px;
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 14px 28px rgba(10, 36, 71, .26);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_svg_badge svg {
  width: 66px;
  height: 66px;
}

.hero_svg_badge--pizza {
  top: 110px;
  right: 13%;
  animation: floatHeroFood 4s ease-in-out infinite;
}

.hero_svg_badge--burger {
  top: 280px;
  right: 7%;
  animation: floatHeroFood 4.4s ease-in-out .35s infinite;
}

.hero_svg_badge--delivery {
  top: 170px;
  left: 8%;
  animation: floatHeroFood 4.8s ease-in-out .55s infinite;
}

.hero_content_panel {
  position: relative;
  z-index: 3;
  background: linear-gradient(155deg, rgba(7, 24, 45, .62) 0%, rgba(13, 39, 71, .48) 100%);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 20px;
  padding: 30px 28px;
  box-shadow: 0 20px 42px rgba(3, 17, 33, .4);
  backdrop-filter: blur(6px);
  max-width: 640px;
  margin-top: 14px;
}

.topHome_banner .resaurantDemo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, #ff7a18 0%, #ff5f6d 55%, #7d3cff 100%);
  box-shadow: 0 10px 20px rgba(91, 42, 208, .35);
}

.topHome_banner .resaurantDemo:hover {
  color: #fff;
  text-decoration: none;
  transform: translateX(-50%) translateY(-1px);
}

.hero_trust_pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.hero_trust_pills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #f3f9ff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
}

.hero_instruction {
  margin: 0 0 20px;
  max-width: 560px;
  color: rgba(240, 247, 255, .92);
  font-size: 17px;
  line-height: 1.5;
}

@keyframes floatHeroFood {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(1deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.banner_right_img {
  margin: 0 auto;
  width: 50%;
  display: flex;
}

.homeSection {
  min-height: 90vh;
  margin-top: 70px !important;
}

.left_footer h4 {
  font-family: 'Montserrat';
  font-size: calc(15px + .5vw);
}

.left_footer p a {
  color: rgba(41, 199, 172, 1);
  padding: 8px;
  display: block;
  text-transform: lowercase;
}

.learn_more_link {
  color: rgba(41, 199, 172, 1);
}

.home_button .video_play_btn {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 4px 29px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all .3s ease-in-out;
}

.home_button .video_play_btn:hover {
  border: 1px solid rgba(41, 199, 172, .9);
  color: #fff;
}

.home_button .video_play_btn span {
  margin-left: 10px;
}

.home_button {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;

}

.home_button .video_play_btn {
  margin-left: 0;
  min-height: 50px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 8px 14px;
}

.home_button .video_play_btn .play-btn {
  width: 44px;
  height: 44px;
  margin: 0;
  background: radial-gradient(#5a7dff 48%, rgba(90, 125, 255, .2) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.home_button .play-btn i {
  font-size: 20px;
}

.home_button .video_play_btn .play-btn::before {
  content: "";
  width: 52px;
  height: 52px;
  opacity: 1;
  border-radius: 50%;
  border: 4px solid rgba(103, 143, 255, .62);
  top: -4px;
  left: -4px;
}

.share_btn.open_card.theme_4 {
  display: none;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(41, 199, 172, 1) !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(41, 199, 172, .25) !important;
  ;
}

.bounce {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.home_right_test p {
  font-size: calc(15px + .3vw);
  text-align: justify;
  margin-top: 15px;
}

.home_top_banner {
  padding: 109px 0 50px 0;
}

.home_about_row {
  align-items: center;
}

.home_about_card {
  background: #ffffff;
  border: 1px solid #e5edf8;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 28px rgba(14, 55, 110, .08);
}

.home_about_badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #d7e6ff;
  background: #f4f8ff;
  color: #2e4e7c;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-size: 11px;
  font-weight: 700;
}

.home_about_card h4 {
  margin: 12px 0 10px;
  color: #1d3558;
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1.15;
  letter-spacing: -.3px;
}

.home_about_text {
  font-size: 20px;
  line-height: 1.74;
  color: #2a3f5f;
  margin-top: 0;
}

.home_about_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.home_about_chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  border-radius: 999px;
  padding: 7px 12px;
  color: #24466e;
  background: #f4f8ff;
  border: 1px solid #d9e8ff;
  font-size: 13px;
  font-weight: 600;
}

.home_about_chips i {
  color: #2f78e3;
}

.home_device_card {
  background: linear-gradient(165deg, #ecf4ff 0%, #dce9fb 100%);
  border: 1px solid #d0e1fb;
  border-radius: 18px;
  padding: 18px 14px 12px;
  box-shadow: 0 18px 30px rgba(17, 61, 116, .14);
}

.home_device_label {
  text-align: center;
  text-transform: uppercase;
  color: #2e4f7b;
  font-weight: 700;
  letter-spacing: .3px;
  font-size: 11px;
  margin-bottom: 10px;
}

.home_device_card .device-wrapper {
  margin-top: 0;
}

.hero-img {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.hero_main_row {
  align-items: center;
}

.hero_col_left {
  flex: 0 0 65%;
  max-width: 65%;
}

.hero_col_right {
  flex: 0 0 35%;
  max-width: 35%;
}

@media (min-width: 992px) {
  .homeTopBanner .hero_main_row {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr);
    gap: 22px;
    width: 100%;
    align-items: center;
  }

  .homeTopBanner .hero_main_row>.hero_col_left,
  .homeTopBanner .hero_main_row>.hero_col_right {
    max-width: none;
    width: 100%;
    flex: initial;
  }

  .homeTopBanner .hero_main_row>.hero_col_left {
    padding-right: 6px;
  }

  .homeTopBanner .hero_main_row>.hero_col_right {
    padding-left: 0;
    justify-self: end;
  }
}

@media (max-width: 991px) {
  .hero_content_panel {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .hero_trust_pills {
    justify-content: center;
  }

  .hero_instruction {
    font-size: 15px;
    text-align: center;
  }

  .hero_svg_badge {
    width: 70px;
    height: 70px;
    border-radius: 16px;
  }

  .hero_svg_badge svg {
    width: 54px;
    height: 54px;
  }

  .hero_svg_badge--pizza {
    top: 86px;
    right: 8px;
  }

  .hero_svg_badge--burger {
    top: 210px;
    right: 10px;
  }

  .hero_svg_badge--delivery {
    top: 132px;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .hero_fx_layer::before,
  .hero_fx_layer::after {
    display: none;
  }

  .hero_svg_badge {
    display: none;
  }
}

.food_experience_section {
  position: relative;
  margin-top: 18px;
  z-index: 4;
}

.food_experience_wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 26px;
  background: linear-gradient(140deg, #0f253f 0%, #18345c 52%, #25518a 100%);
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 20px 34px rgba(6, 24, 46, .28);
  border: 1px solid rgba(255, 255, 255, .11);
}

.food_story {
  color: #eef6ff;
}

.food_label {
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  margin-bottom: 14px;
}

.food_story h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.28;
  color: #ffffff;
}

.food_story p {
  color: rgba(234, 242, 255, .92);
  margin-bottom: 18px;
  max-width: 94%;
}

.food_guides {
  display: grid;
  gap: 10px;
}

.food_guide_item {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  padding: 12px 14px;
}

.food_guide_item strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 2px;
}

.food_guide_item small {
  color: rgba(229, 239, 255, .9);
  font-size: 13px;
}

.food_cta_area {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.food_cta_primary,
.food_cta_secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.food_cta_primary {
  background: linear-gradient(135deg, #ffb347 0%, #ff7b2c 48%, #ff4e61 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 91, 52, .3);
}

.food_cta_secondary {
  border: 1px solid rgba(255, 255, 255, .3);
  color: #f3f8ff;
  background: rgba(255, 255, 255, .08);
}

.food_cta_primary:hover,
.food_cta_secondary:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.food_svg_showcase {
  display: grid;
  gap: 12px;
}

.food_svg_card {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, .92);
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 14px 24px rgba(2, 21, 41, .16);
}

.food_svg_card svg {
  width: 76px;
  height: 76px;
}

.food_svg_card h5 {
  margin-bottom: 3px;
  font-size: 16px;
  color: #1c3358;
}

.food_svg_card p {
  margin: 0;
  font-size: 13px;
  color: #5a708e;
}

.food_svg_card.delay-1 {
  animation: floatFood 2.8s ease-in-out infinite;
}

.food_svg_card.delay-2 {
  animation: floatFood 3.1s ease-in-out .3s infinite;
}

.food_svg_card.delay-3 {
  animation: floatFood 3.3s ease-in-out .45s infinite;
}

@keyframes floatFood {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 991px) {
  .food_experience_section {
    margin-top: 10px;
  }

  .food_experience_wrap {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 18px;
  }

  .food_story p {
    max-width: 100%;
  }
}

.delivery_app_section {
  margin-top: 18px;
}

.delivery_app_wrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  border-radius: 24px;
  padding: 30px;
  background: linear-gradient(138deg, #0f2f5e 0%, #1a4d95 56%, #2b66c0 100%);
  box-shadow: 0 20px 34px rgba(10, 34, 68, .26);
}

.delivery_chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-size: 11px;
  font-weight: 700;
  color: #eaf3ff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  margin-bottom: 12px;
}

.delivery_app_content h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.2;
}

.delivery_app_content p {
  margin: 0 0 16px;
  color: rgba(232, 243, 255, .95);
}

.delivery_points {
  display: grid;
  gap: 9px;
}

.delivery_points div {
  color: #eef5ff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.delivery_points i {
  color: #63f7b1;
}

.delivery_cta {
  margin-top: 20px;
}

.delivery_cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none !important;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ff8a28 0%, #ff5f6d 56%, #7d3cff 100%);
  box-shadow: 0 12px 22px rgba(125, 60, 255, .36);
}

.delivery_cta_btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

.delivery_app_art {
  border-radius: 18px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery_app_art svg {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .delivery_app_section {
    margin-top: 12px;
  }

  .delivery_app_wrap {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 18px;
    gap: 18px;
  }

  .delivery_app_content h3 {
    font-size: 29px;
  }

  .delivery_cta_btn {
    width: 100%;
  }
}

/* Home page full polish */
.home_wrapper {
  --home-primary: #1b4f8f;
  --home-primary-strong: #163f73;
  --home-accent: #ff7b2c;
  --home-accent-2: #ff4f67;
  --home-bg: #f5f8fc;
  --home-surface: #ffffff;
  --home-surface-soft: #f6faff;
  --home-border: #dfe9f6;
  --home-text: #1d3558;
  --home-muted: #5f7596;
  background: linear-gradient(180deg, #f5f8fc 0%, #f8fbff 48%, #f3f7fd 100%);
}

.home_page_navbar .homeMenuNav {
  border-radius: 14px;
  margin-top: 10px;
  border: 1px solid var(--home-border);
  box-shadow: 0 12px 22px rgba(15, 55, 111, .08);
}

.home_page_navbar .right_bar a {
  border-radius: 12px;
}

.home_page_navbar .right_bar a.create_profile {
  background: linear-gradient(135deg, var(--home-accent) 0%, var(--home-accent-2) 56%, #7d3cff 100%);
  border: 0;
  color: #fff;
  box-shadow: 0 10px 18px rgba(125, 60, 255, .22);
}

.home_wrapper .home_page_navbar .right_bar .login_signup a.create_profile {
  background: linear-gradient(135deg, var(--home-accent) 0%, var(--home-accent-2) 56%, #7d3cff 100%) !important;
  color: #fff !important;
  border: 0 !important;
  opacity: 1 !important;
}

.home_wrapper .home_page_navbar .right_bar .login_signup a.create_profile i {
  color: #fff !important;
}

.home_wrapper .home_page_navbar .right_bar .login_signup a.create_profile:hover {
  background: linear-gradient(135deg, #ff8e46 0%, #ff5f6d 56%, #7d3cff 100%) !important;
  color: #fff !important;
  border: 0 !important;
}

/* Final fallback for top navbar login button (outside .home_wrapper scope) */
.home_page_navbar .right_bar .login_signup a.create_profile {
  background: linear-gradient(135deg, #ff7b2c 0%, #ff4f67 55%, #7d3cff 100%) !important;
  color: #fff !important;
  border: 0 !important;
  opacity: 1 !important;
  box-shadow: 0 10px 18px rgba(125, 60, 255, .24) !important;
}

.home_page_navbar .right_bar .login_signup a.create_profile i {
  color: #fff !important;
}

.home_page_navbar .right_bar .login_signup a.create_profile:hover {
  background: linear-gradient(135deg, #ff8e46 0%, #ff5f6d 55%, #7d3cff 100%) !important;
  color: #fff !important;
  border: 0 !important;
}

.home_page_navbar .right_bar .top_whatsapp_link {
  border-radius: 12px;
}

.home_wrapper section {
  position: relative;
}

.home_wrapper .container {
  max-width: 1240px;
}

.home_wrapper .features-heading h2,
.home_wrapper .itemHeading h4 {
  color: var(--home-text);
  font-weight: 800;
  letter-spacing: -.2px;
}

.home_wrapper .features-heading p {
  color: var(--home-muted);
  max-width: 760px;
  margin: 8px auto 0;
}

.home_wrapper .topPopularshop,
.home_wrapper .popularItem,
.home_wrapper .default.services_area,
.home_wrapper .default.feature_area,
.home_wrapper .home_pricing {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 14px 26px rgba(12, 53, 112, .06);
  margin-bottom: 20px;
}

.home_wrapper .nearbySection {
  padding-top: 12px;
}

.home_wrapper .nearbyArea {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(11, 54, 116, .07);
  padding: 14px;
  gap: 12px;
}

.home_wrapper .searchInput input {
  border-radius: 12px;
  min-height: 48px;
  border: 1px solid var(--home-border);
  background: var(--home-surface-soft);
}

.home_wrapper .searchInput .user_right_btn_area button,
.home_wrapper .findNearby .c_btn {
  border-radius: 12px;
  min-height: 46px;
  font-weight: 700;
}

.home_wrapper .searchInput .user_right_btn_area button {
  background: linear-gradient(135deg, var(--home-primary) 0%, var(--home-primary-strong) 100%);
  border: 0;
}

.home_wrapper .findNearby .c_btn {
  background: #fff;
  border: 1px solid var(--home-border);
  color: var(--home-primary);
}

.home_wrapper .singleShop {
  border: 1px solid var(--home-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(17, 62, 123, .08);
  transition: transform .2s ease, box-shadow .2s ease;
  background: var(--home-surface);
}

.home_wrapper .singleShop:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 26px rgba(17, 62, 123, .14);
}

.home_wrapper .singleShop .shopTopper,
.home_wrapper .singleShop.singleShopItem {
  padding: 12px;
}

.home_wrapper .singleShop .shopInfo h4 {
  color: var(--home-text);
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 700;
}

.home_wrapper .singleShop .shopInfo p {
  color: var(--home-muted);
}

.home_wrapper .singleShop .shopBottom ul li {
  color: #3f5f88;
  font-size: 13px;
}

.home_wrapper .singleShop .cardFooter {
  background: var(--home-surface-soft);
  border-top: 1px solid var(--home-border);
}

.home_wrapper .singleShop .cardFooter ul li a {
  border-radius: 10px;
}

.home_wrapper .single_serivce_area {
  border-radius: 14px;
  border: 1px solid var(--home-border);
  box-shadow: 0 10px 18px rgba(12, 55, 113, .07);
}

.home_wrapper .single_serivce_area:hover {
  transform: translateY(-3px);
}

.home_wrapper section.services_area.how_it_works {
  margin-top: 8px;
}

.home_wrapper section.services_area.how_it_works .features-heading h2 {
  font-size: clamp(28px, 2.2vw, 38px);
  letter-spacing: -.4px;
  margin-bottom: 8px;
}

.home_wrapper section.services_area.how_it_works .features-heading p {
  font-size: 20px;
  color: #5a7295;
}

.home_wrapper section.services_area.how_it_works .single_serivce_area {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border-radius: 18px;
  border: 1px solid #dce9fb;
  box-shadow: 0 14px 24px rgba(9, 51, 107, .08);
  overflow: hidden;
  height: 100%;
  opacity: 0;
  transform: translateY(18px) scale(.985);
  animation: howItWorksStagger .55s ease-out forwards;
}

.home_wrapper section.services_area.how_it_works .col-lg-4:nth-child(2) .single_serivce_area {
  animation-delay: .08s;
}

.home_wrapper section.services_area.how_it_works .col-lg-4:nth-child(3) .single_serivce_area {
  animation-delay: .16s;
}

.home_wrapper section.services_area.how_it_works .col-lg-4:nth-child(4) .single_serivce_area {
  animation-delay: .24s;
}

.home_wrapper section.services_area.how_it_works .col-lg-4:nth-child(5) .single_serivce_area {
  animation-delay: .32s;
}

.home_wrapper section.services_area.how_it_works .col-lg-4:nth-child(6) .single_serivce_area {
  animation-delay: .40s;
}

.home_wrapper section.services_area.how_it_works .col-lg-4:nth-child(7) .single_serivce_area {
  animation-delay: .48s;
}

@keyframes howItWorksStagger {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(.985);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.home_wrapper section.services_area.how_it_works .single_service {
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home_wrapper section.services_area.how_it_works .home_service_img {
  height: 106px;
  width: 106px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f2f8ff 0%, #e5f0ff 100%);
  border: 1px solid #d5e6fc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 12px;
}

.home_wrapper section.services_area.how_it_works .home_service_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform .25s ease;
}

.home_wrapper section.services_area.how_it_works .top_service h4 {
  color: #17365f;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}

.home_wrapper section.services_area.how_it_works .service_details p {
  color: #4a6589;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 0;
}

.home_wrapper section.services_area.how_it_works .learn_more_link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  margin-left: 6px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #1f5faa;
  background: #edf5ff;
  border: 1px solid #d5e5fb;
}

.home_wrapper section.services_area.how_it_works .learn_more_link:hover {
  color: #154985;
  text-decoration: none;
  background: #e5f1ff;
}

.home_wrapper section.services_area.how_it_works .single_serivce_area:hover .home_service_img img {
  transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .home_wrapper section.services_area.how_it_works .single_serivce_area {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .home_wrapper section.services_area.how_it_works .single_serivce_area:hover .home_service_img img {
    transform: none;
  }
}

.home_wrapper .accordion_area .single_accordion {
  border: 1px solid var(--home-border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 8px 15px rgba(11, 49, 102, .05);
}

.home_wrapper .page_accordion_header {
  background: var(--home-surface-soft);
  color: var(--home-text);
  font-weight: 700;
}

.home_wrapper .accordion_content {
  background: var(--home-surface);
}

.home_wrapper .home_pricing {
  padding-top: 34px;
}

.home_wrapper .princing-item .card,
.home_wrapper .pricing_3 .card {
  border-radius: 16px;
  border: 1px solid var(--home-border);
  box-shadow: 0 12px 22px rgba(12, 55, 113, .08);
}

.home_wrapper .pricing_3 .btn.price_btn,
.home_wrapper .home_pricing .btn-custom {
  border-radius: 12px;
  background: linear-gradient(135deg, var(--home-accent) 0%, var(--home-accent-2) 55%, #7d3cff 100%);
  border: 0;
}

@media (max-width: 991px) {
  .home_wrapper .topPopularshop,
  .home_wrapper .popularItem,
  .home_wrapper .default.services_area,
  .home_wrapper .default.feature_area,
  .home_wrapper .home_pricing {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .home_wrapper .nearbyArea {
    border-radius: 12px;
    padding: 10px;
  }

  .home_wrapper section.services_area.how_it_works .single_service {
    padding: 18px 14px;
  }

  .home_wrapper section.services_area.how_it_works .home_service_img {
    width: 92px;
    height: 92px;
    border-radius: 14px;
  }

  .home_wrapper section.services_area.how_it_works .top_service h4 {
    font-size: 18px;
  }

  .home_wrapper section.services_area.how_it_works .service_details p {
    font-size: 15px;
  }
}

/* Food vibrant final theme */
.home_wrapper {
  --home-primary: #ff6b2c;
  --home-primary-strong: #e84b3a;
  --home-accent: #ff8a00;
  --home-accent-2: #ff3d68;
  --home-bg: #fff7f1;
  --home-surface: #ffffff;
  --home-surface-soft: #fff4ea;
  --home-border: #ffd9c7;
  --home-text: #3d1f1f;
  --home-muted: #7a4f4f;
  background: linear-gradient(180deg, #fff7f1 0%, #fff3ea 46%, #ffece0 100%);
}

#hero:before {
  background: linear-gradient(120deg, rgba(65, 22, 13, .74) 0%, rgba(126, 45, 18, .64) 42%, rgba(192, 62, 41, .56) 100%);
}

.hero_content_panel {
  background: linear-gradient(155deg, rgba(66, 22, 14, .62) 0%, rgba(114, 34, 21, .5) 100%);
  border-color: rgba(255, 197, 167, .45);
}

.hero_trust_pills span {
  background: rgba(255, 168, 122, .2);
  border-color: rgba(255, 194, 162, .4);
}

.hero_instruction {
  color: rgba(255, 233, 220, .95);
}

.home_page_navbar .homeMenuNav {
  border: 1px solid #ffd7c2;
  box-shadow: 0 12px 24px rgba(158, 72, 23, .12);
}

.home_page_navbar nav li.active a,
.home_page_navbar nav li a:hover {
  color: #da4a26 !important;
}

.home_page_navbar .right_bar a.create_profile,
.home_page_navbar .right_bar .login_signup a.create_profile {
  background: linear-gradient(135deg, #ff8a00 0%, #ff5f3d 50%, #ff3d68 100%) !important;
  box-shadow: 0 10px 18px rgba(255, 95, 61, .3) !important;
}

.home_page_navbar .right_bar .top_whatsapp_link {
  border-color: #ffc5a9;
  background: #fff6ef;
}

.food_experience_wrap {
  background: linear-gradient(138deg, #5a1f16 0%, #8d2d1f 45%, #d04f2e 100%);
  border-color: rgba(255, 196, 169, .28);
}

.food_guide_item {
  background: rgba(255, 196, 169, .14);
  border-color: rgba(255, 196, 169, .25);
}

.food_cta_secondary {
  background: rgba(255, 196, 169, .2);
  border-color: rgba(255, 214, 196, .45);
}

.home_about_card {
  background: linear-gradient(180deg, #fffdfb 0%, #fff7f1 100%);
  border-color: #ffd9c7;
  box-shadow: 0 14px 24px rgba(170, 83, 36, .1);
}

.home_about_badge {
  background: #fff1e6;
  border-color: #ffd7c2;
  color: #9a4328;
}

.home_about_card h4,
.home_wrapper .features-heading h2,
.home_wrapper .itemHeading h4,
.home_wrapper .page_accordion_header {
  color: #5a291f;
}

.home_about_text,
.home_wrapper .features-heading p,
.home_wrapper .singleShop .shopInfo p,
.home_wrapper section.services_area.how_it_works .service_details p {
  color: #7a4f4f;
}

.home_about_chips span {
  background: #fff1e6;
  border-color: #ffd7c2;
  color: #8a4831;
}

.home_device_card {
  background: linear-gradient(165deg, #fff1e6 0%, #ffe7d7 100%);
  border-color: #ffd1b8;
  box-shadow: 0 16px 28px rgba(167, 75, 31, .16);
}

.home_wrapper .topPopularshop,
.home_wrapper .popularItem,
.home_wrapper .default.services_area,
.home_wrapper .default.feature_area,
.home_wrapper .home_pricing,
.home_wrapper .nearbyArea,
.home_wrapper .singleShop,
.home_wrapper section.services_area.how_it_works .single_serivce_area,
.home_wrapper .accordion_area .single_accordion {
  border-color: #ffd9c7;
  box-shadow: 0 12px 22px rgba(173, 79, 36, .09);
}

.home_wrapper .singleShop .cardFooter,
.home_wrapper .accordion_content,
.home_wrapper .searchInput input,
.home_wrapper .page_accordion_header {
  background: #fff8f2;
}

.home_wrapper .searchInput .user_right_btn_area button {
  background: linear-gradient(135deg, #ff8a00 0%, #ff5f3d 55%, #ff3d68 100%);
}

.home_wrapper .findNearby .c_btn {
  background: #fff7ef;
  border-color: #ffd6c0;
  color: #bf4d2e;
}

/* end home page banner #hero section
================================================== */

/* cookies btn
================================================== */
.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #2f3640;
  color: #f5f6fa;
  padding: 10px 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);

  transition: 400ms;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container p {
  margin-top: 5px;
  color: #fff !important;
}

.cookie-container a {
  color: rgb(3, 127, 255) !important;
  text-decoration: underline;
}

.cookie-container.active {
  display: flex;
  z-index: 99999;
}


.cookie-btn {
  background: #e84118;
  border: 0;
  color: #f5f6fa;
  padding: 0px 25px;
  font-size: 15px;
  margin-bottom: 16px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 7px;
  margin-left: 20px;
}

/* cookies btn
================================================== */



/* home Rating
================================================== */
/*   rating
================================================== */

.rating_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eee;
  padding: 10px;
}

.comments_area {
  padding: 10px;
  border: 1px solid #ddd;
}

.rating_content {
  margin-bottom: 10px;
}

span.time_ago {
  color: #777;
  font-size: 13px;
  margin-left: 10px;
}

.star_area i.fa.fa-star {
  color: #FF912C;
}

.star_area i.fa.fa-star-o {
  color: #F2B827;
}

.rating_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.select_rating {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.select_rating span {
  flex: 0 0 60px;
  display: inline-block;
  margin-right: 11px;
}

.rating_button a {}

.review_section {
  min-height: 100vh;
}

.author_rating {
  padding: 5px;
  background: #f8f8f8;
}

.sction_title {
  text-align: center;
  position: relative;
  padding: 20px 15px;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.sction_title::before {
  content: "";
  position: absolute;
  width: 5px;
  left: 50%;
  bottom: 0;
  width: 16%;
  height: 4px;
  background: #2ec1ac;
  transform: translateX(-50%);
}

.sction_title h4 {
  font-size: calc(22px + 1.0vw);
  font-family: 'Montserrat';
}

/*end home Rating
================================================== */

/*end menu*/

.whatsapp_share a {
  border: 1px solid #25D366;
  display: inline-block;
  padding: 10px 30px;
  background: rgba(74, 201, 89, 1);
  color: #fff;
  border-radius: 2px;
  transition: all .3s ease-in-out
}

.whatsapp_share {
  margin-top: 20px;
  margin-bottom: 10px;
}

.whatsapp_share a:hover {
  background: rgba(74, 201, 89, .8);
}

.copyRight p {
  color: #a4acc4;
}

.copyRight {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 15px 0;
  border-top: 1px solid #2e344e;
}

/*  home page menu
================================================== */
.home_page_navbar {
  transition: all 0.5s ease;
}

#headers {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease;
  top: 0;
}

img.site_logo {
  height: 50px;
}

a.navbar-brand img.site_logo {
  height: 50px;
  max-width: 189px;
  padding: 10px;
  object-fit: contain;
  transform: scale(1.2);
}

.home_page_navbar nav li a {
  padding: 12px 10px !important;
  display: inline-block;
}


.right_bar a:hover {
  background: rgba(41, 199, 172, 1);
  border-color: rgba(41, 199, 172, 1);
  color: #fff;
}

.right_bar a {
  background: rgba(41, 199, 172, .1);
  color: rgba(41, 199, 172, 1);
  border: 1px solid rgba(41, 199, 172, 1);
  padding: 12px 30px;
  margin-right: 11px;
  transition: all .5s ease;
  border-radius: 4px;
}

.right_bar a.create_profile {
  background: rgba(41, 199, 172, 1);
  color: #fff;
}

.right_bar a.create_profile:hover {
  background: rgba(41, 199, 172, .1);
  color: rgba(41, 199, 172, 1);
  border: 1px solid rgba(41, 199, 172, 1);
}

.homeMenuNav {
  box-shadow: 0 0 5px #ddd;
}

.home_page_navbar nav li.active a,
.home_page_navbar nav li a:hover {
  color: rgba(41, 199, 172, 1) !important;
}

.homeTopMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background: #29c7ac;
  padding: 0 20px;
  height: 35px;
  display: none;
}

ul.left_top_menu {
  display: flex;
  align-items: center;
}

ul.right_top_menu {
  display: flex;
  align-items: center;
}

ul.left_top_menu li a {
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 5px 13px;
}

ul.right_top_menu li a {
  display: block;
  padding: 5px 10px;
}

ul.right_top_menu li a i {
  color: #fff;
}

.bottom_down {
  text-align: left;
}

.bottom_down h4 {
  font-family: 'Montserrat';
  padding-bottom: 2px;
}

/*  home banner with search
================================================== */

/*  features area
================================================== */
.heading {
  color: #212121;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.features-section {
  padding-top: 60px;
  padding-bottom: 50px;
}

.features-heading {
  padding: 30px 0 80px 0;
  text-align: center;
}

.features-heading h2 {
    padding: 3px;
    color: #212121;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h2.heading-text::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 35%;
  background: rgba(41, 199, 172, 1);
  bottom: 0;
  left: 25%;
  transform: translateX(22%);
}

.features-heading p {
  color: #212121;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  padding: 10px 30px;
}

.features-wrap {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 16px 5px 13px;
  display: flex;
  justify-content: space-between;
  transition: all .4s ease-out;
}

.features-wrap:hover {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 7px 10px -3px #ddd;
  transition: all .4s ease-out;
}

.features-img img {
  display: block;
  margin: 0px auto;
}

.features-wrap i {
  font-size: 40px;
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  text-align: center;
  line-height: 57px;
}

.features-wrap img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  flex: 0 0 60px;

}

.features-wrap.left_wrap {
  text-align: right;
  padding-left: 3px;
}

.features-wrap.right_wrap {
  text-align: left;
  padding-right: 3px;
}

.features-wrap.left_wrap i,
.features-wrap.left_wrap img {
  margin-left: 20px;
}


.features-wrap.right_wrap i,
.features-wrap.right_wrap img {
  margin-right: 20px;
}

.features-content h4 {
  font-size: calc(13px + .15vw);
}

/* End features area
================================================== */

/* Start home services
================================================== */

.single_serivce_area {
  transition: 1s;
  margin-bottom: 30px;
  height: 305px;
  overflow: hidden;
  box-shadow: 0px 7px 6px 0px #eee;
  background: #fff;
}

.single_service {
  padding: 15px;
}

.home_service_img {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.single_serivce_area:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 0px rgba(41, 199, 172, 1);
  transition: all .4s ease;
}

.single_serivce_area .topIcon>i {
  border-radius: 50%;
  margin-top: 13px;
  font-size: 30px;
}

.single_service {
  display: flex;
  flex-direction: column;
}

.service_details h4 {
  padding-bottom: 5px;
}

.service_details {
  padding-top: 10px;
}

.top_service h4 {
  font-size: 17px;
}

.top_service i {
  font-size: 25px;
  margin-right: 7px;
}

.home_service_mr {
  margin-bottom: 67px !important;
  box-shadow: 0 3px 4px #eee;
  padding: 10px 0;
}

.home_service_icon {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 12px;
}

.home_service_icon i {
  font-size: 27px;
  height: 70px;
  width: 70px;
  color: #fff;
  background: radial-gradient(rgba(41, 199, 172, 1) 60%, rgba(41, 199, 172, .4) 62%);
  ;
  text-align: center;
  line-height: 2.6;
  border-radius: 100%;
}

.single_service {
  padding-top: 5px;
}

section.services_area.how_it_works {
  background: #f3f5fa;
}

.teamSections {
  background: #f3f5fa;
  padding-top: 100px;
  padding-bottom: 120px;
}

/* End Home services
================================================== */

/*    accordion
================================================== */
.accordion_content {
  border: 1px solid #f8f8f8;
  padding-top: 10px;
}

.page_accordion_header {
  background: #f3f5fa;
  color: #222;
  padding: 20px 10px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.arrow_up::after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  transform: rotate(0deg);
  color: rgba(41, 199, 172, 1);
  transition: transform 200ms ease-in-out;
}

.arrow_down::after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  transform: rotate(180deg);
  color: rgba(41, 199, 172, 1);
  transition: transform 200ms ease-in-out;
}

.accordion_content {
  background: #fff;
  color: #000;
  padding: 5px 10px 10px;
  border-top: 1px solid #eee;
  font-size: 14px;
  display: none;
}

.accordion {
  margin-bottom: 15px;
}

.single_accordion {
  margin-bottom: 12px;
}

.faq_images {
  min-height: 350px;
  max-height: 500px;
  width: 78%;
  overflow: hidden;
  margin: 0 auto;
}

.faq_images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* End faq
================================================== */

/* Home Team
================================================== */
.slider-nav .slick-arrow {
  background: transparent;
  border: 0;
  position: absolute;
  bottom: -45px;
  right: 0;
  height: 4px;
  outline: none;
  height: 30px;
  width: 30px;
  background: rgba(41, 199, 172, 1);
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  margin-right: 16px;
  z-index: 9;
}

.slider-nav .slick-arrow.slick-prev {
  display: block;
  color: #fff;
  right: 36px;
  cursor: pointer;
}

.slider-nav .slick-arrow.slick-next {
  right: 0;
  display: block;
  color: #fff;
  cursor: pointer;
}

.slider-nav.slick-slide.slick-active {
  outline: none;
}

.slider-nav.slick-slide {
  outline: none;
}

.slick-slide {
  outline: none !important;
}

.service_home_img {
  height: 250px;
}

.service_home_title h4 {
  padding-bottom: 15px;
}

.service_home_details p {
  line-height: 27px;
}

.row_reverse {
  flex-direction: row-reverse;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.team_details {
  background: #fff;
  padding: 9px 10px 10px;
}

.single_team {
  min-width: 320px;
  padding: 0 13px;
}

.slick-slide.slick-active {
  outline: none;
}

/*  Home page footer
================================================== */
.footer_area {
  background: #f8f8f8;
  color: #5e5e5e;
}

.left_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  text-align: center;

}

.left_footer ul {
  display: flex;
}

.left_footer ul li a {
  display: block;
  padding: 5px 10px;
  font-size: 20px;
  color: #777;
}

.left_footer ul li a:hover {
  color: rgba(41, 199, 172, 1);
}

.footer_bottom {
  padding: 10px 0;
  background: #f6f6f6;
}

ul.row_ul {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-top: 10px;
}

ul.row_ul li a {
  padding: 1px 10px;
  font-size: 15px;
  font-weight: normal;
}

ul.row_ul li a i {
  color: rgba(41, 199, 172, 1);
}

/* start login
================================================== */

.signupSection {
  position: relative;
}

/*.login_wrapper {
    padding: 0 80px;
}*/
.left_login_page.login_banner {
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  position: fixed;
  width: 40%;
  justify-content: center;
}

.left_login_page.login_banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(41, 199, 172, .3);
}

.left_top_login h4 {
  margin-bottom: 10px;
}

.left_top_login {
  z-index: 3;
  padding: 0 calc(20px + 2vw);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right_form_login {
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  margin-top: 0px;
}

.forgetPassword {
  justify-content: center;
}

.topSigin {
  display: flex;
  width: 100%;
  min-height: 90vh;
  justify-content: center;
  align-items: center;
}

.form_content {
  padding: 0 calc(30px + 14vw);
}

.login_content {
  padding-top: 80px;
  width: 100%;
}

.form_content.signup {
  text-align: center;
  padding: 0 calc(20px + 9vw);
}

.user_login_header {
  margin-bottom: 40px;
  padding: 0 calc(10px + 13vw);
}

.login_form {
  text-align: left;
}

.login_form .form-control {
  height: 45px;
  border-radius: 0;
}

.login_form .btn {
  border-radius: 0;
  padding: 9px 30px;
  margin-top: 10px;
}

.page-login {
  background: linear-gradient(135deg, #f4f8fb 0%, #eef5ff 45%, #f7fbff 100%);
}

.page-login .homeMenuNav {
  border-radius: 14px;
  margin: 14px 24px 0;
  box-shadow: 0 14px 32px rgba(17, 43, 88, .09);
  border: 1px solid rgba(20, 84, 166, .08);
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(6px);
}

.page-login .home_page_navbar nav li a {
  font-size: 17px;
  font-weight: 600;
  color: #31435e !important;
}

.page-login .right_bar .login_signup {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-login .home_page_navbar nav li.active a,
.page-login .home_page_navbar nav li a:hover {
  color: #0a7cff !important;
}

.page-login .right_bar a {
  border-radius: 11px;
  min-width: 170px;
  min-height: 46px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  border: 1px solid rgba(13, 108, 242, .32);
  color: #0b63d1;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(16, 102, 217, .12);
}

.page-login .right_bar a.create_profile {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #ff7a18 0%, #ff5f6d 52%, #7d3cff 100%);
  box-shadow: 0 12px 26px rgba(125, 60, 255, .32);
}

.page-login .right_bar a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(16, 102, 217, .2);
}

.page-login .signupSection {
  padding: 18px 24px 24px;
}

.page-login .left_login_page.login_banner {
  width: 41%;
  border-radius: 18px;
  margin: 0 0 0 24px;
  overflow: hidden;
  box-shadow: 0 22px 42px rgba(8, 46, 96, .24);
}

.page-login .left_login_page.login_banner::before {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 122, 24, .38), transparent 38%),
    radial-gradient(circle at 78% 84%, rgba(125, 60, 255, .32), transparent 44%),
    linear-gradient(150deg, rgba(0, 188, 212, .78) 0%, rgba(37, 99, 235, .72) 54%, rgba(99, 54, 255, .68) 100%);
}

.page-login .left_top_login {
  backdrop-filter: blur(1px);
  gap: 18px;
  padding-top: 88px;
}

@media (min-width: 992px) {
  .page-login .left_login_page.login_banner {
    padding-top: 90px;
    box-sizing: border-box;
  }

  .page-login .left_top_login {
    justify-content: flex-start;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 16px;
    padding-bottom: 18px;
  }
}

.page-login .right_form_login {
  background: transparent;
}

.page-login .login_content {
  max-width: 680px;
}

.page-login .user_login_header .heading {
  color: #0f2c5a;
  font-size: 34px;
  letter-spacing: .5px;
  font-weight: 800;
}

.page-login .user_login_header p {
  color: #506685;
}

.page-login .login_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .17);
  border: 1px solid rgba(255, 255, 255, .4);
  font-weight: 700;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 11px;
}

.page-login .left_top_login h4 {
  font-size: clamp(30px, 2.6vw, 38px);
  font-weight: 900;
  margin-bottom: 0;
  text-shadow: 0 10px 22px rgba(0, 0, 0, .2);
}

.page-login .left_top_login p {
  max-width: 680px;
  line-height: 1.55;
  font-size: clamp(14px, 1.05vw, 17px);
  text-shadow: 0 5px 12px rgba(0, 0, 0, .18);
}

.page-login .login_subtitle {
  max-width: 560px;
}

.page-login .login_phone_demo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

.page-login .phone_frame {
  width: 292px;
  border-radius: 42px;
  background: linear-gradient(165deg, #0d1a32 0%, #182d53 100%);
  padding: 8px;
  box-shadow: 0 24px 38px rgba(8, 20, 46, .45), inset 0 1px 0 rgba(255, 255, 255, .2);
  position: relative;
}

.page-login .phone_notch {
  width: 104px;
  height: 24px;
  border-radius: 999px;
  background: #060d18;
  margin: 4px auto 8px;
}

.page-login .phone_frame::before,
.page-login .phone_frame::after {
  content: "";
  position: absolute;
  right: -3px;
  width: 3px;
  border-radius: 3px;
  background: rgba(218, 228, 245, .58);
}

.page-login .phone_frame::before {
  top: 92px;
  height: 42px;
}

.page-login .phone_frame::after {
  top: 144px;
  height: 62px;
}

.page-login .phone_screen {
  border-radius: 34px;
  padding: 10px;
  color: #20314f;
  background: linear-gradient(180deg, #f4f8ff 0%, #edf4ff 100%);
  min-height: 564px;
  display: flex;
  flex-direction: column;
}

.page-login .phone_statusbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  color: #5a6d8e;
  padding: 0 4px;
  margin-bottom: 7px;
}

.page-login .phone_topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 12px;
}

.page-login .phone_topbar strong {
  color: #17335f;
}

.page-login .phone_topbar small {
  margin-left: auto;
  color: #00a66a;
  font-weight: 700;
  font-size: 11px;
}

.page-login .phone_logo_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a18 0%, #7d3cff 100%);
}

.page-login .phone_store_info {
  margin-bottom: 8px;
}

.page-login .phone_store_info b {
  display: block;
  font-size: 12px;
  color: #15315d;
}

.page-login .phone_store_info em {
  font-size: 10px;
  color: #6a7e9f;
  font-style: normal;
}

.page-login .phone_category_row {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.page-login .phone_cat_btn {
  border: 0;
  padding: 5px 9px;
  border-radius: 999px;
  background: #dde8fb;
  color: #2b4878;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.page-login .phone_cat_btn.active {
  background: linear-gradient(135deg, #ff7a18 0%, #ff5f6d 55%, #7d3cff 100%);
  color: #fff;
}

.page-login .phone_menu_list {
  display: grid;
  gap: 8px;
  max-height: 344px;
  overflow-y: auto;
  padding-right: 2px;
}

.page-login .phone_menu_item {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  background: #fff;
  border: 1px solid #d8e4f7;
  border-radius: 11px;
  padding: 8px;
  align-items: center;
}

.page-login .phone_menu_body {
  flex: 1 1 auto;
}

.page-login .phone_menu_item h6 {
  margin: 0 0 2px;
  color: #1f345b;
  font-size: 12px;
  font-weight: 800;
}

.page-login .phone_menu_item p {
  margin: 0;
  font-size: 10px;
  line-height: 1.35;
  color: #5f7396;
  text-shadow: none;
}

.page-login .phone_menu_actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.page-login .phone_menu_item .price {
  font-size: 11px;
  font-weight: 800;
  color: #6a2bf2;
  white-space: nowrap;
}

.page-login .qty_ctrl {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.page-login .qty_btn {
  border: 1px solid #cfe0fa;
  background: #f2f7ff;
  color: #1f447f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 0;
}

.page-login .qty_value {
  min-width: 16px;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  color: #143765;
}

.page-login .phone_checkout {
  margin-top: auto;
  background: #fff;
  border: 1px solid #d8e4f7;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.page-login .phone_checkout span {
  color: #244165;
  font-size: 11px;
  font-weight: 800;
}

.page-login .phone_cart_total {
  font-size: 11px;
  color: #163665;
}

.page-login .phone_checkout button {
  border: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border-radius: 9px;
  padding: 7px 9px;
  background: linear-gradient(135deg, #ff7a18 0%, #ff5f6d 55%, #7d3cff 100%);
  box-shadow: 0 8px 14px rgba(113, 61, 223, .28);
}

.page-login .phone_checkout button:disabled {
  cursor: not-allowed;
  filter: grayscale(.25);
  opacity: .65;
  box-shadow: none;
}

.page-login .login_cta_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-width: 260px;
  min-height: 52px;
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: .2px;
  background: linear-gradient(135deg, #ff7a18 0%, #ff5f6d 55%, #7d3cff 100%);
  box-shadow: 0 14px 25px rgba(80, 45, 185, .34);
  transition: transform .25s ease, box-shadow .25s ease;
}

.page-login .login_whatsapp_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 260px;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 800;
  color: #0f5d35;
  border: 1px solid rgba(37, 211, 102, .45);
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(241, 255, 247, .98) 100%);
  box-shadow: 0 10px 18px rgba(17, 94, 55, .18);
}

.page-login .login_whatsapp_btn i {
  font-size: 18px;
  color: #25d366;
}

.page-login .login_whatsapp_btn:hover {
  color: #0f5d35;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(17, 94, 55, .24);
}

.page-login .left_footer {
  margin-top: 6px;
}

.page-login .left_footer ul {
  gap: 8px;
}

.page-login .left_footer ul li a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .4);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(12, 34, 71, .22);
}

.page-login .left_footer ul li a i {
  font-size: 18px;
  line-height: 1;
}

.page-login .left_footer ul li a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .26);
}

.page-login .login_cta_btn:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 20px 30px rgba(80, 45, 185, .42);
}

.page-login .login_form .form-group label {
  color: #244165;
  font-weight: 700;
  font-size: 20px;
}

.page-login .form_content {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-login .user_login_header {
  margin-bottom: 24px;
  padding: 0;
}

.page-login .login_form .form-control {
  border-radius: 12px;
  border: 1px solid #d9e4f2;
  background: #fff;
  min-height: 50px;
  font-size: 17px;
  transition: all .25s ease;
  box-shadow: 0 3px 10px rgba(31, 76, 143, .07);
}

.page-login .login_form .form-control:focus {
  border-color: #3a8dff;
  box-shadow: 0 0 0 3px rgba(58, 141, 255, .16);
}

.page-login .login_form .btn.btn-info {
  border: 0;
  border-radius: 12px;
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .2px;
  background: linear-gradient(135deg, #ff7a18 0%, #ff5f6d 55%, #7d3cff 100%);
  box-shadow: 0 14px 26px rgba(125, 60, 255, .34);
}

.page-login .login_form .btn.btn-info:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
}

.page-login .othersLogin ul li a {
  border: 1px solid #d9e6f8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(18, 76, 153, .08);
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .page-login .homeMenuNav {
    margin: 10px 10px 0;
    border-radius: 12px;
  }

  .page-login .signupSection {
    padding: 10px;
  }

  .page-login .left_login_page.login_banner {
    margin: 0;
    width: 100%;
    border-radius: 14px;
    position: relative;
    height: auto;
    min-height: 420px;
  }

  .page-login .left_top_login p {
    font-size: 15px;
    line-height: 1.55;
  }

  .page-login .form_content {
    max-width: 100%;
    padding: 0 8px;
  }

  .page-login .login_form .form-group label {
    font-size: 16px;
  }

  .page-login .login_form .form-control {
    min-height: 46px;
    font-size: 15px;
  }

  .page-login .login_form .btn.btn-info {
    min-height: 48px;
    font-size: 17px;
  }

  .page-login .right_bar a {
    min-width: 0;
    min-height: 42px;
    font-size: 15px;
    width: 100%;
  }

  .page-login .right_bar .login_signup {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px 0 8px;
    margin-top: 8px;
  }

  .page-login .right_bar .login_signup a {
    margin: 0;
  }

  .page-login .right_bar .login_signup a.create_profile {
    grid-column: 1 / -1;
  }

  .page-login .homeMenuNav .navbar-collapse {
    overflow: visible;
  }

  .page-login .phone_frame {
    width: 272px;
  }

  .page-login .phone_screen {
    min-height: 520px;
  }

  .page-login .login_whatsapp_btn,
  .page-login .login_cta_btn {
    min-width: 220px;
    font-size: 15px;
  }
}


/* end login
================================================== */

/* start pricing 2
================================================== */
.bg-gradient {
  background: #C9D6FF;
  background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
  background: linear-gradient(to right, #E2E2E2, #C9D6FF)
}

.pricing_2 ul li {
  margin-bottom: 1.4rem
}

.pricing-divider {
  border-radius: 20px;
  background: #C64545;
  padding: 1em 0 4em;
  position: relative
}

.pricing-divider {}

.pricing-divider-img {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px
}

.deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s
}

.btn-custom {
  background: #C64545;
  color: #fff;
  border-radius: 20px
}

.img-float {
  width: 50px;
  position: absolute;
  top: -3.5rem;
  right: 1rem
}

.princing-item {
  transition: all 150ms ease-out;
  margin-bottom: 20px;

}

.princing-item:hover {
  transform: scale(1.05)
}

.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0)
}

.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0)
}

.card-body.bg-white.mt-0.shadow {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

ul.list-unstyled.mb-5.position-relative {
  text-align: left;
}

h4.my-0.text-light.font-weight-normal.mb-3 {
  font-size: calc(25px + 2vw);
}

.list-unstyled {
  text-align: left;
}


/* start pricing 3
================================================== */
.pricing_3 .card {
  border: none;
  border-radius: 0;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px !important;
}

.pricing_3 hr {
  margin: 1.5rem 0;
}

.pricing_3 .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing_3 .card-price {
  font-size: calc(15px + 1vw);
  margin: 0;
}

.pricing_3 .card-price .period {
  font-size: 1.2rem;
}

.signupCard {
  margin-top: -30px;
}

.pricing_3 ul li {
  margin-bottom: 1rem;
}

.pricing_3 .text-muted {
  opacity: 0.7;
}

.pricing_3 .btn.price_btn {
  font-size: 80%;
  border-radius: 0;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
  background: rgba(41, 199, 172, 1);
  border-color: rgba(41, 199, 172, 1);
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing_3 .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing_3 .card:hover .btn {
    opacity: 1;
  }
}

.form_content.signup.with_package {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_package_details_signup.with_package {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  align-items: flex-start;
  gap: 22px;
  padding: 0;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
}

.left_package_details_signup.with_package.pricing_3 .card {
  background: #f8f8f8;
  margin-right: 0;
  box-shadow: none;
}

.left_package_details_signup.with_package.pricing_3 .card .fa-ul {
  padding-left: 0px;
  padding-right: 12px;
  text-align: left;
}

.package_signup_card {
  width: 100%;
  max-width: 330px;
  margin-top: 0;
  border-radius: 16px;
  overflow: hidden;
}

.package_signup_card .card-body {
  padding: 22px 20px;
}

.package_signup_card .card-title {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .06rem;
  word-break: normal;
  overflow-wrap: break-word;
}

.package_signup_card .card-price {
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.2;
}

.package_signup_form {
  width: 100%;
  border-radius: 14px;
  padding: 18px 16px;
}



.bg_white {
  background: #fff;
}

/*   end pricing
================================================== */


/**
  ***  home search
**/

.banner_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.home_search_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_search_area input {
  height: 50px;
  border-radius: 0;
  outline: none;
  border: 0;
}

.home_search_area .btn {
  border-radius: 0;
  height: 50px;
  width: 69px;
  padding: 10px;
  border: 0;
  background: #fff;
  color: #777;
}

.home_search_area .btn:hover {
  color: #000;
}

.home_search_area .btn i {
  font-size: 24px;
}

form.home_search_form {
  width: 38%;
}

.single_users {
  margin-top: 10px;
  box-shadow: 0px 0px 5px #eee;
  margin-bottom: 10px;
  height: 336px;
  overflow: hidden;
}

.qr_area {
  height: 80px;
  width: 80px;
  margin: 0 auto;
}

.banner_text {
  width: 38%;
  color: #fff;
  margin-bottom: 10px;
}

.users_banner_area.home_banner {
  height: 100vh;
  z-index: 5;
}

.users_banner_area.home_banner p {
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 10px auto;
}

.custom-file.home_search_area {
  position: relative;
}



.single_user_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.home_user_profile {
  height: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #037fff;
}

.user_social_sites ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.user_social_sites ul li a {
  color: #777;
  height: 35px;
  width: 35px;
  display: inline-block;
  border: 0;
  margin: 0 5px;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  border-radius: 0;
  transition: .5s;
  margin-bottom: 14px;
}

.user_social_sites ul li a:hover {
  color: #037fff;
  transition: .5s;
}

.single_user_body {
  text-align: center;
  /*background: #eee;*/
  padding: 10px 5px;
  padding-top: 0;
}

.users_section {
  min-height: 100vh;
}

.user_right_btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.user_right_btn_area .form-control,
.user_right_btn_area .c_btn {
  border-radius: 0;
  height: 46px !important;
  margin-right: 11px;
  outline: none;
}

.formAreasearch,
.rightSearch {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.formAreasearch {
  justify-content: space-between;
}

.users_section.homeSection.mt-150 {
  padding-top: 27px;
}

.leftSearch {
  margin: 7px 0 14px 0;
}

.users_banner_area {
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  color: #fff;
  position: relative;

}

.users_banner_area::before {
  background: rgba(0, 0, 0, .6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
}

.user_type {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.user_type span {
  background: #037fff;
  margin: 2px;
  color: #fff;
  border-radius: 14px;
  padding: 2px 8px;
}

.user_banner_wrapper {
  text-align: center;
  z-index: 9;
  width: 100%;
}

.user_banner_wrapper h4 {
  color: #fff !important;
  font-family: Boogaloo;
}

.profile_btn {
  background: #fff;
  border: 1px solid rgba(41, 199, 172, 1);
  display: inline-block;
  margin: 10px 0 20px 0;
  padding: 6px 12px;
  border-radius: 0;
  transition: .5s;
  color: #333;
  font-family: 'rubik';
  font-size: 14px;
}

.profile_btn:hover {
  background: rgba(41, 199, 172, 1);
  transition: .5s;
  color: #fff;
}

.username {
  font-family: 'Montserrat';
  font-size: 19px;
}

.single_user_top label {
  margin-top: -7px;
}

.users_banner_area.home_banner {
  height: 100vh;
  z-index: 5;
}

.users_banner_area.home_banner p {
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 10px auto;
}

.custom-file.home_search_area {
  position: relative;
}

.cd-headline.clip.typing_data.home_search_type {
  font-size: 24px;
  padding: 5px 10px;
  font-family: Boogaloo;
}

.search_typing {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.user_type {
  margin-top: 26px;
}

.user_type .form-control {
  border-radius: 0;
  height: 46px;
  border: 1px solid #777;
  background: transparent;
  color: #fff;
}

.user_type button {
  height: 46px;
  margin-top: -4px;
  padding: 10px 27px;
  background: transparent;
  /*border: 0;*/
  color: #fff;
  transition: 1s;
  font-size: calc(15px + .2vw);
}

.user_type button:hover {
  transition: 1s;
}


.user_type .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.user_type .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.user_type .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.device-wrapper {
  margin: 0 auto;
}

.device-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;

}

.html5-video-player a {
  display: none !important;
}

.ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}

iframe:hover .ytp-autohide .ytp-watermark {
  display: none;
}

.screen::before {
  background: #000;
  height: 50px;
  width: 100%;
  top: 0;
  z-index: 999999;
  position: absolute;
  border-radius: 15px;
}


.screen::after {
  background: #000;
  height: 56px;
  width: 100%;
  top: auto;
  z-index: 999999;
  position: absolute;
  border-radius: 50px;
  bottom: 0px;
}

.features-content p {
  font-size: 15px;
}

.terms_page {
  padding-top: 120px;
  min-height: 65vh;
}

.home_contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.device {
  transform: scale(.8);
}

.team_header img {
  height: 358px;
}

.heroWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qrImg {
  height: 150px;
  width: 150px;
}

.rightHero {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 40px 0;
}

.rightHero h4 {
  font-family: 'Montserrat';
  padding-bottom: 10px;
  font-size: 15px;
}

.home_banner {
  width: 100%;
  background-attachment: fixed !important;
  background-position: left center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_baner_content {
  position: relative;
  z-index: 9;
  color: #fff;
}

input.form-control.checkUsername {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  color: #fff;
  padding-left: 0;
}

input.form-control.checkUsername:focus {
  background-color: transparent;
  outline: none;
}

input.form-control.checkUsername:-webkit-autofill,
input.form-control.checkUsername:-webkit-autofill:hover,
input.form-control.checkUsername:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

.form-group.resturant_name {
  display: flex;
  align-items: center;
}

.form-group.resturant_name button {
  background: green;
  color: #fff;
  padding: 3px 20px;
  font-size: 13px;
  border-radius: 5px;
  margin-top: 11px;
  margin-left: -4px;
}

.resturant_name .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.resturant_name .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.resturant_name .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.heroSearch {
  color: #fff !important;
}

.resturant_name .form-control:focus {
  box-shadow: none !important;
  outline: none;

}

.alert_msg.heroSearch,
.heroSearch.searching::after {
  color: #fff !important;
}

.pb-10 {
  padding-bottom: 10px;
}

section.hero-banner.home_section.home_banner.video_banner {
  padding: 50px 0;
}

.not_found_page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invalid_text img {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 14px;
}

.invalid_text {
  text-align: center;
}

.invalid_text h4 {
  font-size: calc(15px + .4vw);
  font-family: cursive;
  margin-bottom: 7px;
}

.invalid_text p {
  font-size: 17px;
  font-family: sans-serif;
}

.invalid_text a {
  font-size: 17px;
  background: rgba(41, 199, 172, 1);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 12px;
  text-decoration: none;
  font-family: sans-serif;
}

.home_right_test h4 {
  margin-bottom: 14px;
}

.device-wrapper {
  margin: 0 auto;
  margin-top: -50px;
}

div#hero::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -50px;
  right: 0;
  height: 87px;
  background: #fff;
  transform: none;
}

.home_left_img {
  margin: 0 auto;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 320px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .36);
  background: linear-gradient(160deg, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, .12) 100%);
  box-shadow: 0 24px 44px rgba(4, 19, 37, .36);
  position: relative;
}

.home_left_img::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  border: 1px dashed rgba(255, 255, 255, .28);
  pointer-events: none;
}

.home_left_img img {
  height: auto;
  width: auto;
  max-width: 100%;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 14px 24px rgba(8, 29, 53, .28);
}

@media (max-width: 991px) {
  .hero_col_left,
  .hero_col_right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .homeTopBanner {
    min-height: 70vh;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .home_top_banner {
    padding: 72px 0 34px;
  }

  .home_about_card {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .home_about_text {
    font-size: 17px;
    line-height: 1.62;
  }

  .home_about_chips {
    gap: 6px;
  }

  .home_about_chips span {
    font-size: 12px;
    min-height: 32px;
  }

  .home_device_card {
    margin-top: 14px;
    border-radius: 14px;
  }

  #hero {
    padding-top: 116px;
  }

  .hero_content_panel {
    padding: 22px 16px;
    border-radius: 14px;
  }

  #hero h1 {
    font-size: clamp(34px, 8.5vw, 46px);
  }

  .home_left_img {
    width: 280px;
    height: 280px;
    padding: 14px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  #hero h2 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .hero_trust_pills span {
    font-size: 11px;
  }

  .home_button {
    justify-content: center;
  }
}

/*----------------------------------------------
1.8
----------------------------------------------*/
.single_user_top label {
  background: #29c7ac;
}

.othersLogin ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.othersLogin ul li {
  display: block;
  margin: 0;
}

.othersLogin ul li a {
  color: #42536d;
  padding: 10px 16px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none !important;
  border: 1px solid #d9e6f8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(18, 76, 153, .08);
  transition: all .2s ease;
}

.othersLogin ul li a:hover {
  color: #1d3f72;
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(18, 76, 153, .14);
}

.othersLogin ul li a i {
  color: #54657f;
}

.user_login_header img {
  height: 100px;
  width: 100px;
  margin: 20px auto;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 5px;
  box-shadow: 0 0 5px #eee;
}

.right_form_login.signup {
  justify-content: center;
}

/* Signup with package hard fix (desktop + mobile) */
.form_content.signup.with_package {
  display: block !important;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.form_content.signup.with_package .left_package_details_signup.with_package {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: flex-start;
  gap: 22px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.form_content.signup.with_package .package_signup_form {
  min-width: 0;
}

.form_content.signup.with_package .package_signup_form .login_form .form-control {
  width: 100%;
}

.form_content.signup.with_package .package_signup_card {
  width: 100% !important;
  max-width: 300px !important;
  margin: 0 !important;
}

.form_content.signup.with_package .package_signup_card .card-title,
.form_content.signup.with_package .package_signup_card .card-price,
.form_content.signup.with_package .package_signup_card .fa-ul li {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

@media (max-width: 991px) {
  .form_content.signup.with_package {
    max-width: 100%;
    padding: 0 10px;
  }

  .form_content.signup.with_package .left_package_details_signup.with_package {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    max-width: 100% !important;
  }

  .form_content.signup.with_package .package_signup_card,
  .form_content.signup.with_package .package_signup_form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .form_content.signup.with_package .package_signup_card .fa-ul {
    padding-right: 0 !important;
  }

  .form_content.signup.with_package .package_signup_card .card-body {
    padding: 16px 14px !important;
  }

  .form_content.signup.with_package .package_signup_form .login_form .row {
    display: block;
    margin: 0;
  }

  .form_content.signup.with_package .package_signup_form .login_form .row>[class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*----------------------------------------------
    VERSION 1.9
----------------------------------------------*/
.nearbyArea {
  display: flex;
}

.searchInput {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.searchInput .user_right_btn_area {
  flex: 0 0 98px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.searchInput .user_right_btn_area button {
  margin: 0;
  border-radius: 0 5px 5px 0;
}

.searchInput input {
  height: 46px;
  border-radius: 5px 0 0 5px;
  margin-right: -5px;
}

section.nearbySection {
  padding: 80px 0;
}

.findNearby {
  flex: 0 0 200px;
}

.findNearby button {
  height: 46px;
  border-radius: 5px;
  margin-left: 10px;
}

.singleShop {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
  padding: 0 10px;
  border-radius: 5px;
  background: #fff;
  min-height: 90px;
  flex-direction: column;
  justify-content: space-between;
}

.leftShopImg {
    flex: 0 0 87px;
    margin-right: 10px;
    height: 87px;
}

.shopInfo h4 {
  font-size: 17px;
  font-family: 'Josefin Sans', sans-serif;
}

.shopInfo p {
  font-size: 14px;
}

.shopInfo {
  border-bottom: 1px dashed #ddd;
  padding: 8px 0;
}

.shopBottom ul {
  display: flex;
  align-items: center;
  padding: 7px 0;
  justify-content: space-between;
}

div#errorMsg {
  padding: 5px;
  color: tomato;
}

.shopBottom ul li {
  font-size: 12px;
}

.shopUrl{
  width: 100%;
}

.restaurantList {
  margin-top: 30px;
}

.restaurantList a {
  color: #777;
}

.righShopDetails {
  width: 100%;
}

.nearbySection {
  background: #f3f5f9;
}

.popularItem .homeSingle_item {
  margin-bottom: 15px;
}




.singleShop.singleShopItem {
  flex-direction: column;
  padding: 0;
}

.singleShop.singleShopItem .leftShopImg {
  height: 191px;
  width: 100%;
  flex: inherit;
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.singleShop.singleShopItem .shop_info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.singleShop.singleShopItem .shop_info>img {
  height: 40px;
  width: 40px;
  margin-right: 7px;
}

.singleShop.singleShopItem .shop_info h4 {
  font-size: 15px;
}

.singleShop.singleShopItem .shopInfo {
  padding: 4px 10px;
}

.singleShop.singleShopItem .shopBottom {
  padding: 3px 10px;
}

.shopInfo .itemTitle {
  padding-top: 5px;
}

.shopBottom.shopDeatils_thumb ul {
  margin: 0;
  padding: 0;
}

.shopBottom.shopDeatils_thumb {
  margin: 3px 0 0 0;
  padding: 0 !important;
}

.shopBottom.shopDeatils_thumb li {
  margin-right: 9px;
}

.itemHeading h4 {
  font-size: 18px;
  display: block;
  padding: 9px 0;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 13px;
  font-family: 'Josefin Sans', sans-serif;
}

.homePopular.pb-80 {
  padding-bottom: 80px;
}

.restaurantList {
  min-height: 250px;
}

.load::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../../../assets/frontend/images/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
  background-color: #f3f5f9;


}

.load {
  background: #f3f5f9;
  z-index: 2;
  height: 250px;
  position: relative;
  box-shadow: none;
}

.footerLogo {
  height: 40px;
  margin-bottom: 10px;
}


.singleUsersArea img {
  height: 60px;
  width: 60px;
  aspect-ratio: 1/1;
}

.singleUsersArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.usersHeader {
  display: flex;
  gap: 10px;
}

.usersArea {
  /* padding: 20px; */
  background: #f9f9f9;
  box-shadow: 0 0 5px #ddd;
  margin: 10px 0;
}

.usersHeader img {
  height: 80px;
  width: 80px;
  border-radius: 3px 0 0 3px;
  background: #fff;
}

.usersFooter img {
  height: 70px;
  width: 70px;
  margin-right: 5px;
}

.usersHeader h4 {
  padding-top: 8px;
}

.shopTopper {
  display: flex;
}

.cardFooter ul {
  display: flex;
  gap: 10px;
}

.cardFooter ul a {
  display: block;
  padding: 5px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.cardFooter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #f9f9f9;
}

.cardFooter ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cardFooter ul li{
    width: 100%;
    border-right: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cardFooter ul li:last-child{
  border: 0;
}

.singleShop {
    padding: 0;
}

.righShopDetails {
    padding: 0 5px;
}
.qrImage{
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrImage img{
  height: 200px;
  width: 200px;
  object-fit: cover;
  aspect-ratio: 1/1;
}
