@font-face {
  font-family: Embassy-BT;
  src: url("../fonts/embassy/Embassy-BT.eot");
  src: url("../fonts/embassy/Embassy-BT.eot?#iefix") format("embedded-opentype"),
    url("../fonts/embassy/Embassy-BT.woff2") format("woff2"),
    url("../fonts/embassy/Embassy-BT.woff") format("woff"),
    url("../fonts/embassy/Embassy-BT.ttf") format("truetype");
  font-weight: normal;
} 
.br-15{
  border-radius: 15px;
}

.business-image-popup-modal{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid #f8f9fa;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/*-- other-Know --*/
.other-Know-area {
  background-color: #fff2f4;
  position: relative;
}

.other-know-area .know-shape img {
  position: absolute;
  width: 100%;
}

.other-know-area .know-shape img:nth-child(1) {
  top: 0;
  left: 0;
  display: none;
}

.other-know-area .know-shape img:nth-child(2) {
  bottom: 0;
  left: 0;
  display: none;
}

.other-know-area .know-shape img:nth-child(3) {
  top: 0;
  right: 100px;
  max-width: 115px;
  -webkit-animation: banner-ani-two 8s infinite linear;
  animation: banner-ani-two 8s infinite linear;
}

.other-know-area .know-img {
  position: relative;
  margin-bottom: 30px;
}

.other-know-area .know-img img:nth-child(1) {
  width: 100%;
}

.other-know-area .know-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.other-know-area .know-content {
  max-width: 630px;
  margin-bottom: 30px;
}

.other-know-area .know-content .section-title {
  text-align: left;
  margin-bottom: 25px;
}

.other-know-area .know-content .section-title p {
  margin-left: 0;
}

.other-know-area .know-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.other-know-area .know-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 25px 25px 25px 110px;
  margin-bottom: 15px;
}

.other-know-area .know-content ul li:last-child {
  margin-bottom: 0;
}

.other-know-area .know-content ul li:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.other-know-area .know-content ul li img {
  position: absolute;
  top: 25px;
  left: 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.other-know-area .know-content ul li h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.other-know-area .know-content ul li h3 a {
  color: #484848;
}
.other-know-area .know-content ul li p {
  margin-bottom: 0;
}
.navbar-area .notification {
    width: 30px;
    border-radius: 10px;
    background-color: #fff;
    color: #fff;
    margin-right: 16px;
    position: relative;
    text-align: center;
   } 

   .img-circle-map-b{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    margin-right: 5px;
   }
   .modal{
    z-index: 9999 !important;
   }

   .semi-border-theme{
    border: 2px solid #97bf8f !important;
    border-radius: 7px;
  }
  .semi-border-theme-br{
    border: 2px solid #97bf8f !important;
    border-radius: 20px;
  }
  .br-8{
    border-radius: 12px;
  }
  .border-yellow{
    border: 1px solid #70ad47 !important;
  }
  .border-b{
    border-bottom: 1px solid #c3cec1;
  }
  .border-b-theme{
    border-bottom: 2px solid #97bf8f;
  }

.tab-btn-custom {
    border-radius: 25px;
    padding: 12px 36px;
    font-size: 1rem;
    font-weight: 500;
    border: 2px solid #7bb36a;
    background: #fff;
    color: #234d20;
    transition: background 0.2s, color 0.2s;
    margin: 0 10px;
    box-shadow: 0 2px 8px #7bb36a22;
}
.tab-btn-custom.active {
    background: #b7dfb0; 
    color: #1d2b13;
    border-color: #7bb36a;
}
.tab-btn-custom:not(.active) {
    background: #fff;
    color: #234d20;
    border-color: #7bb36a;
}

.address-link-style{
  color: #335d2d;
}
.address-link-style li a{
  color: #335d2d;
}
.bc-orange{
  border: 1px solid #ed7d31 !important;
}

  /* Active clinic row styles */
  .tbl-row-tr {
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

/* .tbl-row-tr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
    pointer-events: none;
} */

.tbl-row-tr:hover::before {
    background: rgba(51, 93, 45, 0.05);
}

.tbl-row-tr:hover {
    background-color: #e2ece0;
    /* background-color: rgba(51, 93, 45, 0.05); */
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    
}

.tbl-row-tr.active {
    background-color: rgba(51, 93, 45, 0.1);
    border-left: 4px solid #335d2d;
    box-shadow: 0 2px 12px rgba(51, 93, 45, 0.2);
    
}

.tbl-row-tr.active td {
    border-color: #335d2d;
}

.tbl-row-tr.active a {
    color: #335d2d !important;
    font-weight: 600;
}

.tbl-row-tr.active .common-btn {
    background-color: #335d2d;
    color: #fff;
}

/* Click indicator */
 /* .tbl-row-tr::after {
    content: '→';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #335d2d;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
} */

.tbl-row-tr:hover::after {
    opacity: 0.7;
}

.tbl-row-tr.active::after {
    opacity: 1;
}  

.json-color-badge {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 1px;
}
.mt--116{
  margin-top: 34px;
}


/* comment in modal */
.comments-section {
  margin-top: 30px;
}

.comments-section h3 {
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}

.show-more-comments {
  margin-top: 30px;
  color: #111;
  font-weight: bold;

}


.show-more-comments :hover {
   color: #333;

}

/* Modal Styles */
#allCommentsModal .modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#allCommentsModal .modal-header {
  color: white;
border-radius: 15px 15px 0 0;
 border-bottom: 1px solid #dbdbdb;
}

#allCommentsModal .modal-title {
  font-weight: 600;
}



