*{padding:0px;margin:0px;}
    .card-custom {
      border-radius: 20px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      margin:auto;
      max-width: 500px;
    }
    .carousel-inner img {
      width: 100%;
      height: auto;
    }
    .verified-badge {
      font-size: 0.9rem;
      color: #1a73e8;
      font-weight: 500;
    }
    .star-rating {
      color: #fbbc04;
      font-size: 1.1rem;
    }
    .call-btn {
      border-radius: 25px;
      font-weight: 500;
    }
    .rating-text {
      font-size: 0.95rem;
    }
    .slick-slider{padding: 10px;border-radius:10px;}
    .slick-slider img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
    .autoplay img {
  width: 100%;
  height: auto;
  padding:5px;
}
.zoom img {
    width: 100%;
    height: auto;
    display: block;
    cursor: zoom-in;
  }
 .menu-img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 10px;
    }
     .card-section {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
}
    .bar-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 50px;
    position: absolute;
    top: 0px;
    top: 50px;
}
    .bar {
    width: 25px;
    background-color: #f8b400;
    border-radius: 4px 4px 0 0;
    margin: 0px 4px;
}
    .bar-1 { height: 10%; }
    .bar-2 { height: 10%; }
    .bar-3 { height: 10%; }
    .bar-4 { height: 30%; }
    .bar-5 { height: 100%; }
     .offer-logo {
      width: 40px;
      height: 40px;
      object-fit: contain;
    }
    .icon {
      width: 20px;
    }
    .offer-card {
      background-color: #fff;
      padding: 12px;
      border-radius: 8px;
      border: 1px solid #ddd;
      margin-bottom: 10px;
    }
    .text-blue {
      color: #1a73e8;
    }
    .pointer {
      cursor: pointer;
    }
     .carousel-inner {
      border: 6px solid #243665; /* dark blue border */
      border-radius: 20px;
      overflow: hidden;
    }

    .carousel-item img {
      width: 100%;
      height: auto;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #243665;
      border-radius: 50%;
      padding: 10px;
    }

    .carousel {
      max-width: 800px;
      margin: auto;
    }
     .slider-wrapper {
      max-width: 1100px;
      margin: auto;
    }

    .menu-slider .slick-slide {
      padding: 10px;
    }

    .menu-slider img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      background: #fff;
      cursor: pointer;
    }
    .slick-prev:before,
    .slick-next:before {
      color: #243665;
      font-size: 30px;
    }
      .hours-section {
      border-bottom: 1px solid #ccc;
      padding: 15px;
      font-family: Arial, sans-serif;
    }

    .dropdown-toggle-custom {
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
    }

    .dropdown-icon {
      transition: transform 0.3s ease;
    }

    .dropdown-icon.rotate {
      transform: rotate(180deg);
    }

    .hours-list {
      padding-left: 28px;
      margin-top: 10px;
    }

    .hours-list span {
      display: flex;
      margin-bottom: 5px;
      justify-content: space-between;
    }

    .open-status {
      color: green;
      font-weight: bold;
    }

    .suggest {
      color: #007BFF;
      cursor: pointer;
      font-size: 14px;
    }
    html {
      scroll-behavior: smooth;
    }
    .nav-scroll {
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      background: #fff;
      border-bottom: 1px solid #e0e0e0;
    }
    .nav-scroll .nav-link {
      display: inline-block;
      padding: 15px 20px;
      color: #555;
      font-weight: 500;
    }
    .nav-scroll .nav-link.active {
      color: #0d6efd;
      border-bottom: 2px solid #0d6efd;
    }
    .section-box {
      background-color: #f7fbfa;
      padding: 20px;
      border-radius: 12px;
      margin: 20px 0;
    }
    .section-title {
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 15px;
    }
    .navbar-fixed {
      position: sticky;
      top: 0;
      z-index: 1000;
    }
    section {
      scroll-margin-top: 80px;
    }
    .hours-box {
      background-color: #f8f9fa;
      padding: 20px;
      border-radius: 8px;
    }
    .hours-title {
      font-weight: 600;
      font-size: 1.25rem;
    }
    .closed-text {
      color: red;
      font-weight: 500;
    }
    .day-row {
      display: flex;
      justify-content: space-between;
      padding: 2px 0;
      font-size: 0.95rem;
    }
     .map-container {
      background-color: #f8f9fa;
      padding: 20px;
      border-radius: 8px;
      max-width: 600px;
    }
    .map-frame {
      width: 100%;
      height: 300px;
      border: 0;
      border-radius: 8px;
      margin-bottom: 15px;
    }
    .map-buttons a {
      border-radius: 30px;
    }
    .contact-card h6 {
      font-weight: 600;
      margin-bottom: 20px;
    }
    .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }
    .contact-item i {
      font-size: 1.1rem;
      margin-right: 10px;
      color: #444;
    }
    .contact-item a {
      color: #1a73e8;
      text-decoration: none;
      font-size: 0.95rem;
    }
    .contact-item a:hover {
      text-decoration: underline;
    }
  .reviews-box {
      max-width: 100%;
    }
    .reviews-title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 8px;
    }
    .reviews-stars {
      font-size: 16px;
      color: #fbbc04;
    }
    .reviews-stars .bi-star-half {
      margin-right: 2px;
    }
    .reviews-score {
      font-size: 14px;
      color: #5f6368;
    }
    .reviews-number {
      font-size: 40px;
      font-weight: 500;
      color: #3c4043;
      margin-top: 15px;
    }
    .rating-row {
      display: flex;
      align-items: center;
      margin: 5px 0;
    }
    .rating-row span {
      width: 20px;
      font-size: 14px;
    }
    .progress {
      height: 12px;
      flex: 1;
      background-color: #e0e0e0;
      border-radius: 2px;
    }
    .progress-bar {
      background-color: #fbbc04;
    }
       .rating-compact {
      display: flex;
      align-items: center;
      padding: 20px;
      max-width: 400px;
    }
    .rating-score {
      font-size: 48px;
      font-weight: 500;
      color: #3c4043;
      margin-right: 30px;
    }
    .rating-bars {
      flex: 1;
    }
    .rating-row {
      display: flex;
      align-items: center;
      margin: 6px 0;
    }
    .rating-label {
    font-size: 14px;
    color: #a0a7af;
    text-align: right;
    margin-right: 15px;
    font-weight: 700;
}
    .progress {
      height: 15px;
      background-color: #e0e0e0;
      flex: 1;
      border-radius: 6px;
    }
    .progress-bar {
      background-color: #fbbc04;
    }
       .review-header {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      margin-top:30px;
    }
    .review-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 12px;
    }
    .review-meta {
      flex-grow: 1;
    }
    .review-name {
      font-weight: 600;
      margin-bottom: 2px;
      font-size: 15px;
    }
    .review-stars {
      color: #fbbc04;
      font-size: 15px;
    }
    .review-time {
      font-size: 13px;
      color: #5f6368;
      margin-left: 6px;
    }
    .review-icon {
      font-size: 18px;
      color: #5f6368;
      cursor: pointer;
    }
    .review-text {
      font-size: 15px;
      color: #3c4043;
      line-height: 1.5;
    }
        .offer-header {
      display: flex;
      align-items: center;
      padding: 1rem;
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      cursor: pointer;
    }
    .offer-header i {
      font-size: 1.5rem;
      color: #007bff;
      margin-right: 10px;
    }
    .offer-body {
      background-color: #fff;
      padding: 1rem;
    }
    .offer-item {
      display: flex;
      align-items: flex-start;
      padding: 1rem 0;
      border-bottom: 1px solid #ddd;
    }
    .offer-item img {
      width: 40px;
      height: 40px;
      margin-right: 15px;
    }
    .offer-content h6 {
      margin: 0;
      font-weight: bold;
      color: #007bff;
    }
    .offer-content p {
      margin: 0;
      font-size: 14px;
      color: #555;
    }
    .icon-label {
      font-size: 13px;
      color: #555;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .icon-label i {
      font-size: 14px;
    }
    .map-location {padding:15px;}
    hr{margin: 0px;}
      .gallery-img {
      width: 100%;
      height: 100px;
      object-fit: cover;
      border-radius: 2px;
      cursor: pointer;
      transition: transform 0.2s;
    }

    .gallery-img:hover {
      transform: scale(1.03);
    }

    .modal-img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
      .provider-option {
      display: flex;
      align-items: center;
      padding: 12px 15px;
      border-bottom: 1px solid #eee;
      cursor: pointer;
    }

    .provider-option:last-child {
      border-bottom: none;
    }

    .provider-option img {
      width: 28px;
      height: 28px;
      margin-right: 12px;
    }

    .modal-content {
      border-radius: 15px;
    }

    .modal-footer {
      justify-content: center;
    }

    .link-blue {
      color: #1a73e8;
      font-size: 14px;
      cursor: pointer;
    }
    .float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
.privacy{padding:20px;}
.privacy h1{background: #f6f6f6;
    text-align: center;
    font-size: 25px;
    padding: 20px;
    border-radius: 4px;}
.policy-link{margin-top: 25px;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;}