:root {
  --red: #d40000;
  --red2: #a80000;
  --black: #101010;
  --dark: #171717;
  --grey: #f7f7f7;
  --text: #333;
  --white: #fff;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "Oswald", sans-serif;
  color: var(--black);
  letter-spacing: 0.5px;
}
.text-red {
  color: var(--red) !important;
}
.bg-red {
  background: var(--red) !important;
}
.btn-vc {
  background: var(--red);
  border: 0;
  color: #fff;
  padding: 13px 28px;
  border-radius: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 10px 25px rgba(212, 0, 0, 0.25);
  transition: 0.35s;
}
.btn-vc:hover {
  background: #111;
  color: #fff;
  transform: translateY(-3px);
}
.btn-dark-vc {
  background: #111;
  color: #fff;
  padding: 13px 28px;
  border-radius: 0;
  font-weight: 800;
  text-transform: uppercase;
}
.section-pad {
  padding: 95px 0;
}
.section-title {
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-kicker {
  font-weight: 900;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navbar {
  background: #fff;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
}
.navbar .nav-link {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  color: #111 !important;
  margin: 0 5px;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--red) !important;
}
.logo-img {
  height: 58px;
  max-width: 190px;
  object-fit: contain;
}
.call-btn {
  background: #111;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  font-weight: 900;
  border-left: 5px solid var(--red);
}
.call-btn:hover {
  background: var(--red);
  color: #fff;
}
.dropdown-menu {
  border: 0;
  border-top: 4px solid var(--red);
  box-shadow: var(--shadow);
  border-radius: 0;
  padding: 14px;
  min-width: 290px;
}
.dropdown-item {
  font-size: 13px;
  font-weight: 700;
  padding: 9px 12px;
}
.dropdown-item:hover {
  background: #fff0f0;
  color: var(--red);
}
.dropdown-header {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}
.hero {
  position: relative;
}
.carousel-item {
  height: 88vh;
  min-height: 620px;
  background-size: cover;
  background-position: center;
}
.carousel-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.82),
    rgba(0, 0, 0, 0.45),
    rgba(212, 0, 0, 0.2)
  );
  clip-path: polygon(0 0, 78% 0, 60% 100%, 0 100%);
}
.hero-content {
  position: absolute;
  top: 52%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 5;
  max-width: 760px;
  color: #fff;
}
.hero-content h1 {
  font-size: 74px;
  line-height: 0.98;
  color: #fff;
  text-transform: uppercase;
}
.hero-content p {
  font-size: 19px;
  color: #eee;
  margin: 25px 0 32px;
}
.hero-shape {
  position: absolute;
  right: 5%;
  bottom: 20%;
  width: 170px;
  height: 170px;
  border: 16px solid rgba(255, 255, 255, 0.16);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.search-float {
  position: relative;
  margin-top: -58px;
  z-index: 20;
}
.search-box {
  background: #fff;
  box-shadow: var(--shadow);
  padding: 26px;
  border-bottom: 6px solid var(--red);
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}
.form-control,
.form-select {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 14px;
  font-weight: 700;
}
.angle-bg {
  background: var(--grey);
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}
.property-card {
  background: #fff;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.property-card img {
  height: 255px;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.property-card:hover img {
  transform: scale(1.08);
}
.property-card .tag {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--red);
  color: #fff;
  padding: 8px 12px;
  font-weight: 900;
  font-size: 12px;
}
.property-body {
  padding: 26px;
}
.property-body h4 {
  text-transform: uppercase;
}
.stats-strip {
  background: #111;
  color: #fff;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}
.stats-strip:before {
  content: "";
  position: absolute;
  left: -70px;
  top: -70px;
  width: 250px;
  height: 250px;
  background: var(--red);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  opacity: 0.75;
}
.stat {
  text-align: center;
  position: relative;
}
.stat h3 {
  font-size: 44px;
  color: #fff;
  margin: 0;
}
.stat p {
  color: #ddd;
  font-weight: 800;
  text-transform: uppercase;
}
.hex-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.hex-card {
  min-height: 230px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 38px 25px;
  text-align: center;
  clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0 50%);
  transition: 0.35s;
}
.hex-card:hover {
  background: var(--red);
  transform: translateY(-9px);
}
.hex-card:hover * {
  color: #fff;
}
.hex-card i {
  font-size: 38px;
  color: var(--red);
  margin-bottom: 18px;
}
.testimonial {
  background: #fff;
  padding: 34px;
  box-shadow: var(--shadow);
  border-left: 6px solid var(--red);
  position: relative;
}
.testimonial:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 62px;
  height: 62px;
  background: #f2f2f2;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.cta-whatsapp {
  background: linear-gradient(120deg, #111 0%, #111 55%, var(--red) 55%);
  color: #fff;
  padding: 65px 0;
}
.cta-whatsapp h2 {
  color: #fff;
  font-size: 42px;
}
.page-hero {
  padding: 155px 0 95px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(212, 0, 0, 0.55)),
    var(--page-bg);
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
.page-hero h1 {
  font-size: 64px;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-vc {
  color: #fff;
  font-weight: 800;
}
.info-panel {
  background: #fff;
  box-shadow: var(--shadow);
  padding: 38px;
  border-top: 7px solid var(--red);
}
.project-list li,
.tick-list li {
  margin: 13px 0;
  font-weight: 700;
  list-style: none;
}
.project-list li:before,
.tick-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--red);
  margin-right: 10px;
}
.diagonal-img {
  min-height: 430px;
  background-size: cover;
  background-position: center;
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  box-shadow: var(--shadow);
}
.service-band {
  background: #111;
  color: #fff;
  padding: 70px 0;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
.service-band h2,
.service-band h3 {
  color: #fff;
}
.service-list-box {
  background: #fff;
  padding: 28px;
  box-shadow: var(--shadow);
  height: 100%;
  border-bottom: 5px solid var(--red);
  transition: 0.35s;
}
.service-list-box:hover {
  transform: translateY(-8px);
  background: #111;
}
.service-list-box:hover * {
  color: #fff;
}
.service-list-box i {
  font-size: 34px;
  color: var(--red);
  margin-bottom: 15px;
}
.why-card {
  padding: 34px;
  background: #fff;
  box-shadow: var(--shadow);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.why-card:before {
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 90px;
  height: 90px;
  background: var(--red);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.why-card i {
  color: var(--red);
  font-size: 36px;
  margin-bottom: 16px;
}
.contact-card {
  background: #fff;
  box-shadow: var(--shadow);
  padding: 30px;
  height: 100%;
  border-left: 5px solid var(--red);
}
.contact-card a {
  color: #111;
  text-decoration: none;
  font-weight: 800;
}
.map-placeholder {
  height: 420px;
  background: linear-gradient(135deg, #ddd, #f8f8f8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  color: #777;
  border: 12px solid #fff;
  box-shadow: var(--shadow);
}
.footer-strip {
  background: var(--red);
  color: #fff;
  padding: 28px 0;
}
.footer-strip a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.footer {
  background: #0b0b0b;
  color: #bbb;
  padding: 70px 0 20px;
}
.footer h5 {
  color: #fff;
  text-transform: uppercase;
}
.footer a {
  display: block;
  color: #bbb;
  text-decoration: none;
  margin: 9px 0;
}
.footer a:hover {
  color: #fff;
}
.social a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  background: #191919;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #fff;
}
.social a:hover {
  background: var(--red);
}
.copyright {
  border-top: 1px solid #222;
  margin-top: 35px;
  padding-top: 20px;
  text-align: center;
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  z-index: 999;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.08);
}
@media (max-width: 991px) {
  .hero-content h1 {
    font-size: 44px;
  }
  .carousel-item {
    height: 78vh;
    min-height: 560px;
  }
  .hex-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .call-btn {
    display: inline-block;
    margin-top: 10px;
  }
  .section-title {
    font-size: 34px;
  }
  .page-hero h1 {
    font-size: 44px;
  }
  .search-box {
    clip-path: none;
  }
  .cta-whatsapp {
    background: #111;
  }
  .diagonal-img {
    clip-path: none;
  }
}
@media (max-width: 575px) {
  .hero-content {
    left: 5%;
    right: 5%;
  }
  .hero-content h1 {
    font-size: 35px;
  }
  .hero-content p {
    font-size: 16px;
  }
  .hex-grid {
    grid-template-columns: 1fr;
  }
  .section-pad {
    padding: 65px 0;
  }
  .logo-img {
    height: 48px;
  }
  .page-hero {
    padding: 125px 0 70px;
  }
  .page-hero h1 {
    font-size: 36px;
  }
}

/* Client corrections */
.logo-img {
  height: 72px;
  max-width: 220px;
}
.navbar {
  padding: 8px 0;
}
.footer-logo {
  height: 135px;
  max-width: 420px;
}
.btn-vc,
.btn-dark-vc,
.call-btn,
.footer .input-group .btn,
.cta-whatsapp .btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn-vc:before,
.btn-dark-vc:before,
.call-btn:before,
.cta-whatsapp .btn:before {
  content: "";
  position: absolute;
  top: -40%;
  left: -75%;
  width: 45%;
  height: 180%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.85),
    transparent
  );
  transform: skewX(-25deg);
  animation: flashMove 2.4s infinite;
  z-index: -1;
}
.btn-vc:hover:before,
.btn-dark-vc:hover:before,
.call-btn:hover:before {
  z-index: 0;
}
.btn-vc span,
.btn-dark-vc span,
.call-btn span {
  position: relative;
  z-index: 2;
}
@keyframes flashMove {
  0% {
    left: -80%;
  }
  45%,
  100% {
    left: 130%;
  }
}
.footer {
  background: #0d0d0d;
  color: #d6d6d6;
}
.footer a {
  color: #e2e2e2;
}
.footer p {
  color: #d6d6d6;
}
.footer .social a {
  color: #fff;
  border-radius: 50%;
  transition: 0.35s;
}
.footer .social .facebook {
  background: #1877f2;
}
.footer .social .instagram {
  background: radial-gradient(
    circle at 30% 30%,
    #feda75,
    #d62976,
    #962fbf,
    #4f5bd5
  );
}
.footer .social .youtube {
  background: #ff0000;
}
.footer .social .linkedin {
  background: #0a66c2;
}
.footer .social a:hover {
  transform: translateY(-5px) scale(1.06);
  filter: brightness(1.08);
}
.map-link {
  display: block;
  text-decoration: none;
}
.map-frame {
  width: 100%;
  height: 420px;
  border: 12px solid #fff;
  box-shadow: var(--shadow);
  display: block;
}
.contact-card .fa,
.footer .fa {
  color: var(--red);
}
.hero .btn {
  margin-bottom: 8px;
}
.hero-content .btn-vc,
.hero-content .btn-dark-vc {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.28);
}
@media (max-width: 575px) {
  .logo-img {
    height: 58px;
  }
  .footer-logo {
    height: 78px;
  }
  .hero-content .btn {
    display: block;
    width: max-content;
    margin: 0 0 12px;
  }
  .navbar .call-btn {
    font-size: 12px;
    padding: 10px 12px;
  }
}

.btn-vc:before,
.btn-dark-vc:before,
.call-btn:before,
.cta-whatsapp .btn:before {
  z-index: 1;
  pointer-events: none;
}
.btn-vc,
.btn-dark-vc,
.call-btn {
  z-index: 0;
}
.btn-vc i,
.btn-dark-vc i,
.call-btn i {
  position: relative;
  z-index: 2;
}

/* Final correction set */
body {
  color: #2c2c2c;
}
.logo-img {
  height: 74px;
  max-width: 230px;
}
.navbar-brand {
  background: transparent !important;
}
.navbar {
  background: #fff;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -10px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.services-main-menu {
  min-width: 260px;
}
.submenu-scroll {
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}
.submenu-scroll::-webkit-scrollbar {
  width: 6px;
}
.submenu-scroll::-webkit-scrollbar-thumb {
  background: var(--red);
}
.btn-vc,
.btn-dark-vc,
.call-btn,
.footer .input-group .btn,
.cta-whatsapp .btn,
.property-body .btn,
.contact-form .btn {
  border-radius: 999px !important;
  background: var(--red) !important;
  color: #fff !important;
  border: 2px solid var(--red) !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(212, 0, 0, 0.22);
}
.btn-vc:hover,
.btn-dark-vc:hover,
.call-btn:hover,
.footer .input-group .btn:hover,
.cta-whatsapp .btn:hover,
.property-body .btn:hover,
.contact-form .btn:hover {
  background: var(--red) !important;
  color: #fff !important;
  transform: translateY(-3px);
}
.hero-content.hero-buttons-only {
  top: auto;
  bottom: 70px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  max-width: none;
  text-align: center;
  white-space: nowrap;
}
.hero-content.hero-buttons-only .btn {
  padding: 16px 36px;
  font-size: 15px;
}
.hero-content.hero-buttons-only:before {
  content: "";
  position: absolute;
  inset: -20px -28px;
  background: rgba(16, 16, 16, 0.38);
  backdrop-filter: blur(3px);
  border-radius: 999px;
  z-index: -1;
}
.carousel-item:before {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.12),
    rgba(212, 0, 0, 0.16)
  );
  clip-path: none;
}
.hero-shape {
  display: none;
}
.testimonial {
  min-height: 210px;
  overflow: hidden;
  padding-right: 92px;
}
.testimonial p,
.testimonial h5 {
  position: relative;
  z-index: 2;
}
.service-list-box {
  border-left: 7px solid var(--red);
  border-bottom: 0;
  background: #fff;
  color: #2c2c2c;
  overflow: visible;
  min-height: 100%;
}
.service-list-box:hover {
  background: #fff;
  color: #2c2c2c;
  transform: translateY(-6px);
}
.service-list-box:hover * {
  color: inherit;
}
.service-list-box i,
.service-list-box:hover i {
  color: var(--red);
}
.footer .logo-img {
  background: transparent !important;
}
.footer-logo {
  height: 110px;
  max-width: 420px;
  object-fit: contain;
}
.footer {
  padding-top: 58px;
}
.footer p,
.footer a {
  color: #d9d9d9;
}
.social a {
  display: inline-flex !important;
}
.social a i {
  color: #fff !important;
}
.map-frame {
  filter: grayscale(0.05);
}
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    position: static;
    margin-left: 15px;
    display: block;
    box-shadow: none;
    border-left: 3px solid var(--red);
    max-height: 260px;
  }
  .hero-content.hero-buttons-only {
    bottom: 45px;
  }
  .hero-content.hero-buttons-only .btn {
    display: inline-block;
    margin-bottom: 10px;
  }
  .logo-img {
    height: 60px;
  }
}
@media (max-width: 575px) {
  .hero-content.hero-buttons-only {
    left: 5%;
    right: 5%;
    transform: none;
    white-space: normal;
  }
  .hero-content.hero-buttons-only:before {
    border-radius: 24px;
  }
  .hero-content.hero-buttons-only .btn {
    width: 100%;
    margin: 7px 0;
  }
  .carousel-item {
    height: 70vh;
    min-height: 500px;
  }
  .testimonial {
    padding-right: 34px;
  }
  .testimonial:after {
    opacity: 0.35;
  }
}

