.phone-container {
  display: flex;
  align-items: center;
}
.phone-icon {
  margin-right: 8px; /* space between icon and text */
}
.card-align {
  padding: 2rem !important;
  /* text-align: justify !important; */
}

.card-colour-gray {
  background-color: #dcdcdc !important;
}

#container {
  position: relative;
  display: flex;
  max-height: 95vh;
  aspect-ratio: 3 / 2;
}

.img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-wrapper:nth-child(2) {
  clip-path: inset(0px 0px 0px 50%);
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 100%;
  background-color: #fafafa;
}

.sliderEffect {
  /* reset */
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  /* custom */
  position: absolute;
  width: calc(100% + 2.25rem);
  height: 100%;
  left: -1.125rem;
}

.sliderEffect::-webkit-slider-thumb {
  /* reset */
  -webkit-appearance: none;
  appearance: none;
  /* custom */
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E");
  background-size: cover;
  cursor: grab;
}

.sliderEffect::-moz-range-thumb {
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E");
  background-size: cover;
  cursor: grab;
}

.sliderEffect:active::-webkit-slider-thumb {
  cursor: grabbing;
}

.sliderEffect:active::-moz-slider-thumb {
  cursor: grabbing;
}

#container {
  position: relative;
}

.label {
  position: absolute;
  font-weight: bold;
  color: white;
  /* Change color as needed */
  background: rgba(0, 0, 0, 0.5);
  /* Optional background for better visibility */
  padding: 5px;
  border-radius: 3px;
}

.before-label {
  bottom: 10px;
  left: 10px;
}

.after-label {
  bottom: 10px;
  right: 10px;
}

.text-style-xlarge {
  display: flex;
  align-items: flex-start;
  align-content: space-between;
  flex-direction: column-reverse;
}

.image-icon {
  width: 130px;
  /* Adjust size as needed */
  height: auto;
  /* Maintain aspect ratio */
  margin-left: 8px;
  /* Space between text and image */
}

.testimonial-card:hover {
  transform: scale(1.05);
}

.testimonial-quotes {
  text-align: center;
  /* Center the quote icon */
  margin-bottom: 15px;
  /* Space below the quote icon */
}

.testimonial-text {
  font-style: italic;
  margin: 30px 0;
  min-height: 200px;
  /* max-height: 210px;
	overflow-y: scroll;  */
  padding: 30px 30px 0 30px;
  text-align: justify;
  align-items: center;
  display: flex;
}

