/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/*============================================================================================*/
/* SORA FONT — Safe application that cannot break icon fonts                                  */
/* Only targets text-bearing HTML elements, never pseudo-elements or icon containers          */
/*============================================================================================*/
body, h1, h2, h3, h4, h5, h6,
p, a, li, label, input, textarea, select, button,
.btn, .btn_1, .form-control,
.main-menu ul li a,
.auth-form-control, .ai-search-input, .ai-chip,
.claim-cta-btn {
  font-family: 'Sora', sans-serif !important;
}
body { letter-spacing: -0.01em; }
h1, h2, h3, h4, h5, h6 { letter-spacing: -0.03em; }
button, .btn, .btn_1, input[type="submit"] { letter-spacing: -0.01em; }
.user_thumb {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 40px;
  width: 40px;
  z-index: 0;
  border: 1px solid #616161;
  padding: .2rem;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

video {
  position: initial;
}

.hero_in.shop_detail {
  height:400px !important;
}

.wishlist-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.featured-tag-grid {
  position: absolute;
  right: 15px;
  top: 165px;
  z-index: 1;
  color: #fff;
  background-color: #ffc108;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
.home_readio_btn{
  display: flex;
}

.featured-tag-grid:hover{
  color: #fff !important;
}

.featured-tag-list {
  margin-top: 128px;
  text-transform: uppercase;
}
.featured-tag-border{
  border: 1px solid #ffc108;
}
@media (max-width: 990px) {
  .featured-tag-list{
    margin-top: 108px;
    background-color: #ffc108!important;
    text-transform: uppercase;
  }
  
}

@media (min-width: 991px) {
  .featured-tag-list{
    margin-top: 134px;
    background-color: #ffc108!important;
    text-transform: uppercase;
  }
  
}

.featured-body{
  background-color: #feffed;
}

.featured-footer{
  background-color: #fffad5;
}

.wishlist-icon:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}
.wishlist-icon:focus {
  color: #fff;
}

.main-menu ul ul:before {
  left: 61%;
}

@media only screen and (min-width: 992px){
  .main-menu ul li:hover > ul {
    margin-left: -90px;
  }
}

.stiky-map .map-full{
  height: calc(100vh - 128px);
}
.stiky-map{
  position: sticky;
  top:118px;
}

.stiky-map-list .map-full{
  height: calc(100vh - 60px);
}

.stiky-map-list{
  position: sticky;
  top:60px;
}

@media only screen and (max-width: 991px){
  .stiky-map .map-full{
    height: 40vh;
  }
}

.map-layout {
  border:15px solid #fff;
  background-color:#fff;
}

.single-listing-map {
  height: 500px;
}

.social-links ul li a i {
  color: #555;
  opacity: 0.6;
}

.social-links ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}

.category-title {
  border-radius: 5px; background-color: rgb(63,66,119); padding: 20px; text-align: center; color: #fff; font-size: 20px; font-weight: bold;
}
.sub-category-link {
}
.sub-category-link:hover {
}
.sub-category-link .sub-category {
  border-radius: 2px; padding: 10px; margin: 4px 0px; text-align: left; color: #676767; background-color: #fff; width: 100%; transition: all .4s ease-in-out;
}
.sub-category-link .sub-category .sub-category-number{
  /* background-color: #e4e4e4; padding: 1px 5px; border-radius: 2px; margin-right: 10px; color: #fff; */
  background-color: #fff;
  color: #676767;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  padding: 6px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.sub-category-link .sub-category .sub-category-title{
  margin-right: 5px;
}
.sub-category-link .sub-category .sub-category-arrow{
  float: right;
}

.sub-category-link .sub-category:hover{
  background-color: #e74e84;
  /* -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); */
  color: #fff;
}

/* Popover styles */

.leaflet-popup-content {
  margin-top: 0px;;
}

.leaflet-popup-content-wrapper {
  width: 280px;
}
.leaflet-popup-content p{
  margin: 4px 0;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    top: 15px;
    right: 15px;
    color: #fff;
    border-radius: 100%;
    z-index: 20;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4);
    cursor: pointer;
    background-color: #ffffff;
    color: #333;
}

.leaflet-popup-content {
    margin: 0;
    width: 100% !important;
}
.leaflet-popup-content img{
    height: 160px;
    transition: all .4s ease-in-out;
}
.leaflet-popup-content img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
}
.leaflet-popup-content p i {
    position: absolute;
    left: 0;
    top: 3px;
}

.leaflet-popup-content p {
    padding-left: 22px;
    position: relative;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    box-shadow: 0 1px 4px rgba(0,0,0 ,0.3);
}
.strip .img {
    background-size: cover;
    background-position: center center;
}