#allCommentsModal .modal-body {
  max-height: 60vh;
  overflow-y: auto;
  padding: 20px;
}

.comment-item {
  border-bottom: 1px solid #f0f0f0 !important;
  transition: all 0.3s ease;
}

.comment-item:hover {
  background-color: #f8f9fa;
  border-radius: 10px;
}

.comment-item:last-child {
  border-bottom: none !important;
}
.comment-avatar {
  flex-shrink: 0;
}

.comment-avatar img {
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  display: block;
  max-width: 100%;
  height: auto;
}

.comment-item:hover .comment-avatar img {
  border-color: #335d2d;
}

.comment-header h6 {
  color: #333;
  font-weight: 600;
}

.comment-rating .bx {
  margin-right: 2px;
}

.comment-text p {
  color: #666;
  line-height: 1.6;
}

/* Custom scrollbar for modal */
#allCommentsModal .modal-body::-webkit-scrollbar {
  width: 6px;
}

#allCommentsModal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#allCommentsModal .modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

#allCommentsModal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #allCommentsModal .modal-dialog {
      margin: 10px;
  }
  
  .comment-item {
      padding: 15px !important;
  }
  
  .comment-avatar img {
      width: 40px !important;
      height: 40px !important;
  }
}

/* Avatar fallback styling */
.comment-avatar img.error {
  background-color: #e9ecef;
  border: 2px solid #dee2e6;
}

/* zoooom image */

.AddToFaforite i {
  transition: all 0.3s ease;
}

.AddToFaforite:hover i {
  transform: scale(1.1);
}

.AddToFaforite .bx-heart {
  color: #ccc;
}

.AddToFaforite .bxs-heart {
  color: #dd3939;
}

.wishlist-btn {
  transition: all 0.3s ease;
}

.wishlist-btn:hover {
  transform: translateY(-2px);
}

/* Image Zoom Styles */
.ZoomImage {
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.mean-bar.mean-bar-bg {
  background-color: #335d2d;
}

.ZoomImage:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ZoomImage i {
  color: #333;
  font-size: 18px;
}

/* Image Zoom Modal Styles */
#imageZoomModal .modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

#imageZoomModal .modal-header {
  color: white;
  border-bottom: none;
  padding: 20px 30px;
}

#imageZoomModal .modal-title {
  font-weight: 600;
  font-size: 18px;
}



#imageZoomModal .modal-body {
  padding: 0;
  background: #000;
}

.image-zoom-container {
  position: relative;
  overflow: hidden;
  background: #000;
}

.zoomed-image {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.zoomed-image.zoomed {
  cursor: zoom-out;
}

/* Zoom controls */
.zoom-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 1000;
}

.zoom-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.zoom-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.zoom-btn i {
  color: #333;
  font-size: 16px;
}

#imageZoomModal .modal-footer {
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 15px 30px;
}

#imageZoomModal .btn {
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

#imageZoomModal .btn-primary {
  background: #325d2d;
  border: none;
}

#imageZoomModal .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
} 

/* Loading animation */
.image-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #f8f9fa;
}  

.spinner-border {
  color: #667eea;
}