/* Responsive final service/navigation corrections */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
.section-pad,
.property-card,
.service-list-box,
.why-card,
.info-panel,
.testimonial {
  animation: softFloatIn 0.8s ease both;
}
@keyframes softFloatIn {
  from {
    opacity: 0.001;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.navbar .dropdown-menu {
  border: 0;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
  border-radius: 0 0 18px 18px;
}
.navbar .dropdown-item {
  font-weight: 700;
  white-space: normal;
}
.dropdown-submenu > .dropdown-menu {
  min-width: 310px;
}
.submenu-scroll {
  max-height: 330px;
  overflow-y: auto;
}
.dropdown-submenu > a:after {
  float: right;
  margin-top: 8px;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-item:hover {
  background: var(--red);
  color: #fff !important;
}
.hero-slide-caption {
  position: absolute;
  left: 7%;
  bottom: 95px;
  max-width: 650px;
  color: #fff;
  z-index: 4;
  background: rgba(16, 16, 16, 0.52);
  border-left: 7px solid var(--red);
  padding: 28px 32px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
  animation: slideCaptionMove 4.2s ease-in-out infinite alternate;
}
.hero-slide-caption h1 {
  font-size: 58px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.02;
  margin-bottom: 10px;
}
.hero-slide-caption p {
  font-size: 19px;
  color: #fff;
  margin-bottom: 20px;
}
.hero-actions .btn {
  margin-right: 12px;
  margin-bottom: 8px;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 6;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(212, 0, 0, 0.95);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-size: 52%;
}
@keyframes slideCaptionMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.service-overlap-card {
  position: relative;
  padding-top: 52px;
  min-height: 100%;
  overflow: hidden;
}
.service-overlap-card:before {
  content: "";
  position: absolute;
  right: -35px;
  top: -35px;
  width: 125px;
  height: 125px;
  background: rgba(212, 0, 0, 0.08);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.service-page-links a {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 800;
}
.service-page-links a:hover {
  color: var(--red);
}
.service-detail-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: #fff;
  color: #151515;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  padding: 24px 26px;
  min-height: 100px;
  box-shadow: var(--shadow);
  border-left: 6px solid var(--red);
  transition: 0.35s;
  position: relative;
  overflow: hidden;
}
.service-detail-tile:before {
  content: "";
  position: absolute;
  inset: auto -30px -45px auto;
  width: 110px;
  height: 110px;
  background: rgba(212, 0, 0, 0.09);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.service-detail-tile:hover {
  color: #fff;
  background: var(--red);
  transform: translateY(-7px);
}
.service-detail-tile:hover:before {
  background: rgba(255, 255, 255, 0.16);
}
.light-move-bg {
  background: linear-gradient(135deg, #fff, #f7f7f7);
  position: relative;
  overflow: hidden;
}
.light-move-bg:before {
  content: "";
  position: absolute;
  left: -90px;
  top: 20%;
  width: 230px;
  height: 230px;
  background: rgba(212, 0, 0, 0.06);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  animation: shapeDrift 7s ease-in-out infinite alternate;
}
@keyframes shapeDrift {
  to {
    transform: translate(35px, -30px) rotate(22deg);
  }
}
.emr-panel-section {
  background: #fff;
}
.btn-vc:after,
.btn-dark-vc:after,
.call-btn:after,
.contact-form .btn:after {
  content: "";
  position: absolute;
  top: -45%;
  left: -75%;
  width: 38%;
  height: 190%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
  transform: skewX(-25deg);
  animation: flashMove 2.2s infinite;
  z-index: 1;
}
.btn-vc,
.btn-dark-vc,
.call-btn,
.contact-form .btn {
  position: relative;
}
.btn-vc,
.btn-dark-vc,
.call-btn,
.contact-form .btn {
  color: #fff !important;
}
.btn-vc > *,
.btn-dark-vc > *,
.call-btn > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .dropdown-submenu > .dropdown-menu {
    display: block;
    position: static;
    margin: 4px 0 10px 14px;
    border-left: 3px solid var(--red);
    max-height: 260px;
    overflow: auto;
  }
  .hero-slide-caption {
    left: 5%;
    right: 5%;
    bottom: 70px;
    max-width: none;
    padding: 24px;
  }
  .hero-slide-caption h1 {
    font-size: 42px;
  }
  .hero-slide-caption p {
    font-size: 17px;
  }
  .carousel-item {
    height: 78vh;
    min-height: 560px;
  }
  .service-detail-tile {
    min-height: auto;
  }
  .navbar-collapse {
    max-height: 78vh;
    overflow-y: auto;
  }
}
@media (max-width: 575px) {
  .logo-img {
    height: 54px;
    max-width: 165px;
  }
  .hero-slide-caption {
    bottom: 55px;
    padding: 20px;
  }
  .hero-slide-caption h1 {
    font-size: 31px;
  }
  .hero-slide-caption p {
    font-size: 15px;
  }
  .hero-actions .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 38px;
    height: 38px;
  }
  .section-title {
    font-size: 30px;
  }
  .page-hero h1 {
    font-size: 32px;
  }
  .dropdown-submenu > .dropdown-menu {
    max-height: 220px;
  }
  .footer-logo {
    height: 78px;
  }
  .footer {
    text-align: left;
  }
  .map-frame {
    height: 320px;
  }
}

/* Final requested corrections: slider without buttons, moving cards, animated numbers, new why pattern */
.hero .hero-actions,
.hero .carousel-control-prev,
.hero .carousel-control-next {
  display: none !important;
}
.hero-slide-caption {
  bottom: 72px;
  max-width: 720px;
  border-left: 0;
  border-bottom: 6px solid var(--red);
  border-radius: 0 34px 0 34px;
  background: rgba(16, 16, 16, 0.42);
  backdrop-filter: blur(4px);
}
.hero-slide-caption h1 {
  font-size: clamp(34px, 5vw, 62px);
}
.hero-slide-caption p {
  font-size: clamp(16px, 2vw, 21px);
  max-width: 600px;
}
.property-card,
.service-list-box,
.hex-box,
.testimonial,
.contact-card,
.service-overlap-card,
.service-detail-tile {
  animation: cardSoftMove 4.8s ease-in-out infinite alternate;
  will-change: transform;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.property-card:hover,
.service-list-box:hover,
.hex-box:hover,
.testimonial:hover,
.contact-card:hover,
.service-overlap-card:hover,
.service-detail-tile:hover {
  transform: translateY(-12px) scale(1.015);
  box-shadow: 0 24px 55px rgba(16, 16, 16, 0.18);
}
.property-card:nth-child(2n),
.service-list-box:nth-child(2n),
.hex-box:nth-child(2n),
.testimonial:nth-child(2n) {
  animation-delay: 0.8s;
}
@keyframes cardSoftMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
.stats-strip {
  position: relative;
  overflow: hidden;
}
.stats-strip:before {
  content: "";
  position: absolute;
  inset: -40% auto auto -15%;
  width: 420px;
  height: 420px;
  background: rgba(255, 255, 255, 0.12);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  animation: statsShapeMove 6s ease-in-out infinite alternate;
}
.stat-motion {
  position: relative;
  z-index: 2;
  animation: statPulseMove 3.5s ease-in-out infinite alternate;
}
.stat-motion:nth-child(2) {
  animation-delay: 0.3s;
}
.stat-motion:nth-child(3) {
  animation-delay: 0.6s;
}
.stat-motion:nth-child(4) {
  animation-delay: 0.9s;
}
@keyframes statPulseMove {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-10px) scale(1.04);
  }
}
@keyframes statsShapeMove {
  100% {
    transform: translate(65px, 35px) rotate(22deg);
  }
}
.why-pattern-section {
  background: linear-gradient(135deg, #fff 0%, #f7f7f7 48%, #fff 100%);
  position: relative;
  overflow: hidden;
}
.why-pattern-section:before {
  content: "";
  position: absolute;
  right: -150px;
  top: 90px;
  width: 420px;
  height: 420px;
  background: rgba(212, 0, 0, 0.06);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  animation: shapeDrift 7s ease-in-out infinite alternate;
}
.why-zigzag {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 2;
}
.why-zig-item {
  position: relative;
  min-height: 245px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 34px 28px 28px;
  border: 1px solid rgba(16, 16, 16, 0.06);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  overflow: hidden;
  transition: 0.4s;
  animation: cardSoftMove 4.5s ease-in-out infinite alternate;
}
.why-zig-item:nth-child(even) {
  margin-top: 38px;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}
.why-zig-item:hover {
  background: #101010;
  transform: translateY(-12px) scale(1.02);
}
.why-zig-item:hover h4,
.why-zig-item:hover p {
  color: #fff;
}
.why-zig-item:hover i {
  color: #fff;
}
.why-number {
  position: absolute;
  right: 18px;
  top: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 800;
  color: rgba(212, 0, 0, 0.1);
  line-height: 1;
}
.why-zig-body i {
  font-size: 34px;
  color: var(--red);
  margin-bottom: 18px;
}
.why-zig-body h4 {
  font-size: 21px;
  font-weight: 900;
  color: #111;
}
.why-zig-body p {
  color: #555;
  margin: 0;
  line-height: 1.65;
}
@media (max-width: 991px) {
  .why-zigzag {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-zig-item:nth-child(even) {
    margin-top: 0;
  }
  .hero-slide-caption {
    left: 5%;
    right: 5%;
    bottom: 55px;
  }
}
@media (max-width: 575px) {
  .why-zigzag {
    grid-template-columns: 1fr;
  }
  .why-zig-item,
  .why-zig-item:nth-child(even) {
    clip-path: none;
    border-left: 6px solid var(--red);
    margin-top: 0;
  }
  .hero-slide-caption {
    padding: 18px 20px;
  }
  .property-card,
  .service-list-box,
  .hex-box,
  .testimonial,
  .contact-card,
  .service-overlap-card,
  .service-detail-tile {
    animation: none;
  }
}

/* Final alignment fixes: About EMR, Why VC Assets, Footer */
.emr-premium-layout {
  background: linear-gradient(135deg, #fff 0%, #f7f7f7 55%, #fff 100%);
  position: relative;
  overflow: hidden;
}
.emr-premium-layout:before {
  content: "";
  position: absolute;
  left: -120px;
  top: 40px;
  width: 330px;
  height: 330px;
  background: rgba(212, 0, 0, 0.07);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.emr-visual-card {
  position: relative;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow);
  border-left: 8px solid var(--red);
  min-height: 460px;
  overflow: hidden;
}
.emr-visual-img {
  height: 420px;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 92%);
}
.emr-badge {
  position: absolute;
  left: 38px;
  bottom: 38px;
  background: #101010;
  color: #fff;
  padding: 22px 28px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}
.emr-badge span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  line-height: 1;
  color: var(--red);
  font-weight: 900;
}
.emr-badge small {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.emr-intro {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 24px;
}
.emr-grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.emr-grid-list div {
  background: #fff;
  border: 1px solid rgba(16, 16, 16, 0.08);
  box-shadow: 0 10px 25px rgba(16, 16, 16, 0.06);
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  transition: 0.35s;
}
.emr-grid-list div:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 0, 0, 0.35);
  box-shadow: 0 18px 36px rgba(212, 0, 0, 0.1);
}
.emr-grid-list i {
  color: var(--red);
  font-size: 20px;
  width: 24px;
  text-align: center;
}
.emr-grid-list span {
  font-weight: 800;
  color: #202020;
  font-size: 14px;
  line-height: 1.35;
}
.why-pattern-section {
  background: #f7f7f7 !important;
  padding-bottom: 95px;
  overflow: visible !important;
}
.why-zigzag {
  align-items: stretch;
  gap: 26px;
}
.why-zig-item,
.why-zig-item:nth-child(even) {
  clip-path: none !important;
  margin-top: 0 !important;
  min-height: 260px;
  height: auto;
  padding: 38px 32px;
  background: #fff;
  border-left: 6px solid var(--red);
  overflow: visible !important;
}
.why-zig-item:hover {
  background: #101010;
}
.why-zig-body {
  position: relative;
  z-index: 2;
}
.why-zig-body h4 {
  line-height: 1.25;
  margin-bottom: 12px;
}
.why-zig-body p {
  font-size: 15.5px;
  line-height: 1.75;
}
.why-number {
  right: 22px;
  top: 18px;
  font-size: 58px;
  color: rgba(212, 0, 0, 0.09);
}
.footer .row {
  align-items: flex-start;
}
.footer .col-lg-4,
.footer .col-lg-2,
.footer .col-lg-3 {
  margin-bottom: 22px;
}
.footer-logo {
  display: block;
  margin-bottom: 18px;
}
.footer h5 {
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
.footer p {
  line-height: 1.8;
  max-width: 420px;
}
.footer a {
  line-height: 1.55;
}
.footer .social {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.footer .social a {
  margin: 0 !important;
}
.copyright {
  font-size: 14px;
  color: #aaa;
}
@media (max-width: 991px) {
  .emr-grid-list {
    grid-template-columns: 1fr;
  }
  .emr-visual-card {
    min-height: auto;
  }
  .emr-visual-img {
    height: 320px;
    clip-path: none;
  }
  .why-zigzag {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .emr-premium-layout {
    padding-top: 60px;
  }
  .emr-grid-list {
    grid-template-columns: 1fr;
  }
  .emr-grid-list div {
    min-height: auto;
  }
  .emr-badge {
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
  .emr-badge span {
    font-size: 30px;
  }
  .why-zigzag {
    grid-template-columns: 1fr;
  }
  .why-zig-item {
    min-height: auto;
    padding: 32px 24px;
  }
  .footer {
    text-align: left;
  }
  .footer p {
    max-width: 100%;
  }
}

/* Latest VC Assets requested updates */
#heroSlider {
  --bs-carousel-transition-duration: 0.75s;
}
.carousel-item {
  transition:
    transform 0.75s ease-in-out,
    opacity 0.75s ease-in-out !important;
}
.hero .hero-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
}
.hero .hero-actions .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.hero .carousel-control-prev,
.hero .carousel-control-next {
  display: none !important;
}
.oval-btn,
.btn-vc,
.btn-dark-vc {
  border-radius: 999px !important;
}
.btn-vc,
.btn-dark-vc,
.call-btn {
  overflow: hidden;
}
.btn-vc:before,
.btn-dark-vc:before,
.call-btn:before {
  z-index: 1 !important;
  pointer-events: none;
}
.btn-vc,
.btn-dark-vc,
.call-btn {
  isolation: isolate;
}
.btn-vc i,
.btn-dark-vc i,
.call-btn i,
.btn-vc span,
.btn-dark-vc span,
.call-btn span {
  position: relative;
  z-index: 3;
}
.mini-slider {
  border: 14px solid #fff;
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 92%);
}
.mini-slider .carousel-item {
  height: 430px !important;
  min-height: 430px !important;
}
.mini-slider img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.footer {
  position: relative;
  overflow: hidden;
  animation: footerGlow 5s ease-in-out infinite alternate;
}
.footer:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 310px;
  height: 310px;
  background: rgba(212, 0, 0, 0.12);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  animation: footerShapeMove 6s ease-in-out infinite alternate;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer-logo {
  height: 135px !important;
  max-width: 420px !important;
  animation: logoFloat 3.4s ease-in-out infinite alternate;
}
.navbar .logo-img {
  height: 82px !important;
  max-width: 420px !important;
}
.about-mvv-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 20px;
  vertical-align: middle;
}
.emr-equal-card {
  height: 100%;
  min-height: 560px;
}
.emr-text-card {
  background: #fff;
  box-shadow: var(--shadow);
  border-right: 8px solid var(--red);
  padding: 28px;
  display: flex;
  align-items: center;
}
.emr-equal-card .emr-visual-img {
  height: 520px;
}
.property-detail-img {
  min-height: 520px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 92%);
  border: 12px solid #fff;
}
.why-orbit-section {
  background: linear-gradient(135deg, #fff, #f7f7f7);
  position: relative;
  overflow: hidden;
}
.why-orbit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
}
.why-orbit-card {
  background: #fff;
  box-shadow: var(--shadow);
  padding: 34px 28px;
  min-height: 250px;
  border-bottom: 6px solid var(--red);
  position: relative;
  overflow: hidden;
  animation: orbitCardMove 5s ease-in-out infinite alternate;
  transition: 0.35s;
}
.why-orbit-card:nth-child(2n) {
  animation-delay: 0.7s;
}
.why-orbit-card:nth-child(3n) {
  animation-delay: 1.2s;
}
.why-orbit-card span {
  position: absolute;
  right: 18px;
  top: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 62px;
  color: rgba(212, 0, 0, 0.1);
  font-weight: 900;
}
.why-orbit-card i {
  font-size: 36px;
  color: var(--red);
  margin-bottom: 20px;
}
.why-orbit-card h4 {
  font-weight: 900;
  text-transform: uppercase;
}
.why-orbit-card:hover {
  background: #101010;
  transform: translateY(-16px) rotate(-1deg);
}
.why-orbit-card:hover h4,
.why-orbit-card:hover p,
.why-orbit-card:hover i {
  color: #fff;
}
@keyframes orbitCardMove {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(8px, -12px) rotate(0.7deg);
  }
}
@keyframes footerShapeMove {
  to {
    transform: translate(-45px, 60px) rotate(30deg);
  }
}
@keyframes footerGlow {
  to {
    box-shadow: inset 0 0 70px rgba(212, 0, 0, 0.08);
  }
}
@keyframes logoFloat {
  to {
    transform: translateY(-8px);
  }
}
@media (max-width: 991px) {
  .navbar .logo-img {
    height: 62px !important;
  }
  .hero .hero-actions {
    display: flex !important;
  }
  .mini-slider,
  .property-detail-img {
    clip-path: none;
  }
  .why-orbit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .emr-equal-card {
    min-height: auto;
  }
  .emr-equal-card .emr-visual-img {
    height: 360px;
  }
  .footer-logo {
    height: 105px !important;
  }
}
@media (max-width: 420px) {
  .hero .hero-actions {
    display: block !important;
  }
  .hero .hero-actions .btn {
    width: 100%;
    margin: 6px 0 !important;
  }
  .mini-slider .carousel-item,
  .mini-slider img {
    height: 300px !important;
    min-height: 300px !important;
  }
  .why-orbit-grid {
    grid-template-columns: 1fr;
  }
  .why-orbit-card {
    animation: none;
  }
  .property-detail-img {
    min-height: 320px;
  }
  .footer-logo {
    height: 90px !important;
  }
  .navbar .logo-img {
    height: 56px !important;
    max-width: 420px !important;
  }
}

/* Requested final polish: sliding featured properties, smooth counters, rounded shapes */
.featured-carousel-section {
  background: #fff;
  overflow: hidden;
}
.property-carousel {
  position: relative;
}
.ref-property {
  border-radius: 18px !important;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, 0.08);
  height: 100%;
  animation: cardWave 4.8s ease-in-out infinite alternate;
}
.ref-property .property-body {
  padding: 18px 20px 22px;
}
.ref-property .property-body small {
  display: block;
  color: #6b6b6b;
  font-weight: 700;
  margin-bottom: 8px;
}
.ref-property .property-body small i {
  color: var(--red);
  margin-right: 5px;
}
.ref-property .property-body h4 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.25;
}
.ref-property .property-body p {
  font-size: 14px;
  line-height: 1.55;
  min-height: 44px;
  color: #555;
}
.ref-property .property-body strong {
  font-size: 20px;
  color: var(--red);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}
.property-arrow {
  top: 45%;
  width: 46px;
  height: 46px;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
  opacity: 1;
}
.property-arrow.carousel-control-prev {
  left: -18px;
}
.property-arrow.carousel-control-next {
  right: -18px;
}
.property-arrow .carousel-control-prev-icon,
.property-arrow .carousel-control-next-icon {
  filter: invert(1);
  width: 20px;
  height: 20px;
}
.btn-outline-vc {
  border: 2px solid var(--red);
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  padding: 12px 24px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.btn-outline-vc:hover {
  background: var(--red);
  color: #fff;
  transform: translateY(-3px);
}
.btn-outline-vc:after {
  content: "";
  position: absolute;
  top: -45%;
  left: -75%;
  width: 38%;
  height: 190%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
  transform: skewX(-25deg);
  animation: flashMove 2.2s infinite;
  z-index: 1;
}
.stats-strip .counter {
  min-width: 110px;
  display: inline-block;
}
.stats-strip .stat {
  animation: statPulseMove 3.8s ease-in-out infinite alternate;
}
.stats-strip .stat:nth-child(2n) {
  animation-delay: 0.5s;
}
.stats-strip .stat:nth-child(3n) {
  animation-delay: 1s;
}
.hex-card,
.property-card,
.service-list-box,
.testimonial,
.contact-card,
.why-orbit-card,
.info-panel,
.emr-grid-list div {
  border-radius: 18px !important;
}
.hex-card {
  clip-path: none !important;
  animation: cardWave 4.8s ease-in-out infinite alternate;
}
.hex-card:nth-child(even) {
  animation-delay: 0.8s;
}
.why-orbit-card {
  border-radius: 22px 6px 22px 6px !important;
}
.why-orbit-card span,
.why-number {
  display: none !important;
}
.footer {
  animation:
    footerGlow 4.5s ease-in-out infinite alternate,
    footerRise 6s ease-in-out infinite alternate;
}
.footer .row > div {
  animation: footerColumnFloat 4.8s ease-in-out infinite alternate;
}
.footer .row > div:nth-child(2) {
  animation-delay: 0.4s;
}
.footer .row > div:nth-child(3) {
  animation-delay: 0.8s;
}
.footer .row > div:nth-child(4) {
  animation-delay: 1.2s;
}
.footer a[href^="tel:"],
.footer a[href^="mailto:"],
.footer a[href*="maps"],
.footer a[href*="investinmysore"] {
  cursor: pointer;
}
.contact-card a[href^="tel:"],
.contact-card a[href^="mailto:"],
.contact-card a[href*="maps"],
.contact-card a[href*="investinmysore"] {
  cursor: pointer;
  color: #111;
  text-decoration: none;
}
.contact-card a:hover,
.footer a:hover {
  color: var(--red) !important;
}
@keyframes cardWave {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes statPulseMove {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-7px) scale(1.03);
  }
}
@keyframes footerRise {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes footerColumnFloat {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}
@media (max-width: 991px) {
  .property-arrow.carousel-control-prev {
    left: 4px;
  }
  .property-arrow.carousel-control-next {
    right: 4px;
  }
  .ref-property .property-body p {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .property-carousel .carousel-item .col-md-6 {
    margin-bottom: 18px;
  }
  .property-arrow {
    display: none;
  }
  .footer .row > div,
  .stats-strip .stat,
  .hex-card,
  .ref-property {
    animation: none;
  }
  .featured-carousel-section .d-flex {
    display: block !important;
  }
  .btn-outline-vc {
    margin-top: 14px;
  }
}

/* Logo bigger without increasing navbar + curved-edge polish */
.navbar {
  padding: 6px 0 !important;
  min-height: 78px !important;
  overflow: visible !important;
}
.navbar .container {
  position: relative;
  overflow: visible !important;
}
.navbar-brand {
  position: relative !important;
  width: 230px !important;
  height: 66px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
  flex: 0 0 230px !important;
}
.navbar .logo-img {
  position: absolute !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 116px !important;
  max-width: 230px !important;
  object-fit: contain !important;
  z-index: 5;
  animation: vcLogoPulse 3.2s ease-in-out infinite alternate;
  filter: drop-shadow(0 8px 14px rgba(212, 0, 0, 0.22));
}
@keyframes vcLogoPulse {
  0% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-54%) scale(1.045);
  }
}

/* Make every visual shape use soft curved edges */
:root {
  --curve: 26px;
  --curve-lg: 34px;
}
.angle-bg,
.page-hero,
.search-box,
.mini-slider,
.diagonal-img,
.property-detail-img,
.emr-visual-img,
.service-band,
.hex-card,
.hex-box,
.why-zig-item,
.why-orbit-card,
.service-list-box,
.property-card,
.ref-property,
.testimonial,
.contact-card,
.info-panel,
.map-placeholder,
.map-frame,
.emr-grid-list div,
.emr-text-card,
.emr-visual-card,
.service-detail-tile,
.service-overlap-card,
.hero-slide-caption,
.footer-strip,
.cta-whatsapp,
.stats-strip {
  clip-path: none !important;
  border-radius: var(--curve) !important;
  overflow: hidden;
}
.page-hero {
  border-radius: 0 0 var(--curve-lg) var(--curve-lg) !important;
}
.footer,
.footer:before {
  border-radius: var(--curve-lg) var(--curve-lg) 0 0 !important;
}
.footer .social a,
.whatsapp-float,
.property-arrow {
  border-radius: 50% !important;
}
.btn-vc,
.btn-dark-vc,
.btn-outline-vc,
.call-btn,
.footer .input-group .btn,
.contact-form .btn,
.cta-whatsapp .btn {
  border-radius: 999px !important;
}
.property-card img,
.ref-property img {
  border-radius: var(--curve) var(--curve) 0 0 !important;
}
.service-list-box,
.contact-card,
.why-orbit-card,
.testimonial,
.info-panel {
  border-left: 5px solid var(--red);
  border-bottom: 0 !important;
}

@media (max-width: 991px) {
  .navbar {
    min-height: 70px !important;
  }
  .navbar-brand {
    width: 180px !important;
    height: 58px !important;
    flex-basis: 180px !important;
  }
  .navbar .logo-img {
    height: 92px !important;
    max-width: 185px !important;
  }
}
@media (max-width: 575px) {
  .navbar {
    min-height: 62px !important;
    padding: 5px 0 !important;
  }
  .navbar-brand {
    width: 145px !important;
    height: 52px !important;
    flex-basis: 145px !important;
  }
  .navbar .logo-img {
    height: 76px !important;
    max-width: 150px !important;
  }
  :root {
    --curve: 18px;
    --curve-lg: 24px;
  }
}

/* Final navbar, slider, dropdown, footer and responsive corrections */
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
.navbar.sticky-top,
.navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
.navbar .navbar-collapse {
  z-index: 10000;
}
.navbar-nav .nav-link {
  white-space: nowrap;
}
.navbar .dropdown-menu {
  z-index: 10050 !important;
  border: 0;
  border-radius: 18px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  padding: 10px;
}
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown:focus-within > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar .dropdown-submenu {
    position: relative;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu,
  .navbar .dropdown-submenu:focus-within > .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
    margin-left: 8px;
  }
  .navbar .submenu-scroll {
    max-height: 360px;
    overflow-y: auto;
    min-width: 300px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    border-radius: 18px;
    margin-top: 12px;
    padding: 15px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
    max-height: 78vh;
    overflow-y: auto;
  }
  .dropdown-menu {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    margin: 6px 0 8px 12px !important;
  }
  .dropdown-submenu .dropdown-menu {
    margin-left: 18px !important;
    max-height: 260px;
    overflow-y: auto;
  }
}

/* Logo bigger, but navbar stays controlled */
.navbar-brand {
  width: 210px !important;
  height: 66px !important;
  flex: 0 0 210px !important;
  overflow: visible !important;
}
.navbar .logo-img {
  height: 108px !important;
  max-width: 220px !important;
  object-fit: contain !important;
  animation: vcLogoPulse 3s ease-in-out infinite alternate !important;
}
.footer-logo {
  height: 165px !important;
  max-width: 420px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 18px rgba(212, 0, 0, 0.2));
  animation: vcLogoPulseFooter 3.4s ease-in-out infinite alternate !important;
}
@keyframes vcLogoPulseFooter {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-8px) scale(1.045);
  }
}

/* Featured property mini slider like reference but compact */
.featured-carousel-section {
  padding-top: 60px !important;
  padding-bottom: 70px !important;
  background: linear-gradient(135deg, #fff, #f7f7f7) !important;
}
.featured-carousel-section .container {
  max-width: 1180px;
}
.property-carousel {
  padding: 0 8px;
}
.property-carousel .row {
  align-items: stretch;
}
.ref-property {
  height: 100% !important;
  max-height: 500px;
  background: #fff;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12) !important;
}
.ref-property img {
  height: 210px !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block;
}
.ref-property .property-body {
  padding: 16px 18px 20px !important;
}
.ref-property .property-body h4 {
  font-size: 19px !important;
  line-height: 1.22 !important;
  margin-bottom: 6px !important;
}
.ref-property .property-body p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  min-height: 44px !important;
  margin-bottom: 10px !important;
}
.ref-property .property-body strong {
  font-size: 21px !important;
}
.property-arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.property-arrow.carousel-control-prev {
  left: -6px !important;
}
.property-arrow.carousel-control-next {
  right: -6px !important;
}
@media (max-width: 991px) {
  .ref-property img {
    height: 190px !important;
  }
  .featured-carousel-section .container {
    max-width: 720px;
  }
  .property-carousel .col-lg-3:nth-child(n + 3) {
    display: none;
  }
}
@media (max-width: 575px) {
  .featured-carousel-section {
    padding-top: 42px !important;
  }
  .property-carousel .col-lg-3:nth-child(n + 2) {
    display: none;
  }
  .ref-property {
    max-height: none;
  }
  .ref-property img {
    height: 185px !important;
  }
  .navbar-brand {
    width: 150px !important;
    flex-basis: 150px !important;
  }
  .navbar .logo-img {
    height: 78px !important;
    max-width: 150px !important;
  }
  .footer-logo {
    height: 125px !important;
    max-width: 420px !important;
  }
}

