/* ==========================================================================
   Modern UI Override Stylesheet for MAIPL
   Designed with Premium Aesthetics, Clean Typography, and Smooth Transitions
   ========================================================================== */

/* Design Variables & Root Overrides */
:root {
  --ltn__primary-color: #0f172a !important; /* Modern Slate Navy */
  --ltn__primary-color-2: #1e293b !important;
  --ltn__primary-color-3: #334155 !important;
  
  --ltn__secondary-color: #d99412 !important;   /* Refined Amber / Gold (brand accent) */
  --ltn__secondary-color-2: #b27a0c !important; /* Deeper amber for hovers/contrast */
  --ltn__secondary-color-3: #f2b53a !important; /* Light amber for highlights */
  
  --ltn__heading-color: #0f172a !important;
  --ltn__paragraph-color: #475569 !important; /* Balanced Slate Grey */
  
  --ltn__heading-font: 'Plus Jakarta Sans', sans-serif !important;
  --ltn__body-font: 'Inter', sans-serif !important;
  
  /* Section backgrounds */
  --section-bg-1: #f8fafc !important; /* Cool Slate Light */
  --section-bg-2: #0f172a !important;
  --section-bg-5: #f1f5f9 !important;
  --section-bg-6: #0f172a !important;
  --section-bg-7: #0b0f19 !important;
  
  /* Modern shadows & borders */
  --modern-shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.05);
  --modern-shadow-md: 0 4px 6px -1px rgba(15, 23, 42, 0.05), 0 2px 4px -1px rgba(15, 23, 42, 0.03);
  --modern-shadow-lg: 0 10px 25px -5px rgba(15, 23, 42, 0.06), 0 8px 10px -6px rgba(15, 23, 42, 0.04);
  --modern-shadow-xl: 0 20px 40px -10px rgba(15, 23, 42, 0.1);
  --modern-border: 1px solid #e2e8f0;
  --modern-radius: 12px;
  --modern-radius-lg: 16px;
  --modern-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base resets & Typography */
body {
  font-family: var(--ltn__body-font);
  color: var(--ltn__paragraph-color);
  background-color: #ffffff;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--ltn__heading-font);
  color: var(--ltn__heading-color);
  font-weight: 700;
  letter-spacing: -0.02em;
}

p {
  color: var(--ltn__paragraph-color);
  font-size: 15.5px;
  line-height: 1.75;
  text-align: left; /* Better modern design than justify */
  margin-bottom: 1.25rem;
}

/* Global image base — border-radius and shadows applied selectively below */
img {
  max-width: 100%;
  border: none !important;
  transition: var(--modern-transition);
}

/* Hero / About / Blog / Sector / Project full-width images → rounded + elevated */
.about-us-img-wrap img,
.about-img-left img,
.about-img-right img,
.search-by-place-img a img,
.ltn__blog-img img,
.ltn__video-bg-img {
  border-radius: var(--modern-radius-lg) !important;
  box-shadow: var(--modern-shadow-xl) !important;
}

/* Inline full-bleed carousel images: no radius (the parent clips them) */
.ltn__img-slide-item-4 img {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Icon-sized images: never round, never shadow */
.ltn__feature-icon img,
.counter-icon img,
.ltn__brand-logo-item img,
.ltn__testimoni-img img,
header img,
footer img,
.footer-widget img {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Buttons Modernization */
.theme-btn-1, .btn-effect-1, .btn-effect-3 {
  font-family: var(--ltn__body-font);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 14px 28px !important;
  border-radius: 8px !important;
  background-color: var(--ltn__secondary-color) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.25) !important;
  transition: var(--modern-transition) !important;
}

.theme-btn-1:hover, .btn-effect-1:hover {
  background-color: var(--ltn__primary-color) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.2) !important;
}

/* Section Padding & BG Modernization */
.sec_padding {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

@media (max-width: 767px) {
  .sec_padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

/* ==========================================================================
   Header & Navigation overrides
   ========================================================================== */
.ltn__header-area {
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.ltn__header-top-area {
  background-color: #0f172a !important;
  padding: 8px 0;
  font-size: 13.5px;
}

.ltn__top-bar-menu ul li a {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--modern-transition);
}

.ltn__top-bar-menu ul li a:hover {
  color: var(--ltn__secondary-color) !important;
}

.top_logo {
  padding: 15px 0;
  text-align: center;
}

.top_logo img {
  height: 55px !important;
  width: auto !important;
}

/* Glassmorphic Sticky Header */
.ltn__header-sticky.slick-sticky, .ltn__header-sticky.is-sticky {
  background-color: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05) !important;
  transition: var(--modern-transition);
}

/* Main Menu Items */
.ltn__main-menu > ul > li > a {
  font-family: var(--ltn__heading-font);
  font-weight: 600;
  font-size: 15px;
  color: var(--ltn__primary-color) !important;
  padding: 24px 15px !important;
  transition: var(--modern-transition) !important;
}

.ltn__main-menu > ul > li:hover > a {
  color: var(--ltn__secondary-color) !important;
}

/* Dropdown Menu Restyling */
.ltn__main-menu ul li ul {
  background-color: #ffffff !important;
  border-radius: var(--modern-radius) !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  box-shadow: var(--modern-shadow-xl) !important;
  padding: 12px 0 !important;
  top: 100% !important;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ltn__main-menu ul li:hover > ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.ltn__main-menu ul li ul li {
  margin-top: 0 !important;
}

.ltn__main-menu ul li ul li a {
  font-family: var(--ltn__body-font);
  font-size: 14px;
  font-weight: 500;
  color: #334155 !important;
  padding: 10px 24px !important;
  display: block;
  transition: var(--modern-transition);
}

.ltn__main-menu ul li ul li a:hover {
  background-color: #f8fafc;
  color: var(--ltn__secondary-color) !important;
  padding-left: 28px !important;
}

/* Search bar styling */
.header-search-wrap {
  margin-left: 15px;
}

.header-search-1-form input {
  border-radius: 8px !important;
  border: 1px solid #cbd5e1 !important;
  padding: 10px 16px !important;
  font-size: 14px;
  background-color: #f8fafc !important;
  transition: var(--modern-transition) !important;
}

.header-search-1-form input:focus {
  border-color: var(--ltn__secondary-color) !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.1) !important;
}

/* Autocomplete search results */
.autocomplete-suggestion {
  padding: 12px 18px !important;
  font-family: var(--ltn__body-font) !important;
  font-size: 14px !important;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: var(--modern-transition);
}

.autocomplete-suggestion:hover {
  background-color: #f1f5f9 !important;
  color: var(--ltn__secondary-color) !important;
}

/* ==========================================================================
   Hero Banner & Video overrides
   ========================================================================== */
.ltn__slider-area {
  position: relative;
  overflow: hidden;
}

.ltn__slide-item-7 {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f172a;
}

#myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Dark Gradient Overlay for the Hero Video */
.ltn__slide-item-7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.3) 0%, rgba(15, 23, 42, 0.75) 100%) !important;
  z-index: 1;
}