.testimonial-flex {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.testimonial-card img {
  width: 50px;
  height: auto;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-title {
  margin: 0;
}

.testimonial-secondary {
  font-size: 0.9em;
  color: #6c757d;
}

.custom-footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.custom-footer-inner {
  flex: 1;
  margin: 10px;
  min-width: 250px;
}

.contact-info {
  max-width: 350px;
  flex: 0 0 300px;
}

.custom-footer-nav {
  text-align: left;
  flex: 0 0 150px;
}

.custom-footer-link {
  display: block;
  margin: 5px 0;
  text-decoration: none;
}

.custom-footer-link:hover {
  text-decoration: underline;
}

.map-container {
  display: flex; /* Ensure map container is flex */
  justify-content: center; /* Center map */
  width: 100%; /* Full width on smaller screens */
  flex: 1; /* Allow map container to take remaining space */
}

.map {
  width: 100%; /* Make map take full width */
}

.map iframe {
  width: 100%; /* Full width for the map */
  height: 200px; /* Decreased height for smaller screens */
}

@media (min-width: 768px) {
  .map iframe {
    height: 250px; /* Decreased height for larger screens */
  }
}

@media (max-width: 576px) {
  .custom-footer-grid {
    flex-direction: column; /* Stack sections vertically on very small screens */
    align-items: center; /* Center align items */
  }

  .custom-footer-inner {
    text-align: center; /* Center text for smaller screens */
  }

  .map-container {
    width: 100%; /* Ensure map takes full width in column layout */
  }
}
.custom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  padding: 10px 20px; /* Add padding */
}

.custom-footer-text {
  display: flex;
  align-items: center;
}

.custom-footer-logo {
  height: 50px;
  margin-right: 10px;
}

.custom-footer-center {
  flex: 1; /* Take up available space */
  text-align: center;
  margin: 10px 0; /* Margin for spacing */
}

.custom-footer-social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.custom-footer-icon {
  margin: 0 10px;
  text-decoration: none; /* Remove underline */
}

.custom-footer-icon:hover {
  color: #0056b3; /* Darker color on hover */
}

/* Responsive Styles */
@media (max-width: 768px) {
  .custom-footer {
    flex-direction: column; /* Stack items vertically on smaller screens */
    align-items: center; /* Center items */
  }

  .custom-footer-text,
  .custom-footer-center,
  .custom-footer-social-icons {
    margin-bottom: 10px; /* Spacing between sections */
  }

  .custom-footer-center {
    text-align: center; /* Center text in the footer center section */
  }
}

.custom-footer-grid {
  display: flex; /* Use flexbox */
  flex-direction: row; /* Align children in a row */
  justify-content: flex-start; /* Align items to the left */
  flex-wrap: wrap; /* Allow items to wrap to the next line */
}

/* Mobile Styles */
@media (max-width: 768px) {
  .custom-footer-grid {
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items to the left */
  }

  .custom-footer-inner {
    margin: 5px 0; /* Adjust margin for mobile */
    width: 100%; /* Full width on mobile */
  }
}

.custom-footer-nav {
  display: flex; /* Use flexbox */
  flex-direction: column; /* Stack items vertically */
  align-items: flex-start; /* Align items to the left */
  margin: 10px 0px; /* Add margin for spacing */
}

.custom-footer-link {
  text-align: left; /* Ensure text is left-aligned */
  margin-bottom: 5px; /* Space between links */
  color: rgb(40, 56, 81); /* Change color as needed */
  text-decoration: none; /* Remove underline */
}

.footer-link-text {
  font-weight: bold; /* Bold for the section title */
  margin-bottom: 5px; /* Space below the title */
}

.subscribe-align {
  padding: 0px 20px 0px 20px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-20 {
  margin-right: 20px;
}

.mw-120 {
  min-width: 120px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center; /* Vertically center the checkbox and label */
}

.styled-checkbox {
  appearance: none; /* Remove default styling */
  width: 20px; /* Custom width */
  height: 20px; /* Custom height */
  border: 2px solid rgb(40, 56, 81); /* Custom border color */
  border-radius: 4px; /* Rounded corners */
  outline: none; /* Remove outline */
  cursor: pointer; /* Change cursor on hover */
  margin-right: 10px; /* Space between checkbox and label */
  position: relative; /* Position for pseudo-elements */
}

.styled-checkbox:checked {
  background: rgb(40, 56, 81); /* Background color when checked */
  border-color: rgb(40, 56, 81); /* Border color when checked */
}
.small-text{
	font-size:1rem;
	font-weight:500;
	line-height: 1.375;
}
/* Checkmark styling */
.styled-checkbox:checked::before {
  content: ""; /* Empty content for custom checkmark */
  position: absolute; /* Positioning to center it */
  top: 2px; /* Adjust top position */
  left: 5px; /* Adjust left position */
  width: 10px; /* Width of the checkmark */
  height: 10px; /* Height of the checkmark */
  background: white; /* Checkmark color */
  clip-path: polygon(
    0 50%,
    40% 100%,
    100% 0,
    60% 0,
    40% 50%
  ); /* Custom checkmark shape */
}
.working-hour {
  display: flex;
  justify-content: space-between; /* Space between day and time */
  width: 32rem; /* Full width for each row */
  margin: 0; /* Space between rows */
}

.working-hour .day {
  margin-right: 20px; /* Space between day and time */
}
.margintb {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.flex-start {
  justify-content: flex-start;
}

.ui-timepicker-wrapper {
  width: 20% !important; /* Set input to full width */
  border-radius: 5px;
}

.text-field-form {
  color: #ffffff;
}

.mobileView {
  display: none;
}

.our-partner {
  padding-bottom: 0;
  margin-top: 5px;
}
/* Optional: Media queries */
@media (max-width: 768px) {
  .preloader {
    display: flex; /* Ensure it's displayed on mobile */
  }

  .mt-380 {
    margin-top: 380px;
  }

  .service-height {
    height: auto;
  }

  .mt-310 {
    margin-top: 310px;
  }
}

@media (min-width: 600px) {
  .working-hours {
    flex-direction: column; /* Keep stacking in larger screens */
  }
}

@media screen and (max-width: 767px) {
  /* .home-insights-grid {
        max-height: fit-content !important; 
    } */
  .slider-image-inner {
    height: auto;
  }
  .image-effect-grid {
    min-height: auto;
  }
  .testimonial-flex {
    padding-left: 0px;
  }
  .align-center {
    align-items: center;
  }
  .ui-timepicker-wrapper {
    width: 75% !important;
  }
  .cfontsize {
    font-size: 2.5rem;
  }
  .addonheading {
    display: none;
  }

  .simage_height {
    /* height: auto !important; */
    height: 120vh !important;
  }

  .logo-wrapper-link {
    width: 140px !important;
  }

  .text-justify {
    text-align: justify;
  }

  .overflow-visible {
    overflow: visible;
  }
  .partner-width {
    width: auto !important;
    height: 70px;
  }

  .service-grid-content-left {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
  }
  .service-padding {
    padding-top: 0;
  }

  .our-numbers {
    padding-top: 15px;
  }
  .our-partner {
    display: none;
  }

  .autoheight {
    height: auto;
  }
  .slider-about {
    padding-top: 10px;
  }
  .font1-2 {
    font-size: 1.2rem;
  }
  .contact-details-grid {
    grid-template-columns: 1fr;
  }

  .mobileView {
    display: block;
  }
  .partner-slider {
    height: 216px;
  }
}

/* Initially hide the submenu */
.submenu {
  display: none;
  padding-left: 20px;
}

/* Show submenu on hover */
.menu-wrapper-inner:hover .submenu {
  display: block;
}

/* Style submenu links */
.submenu-link {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: var(--white-700-body-text);
}

.maxwidth {
  max-width: 60rem;
}

.uppercase {
  text-transform: uppercase;
  font-size: 22px;
}

.service-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.service-image-content {
  width: 100%;
  height: 100%;
}

.simage_height {
  height: 100vh;
}

.margin-top {
  margin-top: -60px;
}

.opacity-70 {
  opacity: 0.7;
}
.mt-28 {
  margin-top: 28px;
}
.font-size-14 {
  font-size: 14px;
}

.padding-left0 {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .mtn-22 {
    margin-top: -22px;
  }
  .mtn-60 {
    margin-top: -60px;
  }
  .w-dyn-3items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.aboutus-card img {
  width: 70px;
  height: 70px;
}

.collection-list-2 {
  grid-template-columns: 1fr;
}

.card-square-aspect-ratio {
  aspect-ratio: auto;
}

.partner-width {
  width: 250px;
}

@media screen and (max-width: 991px) {
  .collection-list-2 {
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
}

.text-colour-white {
  color: var(--white-700-body-text) !important;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #3d455a !important;
}

.text-justify {
  text-align: justify;
}
/* .zd-sticky-button{
	background-color: var(--black300) !important;
	color: var(--white-700-body-text) !important;
    border-radius: 10rem !important;
    padding: .7rem !important;
    font-size: .9rem !important;
    font-weight: 400 !important;
	left: 600px !important;
	width: 250px !important;
	font-family: Libre Franklin, sans-serif !important;
	text-align: center !important;
	text-transform: uppercase !important;
} */
.hero-title {
  font-family: "Inter", sans-serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 95px;
  letter-spacing: -0.05em;
  color: #313131;
  margin-top: 40px; /* adjust if needed */
  /* margin-bottom: 24px; */
}

.avatar-circle {
  width: 42px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* subtle depth */
  margin-left: -15px; /* overlapping effect */
}

.hero-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em; /* -2% */
  color: #656565;
  max-width: 523px; /* Optional: to match Figma width */
  margin-bottom: 2rem;
  margin-top:1rem;
}
.hero-appointments {
  display: flex;
  flex-direction: row;
  margin-top: 1.5rem;
}

.avatars {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 15px;
}
.virtual-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #313131;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .virtual-title {
    font-size: 26px;
    text-align: center;
  }
  .rating-text {
    font-size: 14px;
    text-align: center;
    margin-top: 0.5rem;
  }
}
/* Service Cards Styling - Matches Figma Design */

.section-services {
  min-height: 100vh;
}
/* Custom Dark Theme */
.service-card-dark {
  background: #37465c;
  color: white;
}

.service-card-dark .service-icon-circle {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px);
}

/* Light Theme */
.service-card-figma.bg-light {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Icon Styling */
.service-icon-circle {
  position: relative;
  z-index: 2;
}

.service-icon-circle .rounded-circle {
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.service-card-figma:hover .service-icon-circle .rounded-circle {
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0.4);
}
/* Background Decorative Elements */
.service-card-figma .position-absolute i {
  opacity: 0.03;
  transition: all 0.3s ease;
}

.service-card-figma:hover .position-absolute i {
  opacity: 0.08;
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .service-card-figma {
    min-height: 250px;
    margin-bottom: 1.5rem;
  }

  .section-services .display-5 {
    font-size: 2rem;
  }

  .service-card-figma h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .service-card-figma {
    min-height: 220px;
    padding: 1.5rem !important;
  }

  .service-icon-circle .rounded-circle {
    width: 50px !important;
    height: 50px !important;
  }

  .service-icon-circle i {
    font-size: 1.5rem !important;
  }
}

/* Animation Classes */
.fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

.fade-in-up.delay-1 {
  animation-delay: 0.1s;
}
.fade-in-up.delay-2 {
  animation-delay: 0.2s;
}
.fade-in-up.delay-3 {
  animation-delay: 0.3s;
}
.fade-in-up.delay-4 {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-card-description {
  text-align: center;
  width: 253px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.black-text {
  color: #000000;
}
.margin-bottom {
  margin-bottom: 2rem;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
/* Grid System Enhancement */
.services-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.mt-5 {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.number-circle {
  width: 43px;
  height: 43px;
  border: 2px solid #d4d4d4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.margin-top {
  margin-top: 2rem;
}
.margin-left {
  margin-left: 3rem;
}
.blog-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.blog-card {
  width: 22rem;
  max-width: 100%;
  margin-top:1.6rem
}
.custom-divider {
  width: 25.12rem;
  border: none;
  height: 1px;
  background-color: #dddddd;
}
.footer-divider {
	 width: 45rem;
  border: none;
  height: 1px;
  background-color: #dddddd;
}
.arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* For the left gray arrow */
.arrow-btn.gray {
  border-color: #a0a0a0;
  color: #a0a0a0;
}

/* For the right black arrow */
.arrow-btn.black {
  border-color: #000;
  color: #000;
}
.footer {
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  padding: 3rem 0 0;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.footer .info {
  flex: 1 1 50%;
  min-width: 300px;
}

.footer .info h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.footer .info .contact {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.footer iframe {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 10px;
  margin-top: 1rem;
}

.footer .schedule-card {
  flex: 1 1 40%;
  min-width: 300px;
  background-color: #3b3f48;
  padding: 2rem;
  color: #fff;
}
.footer{
	border-radius: 20px;
}
.schedule-card{
	border-top-left-radius: 4.3rem;
	border-top-right-radius: .625rem;
	border-bottom-right-radius: .625rem;
	border-bottom-left-radius: .625rem;
}
.schedule-card h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.working-hour {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}

.schedule-card .btn {
  margin-top: 1.5rem;
  background-color: #575D66;
  color: #fff;
  padding: 0.6rem 1.5rem;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
} 
.btn{
	border-radius: 30px;
}
.footer-bottom {
  font-size: 0.85rem;
  color: #777;
  margin-top: 1rem;
  height:6.4rem;
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  padding-top: 1rem;
  margin-left:0;
  text-align: left;
  background-color:#DEDEDE;
  position:relative;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}

.footer-logo img {
  width: 40px;
  height: auto;
}

.footer .quick-links a {
  color: #000;
  margin-right: 1rem;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer .social-icons a {
  margin-right: 0.8rem;
  font-size: 1.1rem;
  color: #333;
}
.schedule-card-dimensions{
	width:39.3rem;
}
.visit-button {
  display: inline-block;
  padding: 8px 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #ffffff;
  background-color: #313131;
  border-radius: 20px;
  text-decoration: none;
  border: 2px solid #000;
  transition: all 0.3s ease;
}
.visit-button:hover {
  background-color:#ffffff !important;
  color:black !important;;
  border:0 !important;
}

/* Optional: Media queries */
@media (max-width: 768px) {
  /* .zd-sticky-button{
		left:30px !important;
	} */
}
/* Add these styles to your existing CSS */
  .schedule-card-dimensions {
    width: 100%; /* Make it full width on mobile */
    max-width: 39.3rem; /* Keep original max width */
  }

  /* Responsive adjustments */
  @media (max-width: 1200px) {
    .schedule-card-dimensions {
      max-width: 35rem;
    }
  }

  @media (max-width: 992px) {
    .schedule-card-dimensions {
      max-width: 30rem;
      padding: 1.5rem !important;
    }
    
    .working-hour {
      padding: 0.5rem 0.8rem !important;
      max-width:100%;
      
    }
  }

  @media (max-width: 768px) {
    .schedule-card-dimensions {
      max-width: 100%; /* Full width on tablets */
      margin-top: 2rem; /* Add space between columns */
    }.working-hour {
      flex-direction: column; /* Stack day/time on small screens */
      align-items: flex-start;
      max-width:100%

    }
  }

  @media (max-width: 576px) {
    .schedule-card-dimensions {
      border-radius: 0.625rem !important; /* Simplify border radius on mobile */
      margin-left:.01rem !important
    }
    
    .working-hour {
      flex-direction: column; /* Stack day/time on small screens */
      align-items: flex-start;
        max-width:100%
    }
    
    .working-hour span:last-child {
      margin-top: 0.3rem;
    }

  }