/* Re-counting statistics and moving cards */
.stats-strip .stat {
  border-radius: 24px !important;
  animation: statFloat 3.2s ease-in-out infinite alternate;
}
.stats-strip .stat:nth-child(2) {
  animation-delay: 0.35s;
}
.stats-strip .stat:nth-child(3) {
  animation-delay: 0.7s;
}
.stats-strip .stat:nth-child(4) {
  animation-delay: 1.05s;
}
@keyframes statFloat {
  to {
    transform: translateY(-9px) scale(1.025);
  }
}
.hex-card,
.property-card,
.ref-property,
.service-list-box,
.testimonial,
.review-card,
.contact-card,
.info-panel {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.hex-card:hover,
.property-card:hover,
.ref-property:hover,
.service-list-box:hover,
.testimonial:hover,
.review-card:hover,
.contact-card:hover,
.info-panel:hover {
  transform: translateY(-12px) !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18) !important;
}

/* Footer animation and aligned headings */
.footer {
  background: #101010 !important;
  position: relative;
  overflow: hidden;
  border-radius: 34px 34px 0 0 !important;
}
.footer h5 {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  animation: footerHeadingFloat 3.5s ease-in-out infinite alternate;
}
.footer h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: var(--red);
  border-radius: 20px;
  animation: footerLineMove 2.4s ease-in-out infinite alternate;
}
.footer a {
  display: block;
  margin-bottom: 9px;
  transition: 0.25s;
}
.footer a:hover {
  padding-left: 6px;
}
.footer .row {
  align-items: flex-start;
}
@keyframes footerHeadingFloat {
  to {
    transform: translateY(-5px);
  }
}
@keyframes footerLineMove {
  to {
    width: 78px;
  }
}

/* Stars in about client reviews */
.about-client-reviews .stars {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.about-client-reviews .testimonial {
  min-height: 270px;
  border-radius: 26px !important;
  background: #fff;
}
.about-client-reviews h5 {
  font-weight: 900;
  margin-bottom: 0;
  color: #111;
}

/* Button flash stays only inside button */
.btn-vc,
.btn-dark-vc,
.btn-outline-vc,
.call-btn {
  position: relative !important;
  overflow: hidden !important;
}
.btn-vc:after,
.btn-dark-vc:after,
.btn-outline-vc:after,
.call-btn:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -80%;
  width: 42%;
  height: 210%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.75),
    transparent
  );
  transform: skewX(-25deg);
  animation: flashMove 2.2s infinite;
  z-index: 1;
  pointer-events: none;
}
.btn-vc > *,
.btn-dark-vc > *,
.btn-outline-vc > *,
.call-btn > * {
  position: relative;
  z-index: 2;
}

/* Final user corrections: compact property mini-slider, no side buttons, footer services only, logo static */
.navbar .logo-img,
.footer-logo {
  animation: none !important;
  transform: none !important;
}
.navbar .logo-img {
  transform: translateY(-50%) !important;
}
.featured-carousel-section {
  padding-top: 48px !important;
  padding-bottom: 42px !important;
  overflow: hidden !important;
}
.featured-carousel-section .container {
  max-width: 1120px !important;
}
.property-carousel {
  padding: 0 !important;
  overflow: hidden !important;
}
.property-carousel .carousel-inner {
  overflow: hidden !important;
}
.property-carousel .carousel-item {
  height: auto !important;
  min-height: 0 !important;
  background: none !important;
  padding: 0 !important;
}
.property-carousel .carousel-item:before {
  display: none !important;
}
.property-carousel .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.property-carousel .row > [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ref-property {
  max-height: 430px !important;
  min-height: 430px !important;
  border-radius: 20px !important;
}
.ref-property img {
  height: 190px !important;
  width: 100% !important;
  object-fit: cover !important;
}
.ref-property .property-body {
  padding: 16px 18px 20px !important;
}
.ref-property .property-body h4 {
  font-size: 18px !important;
  line-height: 1.18 !important;
  margin-bottom: 7px !important;
}
.ref-property .property-body p {
  font-size: 13.5px !important;
  line-height: 1.45 !important;
  min-height: 40px !important;
  margin-bottom: 12px !important;
}
.property-arrow,
.property-carousel .carousel-control-prev,
.property-carousel .carousel-control-next {
  display: none !important;
}
.footer .col-lg-3 h5 + a[href="core-services.html"],
.footer .col-lg-3 h5 + a[href="builder-developer-services.html"],
.footer .col-lg-3 h5 + a[href="additional-services.html"] {
  font-weight: 800;
}
/* Button flash strictly clipped inside each button */
.btn-vc,
.btn-dark-vc,
.btn-outline-vc,
.call-btn,
.contact-form .btn,
.cta-whatsapp .btn {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border-radius: 999px !important;
}
.btn-vc:before,
.btn-dark-vc:before,
.btn-outline-vc:before,
.call-btn:before,
.contact-form .btn:before,
.cta-whatsapp .btn:before {
  display: none !important;
}
.btn-vc:after,
.btn-dark-vc:after,
.btn-outline-vc:after,
.call-btn:after,
.contact-form .btn:after,
.cta-whatsapp .btn:after {
  content: "" !important;
  position: absolute !important;
  top: -45% !important;
  left: -70% !important;
  width: 34% !important;
  height: 190% !important;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.72),
    transparent
  ) !important;
  transform: skewX(-24deg) !important;
  animation: flashMove 2.4s infinite !important;
  z-index: 0 !important;
  pointer-events: none !important;
}
.btn-vc,
.btn-dark-vc,
.btn-outline-vc,
.call-btn {
  color: #fff !important;
}
.btn-outline-vc {
  color: var(--red) !important;
  background: #fff !important;
}
.btn-outline-vc:hover {
  color: #fff !important;
  background: var(--red) !important;
}
.btn-vc > *,
.btn-dark-vc > *,
.btn-outline-vc > *,
.call-btn > *,
.contact-form .btn > *,
.cta-whatsapp .btn > * {
  position: relative !important;
  z-index: 2 !important;
}
.footer {
  overflow: hidden !important;
}
.footer h5 {
  position: relative;
  display: inline-block;
  animation: footerHeadingSlide 3.6s ease-in-out infinite alternate;
}
@keyframes footerHeadingSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(8px);
  }
}
@media (max-width: 991px) {
  .ref-property {
    max-height: 400px !important;
    min-height: 400px !important;
  }
  .ref-property img {
    height: 175px !important;
  }
}
@media (max-width: 575px) {
  .featured-carousel-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .ref-property {
    max-height: 390px !important;
    min-height: 390px !important;
  }
  .ref-property img {
    height: 170px !important;
  }
}

/* === Final client corrections: navbar, spacing, cards, footer, form === */
:root {
  --curve: 22px;
  --curve-lg: 34px;
}
body {
  font-weight: 500;
}
.section-pad {
  padding: 56px 0 !important;
}
.navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;
  background: #fff !important;
  padding: 6px 0 !important;
  min-height: 76px !important;
}
.navbar-brand {
  width: 235px !important;
  height: 74px !important;
  flex: 0 0 235px !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
}
.navbar .logo-img {
  height: 92px !important;
  max-width: 225px !important;
  object-fit: contain !important;
  animation: none !important;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.12));
}
.navbar .nav-link {
  font-weight: 900 !important;
  position: relative;
  padding: 18px 10px !important;
  color: #111 !important;
}
.navbar .nav-link.contact-nav {
  font-weight: 900 !important;
  color: #111 !important;
}
.navbar .nav-link:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 3px;
  background: var(--red);
  border-radius: 20px;
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.28s ease;
}
.navbar .nav-link:hover:after,
.navbar .nav-link.active:after {
  transform: scaleX(1);
}
.navbar .nav-link.active {
  color: var(--red) !important;
}
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.navbar .dropdown-menu {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(4px);
  border-radius: 16px !important;
  overflow: visible !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 100%;
  top: 0;
  margin-top: 0;
}
.submenu-scroll {
  max-height: 330px;
  overflow-y: auto;
}

/* curved cards only - keep hero/slider images normal */
.property-card,
.ref-property,
.hex-card,
.service-list-box,
.testimonial,
.contact-card,
.info-panel,
.emr-grid-list div,
.emr-text-card,
.emr-visual-card,
.service-detail-tile,
.service-overlap-card {
  border-radius: var(--curve) !important;
  overflow: hidden !important;
}
.hero .carousel-item,
.hero .carousel-item:before,
.hero,
.page-hero {
  border-radius: 0 !important;
}
.mini-slider {
  border-radius: 18px !important;
  overflow: hidden !important;
}
.mini-slider .carousel-item,
.property-carousel .carousel-item {
  height: auto !important;
  min-height: 0 !important;
  background: none !important;
}
.mini-slider .carousel-item:before,
.property-carousel .carousel-item:before {
  display: none !important;
}
.mini-slider img {
  height: 360px !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}
.featured-carousel-section {
  padding: 48px 0 !important;
  background: linear-gradient(135deg, #fff, #f8f8f8) !important;
}
.property-carousel {
  padding: 0 !important;
  margin: 0 !important;
}
.ref-property {
  height: 390px !important;
  min-height: 390px !important;
  max-height: 390px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
}
.ref-property img {
  height: 160px !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}
.ref-property .property-body {
  padding: 15px 18px !important;
}
.ref-property .property-body h4 {
  font-size: 18px !important;
  line-height: 1.2 !important;
}
.ref-property .property-body p {
  font-size: 13px !important;
  line-height: 1.45 !important;
  min-height: 40px !important;
}
.property-arrow,
.property-carousel .carousel-control-prev,
.property-carousel .carousel-control-next {
  display: none !important;
}

/* Buttons: flash strictly inside button */
.btn-vc,
.btn-dark-vc,
.btn-outline-vc,
.call-btn,
.contact-form .btn,
.cta-whatsapp .btn {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  isolation: isolate !important;
}
.btn-vc:before,
.btn-dark-vc:before,
.btn-outline-vc:before,
.call-btn:before,
.contact-form .btn:before,
.cta-whatsapp .btn:before {
  content: "" !important;
  position: absolute !important;
  top: -55% !important;
  left: -80% !important;
  width: 38% !important;
  height: 210% !important;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.82) 50%,
    transparent 100%
  ) !important;
  transform: skewX(-26deg) !important;
  animation: flashMoveInside 2.2s infinite !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.btn-vc span,
.btn-dark-vc span,
.btn-outline-vc span,
.call-btn span,
.contact-form .btn span,
.cta-whatsapp .btn span {
  position: relative !important;
  z-index: 2 !important;
}
@keyframes flashMoveInside {
  0% {
    left: -90%;
  }
  55%,
  100% {
    left: 120%;
  }
}

/* Footer: fixed position visually, animated headings only */
.footer {
  animation: none !important;
  background: #101010 !important;
  border-radius: 34px 34px 0 0 !important;
  position: relative;
  overflow: hidden;
}
.footer:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 300px;
  height: 300px;
  background: rgba(212, 0, 0, 0.12);
  border-radius: 50%;
  animation: footerBgSoft 5s ease-in-out infinite alternate;
}
.footer .row > div {
  animation: none !important;
}
.footer h5 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
  font-weight: 800 !important;
}
.footer h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: var(--red);
  border-radius: 20px;
  animation: footerHeadLine 2.4s ease-in-out infinite alternate;
}
.footer a {
  font-weight: 500 !important;
}
.footer .col-lg-3:nth-of-type(3) a {
  font-weight: 500 !important;
}
.footer-logo {
  height: 180px !important;
  max-width: 420px !important;
  width: auto !important;
  object-fit: contain !important;
  animation: none !important;
  margin-top: -34px !important;
  margin-bottom: 8px !important;
  filter: drop-shadow(0 8px 14px rgba(212, 0, 0, 0.18));
}
@keyframes footerHeadLine {
  from {
    width: 28px;
  }
  to {
    width: 76px;
  }
}
@keyframes footerBgSoft {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-20px, 16px);
  }
}

/* about page cards */
.about-mvv-icon {
  color: var(--red) !important;
  margin-right: 10px;
}
.about-client-reviews .testimonial .stars,
.testimonial .stars {
  color: #ffc107 !important;
  letter-spacing: 2px;
  font-size: 17px;
}
.emr-visual-card,
.emr-text-card {
  min-height: 500px !important;
}
.emr-visual-img {
  height: 500px !important;
}
.emr-text-card {
  background: #fff !important;
}
.emr-grid-list div,
.info-panel {
  background: #fff !important;
}

/* contact phone formatting */
.indian-phone-only {
  letter-spacing: 0.8px;
}
input.indian-phone-only:invalid {
  border-color: #d40000;
}

@media (max-width: 991px) {
  .navbar-brand {
    width: 180px !important;
    height: 64px !important;
    flex-basis: 180px !important;
  }
  .navbar .logo-img {
    height: 78px !important;
    max-width: 180px !important;
  }
  .navbar-collapse {
    max-height: 78vh;
    overflow: auto;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    position: static !important;
    display: block;
    margin-left: 15px;
  }
  .ref-property {
    height: auto !important;
    min-height: 0 !important;
  }
  .section-pad {
    padding: 44px 0 !important;
  }
  .footer-logo {
    height: 135px !important;
    max-width: 420px !important;
    margin-top: 0 !important;
  }
  .mini-slider img {
    height: 310px !important;
  }
}
@media (max-width: 420px) {
  .navbar-brand {
    width: 145px !important;
    height: 58px !important;
    flex-basis: 145px !important;
  }
  .navbar .logo-img {
    height: 66px !important;
    max-width: 145px !important;
  }
  .call-btn {
    font-size: 12px !important;
    padding: 9px 11px !important;
  }
  .section-pad {
    padding: 36px 0 !important;
  }
  .featured-carousel-section {
    padding: 34px 0 !important;
  }
  .mini-slider img {
    height: 250px !important;
  }
  .footer-logo {
    height: 120px !important;
    max-width: 420px !important;
  }
  .footer {
    text-align: left;
  }
  .ref-property img {
    height: 175px !important;
  }
}

/* Layout image update */
.layout-image-gallery {
  background: #f7f7f7;
}
.layout-preview-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(16, 16, 16, 0.16);
}
.layout-info-card {
  background: #fff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(16, 16, 16, 0.12);
  border-left: 5px solid var(--primary-red);
}
.layout-info-card h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #101010;
}
.property-card img {
  height: 245px;
  object-fit: cover;
}
.property-detail-img {
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .layout-preview-img {
    height: 260px;
  }
  .layout-info-card {
    padding: 24px;
  }
  .property-card img {
    height: 210px;
  }
}

/* === Latest requested polish: Indian slider images, logo size, icons, navbar alignment === */
.navbar {
  min-height: 88px !important;
  padding: 4px 0 !important;
}
.navbar .container {
  display: flex !important;
  align-items: center !important;
}
.navbar-brand {
  width: 270px !important;
  height: 84px !important;
  flex: 0 0 270px !important;
  display: flex !important;
  align-items: center !important;
}
.navbar .logo-img {
  height: 108px !important;
  max-width: 260px !important;
  object-fit: contain !important;
  animation: none !important;
}
.navbar-nav {
  align-items: center !important;
}
.navbar .nav-link {
  display: flex !important;
  align-items: center !important;
  height: 50px !important;
}
.call-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 11px 18px !important;
  white-space: nowrap !important;
}
.footer-logo {
  height: 210px !important;
  max-width: 420px !important;
  animation: none !important;
}
.hero .carousel-item {
  background-size: cover !important;
  background-position: center !important;
}
.hero .carousel-item:before {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72),
    rgba(0, 0, 0, 0.28),
    rgba(0, 0, 0, 0.1)
  ) !important;
}
.hero .hero-actions {
  display: flex !important;
}
.hero-small-control {
  display: flex !important;
  width: 44px !important;
  height: 44px !important;
  top: auto !important;
  bottom: 28px !important;
  opacity: 1 !important;
  background: rgba(212, 0, 0, 0.9) !important;
  border-radius: 50% !important;
  align-items: center !important;
  justify-content: center !important;
}
.hero-small-control.carousel-control-prev {
  left: auto !important;
  right: 86px !important;
}
.hero-small-control.carousel-control-next {
  right: 28px !important;
}
.hero-small-control .carousel-control-prev-icon,
.hero-small-control .carousel-control-next-icon {
  width: 18px !important;
  height: 18px !important;
  background-size: 100% 100% !important;
}
.hero-dots {
  bottom: 26px !important;
  left: 40px !important;
  right: auto !important;
  margin: 0 !important;
  justify-content: flex-start !important;
  gap: 7px !important;
}
.hero-dots button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  border: 2px solid #fff !important;
  background: #fff !important;
  opacity: 1 !important;
}
.hero-dots button.active {
  background: var(--red) !important;
  border-color: var(--red) !important;
  transform: scale(1.25);
}
.about-mvv-icon {
  display: inline-flex !important;
  width: 52px !important;
  height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--red) !important;
  color: #fff !important;
  border-radius: 50% !important;
  margin-right: 14px !important;
  font-size: 22px !important;
  box-shadow: 0 10px 26px rgba(212, 0, 0, 0.22) !important;
}
.info-panel h4 {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.property-highlight-cards {
  background: linear-gradient(135deg, #fff, #fff2f2) !important;
}
.highlight-card {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 34px 28px;
  box-shadow: 0 18px 45px rgba(16, 16, 16, 0.12);
  border-bottom: 5px solid var(--red);
  transition: 0.35s ease;
}
.highlight-card i {
  font-size: 42px;
  color: var(--red);
  margin-bottom: 18px;
}
.highlight-card h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}
.highlight-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 28px 60px rgba(16, 16, 16, 0.18);
}
.ref-property img,
.property-card img,
.mini-slider img {
  filter: saturate(1.05) contrast(1.02) !important;
}
@media (max-width: 991px) {
  .navbar-brand {
    width: 190px !important;
    height: 70px !important;
    flex-basis: 190px !important;
  }
  .navbar .logo-img {
    height: 88px !important;
    max-width: 190px !important;
  }
  .footer-logo {
    height: 155px !important;
  }
  .hero-small-control {
    bottom: 18px !important;
  }
  .hero-dots {
    bottom: 22px !important;
  }
  .hero .hero-actions {
    display: flex !important;
  }
}
@media (max-width: 420px) {
  .navbar-brand {
    width: 152px !important;
    height: 60px !important;
    flex-basis: 152px !important;
  }
  .navbar .logo-img {
    height: 72px !important;
    max-width: 152px !important;
  }
  .call-btn {
    font-size: 11px !important;
    padding: 8px 10px !important;
    min-height: 42px !important;
  }
  .hero-small-control {
    width: 36px !important;
    height: 36px !important;
    bottom: 14px !important;
  }
  .hero-small-control.carousel-control-prev {
    right: 64px !important;
  }
  .hero-small-control.carousel-control-next {
    right: 18px !important;
  }
  .hero-dots {
    left: 18px !important;
    bottom: 18px !important;
  }
  .footer-logo {
    height: 132px !important;
    max-width: 420px !important;
  }
  .about-mvv-icon {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
  }
}

/* === Final requested fixes: white EMR badge, bigger navbar logo, compact dropdowns, property slider images === */
.emr-badge {
  background: #ffffff !important;
  color: #101010 !important;
  border: 1px solid rgba(212, 0, 0, 0.14) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16) !important;
}
.emr-badge span {
  color: var(--red) !important;
}
.emr-badge small {
  color: #101010 !important;
}
.navbar-brand {
  width: 280px !important;
  height: 92px !important;
  flex: 0 0 280px !important;
  display: flex !important;
  align-items: center !important;
}
.navbar .logo-img {
  height: 132px !important;
  max-width: 280px !important;
  object-fit: contain !important;
  animation: none !important;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.14)) !important;
}
.navbar {
  min-height: 96px !important;
}
.navbar .dropdown-menu {
  min-width: 230px !important;
  max-width: 300px !important;
  padding: 8px !important;
  border-radius: 14px !important;
}
.navbar .dropdown-item {
  font-size: 12px !important;
  padding: 6px 9px !important;
  line-height: 1.25 !important;
  border-radius: 8px !important;
}
.navbar .dropdown-toggle::after {
  font-size: 10px !important;
  vertical-align: middle !important;
}
.services-main-menu {
  min-width: 225px !important;
}
.submenu-scroll {
  max-height: 300px !important;
}
.ref-property img {
  object-fit: cover !important;
  object-position: center !important;
}
.property-carousel .carousel-item {
  transition: transform 0.55s ease-in-out !important;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 78px !important;
  }
  .navbar-brand {
    width: 185px !important;
    height: 70px !important;
    flex-basis: 185px !important;
  }
  .navbar .logo-img {
    height: 86px !important;
    max-width: 185px !important;
  }
  .navbar .dropdown-menu {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .navbar {
    min-height: 66px !important;
  }
  .navbar-brand {
    width: 150px !important;
    height: 58px !important;
    flex-basis: 150px !important;
  }
  .navbar .logo-img {
    height: 72px !important;
    max-width: 150px !important;
  }
  .navbar .dropdown-item {
    font-size: 11.5px !important;
    padding: 6px 8px !important;
  }
}

/* === Final correction: dropdown text normal, only dropdown arrow/button compact + visible property controls === */
.navbar .dropdown-item {
  font-size: 13px !important;
  padding: 9px 12px !important;
  line-height: 1.35 !important;
}
.navbar .dropdown-toggle::after {
  font-size: 9px !important;
  margin-left: 5px !important;
  transform: scale(0.72) !important;
}
.navbar .dropdown-menu {
  min-width: 250px !important;
  max-width: 320px !important;
}
.services-main-menu {
  min-width: 250px !important;
}
.dropdown-submenu > .dropdown-menu {
  min-width: 300px !important;
}
.property-carousel {
  padding: 0 42px !important;
}
.property-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 50% !important;
  width: 42px !important;
  height: 42px !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18) !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
}
.property-arrow.carousel-control-prev {
  left: 0 !important;
}
.property-arrow.carousel-control-next {
  right: 0 !important;
}
.property-arrow .carousel-control-prev-icon,
.property-arrow .carousel-control-next-icon {
  width: 18px !important;
  height: 18px !important;
  filter: invert(14%) sepia(99%) saturate(5434%) hue-rotate(358deg)
    brightness(87%) contrast(117%) !important;
}
@media (max-width: 575px) {
  .navbar .dropdown-item {
    font-size: 13px !important;
    padding: 8px 10px !important;
  }
  .property-carousel {
    padding: 0 28px !important;
  }
  .property-arrow {
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
  }
}

