:root {
  --rose-pink: #dc138f; /* change if needed */
}
html,body{
	scrollbar-width: thin;
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
	  background: #000;
    font: 400 13px/1.8 "Montserrat",sans-serif;
    -webkit-font-smoothing: antialiased;

}
.btn, .font-alt, .form-control {
  font-family: "Montserrat",sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.module-title + .module-subtitle {
	
  margin-bottom: 32px;
}
.k8-wow {
  opacity: 0;
}
.bfoot, .bfoot a, .bfoot i{
	font-size:16px !important;
	
}
.k8-wow.animate__animated {
  opacity: 1;
}
.font-serif {
  font-family: Montserrat,"Times New Roman",sans-serif;
  font-style: inherit;
}
.module-subtitle {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-bottom: 16px;
  padding: 5px;
}
.tcenter{
	text-align:inherit;
}
.mw100{
width:100%;	
}
.mfont{
	font-size:1.8em;
}
.hero-caption > div{
	max-width:80vw;
}

@media (max-width: 900px) {/*START*/
	html,body{
		height:100vh;
		width:100vw;
		scrollbar-gutter: stable;
		scrollbar-width: none;
	    scroll-behavior: smooth;
	}
	html {
  overflow:hidden;
   }
	body{
		overflow:hidden;
		overflow-y:Scroll;
	}
	main{
		margin-top:64px;
	}
	.tcenter{
	text-align:center;
	justify-content:center;
}
.mfont{
	font-size:1.25em;
}
.margintop{
	margin-top:16px;
}

.btn{
 margin-top:8px;	
 }
 
 .col-md-3 {
    flex: 0 0 auto;
    width: 49.99%;
  }
 .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
 }
 /*END*/}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: none;
}

/* ===== COMPACT SECTIONS ===== */
.compact-section {
  padding: 3rem 0;
}

/* Reduce row gaps */
.compact-row {
  row-gap: 1.5rem;
}
.titan-title-size-2 {
  font-family: system-ui, -apple-system, "Segoe UI",
               Roboto, Arial, sans-serif;
}
.about-logo.jolly_mob {
  max-width: 100%;
  height: auto;
  display: block;
}
.nav-link{
	font-size:13px;
	color:#fff;
}
.navbar-transparent {
  background: transparent;
}
.x-font{
	font-size:22px;
}
.leaflet-container {
	z-index:0 !important;
}
@media (max-width: 600px) {
.x-font{
	font-size:18px;
}	
}
@media (max-width: 991px) {
	.navbar-custom {
	width:100vw;	
    background-color: #1e1e1e !important;
  }
  .navbar-custom .navbar-collapse {
    background-color: inherit !important;
  }
}
.navbar-custom {
	z-index:1000;
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: var(--rose-pink);
  --bs-navbar-active-color: var(--rose-pink);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* SCROLLED STATE (AUTO APPLIED BY JS) */
.navbar-custom:not(.navbar-transparent) {
  background: #1e1e1e; /* or white if you prefer */
  opacity: 0.97;
}

/* LINKS */
.navbar-custom .nav-link {
  font-size: 12px;
  color: #fff;
}

/* HOVER + ACTIVE (ALWAYS WORKS) */
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active,
.navbar-custom .nav-link.show {
  color: var(--rose-pink);
  font-weight: 900;
  letter-spacing: 0;
}
@media (max-width: 600px){
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active,
.navbar-custom .nav-link.show {
  color: var(--rose-pink);
  font-weight: 600;
  letter-spacing: 0;
}
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}

@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    left: 0;
    margin-left: 1rem;
  }
}

/* Hero slide must have height */

.module-small.bg-dark {
  min-height: 300px;
}

.contact-icons i {
  width: 18px;
  min-width: 18px;
  display: inline-flex;
  justify-content: center;
}



/* HERO WRAPPER */
.home-section {
  height:100vh;
  max-height: 1080px;
  position: relative;
  overflow: hidden;
}

/* Owl height sync */
.hero-owl,
.hero-owl .owl-stage-outer,
.hero-owl .owl-stage,
.hero-owl .owl-item {
  height: 100%;
}
.hero-slide {
  position: relative;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
  background: #000;
}

/* 🔥 THIS is what fixes CLS */
.hero-media {
  width: 100%;
  height: 100%;
  aspect-ratio: 1857 / 948; /* exact image ratio = 1.96 */
}

