.modal-dialog-scrollable {
  height: auto;
}

.service-card{
	/* border:3px solid black; */
	box-shadow: 5px 5px 50px 0px rgba(6,30,52,0.11);
}

.img-box{
	border:3px solid orange
}

.img-box img{
	width:100%
}

/* .twentytwenty-container{
	height:299px!important
} */

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  _margin: 8px 0;
  color: #fff;
}

.before-badge {
  background: var(--brand-blue, #007bff);
}

.after-badge {
  background: var(--brand-green, #28a745);
}

.prep-tips {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prep-tips li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

.prep-tips .icon {
  display: inline-flex;
  width: 28px;   /* keeps icons aligned */
  font-size: 1.3rem;
  margin-right: 10px;
  flex-shrink: 0;
  text-align: center;
}

.aquamarine{
	background: aquamarine;
}

nav a.active, .m_active {
  color: #01bb96!important;
}

/* Main grid container */
#publicServicesGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: start;
}

@media (max-width: 768px) {
  #publicServicesGrid {
    grid-template-columns: 1fr;
  }
}


/* Each grid card */
.grid-item {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* Gallery wrapper inside each grid card */
.fotorama-gallery-wrapper {
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
}

/* Fotorama fix */
.fotorama, .fotorama__wrap, .fotorama__stage, .fotorama__nav {
  max-width: 100%;
  overflow: hidden !important;
}

.fotorama img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Parallax pgsection section */
.pgsection-intro {
  position: relative;
  overflow: hidden;
  background: silver;
  color: #fff;
}

.pgsection-intro .parallax-bg {
  /* background: url('../../assets/images/egypt.webp') center center / cover no-repeat fixed; */
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.6;
}

.pgsection-intro .container {
  position: relative;
  z-index: 2;
}

.pgsection-intro .pgsection-img {
  max-height: 500px;
  object-fit: contain;
  position: relative;
  z-index: 3;
  margin-bottom:50px;
  /* transform: translateY(20px); */
}

/* Section titles */
.section-title {
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}

/* Services grid */
.services-list .service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  background: #fff;
}
.services-list .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

 
.offcanvas.offcanvas-bottom.fs {
  height: 100dvh !important;
  max-height: 100dvh !important;
}


.offcanvas.offcanvas-bottom.fs.show {
  transform: translateY(0);
}

/* === GRID LAYOUT === */
.fs-body-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* left = images, right = details */
  height: calc(100vh - 56px); /* account for header */
  gap: 0;
}

/* Mobile: stack columns */
@media (max-width: 767.98px) {
  .fs-body-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
}

/* === LEFT COLUMN: IMAGES === */
.fs-left {
  position: relative; /* 👈 Needed for ::after gradient */
  background: #f8f8f8;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}


/* === RIGHT COLUMN: DETAILS === */
.fs-right {
  overflow-y: auto;
  padding: 1.5rem;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.fs-right h4 { margin-bottom: 0.25rem; font-weight: 600; }
.fs-right p.lead { margin-bottom: 1rem; color: #6c757d; }
.fs-right .list-plain { list-style: none; padding-left: 0; margin: 0; }
.fs-right .list-plain li {
  padding: 0.1rem 0;
  border-bottom: 1px dashed #eee;
  display: flex;
  gap: 0.6rem;
  /* align-items: center; */
}
.fs-right .list-plain li .badge { flex-shrink: 0; }

/* Header visuals */
.offcanvas-header.border-bottom {
  border-bottom: 1px solid transparent!important;
}

/* Force full height offcanvas body */
.offcanvas.fs .offcanvas-body {
  height: 100%;
  padding: 0;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .offcanvas.fs .offcanvas-body {
    flex-direction: column !important;
  }

  .fs-left,
  .fs-right {
    height: auto;
    _min-height: 500px;
  }

  .fs-left .fotorama,
  .fs-left .fotorama__stage__frame {
    _height: 300px !important;
  }
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
 
  /* --bs-offcanvas-padding-x: 0rem; */
  --bs-offcanvas-padding-y: 0rem; 
}
.mk-large {
  font-size: 3rem;
  line-height: 1;
}

.lds-ellipsis-bg {
/* 	background:red;height:100vh;width:100%;position:absolute;z-index:1;
	background:rgba(0,0,0,.2);  */
	display:none;
	z-index:999999999999;
}
 .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; 
  bbackground: black;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
  z-index: 1;
}
 
 
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  bbackground: black;
  position: absolute;
  position: fixed;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
  z-index: 99999999999999;
  background: rgba(0,0,0,.2);
  background: linear-gradient(135deg, rgba(0, 198, 255, 0.7), rgba(0, 114, 255, 0.7));

}
 
 
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
section[style*="background:"].position-relative {
  background-color: #1b1b1b !important;
}

.infocard:hover {
  transform: translateY(-6px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.overlay {
  pointer-events: none;
}

.service-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.service-img img {
  transition: transform 0.5s ease;
}
.service-card:hover .service-img img {
  transform: scale(1.05);
}


.service-card-footer {
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-card-footer:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
}

.service-card-footer .img-wrapper {
  width: 100%;
  height: 100px; /* uniform image box */
  overflow: hidden;
  border-radius: 6px;
}

.service-card-footer .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps proportions consistent */
}

.transition-fade {
  opacity: 1;
  transition: opacity .35s ease;
}

html.is-changing .transition-fade {
  opacity: 0;
}

.cardPick {
  cursor: pointer;
  transition: box-shadow .2s ease;
}

/* Selected state — darker shadow, tighter like a border */
.cardPick.selected {
  box-shadow: 0 0 0 4px rgba(0,0,0,0.95), 
              0 6px 16px rgba(0,0,0,0.45) !important;
}


.package-select-checkbox {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  transform: scale(1.2);
}

.selectable-card.selected {
  box-shadow: 0 0 0 4px #0d6efd !important;
  border-radius: 12px;
}

/* mini cart */
.mini-cart { position: relative; display:inline-block; }
#miniCartBtn { position: relative; }

/* slide-in cart */
.cart-slide {
  position: fixed;
  right: -420px;
  top: 0;
  height: 100%;
  width: 420px;
  max-width: calc(100% - 20px);
  background: #fff;
  box-shadow: -10px 0 30px rgba(0,0,0,.12);
  transition: right .28s ease;
  z-index: 1050;
  padding: 20px;
}
.cart-slide.open { right: 0; }
.cart-slide-inner { height:100%; display:flex; flex-direction:column; }
#cartItems { overflow:auto; flex:1; padding-right:6px; }
.cart-item { padding:10px;border-bottom:1px solid #eee; display:flex; gap:10px; }
.cart-item img { width:72px; height:52px; object-fit:cover; border-radius:6px; }

.pointer{cursor:pointer!important}

.swiper-pagination-bullet {
  background: var(--brand) !important;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: var(--brand) !important;
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--brand) !important;
}
.offcanvas.offcanvas-bottom .offcanvas-header,
.offcanvas.offcanvas-top .offcanvas-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
}
.offcanvas { height: 100dvh; overflow-y: auto; }
.hero-slider-page{height:50%}