/* === Slider arrows + compact dropdown arrow buttons correction === */
.navbar .nav-link.dropdown-toggle::after,
.navbar .dropdown-item.dropdown-toggle::after {
  content: "\f107" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  border: 0 !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  border-radius: 50% !important;
  background: #d40000 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 8px !important;
  line-height: 1 !important;
  margin-left: 6px !important;
  vertical-align: middle !important;
  transform: none !important;
}
.navbar .dropdown-item.dropdown-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}
.navbar .dropdown-item.dropdown-toggle::after {
  content: "\f105" !important;
  margin-left: auto !important;
}
.property-carousel {
  position: relative !important;
  padding: 0 54px !important;
}
.property-carousel .carousel-control-prev,
.property-carousel .carousel-control-next,
.property-arrow {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.property-arrow {
  width: 44px !important;
  height: 44px !important;
  background: #fff !important;
  border: 1px solid rgba(212, 0, 0, 0.22) !important;
  border-radius: 50% !important;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18) !important;
}
.property-arrow.carousel-control-prev {
  left: 4px !important;
}
.property-arrow.carousel-control-next {
  right: 4px !important;
}
.mini-slider {
  position: relative !important;
  overflow: hidden !important;
}
.mini-arrow {
  top: 50% !important;
  width: 40px !important;
  height: 40px !important;
  transform: translateY(-50%) !important;
  background: rgba(212, 0, 0, 0.92) !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24) !important;
}
.mini-arrow.carousel-control-prev {
  left: 14px !important;
}
.mini-arrow.carousel-control-next {
  right: 14px !important;
}
.mini-arrow .carousel-control-prev-icon,
.mini-arrow .carousel-control-next-icon {
  width: 18px !important;
  height: 18px !important;
}
@media (max-width: 575px) {
  .property-carousel {
    padding: 0 36px !important;
  }
  .property-arrow {
    width: 34px !important;
    height: 34px !important;
  }
  .mini-arrow {
    width: 34px !important;
    height: 34px !important;
  }
}

/* === FINAL USER FIX: clean small dropdown arrows + visible slider buttons === */

/* Normal Bootstrap-style small dropdown arrow. No red circle button. */
.navbar .nav-link.dropdown-toggle::after {
  content: "" !important;
  font-family: initial !important;
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  margin-left: 6px !important;
  vertical-align: 0.12em !important;
  border-top: 0.32em solid currentColor !important;
  border-right: 0.32em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.32em solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Submenu arrow: small right caret, not a button/circle. */
.navbar .dropdown-item.dropdown-toggle::after {
  content: "\f105" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  margin-left: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--red) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Keep dropdown text original readable size and spacing. */
.navbar .dropdown-item {
  font-size: 13px !important;
  padding: 9px 12px !important;
  line-height: 1.35 !important;
}

/* Hero slider left/right buttons */
.hero .carousel-control-prev.hero-small-control,
.hero .carousel-control-next.hero-small-control {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  width: 46px !important;
  height: 46px !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  background: #ffffff !important;
  border: 1px solid rgba(212, 0, 0, 0.22) !important;
  border-radius: 50% !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 50 !important;
}
.hero .carousel-control-prev.hero-small-control {
  left: 24px !important;
  right: auto !important;
}
.hero .carousel-control-next.hero-small-control {
  right: 24px !important;
  left: auto !important;
}
.hero .hero-small-control .carousel-control-prev-icon,
.hero .hero-small-control .carousel-control-next-icon {
  width: 18px !important;
  height: 18px !important;
  background-color: var(--red) !important;
  border-radius: 50% !important;
  padding: 12px !important;
  background-size: 52% !important;
  background-position: center !important;
}

/* Property/mini slider navigation buttons */
.property-carousel .carousel-control-prev,
.property-carousel .carousel-control-next,
.property-arrow,
.mini-arrow {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Mobile dropdown arrows alignment */
@media (max-width: 991px) {
  .navbar .nav-link.dropdown-toggle::after {
    margin-left: 6px !important;
  }
  .hero .carousel-control-prev.hero-small-control {
    left: 12px !important;
  }
  .hero .carousel-control-next.hero-small-control {
    right: 12px !important;
  }
}

/* FINAL REQUEST: clean carousel width, inside button flash, and left caret dropdowns */
.featured-carousel-section {
  padding-top: 42px !important;
  padding-bottom: 38px !important;
}
.featured-carousel-section .container {
  max-width: 1120px !important;
  overflow: hidden !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.property-carousel {
  max-width: 100% !important;
  overflow: hidden !important;
  padding: 0 18px 8px !important;
}
.property-carousel .carousel-inner {
  overflow: hidden !important;
  border-radius: 20px !important;
}
.ref-property {
  min-height: 0 !important;
  height: 100% !important;
  max-height: 420px !important;
  border-radius: 18px !important;
}
.ref-property img {
  height: 170px !important;
  object-fit: cover !important;
}
.ref-property .property-body {
  padding: 15px 18px 18px !important;
}
.ref-property .property-body h4 {
  font-size: 18px !important;
  min-height: 46px !important;
}
.ref-property .property-body p {
  min-height: 48px !important;
  margin-bottom: 10px !important;
}

/* Slider arrows: white circle with red arrow, no red dot */
.property-arrow,
.property-carousel .carousel-control-prev,
.property-carousel .carousel-control-next {
  width: 38px !important;
  height: 38px !important;
  top: 48% !important;
  background: #fff !important;
  border: 1px solid rgba(212, 0, 0, 0.18) !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15) !important;
  opacity: 1 !important;
}
.property-arrow.carousel-control-prev {
  left: 6px !important;
  right: auto !important;
}
.property-arrow.carousel-control-next {
  right: 6px !important;
  left: auto !important;
}
.property-arrow .carousel-control-prev-icon,
.property-arrow .carousel-control-next-icon {
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  filter: none !important;
}
.property-arrow.carousel-control-prev::before,
.property-carousel .carousel-control-prev::before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--red);
  font-size: 16px;
}
.property-arrow.carousel-control-next::before,
.property-carousel .carousel-control-next::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--red);
  font-size: 16px;
}

/* Put dropdown arrow on LEFT side for Properties and Services in navbar */
.navbar .nav-link.dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.navbar .nav-link.dropdown-toggle::after {
  display: none !important;
  content: none !important;
}
.navbar .nav-link.dropdown-toggle::before {
  content: "\f107" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 10px !important;
  color: var(--red) !important;
  width: 16px !important;
  height: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid rgba(212, 0, 0, 0.22) !important;
  box-shadow: none !important;
  line-height: 1 !important;
}
.navbar .nav-item.dropdown:hover .nav-link.dropdown-toggle::before,
.navbar .nav-link.dropdown-toggle.show::before {
  background: var(--red) !important;
  color: #fff !important;
}

/* Keep submenu dropdown arrow small but restore readable text size */
.navbar .dropdown-item {
  font-size: 13px !important;
  font-weight: 700 !important;
}
.navbar .dropdown-item.dropdown-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.navbar .dropdown-item.dropdown-toggle::before {
  display: none !important;
  content: none !important;
}
.navbar .dropdown-item.dropdown-toggle::after {
  content: "\f105" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  color: var(--red) !important;
  font-size: 10px !important;
  background: transparent !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  margin-left: 10px !important;
}

/* Flash light must move inside button only */
.btn,
.call-btn,
button.btn {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}
.btn > span,
.call-btn > span,
button.btn > span {
  position: relative !important;
  z-index: 2 !important;
}
.btn::after,
.call-btn::after,
button.btn::after {
  content: "" !important;
  position: absolute !important;
  top: -45% !important;
  left: -85% !important;
  width: 36% !important;
  height: 190% !important;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.72),
    transparent
  ) !important;
  transform: skewX(-25deg) !important;
  animation: flashMove 2.4s infinite !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.btn:hover::after,
.call-btn:hover::after,
button.btn:hover::after {
  animation-duration: 1.1s !important;
}

@media (max-width: 991px) {
  .featured-carousel-section .container {
    max-width: 94% !important;
  }
  .property-carousel {
    padding: 0 10px !important;
  }
  .ref-property img {
    height: 160px !important;
  }
  .navbar .nav-link.dropdown-toggle {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .featured-carousel-section {
    padding-top: 32px !important;
    padding-bottom: 28px !important;
  }
  .ref-property {
    max-height: none !important;
  }
  .property-arrow {
    display: flex !important;
    width: 34px !important;
    height: 34px !important;
  }
}

/* === FIX: dropdown stays open while cursor is on Services/Properties menu === */
@media (min-width: 992px) {
  .navbar .dropdown {
    position: relative;
  }
  .navbar .dropdown-menu.show,
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown:focus-within > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .navbar .dropdown > .dropdown-menu {
    margin-top: 0 !important;
  }
  .navbar .dropdown-submenu > .dropdown-menu {
    left: 100% !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .navbar .dropdown-submenu::after {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 18px;
    height: 100%;
    background: transparent;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu,
  .navbar .dropdown-submenu:focus-within > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* === FINAL FIX: long Services submenu scrolls inside the dropdown === */
@media (min-width: 992px) {
  .navbar .dropdown-submenu > .dropdown-menu,
  .navbar .dropdown-menu.submenu-scroll,
  .navbar .dropdown-menu .submenu-scroll {
    max-height: 340px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .navbar .dropdown-submenu > .dropdown-menu {
    padding-right: 8px !important;
  }
  .navbar .dropdown-submenu > .dropdown-menu::-webkit-scrollbar,
  .navbar .dropdown-menu.submenu-scroll::-webkit-scrollbar,
  .navbar .dropdown-menu .submenu-scroll::-webkit-scrollbar {
    width: 7px !important;
  }
  .navbar .dropdown-submenu > .dropdown-menu::-webkit-scrollbar-track,
  .navbar .dropdown-menu.submenu-scroll::-webkit-scrollbar-track,
  .navbar .dropdown-menu .submenu-scroll::-webkit-scrollbar-track {
    background: #f2f2f2 !important;
    border-radius: 20px !important;
  }
  .navbar .dropdown-submenu > .dropdown-menu::-webkit-scrollbar-thumb,
  .navbar .dropdown-menu.submenu-scroll::-webkit-scrollbar-thumb,
  .navbar .dropdown-menu .submenu-scroll::-webkit-scrollbar-thumb {
    background: #d40000 !important;
    border-radius: 20px !important;
  }
}

/* CLEAN HOME HERO FIX: remove duplicate diagonal overlays and use the ready reference image neatly */
.hero {
  background: #fff !important;
  min-height: 520px !important;
  overflow: hidden !important;
}
.hero:before {
  display: none !important;
}
.hero-wrap {
  grid-template-columns: 44% 56% !important;
  min-height: 520px !important;
  align-items: start !important;
}
.hero-copy {
  padding: 46px 0 24px !important;
  z-index: 2 !important;
}
.hero h1 {
  font-size: 68px !important;
  line-height: 0.98 !important;
  letter-spacing: -1px !important;
}
.hero h1 span {
  font-size: 90px !important;
  line-height: 0.98 !important;
}
.hero-visual {
  height: 520px !important;
  margin-top: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}
.hero-visual:before,
.hero-visual:after {
  display: none !important;
  content: none !important;
}
.hero-visual img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.hero-visual .priority {
  display: none !important;
}
.search-card {
  margin-top: -12px !important;
}
@media (max-width: 991px) {
  .hero-wrap {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }
  .hero-copy {
    padding: 30px 12px 20px !important;
  }
  .hero h1 {
    font-size: 48px !important;
  }
  .hero h1 span {
    font-size: 64px !important;
  }
  .hero-visual {
    height: auto !important;
    margin: 0 !important;
  }
  .hero-visual img {
    height: auto !important;
    object-fit: contain !important;
  }
  .search-card {
    margin-top: 10px !important;
  }
}
@media (max-width: 575px) {
  .hero h1 {
    font-size: 38px !important;
  }
  .hero h1 span {
    font-size: 52px !important;
  }
  .kicker {
    font-size: 18px !important;
  }
}

/* VC Assets final logo and hero fixes */
.navbar-brand img {
  height: 72px !important;
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain !important;
  display: block !important;
}
.navbar {
  min-height: 86px !important;
}
.footer-logo {
  width: 420px !important;
  height: auto !important;
}
.hero-visual img {
  object-position: center center !important;
}
@media (max-width: 420px) {
  .navbar-brand img {
    height: 58px !important;
    max-width: 420px !important;
  }
  .navbar {
    min-height: 72px !important;
  }
}

/* FINAL FIX: same home-style navbar, bigger readable logo, full hero image, sticky scroll */
html {
  scroll-behavior: smooth !important;
}
body {
  overflow-x: hidden !important;
}
.navbar,
.navbar.sticky-top {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  background: #fff !important;
  min-height: 86px !important;
  padding: 8px 0 !important;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08) !important;
}
.navbar .container {
  display: flex !important;
  align-items: center !important;
}
.navbar-brand {
  width: 190px !important;
  height: 72px !important;
  flex: 0 0 190px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  margin-right: 22px !important;
}
.navbar-brand img,
.navbar .logo-img {
  width: auto !important;
  height: 88px !important;
  max-width: 190px !important;
  object-fit: contain !important;
  display: block !important;
  transform: none !important;
  animation: none !important;
}
.navbar-nav {
  align-items: center !important;
  gap: 14px !important;
}
.navbar-nav .nav-link {
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #111 !important;
  letter-spacing: 0.1px !important;
  white-space: nowrap !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--red, #d50012) !important;
}
.call-btn {
  background: var(--red, #d50012) !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 12px 18px !important;
  white-space: nowrap !important;
}
.call-btn span {
  font-size: 15px !important;
  font-weight: 900 !important;
}
.hero-visual {
  height: 525px !important;
  margin-top: 18px !important;
  background: #fff !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.hero-visual:before,
.hero-visual:after {
  display: none !important;
  content: none !important;
}
.hero-visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  background: #fff !important;
}
.priority {
  display: none !important;
}
.section,
.section-pad,
.featured-carousel-section {
  scroll-margin-top: 105px !important;
}
.footer .footer-logo {
  width: 420px !important;
  height: auto !important;
  max-width: 420px !important;
  object-fit: contain !important;
  animation: none !important;
  transform: none !important;
}
@media (max-width: 420px) {
  .navbar,
  .navbar.sticky-top {
    min-height: 76px !important;
  }
  .navbar-brand {
    width: 150px !important;
    height: 62px !important;
    flex-basis: 150px !important;
  }
  .navbar-brand img,
  .navbar .logo-img {
    height: 72px !important;
    max-width: 150px !important;
  }
  .navbar-collapse {
    background: #fff !important;
    border-radius: 16px !important;
    margin-top: 10px !important;
    padding: 14px !important;
    max-height: 78vh !important;
    overflow-y: auto !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16) !important;
  }
  .hero-visual {
    height: auto !important;
    min-height: 300px !important;
    margin: 0 !important;
  }
  .hero-visual img {
    height: auto !important;
    min-height: 300px !important;
    object-fit: contain !important;
  }
}
@media (max-width: 575px) {
  .navbar,
  .navbar.sticky-top {
    min-height: 68px !important;
    padding: 5px 0 !important;
  }
  .navbar-brand {
    width: 125px !important;
    height: 55px !important;
    flex-basis: 125px !important;
  }
  .navbar-brand img,
  .navbar .logo-img {
    height: 62px !important;
    max-width: 125px !important;
  }
}

/* Final VC Assets navbar/footer/hero corrections */
.navbar {
  background: #fff !important;
  min-height: 92px !important;
  padding: 8px 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  z-index: 1030 !important;
}
.navbar .container {
  display: flex !important;
  align-items: center !important;
}
.navbar-brand {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin-right: 28px !important;
}
.navbar-brand img,
.navbar-brand .logo-img {
  height: 82px !important;
  width: auto !important;
  max-width: 190px !important;
  object-fit: contain !important;
  display: block !important;
}
.navbar-nav {
  align-items: center !important;
  gap: 14px !important;
}
.nav-link {
  white-space: nowrap !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
.call-btn {
  white-space: nowrap !important;
  background: #d50012 !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 11px 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.05 !important;
  box-shadow: 0 8px 18px rgba(213, 0, 18, 0.22) !important;
}
.call-btn i {
  font-size: 22px !important;
}
.call-btn span {
  font-size: 17px !important;
  font-weight: 900 !important;
}
.call-btn small {
  display: block !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
}
.hero-visual {
  overflow: hidden !important;
  background: #fff !important;
}
.hero-visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
}
.hero-visual:before,
.hero-visual:after {
  display: none !important;
}
.priority {
  right: 35px !important;
  bottom: 0 !important;
}
.footer-logo {
  filter: none !important;
  background: transparent !important;
  width: 420px !important;
  height: auto !important;
  object-fit: contain !important;
}
.contact-strip a,
.footer a[href^="tel"] {
  color: inherit !important;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .navbar-brand img,
  .navbar-brand .logo-img {
    height: 68px !important;
    max-width: 160px !important;
  }
  .navbar {
    min-height: 78px !important;
  }
  .call-btn {
    margin-top: 10px !important;
    width: max-content !important;
  }
  .hero-visual {
    height: auto !important;
  }
  .hero-visual img {
    height: auto !important;
    object-fit: contain !important;
  }
  .priority {
    position: relative !important;
    right: auto !important;
    margin-top: 0 !important;
    clip-path: none !important;
    min-width: auto !important;
  }
  .navbar-nav {
    align-items: flex-start !important;
  }
}

/* FINAL UNIFIED NAVBAR, FOOTER, SOCIAL COLORS AND ANIMATION */
:root {
  --red: #d50012;
  --dark: #111;
}
.navbar.navbar-expand-lg {
  background: #fff !important;
  min-height: 98px !important;
  padding: 8px 0 !important;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08) !important;
  z-index: 1030 !important;
}
.navbar .container {
  max-width: 1180px !important;
}
.navbar-brand {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin-right: 24px !important;
}
.navbar-brand img,
.navbar-brand .logo-img {
  height: 90px !important;
  width: auto !important;
  max-width: 215px !important;
  object-fit: contain !important;
  display: block !important;
  filter: none !important;
  background: transparent !important;
}
.navbar-nav {
  align-items: center !important;
  gap: 12px !important;
}
.navbar .nav-link {
  white-space: nowrap !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #111 !important;
  letter-spacing: 0.1px !important;
}
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--red) !important;
}
.navbar .nav-link.active:after {
  content: "";
  display: block;
  height: 3px;
  background: var(--red);
  border-radius: 5px;
  margin-top: 5px;
}
.navbar .dropdown-menu {
  border: 0 !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18) !important;
  padding: 10px !important;
  max-height: 420px !important;
  overflow-y: auto !important;
}
.navbar .dropdown-item {
  font-size: 13px !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
  padding: 9px 12px !important;
  color: #111 !important;
}
.navbar .dropdown-item:hover {
  background: var(--red) !important;
  color: #fff !important;
}
.call-btn {
  white-space: nowrap !important;
  background: var(--red) !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 13px !important;
  padding: 11px 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.05 !important;
  box-shadow: 0 8px 18px rgba(213, 0, 18, 0.22) !important;
  transition: 0.3s ease !important;
}
.call-btn:hover {
  transform: translateY(-3px);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(213, 0, 18, 0.32) !important;
}
.call-btn i {
  font-size: 24px !important;
}
.call-btn span {
  font-size: 17px !important;
  font-weight: 900 !important;
  display: block !important;
}
.call-btn small {
  display: block !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: 0.35px !important;
}
.call-btn .second-phone {
  font-size: 10px !important;
  color: #ffe6e6 !important;
  margin-top: 2px !important;
}
.contact-strip {
  background: var(--red) !important;
  color: #fff !important;
  padding: 16px 0 !important;
}
.contact-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
  align-items: center !important;
}
.contact-item {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.34) !important;
  font-weight: 700 !important;
  min-height: 52px !important;
}
.contact-item:last-child {
  border-right: 0 !important;
}
.contact-item i {
  font-size: 29px !important;
}
.contact-item b {
  display: block !important;
  font-weight: 900 !important;
}
.contact-item a {
  color: #fff !important;
  text-decoration: none !important;
}
.footer {
  background: #101010 !important;
  color: #ddd !important;
  padding: 34px 0 14px !important;
  animation: footerSoftMove 5s ease-in-out infinite alternate !important;
}
.footer-grid {
  display: grid !important;
  grid-template-columns: 1.15fr 1.4fr 1.35fr 1.2fr !important;
  gap: 28px !important;
  align-items: start !important;
}
.footer-col {
  border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
  padding-left: 24px !important;
  min-height: 150px !important;
  animation: footerColMove 4.5s ease-in-out infinite alternate !important;
}
.footer-col:first-child {
  border-left: 0 !important;
  padding-left: 0 !important;
}
.footer-logo {
  width: 420px !important;
  height: auto !important;
  max-height: 150px !important;
  object-fit: contain !important;
  filter: none !important;
  background: transparent !important;
}
.footer h5 {
  color: #fff !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  margin-bottom: 12px !important;
}
.footer p {
  color: #cfcfcf !important;
  line-height: 1.5 !important;
}
.footer a {
  color: #ddd !important;
  text-decoration: none !important;
  font-size: 12px !important;
  margin: 6px 0 !important;
  display: block !important;
  transition: 0.25s ease !important;
}
.footer a:hover {
  color: #fff !important;
  transform: translateX(4px) !important;
}
.footer-links.two-col {
  columns: 2 !important;
  column-gap: 26px !important;
}
.footer-contact a i {
  color: var(--red) !important;
  margin-right: 7px !important;
  min-width: 14px !important;
}
.footer .social {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}
.footer .social a {
  display: inline-grid !important;
  place-items: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 15px !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25) !important;
}
.footer .social a.facebook {
  background: #1877f2 !important;
}
.footer .social a.instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  ) !important;
}
.footer .social a.youtube {
  background: #ff0000 !important;
}
.footer .social a.linkedin {
  background: #0a66c2 !important;
}
.newsletter {
  display: flex !important;
}
.newsletter input {
  background: #202020 !important;
  border: 1px solid #333 !important;
  color: #fff !important;
  padding: 10px !important;
  width: 100% !important;
  font-size: 12px !important;
}
.newsletter button {
  background: var(--red) !important;
  border: 0 !important;
  color: #fff !important;
  width: 45px !important;
}
.copy {
  text-align: center !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  margin-top: 20px !important;
  padding-top: 13px !important;
  font-size: 11px !important;
  color: #bbb !important;
}
[data-aos],
.reveal,
.reveal-card {
  will-change: transform, opacity;
}
.reveal,
.reveal-card {
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal:not(.show),
.reveal-card:not(.show) {
  opacity: 0;
  transform: translateY(35px);
}
.reveal.show,
.reveal-card.show {
  opacity: 1;
  transform: translateY(0);
}
@keyframes footerSoftMove {
  0% {
    box-shadow: inset 0 0 0 rgba(213, 0, 18, 0);
  }
  100% {
    box-shadow: inset 0 18px 65px rgba(213, 0, 18, 0.11);
  }
}
@keyframes footerColMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block !important;
  }
  .dropdown-submenu {
    position: relative !important;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    left: 100% !important;
    top: 0 !important;
    margin-left: 8px !important;
    position: absolute !important;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-expand-lg {
    min-height: 78px !important;
  }
  .navbar-brand img,
  .navbar-brand .logo-img {
    height: 68px !important;
    max-width: 165px !important;
  }
  .navbar-collapse {
    max-height: 78vh !important;
    overflow-y: auto !important;
  }
  .navbar-nav {
    align-items: flex-start !important;
    gap: 4px !important;
  }
  .call-btn {
    margin: 10px 0 !important;
    width: max-content !important;
  }
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
  .contact-item {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28) !important;
    padding-bottom: 12px !important;
  }
  .footer-col {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
    padding-left: 0 !important;
    padding-top: 20px !important;
  }
  .footer-col:first-child {
    border-top: 0 !important;
  }
  .footer-links.two-col {
    columns: 1 !important;
  }
  .dropdown-submenu > .dropdown-menu {
    position: static !important;
    margin-left: 14px !important;
    display: block !important;
    box-shadow: none !important;
    border-left: 3px solid var(--red) !important;
    max-height: 260px !important;
  }
}