/* Audio button floating control */
#audio-control {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: var(--modern-transition);
}

#audio-control:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  transform: scale(1.05);
}

/* ==========================================================================
   Home Page Sections
   ========================================================================== */

/* About Us & Why Choose Us Section */
.ltn__about-us-area {
  background-color: #ffffff;
}

.cus_about, .cus_choose {
  padding-left: 20px;
}

.cus_about h6, .cus_choose h6 {
  color: var(--ltn__secondary-color) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-bottom: 12px;
}

.cus_about h2, .cus_choose h2 {
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 24px;
  color: var(--ltn__primary-color);
}

.ltn__callout {
  border-left: 4px solid var(--ltn__secondary-color) !important;
  background-color: #fff7ed !important;
  padding: 20px 24px !important;
  border-radius: 0 12px 12px 0;
  margin: 25px 0 !important;
}

.ltn__callout p {
  font-style: italic;
  font-weight: 500;
  color: #c2410c;
  margin-bottom: 0;
}

.about-img-left img, .about-img-right img {
  border-radius: var(--modern-radius-lg);
  box-shadow: var(--modern-shadow-xl) !important;
}

/* Why Choose Us gallery list item */
.ltn__list-item-2 {
  display: flex;
  gap: 15px;
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
}

.ltn__list-item-2 li {
  margin-top: 0 !important;
  flex: 1;
}

.ltn__list-item-2 li img {
  border-radius: 8px;
  box-shadow: var(--modern-shadow-md) !important;
  transition: var(--modern-transition);
}

.ltn__list-item-2 li img:hover {
  transform: scale(1.05);
  box-shadow: var(--modern-shadow-lg) !important;
}

/* Milestone / Counter Section */
.ltn__counterup-area {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  padding: 80px 0 !important;
}

.ltn__counterup-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 35px 25px;
  border-radius: var(--modern-radius);
  text-align: center;
  transition: var(--modern-transition);
}

.ltn__counterup-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.ltn__counterup-item .counter-icon {
  margin-bottom: 20px;
  display: inline-block;
}

.ltn__counterup-item .counter-icon img {
  height: 48px;
  width: auto;
  box-shadow: none !important;
  filter: brightness(0) invert(1); /* make icons white */
}

.ltn__counterup-item h1 {
  font-size: 42px;
  color: #ffffff !important;
  margin-bottom: 8px;
  font-weight: 800;
}

.ltn__counterup-item h6 {
  color: #94a3b8 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

/* Services Section */
.ltn__feature-area {
  background-color: #f8fafc !important;
}

.ltn__feature-area .text-center h6 {
  color: var(--ltn__secondary-color) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.ltn__feature-area .text-center h2 {
  font-size: 36px;
  margin-bottom: 45px;
}

.ltn__feature-item-6 {
  background: #ffffff !important;
  border-radius: var(--modern-radius-lg) !important;
  padding: 40px 30px !important;
  margin-bottom: 30px;
  border: 1px solid #f1f5f9 !important;
  box-shadow: var(--modern-shadow-md) !important;
  transition: var(--modern-transition) !important;
  position: relative;
  overflow: hidden;
}

.ltn__feature-item-6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--ltn__secondary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--modern-transition);
}

.ltn__feature-item-6:hover {
  transform: translateY(-8px);
  box-shadow: var(--modern-shadow-xl) !important;
  border-color: #e2e8f0 !important;
}

.ltn__feature-item-6:hover::after {
  transform: scaleX(1);
}

.ltn__feature-icon {
  margin-bottom: 25px;
}

.ltn__feature-icon img {
  height: 75px !important;
  width: 75px !important;
  object-fit: contain;
  box-shadow: none !important;
}

.ltn__feature-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  border: none !important; /* Remove old outline */
  padding: 0 !important;
  background: none !important;
}

.ltn__feature-info h3 a {
  color: var(--ltn__primary-color) !important;
  transition: var(--modern-transition);
}

.ltn__feature-info h3 a:hover {
  color: var(--ltn__secondary-color) !important;
}

.ltn__feature-info p {
  font-size: 14.5px;
  color: #64748b;
  margin-bottom: 20px;
}

.ltn__service-btn {
  font-weight: 600;
  font-size: 13.5px;
  color: var(--ltn__secondary-color) !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--modern-transition);
}

.ltn__service-btn:hover {
  color: var(--ltn__primary-color) !important;
  gap: 10px;
}

/* Sectors Section */
.ltn__search-by-place-area {
  background-color: #ffffff !important;
}

.ltn__search-by-place-area .text-center h6 {
  color: var(--ltn__secondary-color) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.ltn__search-by-place-area .text-center h2 {
  font-size: 36px;
  margin-bottom: 45px;
}

.ltn__search-by-place-item {
  border-radius: var(--modern-radius-lg);
  overflow: hidden;
  position: relative;
  margin: 0 10px 30px 10px;
  box-shadow: var(--modern-shadow-md);
  transition: var(--modern-transition);
}

.ltn__search-by-place-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--modern-shadow-xl);
}

.search-by-place-img a img {
  width: 100%;
  height: 280px !important;
  object-fit: cover;
  border-radius: var(--modern-radius-lg);
  box-shadow: none !important;
  transition: all 0.5s ease;
}

.ltn__search-by-place-item:hover .search-by-place-img img {
  transform: scale(1.08);
}

.search-by-place-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.9) 100%);
}

.search-by-place-info h4 a {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  transition: var(--modern-transition);
}

.search-by-place-info h4 a:hover {
  color: var(--ltn__secondary-color) !important;
}

/* Apartments Plan Section (Tabs) */
.ltn__apartments-plan-area {
  background-color: #f1f5f9 !important;
}