/* Image */
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;   /* no crop */
  object-position: center;
  display: block;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.69);
  z-index: 1;
}

/* Caption */
.hero-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.hero-caption .text-center {
  min-height: 220px;
}
/* Dots */
.hero-owl .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 20;
}

/* Mobile behavior */
@media (max-width: 900px) {
  .home-section {
	  margin-top:66px;
    height: calc(100vh - 66px);
  }
.hero-slide img {
  width: auto;
  height:100%;
  object-fit: cover;     /* NO CROP */
  object-position: center;
  display: block;
}

}



.heading {
  position: relative;
}

/* Override hero-slide height */
.heading .hero-slide {
  height: 50vh;
  max-height: none;
}

/* Image should cover (not contain) */
.heading .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* override global contain */
  object-position: center;
}



/* Caption stays centered */
.heading .hero-caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
}

/* Optional: smaller heading text */
.heading .titan-title-size-2 {
  font-size: clamp(28px, 4vw, 44px);
}

/* Mobile adjustment */
@media (max-width: 600px) {
  .heading .hero-slide {
    height: 40vh;
  }
}




.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
/* Base founder section */
.founder-section {
  position: relative;
  overflow: hidden;
  font-size: 22px;
}

/* 🔒 Reserve space using wrapper ONLY (no min-height hacks) */
.founder-section .image-wrap {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 2 / 3;      /* 600 × 900 */
  margin-inline: auto;
}

/* Image fills reserved box */
.founder-section .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* 📱 Mobile adjustment (still CLS-safe) */
@media (max-width: 768px) {
  .founder-section .image-wrap {
    max-width: 320px;
  }
}


.text-muted {
  --bs-text-opacity: 1;
  color: #fd009b !important;
}
.btn-outline-dark {
  --bs-btn-color: #fff !important;
  --bs-btn-border-color: #8a8a8a !important;
}
.wow-ignore * {
  animation: none !important;
 
}
/* TYPO */
.titan-title-size-1 { font-size: 1.25rem; letter-spacing: 2px; }
.titan-title-size-2 { font-size: 1.8rem; }
.titan-title-size-4 { font-size: 2.6rem; }

@media (max-width:768px){
  .titan-title-size-4{ font-size:1.8rem; }
  .titan-title-size-2{ font-size:1.4rem; }
}