/* SERVICES DROPDOWN RESTORED FROM OLD ZIP - final override */
@media (min-width: 992px) {
  .navbar .services-main-menu {
    min-width: 260px !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 14px !important;
  }
  .navbar .dropdown-submenu {
    position: relative !important;
  }
  .navbar .dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -10px !important;
    margin-left: 0 !important;
    display: none !important;
    min-width: 300px !important;
    max-height: 360px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu,
  .navbar .dropdown-submenu:focus-within > .dropdown-menu {
    display: block !important;
  }
  .navbar .submenu-scroll::-webkit-scrollbar {
    width: 6px !important;
  }
  .navbar .submenu-scroll::-webkit-scrollbar-thumb {
    background: var(--red) !important;
    border-radius: 10px !important;
  }
}
@media (max-width: 991px) {
  .navbar .services-main-menu {
    max-height: 70vh !important;
    overflow-y: auto !important;
  }
  .navbar .dropdown-submenu > .dropdown-menu {
    position: static !important;
    display: block !important;
    margin-left: 14px !important;
    box-shadow: none !important;
    border-left: 3px solid var(--red) !important;
    max-height: 260px !important;
    overflow-y: auto !important;
  }
}

/* === FINAL FIX: navbar logo fully inside navbar + remove hanging overflow === */
.navbar {
  min-height: 82px !important;
  height: auto !important;
  padding: 8px 0 !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
}
.navbar .container {
  display: flex !important;
  align-items: center !important;
}
.navbar-brand {
  width: 190px !important;
  height: 66px !important;
  flex: 0 0 190px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 22px 0 0 !important;
  position: relative !important;
}
.navbar .logo-img {
  position: static !important;
  transform: none !important;
  height: 62px !important;
  width: auto !important;
  max-width: 185px !important;
  object-fit: contain !important;
  display: block !important;
  animation: none !important;
  filter: drop-shadow(0 4px 8px rgba(212, 0, 0, 0.12)) !important;
}
.navbar-nav {
  align-items: center !important;
}
.navbar .nav-link {
  display: flex !important;
  align-items: center !important;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 74px !important;
    padding: 7px 0 !important;
  }
  .navbar-brand {
    width: 165px !important;
    height: 58px !important;
    flex-basis: 165px !important;
    margin-right: 12px !important;
  }
  .navbar .logo-img {
    height: 54px !important;
    max-width: 160px !important;
  }
}
@media (max-width: 575px) {
  .navbar {
    min-height: 66px !important;
    padding: 6px 0 !important;
  }
  .navbar-brand {
    width: 138px !important;
    height: 50px !important;
    flex-basis: 138px !important;
    margin-right: 8px !important;
  }
  .navbar .logo-img {
    height: 47px !important;
    max-width: 135px !important;
  }
}

/* USER FINAL REQUEST: bigger clear footer logo, remove logo text space, featured properties on home, same number font */
.footer .footer-brand p {
  display: none !important;
}
.footer .footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.footer .footer-logo,
.footer-logo {
  width: 420px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  filter: none !important;
  background: transparent !important;
  image-rendering: auto !important;
  transform: none !important;
  animation: none !important;
  margin: 0 0 10px 0 !important;
}
.call-btn span,
.call-btn small,
.contact-item b,
.contact-item a,
.footer-contact a {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0.2px !important;
}
.call-btn span {
  font-size: 15px !important;
  line-height: 1.15 !important;
}
.contact-item b,
.contact-item a {
  font-size: 15px !important;
}
.footer-contact a {
  font-size: 13px !important;
}
.featured-home-section {
  padding: 52px 0 42px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.featured-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.featured-head h2 {
  font-size: 26px;
  font-weight: 900;
  margin: 4px 0 0;
  color: #111;
}
.featured-slider-wrap {
  position: relative;
}
.featured-properties-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.ref-property {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.ref-property:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}
.property-img-wrap {
  height: 158px;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}
.property-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.ref-property:hover .property-img-wrap img {
  transform: scale(1.06);
}
.ref-property .tag {
  position: absolute;
  top: 11px;
  left: 11px;
  background: var(--red, #d50012);
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  z-index: 2;
}
.ref-property .property-body {
  padding: 13px 14px 15px;
}
.ref-property .property-body small {
  font-size: 11px;
  color: #555;
  font-weight: 700;
}
.ref-property .property-body small i {
  color: var(--red, #d50012);
  margin-right: 5px;
}
.ref-property .property-body h4 {
  font-size: 14px;
  font-weight: 900;
  color: #111;
  margin: 8px 0 14px;
  line-height: 1.2;
}
.ref-property .price-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: #111;
}
.ref-property .price {
  font-size: 18px;
  color: var(--red, #d50012);
  font-weight: 900;
  white-space: nowrap;
}
.featured-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #111;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  z-index: 5;
  display: grid;
  place-items: center;
  transition: 0.25s ease;
}
.featured-arrow:hover {
  background: var(--red, #d50012);
  color: #fff;
}
.featured-prev {
  left: -22px;
}
.featured-next {
  right: -22px;
}
@media (max-width: 991px) {
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
  }
  .featured-properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .featured-arrow {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
  }
  .featured-properties-grid {
    grid-template-columns: 1fr;
  }
  .property-img-wrap {
    height: 190px;
  }
  .featured-home-section {
    padding: 38px 0 32px;
  }
}

/* === FINAL REQUEST: bigger footer logo, right-side dropdown arrows, normal phone numbers, client slider === */
.footer .footer-logo,
.footer-logo {
  width: 420px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 260px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto 12px auto !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}
.footer-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 250px !important;
}
.call-btn span,
.call-btn small,
.contact-item b,
.contact-item a,
.footer-contact a {
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
.call-btn span {
  font-weight: 500 !important;
  font-size: 15px !important;
}
.call-btn small {
  font-weight: 500 !important;
}
/* dropdown arrow on RIGHT side */
.navbar .nav-link.dropdown-toggle,
.navbar .dropdown-item.dropdown-toggle {
  position: relative !important;
  padding-left: 10px !important;
  padding-right: 26px !important;
}
.navbar .nav-link.dropdown-toggle::before,
.navbar .dropdown-item.dropdown-toggle::before {
  display: none !important;
  content: none !important;
}
.navbar .nav-link.dropdown-toggle::after,
.navbar .dropdown-item.dropdown-toggle::after {
  display: inline-block !important;
  position: absolute !important;
  right: 8px !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-left: 0 !important;
  vertical-align: 0 !important;
  border-top: 0.35em solid !important;
  border-right: 0.35em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.35em solid transparent !important;
  color: inherit !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}
.dropdown-submenu > .dropdown-menu {
  left: 100% !important;
  right: auto !important;
  top: 0 !important;
  margin-left: 8px !important;
}
.client-slider-area {
  display: grid !important;
  grid-template-columns: 1fr 390px !important;
  gap: 22px !important;
  align-items: stretch !important;
}
.client-review-slider {
  position: relative !important;
  overflow: visible !important;
}
.client-slide-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 22px !important;
}
.client-review-slider .testimonial {
  min-height: 278px !important;
  border-radius: 26px !important;
  border-left: 6px solid var(--red, #d50012) !important;
  padding: 42px !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08) !important;
}
.client-review-slider .testimonial p {
  font-size: 16px !important;
  line-height: 1.55 !important;
}
.client-review-slider .testimonial b {
  font-size: 18px !important;
}
.client-control {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: var(--red, #d50012) !important;
  opacity: 1 !important;
  top: auto !important;
  bottom: -54px !important;
}
.client-control.carousel-control-prev {
  left: calc(50% - 48px) !important;
}
.client-control.carousel-control-next {
  right: calc(50% - 48px) !important;
}
.client-control .carousel-control-prev-icon,
.client-control .carousel-control-next-icon {
  width: 18px !important;
  height: 18px !important;
  filter: none !important;
}
.clients-section {
  padding-bottom: 95px !important;
}
@media (max-width: 991px) {
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-height: 210px !important;
  }
  .footer-brand {
    min-height: 210px !important;
  }
  .client-slider-area {
    grid-template-columns: 1fr !important;
  }
  .client-slide-grid {
    grid-template-columns: 1fr !important;
  }
  .client-review-slider .testimonial {
    min-height: 240px !important;
    padding: 30px !important;
  }
}
@media (max-width: 575px) {
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-height: 190px !important;
  }
  .footer-brand {
    min-height: 190px !important;
  }
  .call-btn span {
    font-size: 12px !important;
    white-space: normal !important;
  }
}

/* === FINAL USER FIX: footer logo top aligned + compact dream property card === */
.footer-grid {
  align-items: flex-start !important;
}
.footer-brand {
  min-height: 0 !important;
  height: auto !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding-top: 0 !important;
}
.footer .footer-logo,
.footer-logo {
  width: 420px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 260px !important;
  object-fit: contain !important;
  object-position: left top !important;
  margin: 0 !important;
  display: block !important;
}
.footer-col h5 {
  margin-top: 0 !important;
}
.clients-section {
  padding-bottom: 30px !important;
}
.client-slider-area {
  align-items: start !important;
}
.dream {
  min-height: 175px !important;
  height: 175px !important;
  padding: 20px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  border-radius: 10px !important;
}
.dream h3 {
  font-size: 24px !important;
  line-height: 1.08 !important;
  margin: 0 0 9px !important;
}
.dream p {
  font-size: 14px !important;
  margin: 0 0 12px !important;
}
.dream .whats {
  padding: 8px 13px !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
}
.dream .whats i {
  font-size: 22px !important;
  padding: 6px !important;
}
.dream:after {
  width: 70% !important;
  opacity: 0.42 !important;
  background:
    linear-gradient(
      to right,
      rgba(255, 245, 245, 0.78),
      rgba(255, 245, 245, 0.18)
    ),
    url("assets/images/home-hero-house.jpg") right center/cover no-repeat !important;
}
@media (max-width: 991px) {
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-height: 210px !important;
    margin: 0 auto !important;
    object-position: center top !important;
  }
  .footer-brand {
    align-items: center !important;
    justify-content: center !important;
  }
  .dream {
    height: auto !important;
    min-height: 170px !important;
  }
}
@media (max-width: 575px) {
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-height: 190px !important;
  }
  .dream h3 {
    font-size: 21px !important;
  }
}

/* === USER FINAL ALIGNMENT FIX: compact footer, aligned client/dream section, right dropdown arrows === */
.footer {
  padding: 45px 0 18px !important;
  min-height: auto !important;
}
.footer-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr !important;
  gap: 36px !important;
  align-items: flex-start !important;
}
.footer-brand {
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 0 !important;
}
.footer .footer-logo,
.footer-logo {
  width: 420px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 185px !important;
  object-fit: contain !important;
  object-position: left top !important;
  margin: 0 !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}
.footer-col {
  border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  padding-left: 28px !important;
  min-height: 190px !important;
}
.footer-col.footer-brand {
  border-left: 0 !important;
  padding-left: 0 !important;
  min-height: 0 !important;
}
.copy {
  margin-top: 28px !important;
}
.clients-section {
  padding-bottom: 44px !important;
  background: #fff !important;
  overflow: hidden !important;
}
.client-slider-area {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 390px !important;
  gap: 24px !important;
  align-items: start !important;
  overflow: visible !important;
}
.client-review-slider,
.client-review-slider .carousel-inner,
.client-review-slider .carousel-item {
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 26px !important;
}
.client-slide-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}
.client-review-slider .testimonial {
  min-height: 230px !important;
  height: 230px !important;
  padding: 30px 38px !important;
  border-radius: 24px !important;
  border: 1px solid #eee !important;
  border-left: 6px solid var(--red, #d50012) !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.client-review-slider .testimonial .quote {
  font-size: 24px !important;
  margin-bottom: 4px !important;
  line-height: 1 !important;
}
.client-review-slider .testimonial p {
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 0 0 14px !important;
}
.client-review-slider .testimonial b {
  font-size: 16px !important;
}
.client-review-slider .testimonial small {
  font-size: 13px !important;
}
.client-control {
  display: none !important;
}
.dream {
  position: relative !important;
  height: 230px !important;
  min-height: 230px !important;
  padding: 28px 30px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  border-bottom: 4px solid var(--red, #d50012) !important;
  background: linear-gradient(
    90deg,
    rgba(255, 244, 244, 0.96) 0%,
    rgba(255, 244, 244, 0.82) 45%,
    rgba(255, 240, 240, 0.55) 100%
  ) !important;
}
.dream:after {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 0 auto !important;
  width: 62% !important;
  height: 100% !important;
  opacity: 0.48 !important;
  background:
    linear-gradient(
      to right,
      rgba(255, 244, 244, 0.55),
      rgba(255, 244, 244, 0.15)
    ),
    url("assets/images/home-hero-house.jpg") right center/cover no-repeat !important;
  z-index: 0 !important;
}
.dream > * {
  position: relative !important;
  z-index: 1 !important;
}
.dream h3 {
  font-size: 24px !important;
  line-height: 1.08 !important;
  margin: 0 0 10px !important;
}
.dream p {
  font-size: 14px !important;
  margin: 0 0 14px !important;
}
.dream .whats {
  padding: 9px 14px !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
}
.dream .whats i {
  font-size: 22px !important;
  padding: 6px !important;
}
.navbar .nav-link.dropdown-toggle,
.navbar .dropdown-item.dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding-right: 24px !important;
  padding-left: 8px !important;
  position: relative !important;
}
.navbar .nav-link.dropdown-toggle::before,
.navbar .dropdown-item.dropdown-toggle::before {
  display: none !important;
  content: none !important;
}
.navbar .nav-link.dropdown-toggle::after,
.navbar .dropdown-item.dropdown-toggle::after {
  display: inline-block !important;
  position: absolute !important;
  right: 6px !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  border-top: 0.36em solid currentColor !important;
  border-right: 0.36em solid transparent !important;
  border-left: 0.36em solid transparent !important;
  border-bottom: 0 !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  .footer-col {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    padding-left: 0 !important;
    padding-top: 18px !important;
    min-height: 0 !important;
  }
  .footer-col.footer-brand {
    border-top: 0 !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-height: 185px !important;
    margin: 0 auto !important;
    object-position: center top !important;
  }
  .client-slider-area {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .client-slide-grid {
    grid-template-columns: 1fr !important;
  }
  .client-review-slider .testimonial {
    height: auto !important;
    min-height: 210px !important;
    padding: 26px !important;
  }
  .dream {
    height: auto !important;
    min-height: 210px !important;
  }
}
@media (max-width: 575px) {
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-height: 170px !important;
  }
  .client-review-slider .testimonial {
    min-height: 205px !important;
    padding: 22px !important;
  }
  .dream {
    min-height: 205px !important;
    padding: 24px !important;
  }
}

/* vc-final-dropdown-footer-logo-fix external copy */

/* Make Properties and Services dropdown arrows visible on the right side in navbar */
.navbar .nav-item.dropdown > .nav-link.dropdown-toggle {
  position: relative !important;
  padding-right: 30px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.navbar .nav-item.dropdown > .nav-link.dropdown-toggle::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  border-top: 0.42em solid #d50012 !important;
  border-left: 0.42em solid transparent !important;
  border-right: 0.42em solid transparent !important;
  border-bottom: 0 !important;
  background: transparent !important;
}
.navbar .dropdown-submenu > .dropdown-item.dropdown-toggle {
  position: relative !important;
  padding-right: 32px !important;
}
.navbar .dropdown-submenu > .dropdown-item.dropdown-toggle::after {
  content: "" !important;
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(-90deg) !important;
  border-top: 0.42em solid #d50012 !important;
  border-left: 0.42em solid transparent !important;
  border-right: 0.42em solid transparent !important;
  border-bottom: 0 !important;
  background: transparent !important;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item.active {
  background: #d50012 !important;
  color: #fff !important;
}
.navbar .dropdown-item:hover::after,
.navbar .dropdown-item:focus::after,
.navbar .dropdown-item.active::after {
  border-top-color: #fff !important;
}
/* Home Property Type dropdown styled like Services dropdown */
.property-type-item {
  overflow: visible !important;
  position: relative !important;
  z-index: 50 !important;
}
.property-type-wrap {
  width: 100% !important;
  position: relative !important;
}
.property-type-dropdown {
  position: relative !important;
  z-index: 999 !important;
  width: 100% !important;
}
.property-type-btn {
  width: 100% !important;
  min-width: 180px !important;
  border: 0 !important;
  background: transparent !important;
  color: #444 !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-align: left !important;
  padding: 0 24px 0 0 !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
  position: relative !important;
}
.property-type-btn::after {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border-top: 0.38em solid #333 !important;
  border-left: 0.38em solid transparent !important;
  border-right: 0.38em solid transparent !important;
  margin: 0 !important;
}
.property-type-dropdown .dropdown-menu {
  min-width: 235px !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 10px !important;
  margin-top: 13px !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18) !important;
  background: #fff !important;
  animation: vcDropFade 0.22s ease both !important;
  overflow: hidden !important;
}
.property-type-dropdown .dropdown-item {
  border: 0 !important;
  width: 100% !important;
  text-align: left !important;
  border-radius: 9px !important;
  padding: 10px 13px !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #222 !important;
  background: #fff !important;
}
.property-type-dropdown .dropdown-item:hover,
.property-type-dropdown .dropdown-item:focus,
.property-type-dropdown .dropdown-item.active {
  background: #d50012 !important;
  color: #fff !important;
}
@keyframes vcDropFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Make footer logo much bigger and clearer without changing footer content */
.footer .footer-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 260px !important;
}
.footer .footer-logo,
.footer-logo {
  width: 420px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 300px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  filter: none !important;
  transform: none !important;
  image-rendering: auto !important;
}
@media (max-width: 991px) {
  .footer .footer-brand {
    min-height: 220px !important;
  }
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-height: 240px !important;
  }
  .navbar .nav-item.dropdown > .nav-link.dropdown-toggle::after {
    right: 10px !important;
  }
}
@media (max-width: 420px) {
  .footer .footer-brand {
    min-height: 190px !important;
  }
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-height: 210px !important;
  }
  .property-type-dropdown .dropdown-menu {
    min-width: 220px !important;
  }
}

/* Final visible dropdown and bigger footer logo */

/* Final fix: make Property Type dropdown open fully outside the search box */
.search-card,
.search-card .search-item,
.search-card .property-type-item,
.search-card .property-type-wrap,
.search-card .property-type-dropdown {
  overflow: visible !important;
}
.search-card {
  position: relative !important;
  z-index: 9999 !important;
}
.property-type-item {
  position: relative !important;
  z-index: 10000 !important;
}
.property-type-wrap {
  position: relative !important;
}
.property-type-dropdown {
  position: relative !important;
}
.property-type-dropdown .property-type-btn {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: left !important;
  color: #333 !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}
.property-type-dropdown .property-type-btn::after {
  margin-left: auto !important;
}
.property-type-dropdown .dropdown-menu,
.property-type-dropdown .dropdown-menu.show {
  position: absolute !important;
  inset: auto auto auto 0 !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  transform: none !important;
  z-index: 100000 !important;
  min-width: 245px !important;
  width: max-content !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 10px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22) !important;
}
.property-type-dropdown .dropdown-item {
  border-radius: 8px !important;
  padding: 10px 16px !important;
  color: #111 !important;
  background: #fff !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  transition: all 0.25s ease !important;
}
.property-type-dropdown .dropdown-item:hover,
.property-type-dropdown .dropdown-item:focus,
.property-type-dropdown .dropdown-item.active {
  background: #d50012 !important;
  color: #fff !important;
}