.ltn__apartments-plan-area .text-center h6 {
  color: var(--ltn__secondary-color) !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ltn__apartments-plan-area .text-center h2 {
  font-size: 36px;
  margin-bottom: 35px;
}

/* Modern Tab Pill Buttons */
.ltn__tab-menu .nav {
  display: inline-flex !important;
  background: #ffffff;
  padding: 6px;
  border-radius: 30px;
  box-shadow: var(--modern-shadow-md);
  margin-bottom: 40px;
  border: 1px solid #e2e8f0;
}

.ltn__tab-menu .nav a {
  padding: 10px 24px !important;
  border-radius: 25px !important;
  font-weight: 600;
  font-size: 14.5px;
  color: #475569 !important;
  transition: var(--modern-transition) !important;
  border: none !important;
  background: none !important;
}

.ltn__tab-menu .nav a.active {
  background-color: var(--ltn__secondary-color) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.2) !important;
}

.ltn__apartments-tab-content-inner {
  background: #ffffff;
  border-radius: var(--modern-radius-lg);
  overflow: hidden;
  box-shadow: var(--modern-shadow-lg);
  border: 1px solid #e2e8f0;
}

.apartments-plan-info {
  padding: 50px !important;
  background-color: #0f172a !important; /* Deep Slate BG */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.apartments-plan-info h2 {
  color: #ffffff !important;
  font-size: 28px;
  margin-bottom: 20px;
}

.apartments-plan-info p {
  color: #94a3b8 !important;
  font-size: 15px;
  line-height: 1.8;
}

.apartments-plan-img {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apartments-plan-img img {
  max-height: 380px;
  width: auto;
  border-radius: 0;
  box-shadow: none !important;
}

/* Testimonial / Feedback Section */
.ltn__testimonial-area {
  background-color: #ffffff !important;
}

.ltn__testimonial-area .text-center h6 {
  color: var(--ltn__secondary-color) !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ltn__testimonial-area .text-center h2 {
  font-size: 36px;
  margin-bottom: 45px;
}

.ltn__testimonial-item-7 {
  background: #f8fafc !important;
  border-radius: var(--modern-radius-lg) !important;
  padding: 45px 35px !important;
  margin: 0 10px 30px 10px;
  border: 1px solid #e2e8f0 !important;
  box-shadow: var(--modern-shadow-md) !important;
  transition: var(--modern-transition);
}

.ltn__testimonial-item-7:hover {
  transform: translateY(-5px);
  box-shadow: var(--modern-shadow-lg) !important;
  background: #ffffff !important;
}

.ltn__testimoni-info p {
  font-size: 15.5px;
  font-style: italic;
  color: #334155;
  line-height: 1.8;
  position: relative;
  margin-bottom: 25px;
}

.ltn__testimoni-info p i {
  color: rgba(234, 88, 12, 0.15) !important;
  font-size: 28px;
  margin-right: 6px;
}

.ltn__testimoni-info-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ltn__testimoni-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.ltn__testimoni-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: none !important;
  border-radius: 50% !important;
}

.ltn__testimoni-name-designation h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--ltn__primary-color);
}

.ltn__testimoni-name-designation p {
  font-size: 13px !important;
  color: #64748b;
  margin-bottom: 0;
}

/* Projects Slider Portfolio */
.ltn__img-slider-area {
  background-color: #f8fafc !important;
}

.ltn__img-slider-area .text-center h6 {
  color: var(--ltn__secondary-color) !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ltn__img-slide-item-4 {
  border-radius: var(--modern-radius-lg);
  overflow: hidden;
  position: relative;
  margin: 0 12px 30px 12px;
  box-shadow: var(--modern-shadow-md);
  transition: var(--modern-transition);
}

.ltn__img-slide-item-4 img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  box-shadow: none !important;
  transition: all 0.5s ease;
}

.ltn__img-slide-item-4:hover img {
  transform: scale(1.06);
}

.ltn__img-slide-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.9) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ltn__img-slide-info h6 {
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 70%;
}

.ltn__img-slide-info a.btn {
  padding: 8px 16px !important;
  font-size: 12px !important;
  box-shadow: none !important;
}

/* Blog / News Section */
.ltn__blog-area {
  background-color: #ffffff !important;
}

.ltn__blog-area .text-center h6 {
  color: var(--ltn__secondary-color) !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ltn__blog-item-3 {
  background: #ffffff !important;
  border-radius: var(--modern-radius-lg);
  overflow: hidden;
  box-shadow: var(--modern-shadow-md) !important;
  border: 1px solid #e2e8f0;
  margin: 0 10px 30px 10px;
  transition: var(--modern-transition);
}

.ltn__blog-item-3:hover {
  transform: translateY(-6px);
  box-shadow: var(--modern-shadow-xl) !important;
  border-color: #cbd5e1;
}

.ltn__blog-img img {
  width: 100%;
  height: 240px !important;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none !important;
}

.ltn__blog-brief {
  padding: 25px !important;
}

.ltn__blog-brief h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

.ltn__blog-brief h3 a {
  color: var(--ltn__primary-color) !important;
  transition: var(--modern-transition);
}

.ltn__blog-brief h3 a:hover {
  color: var(--ltn__secondary-color) !important;
}

.ltn__blog-meta-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f1f5f9;
  padding-top: 15px;
  margin-top: 15px;
}

.ltn__blog-date {
  color: #64748b;
  font-size: 13.5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ltn__blog-btn a {
  color: var(--ltn__secondary-color) !important;
  font-weight: 600;
  font-size: 13.5px;
  transition: var(--modern-transition);
}

.ltn__blog-btn a:hover {
  color: var(--ltn__primary-color) !important;
}

/* Brand Logos (Clients) */
.ltn__brand-logo-area {
  background-color: #f8fafc !important;
  padding: 60px 0 !important;
}

.ltn__brand-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.ltn__brand-logo-item img {
  max-height: 48px;
  width: auto;
  opacity: 0.65;
  filter: grayscale(1);
  transition: var(--modern-transition);
}

.ltn__brand-logo-item img:hover {
  opacity: 1;
  filter: grayscale(0);
}

/* Video Gallery Popup Area */
.ltn__video-popup-area {
  position: relative;
  overflow: hidden;
  border-radius: var(--modern-radius-lg);
  box-shadow: var(--modern-shadow-xl);
  margin: 0 15px;
}

.ltn__video-bg-img {
  min-height: 400px;
  border-radius: var(--modern-radius-lg);
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}

.ltn__video-icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: var(--ltn__secondary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 24px;
  box-shadow: 0 0 0 15px rgba(234, 88, 12, 0.15);
  animation: pulse-animation 2s infinite;
  transition: var(--modern-transition);
}

.ltn__video-icon-2:hover {
  background-color: var(--ltn__primary-color) !important;
  box-shadow: 0 0 0 20px rgba(15, 23, 42, 0.2);
}

@keyframes pulse-animation {
  0% { box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.3); }
  70% { box-shadow: 0 0 0 18px rgba(234, 88, 12, 0); }
  100% { box-shadow: 0 0 0 0 rgba(234, 88, 12, 0); }
}