.features-item {
  background: #202020;
  padding: 30px 20px;
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.statx{
	font-family: Montserrat, "Times New Roman", sans-serif;
  font-style: italic;
  font-size:15px;
}

.loader-wrap {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: #fff;           /* optional: remove if transparent */
  z-index: 9999;
}

/* From Uiverse.io by adnannaim */ 
.wrap {
  transform: rotate(45deg);
}

.eye {
  margin: 4em auto;
  width: 260px;
  height: 260px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  background: #F3C6D3;
  border-radius: 100% 0 100% 0;
  animation: spin 10s linear forwards infinite;
}
.eye:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 100% 0 100%;
  position: absolute;
  background: #C85A7A;
}
.eye > .eye {
  margin: 0;
  width: 100%;
  height: 100%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
ul.trophy {
  list-style: none;
  padding-left: 0;
}

ul.trophy li {
  position: relative;
  padding-left: 28px;
}

ul.trophy li::before {
  content: "\f091";                 /* fa-trophy */
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #e91e63;                   /* rose pink */
}

.fab-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.brand {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 12px;
  font-size: 22px;
  box-shadow: 0 6px 12px rgba(0,0,0,.25);
}

.brand:active{
	
}

.fab-main { background:#e91e63; }
.fab-call { background:#2196f3; }
.fab-whatsapp { background:#25D366; }

/* Top Scroll Button */
.scroll-btn {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background:#000;
  color:#fff;
  font-size:18px;
  z-index:999;
}.fab-stack {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Shared FAB */
.fab-stack .fab {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 6px 12px rgba(0,0,0,.25);
}

/* Colors */
.fab-main { background:#e91e63; }
.fab-call { background:#2196f3; }
.fab-whatsapp { background:#25D366; }
.fab-scroll { background:#e91e63; }

.book-now-float {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;

  background: #AB1244; /* Satin Rose */
  color: #fff;

  padding: 18px 10px;
  border-radius: 0 8px 8px 0;

  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  box-shadow: 2px 4px 15px rgba(0,0,0,0.25);
  transition: all 0.35s ease;
}

.book-now-float:hover {
  padding-top: 26px;
  background: #c2185b;
  color: #fff;
}
.book-now-float i {
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .book-now-float {
    writing-mode: horizontal-tb;
    padding: 12px 22px;
    bottom: 20px;
    top: auto;
    left: 20px;
    border-radius: 50px;
    transform: none;
  }
}
.testimonial-text {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
}

.testimonial-title {
  font-weight: 700;
  color: #fff;
}

.testimonial-descr {
  font-size: 14px;
  opacity: 0.8;
}

.module-icon {
  font-size: 32px;
  color: #e91e63;
}
.testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e91e63;
}

/* * */

.service-category {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}

.category-toggle {
  width: 100%;
  background: #f8f9fa;
  border: 0;
  padding: 14px 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-toggle.active {
  background: #212529;
  color: #fff;
}

.sub-services {
  padding: 14px;
}

.service-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}

.service-card.active {
  border-color: #212529;
  background: #f8f9fa;
}

.service-name {
  font-weight: 600;
}

.service-price-options {
  margin-top: 8px;
  padding: 8px;
  background: #f1f3f5;
  border-radius: 8px;
}

.price-title {
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 6px;
}

.price-option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  cursor: pointer;
}

.master-total {
  font-size: .8rem;
  color: #198754;
  margin-left: auto;
}

.map-wrap {
  position: relative;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
}

.map {
  height: 100%;
  width: 100%;
}

/* Click overlay */
.map-click {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.15);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 500;
}

.map-wrap:hover .map-click {
  opacity: 1;
}


.fr-thumbnail-image {
  height: 100% !important;
  width: auto !important;
  max-height: 100% !important;
  max-width: none !important;

  position: relative !important;
  top: 0 !important;
  left: 0 !important;

  object-fit: cover;
}

.fr-thumbnail-image {
  height: 100% !important;
  width: auto !important;
  object-fit: contain !important;
}

.fr-thumbnail,
.fr-thumbnail-wrapper {
  width: 100% !important;
  height: 100% !important;
}
.activex{
	background:#202020;
	color:#fff;
}
#servicesContainer .btn-outline-secondary {
  --bs-btn-color: #bfdcf6;
  --bs-btn-border-color: #6c757d;
}

#servicesContainer .category-toggle.active {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}



.popup-step {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.service-master {
  margin-bottom: 1.5rem;
}

.service-master h5 {
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
}

.service-parent {
  margin-left: 10px;
  margin-bottom: 12px;
}

.service-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 10px;
  background: #111;
  border: 1px solid #222;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.2s;
}

.service-item:hover {
  border-color: #dc3545;
}

.service-item.active {
  border-color: #dc3545;
  background: rgba(220,53,69,.15);
}

.package-badge {
  font-size: 11px;
  background: #dc3545;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
}
/* Package = one whole selectable block */
.service-item.flex-column {
  gap: 6px;
  padding: 14px;
}

/* Child list inside package */
.service-item.flex-column .text-muted {
  font-size: 13px;
  line-height: 1.4;
}

/* Selected state */
.service-item.active {
  border-color: #dc3545;
  background: rgba(220, 53, 69, 0.15);
}

/* Hover feedback */
.service-item:hover {
  border-color: #dc3545;
}

/* Package badge */
.package-badge {
  background: #dc3545;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
}

/* Prevent child text from capturing click */
.service-item.flex-column * {
  pointer-events: none;
}
.btn[disabled] {
  opacity: .7;
  cursor: not-allowed;
}

.btn-loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.service-item.readonly-active {
  opacity: 0.85;
  cursor: not-allowed;
}

.service-item.readonly-active::after {
  content: "✓ Selected";
  float: right;
  font-size: 11px;
  color: #28a745;
}
.bgtxt{
	font-size:1em;
	font-weight:500;
}
.service-item.readonly-active {
  opacity: 0.9;
  cursor: not-allowed;
  border-color: #28a745;
}

.service-item.readonly-active::after {
  content: "✓ Selected";
  float: right;
  font-size: 11px;
  color: #28a745;
}

.service-item.readonly-inactive {
  opacity: 0.45;
}
.btn-outline-light {
	color:#000;
	background:#fff;
	opacity:0.95;
}
.btn-outline-light:hover{
	opacity:0.80;
}

.btn-outline-light:active,.btn-outline-light:focus-visible{
	opacity:0.33;
}