/* Final fix: make footer logo much bigger and clearer */
.footer {
  overflow: hidden !important;
}
.footer-grid {
  grid-template-columns: 440px 1.25fr 1.15fr 1.2fr !important;
  align-items: center !important;
  gap: 28px !important;
}
.footer-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 260px !important;
  padding: 0 !important;
}
.footer .footer-logo,
.footer-logo {
  width: 420px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  margin: 0 auto !important;
  filter: none !important;
  image-rendering: auto !important;
}
@media (max-width: 1199px) {
  .footer-grid {
    grid-template-columns: 360px 1.2fr 1fr 1fr !important;
    gap: 22px !important;
  }
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
  }
  .footer-brand {
    min-height: 220px !important;
  }
}
@media (max-width: 420px) {
  .search-card {
    z-index: 9999 !important;
  }
  .property-type-dropdown .dropdown-menu,
  .property-type-dropdown .dropdown-menu.show {
    min-width: 230px !important;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
  .footer-brand {
    min-height: 240px !important;
  }
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-width: 92vw !important;
  }
}
@media (max-width: 420px) {
  .footer-brand {
    min-height: 210px !important;
  }
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-width: 94vw !important;
  }
}

/* === FINAL USER REQUEST: compact footer, aligned icons, lighter Search Property button === */
.footer {
  padding: 28px 0 10px !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
.footer .container {
  max-width: 1190px !important;
}
.footer-grid {
  display: grid !important;
  grid-template-columns: 1.35fr 1.15fr 1.05fr 1.05fr !important;
  gap: 24px !important;
  align-items: center !important;
}
.footer-col {
  min-height: 150px !important;
  padding-left: 22px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.footer-col.footer-brand {
  border-left: 0 !important;
  padding-left: 0 !important;
  min-height: 160px !important;
  align-items: center !important;
  justify-content: center !important;
}
.footer .footer-logo,
.footer-logo {
  width: 420px !important;
  max-width: 100% !important;
  max-height: 210px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 auto !important;
  filter: none !important;
}
.footer h5 {
  margin-bottom: 12px !important;
}
.footer a {
  line-height: 1.35 !important;
}
.footer-links.two-col {
  columns: 2 !important;
  column-gap: 24px !important;
}
.footer-contact a {
  display: grid !important;
  grid-template-columns: 20px 1fr !important;
  align-items: start !important;
  gap: 9px !important;
  line-height: 1.45 !important;
  margin: 7px 0 !important;
  word-break: normal !important;
}
.footer-contact a i {
  width: 20px !important;
  min-width: 20px !important;
  text-align: center !important;
  margin: 0 !important;
  padding-top: 3px !important;
  color: var(--red, #d50012) !important;
}
.contact-strip {
  padding: 12px 0 !important;
}
.contact-grid {
  align-items: center !important;
  gap: 0 !important;
}
.contact-item {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  align-items: center !important;
  gap: 12px !important;
  line-height: 1.25 !important;
  min-height: 46px !important;
  padding: 0 18px !important;
}
.contact-item i {
  width: 42px !important;
  min-width: 42px !important;
  text-align: center !important;
  font-size: 26px !important;
  margin: 0 !important;
}
.contact-item b,
.contact-item a {
  font-weight: 600 !important;
}
.search-card .btn-red,
.search-card a.btn-red {
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  padding: 13px 18px !important;
  gap: 10px !important;
  border-radius: 9px !important;
  white-space: nowrap !important;
}
.search-card .btn-red i {
  font-size: 18px !important;
}
.copy {
  margin-top: 20px !important;
  padding-top: 12px !important;
}
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    align-items: center !important;
    text-align: center !important;
  }
  .footer-col {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    padding-left: 0 !important;
    padding-top: 16px !important;
    min-height: auto !important;
    align-items: center !important;
  }
  .footer-col.footer-brand {
    border-top: 0 !important;
    min-height: auto !important;
  }
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-height: 190px !important;
  }
  .footer-contact a {
    grid-template-columns: 20px auto !important;
    justify-content: center !important;
    text-align: left !important;
  }
  .contact-grid {
    grid-template-columns: 1fr !important;
  }
  .contact-item {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    justify-content: center !important;
    text-align: left !important;
  }
  .contact-item:last-child {
    border-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
    max-height: 170px !important;
  }
  .search-card .btn-red,
  .search-card a.btn-red {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Footer compact edge enhancement */
.footer {
  position: relative;
  overflow: hidden;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 260px;
  height: 260px;
  background: linear-gradient(135deg, #5b0d0d, #2d0909);
  clip-path: polygon(35% 0, 100% 0, 100% 100%);
  opacity: 0.9;
}
.footer .footer-logo {
  max-width: 420px !important;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.footer .container,
.footer .row {
  align-items: center;
}
.footer .footer-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Footer top gap fix */
.footer,
footer {
  margin-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.footer::before,
footer::before {
  border-top-left-radius: 0 !important;
}
.footer-top,
.footer-main {
  margin-top: 0 !important;
}

/* === Final requested corrections: search dropdowns, client buttons, footer alignment and contact hover fix === */
.search-card,
.search-card .search-item,
.search-card .location-item,
.search-card .property-type-item,
.search-card .location-wrap,
.search-card .property-type-wrap,
.search-card .location-dropdown,
.search-card .property-type-dropdown {
  overflow: visible !important;
}
.search-card {
  z-index: 9999 !important;
  position: relative !important;
}
.location-item,
.property-type-item {
  position: relative !important;
  z-index: 10000 !important;
}
.location-wrap,
.property-type-wrap {
  position: relative !important;
  width: 100% !important;
}
.location-dropdown,
.property-type-dropdown {
  position: relative !important;
  width: 100% !important;
}
.location-btn,
.property-type-btn {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: left !important;
  color: #333 !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}
.location-btn::after,
.property-type-btn::after {
  margin-left: auto !important;
  color: #222 !important;
}
.location-dropdown .dropdown-menu,
.property-type-dropdown .dropdown-menu,
.location-dropdown .dropdown-menu.show,
.property-type-dropdown .dropdown-menu.show {
  position: absolute !important;
  inset: auto auto auto 0 !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  transform: none !important;
  z-index: 100000 !important;
  min-width: 245px !important;
  width: max-content !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 10px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22) !important;
}
.location-dropdown .dropdown-item,
.property-type-dropdown .dropdown-item {
  border-radius: 8px !important;
  padding: 10px 16px !important;
  color: #111 !important;
  background: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  transition: all 0.22s ease !important;
  text-decoration: none !important;
}
.location-dropdown .dropdown-item:hover,
.location-dropdown .dropdown-item:focus,
.location-dropdown .dropdown-item.active,
.property-type-dropdown .dropdown-item:hover,
.property-type-dropdown .dropdown-item:focus,
.property-type-dropdown .dropdown-item.active {
  background: #d50012 !important;
  color: #fff !important;
}
.search-card .btn-red,
.search-card a.btn-red {
  font-weight: 600 !important;
  letter-spacing: 0.15px !important;
}

/* Small client slider arrows */
.client-review-slider {
  position: relative !important;
  overflow: visible !important;
}
.client-control {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #e20012 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
  opacity: 1 !important;
  top: auto !important;
  bottom: -18px !important;
  z-index: 20 !important;
}
.client-control.carousel-control-prev {
  left: calc(50% - 42px) !important;
}
.client-control.carousel-control-next {
  right: calc(50% - 42px) !important;
}
.client-control .carousel-control-prev-icon,
.client-control .carousel-control-next-icon {
  width: 13px !important;
  height: 13px !important;
  filter: brightness(0) saturate(100%) invert(13%) sepia(98%) saturate(6048%)
    hue-rotate(350deg) brightness(91%) contrast(112%) !important;
}
.client-slider-area {
  padding-bottom: 24px !important;
}

/* Footer final alignment, compact newsletter, left and right red shade */
.footer {
  position: relative !important;
  overflow: hidden !important;
  background: #101010 !important;
  padding: 24px 0 10px !important;
}
.footer::before,
.footer::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: 0.85 !important;
}
.footer::before {
  left: -70px !important;
  top: 0 !important;
  width: 260px !important;
  height: 260px !important;
  background: linear-gradient(135deg, #5b0d0d, #220707) !important;
  clip-path: polygon(0 0, 65% 0, 0 100%) !important;
}
.footer::after {
  right: -40px !important;
  top: 0 !important;
  width: 300px !important;
  height: 300px !important;
  background: linear-gradient(135deg, #5b0d0d, #220707) !important;
  clip-path: polygon(35% 0, 100% 0, 100% 100%) !important;
}
.footer .container,
.footer-grid,
.footer .row,
.footer-col {
  position: relative !important;
  z-index: 1 !important;
}
.footer-grid {
  align-items: center !important;
  gap: 24px !important;
}
.footer-col {
  justify-content: center !important;
}
.footer .social {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 0 16px !important;
  flex-wrap: wrap !important;
}
.footer .social a {
  margin: 0 !important;
  flex: 0 0 auto !important;
}
.footer .social + h5,
.footer h5.mt-4 {
  margin-top: 6px !important;
  margin-bottom: 10px !important;
  display: block !important;
  clear: both !important;
}
.footer .newsletter {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 260px !important;
  margin-top: 10px !important;
}
.footer .newsletter input {
  height: 42px !important;
  min-width: 0 !important;
}
.footer .newsletter button {
  height: 42px !important;
  min-width: 46px !important;
  display: grid !important;
  place-items: center !important;
}
.footer-contact a {
  font-weight: 500 !important;
}
.contact-item b,
.contact-item a {
  font-weight: 600 !important;
}

/* Stop WhatsApp/contact button shine overlay from covering text on hover */
.whats,
.whatsapp-float,
.cta-whatsapp .btn,
.contact-form .btn {
  position: relative !important;
  overflow: hidden !important;
  z-index: 2 !important;
}
.whats::before,
.whats::after,
.whatsapp-float::before,
.whatsapp-float::after,
.cta-whatsapp .btn::before,
.cta-whatsapp .btn::after,
.contact-form .btn::before,
.contact-form .btn::after {
  display: none !important;
  content: none !important;
}
.whats:hover,
.whatsapp-float:hover,
.cta-whatsapp .btn:hover,
.contact-form .btn:hover {
  transform: translateY(-2px) !important;
}

/* Navbar dropdown arrows on the right side */
.navbar .dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
}
.navbar .dropdown-toggle::after {
  margin-left: 7px !important;
  color: #d50012 !important;
}
.navbar .dropdown-item {
  font-weight: 600 !important;
}

@media (max-width: 991px) {
  .location-dropdown .dropdown-menu,
  .property-type-dropdown .dropdown-menu,
  .location-dropdown .dropdown-menu.show,
  .property-type-dropdown .dropdown-menu.show {
    min-width: 230px !important;
  }
  .footer::before {
    width: 190px !important;
    height: 190px !important;
  }
  .footer::after {
    width: 220px !important;
    height: 220px !important;
  }
  .footer .newsletter {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 575px) {
  .client-control {
    bottom: -12px !important;
    width: 30px !important;
    height: 30px !important;
  }
}

/* === FINAL FIX: small client slider buttons + contact WhatsApp hover visibility === */
.client-review-slider {
  position: relative !important;
  overflow: visible !important;
}
.client-review-slider .carousel-inner {
  overflow: hidden !important;
}
.client-review-slider .client-control {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1.5px solid #d50012 !important;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16) !important;
  opacity: 1 !important;
  top: auto !important;
  bottom: -18px !important;
  z-index: 50 !important;
  transition: all 0.25s ease !important;
}
.client-review-slider .client-control:hover {
  background: #d50012 !important;
  transform: translateY(-2px) !important;
}
.client-review-slider .client-control.carousel-control-prev {
  left: calc(50% - 40px) !important;
  right: auto !important;
}
.client-review-slider .client-control.carousel-control-next {
  right: calc(50% - 40px) !important;
  left: auto !important;
}
.client-review-slider .client-control .carousel-control-prev-icon,
.client-review-slider .client-control .carousel-control-next-icon {
  width: 12px !important;
  height: 12px !important;
  background-size: 100% 100% !important;
  filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(5500%)
    hue-rotate(350deg) brightness(92%) contrast(110%) !important;
}
.client-review-slider .client-control:hover .carousel-control-prev-icon,
.client-review-slider .client-control:hover .carousel-control-next-icon {
  filter: brightness(0) invert(1) !important;
}
.client-slider-area {
  padding-bottom: 34px !important;
}

/* Contact page WhatsApp button must stay visible on hover */
.contact-card .btn-vc,
.contact-card .btn-vc span,
.contact-card .btn-vc i {
  color: #fff !important;
}
.contact-card a.btn-vc.whatsapp-contact-btn {
  background: #20c65a !important;
  border: 2px solid #20c65a !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  text-decoration: none !important;
  overflow: visible !important;
}
.contact-card a.btn-vc.whatsapp-contact-btn:hover,
.contact-card a.btn-vc.whatsapp-contact-btn:focus {
  background: #159b43 !important;
  border-color: #159b43 !important;
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(-2px) !important;
}
.contact-card a.btn-vc.whatsapp-contact-btn:hover span,
.contact-card a.btn-vc.whatsapp-contact-btn:hover i {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* FINAL REQUEST: home search dropdown alignment + active state cleanup */
.search-card .location-dropdown .dropdown-menu,
.search-card .location-dropdown .dropdown-menu.show,
.search-card .property-type-dropdown .dropdown-menu,
.search-card .property-type-dropdown .dropdown-menu.show {
  left: -14px !important;
  top: calc(100% + 6px) !important;
  transform: none !important;
  z-index: 100000 !important;
}
.search-card .location-dropdown .dropdown-item.active:not(:hover):not(:focus),
.search-card
  .property-type-dropdown
  .dropdown-item.active:not(:hover):not(:focus) {
  background: #fff !important;
  color: #111 !important;
}
.search-card .location-dropdown .dropdown-item,
.search-card .property-type-dropdown .dropdown-item {
  font-weight: 500 !important;
}
.search-card .location-dropdown .dropdown-item:hover,
.search-card .location-dropdown .dropdown-item:focus,
.search-card .property-type-dropdown .dropdown-item:hover,
.search-card .property-type-dropdown .dropdown-item:focus {
  background: #d50012 !important;
  color: #fff !important;
}

/* FINAL REQUEST: contact form select should match other form text */
.contact-card .form-control,
.contact-card .form-select,
.contact-card select,
.contact-card select option {
  font-weight: 500 !important;
  color: #555 !important;
  font-family: Montserrat, Arial, sans-serif !important;
}
.contact-card .form-select:focus,
.contact-card .form-control:focus {
  font-weight: 500 !important;
}

/* === FINAL HOME PAGE: equal section gaps === */
body.home-page .featured-home-section,
body.home-page section.why,
body.home-page section.section:not(.clients-section),
body.home-page section.clients-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
body.home-page .featured-home-section {
  padding-top: 48px !important;
}
body.home-page .search-card {
  margin-bottom: 0 !important;
}
body.home-page .featured-home-section + section.why,
body.home-page section.why + section.section,
body.home-page section.section + section.clients-section {
  margin-top: 0 !important;
}
body.home-page .clients-section {
  padding-bottom: 48px !important;
}
body.home-page .client-slider-area {
  padding-bottom: 28px !important;
}
body.home-page .contact-strip {
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  body.home-page .featured-home-section,
  body.home-page section.why,
  body.home-page section.section:not(.clients-section),
  body.home-page section.clients-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}
@media (max-width: 575px) {
  body.home-page .featured-home-section,
  body.home-page section.why,
  body.home-page section.section:not(.clients-section),
  body.home-page section.clients-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  body.home-page .client-slider-area {
    padding-bottom: 24px !important;
  }
}

/* === USER FINAL CORRECTIONS: Gmail email link, phone links, navbar left alignment === */
@media (min-width: 992px) {
  .navbar > .container {
    max-width: calc(100% - 32px) !important;
    padding-left: 0 !important;
    padding-right: 16px !important;
  }
}
.nav-call-dual {
  cursor: default !important;
  text-align: center !important;
}
.nav-call-dual a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  position: relative !important;
  z-index: 3 !important;
}
.nav-call-dual a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
.nav-call-dual .nav-phone-lines {
  display: block !important;
  text-align: center !important;
  line-height: 1.05 !important;
}
.nav-call-dual .phone-sep {
  color: #fff !important;
  font-weight: 900 !important;
}
.nav-call-dual small {
  font-weight: 900 !important;
  letter-spacing: 0.4px !important;
  text-align: center !important;
}

.client-review-slider .testimonial .stars {
  color: #ffc107 !important;
  display: flex !important;
  gap: 4px !important;
  letter-spacing: 0 !important;
  margin-top: 8px !important;
}

.client-review-slider .testimonial .stars i {
  color: #ffc107 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.navbar .nav-link.nav-property-cta {
  align-items: center !important;
  background: var(--red, #d50012) !important;
  border-radius: 6px !important;
  color: #fff !important;
  display: flex !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  height: auto !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 6px !important;
  padding: 12px 16px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.navbar .nav-link.nav-property-cta:hover,
.navbar .nav-link.nav-property-cta.active {
  background: #b9000f !important;
  color: #fff !important;
}

.navbar .nav-link.nav-property-cta::after {
  display: none !important;
}

.navbar .nav-auth-stack {
  background: var(--red, #d50012);
  border-radius: 6px;
  display: grid;
  margin: 0 0 6px auto;
  overflow: hidden;
  width: 92px;
}

.navbar .nav-auth-stack a {
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar .nav-auth-stack a + a {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.navbar .nav-auth-stack a:hover {
  background: #b9000f;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar .nav-link.nav-property-cta {
    justify-content: center !important;
    margin: 10px 0 !important;
    width: 100% !important;
  }

  .navbar .nav-auth-stack {
    margin: 10px auto 8px !important;
    width: 100% !important;
  }
}
.contact-strip .contact-item:first-child .contact-label {
  font-weight: 900 !important;
}
.contact-strip .contact-item a[href*="mail.google.com"],
.footer a[href*="mail.google.com"] {
  color: inherit !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}
.contact-card input[type="email"],
.contact-card .form-control[type="email"] {
  color: #111 !important;
  font-weight: 700 !important;
  background: #fff !important;
}

/* === Final fix: services sub-dropdowns + aligned footer quick links === */
.navbar .dropdown-menu {
  overflow: visible !important;
  z-index: 99999 !important;
}
.navbar .services-main-menu {
  overflow: visible !important;
  min-width: 270px !important;
}
.navbar .dropdown-submenu {
  position: relative !important;
}
.navbar .dropdown-submenu > .dropdown-toggle {
  position: relative !important;
  padding-right: 34px !important;
  cursor: pointer !important;
}
.navbar .dropdown-submenu > .dropdown-toggle::after {
  content: "\f105" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  border: 0 !important;
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: var(--red) !important;
  margin: 0 !important;
}
.navbar .dropdown-submenu > .dropdown-menu {
  display: none !important;
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
  margin-left: 8px !important;
  min-width: 315px !important;
  max-height: 360px !important;
  overflow-y: auto !important;
  border-top: 4px solid var(--red) !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16) !important;
  background: #fff !important;
}
.navbar .dropdown-submenu:hover > .dropdown-menu,
.navbar .dropdown-submenu:focus-within > .dropdown-menu,
.navbar .dropdown-submenu.show > .dropdown-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.navbar .dropdown-item {
  font-weight: 600 !important;
}
.navbar .dropdown-submenu > .dropdown-toggle:hover,
.navbar .dropdown-submenu.show > .dropdown-toggle {
  background: var(--red) !important;
  color: #fff !important;
}
.navbar .dropdown-submenu > .dropdown-toggle:hover::after,
.navbar .dropdown-submenu.show > .dropdown-toggle::after {
  color: #fff !important;
}
.footer .footer-links.two-col {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(115px, 1fr)) !important;
  column-gap: 34px !important;
  row-gap: 8px !important;
  align-items: start !important;
}
.footer .footer-links.two-col a {
  margin: 0 !important;
  line-height: 1.35 !important;
}
.footer .row {
  align-items: center !important;
}
.footer .footer-col,
.footer .col-lg-3,
.footer .col-lg-2 {
  align-self: center !important;
}
@media (max-width: 991px) {
  .navbar .dropdown-submenu > .dropdown-menu {
    position: static !important;
    left: auto !important;
    top: auto !important;
    margin: 4px 0 8px 15px !important;
    min-width: 0 !important;
    max-height: 280px !important;
    border-radius: 12px !important;
  }
  .navbar .dropdown-submenu > .dropdown-toggle::after {
    content: "\f107" !important;
  }
  .footer .footer-links.two-col {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 575px) {
  .footer .footer-links.two-col {
    grid-template-columns: 1fr !important;
  }
}

/* footer alignment fix */
.footer-follow,
.follow-us,
.footer-social {
  margin-top: 0 !important;
  align-self: flex-start !important;
}
.footer-columns,
.footer-content {
  align-items: flex-start !important;
}
.footer-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Footer alignment fix */
.footer-main .row {
  display: flex;
  align-items: flex-start !important;
}
.footer-main [class*="col"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-logo {
  margin-top: 0 !important;
  align-self: flex-start;
}
.footer-title,
.follow-us-title {
  margin-top: 0 !important;
}
.footer-contact a,
.footer-contact span {
  font-weight: 400 !important;
}

/* === FINAL FIX: align footer headings with FOLLOW US exactly === */
.footer {
  padding-top: 28px !important;
}
.footer-grid {
  align-items: flex-start !important;
  display: grid !important;
}
.footer-col {
  align-self: flex-start !important;
  justify-content: flex-start !important;
  padding-top: 0 !important;
  min-height: 190px !important;
  display: flex !important;
  flex-direction: column !important;
}
.footer-col:not(.footer-brand) {
  padding-top: 20px !important;
}
.footer-col.footer-brand {
  align-self: flex-start !important;
  justify-content: flex-start !important;
  align-items: center !important;
  padding-top: 0 !important;
  min-height: 190px !important;
}
.footer-col h5 {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  line-height: 1 !important;
  min-height: 18px !important;
  display: inline-block !important;
  transform: none !important;
  animation: none !important;
}
.footer-col h5::after {
  bottom: -9px !important;
  animation: none !important;
  width: 48px !important;
}
.footer .social {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.footer h5.mt-4 {
  margin-top: 12px !important;
}
.footer-contact a,
.footer-contact span,
.footer-contact div {
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .footer-col:not(.footer-brand) {
    padding-top: 18px !important;
  }
  .footer-col.footer-brand {
    align-items: center !important;
  }
}

/* Footer heading alignment fix */
.footer .row {
  align-items: flex-start;
}
.footer h5,
.footer .footer-title {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  line-height: 1.2 !important;
  min-height: 32px;
  display: flex;
  align-items: flex-start;
}
.footer h5::after,
.footer .footer-title::after {
  top: auto;
  margin-top: 8px;
}

/* Footer heading alignment fix */
.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-col,
.footer-logo {
  padding-top: 0;
}
.footer-title {
  display: block;
  min-height: 42px;
  margin: 0 0 18px 0 !important;
  padding-top: 0 !important;
  display: flex;
  align-items: flex-start;
}
.footer-logo img {
  margin-top: 0 !important;
}

/* Footer logo override */
.footer-logo,
img.footer-logo {
  width: 420px !important;
  max-width: 420px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

footer,
.footer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
footer .container:last-child,
footer .row:last-child,
.footer .container:last-child,
.footer .row:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body {
  margin-bottom: 0 !important;
}

/* Mobile home search dropdown style - matches requested card overlay */
@media (max-width: 767.98px) {
  .search-card {
    position: relative !important;
    overflow: visible !important;
    border-radius: 22px !important;
    padding: 18px 22px !important;
  }
  .search-card .search-item {
    position: relative !important;
    overflow: visible !important;
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    align-items: center !important;
    padding: 16px 0 !important;
    min-height: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
  }
  .search-card .location-item {
    z-index: 60 !important;
  }
  .search-card .property-type-item {
    z-index: 55 !important;
  }
  .search-card .budget-item {
    z-index: 5 !important;
  }
  .search-card .search-item > i {
    width: 58px !important;
    text-align: left !important;
    font-size: 38px !important;
    line-height: 1 !important;
    color: #d50012 !important;
  }
  .search-card small {
    display: block !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #111 !important;
    margin-bottom: 4px !important;
  }
  .location-wrap,
  .property-type-wrap {
    min-width: 0 !important;
    width: 100% !important;
  }
  .search-card .dropdown {
    position: relative !important;
    width: 100% !important;
  }
  .location-btn,
  .property-type-btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 26px !important;
    line-height: 1.18 !important;
    font-weight: 400 !important;
    color: #333 !important;
    text-align: left !important;
  }
  .location-btn::after,
  .property-type-btn::after {
    margin-left: 12px !important;
    border-top: 0.32em solid !important;
    border-right: 0.32em solid transparent !important;
    border-left: 0.32em solid transparent !important;
  }
  .search-card .location-dropdown .dropdown-menu.show,
  .search-card .property-type-dropdown .dropdown-menu.show {
    position: absolute !important;
    top: calc(100% + 16px) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(78vw, 440px) !important;
    min-width: min(78vw, 440px) !important;
    max-width: min(78vw, 440px) !important;
    margin: 0 !important;
    padding: 18px 0 !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18) !important;
    z-index: 9999 !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .search-card .location-dropdown .dropdown-item,
  .search-card .property-type-dropdown .dropdown-item {
    display: block !important;
    width: 100% !important;
    padding: 12px 28px !important;
    font-size: 25px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    color: #222 !important;
    background: #fff !important;
    border: 0 !important;
    text-align: left !important;
    white-space: normal !important;
  }
  .search-card .location-dropdown .dropdown-item:hover,
  .search-card .location-dropdown .dropdown-item:focus,
  .search-card .property-type-dropdown .dropdown-item:hover,
  .search-card .property-type-dropdown .dropdown-item:focus {
    background: #fff5f5 !important;
    color: #d50012 !important;
  }
}

/* === FINAL USER FIX: remove career hero image and add 1 inch section gaps on Gallery/Properties === */
.career-page .page-hero.vc-gradient-only,
.career-page .page-hero.vc-fixed-page-hero,
.gallery-page .page-hero.vc-gradient-only,
.properties-page .page-hero.vc-gradient-only {
  background: linear-gradient(
    90deg,
    rgba(15, 15, 15, 0.94),
    rgba(213, 0, 18, 0.58)
  ) !important;
  background-image: linear-gradient(
    90deg,
    rgba(15, 15, 15, 0.94),
    rgba(213, 0, 18, 0.58)
  ) !important;
  background-size: cover !important;
  background-position: center !important;
}
.career-page .vc-page-slider {
  display: none !important;
}
.gallery-page section:not(.page-hero):not(.contact-strip),
.properties-page section:not(.page-hero):not(.contact-strip) {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.gallery-page .page-hero + section,
.properties-page .page-hero + section {
  margin-top: 96px !important;
}
.gallery-page .contact-strip,
.properties-page .contact-strip {
  margin-top: 96px !important;
}
@media (max-width: 767px) {
  .gallery-page section:not(.page-hero):not(.contact-strip),
  .properties-page section:not(.page-hero):not(.contact-strip) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .gallery-page .page-hero + section,
  .properties-page .page-hero + section,
  .gallery-page .contact-strip,
  .properties-page .contact-strip {
    margin-top: 56px !important;
  }
}

.phone,
.phone-number,
a[href^="tel:"] {
  font-weight: 400 !important;
}

/* FINAL FIX: Home Featured Properties real 4-card carousel */
#featured-properties .featured-slider-wrap {
  position: relative !important;
  overflow: hidden !important;
  padding: 6px 8px 22px !important;
}
#featured-properties .featured-properties-grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px !important;
  transition: transform 0.6s ease !important;
  will-change: transform !important;
  align-items: stretch !important;
}
#featured-properties .featured-properties-grid .ref-property {
  flex: 0 0 calc((100% - 54px) / 4) !important;
  min-width: calc((100% - 54px) / 4) !important;
}
#featured-properties .featured-arrow {
  display: grid !important;
  top: 50% !important;
  width: 42px !important;
  height: 42px !important;
  z-index: 20 !important;
}
#featured-properties .featured-prev {
  left: 2px !important;
}
#featured-properties .featured-next {
  right: 2px !important;
}
a[href^="tel:"],
.phone-number,
.contact-item b,
.nav-phone-lines,
.nav-phone-lines a {
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  #featured-properties .featured-properties-grid .ref-property {
    flex-basis: calc((100% - 18px) / 2) !important;
    min-width: calc((100% - 18px) / 2) !important;
  }
  #featured-properties .featured-arrow {
    display: grid !important;
    width: 38px !important;
    height: 38px !important;
  }
}
@media (max-width: 575px) {
  #featured-properties .featured-properties-grid .ref-property {
    flex-basis: 100% !important;
    min-width: 100% !important;
  }
  #featured-properties .featured-prev {
    left: 5px !important;
  }
  #featured-properties .featured-next {
    right: 5px !important;
  }
}

/* VC Assets service module final structure */
.vc-services-dropdown {
  min-width: 280px !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18) !important;
  padding: 10px !important;
  overflow: visible !important;
}
.vc-services-dropdown .dropdown-item {
  font-weight: 650 !important;
  font-size: 13px !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  color: #222 !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.vc-services-dropdown .dropdown-item:hover,
.vc-services-dropdown .dropdown-item:focus {
  background: #d40000 !important;
  color: #fff !important;
}
.vc-nested-menu {
  min-width: 330px !important;
  max-height: 420px !important;
  overflow-y: auto !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18) !important;
  padding: 10px !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 8px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.vc-nested-menu .dropdown-header {
  color: #d40000 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 8px 14px;
}
.services-page-hero {
  min-height: 330px !important;
  display: flex !important;
  align-items: center !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.32)),
    var(--page-bg) !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff !important;
}
.services-page-hero h1 {
  font-family: Oswald, sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
}
.vc-category-head {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border-radius: 26px;
  padding: 26px 30px;
  margin-bottom: 26px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border-left: 7px solid #d40000;
}
.vc-category-head i {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #d40000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
}
.vc-category-head span {
  color: #d40000;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.vc-category-head h2 {
  margin: 3px 0 0;
  font-family: Oswald, sans-serif;
  font-weight: 800;
}
.vc-angle-list {
  display: grid;
  gap: 28px;
}
.vc-service-angle-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  transition: 0.35s;
  border: 1px solid #f1f1f1;
}
.vc-service-angle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}
.vc-service-angle-img {
  height: 310px;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  overflow: hidden;
}
.vc-service-angle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.vc-service-angle-card:hover img {
  transform: scale(1.06);
}
.vc-service-angle-content {
  padding: 38px;
}
.vc-kicker {
  display: block;
  color: #d40000;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.vc-service-angle-content h3 {
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}
.vc-service-angle-content p {
  color: #555;
  font-size: 16px;
}
.vc-link-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  background: #d40000 !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 12px 22px;
  text-decoration: none !important;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(212, 0, 0, 0.22);
  border: 0;
}
.vc-link-btn:hover {
  background: #111 !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.vc-detail-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
}
.vc-detail-image img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  display: block;
}
.vc-feature-list {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}
.vc-feature-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  color: #333;
}
.vc-feature-list i {
  color: #d40000;
  margin-top: 4px;
}
.vc-enquiry-box {
  background: #111;
  color: #fff;
  border-radius: 28px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  position: relative;
}
.vc-enquiry-box:before {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -65px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #d40000;
  opacity: 0.35;
}
.vc-icon-card.builder-card {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  transition: 0.35s;
}
.vc-icon-card.builder-card:hover {
  transform: translateY(-8px);
}
.vc-icon-card.builder-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 18px;
}
.vc-icon-card.builder-card a {
  color: #d40000;
  font-weight: 800;
  text-decoration: none;
}
.vc-diagonal-section {
  background: linear-gradient(
    135deg,
    #d40000 0%,
    #9d0000 45%,
    #111 45%,
    #111 100%
  );
}
.vc-service-hub-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.1);
  padding: 44px;
  height: 100%;
  border-top: 6px solid #d40000;
}
.vc-service-hub-card.dark {
  background: #111;
  color: #fff;
}
.section-kicker.light {
  color: #fff !important;
}
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    position: static !important;
    display: none;
    margin-left: 0 !important;
    box-shadow: none !important;
  }
  .dropdown-submenu.open > .dropdown-menu {
    display: block !important;
  }
  .vc-service-angle-card {
    grid-template-columns: 1fr;
  }
  .vc-service-angle-img {
    clip-path: none;
    height: 240px;
  }
  .vc-detail-image {
    clip-path: none;
  }
  .vc-enquiry-box {
    display: block;
  }
  .vc-nested-menu {
    max-height: 300px !important;
    min-width: 100% !important;
  }
  .vc-services-dropdown {
    min-width: 100% !important;
  }
  .services-page-hero {
    min-height: 260px !important;
  }
}

