section, footer { 
	padding-left: 80px;
}

.site-logo{
  height: 40px;
  width: 190px;
  object-fit: contain;
  position: fixed;
  top: 15px;
  left: 10px;
  z-index: 1051;
  background: #fbf9ef;
  border-radius: 5px;
  padding: 5px;
}
.countdown-glass {
  backdrop-filter: blur(15px);
  background: #1d958133;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 10;
}

.hero-lead {
  font-size: 5rem;
  font-weight: 900;
  line-height: .75em;
  letter-spacing: -2px;   
  font-size: 6em;
  font-weight: 700;
  line-height: .8;
	font-family: 'Neogen Black';
}

.countdown-glass .label {
  font-size: 0.9rem;
  font-weight: normal;
  color: #ddd;
}

.home {
  display: flex;
  align-items: center;
  }

.home-intro-content {
  /* backdrop-filter: blur(15px);
  background: #1d958133;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  border-radius: 15px; */
  width: 50%;
  margin: 0 auto;
}
.text-medium {
  font-size: 1.2rem;
}
.section-title h2.big-heading {
  font-size: 2rem;
}
.about-us {
}
.about-us-content {
}

.popup {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup.show {
  visibility: visible;
  opacity: 1;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  min-width: 300px;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.mt-120 {
	margin-top: 90px;
}

.white-img {
  filter: brightness(0%) invert(30%);
  height: 50px;
  width: 100%;
  object-fit: contain;
}
.bg-dark {
  background:   #212225 !important;
}
.morphistic {	
  backdrop-filter: blur(15px); 
	-webkit-backdrop-filter: blur(10px);
	background: #1d958133;
	border: 1px solid rgba(255, 255, 255, 0.2); 
  border-radius: 15px;
}

.font-light {
  font-weight: 100;
}
.font-small {
  font-size: 0.75rem;
}
.text-uppercase {
  text-transform: uppercase;
}
.br-10 {
  border-radius: 10px;
}

.py-5 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

/* .project-logo-holder {
	background: url('../images/bg/bg-destinations.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;  
} */

.project-logo {
  height: 100px;
  width: 100%;
  object-fit: contain;
}

.logo-slider {
  overflow: hidden;
}

.logo-slider .slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.smallclients.logo-slider .slider { 
  width: 40%;
}

.logo-slider .slide-track {
  display: flex;
  width: max-content;
  animation: scrollRTL 5s linear infinite;
}

.logo-slider .slide {
  flex: 0 0 auto;
  width: 180px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smallclients.logo-slider .slide { 
  width: 50px;
  padding: 0 10px; 
}

.logo-slider .slide img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
  transition: .3s;
  filter: brightness(0%) invert(30%);
}

.smallclients.logo-slider .slide img { 
  max-height: 30px; 
}

.logo-slider .slide img:hover {
  transform: scale(1.1);
  filter: brightness(100%) invert(00%);
}

.hero-card-body { 
    position: relative;
    width: 100%; 
}

@keyframes scrollRTL {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-50%);
  }
}


.projects-section { 
  overflow: hidden; 
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 30px;
  background: #d8b97d00;
  color: #d8b97d;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #d8b97d45;
  margin-bottom: 1.25rem;
} 

/* Slider Wrapper */
.slider-container {
  position: relative;
  width: 100%;
}

.slider-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
  padding-top: 10px;
  /* Hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}

.slider-track:active {
  cursor: grabbing;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

/* 3 Columns visible on Desktop in col-lg-9 space */
.slider-item {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: calc((100% - 48px) / 3);
  scroll-snap-align: start;
}

/* Card Styling */
.project-card {
  background: #e3e2d9;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  transform: translateY(-8px);
  border-color: rgba(99, 102, 241, 0.4);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5), 0 0 20px 0 rgba(99, 102, 241, 0.15);
}

.project-img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio */
  overflow: hidden;
  background-color: #0f172a;
}

.project-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:hover .project-img {
  transform: scale(1.08);
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.85) 100%);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
  opacity: 0.4;
}

.project-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0px 12px;
  border-radius: 3px;
  background: rgb(216, 185, 125);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.project-content {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f0e7;
}

.project-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.project-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212225;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.project-card:hover .project-icon {
  background: var(--primary-accent);
  border-color: var(--primary-accent);
  transform: translate(2px, -2px);
}

/* Navigation Arrows */
.slider-controls {
  display: flex;
  gap: 12px;
  margin-top: 2rem;
}

.slider-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.03);
  color: #1e293b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.slider-btn:hover {
  background: var(--primary-accent);
  border-color: var(--primary-accent);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
}