/* Call to Action Banner Override */
.ltn__call-to-action-area {
  padding-bottom: 0 !important;
}

.call-to-action-inner-6 {
  background: linear-gradient(135deg, #0284c7 0%, #0f172a 100%) !important; /* Sky blue to Navy gradient */
  border-radius: var(--modern-radius-lg) !important;
  padding: 60px !important;
  box-shadow: var(--modern-shadow-xl) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .call-to-action-inner-6 {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 40px !important;
  }
}

.call-to-action-inner-6 h2 {
  color: #ffffff !important;
  font-size: 32px;
  margin-bottom: 12px;
}

.call-to-action-inner-6 p {
  color: #bae6fd !important;
  font-size: 16px;
  margin-bottom: 0;
}

.call-to-action-inner-6 .btn {
  background-color: #ffffff !important;
  color: #0f172a !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.call-to-action-inner-6 .btn:hover {
  background-color: var(--ltn__secondary-color) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.3) !important;
}

/* ==========================================================================
   Footer Section overrides
   ========================================================================== */
.ltn__footer-area {
  background-color: #0f172a !important;
  color: #94a3b8;
}

.footer-top-area {
  background-color: #0f172a !important;
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer-title {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 12px;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--ltn__secondary-color);
  border-radius: 2px;
}

.footer-address ul {
  padding-left: 0;
  list-style: none;
}

.footer-address ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 15px !important;
  font-size: 14.5px;
}

.footer-address-icon {
  color: var(--ltn__secondary-color) !important;
  font-size: 16px;
  margin-top: 4px;
}

.footer-address-info p {
  color: #94a3b8 !important;
  margin-bottom: 0;
  text-align: left;
}

.footer-address-info a {
  color: #94a3b8 !important;
  transition: var(--modern-transition);
}

.footer-address-info a:hover {
  color: #ffffff !important;
}

/* Quick Links in Footer */
.footer-menu ul {
  padding-left: 0;
  list-style: none;
}

.footer-menu ul li {
  margin-top: 12px !important;
}

.footer-menu ul li a {
  font-size: 14.5px;
  color: #94a3b8 !important;
  transition: var(--modern-transition);
  display: inline-block;
}

.footer-menu ul li a:hover {
  color: #ffffff !important;
  transform: translateX(4px);
}

/* Map Container in Footer */
.footer-widget iframe {
  border-radius: var(--modern-radius) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Footer Copyright Area */
.ltn__copyright-area {
  background-color: #0b0f19 !important;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ltn__copyright-design {
  color: #64748b !important;
  font-size: 13.5px;
  text-align: center;
}

.ltn__copyright-design a {
  color: #94a3b8 !important;
  font-weight: 600;
  transition: var(--modern-transition);
}

.ltn__copyright-design a:hover {
  color: #ffffff !important;
}

/* Social Media Icons */
.ltn__social-media ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  margin: 20px 0;
}

.ltn__social-media ul li {
  margin-top: 0 !important;
}

.ltn__social-media ul li a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 15px;
  transition: var(--modern-transition);
}

.ltn__social-media ul li a:hover {
  background-color: var(--ltn__secondary-color) !important;
  border-color: var(--ltn__secondary-color) !important;
  transform: translateY(-3px);
}

/* Custom Scrollbar for Modern Browsers */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Responsive Fixes for Overrides */
@media (max-width: 991px) {
  .ltn__main-menu {
    display: none;
  }
}

/* Scroll Down Mouse Indicator */
.scroll-down-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.scroll-down-indicator .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.scroll-down-indicator .wheel {
  width: 4px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 2px;
  animation: scroll-wheel-anim 1.6s infinite ease-in-out;
}

@keyframes scroll-wheel-anim {
  0% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(6px); opacity: 0.3; }
  100% { transform: translateY(0); opacity: 1; }
}

/* ==========================================================================
   BRAND REFINEMENT LAYER  (navy + amber) — loaded last, wins the cascade.
   Removes the dated yellow logo band (#FFFF00) and bright-blue nav (#0083da)
   that the base style.css applied, and tunes accents to a readable amber.
   ========================================================================== */