/* === VC SERVICES FINAL MODULE CLEANUP === */
.vc-services-dropdown,
.vc-nested-menu {
  overflow: visible !important;
}
.vc-nested-menu {
  min-width: 260px !important;
  max-height: none !important;
}
.vc-nested-menu .dropdown-item {
  white-space: nowrap !important;
  font-weight: 600 !important;
}
.service-list-page {
  background: #f7f7f7;
}
.svc-about-hero {
  min-height: 340px !important;
  display: flex !important;
  align-items: center !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.38)),
    var(--page-bg) !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff !important;
}
.svc-about-hero h1 {
  font-family: Oswald, sans-serif !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}
.svc-about-hero .breadcrumb-vc {
  color: #fff !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}
.svc-service-row {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  margin-bottom: 32px;
  border: 1px solid #f0f0f0;
  transition: 0.35s;
}
.svc-service-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.13);
}
.svc-service-row:nth-child(even) {
  grid-template-columns: 1fr 1.05fr;
}
.svc-service-row:nth-child(even) .svc-row-img {
  order: 2;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
.svc-row-img {
  height: 315px;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  overflow: hidden;
}
.svc-row-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.55s;
}
.svc-service-row:hover .svc-row-img img {
  transform: scale(1.07);
}
.svc-row-content {
  padding: 36px 42px;
}
.svc-row-content .svc-kicker {
  display: block;
  color: #d40000;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.svc-row-content h3 {
  font-family: Oswald, sans-serif;
  font-size: 31px;
  font-weight: 850;
  margin-bottom: 10px;
  color: #111;
}
.svc-row-content p {
  color: #555;
  font-size: 16px;
}
.svc-red-btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: #d40000 !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 12px 22px;
  text-decoration: none !important;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(212, 0, 0, 0.22);
}
.svc-red-btn:hover {
  background: #111 !important;
  color: #fff !important;
}
.svc-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.svc-hub-card {
  background: #fff;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  border-top: 6px solid #d40000;
  transition: 0.35s;
}
.svc-hub-card:hover {
  transform: translateY(-8px);
}
.svc-hub-card i {
  font-size: 42px;
  color: #d40000;
  margin-bottom: 18px;
}
.svc-detail-stat {
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.07);
  height: 100%;
  border-left: 5px solid #d40000;
}
.svc-detail-stat span {
  display: block;
  color: #d40000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.svc-detail-stat strong {
  font-size: 24px;
  color: #111;
}
.svc-detail-wrap {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.svc-detail-img {
  height: 420px;
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
  overflow: hidden;
}
.svc-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svc-detail-content {
  padding: 42px;
}
.svc-enquiry {
  background: linear-gradient(135deg, #d40000, #111);
  border-radius: 28px;
  color: #fff;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.svc-enquiry h3 {
  font-family: Oswald, sans-serif;
  margin: 0;
}
.svc-enquiry a {
  background: #fff;
  color: #d40000 !important;
}
.vc-services-dropdown .dropdown-submenu > .submenu-toggle i {
  margin-left: auto !important;
}
.vc-services-dropdown .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 991px) {
  .svc-service-row,
  .svc-service-row:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .svc-service-row:nth-child(even) .svc-row-img {
    order: 0;
    clip-path: none;
  }
  .svc-row-img {
    clip-path: none;
    height: 235px;
  }
  .svc-row-content {
    padding: 28px;
  }
  .svc-hub-grid {
    grid-template-columns: 1fr;
  }
  .svc-detail-img {
    clip-path: none;
    height: 260px;
  }
  .svc-enquiry {
    display: block;
  }
  .svc-nested-menu {
    position: static !important;
  }
  .vc-services-dropdown .dropdown-submenu > .dropdown-menu {
    position: static !important;
    display: none;
    margin: 6px 0 10px 12px !important;
  }
  .vc-services-dropdown .dropdown-submenu.open > .dropdown-menu {
    display: block !important;
  }
}

/* === FINAL SERVICES MODULE CORRECTIONS === */
.navbar {
  overflow: visible !important;
  z-index: 1080 !important;
}
.navbar .container,
.navbar-collapse,
.navbar-nav {
  overflow: visible !important;
}
.navbar .dropdown-menu {
  z-index: 99999 !important;
}
.vc-services-nav {
  position: relative !important;
}
.vc-services-dropdown {
  display: none;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 280px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 10px !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18) !important;
  overflow: visible !important;
}
.vc-services-nav:hover > .vc-services-dropdown,
.vc-services-nav.show > .vc-services-dropdown {
  display: block !important;
}
.vc-services-dropdown .dropdown-submenu {
  position: relative !important;
}
.vc-services-dropdown .submenu-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 12px 16px !important;
  border-radius: 10px !important;
  color: #111 !important;
  font-weight: 600 !important;
}
.vc-services-dropdown .dropdown-submenu:hover > .submenu-toggle,
.vc-services-dropdown .dropdown-submenu.open > .submenu-toggle {
  background: #d40000 !important;
  color: #fff !important;
}
.vc-nested-menu {
  display: none !important;
  position: absolute !important;
  left: calc(100% + 8px) !important;
  top: 0 !important;
  min-width: 295px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 10px !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18) !important;
  max-height: 360px !important;
  overflow-y: auto !important;
}
.vc-services-dropdown .dropdown-submenu:hover > .vc-nested-menu,
.vc-services-dropdown .dropdown-submenu.open > .vc-nested-menu {
  display: block !important;
}
.vc-nested-menu .dropdown-item {
  padding: 12px 14px !important;
  border-radius: 9px !important;
  font-weight: 500 !important;
  color: #111 !important;
  white-space: normal !important;
}
.vc-nested-menu .dropdown-item:hover,
.vc-nested-menu .dropdown-item:focus {
  background: #d40000 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .vc-services-dropdown {
    position: static !important;
    box-shadow: none !important;
    min-width: 100% !important;
  }
  .vc-nested-menu {
    position: static !important;
    left: auto !important;
    top: auto !important;
    min-width: 100% !important;
    margin: 6px 0 8px 10px !important;
    box-shadow: none !important;
  }
  .vc-services-dropdown .dropdown-submenu.open > .vc-nested-menu {
    display: block !important;
  }
}
.svc-red-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: 170px !important;
  background: #d40000 !important;
  color: #fff !important;
  border: 0 !important;
  text-decoration: none !important;
  border-radius: 999px !important;
  padding: 13px 24px !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 32px rgba(212, 0, 0, 0.22) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.svc-red-btn:hover {
  background: #111 !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.svc-commercial-card {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  transition: 0.35s;
  position: relative;
}
.svc-commercial-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: #d40000;
}
.svc-commercial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 75px rgba(212, 0, 0, 0.16);
}
.svc-commercial-img {
  height: 190px;
  overflow: hidden;
}
.svc-commercial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.55s;
}
.svc-commercial-card:hover img {
  transform: scale(1.08);
}
.svc-commercial-body {
  padding: 23px;
}
.svc-commercial-body span {
  color: #d40000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.svc-commercial-body h3 {
  font-family: Oswald, sans-serif;
  font-size: 23px;
  color: #111;
  margin: 8px 0 10px;
}
.svc-commercial-body p {
  font-size: 14px;
  color: #5d5d5d;
  min-height: 66px;
}
.svc-commercial-page .vc-category-head i,
.svc-builder-page .vc-category-head i,
.svc-additional-page .vc-category-head i {
  background: #d40000 !important;
  color: #fff !important;
}
.svc-commercial-page *,
.svc-builder-page *,
.svc-additional-page * {
  border-color: #eee;
}
.svc-commercial-page .vc-category-head span,
.svc-builder-page .vc-category-head span,
.svc-additional-page .vc-category-head span {
  color: #d40000 !important;
}
.svc-pyramid-layout {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}
.svc-pyramid-row {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}
.svc-pyramid-card {
  width: min(100%, 280px);
  min-height: 260px;
  background: #fff;
  color: #111;
  text-decoration: none;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  text-align: center;
  transition: 0.35s;
  position: relative;
  overflow: hidden;
}
.svc-pyramid-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #d40000;
}
.svc-pyramid-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 28px 75px rgba(212, 0, 0, 0.16);
  color: #111;
}
.svc-pyramid-card img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 14px;
}
.svc-pyramid-card strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}
.svc-pyramid-card span {
  display: block;
  color: #666;
  font-size: 13px;
}
.svc-orbit-layout {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at center,
    #fff 0,
    #fff 38%,
    #f8f8f8 39%,
    #f8f8f8 100%
  );
  border-radius: 38px;
  overflow: hidden;
  padding: 60px;
}
.svc-orbit-center {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #d40000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 24px 70px rgba(212, 0, 0, 0.25);
  z-index: 2;
}
.svc-orbit-center span {
  font-size: 42px;
  font-weight: 900;
}
.svc-orbit-center strong {
  font-size: 18px;
  line-height: 1.2;
}
.svc-orbit-service {
  position: absolute;
  width: 210px;
  min-height: 145px;
  background: #fff;
  color: #111 !important;
  text-decoration: none;
  border-radius: 22px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  transition: 0.35s;
  animation: svcOrbitFloat 4s ease-in-out infinite;
}
.svc-orbit-service:hover {
  transform: scale(1.05);
  box-shadow: 0 28px 75px rgba(212, 0, 0, 0.16);
}
.svc-orbit-service i {
  color: #d40000;
  font-size: 22px;
  margin-bottom: 8px;
}
.svc-orbit-service strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 6px;
}
.svc-orbit-service small {
  display: block;
  color: #666;
  font-size: 12px;
}
.svc-orbit-1 {
  top: 30px;
  left: 50%;
  margin-left: -105px;
}
.svc-orbit-2 {
  right: 8%;
  top: 18%;
  animation-delay: 0.3s;
}
.svc-orbit-3 {
  right: 8%;
  bottom: 18%;
  animation-delay: 0.6s;
}
.svc-orbit-4 {
  bottom: 30px;
  left: 50%;
  margin-left: -105px;
  animation-delay: 0.9s;
}
.svc-orbit-5 {
  left: 8%;
  bottom: 18%;
  animation-delay: 1.2s;
}
.svc-orbit-6 {
  left: 8%;
  top: 18%;
  animation-delay: 1.5s;
}
.svc-orbit-7 {
  top: 50%;
  right: 50%;
  margin-right: 145px;
  margin-top: -72px;
  animation-delay: 1.8s;
}
@keyframes svcOrbitFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}
.svc-enquiry {
  align-items: center !important;
  background: linear-gradient(135deg, #d40000, #151515) !important;
}
.svc-enquiry h3,
.svc-enquiry p {
  color: #fff !important;
}
.svc-enquiry .svc-red-btn {
  background: #fff !important;
  color: #d40000 !important;
  min-width: 180px !important;
}
.svc-enquiry .svc-red-btn:hover {
  background: #111 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .svc-orbit-layout {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }
  .svc-orbit-center,
  .svc-orbit-service {
    position: static !important;
    width: 100%;
    min-height: auto;
    margin: 0 !important;
    animation: none !important;
  }
  .svc-commercial-body p {
    min-height: auto;
  }
  .svc-pyramid-card {
    width: 100%;
  }
}

/* === FINAL FIX 2026-07: Services dropdown close behavior + clean alignment === */
.navbar,
.navbar .container,
.navbar-collapse,
.navbar-nav,
.vc-services-nav {
  overflow: visible !important;
}
.vc-services-nav {
  position: relative !important;
  z-index: 100000 !important;
}
.vc-services-dropdown {
  width: 290px !important;
  min-width: 290px !important;
  padding: 10px !important;
  border-radius: 14px !important;
  overflow: visible !important;
  z-index: 100000 !important;
}
.vc-services-dropdown .dropdown-submenu {
  position: relative !important;
}
.vc-services-dropdown .submenu-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  gap: 16px !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  line-height: 1.2 !important;
}
.vc-services-dropdown .submenu-toggle i {
  flex: 0 0 auto !important;
  margin-left: 12px !important;
  font-size: 13px !important;
}
.vc-services-dropdown .dropdown-submenu > .vc-nested-menu,
.vc-services-dropdown .dropdown-submenu > .svc-nested-menu,
.vc-services-dropdown .dropdown-submenu > .dropdown-menu {
  display: none !important;
}
.vc-services-dropdown .dropdown-submenu.open > .vc-nested-menu,
.vc-services-dropdown .dropdown-submenu.open > .svc-nested-menu,
.vc-services-dropdown .dropdown-submenu.open > .dropdown-menu {
  display: block !important;
}
.vc-services-dropdown .dropdown-submenu.open > .submenu-toggle,
.vc-services-dropdown .dropdown-submenu:hover > .submenu-toggle {
  background: #d40000 !important;
  color: #fff !important;
}
.vc-services-dropdown .dropdown-submenu > .vc-nested-menu,
.vc-services-dropdown .dropdown-submenu > .svc-nested-menu,
.vc-services-dropdown .dropdown-submenu > .dropdown-menu {
  position: absolute !important;
  left: calc(100% + 8px) !important;
  top: 0 !important;
  width: 315px !important;
  min-width: 315px !important;
  max-height: 360px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 10px !important;
  border-radius: 14px !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18) !important;
  background: #fff !important;
  border: 0 !important;
  z-index: 100001 !important;
}
.vc-services-dropdown .vc-nested-menu .dropdown-item,
.vc-services-dropdown .svc-nested-menu .dropdown-item {
  padding: 11px 13px !important;
  border-radius: 9px !important;
  font-weight: 600 !important;
  color: #111 !important;
  white-space: normal !important;
}
.vc-services-dropdown .vc-nested-menu .dropdown-item:hover,
.vc-services-dropdown .svc-nested-menu .dropdown-item:hover {
  background: #d40000 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .vc-services-dropdown {
    width: 100% !important;
    min-width: 100% !important;
    position: static !important;
  }
  .vc-services-dropdown .dropdown-submenu > .vc-nested-menu,
  .vc-services-dropdown .dropdown-submenu > .svc-nested-menu,
  .vc-services-dropdown .dropdown-submenu > .dropdown-menu {
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    max-height: 260px !important;
    box-shadow: none !important;
    margin: 6px 0 8px 10px !important;
    border-left: 3px solid #d40000 !important;
  }
}