/* banner-show-mobile-area */
.banner-show-mobile-area{ 
  position: relative;
  background-color: #f8f9fa;
  margin-top: -20px;
  width: 101vw;
  height: 96vh;
  overflow: hidden;
}

.banner-show-mobile-item{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 3;

}
.banner-show-mobile-item h4{
  font-size: 37px;
   color: #fff;
  text-align: center;
  margin-bottom: 12px;
  font-style: italic;
  font-weight: normal;
  font-family: Embassy-BT;
}
.banner-show-mobile-area .bottom-shadow{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16px;
  background-color: #fff;
  z-index: 2;
  /* box-shadow: 0px -22px 32px 11px #fff;
  -webkit-box-shadow: 0px -22px 32px 11px #fff;
  -moz-box-shadow: 0px -22px 32px 11px #fff;
  -o-box-shadow: 0px -22px 32px 11px #fff;
  -ms-box-shadow: 0px -22px 32px 11px #fff;
  -webkit-box-shadow: 0px -22px 32px 11px #fff;
  -moz-box-shadow: 0px -22px 32px 11px #fff;
  -o-box-shadow: 0px -22px 32px 11px #fff;
  -ms-box-shadow: 0px -22px 32px 11px #fff; */
}
.banner-show-mobile-area .banner-content-mobile .f-shopping-btn{
  background-color:rgba(56, 154, 18, 0.6);

}
.banner-show-mobile-area .banner-content-mobile .t-service-btn{
  background-color:rgba(56, 154, 18, 0.6);

}
.banner-show-mobile-area .banner-content-mobile .t-training-btn{
  background-color:rgba(56, 154, 18, 0.6);

}
.banner-show-mobile-area .banner-content-mobile a{
  
  align-items: center;
  padding: 10px;
   margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold !important;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #fff;
  text-align: center;
  width: 100%;
  display: block;
}

/* Service toggle container */
.service-toggle-container {
  position: relative !important;
  display: inline-block;
  width: 100%;
}

/* Training toggle container */
.training-toggle-container {
  position: relative !important;
  display: inline-block;
  width: 100%;
}

/* Service Slide-up Menu */
.service-slide-menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  border-radius: 10px;
  /* box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15); */
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  max-height: 300px;
  overflow-y: auto;
  /* margin-bottom: 10px; */
  width: 100%;
  min-width: 200px;
}

.service-slide-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Training Slide-up Menu */
.training-slide-menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  border-radius: 10px;
  /* box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15); */
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  max-height: 300px;
  overflow-y: auto;
  /* margin-bottom: 10px; */
  width: 100%;
  min-width: 200px;
}

.training-slide-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.service-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 10px 15px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.service-menu-header h3 {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.close-service-menu {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.close-service-menu:hover {
  background: #f5f5f5;
  color: #333;
}

/* .service-menu-items {
  padding: 10px 15px;
} */

.service-menu-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  color: #fff ;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.2s ease;
}
.service-menu-item {
  background: linear-gradient(45deg, #ffd700, #ffa500) !important;
  color: #fff !important;
  font-weight: bold !important;
}
.banner-img-mobile{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Training menu items */
/* .training-menu-items {
  padding: 10px 15px;
} */
 
.training-menu-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.2s ease;
  background: linear-gradient(45deg, #ffd700, #ffa500) !important;
  font-weight: bold !important;
}
.service-menu-item:last-child {
  border-bottom: none;
}

.service-menu-item:hover {
  background: #f8f9fa;
  padding-left: 10px;
  color: #2eae23;
}

.service-menu-item i {
  font-size: 20px;
  margin-right: 15px;
  color: #2eae23;
  width: 24px;
  text-align: center;
}

.service-menu-item span {
  font-size: 16px;
  font-weight: bold;
}

/* Overlay for slide menu */
.service-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.service-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Prevent body scroll when menu is open */
body.menu-open { 
  overflow: hidden;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  #imageZoomModal .modal-dialog {
      margin: 10px;
  }
  
  .zoomed-image {
      max-height: 60vh;
  }
  
  .zoom-controls {
      top: 10px;
      right: 10px;
  }
  
  .zoom-btn {
      width: 35px;
      height: 35px;
  }
  
  .service-slide-menu {
    max-height: 70vh;
  }
  
  .service-menu-header {
    padding: 15px 15px 10px 15px;
  }
  
  /* .service-menu-items {
    padding: 15px;
  } */
  
  .service-menu-item {
    padding: 12px 0;
  }
}
