
        .rating {
            color: gold;
        }
        /* .card{
            border:1px solid black;
        } */
        .card-hover:hover {
      transform: scale(1.03);
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .service-price {
      font-weight: bold;
      color: #333;
    }

    .enquire-btn {
      background-color: #007bff;
      color: white;
    }

    .enquire-btn:hover {
      background-color: #0056b3;
    }

    .contact-box {
      background: #f8f9fa;
      border-radius: 10px;
      padding: 20px;
    }

    .star-rating i {
      color: #ccc;
      cursor: pointer;
    }

    .star-rating i.checked {
      color: #f4c10f;
    }

    .badge-claimed {
      background-color: #28a745;
      color: white;
      font-size: 0.75rem;
      padding: 2px 6px;
      border-radius: 5px;
      margin-left: 5px;
    }

  /* Layout reset */


/* Card styling */
.custom-card {
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.custom-card-body {
  padding: 0;
}

/* Tabs */
.custom-tab-list {
  display: flex;
  border-bottom: 1px solid #279227;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 15px;
}

.custom-tab-item {
  margin-right: 4px;
}



.custom-tab-link {
  display: block;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: transparent;
  text-decoration: none;
  color: #279227;
  transition: 0.3s;
}

.custom-tab-link:hover {
  border-color: #279227 #279227 #fff;
  background-color: #f8f9fa;
  color: #279227;
}

.custom-tab-link.active {
  border: 1px solid #279227;
  border-bottom-color: white;
  background-color: white;
  color: #279227;
}


/* Tab content */
.custom-tab-content {
  padding: 20px 0;
}

.custom-tab-panel {
  display: none;
}

.custom-tab-panel.active {
  display: block;
}
.section-block {
  padding: 40px 20px;
  border-bottom: 1px solid #eee;
}
.ccontact{
 font-size: 16px; 
}
.caddress{
  font-style: normal;
  line-height: 1.63;
}
.*{
  font-family: "DM Sans", sans-serif;
}

#userLoginModal .nav-tabs {
  border-bottom: none; 
    text-align: left;
    padding-top: 0;
}

#userLoginModal .nav-tabs .nav-link {
  border: none;
  background: transparent;
  font-weight: bold;
  color: #6c757d; 
}

#userLoginModal .nav-tabs .nav-link.active {
  color: #0d6efd;       
  border-bottom: 2px solid #0d6efd;
}

#userLoginModal .modal-content {
  border-radius: 1rem;  
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

#userLoginModal .btn-primary {
  background: #0d6efd;
  border: none;
  border-radius: 50px; 
}

#userLoginModal .btn-success {
  border-radius: 50px; 
}
.avarta img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; 
  display: block;     
  margin: 0 auto;
}