/* === FINAL FIX 2026-07: Additional Services circular layout aligned properly === */
.svc-orbit-layout {
  position: relative !important;
  min-height: 720px !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 40px !important;
  border-radius: 42px !important;
  overflow: visible !important;
  background: radial-gradient(
    circle at center,
    #fff 0,
    #fff 34%,
    #f8f8f8 35%,
    #f8f8f8 100%
  ) !important;
}
.svc-orbit-center {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 190px !important;
  height: 190px !important;
  z-index: 5 !important;
}
.svc-orbit-service {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 220px !important;
  min-height: 155px !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  transform: translate(-50%, -50%) translate(var(--orbit-x), var(--orbit-y)) !important;
  animation: vcOrbitFloatFixed 4s ease-in-out infinite !important;
  z-index: 3 !important;
}
.svc-orbit-service:hover {
  transform: translate(-50%, -50%) translate(var(--orbit-x), var(--orbit-y))
    scale(1.045) !important;
}
.svc-orbit-1 {
  --orbit-x: 0px;
  --orbit-y: -255px;
}
.svc-orbit-2 {
  --orbit-x: 335px;
  --orbit-y: -165px;
}
.svc-orbit-3 {
  --orbit-x: 335px;
  --orbit-y: 165px;
}
.svc-orbit-4 {
  --orbit-x: 0px;
  --orbit-y: 255px;
}
.svc-orbit-5 {
  --orbit-x: -335px;
  --orbit-y: 165px;
}
.svc-orbit-6 {
  --orbit-x: -335px;
  --orbit-y: -165px;
}
.svc-orbit-7 {
  --orbit-x: -415px;
  --orbit-y: 0px;
}
@keyframes vcOrbitFloatFixed {
  0%,
  100% {
    transform: translate(-50%, -50%) translate(var(--orbit-x), var(--orbit-y));
  }
  50% {
    transform: translate(-50%, -50%)
      translate(var(--orbit-x), calc(var(--orbit-y) - 12px));
  }
}
@media (max-width: 1100px) {
  .svc-orbit-layout {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding: 28px !important;
  }
  .svc-orbit-center,
  .svc-orbit-service {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    min-height: 145px !important;
    margin: 0 !important;
    animation: none !important;
  }
  .svc-orbit-center {
    grid-column: 1/-1;
    max-width: 220px !important;
    height: 220px !important;
    margin: 0 auto 10px !important;
  }
}
@media (max-width: 575px) {
  .svc-orbit-layout {
    grid-template-columns: 1fr !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }
  .svc-orbit-center {
    height: 180px !important;
    max-width: 180px !important;
  }
}
.svc-enquiry .svc-red-btn,
.svc-enquiry a.svc-red-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 190px !important;
  background: #fff !important;
  color: #d40000 !important;
  border: 2px solid #fff !important;
  font-weight: 900 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
}
.svc-enquiry .svc-red-btn:hover,
.svc-enquiry a.svc-red-btn:hover {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

/* VC Services final layout correction: equal orbit boxes, aligned commercial buttons, animated pyramid */
.svc-orbit-layout {
  min-height: 660px !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 34px !important;
  overflow: visible !important;
  border-radius: 44px !important;
  background: radial-gradient(
    circle at center,
    #fff 0,
    #fff 33%,
    #fff3f3 34%,
    #f8f8f8 36%,
    #f8f8f8 100%
  ) !important;
}
.svc-orbit-center {
  width: 180px !important;
  height: 180px !important;
  border-radius: 50% !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.svc-orbit-service {
  width: 205px !important;
  min-height: 165px !important;
  height: 165px !important;
  padding: 16px !important;
  border-radius: 22px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  left: 50% !important;
  top: 50% !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) translate(var(--orbit-x), var(--orbit-y)) !important;
  animation: svcOrbitFloatClean 4.2s ease-in-out infinite !important;
}
.svc-orbit-service:hover {
  transform: translate(-50%, -50%) translate(var(--orbit-x), var(--orbit-y))
    scale(1.04) !important;
}
.svc-orbit-service strong {
  font-size: 15px !important;
  line-height: 1.25 !important;
  margin-bottom: 7px !important;
}
.svc-orbit-service small {
  font-size: 12px !important;
  line-height: 1.35 !important;
  display: block !important;
  max-height: 52px !important;
  overflow: hidden !important;
}
.svc-orbit-1 {
  --orbit-x: 0px !important;
  --orbit-y: -235px !important;
}
.svc-orbit-2 {
  --orbit-x: 285px !important;
  --orbit-y: -145px !important;
}
.svc-orbit-3 {
  --orbit-x: 285px !important;
  --orbit-y: 145px !important;
}
.svc-orbit-4 {
  --orbit-x: 0px !important;
  --orbit-y: 235px !important;
}
.svc-orbit-5 {
  --orbit-x: -285px !important;
  --orbit-y: 145px !important;
}
.svc-orbit-6 {
  --orbit-x: -285px !important;
  --orbit-y: -145px !important;
}
.svc-orbit-7 {
  --orbit-x: -285px !important;
  --orbit-y: 0px !important;
}
@keyframes svcOrbitFloatClean {
  0%,
  100% {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
  }
}
@media (max-width: 1050px) {
  .svc-orbit-layout {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding: 26px !important;
    overflow: hidden !important;
  }
  .svc-orbit-center,
  .svc-orbit-service {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 150px !important;
    margin: 0 !important;
    animation: none !important;
  }
  .svc-orbit-center {
    grid-column: 1/-1;
    max-width: 190px !important;
    height: 190px !important;
    margin: 0 auto 10px !important;
  }
}
@media (max-width: 575px) {
  .svc-orbit-layout {
    grid-template-columns: 1fr !important;
    padding: 18px !important;
  }
  .svc-orbit-center {
    max-width: 170px !important;
    height: 170px !important;
  }
}

.svc-commercial-page .row {
  align-items: stretch !important;
}
.svc-commercial-card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.svc-commercial-img {
  height: 190px !important;
  flex: 0 0 190px !important;
}
.svc-commercial-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  min-height: 292px !important;
}
.svc-commercial-body p {
  min-height: 78px !important;
  margin-bottom: 20px !important;
}
.svc-commercial-body .svc-red-btn,
.svc-commercial-body .vc-link-btn {
  margin-top: auto !important;
  align-self: flex-start !important;
}

.svc-pyramid-layout {
  perspective: 1000px !important;
}
.svc-pyramid-card {
  animation: svcPyramidRise 4.5s ease-in-out infinite !important;
  will-change: transform !important;
}
.svc-pyramid-row:nth-child(2) .svc-pyramid-card {
  animation-delay: 0.18s !important;
}
.svc-pyramid-row:nth-child(3) .svc-pyramid-card {
  animation-delay: 0.36s !important;
}
.svc-pyramid-card:hover {
  animation-play-state: paused !important;
  transform: translateY(-12px) scale(1.03) !important;
}
@keyframes svcPyramidRise {
  0%,
  100% {
    transform: translateY(0) rotateX(0deg);
  }
  50% {
    transform: translateY(-9px) rotateX(2deg);
  }
}

/* === VC final: Additional Services has 6 items, balanced orbit + mobile fix === */
.svc-additional-page .svc-orbit-layout {
  min-height: 640px !important;
  max-width: 1080px !important;
  overflow: visible !important;
  padding: 34px !important;
}
.svc-additional-page .svc-orbit-service {
  width: 210px !important;
  height: 165px !important;
  min-height: 165px !important;
  box-sizing: border-box !important;
}
.svc-additional-page .svc-orbit-1 {
  --orbit-x: 0px !important;
  --orbit-y: -225px !important;
}
.svc-additional-page .svc-orbit-2 {
  --orbit-x: 270px !important;
  --orbit-y: -115px !important;
}
.svc-additional-page .svc-orbit-3 {
  --orbit-x: 270px !important;
  --orbit-y: 115px !important;
}
.svc-additional-page .svc-orbit-4 {
  --orbit-x: 0px !important;
  --orbit-y: 225px !important;
}
.svc-additional-page .svc-orbit-5 {
  --orbit-x: -270px !important;
  --orbit-y: 115px !important;
}
.svc-additional-page .svc-orbit-6 {
  --orbit-x: -270px !important;
  --orbit-y: -115px !important;
}
.svc-additional-page .svc-orbit-7 {
  display: none !important;
}
@media (max-width: 1050px) {
  .svc-additional-page .svc-orbit-layout {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    min-height: auto !important;
    overflow: hidden !important;
    padding: 24px !important;
  }
  .svc-additional-page .svc-orbit-center {
    position: static !important;
    grid-column: 1/-1 !important;
    transform: none !important;
    margin: 0 auto 10px !important;
    width: 190px !important;
    height: 190px !important;
  }
  .svc-additional-page .svc-orbit-service {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 155px !important;
    margin: 0 !important;
    animation: none !important;
  }
}
@media (max-width: 575px) {
  .svc-additional-page .svc-orbit-layout {
    grid-template-columns: 1fr !important;
    padding: 16px !important;
    border-radius: 22px !important;
  }
  .svc-additional-page .svc-orbit-center {
    width: 165px !important;
    height: 165px !important;
  }
  .svc-additional-page .svc-orbit-service {
    min-height: 135px !important;
  }
}

/* === VC final: Gallery lightbox left/right buttons === */
.vc-lightbox {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.86) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 99999 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: 0.25s !important;
  padding: 24px !important;
}
.vc-lightbox.show {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.vc-lightbox img {
  max-width: min(92vw, 1100px) !important;
  max-height: 82vh !important;
  object-fit: contain !important;
  border-radius: 14px !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.45) !important;
  background: #fff !important;
}
.vc-lightbox-close,
.vc-lightbox-prev,
.vc-lightbox-next {
  position: absolute !important;
  border: none !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #d40000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25) !important;
  transition: 0.25s !important;
  cursor: pointer !important;
  z-index: 100001 !important;
}
.vc-lightbox-close {
  top: 22px !important;
  right: 26px !important;
  width: 42px !important;
  height: 42px !important;
  font-size: 28px !important;
  line-height: 1 !important;
}
.vc-lightbox-close svg,
.vc-lightbox-prev svg,
.vc-lightbox-next svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  pointer-events: none !important;
}
.vc-lightbox-close svg {
  width: 22px !important;
  height: 22px !important;
}
.vc-lightbox-prev,
.vc-lightbox-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 46px !important;
  height: 46px !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}
.vc-lightbox-prev {
  left: 28px !important;
}
.vc-lightbox-next {
  right: 28px !important;
}
.vc-lightbox-close:hover,
.vc-lightbox-prev:hover,
.vc-lightbox-next:hover {
  background: #d40000 !important;
  color: #fff !important;
  transform: translateY(-50%) scale(1.06) !important;
}
.vc-lightbox-close:hover {
  transform: scale(1.06) !important;
}
@media (max-width: 575px) {
  .vc-lightbox-prev,
  .vc-lightbox-next {
    width: 38px !important;
    height: 38px !important;
    font-size: 18px !important;
  }
  .vc-lightbox-prev {
    left: 10px !important;
  }
  .vc-lightbox-next {
    right: 10px !important;
  }
  .vc-lightbox-close {
    top: 12px !important;
    right: 12px !important;
  }
}

/* === VC Assets service layout correction: opposite pyramid + premium category strip === */
.vc-category-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  width: 100% !important;
  margin: 0 0 42px !important;
  padding: 34px 38px !important;
  border-radius: 28px !important;
  background: linear-gradient(
    105deg,
    #d40000 0%,
    #8d0000 38%,
    #181111 100%
  ) !important;
  color: #fff !important;
  box-shadow: 0 22px 65px rgba(212, 0, 0, 0.18) !important;
  overflow: hidden !important;
  position: relative !important;
  border-left: 7px solid #fff !important;
}
.vc-category-cta:before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: vcPulseCircle 4.5s ease-in-out infinite;
}
.vc-category-cta:after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -120px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.vc-category-cta .vc-category-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  color: #d40000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex: 0 0 auto;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
.vc-category-cta .vc-category-text {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
}
.vc-category-cta span {
  display: block !important;
  color: #fff !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  margin-bottom: 6px !important;
}
.vc-category-cta h2 {
  color: #fff !important;
  margin: 0 !important;
  font-size: clamp(28px, 4vw, 46px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
}
.vc-category-cta p {
  color: rgba(255, 255, 255, 0.86) !important;
  margin: 10px 0 0 !important;
  max-width: 720px !important;
  font-size: 15px !important;
}
.vc-category-cta .svc-red-btn {
  background: #fff !important;
  color: #d40000 !important;
  white-space: nowrap !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16) !important;
  position: relative;
  z-index: 2;
}
.vc-category-cta .svc-red-btn:hover {
  background: #111 !important;
  color: #fff !important;
}
@keyframes vcPulseCircle {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.16);
    opacity: 0.25;
  }
}

.svc-pyramid-layout.svc-pyramid-opposite {
  display: grid !important;
  gap: 24px !important;
  justify-items: center !important;
  position: relative !important;
}
.svc-pyramid-layout.svc-pyramid-opposite:before {
  content: "";
  position: absolute;
  inset: 10% 12%;
  background: linear-gradient(
    135deg,
    rgba(212, 0, 0, 0.08),
    rgba(255, 255, 255, 0)
  );
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 0;
  animation: vcPyramidGlow 5s ease-in-out infinite;
}
.svc-pyramid-layout.svc-pyramid-opposite .svc-pyramid-row {
  position: relative;
  z-index: 1;
  display: flex !important;
  gap: 24px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}
.svc-pyramid-layout.svc-pyramid-opposite
  .svc-pyramid-row:nth-child(1)
  .svc-pyramid-card {
  width: min(31%, 330px) !important;
}
.svc-pyramid-layout.svc-pyramid-opposite
  .svc-pyramid-row:nth-child(2)
  .svc-pyramid-card {
  width: min(42%, 360px) !important;
}
.svc-pyramid-layout.svc-pyramid-opposite
  .svc-pyramid-row:nth-child(3)
  .svc-pyramid-card {
  width: min(56%, 420px) !important;
}
.svc-pyramid-layout.svc-pyramid-opposite .svc-pyramid-card {
  min-height: 245px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  animation: vcPyramidFloat 4.8s ease-in-out infinite;
}
.svc-pyramid-layout.svc-pyramid-opposite .svc-pyramid-card:nth-child(2) {
  animation-delay: 0.45s;
}
@keyframes vcPyramidFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
@keyframes vcPyramidGlow {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@media (max-width: 991px) {
  .vc-category-cta {
    align-items: flex-start !important;
    flex-direction: column !important;
    padding: 28px !important;
    border-radius: 22px !important;
  }
  .vc-category-cta .svc-red-btn {
    width: auto !important;
  }
  .svc-pyramid-layout.svc-pyramid-opposite .svc-pyramid-row,
  .svc-pyramid-layout.svc-pyramid-opposite
    .svc-pyramid-row:nth-child(n)
    .svc-pyramid-card {
    width: 100% !important;
  }
  .svc-pyramid-layout.svc-pyramid-opposite:before {
    display: none !important;
  }
  .svc-pyramid-layout.svc-pyramid-opposite .svc-pyramid-card {
    animation: none !important;
    min-height: auto !important;
  }
}

/* =========================================================
   VC Assets premium service section headers
   Applies only to the four main services pages.
   ========================================================= */
body.service-main-page .vc-category-head {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  padding: 34px 42px !important;
  margin: 0 0 42px !important;
  border-radius: 28px !important;
  background: linear-gradient(
    135deg,
    rgba(212, 0, 0, 0.96) 0%,
    rgba(155, 0, 0, 0.96) 48%,
    rgba(30, 30, 30, 0.98) 100%
  ) !important;
  color: #fff !important;
  box-shadow:
    0 22px 50px rgba(212, 0, 0, 0.22),
    0 10px 35px rgba(0, 0, 0, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  isolation: isolate !important;
}
body.service-main-page .vc-category-head::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(255, 255, 255, 0.26),
      transparent 26%
    ),
    linear-gradient(
      120deg,
      transparent 0 26%,
      rgba(255, 255, 255, 0.1) 26% 31%,
      transparent 31% 58%,
      rgba(255, 255, 255, 0.08) 58% 63%,
      transparent 63%
    ) !important;
  opacity: 0.75 !important;
  z-index: -2 !important;
}
body.service-main-page .vc-category-head::after {
  content: "" !important;
  position: absolute !important;
  top: -80% !important;
  left: -35% !important;
  width: 28% !important;
  height: 260% !important;
  transform: rotate(28deg) !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.42),
    transparent
  ) !important;
  opacity: 0 !important;
  z-index: -1 !important;
  transition: all 0.85s ease !important;
}
body.service-main-page .vc-category-head:hover::after {
  left: 115% !important;
  opacity: 1 !important;
}
body.service-main-page .vc-category-head .vc-category-icon,
body.service-main-page .vc-category-head > i {
  width: 76px !important;
  height: 76px !important;
  min-width: 76px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #d40000 !important;
  color: #fff !important;
  font-size: 30px !important;
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.13),
    0 14px 30px rgba(0, 0, 0, 0.24) !important;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
}
body.service-main-page .vc-category-head .vc-category-icon i {
  color: #fff !important;
  font-size: 30px !important;
}
body.service-main-page .vc-category-head .vc-category-text,
body.service-main-page .vc-category-head > div {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
body.service-main-page .vc-category-head span {
  display: block !important;
  color: rgba(255, 255, 255, 0.92) !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  margin-bottom: 8px !important;
}
body.service-main-page .vc-category-head h2 {
  color: #fff !important;
  font-family: "Oswald", "Montserrat", sans-serif !important;
  font-size: clamp(30px, 4vw, 54px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0.2px !important;
  margin: 0 !important;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.18) !important;
}
body.service-main-page .vc-category-head p {
  color: rgba(255, 255, 255, 0.92) !important;
  margin: 10px 0 0 !important;
  max-width: 780px !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}
body.service-main-page .vc-category-head .svc-red-btn {
  flex: 0 0 auto !important;
  background: #fff !important;
  color: #d40000 !important;
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18) !important;
}
body.service-main-page .vc-category-head .svc-red-btn:hover {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}
@media (max-width: 991px) {
  body.service-main-page .vc-category-head {
    padding: 28px 26px !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
  }
  body.service-main-page .vc-category-head .svc-red-btn {
    margin-top: 6px !important;
  }
}
@media (max-width: 575px) {
  body.service-main-page .vc-category-head {
    flex-direction: column !important;
    text-align: center !important;
    padding: 28px 18px !important;
    border-radius: 22px !important;
  }
  body.service-main-page .vc-category-head .vc-category-icon,
  body.service-main-page .vc-category-head > i {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    font-size: 26px !important;
  }
}

/* Premium contact-style hero overlay for selected service/category pages */
.vc-residential-premium-hero {
  position: relative !important;
  min-height: 390px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(212, 0, 0, 0.55)),
    var(--page-bg) !important;
  background-size: cover !important;
  background-position: var(--hero-pos, center) !important;
  color: #fff !important;
  animation: vcHeroFadeIn 0.9s ease both !important;
}
.vc-residential-premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 82% 22%,
      rgba(255, 255, 255, 0.16),
      transparent 28%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
  z-index: -1;
}
.vc-residential-premium-hero::after {
  display: none !important;
}
.vc-residential-premium-hero .container {
  position: relative;
  z-index: 2;
}
.vc-residential-premium-hero h1 {
  color: #fff !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.38);
}
.vc-residential-premium-hero .breadcrumb-vc {
  color: #fff !important;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.36);
}
@keyframes vcHeroFadeIn {
  from {
    opacity: 0;
    transform: scale(1.015);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 575px) {
  .vc-residential-premium-hero {
    min-height: 300px !important;
    background-position: center !important;
  }
}