.strip figure:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.focus-a-listing{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3544f9;
    border-color: #727cf5;
    border-radius: 50%;
}
.pagination-rounded .page-link {
    border-radius: 30px!important;
    margin: 0 3px;
    border: none;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #313a46;
    background-color: #fff;
    border: 1px solid #dee2e6;;
}

/* Customizing Radio Button */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #004dda;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hidden {
  display: none;
}

.box_detail .price > span {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1px) and (max-width: 990px) {
  #categorySideMap{
    height: 400px;
  }
  
}
@media (min-width: 1px) and (max-width: 990px) {
  #map{
    height: 400px;
  }
  
}
@media (min-width: 991px) {
  .custom-mt-7{
    margin-top: 58px;
  }
  
}

.social-button{
  width: 210px !important;
  float: left !important;
  margin-right: 5px;
  text-align: left !important;
}
/*
.map-direction-image{
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin .2s ease-in infinite;
  animation: zoomin .2s ease-in infinite;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.map-direction-image:hover{
  transform: scale(1.05);

  position: relative;
  background-size: cover !important;
  background-position: top !important;
  height: 150px !important;
  background-repeat: no-repeat;
}*/


/*Time picker custom css on beauty listing type appointment form*/
.gj-timepicker-bootstrap [role=right-icon] button .gj-icon, .gj-timepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 0px;
    left: 6px;
}
.input-group-append .btn-outline-secondary:hover {
  background-color: #fff;
  border-left: 1px solid #dee2e6;
}
.input-group-append .btn-outline-secondary {
  border: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6
}
.input-group-append {
  border-left: 1px solid grey;
}
.claimed_icon{
  font-size: 30px;
  color: #32a067;
  cursor: pointer;
}
.claimed_icon_sm{
  font-size: 20px;
  color: #32a067;
  cursor: pointer;
}
.tooltip div{
  /*background-color: #66BB6A;*/
  /*font-size: 18px;*/
  font-weight:500;
}
.blog_text img {
  width: 100% !important;
}
.text-10{
  font-size: 10px;
}
.text-11{
  font-size: 11px;
}
.text-12{
  font-size: 12px;
}
.text-13{
  font-size: 13px;
}
.text-14{
  font-size: 14px;
}
.text-15{
  font-size: 15px;
}



/*============================================================================================*/
/* PREMIUM GLASS BUTTONS & LANDING PAGE ICONS — #A9CF3A / #1C3D1F / #0a1a0b theme           */
/*============================================================================================*/

/* ── Core glass button ── */
.btn_glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.3px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;

  /* Frosted glass */
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.btn_glass::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transition: left 0.5s ease;
}
.btn_glass:hover::before { left: 100%; }
.btn_glass:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.btn_glass:active { transform: translateY(0); }