/* Card Container */
.m3-momo-card {
  background: #ffffff;
  border: none !important;
  border-radius: 28px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  max-width: 420px;
  margin: 2rem auto; 
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.m3-momo-card:hover {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

/* Heading */
.m3-momo-title {
  color: #1d1b20;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

/* Form Group & Floating-Style Label */
.m3-momo-field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.m3-momo-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #49454f;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

/* Input Styling */
.m3-momo-input {
  background-color: #f7f2fa !important;
  border: 1px solid #79747e !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-size: 1rem !important;
  color: #1d1b20 !important;
  outline: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.m3-momo-input:focus {
  background-color: #ffffff !important;
  border-color: #6750a4 !important;
  box-shadow: 0 0 0 3px rgba(103, 80, 164, 0.25) !important;
}

.m3-momo-input::placeholder {
  color: #1c1b1f80;
}

/* Results Box */
.m3-momo-results {
  background: #f3edf7;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Result Rows */
.m3-momo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  margin: 0 !important;
}

.m3-momo-row-label {
  color: #49454f;
  font-weight: 500;
}

.m3-momo-row-value {
  font-weight: 600;
  color: #1d1b20;
  font-variant-numeric: tabular-nums;
}

/* Highlighted Total Row */
.m3-momo-row-total {
  border-top: 1px solid rgba(121, 116, 126, 0.2);
  padding-top: 0.75rem;
  margin-top: 0.25rem !important;
}

.m3-momo-row-total .m3-momo-row-label {
  color: #1d1b20;
  font-weight: 700;
  font-size: 1.05rem;
}

.m3-momo-row-total .m3-momo-row-value {
  color: #6750a4;
  font-weight: 800;
  font-size: 1.2rem;
}

/* Disclaimer Text */
.m3-momo-disclaimer {
  color: #79747e !important;
  font-weight: 500;
}

.text-medium {
  font-size: 1rem;
}

b, strong { 
	font-weight: 700;
	color: #282828;
}

.display-2 { 
	line-height: .875;
}

.text-primary {
color: #FF7722 !important;
}

.bg-light { 
	background-color: rgb(242, 240, 231) !important;
}

.lead { 
	line-height: 1;
}

.text-large {
  font-size: 4rem;
  font-weight: 900;
  line-height: .825em;
}

.text-medium {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1em;
}
.text-small {
  font-size: .85rem;
  font-weight: 500;
  line-height: 1em;
}

.fancy-text { 
	font-family: 'Neogen Black';
}
.width-50 {
  width: 50%;
}

.badge { 
  text-transform: uppercase;
  margin-bottom: -.5em;
  font-size: .8125em;
  line-height: 90%; 
  border: 1px solid grey;
  border-radius: .5em;
  padding: .625em .5em .52em;
  text-decoration: none;
  font-weight: 700;
  background: transparent;
  letter-spacing: -1px;
  color: #8f837c;
}

/* Sidebar Desktop (Full Height Layout) */
.ba-sidebar-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px 10px;
  z-index: 1050;
  box-shadow: 4px 0 6px #0000;
  /* background: #FFF; */
}

.ba-sidebar-top {
  position: relative;
  /*! background: #e3e2d9; */
  border-radius: 3px;
  padding: 0;
}

/* Center Menu Grouping */
.ba-sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Base Nav Item Styling */
.ba-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  color: #717171;
  text-decoration: none;
  background-color: #e3e2d9;
  transition: all 0.2s ease-in-out;
}

.ba-nav-icon {
  font-size: 1.25rem;
  transition: color 0.2s ease-in-out;
}

/* Tooltip Styling */
.ba-nav-tooltip {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) scale(0.95);
  background-color: #ebeae6;
  color: #111111;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Hover & Active States */
.ba-nav-item:hover,
.ba-nav-item.active {
  background-color: #171412;
  color: #fff;
}

.ba-nav-item:hover .ba-nav-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.testimonial-scroll-container {
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 2rem 1rem; /* Generous vertical padding prevents rotated card edges from clipping */
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #3D2FA9 #e9ecef;
}

.testimonial-card {
  flex: 0 0 340px; /* Fixed width per card */
  height: 380px;   /* Fixed height */
  border-radius: 20px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

/* Alternate tilt angles for odd and even cards */
.testimonial-card:nth-child(odd) {
  transform: rotate(-2.5deg) translateY(6px);
}

.testimonial-card:nth-child(even) {
  transform: rotate(2.5deg) translateY(-4px);
}

/* Reset angle to 0deg, scale slightly, and elevate on hover */
.testimonial-card:hover {
  transform: rotate(0deg) translateY(-10px) scale(1.02) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* Custom Styled Scrollbar for Webkit */
.testimonial-scroll-container::-webkit-scrollbar {
  height: 8px;
}

.testimonial-scroll-container::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 10px;
}

.testimonial-scroll-container::-webkit-scrollbar-thumb {
  background: #3D2FA9;
  border-radius: 10px;
}

.testimonial-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #2a1f78;
}

.author-img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px;
}

.mob-nav {
  display: none !important;
}