@import url(https://ipq-orderapp.pages.dev/styles.css);
.img-doctor {
  width: 250px;
  height: 250px;
  max-height: 250px; }

/* Default for big screens */
img.e-rte-image {
  width: auto !important; }

/* For small screens (mobile) */
@media (max-width: 768px) {
  img.e-rte-image {
    width: auto !important;
    height: auto !important; } }

.clickable {
  cursor: pointer;
  transition: all 0.3s ease; }

.clickable:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.1); }

.img-fixed-height {
  height: 200px;
  width: 100%;
  object-fit: cover; }

.img-fixed-height2 {
  height: 150px;
  width: 100%;
  object-fit: cover; }

.e-rte-table th {
  background: #e0e0e0; }

.e-rte-table td,
.e-rte-table th {
  border: 1px solid #bdbdbd;
  height: 20px;
  min-width: 20px;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.e-rte-table.e-dashed-border td,
.e-rte-table.e-dashed-border th {
  border-style: dashed; }

.e-rte-table-resize.e-row-resize,
.e-rte-table-resize.e-column-resize {
  background-color: transparent;
  background-repeat: repeat;
  bottom: 0;
  cursor: col-resize;
  height: 1px;
  overflow: visible;
  position: absolute;
  width: 1px; }

.e-rte-table-resize.e-row-resize {
  cursor: row-resize;
  height: 1px; }

.hero-video {
  object-fit: cover;
  /* Ensures the video covers the container */
  width: 100vw;
  /* Full viewport width */
  height: 100vh;
  /* Full viewport height */
  object-position: top; }

.location-card-inner {
  transition: all 0.3s ease;
  background: white; }

.location-card:hover .location-card-inner {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important; }

.location-image img {
  border: 1px solid #e9ecef; }

.location-state {
  color: #007bff !important;
  font-size: 0.875rem; }

.location-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50 !important; }

.location-count {
  font-size: 0.875rem;
  color: #6c757d !important; }

/* Custom Navigation Positioning */
.carousel-nav-custom {
  position: absolute;
  bottom: -60px;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10; }

/* Carousel Slide Styling */
.carousel-slide {
  padding: 0 10px; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-nav-custom {
    bottom: -50px;
    right: 50%;
    transform: translateX(50%); }
  .location-info h5 {
    font-size: 1.1rem; }
  .location-image img {
    width: 60px;
    height: 60px; } }

.card-x {
  width: 250px;
  height: 330px; }

.three-row-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  gap: 3.0rem;
  margin-bottom: 5px; }

.two-row-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  gap: 3.0rem;
  margin-bottom: 5px; }

.carousel-card-item-package {
  width: 200px;
  scroll-snap-align: start; }

.package-img {
  height: 120px; }

.card-flex {
  height: 100%;
  display: flex;
  flex-direction: column; }

.card-flex-body {
  flex: 1 1 auto; }

.h-80 {
  height: 80%; }

@media (max-width: 576px) {
  .card-body {
    padding: 1rem !important; }
  .location-image img {
    width: 50px;
    height: 50px; }
  .three-row-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    gap: 1.0rem;
    margin-bottom: 5px; }
  .carousel-card-item-package {
    width: 160px;
    scroll-snap-align: start; }
  .package-img {
    height: 90px; } }

.three-row-carousel-container {
  /* This enables the horizontal scrolling */
  overflow-x: auto;
  /* Enables smooth scrolling */
  scroll-behavior: smooth;
  /* For iOS momentum scrolling */
  -webkit-overflow-scrolling: touch;
  /* Defines the snap behavior on the x-axis */
  scroll-snap-type: x mandatory; }

.carousel-card-item {
  width: 160px;
  scroll-snap-align: start; }

.carousel-card-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

/* --- Hide Scrollbar --- */
/* For Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none; }

/* For IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.bg-gr-primary {
  background-color: #f2f5fc; }