/* ── Green-tinted glass (primary action on dark bg) ── */
.btn_glass_green {
  background: rgba(169, 207, 58, 0.18);
  border-color: rgba(169, 207, 58, 0.5);
  color: #ffffff;
  box-shadow:
    0 8px 24px rgba(169, 207, 58, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.btn_glass_green:hover {
  background: rgba(169, 207, 58, 0.28);
  border-color: rgba(169, 207, 58, 0.7);
  color: #ffffff;
  box-shadow:
    0 14px 32px rgba(169, 207, 58, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

/* ── Solid green glass (CTA on light bg) ── */
.btn_glass_solid {
  background: linear-gradient(135deg, #A9CF3A 0%, #7aaa1a 55%, #1C3D1F 100%);
  border-color: rgba(169, 207, 58, 0.4);
  color: #ffffff;
  box-shadow:
    0 8px 24px rgba(169, 207, 58, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.btn_glass_solid:hover {
  background: linear-gradient(135deg, #bde04a 0%, #8abb22 55%, #254f27 100%);
  color: #ffffff;
  box-shadow:
    0 14px 32px rgba(169, 207, 58, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.25) inset;
}

/* ── Override the default .btn_1 on the landing page ── */
.call_section .btn_1,
.btn_home_align .btn_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 34px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.3px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #ffffff !important;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.call_section .btn_1::before,
.btn_home_align .btn_1::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transition: left 0.5s ease;
}
.call_section .btn_1:hover::before,
.btn_home_align .btn_1:hover::before { left: 100%; }
.call_section .btn_1:hover,
.btn_home_align .btn_1:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.25) inset;
}

/* ── Search submit button in hero ── */
.custom-search-input-2 input[type="submit"] {
  background: linear-gradient(135deg, #A9CF3A 0%, #7aaa1a 55%, #1C3D1F 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.4px;
  border-radius: 0 5px 5px 0 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 16px rgba(169, 207, 58, 0.35) !important;
  position: relative;
  overflow: hidden;
}
.custom-search-input-2 input[type="submit"]:hover {
  background: linear-gradient(135deg, #bde04a 0%, #8abb22 55%, #254f27 100%) !important;
  box-shadow: 0 8px 24px rgba(169, 207, 58, 0.5) !important;
  transform: none;
}

/* ── Near Me button (hero) ── */
#nearMeBtn {
  background: rgba(255,255,255,0.13) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 1.5px solid rgba(255,255,255,0.32) !important;
  color: #fff !important;
  padding: 12px 28px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  transition: all 0.3s ease !important;
  font-family: 'Poppins', sans-serif !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.15) inset !important;
  position: relative;
  overflow: hidden;
}
#nearMeBtn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transition: left 0.5s ease;
}
#nearMeBtn:hover::before { left: 100%; }
#nearMeBtn:hover {
  background: rgba(169, 207, 58, 0.2) !important;
  border-color: rgba(169, 207, 58, 0.55) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(169, 207, 58, 0.3), 0 1px 0 rgba(255,255,255,0.2) inset !important;
}

/* ── Category icons in main_categories bar ── */
.main_categories ul li a i,
.main_categories ul li a span.remake_ico {
  color: #A9CF3A !important;
  font-size: 42px;
  display: block;
  margin-bottom: 10px;
  transition: color 0.25s, transform 0.25s;
}
.main_categories ul li a:hover i,
.main_categories ul li a:hover span.remake_ico {
  color: #1C3D1F !important;
  transform: scale(1.12);
}

/* ── How-it-works section icons (box_how) ── */
.box_how i {
  color: #A9CF3A !important;
  font-size: 52px;
  display: block;
  margin-bottom: 18px;
  transition: color 0.25s, transform 0.25s;
}
.box_how:hover i {
  color: #c8e86a !important;
  transform: scale(1.1);
}

/* ── Category box icons (home2 box_cat_home) ── */
.box_cat_home i,
.box_cat_home span.remake_ico {
  color: #A9CF3A !important;
  transition: color 0.25s, transform 0.25s;
}
.box_cat_home:hover i,
.box_cat_home:hover span.remake_ico {
  color: #1C3D1F !important;
  transform: scale(1.1);
}

/* ── "See all" / anchor links in section titles ── */
.main_title_3 a,
.main_title_2 a {
  color: #1C3D1F;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(169, 207, 58, 0.5);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.main_title_3 a:hover,
.main_title_2 a:hover {
  color: #A9CF3A;
  border-color: #A9CF3A;
}

/* Category icon size (home2) */
.remake_ico {
  font-size: 65px;
  color: #A9CF3A !important;
  display: block;
  margin-bottom: 12px;
  transition: color 0.25s, transform 0.25s;
}
.box_cat_home:hover .remake_ico {
  color: #1C3D1F !important;
  transform: scale(1.1);
}

/*============================================================================================*/
/* HOW IT WORKS — Glass cards with vivid text                                                 */
/*============================================================================================*/

/* Override the call_section background to our dark forest green */
.call_section {
  background: linear-gradient(135deg, #0a1a0b 0%, #1C3D1F 60%, #0f2410 100%) !important;
  position: relative;
}

/* Remove the dark overlay so the glass cards pop */
.call_section .wrapper {
  background-color: transparent !important;
}

/* Section title inside call_section */
.call_section .main_title_2 h2,
.call_section .main_title_2 p {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.call_section .main_title_2 span em {
  background: #A9CF3A !important;
}

/* ── Glass card for each box_how ── */
.call_section .box_how {
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border: 1.5px solid rgba(169, 207, 58, 0.3) !important;
  border-radius: 20px !important;
  padding: 40px 28px 36px !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.12) inset !important;
  margin-bottom: 24px;
}

/* Subtle top shimmer line */
.call_section .box_how::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #A9CF3A, transparent);
  opacity: 0.7;
}

.call_section .box_how:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(169, 207, 58, 0.6) !important;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(169, 207, 58, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.15) inset !important;
}

/* Icon — bright lime green, large */
.call_section .box_how i {
  color: #A9CF3A !important;
  font-size: 56px !important;
  display: block !important;
  margin-bottom: 20px !important;
  filter: drop-shadow(0 4px 12px rgba(169, 207, 58, 0.45));
  transition: color 0.25s, transform 0.25s, filter 0.25s !important;
}
.call_section .box_how:hover i {
  color: #c8e86a !important;
  transform: scale(1.12) !important;
  filter: drop-shadow(0 6px 18px rgba(169, 207, 58, 0.65));
}

/* Heading — pure white, bold, very visible */
.call_section .box_how h3 {
  color: #ffffff !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.2px !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}

/* Body text — bright off-white, readable */
.call_section .box_how p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
  margin: 0 !important;
}

/* Remove the default span divider line (it's invisible on dark bg anyway) */
.call_section .box_how span {
  display: none !important;
}