/* ---- Header: replace the yellow logo band with a clean white header ------ */
.ltn__header-5.bg1,
header.bg1,
.ltn__header-area.bg1 {
  background-color: #ffffff !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

.top_logo {
  background-color: #ffffff !important;
  padding: 18px 0 !important;
}

/* ---- Nav bar: replace bright blue with a clean white sticky bar ---------- */
.ltn__header-5 .ltn__header-middle-area {
  background: #ffffff !important;
  padding: 0 !important;
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  box-shadow: 0 6px 20px -12px rgba(15, 23, 42, 0.18);
}

/* Menu links: navy text, amber on hover (against the new white bar) */
.ltn__header-5 .ltn__main-menu > ul > li > a {
  color: #0f172a !important;
  font-weight: 600;
}
.ltn__header-5 .ltn__main-menu > ul > li:hover > a,
.ltn__header-5 .ltn__main-menu > ul > li > a:hover {
  color: var(--ltn__secondary-color) !important;
}

/* Thin amber underline indicator on hover for a premium feel */
.ltn__main-menu > ul > li > a { position: relative; }
.ltn__main-menu > ul > li > a::after {
  content: '';
  position: absolute;
  left: 15px; right: 15px; bottom: 14px;
  height: 2px;
  background: var(--ltn__secondary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.ltn__main-menu > ul > li:hover > a::after { transform: scaleX(1); }

/* Search + mobile toggle icons to match the light header */
.header-search-1 .search-icon i { color: #0f172a !important; }
.header-search-1 .search-icon i:hover { color: var(--ltn__secondary-color) !important; }
.mobile-menu-toggle svg path { stroke: #0f172a; }

/* ---- Buttons: amber fill + navy text, invert to navy on hover ------------ */
.theme-btn-1, .btn-effect-1, .btn-effect-3 {
  background-color: var(--ltn__secondary-color) !important;
  color: #0f172a !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 18px -6px rgba(217, 148, 18, 0.45) !important;
}
.theme-btn-1:hover, .btn-effect-1:hover, .btn-effect-3:hover {
  background-color: #0f172a !important;
  color: #ffffff !important;
  box-shadow: 0 8px 22px -6px rgba(15, 23, 42, 0.35) !important;
}
.call-to-action-inner-6 .btn:hover {
  background-color: var(--ltn__secondary-color) !important;
  color: #0f172a !important;
}

/* ---- Re-tint leftover orange glows/tints to amber ------------------------ */
.ltn__tab-menu .nav a.active { box-shadow: 0 4px 12px rgba(217, 148, 18, 0.25) !important; }
.ltn__video-icon-2 { box-shadow: 0 0 0 15px rgba(217, 148, 18, 0.15); }
@keyframes pulse-animation {
  0%   { box-shadow: 0 0 0 0 rgba(217, 148, 18, 0.35); }
  70%  { box-shadow: 0 0 0 18px rgba(217, 148, 18, 0); }
  100% { box-shadow: 0 0 0 0 rgba(217, 148, 18, 0); }
}
.ltn__callout { background-color: #fdf6e8 !important; }
.ltn__callout p { color: #8a6206 !important; }
.ltn__testimoni-info p i { color: rgba(217, 148, 18, 0.18) !important; }

/* Section eyebrow labels: deeper amber for legibility on white */
.cus_about h6, .cus_choose h6,
.ltn__feature-area .text-center h6,
.ltn__search-by-place-area .text-center h6,
.ltn__apartments-plan-area .text-center h6,
.ltn__testimonial-area .text-center h6,
.ltn__img-slider-area .text-center h6,
.ltn__blog-area .text-center h6 { color: #b27a0c !important; }

/* CTA banner: navy depth instead of sky-blue (keeps to navy + amber scheme) */
.call-to-action-inner-6 {
  background: linear-gradient(135deg, #14315c 0%, #0f172a 100%) !important;
}
.call-to-action-inner-6 p { color: #cbd5e1 !important; }

/* About / Why-Choose panels: replace cyan tint (.bg2) with a clean light card */
.bg2 {
  background-color: #f8fafc !important;
  border: 1px solid #eef2f7 !important;
  box-shadow: 0 10px 30px -18px rgba(15, 23, 42, 0.18) !important;
  border-radius: var(--modern-radius-lg) !important;
}
.cus_about, .cus_choose { padding: 32px 30px !important; height: auto !important; }

/* Kill leftover blue overlays from the base theme ------------------------- */
/* About callout: cyan overlay -> soft amber tint (matches the amber border) */
.ltn__callout.bg-overlay-theme-05:before,
.bg-overlay-theme-05:before {
  background: rgba(217, 148, 18, 0.10) !important;
}
/* CTA banner: bright-blue bottom strip -> light neutral so the navy card pops */
.ltn__call-to-action-area.before-bg-bottom:before,
.before-bg-bottom:before {
  background-color: #f8fafc !important;
}

/* ==========================================================================
   HERO OVERLAY  — text + CTA over the full-screen video banner
   ========================================================================== */
.ltn__slide-item-7 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 90%;
  max-width: 900px;
  padding: 0 20px;
  animation: hero-fade-up 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes hero-fade-up {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 28px)); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}

.hero-eyebrow {
  display: inline-block;
  font-family: var(--ltn__body-font);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ltn__secondary-color);
  background: rgba(217, 148, 18, 0.14);
  border: 1px solid rgba(217, 148, 18, 0.35);
  padding: 7px 20px;
  border-radius: 30px;
  margin-bottom: 24px;
}

.hero-headline {
  font-family: var(--ltn__heading-font);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 800;
  line-height: 1.12;
  color: #ffffff !important;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.35);
}

.hero-accent {
  color: var(--ltn__secondary-color) !important;
}

.hero-subtext {
  font-family: var(--ltn__body-font);
  font-size: clamp(14px, 2vw, 17px);
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.7;
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: 0.01em;
}

.hero-cta-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-btn-primary {
  display: inline-block;
  font-family: var(--ltn__body-font);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 15px 34px;
  border-radius: 8px;
  background-color: var(--ltn__secondary-color);
  color: #0f172a !important;
  text-decoration: none;
  box-shadow: 0 6px 24px -6px rgba(217, 148, 18, 0.6);
  transition: var(--modern-transition);
}

.hero-btn-primary:hover {
  background-color: #f2b53a;
  color: #0f172a !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -6px rgba(217, 148, 18, 0.7);
  text-decoration: none;
}

.hero-btn-secondary {
  display: inline-block;
  font-family: var(--ltn__body-font);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: var(--modern-transition);
}

.hero-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff !important;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ==========================================================================
   SECTION HEADING SYSTEM  — eyebrow pill + h2 with amber underline
   ========================================================================== */

/* Amber pill eyebrow label (all section h6 labels) */
.ltn__feature-area .text-center h6,
.ltn__search-by-place-area .text-center h6,
.ltn__apartments-plan-area .text-center h6,
.ltn__testimonial-area .text-center h6,
.ltn__img-slider-area .text-center h6,
.ltn__blog-area .text-center h6,
.cus_about h6,
.cus_choose h6 {
  display: inline-block;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
  color: #b27a0c !important;
  background: rgba(217, 148, 18, 0.11);
  border: 1px solid rgba(217, 148, 18, 0.3);
  padding: 5px 18px;
  border-radius: 30px;
  margin-bottom: 14px !important;
}

/* Section h2 — amber underline centred accent */
.ltn__feature-area .text-center h2,
.ltn__search-by-place-area .text-center h2,
.ltn__apartments-plan-area .text-center h2,
.ltn__testimonial-area .text-center h2,
.ltn__img-slider-area .text-center h2,
.ltn__blog-area .text-center h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 50px !important;
}

.ltn__feature-area .text-center h2::after,
.ltn__search-by-place-area .text-center h2::after,
.ltn__apartments-plan-area .text-center h2::after,
.ltn__testimonial-area .text-center h2::after,
.ltn__img-slider-area .text-center h2::after,
.ltn__blog-area .text-center h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, var(--ltn__secondary-color), #f2b53a);
  border-radius: 2px;
}

/* About / choose inline h6: pill style too */
.cus_about h6,
.cus_choose h6 {
  display: inline-block;
}

/* ==========================================================================
   SERVICE CARDS  — clean icon treatment + tighter copy
   ========================================================================== */
.ltn__feature-item-6 .ltn__feature-icon img {
  height: 68px !important;
  width: 68px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(217, 148, 18, 0.18));
}

/* ==========================================================================
   COUNTER SECTION  — pill separator between numbers
   ========================================================================== */
.ltn__counterup-area .row .col-md-3:not(:last-child) .ltn__counterup-item {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.ltn__counterup-item h1 .counterUp-icon {
  color: var(--ltn__secondary-color) !important;
  font-size: 0.65em;
}

/* ==========================================================================
   ABOUT / BG2 COLUMN — tighter, no over-rounding a column wrapper
   ========================================================================== */
.col-lg-6.bg2,
.col-lg-6.align-self-center.bg2 {
  border-radius: var(--modern-radius-lg) !important;
  overflow: hidden;
}

/* ==========================================================================
   TESTIMONIAL IMAGES  — circular crop
   ========================================================================== */
.ltn__testimoni-img img {
  border-radius: 50% !important;
  width: 52px !important;
  height: 52px !important;
  object-fit: cover;
  box-shadow: 0 0 0 3px rgba(217, 148, 18, 0.25) !important;
}

/* ==========================================================================
   SECTOR + PROJECT CARDS  — overlay gradient sharpness fix
   ========================================================================== */
.search-by-place-img a img {
  border-radius: var(--modern-radius-lg) !important;
  box-shadow: none !important;
}
.ltn__search-by-place-item {
  border-radius: var(--modern-radius-lg);
  overflow: hidden;
}
.search-by-place-info {
  border-radius: 0 0 var(--modern-radius-lg) var(--modern-radius-lg);
}

/* ==========================================================================
   BRAND LOGOS  — no radius, subtle hover reveal
   ========================================================================== */
.ltn__brand-logo-item img {
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 0.55;
  filter: grayscale(1);
  transition: var(--modern-transition);
  max-height: 52px;
  width: auto;
}
.ltn__brand-logo-item img:hover {
  opacity: 1;
  filter: grayscale(0);
}

/* ==========================================================================
   FOOTER LOGO
   ========================================================================== */
.footer-widget .site-logo img,
.ltn__utilize-menu-head .site-logo img {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 48px;
  width: auto;
}

/* ==========================================================================
   RESPONSIVE  — hero on mobile
   ========================================================================== */
@media (max-width: 575px) {
  .hero-headline { font-size: 2rem; }
  .hero-subtext  { font-size: 13.5px; }
  .hero-btn-primary, .hero-btn-secondary {
    padding: 13px 22px;
    font-size: 13px;
  }
  .ltn__slide-item-7 { min-height: 85vh; }
}

/* ==========================================================================
   SECTION VISUAL RHYTHM — each section gets a distinct feel
   ========================================================================== */

/* About (Welcome) — very warm white, slightly warmer than pure white */
.ltn__about-us-area:first-of-type {
  background: #fdfcf9 !important;
}

/* Why Choose Us — light cool slate (separated from the warm About above) */
.ltn__counterup-area + .ltn__about-us-area {
  background: linear-gradient(180deg, #f1f5f9 0%, #eef2f7 100%) !important;
}

/* Services — clean white with a subtle engineering dot-grid for depth */
.ltn__feature-area {
  background-color: #ffffff !important;
  background-image: radial-gradient(circle, rgba(15,23,42,0.035) 1px, transparent 1px) !important;
  background-size: 22px 22px !important;
}

/* Sectors — deep navy for maximum contrast with the card images */
.ltn__search-by-place-area {
  background: linear-gradient(160deg, #080f1c 0%, #0f172a 60%, #0d1829 100%) !important;
}
.ltn__search-by-place-area .text-center h2 {
  color: #f1f5f9 !important;
}

/* Apartments Plan — subtle cool gray */
.ltn__apartments-plan-area {
  background: #f4f7fa !important;
}

/* Blog section — very clean white */
.ltn__blog-area {
  background: #fffef9 !important;
}

/* Thin amber top accent for anchor sections */
.ltn__feature-area,
.ltn__search-by-place-area,
.ltn__img-slider-area {
  position: relative;
}
.ltn__feature-area::before,
.ltn__search-by-place-area::before,
.ltn__img-slider-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--ltn__secondary-color), #f2b53a);
  border-radius: 0 0 6px 6px;
  z-index: 2;
}

/* ==========================================================================
   SERVICE CARDS — icon circle container + CSS number badge
   ========================================================================== */

/* Reset counter on the cards row, increment per card */
.ltn__feature-area > .container { counter-reset: svc 0; }
.ltn__feature-item-6 { counter-increment: svc; }

/* Ghost number badge — large faded counter in top-right corner */
.ltn__feature-item-6::before {
  content: "0" counter(svc);
  position: absolute;
  top: 12px;
  right: 16px;
  font-family: var(--ltn__heading-font);
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(15, 23, 42, 0.045);
  pointer-events: none;
  z-index: 0;
}

/* Amber rounded-square icon container */
.ltn__feature-icon {
  width: 76px;
  height: 76px;
  background: linear-gradient(135deg, rgba(217,148,18,0.13) 0%, rgba(217,148,18,0.05) 100%);
  border: 1.5px solid rgba(217,148,18,0.22);
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  transition: var(--modern-transition);
}
.ltn__feature-item-6:hover .ltn__feature-icon {
  background: linear-gradient(135deg, rgba(217,148,18,0.26) 0%, rgba(217,148,18,0.12) 100%);
  border-color: rgba(217,148,18,0.45);
  transform: rotate(4deg) scale(1.06);
}

/* Icon image inside the container */
.ltn__feature-icon img,
.ltn__feature-item-6 .ltn__feature-icon img {
  width: 42px !important;
  height: 42px !important;
  object-fit: contain;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none;
}

/* Left-align card body for a more editorial feel */
.ltn__feature-item-6 .ltn__feature-info {
  text-align: left;
}
.ltn__feature-item-6 .ltn__feature-icon {
  margin-left: 0;
}
.ltn__feature-item-6.text-center .ltn__feature-info {
  text-align: left !important;
}

/* Stronger card border on hover */
.ltn__feature-item-6:hover {
  border-color: rgba(217,148,18,0.25) !important;
}

/* ==========================================================================
   SECTOR CARDS ON DARK BACKGROUND
   ========================================================================== */

/* Card gets a border so it floats against the dark section */
.ltn__search-by-place-area .ltn__search-by-place-item {
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4) !important;
}

/* Image placeholder fills the card properly */
.ltn__search-by-place-area .search-by-place-img {
  background-color: #1a2744;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ltn__search-by-place-area .search-by-place-img a img {
  min-height: 260px !important;
  object-fit: cover !important;
  background-color: #1a2744;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Stronger gradient overlay on dark section */
.ltn__search-by-place-area .search-by-place-info {
  background: linear-gradient(180deg, rgba(8,15,28,0) 0%, rgba(8,15,28,0.95) 100%);
}

/* Sector "read more" arrow on title hover */
.ltn__search-by-place-area .search-by-place-info h4 a::after {
  content: ' →';
  opacity: 0;
  transition: var(--modern-transition);
}
.ltn__search-by-place-area .ltn__search-by-place-item:hover .search-by-place-info h4 a::after {
  opacity: 1;
}

/* ==========================================================================
   PROJECT PORTFOLIO SLIDER — better image cards
   ========================================================================== */

.ltn__img-slide-item-4 {
  border-radius: var(--modern-radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(15,23,42,0.12) !important;
}

.ltn__img-slide-item-4 img {
  height: 320px !important;
  object-fit: cover;
}

.ltn__img-slide-info {
  background: linear-gradient(180deg, rgba(8,15,28,0) 0%, rgba(8,15,28,0.92) 100%);
  padding: 30px 24px 24px;
}

/* ==========================================================================
   WHY CHOOSE US — gallery thumbnails as proper tiles
   ========================================================================== */

.ltn__list-item-2 {
  gap: 12px;
}
.ltn__list-item-2 li img {
  width: 100% !important;
  height: 110px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px rgba(15,23,42,0.1) !important;
  border: 2px solid rgba(217,148,18,0.2) !important;
}
.ltn__list-item-2 li img:hover {
  border-color: rgba(217,148,18,0.6) !important;
  transform: scale(1.04);
  box-shadow: 0 8px 24px rgba(15,23,42,0.15) !important;
}

/* ==========================================================================
   ABOUT SECTION — image panel highlight badge
   ========================================================================== */

/* "Years Experience" floating badge on the about-section image */
.about-us-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.about-us-img-wrap::after {
  content: '10+ Years\A of Excellence';
  white-space: pre;
  position: absolute;
  bottom: 24px;
  left: -12px;
  background: var(--ltn__secondary-color);
  color: #0f172a;
  font-family: var(--ltn__heading-font);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  padding: 14px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(217,148,18,0.35);
  text-align: center;
}

/* ==========================================================================
   TESTIMONIAL SECTION — light brand-tinted bg
   ========================================================================== */
.ltn__testimonial-area {
  background: linear-gradient(180deg, #fffef9 0%, #fdf9ef 100%) !important;
}

/* ==========================================================================
   VIDEO SECTION — minimum height
   ========================================================================== */
.ltn__video-bg-img {
  min-height: 480px !important;
}

/* ==========================================================================
   BLOG / NEWS CARDS — image height fix
   ========================================================================== */
.ltn__blog-img img {
  height: 200px !important;
  border-radius: var(--modern-radius) var(--modern-radius) 0 0 !important;
}

/* ==========================================================================
   SECTION HEADINGS — tighter, bolder hierarchy on dark section
   ========================================================================== */
.ltn__search-by-place-area .text-center h6 {
  color: var(--ltn__secondary-color) !important;
  background: rgba(217,148,18,0.15);
  border-color: rgba(217,148,18,0.4) !important;
}
.ltn__search-by-place-area .text-center h2::after {
  background: linear-gradient(90deg, #d99412, #f2b53a) !important;
}

/* All section h2 — a bit larger and bolder */
.ltn__feature-area .text-center h2,
.ltn__search-by-place-area .text-center h2,
.ltn__apartments-plan-area .text-center h2,
.ltn__testimonial-area .text-center h2,
.ltn__img-slider-area .text-center h2,
.ltn__blog-area .text-center h2 {
  font-size: 38px !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em;
}

/* ==========================================================================
   MOBILE RHYTHM
   ========================================================================== */
@media (max-width: 767px) {
  .about-us-img-wrap::after { display: none; }
  .ltn__feature-item-6::before { font-size: 40px; }
  .ltn__feature-icon { width: 60px; height: 60px; border-radius: 14px; }
  .ltn__feature-icon img,
  .ltn__feature-item-6 .ltn__feature-icon img { width: 34px !important; height: 34px !important; }
}

/* ==========================================================================
   PHASE 3 — PREMIUM ABOUT + SERVICES REDESIGN
   ========================================================================== */

/* ----  About image: consistent height + depth frame  --------------------- */
.about-img-left img,
.about-img-right img {
  width: 100% !important;
  height: 480px !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 60px rgba(15,23,42,0.15) !important;
}

/* Amber shadow-frame behind the left (About) image via transform trick */
.about-img-left {
  position: relative;
  z-index: 1;
}
.about-img-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(217,148,18,0.11);
  border: 1.5px solid rgba(217,148,18,0.28);
  border-radius: 20px;
  z-index: -1;
  transform: translate(16px, 16px);
}

/* Navy shadow-frame behind the right (Why Choose) image */
.about-img-right {
  position: relative;
  z-index: 1;
}
.about-img-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,0.06);
  border: 1.5px solid rgba(15,23,42,0.14);
  border-radius: 20px;
  z-index: -1;
  transform: translate(-16px, 16px);
}

/* Scope "Years" badge only to the About (left) image */
.about-us-img-wrap::after   { display: none !important; }
.about-img-left::after {
  content: '10+ Years\A of Excellence';
  white-space: pre;
  position: absolute;
  bottom: 28px;
  left: -6px;
  background: var(--ltn__secondary-color);
  color: #0f172a;
  font-family: var(--ltn__heading-font);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.5;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(217,148,18,0.4);
  text-align: center;
  z-index: 4;
}

/* ----  Strip the bg2 box — elegant left-accent replaces the box  ---------- */
.col-lg-6.bg2,
.col-lg-6.align-self-center.bg2 {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

/* About Us panel — amber left accent */
.cus_about {
  background: #ffffff !important;
  padding: 46px 40px 46px 50px !important;
  border-left: 5px solid var(--ltn__secondary-color) !important;
  border-radius: 0 16px 16px 0 !important;
  box-shadow: 0 6px 40px rgba(15,23,42,0.07) !important;
  height: auto !important;
}

/* Why Choose panel — navy left accent (visually distinct from About) */
.cus_choose {
  background: #ffffff !important;
  padding: 46px 40px 46px 50px !important;
  border-left: 5px solid #0f172a !important;
  border-radius: 0 16px 16px 0 !important;
  box-shadow: 0 6px 40px rgba(15,23,42,0.07) !important;
  height: auto !important;
}

/* ----  Section headings inside the panels  -------------------------------- */
.cus_about h2,
.cus_choose h2 {
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.022em !important;
  color: #0f172a !important;
  margin-bottom: 16px !important;
}

/* ----  Values / keyword links → inline pill badges  ----------------------- */
.cus_choose p a,
.cus_about p a {
  display: inline-block;
  padding: 4px 14px;
  background: rgba(15,23,42,0.06);
  border-radius: 20px;
  color: #0f172a !important;
  font-weight: 600;
  font-size: 13.5px;
  margin: 3px 3px;
  text-decoration: none !important;
  border: 1px solid rgba(15,23,42,0.1);
  transition: var(--modern-transition);
  line-height: 1.9;
}
.cus_choose p a:hover,
.cus_about p a:hover {
  background: var(--ltn__secondary-color) !important;
  color: #0f172a !important;
  border-color: var(--ltn__secondary-color);
  transform: translateY(-1px);
}

/* ----  Callout box refinement  -------------------------------------------- */
.ltn__callout {
  border-left: 5px solid var(--ltn__secondary-color) !important;
  background: linear-gradient(135deg, #fdf6e8 0%, #fffbf0 100%) !important;
  padding: 18px 22px !important;
  border-radius: 0 12px 12px 0 !important;
  margin: 22px 0 !important;
}
.ltn__callout p {
  font-style: italic;
  font-weight: 500;
  font-size: 15px !important;
  color: #8a6206 !important;
  margin-bottom: 0;
  line-height: 1.7;
}

/* ----  Service cards — heavier padding + refinements  --------------------- */
.ltn__feature-item-6 {
  padding: 46px 40px !important;
}
.ltn__feature-info h3 {
  font-size: 21px !important;
  font-weight: 800 !important;
  letter-spacing: -0.015em !important;
}
/* Ghost number: slightly more readable opacity */
.ltn__feature-item-6::before {
  color: rgba(15, 23, 42, 0.065) !important;
}
/* Show a hint of the amber bar at rest */
.ltn__feature-item-6::after {
  transform: scaleX(0.18) !important;
  opacity: 0.55;
}
.ltn__feature-item-6:hover::after {
  transform: scaleX(1) !important;
  opacity: 1;
}
/* Icon container shake on hover */
.ltn__feature-item-6:hover .ltn__feature-icon {
  transform: rotate(5deg) scale(1.08) !important;
}

/* ----  Why Choose background distinguish from About  ---------------------- */
.ltn__counterup-area + .ltn__about-us-area {
  background: linear-gradient(160deg, #f1f5f9 0%, #edf2f7 100%) !important;
}

/* ----  Responsive — stack cleanly on tablet/mobile  ----------------------- */
@media (max-width: 991px) {
  .cus_about, .cus_choose {
    border-radius: 12px !important;
    border-left-width: 4px !important;
    padding: 32px 28px 32px 34px !important;
    margin-top: 28px;
  }
  .about-img-left::before,
  .about-img-right::before { display: none; }
  .about-img-left::after   { bottom: 16px; left: 8px; font-size: 11.5px; }
  .about-img-left img,
  .about-img-right img     { height: 300px !important; }
}

/* ==========================================================================
   PHASE 4 — SCROLL REVEAL MOTION  (premium on-scroll fade/slide-in)
   JS in js-link.php adds .reveal to section blocks and .is-revealed when
   they enter the viewport. Respects prefers-reduced-motion.
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal.is-revealed {
  opacity: 1;
  transform: none;
}

/* Stagger children within a revealed row for an elegant cascade */
.reveal-stagger > [class*="col-"] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-stagger.is-revealed > [class*="col-"] {
  opacity: 1;
  transform: none;
}
.reveal-stagger.is-revealed > [class*="col-"]:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.is-revealed > [class*="col-"]:nth-child(2) { transition-delay: 0.15s; }
.reveal-stagger.is-revealed > [class*="col-"]:nth-child(3) { transition-delay: 0.25s; }
.reveal-stagger.is-revealed > [class*="col-"]:nth-child(4) { transition-delay: 0.35s; }
.reveal-stagger.is-revealed > [class*="col-"]:nth-child(5) { transition-delay: 0.45s; }
.reveal-stagger.is-revealed > [class*="col-"]:nth-child(6) { transition-delay: 0.55s; }

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-stagger > [class*="col-"] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   PHASE 4 — PRODUCTION POLISH (maipl.in launch)
   ========================================================================== */

/* Smooth in-page scrolling */
html { scroll-behavior: smooth; }

/* ----  About / Why-Choose: image stretches to match text height  ---------- */
@media (min-width: 992px) {
  .ltn__about-us-area .row > .col-lg-6.align-self-center {
    align-self: stretch !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-us-img-wrap {
    height: 100%;
    display: flex;
  }
  .about-img-left img,
  .about-img-right img {
    height: auto !important;
    min-height: 480px;
    flex: 1;
    width: 100%;
    object-fit: cover !important;
  }
}

/* ----  Callout: long paragraphs read comfortably  -------------------------- */
.ltn__callout p {
  font-size: 14.5px !important;
  line-height: 1.8 !important;
}

/* ----  Service cards: equal height, stronger presence  --------------------- */
.ltn__feature-area .row.justify-content-center .col-lg-4,
.ltn__feature-area .row.justify-content-center .col-sm-6 {
  display: flex;
}
.ltn__feature-item-6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 340px;
}
.ltn__feature-item-6 .ltn__feature-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ltn__feature-item-6 .ltn__feature-info p { flex: 1; }
.ltn__feature-item-6 .ltn__service-btn { margin-top: auto; }

/* ----  Section labels: consistent casing  ---------------------------------- */
.ltn__feature-area .text-center h6,
.ltn__search-by-place-area .text-center h6,
.ltn__img-slider-area .text-center h6,
.ltn__testimonial-area .text-center h6,
.ltn__blog-area .text-center h6 {
  text-transform: uppercase !important;
}
