/* Dreamnest custom brand layer: loaded after the default skin. */
:root {
  --dreamnest-primary: #0c47a9;
  --dreamnest-secondary: #19afd8;
  --dreamnest-gradient: linear-gradient(
    135deg,
    var(--dreamnest-primary) 0%,
    var(--dreamnest-secondary) 100%
  );
  --dreamnest-gradient-reverse: linear-gradient(
    135deg,
    var(--dreamnest-secondary) 0%,
    var(--dreamnest-primary) 100%
  );
  --dreamnest-dark: #071b3d;
  --dreamnest-light: #eef6ff;
  --dreamnest-border: #dfe8f3;
  --dreamnest-text-muted: #62718a;
  --dreamnest-white: #ffffff;
  --dreamnest-surface: #faf9f6;
  --dreamnest-radius-card: 16px;
  --dreamnest-radius-pill: 999px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#main-header-1 {
  z-index: 999;
  top: 0px;
  background-color: #fff;
}

html,
body {
  height: auto;
}

.container,
.myContainer {
  width: min(100% - 60px, 1200px) !important;
  max-width: none;
  margin: 0 auto;
}

.full_container {
  width: calc(100% - 60px) !important;
  margin: 0 auto;
}

#page_scroller {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
  box-shadow: 0 12px 25px rgba(12, 71, 169, 0.28);
  font-size: 14px;
  line-height: 1;
}

#page_scroller:hover {
  color: var(--dreamnest-white);
  transform: translateY(-3px);
}

.section_block {
  padding: clamp(50px, 5vw, 80px) 0;
}

.section_block_2 {
  padding: clamp(50px, 5vw, 60px) 0;
}

button,
.btn,
.button-theme,
.btn-theme,
input[type="submit"],
input[type="button"] {
  border-radius: var(--dreamnest-radius-pill) !important;
}

.card,
.property-box,
.serviceinfo,
.popular-places,
.blog-2,
.testimonial-info,
.dn-location-card,
.dn-why-card,
.fl-step,
.fl-submit-card {
  border-radius: var(--dreamnest-radius-card);
}

.property-box,
.popular-places,
.blog-2,
.testimonial-info,
.dn-location-card {
  overflow: hidden;
}

.button-theme,
.contact-section .form-section .btn-theme,
.intro-section-2 .btn,
.enquire-floating .button-theme,
.btn-secton .carousel-indicators .active,
.testimonial-3 .carousel-indicators li.active {
  color: var(--dreamnest-white);
  border-color: transparent;
  background: var(--dreamnest-gradient);
}

.button-theme:hover,
.button-theme:focus,
.contact-section .form-section .btn-theme:hover,
.intro-section-2 .btn:hover,
.enquire-floating .button-theme:hover {
  color: var(--dreamnest-white);
  border-color: transparent;
  background: var(--dreamnest-gradient-reverse);
}

.button-theme::before,
.button-theme::after {
  background: transparent !important;
}

.main-title-3 p,
.main-title-5 p,
.main-title-2 .section-subtitle {
  color: var(--dreamnest-secondary);
}

.main-title-2 .section-subtitle::before {
  background: var(--dreamnest-secondary);
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover,
.main-header .navbar-expand-lg .navbar-nav .nav-link.active,
.main-header .navbar-expand-lg .navbar-nav .nav-link:focus,
a:hover,
.read-more:hover {
  color: var(--dreamnest-secondary);
}

.form-control:focus,
.bootstrap-select .dropdown-toggle:focus,
.form-select:focus {
  border-color: var(--dreamnest-secondary) !important;
  box-shadow: 0 0 0 0.2rem rgba(25, 175, 216, 0.16) !important;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover,
.nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
  color: var(--dreamnest-white);
  border-color: var(--dreamnest-primary);
  background: var(--dreamnest-gradient);
}

.top-header,
.header-with-top2,
.counters-2,
.main-footer .footer-inner {
  background-color: var(--dreamnest-primary);
}

/* Modern public header — presentation only, keeps the existing header markup intact. */
#top-header-1.top-header {
  min-height: 38px;
  padding: 7px 0;
  background: var(--dreamnest-primary);
}

#top-header-1 .top-social-media {
  display: flex;
  align-items: center;
  gap: 8px;
}

#top-header-1 .top-social-media li {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#top-header-1 .top-social-media li + li {
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

#top-header-1 .top-social-media .sign-in {
  color: var(--dreamnest-white);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1;
  padding: 8px 12px;
}

#top-header-1 .top-social-media .sign-in:hover {
  color: var(--dreamnest-white);
  opacity: 0.82;
}

#main-header-1.main-header {
  border-bottom: 1px solid rgba(12, 71, 169, 0.1);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 28px rgba(12, 35, 78, 0.07);
  backdrop-filter: blur(14px);
}

#main-header-1 .navbar {
  min-height: 82px;
  padding: 10px 0;
}

/* Tailwind's `collapse` utility must not override Bootstrap's navbar state. */
#main-header-1 .navbar-collapse.collapse {
  visibility: visible;
}

@media (min-width: 992px) {
  #main-header-1 .navbar-collapse.collapse {
    display: flex !important;
    visibility: visible;
  }
}

#main-header-1 .logos {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  padding: 0;
}

#main-header-1 .logos img {
  width: auto;
  height: 58px;
  object-fit: contain;
}

#main-header-1 .navbar-nav {
  align-items: center;
  gap: 3px;
}

#main-header-1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 0;
  padding: 9px 10px;
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

#main-header-1 .navbar-expand-lg .navbar-nav .nav-link:hover,
#main-header-1 .navbar-expand-lg .navbar-nav .nav-link:focus,
#main-header-1 .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link {
  color: var(--dreamnest-primary);
  /* background: rgba(25, 175, 216, .11); */
}

#main-header-1 .dropdown-menu {
  min-width: 210px;
  margin-top: 12px;
  padding: 9px;
  border: 1px solid rgba(12, 71, 169, 0.1);
  border-radius: var(--dreamnest-radius-card);
  box-shadow: 0 16px 36px rgba(12, 35, 78, 0.14);
}

#main-header-1 .dropdown-menu .dropdown-item {
  padding: 9px 11px;
  border-radius: 10px;
  color: var(--dreamnest-dark);
  font-size: 13px;
  font-weight: 600;
}

#main-header-1 .dropdown-menu .dropdown-item:hover,
#main-header-1 .dropdown-menu .dropdown-item:focus {
  color: var(--dreamnest-primary);
  background: rgba(25, 175, 216, 0.1);
}

#main-header-1 .form-search form {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-right: 15px;
  padding: 4px 5px 4px 14px;
  border: 1px solid rgba(12, 71, 169, 0.15);
  border-radius: var(--dreamnest-radius-pill);
  background: #f8fbff;
}

#main-header-1 .form-search .form-group {
  margin: 0;
}

#main-header-1 .form-search .form-control {
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  color: var(--dreamnest-dark);
  font-size: 13px;
}

#main-header-1 .form-search .btn {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
}

#main-header-1.header-shrink,
#main-header-1.small {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 10px 28px rgba(12, 35, 78, 0.12) !important;
}

.nav-sidebar {
  background: var(--dreamnest-primary);
  box-shadow: 14px 0 32px rgba(7, 27, 61, 0.18);
}

.nav-sidebar .sidebar-inner {
  background: linear-gradient(
    160deg,
    var(--dreamnest-primary),
    var(--dreamnest-secondary)
  );
}

.nav-sidebar #dismiss,
.nav-sidebar .sidebar-logo,
.nav-sidebar .get-in-touch,
.nav-sidebar .get-social {
  border-color: rgba(255, 255, 255, 0.18);
}

@media (max-width: 991.98px) {
  #main-header-1 .navbar {
    min-height: 64px;
    padding: 5px 0;
  }

  #main-header-1 .logos {
    margin-right: auto;
  }

  #main-header-1 .logos img {
    height: 42px;
    margin: 0;
  }

  #main-header-1 .isa-3.button-default,
  #main-header-1 .navbar-toggler {
    display: inline-flex;
    width: 40px !important;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    padding: 0 !important;
    border: 1px solid rgba(12, 71, 169, 0.13);
    border-radius: var(--dreamnest-radius-pill);
    color: var(--dreamnest-primary);
    background: #f4faff;
    font-size: 15px;
  }

  #main-header-1 .navbar-toggler {
    color: var(--dreamnest-white);
    border-color: transparent;
    background: var(--dreamnest-gradient);
  }
}

@media (max-width: 575.98px) {
  #main-header-1 .logos img {
    height: 36px;
  }

  #main-header-1 .isa-3.button-default,
  #main-header-1 .navbar-toggler {
    width: 34px !important;
    height: 34px;
    margin-left: 3px;
    font-size: 13px;
  }
}

/* Minimal mobile header and drawer. */
.nav-sidebar {
  width: 320px;
  left: -320px;
  color: var(--dreamnest-dark);
  background: var(--dreamnest-surface);
  box-shadow: 12px 0 36px rgba(7, 27, 61, 0.16);
}

.nav-sidebar .sidebar-inner {
  min-height: 100%;
  background: var(--dreamnest-surface);
}

.nav-sidebar #dismiss {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-primary);
  background: #edf5fc;
  font-size: 16px;
}

.nav-sidebar .sidebar-logo {
  padding: 22px 24px 17px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.12);
}

.nav-sidebar .sidebar-logo img {
  width: 132px;
}

.nav-sidebar .sidebar-navigation {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.1);
}

.nav-sidebar .sidebar-navigation ul li a {
  padding: 11px 10px;
  border-radius: 10px;
  color: var(--dreamnest-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.nav-sidebar .sidebar-navigation ul li:hover > a,
.nav-sidebar .sidebar-navigation ul li.selected > a {
  color: var(--dreamnest-primary);
  background: #edf5fc;
}

.nav-sidebar .sidebar-navigation ul li ul li a {
  padding: 8px 10px 8px 20px;
  color: #5c6c81;
  font-size: 12px;
}

.nav-sidebar .sidebar-inner h3 {
  margin-bottom: 14px;
  padding: 0;
  color: var(--dreamnest-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.nav-sidebar .get-in-touch,
.nav-sidebar .get-social {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.1);
}

.nav-sidebar .get-in-touch .get-in-touch-box {
  margin-bottom: 9px;
}

.nav-sidebar .get-in-touch .get-in-touch-box i {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 10px;
  color: var(--dreamnest-primary);
  background: #edf5fc;
  font-size: 14px;
  line-height: 34px;
}

.nav-sidebar .get-in-touch .get-in-touch-box a {
  color: #53647a;
  font-size: 13px;
  line-height: 34px;
}

.nav-sidebar .get-social a {
  width: 34px;
  height: 34px;
  margin-right: 5px;
  border: 1px solid rgba(12, 71, 169, 0.1);
  border-radius: 10px;
  color: var(--dreamnest-primary);
  background: var(--dreamnest-white);
  box-shadow: none;
  font-size: 14px;
  line-height: 32px;
}

@media (max-width: 991.98px) {
  #top-header-1 {
    display: none !important;
  }

  #main-header-1.main-header {
    border-bottom-color: rgba(12, 71, 169, 0.1);
    background: var(--dreamnest-surface);
    box-shadow: 0 4px 16px rgba(7, 27, 61, 0.06);
  }

  #main-header-1 .navbar {
    min-height: 66px;
  }

  #main-header-1 .isa-3.button-default {
    display: none !important;
  }

  #main-header-1 .navbar-toggler {
    width: 42px !important;
    height: 42px;
    margin-left: 0;
    color: var(--dreamnest-white);
    background: var(--dreamnest-primary);
    box-shadow: none;
  }
}

@media (max-width: 575.98px) {
  .nav-sidebar {
    width: min(88vw, 320px);
    left: calc(-1 * min(88vw, 320px));
  }
}

/* Premium home-banner content. */
#banner::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 27, 61, 0.82) 0%,
    rgba(12, 71, 169, 0.48) 48%,
    rgba(7, 27, 61, 0.18) 100%
  );
  pointer-events: none;
}

#banner .carousel-caption {
  z-index: 3;
  padding: 0;
  text-align: left;
}

#banner .carousel-content {
  display: flex;
  align-items: center;
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}

#banner .dn-hero-content {
  width: min(100%, 980px);
  padding: 10px 0 40px;
}

#banner .dn-hero-copy {
  max-width: 820px;
}

#banner .dn-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 15px;
  border: 1px solid rgba(25, 175, 216, 0.86);
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-white);
  background: rgba(12, 71, 169, 0.34);
  box-shadow: 0 8px 20px rgba(7, 27, 61, 0.16);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#banner .dn-hero-eyebrow i {
  color: var(--dreamnest-secondary);
}

#banner .dn-hero-copy h1 {
  max-width: 800px;
  margin: 0;
  color: var(--dreamnest-white);
  font-family: "Jost", sans-serif;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 0.98;
}

#banner .dn-hero-copy h1 span {
  color: var(--dreamnest-white);
}

#banner .dn-hero-copy h1 em {
  margin-top: 7px;
  color: var(--dreamnest-secondary);
  font-family: Georgia, serif;
  font-size: 0.84em;
  font-weight: 500;
  letter-spacing: -2px;
}

#banner .dn-hero-copy p {
  max-width: 490px;
  margin: 20px 0 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

#banner .dn-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0px;
}

#banner .dn-hero-stats > div {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 150px;
  padding: 8px 13px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--dreamnest-radius-pill);
  background: rgba(7, 27, 61, 0.36);
  backdrop-filter: blur(5px);
}

#banner .dn-hero-stats i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-primary);
  background: var(--dreamnest-white);
  font-size: 12px;
}

#banner .dn-hero-stats span {
  display: grid;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.1;
  text-transform: uppercase;
}

#banner .dn-hero-stats strong {
  color: var(--dreamnest-white);
  font-size: 14px;
  font-weight: 700;
}

#banner .inline-search-area {
  width: min(100%, 980px);
  margin: 0;
}

#banner .inline-search-area form {
  margin: 0;
}

#banner .inline-search-area .grid {
  gap: 8px;
}

#banner .inline-search-area .search-fields,
#banner .inline-search-area .bootstrap-select > .dropdown-toggle,
#banner .inline-search-area .form-control {
  min-height: 54px;
  border: 0 !important;
  border-radius: var(--dreamnest-radius-card) !important;
  background: var(--dreamnest-white) !important;
  box-shadow: 0 10px 28px rgba(7, 27, 61, 0.14) !important;
  color: var(--dreamnest-dark) !important;
  font-size: 13px;
}

#banner .inline-search-area .bootstrap-select,
#banner .inline-search-area .bootstrap-select > .dropdown-toggle {
  width: 100% !important;
}

#banner .inline-search-area .bootstrap-select > .dropdown-toggle {
  padding: 0 18px;
}

#banner .inline-search-area .form-control {
  padding: 0 18px !important;
}

#banner .inline-search-area .form-control::placeholder {
  color: #718098;
}

#banner .inline-search-area .btn-search {
  min-height: 54px;
  padding: 0 25px;
  border-radius: var(--dreamnest-radius-pill) !important;
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
  box-shadow: 0 10px 24px rgba(12, 71, 169, 0.32);
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-radius: 16px;
}

#banner .inline-search-area .btn-search::before {
  content: "\f002";
  margin-right: 9px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Keep the original four-tile slider intact: it supplies the banner transition.
   The component stylesheet sizes the image across the four clipped tiles, which
   keeps the visual fully covered while allowing BoxesFx transforms to run. */
#banner #boxgallery,
#banner #boxgallery .panel {
  width: 100% !important;
  height: 100% !important;
}

/* Keep every transition tile visible and correctly aligned. */
#banner #boxgallery .panel .bg-tile {
  display: block !important;
  width: 50% !important;
  height: 50% !important;
  opacity: 1 !important;
}

#banner #boxgallery .panel .bg-tile:nth-child(2),
#banner #boxgallery .panel .bg-tile:nth-child(4) {
  top: 0;
  left: 50%;
}

#banner #boxgallery .panel .bg-tile:nth-child(3),
#banner #boxgallery .panel .bg-tile:nth-child(4) {
  top: 50%;
}

#banner #boxgallery .panel .bg-img {
  width: 100% !important;
  height: 100% !important;
}

#banner #boxgallery .panel .bg-img img {
  width: 200% !important;
  height: auto !important;
  max-width: none !important;
}

#banner #boxgallery .panel .bg-tile:nth-child(2) .bg-img img,
#banner #boxgallery .panel .bg-tile:nth-child(4) .bg-img img {
  left: -100% !important;
}

#banner #boxgallery .panel .bg-tile:nth-child(3) .bg-img img,
#banner #boxgallery .panel .bg-tile:nth-child(4) .bg-img img {
  top: -100% !important;
}

@media (max-aspect-ratio: 1280/850) {
  #banner #boxgallery .panel .bg-img img {
    width: auto !important;
    height: 200% !important;
  }
}

@media (max-width: 991.98px) {
  #banner .dn-hero-content {
    padding: 28px 0;
  }

  #banner .dn-hero-copy h1 {
    font-size: clamp(38px, 7vw, 58px);
  }

  #banner .dn-hero-stats {
    margin: 22px 0 18px;
  }

  #banner .dn-hero-stats > div {
    min-width: 136px;
  }
}

@media (max-width: 767.98px) {
  #banner .banner-max-height {
    height: 640px;
  }

  #banner .dn-hero-content {
    padding: 32px 0 20px;
  }

  #banner .dn-hero-eyebrow {
    margin-bottom: 15px;
    padding: 7px 12px;
    font-size: 9px;
    letter-spacing: 2px;
  }

  #banner .dn-hero-copy h1 {
    font-size: clamp(36px, 11vw, 49px);
    letter-spacing: -1.2px;
  }

  #banner .dn-hero-copy p {
    margin-top: 15px;
    font-size: 14px;
  }

  #banner .dn-hero-stats {
    display: none;
  }

  #banner .inline-search-area.isa-3 {
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
  }

  #banner .inline-search-area.isa-3 form,
  #banner .inline-search-area.isa-3 .grid {
    width: 100%;
    max-width: 100%;
  }

  #banner .inline-search-area.isa-3 .grid {
    display: flex !important;
    gap: 8px;
  }

  #banner .inline-search-area.isa-3 .grid > div {
    width: calc(50% - 4px);
    flex: 1 1 0;
    min-width: 0;
  }

  #banner .inline-search-area.isa-3 .btn-search {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
  }

  #banner .inline-search-area .search-fields,
  #banner .inline-search-area .bootstrap-select > .dropdown-toggle,
  #banner .inline-search-area .form-control,
  #banner .inline-search-area .btn-search {
    min-height: 48px;
  }
}

/* Standalone production header: no Bootstrap navigation dependency. */
.dn-site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  border-bottom: 1px solid rgba(12, 71, 169, 0.1);
  background: rgba(250, 249, 246, 0.94);
  backdrop-filter: blur(16px);
  transition:
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.dn-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 9px 26px rgba(7, 27, 61, 0.1);
}

.dn-header-bar {
  min-height: 76px;
  gap: 24px;
}

.dn-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  transition: transform 0.2s ease;
}

.dn-brand:hover {
  transform: translateY(-1px);
}

.dn-brand img {
  display: block;
  width: auto;
  height: 50px;
  object-fit: contain;
}

.dn-desktop-header {
  min-width: 0;
  gap: 16px;
}

.dn-desktop-nav {
  min-width: 0;
}

.dn-desktop-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dn-menu-item {
  position: relative;
}

.dn-menu-item > a,
.dn-menu-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 10px;
  border: 0;
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-dark);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 1;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.dn-menu-trigger {
  cursor: pointer;
}

.dn-menu-item > a:hover,
.dn-menu-trigger:hover,
.dn-menu-item.is-open > .dn-menu-trigger {
  color: var(--dreamnest-primary);
  background: transparent;
}

.dn-menu-item > a::before,
.dn-menu-item > a::after,
.dn-menu-trigger::before,
.dn-menu-trigger::after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 0;
  height: 2px;
  border-radius: var(--dreamnest-radius-pill);
  transition: width 0.22s ease;
}

.dn-menu-item > a::before,
.dn-menu-trigger::before {
  left: 50%;
  background: var(--dreamnest-primary);
}

.dn-menu-item > a::after,
.dn-menu-trigger::after {
  right: 50%;
  background: var(--dreamnest-primary);
}

.dn-menu-item > a:hover::before,
.dn-menu-item > a:hover::after,
.dn-menu-trigger:hover::before,
.dn-menu-trigger:hover::after,
.dn-menu-item.is-open > .dn-menu-trigger::before,
.dn-menu-item.is-open > .dn-menu-trigger::after {
  width: 50%;
}

.dn-menu-trigger i {
  color: var(--dreamnest-secondary);
  font-size: 9px;
  transition: transform 0.2s ease;
}

.dn-menu-item.is-open > .dn-menu-trigger i {
  transform: rotate(180deg);
}

.dn-menu-item--contact > a {
  min-height: 36px;
  padding: 0 15px !important;
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
  box-shadow: 0 8px 18px rgba(12, 71, 169, 0.2);
}

.dn-menu-item--contact > a::before,
.dn-menu-item--contact > a::after {
  display: none;
}

.dn-menu-item--contact > a:hover {
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient-reverse);
  transform: translateY(-1px);
}

.dn-dropdown-menu,
.dn-submenu {
  position: absolute;
  z-index: 1050;
  margin: 0;
  padding: 8px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}

.dn-dropdown-menu {
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  border: 1px solid rgba(12, 71, 169, 0.1);
  border-radius: var(--dreamnest-radius-card);
  background: var(--dreamnest-white);
  box-shadow: 0 18px 42px rgba(7, 27, 61, 0.15);
}

.dn-menu-item.is-open > .dn-dropdown-menu,
.dn-submenu-item.is-open > .dn-submenu,
.dn-submenu-item:hover > .dn-submenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dn-dropdown-menu a,
.dn-submenu-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 11px;
  border: 0;
  border-radius: 10px !important;
  color: #4e6078;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    padding-left 0.18s ease;
}

.dn-submenu-trigger {
  cursor: pointer;
}

.dn-dropdown-menu a:hover,
.dn-submenu-trigger:hover,
.dn-submenu-item.is-open > .dn-submenu-trigger {
  padding-left: 15px;
  color: var(--dreamnest-primary);
  background: #edf7fb;
}

.dn-submenu-item {
  position: relative;
}

/* Invisible hover bridge keeps nested flyouts reachable across their visual gap. */
.dn-submenu-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 100%;
  width: 12px;
  height: calc(100% + 16px);
  background: transparent;
}

.dn-submenu {
  top: -8px;
  left: calc(100% + 7px);
  min-width: 200px;
  border: 1px solid rgba(12, 71, 169, 0.1);
  border-radius: var(--dreamnest-radius-card);
  background: var(--dreamnest-white);
  box-shadow: 0 18px 42px rgba(7, 27, 61, 0.15);
}

.dn-header-search {
  flex: 0 0 310px;
}

.dn-search-field {
  position: relative;
}

.dn-search-field > i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 13px;
  color: var(--dreamnest-secondary);
  font-size: 12px;
  transform: translateY(-50%);
}

.dn-search-field input {
  width: 100%;
  height: 42px;
  padding: 0 48px 0 33px;
  border: 1px solid rgba(12, 71, 169, 0.13);
  border-radius: var(--dreamnest-radius-pill);
  outline: 0;
  color: var(--dreamnest-dark);
  background: var(--dreamnest-white);
  font: inherit;
  font-size: 12px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.dn-search-field input:focus {
  border-color: var(--dreamnest-secondary);
  box-shadow: 0 0 0 4px rgba(25, 175, 216, 0.12);
}

.dn-search-submit {
  position: absolute;
  z-index: 2;
  top: 4px;
  right: 4px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--dreamnest-white);
  background: var(--dreamnest-primary);
  cursor: pointer;
  font-size: 12px;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.dn-search-submit:hover {
  background: var(--dreamnest-secondary);
  transform: translateX(2px);
}

.dn-search-results {
  position: absolute;
  z-index: 1060;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
}

.dn-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dn-header-free-listing {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid rgba(12, 71, 169, 0.12);
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-primary);
  background: #edf7fb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.dn-header-free-listing:hover {
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
  text-decoration: none;
  transform: translateY(-1px);
}

.dn-header-action {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(12, 71, 169, 0.13);
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-primary);
  background: var(--dreamnest-white);
  font-size: 13px;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.dn-header-action:hover {
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
  box-shadow: 0 8px 18px rgba(12, 71, 169, 0.22);
  transform: translateY(-2px);
}

.dn-header-action--primary {
  color: var(--dreamnest-white);
  border-color: transparent;
  background: var(--dreamnest-gradient);
}

.dn-mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: var(--dreamnest-radius-pill);
  background: var(--dreamnest-gradient);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(12, 71, 169, 0.2);
}

.dn-mobile-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  margin: 2px auto;
  border-radius: 99px;
  background: var(--dreamnest-white);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.dn-mobile-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.dn-mobile-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.dn-mobile-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.dn-menu-overlay {
  position: fixed;
  z-index: 1090;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(7, 27, 61, 0.38);
  backdrop-filter: blur(2px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.dn-menu-overlay.is-visible {
  visibility: visible;
  opacity: 1;
}

body.dn-menu-open {
  overflow: hidden;
}

.dn-mobile-drawer.nav-sidebar {
  z-index: 1100;
  width: min(88vw, 360px);
  left: calc(-1 * min(88vw, 360px));
  overflow-y: auto;
  color: var(--dreamnest-dark);
  background: var(--dreamnest-surface);
  box-shadow: none;
  transition: left 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.dn-mobile-drawer.nav-sidebar.active {
  left: 0;
}

.dn-mobile-drawer .sidebar-inner {
  min-height: 100%;
  background: var(--dreamnest-surface);
}

.dn-drawer-close {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-primary);
  background: #edf5fc;
  cursor: pointer;
}

.dn-mobile-drawer .sidebar-logo {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.1);
}

.dn-mobile-drawer .sidebar-logo img {
  width: 138px;
}

.dn-mobile-search {
  padding: 16px 18px 5px;
}

.dn-mobile-search-field {
  position: relative;
}

.dn-mobile-search-field > i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 13px;
  color: var(--dreamnest-secondary);
  font-size: 12px;
  transform: translateY(-50%);
}

.dn-mobile-search-field input {
  width: 100%;
  height: 44px;
  padding: 0 48px 0 34px;
  border: 1px solid rgba(12, 71, 169, 0.13);
  border-radius: var(--dreamnest-radius-pill);
  outline: 0;
  color: var(--dreamnest-dark);
  background: var(--dreamnest-white);
  font: inherit;
  font-size: 13px;
}

.dn-mobile-search-field input:focus {
  border-color: var(--dreamnest-secondary);
  box-shadow: 0 0 0 4px rgba(25, 175, 216, 0.12);
}

.dn-mobile-search-field button {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
  font-size: 12px;
}

.dn-mobile-search .dn-search-results {
  top: calc(100% + 7px);
}

.dn-mobile-navigation {
  padding: 13px 18px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.1);
}

.dn-mobile-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dn-mobile-navigation li {
  margin: 0;
}

.dn-mobile-navigation a,
.dn-mobile-menu-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 10px;
  border: 0;
  border-radius: 10px !important;
  color: var(--dreamnest-dark);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15px;
  text-align: left;
  text-decoration: none;
}

.dn-mobile-menu-trigger {
  cursor: pointer;
}

.dn-mobile-navigation a:hover,
.dn-mobile-menu-trigger:hover,
.dn-mobile-navigation li.is-open > .dn-mobile-menu-trigger {
  color: var(--dreamnest-primary);
  background: #edf7fb;
}

.dn-mobile-navigation.sidebar-navigation ul li > ul {
  display: none !important;
  padding-left: 10px;
  background: transparent;
}

.dn-mobile-navigation.sidebar-navigation ul li.is-open > ul {
  display: block !important;
  animation: dn-mobile-menu-reveal 0.2s ease both;
}

@keyframes dn-mobile-menu-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dn-mobile-navigation li > ul a,
.dn-mobile-navigation li > ul .dn-mobile-menu-trigger {
  color: #5f7087;
  font-size: 12px;
  font-weight: 600;
}

.dn-mobile-drawer .get-in-touch,
.dn-mobile-drawer .get-social {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.1);
}

.dn-mobile-drawer .sidebar-inner h3 {
  margin: 0 0 13px;
  padding: 0;
  color: var(--dreamnest-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.25px;
}

.dn-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}

.dn-mobile-drawer .get-in-touch .get-in-touch-box i {
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 10px;
  color: var(--dreamnest-primary);
  background: #edf5fc;
  font-size: 14px;
  line-height: 34px;
}

.dn-mobile-drawer .get-in-touch .get-in-touch-box a {
  color: #53647a;
  font-size: 13px;
  line-height: 1.35;
}

.dn-mobile-drawer .get-social a {
  width: 34px;
  height: 34px;
  margin: 0 5px 5px 0;
  border: 1px solid rgba(12, 71, 169, 0.1);
  border-radius: 10px;
  color: var(--dreamnest-primary);
  background: var(--dreamnest-white);
  box-shadow: none;
  font-size: 14px;
  line-height: 32px;
}

.dn-mobile-drawer .get-social .tooltip {
  display: none;
}

/* Featured properties */
.dn-featured-section {
  position: relative;
  overflow: hidden;
  background: #f8f6f1;
  padding-block-end: 0;
}

.dn-featured-section::before {
  display: none;
}

.dn-featured-section .myContainer {
  position: relative;
  z-index: 1;
}

.dn-featured-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.13);
}

.dn-featured-heading h1 {
  margin: 0;
  color: var(--dreamnest-dark);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -1.15px;
}

.dn-featured-heading h1 span {
  color: var(--dreamnest-secondary);
}

.dn-featured-heading .button-theme {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 21px;
  border: 0;
  border-radius: var(--dreamnest-radius-pill) !important;
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
  box-shadow: 0 10px 20px rgba(12, 71, 169, 0.2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.dn-featured-slider {
  margin: 0 -10px;
  padding-block-end: clamp(50px, 10vw, 60px);
}

.dn-featured-slider .slick-list {
  padding: 5px 0 18px;
}

.dn-featured-slider .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin: 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: -60px;
}

.dn-featured-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.dn-featured-slider .slick-dots li button {
  display: block;
  width: 18px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: var(--dreamnest-radius-pill);
  color: transparent;
  background: rgba(12, 71, 169, 0.2);
  font-size: 0;
  transition:
    width 0.25s ease,
    background-color 0.25s ease;
}

.dn-featured-slider .slick-dots li button::before {
  display: none;
}

.dn-featured-slider .slick-dots li.slick-active button {
  width: 38px;
  background: var(--dreamnest-gradient);
}

.dn-featured-slider .slick-slide {
  padding: 10px;
  height: stretch;
}

.dn-featured-slider .dn-featured-arrow {
  position: absolute;
  z-index: 3;
  top: 42%;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(12, 71, 169, 0.12);
  border-radius: 50%;
  color: var(--dreamnest-primary);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 23px rgba(7, 27, 61, 0.16);
  cursor: pointer;
  font-size: 13px;
  transform: translateY(-50%);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.dn-featured-slider .dn-featured-arrow--prev {
  left: -18px;
}

.dn-featured-slider .dn-featured-arrow--next {
  right: -18px;
}

@media (min-width: 1300px) {
  .dn-featured-slider .dn-featured-arrow--prev {
    left: -18px;
  }

  .dn-featured-slider .dn-featured-arrow--next {
    right: -18px;
  }
}

/* @media (max-width: 767px) {
  .dn-featured-slider .dn-featured-arrow {
    display: none !important;
  }
} */

.dn-featured-slider .dn-featured-arrow:hover {
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
  box-shadow: 0 13px 28px rgba(12, 71, 169, 0.28);
  transform: translateY(-50%) scale(1.06);
}

.dn-featured-slider .dn-featured-arrow.slick-disabled {
  cursor: default;
  opacity: 0.35;
}

.dn-featured-slider .slick-track {
  padding-block-end: clamp(60px, 10vw, 80px);
  display: flex;
  align-items: stretch;
}

.dn-featured-slider .slick-track > div > div,
.dn-featured-slider .slick-track > div > div .item {
  width: 100%;
  height: 100%;
}

.dn-featured-slide > a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.dn-featured-card {
  overflow: hidden;
  border: 1px solid rgba(12, 71, 169, 0.1);
  border-radius: var(--dreamnest-radius-card) !important;
  background: var(--dreamnest-white);
  box-shadow: 0 10px 26px rgba(15, 48, 91, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  margin: 0;
  height: 100%;
}

.dn-featured-slide > a:hover .dn-featured-card {
  transform: translateY(-7px);
  border-color: rgba(25, 175, 216, 0.42);
  box-shadow: 0 18px 35px rgba(12, 71, 169, 0.16);
}

.dn-featured-card .property-box-4 {
  border: 0;
  background: transparent;
}

.dn-featured-card .property-photo {
  position: relative;
  height: 172px;
  overflow: hidden;
  border-radius: 0;
}

.dn-featured-card .property-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(4, 30, 67, 0.56));
  pointer-events: none;
}

.dn-featured-card .property-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.dn-featured-slide > a:hover .property-photo img {
  transform: scale(1.07);
}

.dn-featured-card .tag,
.dn-featured-card .plan-price {
  z-index: 10;
  border-radius: var(--dreamnest-radius-pill);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  border-radius: 6px;
}

.property-box-4 .detail .heading {
  padding: 0;
  padding-block-end: 12px;
}

.dn-featured-card .tag {
  top: 10px;
  left: 10px;
  padding: 6px 10px;
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
}

.dn-featured-card .plan-price {
  right: auto;
  bottom: 10px;
  left: 10px;
  padding: 7px 10px;
  color: var(--dreamnest-white);
  background: rgba(7, 35, 79, 0.95);
  backdrop-filter: blur(8px);
}

.dn-save-property {
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--dreamnest-primary);
  background: rgba(255, 255, 255, 0.96);
  font-size: 13px;
}

.dn-featured-card .detail {
  padding: 16px 16px 13px;
}

.dn-featured-card .heading {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.1);
  display: flex;
  flex-direction: column;
}

.dn-featured-card .heading h3 {
  overflow: hidden;
  margin: 0 0 7px;
  color: var(--dreamnest-dark);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dn-featured-card .location,
.dn-featured-card .location span {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: #6a7b91;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.dn-featured-card .location i {
  margin-right: 6px;
  color: var(--dreamnest-secondary);
}

.dn-featured-card .properties-listing {
  margin: 0;
  padding: 0px 0 0;
}

.dn-featured-card .properties-listing ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dn-featured-card .properties-listing li {
  overflow: hidden;
  margin: 0;
  color: #5f7087;
  font-size: 11px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start !important;
}

.dn-featured-card .properties-listing li:last-child {
  text-align: right;
}

.dn-featured-card .properties-listing i {
  margin-right: 4px;
  color: var(--dreamnest-secondary);
}

/* Compact property-listing cards requested by the client. */
.dn-featured-slider .slick-list {
  padding: 4px 0 12px;
}

.dn-featured-slider .slick-track {
  padding-bottom: 0;
}

.dn-featured-slider .slick-dots {
  position: static;
  margin-top: 18px;
}

.dn-featured-slider .dn-featured-arrow {
  top: 50%;
}

.dn-featured-card {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 8px !important;
  background: #ffffff;
  box-shadow: none;
}

.dn-featured-card:hover {
  box-shadow: 0 7px 16px rgba(7, 27, 61, 0.1);
}

.dn-featured-card .property-photo {
  height: 172px;
}

.dn-featured-card .property-photo::after {
  background: linear-gradient(
    180deg,
    rgba(4, 30, 67, 0.03),
    rgba(4, 30, 67, 0.14)
  );
}

.dn-featured-card:hover .property-photo img {
  transform: scale(1.04);
}

.dn-featured-card .dn-property-media-bar {
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.dn-featured-card .dn-save-property {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.dn-featured-card .dn-save-property {
  position: static;
  z-index: auto;
  right: auto;
  bottom: auto;
  width: 34px;
  height: 34px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(12, 71, 169, 0.1);
  border-radius: 50%;
  color: var(--dreamnest-primary);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 14px rgba(5, 27, 62, 0.14);
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.dn-featured-card .dn-property-status {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(5, 27, 62, 0.84);
  box-shadow: 0 6px 14px rgba(5, 27, 62, 0.2);
  backdrop-filter: blur(9px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.55px;
  line-height: 1;
  text-transform: uppercase;
}

.dn-featured-card .dn-status-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dreamnest-secondary);
  box-shadow: 0 0 0 3px rgba(25, 175, 216, 0.16);
}

.dn-featured-card .dn-save-property > span {
  color: currentColor;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.dn-featured-card .dn-save-property .dn-save-label {
  display: none;
}

.dn-featured-card .dn-save-property:hover {
  color: #ffffff;
  background: var(--dreamnest-gradient);
  transform: translateY(-2px) scale(1.04);
}

.dn-featured-card .property-box-4 {
  background: transparent;
}

.dn-featured-card .detail {
  padding: 12px 10px 10px;
}

.dn-featured-card .heading {
  display: block;
  min-height: 0;
  padding: 0 0 10px;
  border: 0;
}

.dn-compact-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.dn-featured-card .dn-compact-title-row h3 {
  overflow: hidden;
  margin: 0;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dn-featured-card .dn-compact-title-row h3 a {
  color: inherit;
  text-decoration: none;
}

.dn-compact-badges {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
}

.dn-project-status,
.dn-rera-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 7px;
  border-radius: var(--dreamnest-radius-pill);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.dn-project-status {
  padding: 0 0 0 7px;
  border-left: 2px solid var(--dreamnest-secondary);
  border-radius: 0;
  color: var(--dreamnest-primary);
  background: transparent;
  font-size: 9px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.dn-rera-badge {
  gap: 5px;
  padding: 5px 9px;
  color: #6d6d6d;
  background: #f2f2f2;
  font-size: 10px;
}

.dn-rera-badge i {
  display: grid;
  width: 13px;
  height: 13px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #20a34a;
  font-size: 7px;
}

.dn-compact-developer,
.dn-compact-location {
  overflow: hidden;
  margin: 7px 0 0;
  color: #596a7e;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dn-compact-location {
  color: #47607b;
}

.dn-compact-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid #e2e2e2;
  color: #53657b;
  font-size: 11px;
  line-height: 1.25;
}

.dn-compact-meta span:last-child {
  text-align: right;
}

.dn-compact-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
}

.dn-compact-footer strong {
  overflow: hidden;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dn-compact-footer a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 13px;
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-primary);
  background: #eef7fc;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.dn-compact-footer a:hover {
  color: #ffffff;
  background: var(--dreamnest-gradient);
  text-decoration: none;
}

.dn-featured-mobile .owl-stage-outer {
  padding: 5px 0 18px;
}

.dn-mobile-property-card {
  overflow: hidden;
  border: 1px solid rgba(12, 71, 169, 0.1);
  border-radius: var(--dreamnest-radius-card);
  background: var(--dreamnest-white);
  box-shadow: 0 10px 26px rgba(15, 48, 91, 0.08);
}

.dn-mobile-property-card .img {
  height: 230px;
  overflow: hidden;
}

.dn-mobile-property-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dn-mobile-property-card .content {
  padding: 16px;
}

.dn-mobile-property-card .top-content,
.dn-mobile-property-card .mid-content,
.dn-mobile-property-card .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dn-mobile-property-card .title {
  margin: 0;
  color: var(--dreamnest-dark);
  font-size: 17px;
  font-weight: 700;
}

.dn-mobile-property-card .reratext,
.dn-mobile-property-card .price {
  color: var(--dreamnest-primary);
  font-weight: 700;
}

.dn-mobile-property-card .content > p,
.dn-mobile-property-card .mid-content p {
  margin: 8px 0 0;
  color: #63748b;
  font-size: 12px;
}

.dn-mobile-property-card .bottom-content {
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid rgba(12, 71, 169, 0.1);
}

.dn-mobile-property-card {
  border-color: #d8d8d8;
  border-radius: 8px;
  box-shadow: none;
}

.dn-mobile-property-card .img {
  display: none;
}

.dn-mobile-property-card .content {
  padding: 12px 10px 10px;
}

.dn-mobile-property-card .top-content {
  align-items: flex-start;
}

.dn-mobile-property-card .title {
  overflow: hidden;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dn-mobile-property-card .reratext {
  flex: 0 0 auto;
  padding: 4px 7px;
  border-radius: var(--dreamnest-radius-pill);
  color: #24763b;
  background: #edf8f0;
  font-size: 9px;
  font-weight: 700;
}

.dn-mobile-property-card .content > p {
  margin-top: 7px;
  color: #596a7e;
  font-size: 11px;
}

.dn-mobile-property-card .mid-content {
  margin-top: 9px;
  padding: 9px 0;
  border-top: 1px solid #e2e2e2;
}

.dn-mobile-property-card .mid-content p {
  margin: 0;
  color: #53657b;
  font-size: 11px;
}

.dn-mobile-property-card .bottom-content {
  margin-top: 0;
  padding-top: 10px;
  border-top-color: #e2e2e2;
}

.dn-mobile-property-card .price {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
}

/* Why choose us: image-led service cards. */
.dn-services-section {
  background: #f2f1f5;
}

.dn-services-heading {
  max-width: 690px;
  margin: 0 auto 32px;
  text-align: center;
}

.dn-services-heading h1 {
  margin: 0 0 10px;
  color: var(--dreamnest-dark);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.15;
}

.dn-services-heading h1 span,
.dn-services-heading p {
  color: var(--dreamnest-secondary);
}

.dn-services-heading p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.dn-services-grid > .dn-service-slide,
.dn-services-grid .slick-slide > div {
  display: flex;
}

@media (max-width: 767.98px) {
  .dn-services-grid.slick-initialized {
    display: block;
    margin: 0 -8px;
  }

  .dn-services-grid.slick-initialized .slick-list {
    padding: 6px 0 15px;
  }

  .dn-services-grid.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
  }

  .dn-services-grid.slick-initialized .slick-slide {
    height: auto;
    padding: 8px;
  }

  .dn-services-grid.slick-initialized .slick-slide > div,
  .dn-services-grid.slick-initialized .dn-service-slide {
    height: 100%;
  }

  .dn-services-grid.slick-initialized .dn-service-card.service-info-4,
  .dn-services-grid.slick-initialized .dn-service-card.service-info-4:hover {
    box-shadow: none;
    transform: none;
  }

  .dn-services-grid.slick-initialized .dn-service-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(12, 71, 169, 0.14);
    border-radius: var(--dreamnest-radius-pill);
    color: var(--dreamnest-primary);
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(15, 48, 91, 0.12);
    place-items: center;
    transform: translateY(-50%);
    transition:
      color 0.2s ease,
      background 0.2s ease,
      border-color 0.2s ease;
  }

  .dn-services-grid.slick-initialized .dn-service-arrow--prev {
    left: -18px;
  }

  .dn-services-grid.slick-initialized .dn-service-arrow--next {
    right: -18px;
  }

  .dn-services-grid.slick-initialized .dn-service-arrow:hover,
  .dn-services-grid.slick-initialized .dn-service-arrow:focus-visible {
    border-color: transparent;
    color: #ffffff;
    background: var(--dreamnest-gradient);
    outline: none;
  }

  .dn-services-grid.slick-initialized .dn-service-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.35;
  }

  .dn-services-grid.slick-initialized .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
  }

  .dn-services-grid.slick-initialized .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }

  .dn-services-grid.slick-initialized .slick-dots button {
    display: block;
    width: 18px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: var(--dreamnest-radius-pill);
    color: transparent;
    background: rgba(12, 71, 169, 0.2);
    font-size: 0;
  }

  .dn-services-grid.slick-initialized .slick-dots button::before {
    display: none;
  }

  .dn-services-grid.slick-initialized .slick-dots .slick-active button {
    width: 38px;
    background: var(--dreamnest-gradient);
  }
}

.dn-service-slide {
  width: 100%;
}

.dn-service-card.service-info-4 {
  display: flex;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(12, 71, 169, 0.1);
  border-radius: 24px;
  background: var(--dreamnest-white);
  box-shadow: 0 10px 28px rgba(15, 48, 91, 0.08);
  flex-direction: column;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.dn-service-card.service-info-4::before {
  display: none;
}

.dn-service-card.service-info-4:hover {
  box-shadow: 0 18px 36px rgba(12, 71, 169, 0.15);
  transform: translateY(-6px);
}

.dn-service-visual {
  position: relative;
  /* height: 205px; */
  overflow: hidden;
  background: #e9edf3;
}

/* .dn-service-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: -10px;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(249, 244, 242, 0) 100%
  );
  pointer-events: none;
} */

.dn-service-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.dn-service-card:hover .dn-service-visual .dn-service-icon {
  rotate: 10deg;
}

.dn-service-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 13px;
  color: var(--dreamnest-white);
  background: var(--dreamnest-primary);
  box-shadow: 0 7px 16px rgba(12, 71, 169, 0.25);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.dn-service-icon i,
.dn-service-card.service-info-4 i {
  display: block;
  margin: 0;
  color: inherit;
  font-size: 24px;
  transform: none;
}

.dn-service-card.service-info-4:hover i {
  color: inherit;
  transform: none;
}

.dn-service-content {
  display: flex;
  min-height: 235px;
  padding: 24px 25px 20px;
  flex-direction: column;
  flex: 1 1 auto;
}

.dn-service-content-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.dn-service-card.service-info-4 h3 {
  margin: 0 0 12px;
  color: #111111;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}

.dn-service-card.service-info-4 p {
  margin: 0;
  color: #6f737c;
  font-size: 14px;
  line-height: 1.55;
}

.dn-service-card .full-text {
  margin-top: 2px !important;
}

.dn-service-card.service-info-4 .read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  color: var(--dreamnest-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  margin-top: auto;
}

.dn-service-card.service-info-4 .read-more::after {
  content: "\2192";
  font-size: 19px;
  transition: transform 0.2s ease;
}

.dn-service-card.service-info-4 .read-more:hover {
  color: var(--dreamnest-secondary);
  letter-spacing: normal;
}

.dn-service-card.service-info-4 .read-more:hover::after {
  transform: translateX(4px);
}

/* Premium locations carousel. */
.dn-cities-section {
  position: relative;
  overflow: hidden;
  background: #f8f6f1;
}

.dn-cities-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.14);
}

.dn-cities-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--dreamnest-secondary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3.4px;
  line-height: 1;
  text-transform: uppercase;
  text-align: start;
}

.dn-cities-heading h1 {
  margin: 0 0 8px;
  color: var(--dreamnest-dark);
  font-size: clamp(29px, 3vw, 41px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -1.1px;
  text-align: start;
}

.dn-cities-heading h1 span {
  color: var(--dreamnest-secondary);
}

.dn-cities-heading p {
  margin: 0;
  color: #64758c;
  font-size: 14px;
  text-align: start;
}

.dn-cities-view-all {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(12, 71, 169, 0.14);
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-dark);
  background: var(--dreamnest-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.dn-cities-view-all:hover {
  border-color: var(--dreamnest-secondary);
  color: var(--dreamnest-primary);
  transform: translateX(3px);
}

.dn-city-slider {
  margin: 0 -8px;
}

.dn-city-slider .slick-list {
  padding: 4px 0 18px;
}

.dn-city-slider .slick-slide {
  margin: 0 8px;
}

.dn-city-slider .dn-city-arrow {
  position: absolute;
  z-index: 4;
  top: 46%;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(12, 71, 169, 0.12);
  border-radius: 50%;
  color: var(--dreamnest-primary);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 9px 20px rgba(7, 27, 61, 0.16);
  cursor: pointer;
  font-size: 13px;
  transform: translateY(-50%);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.dn-city-slider .dn-city-arrow--prev {
  left: -50px;
}

.dn-city-slider .dn-city-arrow--next {
  right: -50px;
}

@media (min-width: 768px) and (max-width: 1299.98px) {
  .dn-city-slider .dn-city-arrow--prev {
    left: -12px;
  }

  .dn-city-slider .dn-city-arrow--next {
    right: -12px;
  }
}

.dn-city-slider .dn-city-arrow:hover {
  color: #ffffff;
  background: var(--dreamnest-gradient);
  box-shadow: 0 12px 25px rgba(12, 71, 169, 0.27);
  transform: translateY(-50%) scale(1.06);
}

.dn-city-slider .dn-city-arrow.slick-disabled {
  cursor: default;
  opacity: 0.35;
}

.dn-city-slide,
.dn-city-card {
  display: block;
}

.dn-city-card {
  overflow: hidden;
  border: 1px solid rgba(12, 71, 169, 0.08);
  border-radius: var(--dreamnest-radius-card);
  color: var(--dreamnest-dark);
  background: var(--dreamnest-white);
  box-shadow: 0 9px 24px rgba(15, 48, 91, 0.07);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.dn-city-card:hover {
  color: var(--dreamnest-dark);
  box-shadow: 0 17px 32px rgba(12, 71, 169, 0.15);
  text-decoration: none;
  transform: translateY(-6px);
}

.dn-city-image {
  position: relative;
  height: 215px;
  overflow: hidden;
}

.dn-city-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(5, 33, 76, 0.42));
}

.dn-city-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.dn-city-card:hover .dn-city-image img {
  transform: scale(1.07);
}

.dn-city-name {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 12px;
  left: 14px;
  display: block;
  padding: 8px 12px;
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-dark);
  background: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.dn-city-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 16px;
  font-size: 12px;
  font-weight: 600;
}

.dn-city-action i {
  color: var(--dreamnest-primary);
  transition: transform 0.2s ease;
}

.dn-city-card:hover .dn-city-action i {
  transform: translateX(4px);
}

.dn-cities-cta {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  margin: 28px auto 0;
  padding: 0 23px 0 8px;
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-white);
  background: var(--dreamnest-gradient);
  box-shadow: 0 12px 26px rgba(12, 71, 169, 0.24);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.65px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.dn-cities-cta:hover {
  color: var(--dreamnest-white);
  text-decoration: none;
  transform: translateY(-2px);
}

.dn-cities-cta i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 15px;
}

.dn-cities-cta > span {
  margin-left: 2px;
  color: #ffffff;
  font-size: 20px;
}

/* Curated category cards. */
.dn-categories-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 93% 6%,
      rgba(25, 175, 216, 0.1),
      transparent 250px
    ),
    #f8fafc;
}

.dn-categories-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.14);
}

.dn-categories-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--dreamnest-secondary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
  text-transform: uppercase;
  text-align: start;
}

.dn-categories-heading h1 {
  margin: 0;
  color: var(--dreamnest-dark);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.14;
  text-align: start;
}

.dn-categories-heading h1 span {
  color: var(--dreamnest-secondary);
}

.dn-categories-heading p {
  margin: 7px 0 0;
  color: #5f7189;
  font-size: 13px;
  font-weight: 500;
  text-align: start;
}

.dn-categories-view-all {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border: 1px solid rgba(12, 71, 169, 0.15);
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-dark);
  background: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.dn-categories-view-all:hover {
  border-color: var(--dreamnest-secondary);
  color: var(--dreamnest-primary);
  text-decoration: none;
  transform: translateX(3px);
}

.dn-categories-grid {
  gap: 22px;
}

.dn-category-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(12, 71, 169, 0.09);
  border-radius: var(--dreamnest-radius-card);
  color: var(--dreamnest-dark);
  background: #ffffff;
  box-shadow: 0 9px 23px rgba(15, 48, 91, 0.07);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.dn-category-card:hover {
  border-color: rgba(25, 175, 216, 0.42);
  color: var(--dreamnest-dark);
  box-shadow: 0 18px 32px rgba(12, 71, 169, 0.14);
  text-decoration: none;
  transform: translateY(-6px);
}

.dn-category-card--featured {
  border-color: rgba(25, 175, 216, 0.72);
  box-shadow: 0 15px 30px rgba(12, 71, 169, 0.16);
}

.dn-category-card--featured .dn-category-image::after {
  background: linear-gradient(
    180deg,
    rgba(5, 27, 62, 0.08),
    rgba(5, 27, 62, 0.56)
  );
}

.dn-category-card--featured .dn-category-content h3 {
  color: var(--dreamnest-primary);
}

.dn-category-card--featured:hover {
  border-color: var(--dreamnest-secondary);
  box-shadow: 0 19px 36px rgba(12, 71, 169, 0.22);
}

.dn-category-image {
  position: relative;
  height: 174px;
  overflow: hidden;
}

.dn-category-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 27, 62, 0.02),
    rgba(5, 27, 62, 0.24)
  );
}

.dn-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.dn-category-card:hover .dn-category-image img {
  transform: scale(1.06);
}

.dn-category-marker {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.dn-category-marker i {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: var(--dreamnest-gradient);
  box-shadow: 0 7px 15px rgba(12, 71, 169, 0.28);
  font-size: 15px;
}

.dn-category-card--2 .dn-category-marker i {
  background: var(--dreamnest-primary);
}

.dn-category-card--3 .dn-category-marker i {
  background: var(--dreamnest-secondary);
}

.dn-category-card--4 .dn-category-marker i {
  background: linear-gradient(
    135deg,
    var(--dreamnest-secondary),
    var(--dreamnest-primary)
  );
}

.dn-category-marker b {
  padding: 5px 8px;
  border-radius: 7px;
  color: var(--dreamnest-primary);
  background: rgba(255, 255, 255, 0.96);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.dn-category-content {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 82px;
  margin: -16px 14px 14px;
  padding: 18px 16px 15px;
  border-radius: 0 0 12px 12px;
  background: #ffffff;
}

.dn-category-content h3 {
  overflow: hidden;
  margin: 0 0 7px;
  color: var(--dreamnest-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.dn-category-content p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #536780;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.25s ease;
}

.dn-category-card:hover .dn-category-content h3 {
  color: var(--dreamnest-secondary);
}

.dn-category-card:hover .dn-category-content p {
  color: var(--dreamnest-primary);
}

.dn-categories-contact {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  margin: 30px auto 0;
  padding: 0 22px 0 8px;
  border: 0;
  border-radius: var(--dreamnest-radius-pill) !important;
  color: #ffffff;
  background: var(--dreamnest-gradient);
  box-shadow: 0 12px 25px rgba(12, 71, 169, 0.23);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.dn-categories-contact:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.dn-categories-contact-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 14px;
}

.dn-categories-contact > b {
  margin-left: 4px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

/* Blog cards: preserve the existing content while refining type and spacing. */
.dn-blog-section {
  background: #f8fafc;
}

.dn-blog-heading {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(12, 71, 169, 0.14);
}

.dn-blog-heading h1 {
  margin: 0 0 8px;
  color: var(--dreamnest-dark);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.15;
}

.dn-blog-heading h1 span {
  color: var(--dreamnest-secondary);
}

.dn-blog-heading p {
  margin: 0;
  color: #5f7189;
  font-size: 13px;
  font-weight: 500;
}

.dn-blog-slider {
  margin: 0 -10px;
}

.dn-blog-slider .slick-slide {
  height: auto;
  padding: 10px;
}

.dn-blog-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.dn-blog-slider .slick-slide > div,
.dn-blog-slider .slide-box {
  height: 100%;
}

.dn-blog-card.blog-2 {
  display: flex;
  height: 100%;
  margin: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(12, 71, 169, 0.1);
  border-radius: var(--dreamnest-radius-card);
  background: #ffffff;
  box-shadow: 0 9px 23px rgba(15, 48, 91, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.dn-blog-card.blog-2:hover {
  border-color: rgba(25, 175, 216, 0.42);
  box-shadow: 0 18px 33px rgba(12, 71, 169, 0.14);
  transform: translateY(-6px);
}

.dn-blog-card .blog-image {
  position: relative;
  display: block;
  height: 206px;
  overflow: hidden;
}

.dn-blog-card .blog-image::before,
.dn-blog-card .blog-image::after {
  display: none;
}

.dn-blog-card .blog-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.dn-blog-card:hover .blog-image img {
  transform: scale(1.06);
}

.dn-blog-card .date-box {
  top: 12px;
  right: 12px;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-content: center;
  border-radius: 12px;
  color: #ffffff;
  background: var(--dreamnest-gradient);
  box-shadow: 0 8px 17px rgba(12, 71, 169, 0.28);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
}

.dn-blog-card .date-box::after {
  display: none;
}

.dn-blog-card .date-box span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.dn-blog-card .detail {
  display: flex;
  min-height: 136px;
  padding: 18px 18px 20px;
  flex-direction: column;
}

.dn-blog-card h4 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 9px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dn-blog-card h4 a {
  color: #111111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dn-blog-card h4 a:hover,
.dn-blog-card:hover h4 a {
  color: var(--dreamnest-secondary);
}

.dn-blog-card .detail p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #5b6d84;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Dreamnest Realtors: compact about-and-trust section. */
.dn-about-section {
  background: #f7f9fc;
}

.dn-about-heading {
  margin-bottom: 30px;
  text-align: center;
}

.dn-about-heading h1 {
  margin: 0 0 8px;
  color: var(--dreamnest-dark);
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.14;
}

.dn-about-heading h1 span,
.dn-about-heading p {
  color: var(--dreamnest-secondary);
}

.dn-about-heading p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.dn-about-visual {
  position: relative;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--dreamnest-radius-card);
  background: #dbe7f1;
  box-shadow: 0 15px 32px rgba(15, 48, 91, 0.12);
}

.dn-about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(5, 27, 62, 0.66));
  pointer-events: none;
}

.dn-about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dn-about-trust {
  position: absolute;
  z-index: 1;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 8px;
  width: min(270px, calc(100% - 36px));
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(9, 42, 91, 0.58);
  backdrop-filter: blur(8px);
  text-align: left;
}

.dn-about-trust i {
  grid-row: span 2;
  align-self: center;
  color: var(--dreamnest-secondary);
  font-size: 22px;
}

.dn-about-trust strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: rgba(255, 255, 255, 1);
}

.dn-about-trust span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.35;
}

.dn-about-list {
  display: grid;
  gap: 13px;
}

.dn-about-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border: 1px solid rgba(12, 71, 169, 0.14);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 5px 13px rgba(15, 48, 91, 0.07);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.dn-about-item .read-more-button {
  margin: 0;
}

.dn-about-item:hover {
  border-color: rgba(25, 175, 216, 0.5);
  box-shadow: 0 12px 24px rgba(12, 71, 169, 0.13);
  transform: translateX(5px);
}

.dn-about-icon,
.dn-about-arrow,
.dn-about-toggle {
  display: grid;
  place-items: center;
}

.dn-about-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: var(--dreamnest-secondary);
  background: rgba(25, 175, 216, 0.12);
  font-size: 17px;
}

.dn-about-item:nth-child(2) .dn-about-icon {
  color: var(--dreamnest-primary);
  background: rgba(12, 71, 169, 0.1);
}

.dn-about-item:nth-child(3) .dn-about-icon {
  color: var(--dreamnest-secondary);
  background: rgba(25, 175, 216, 0.12);
}

.dn-about-item:nth-child(4) .dn-about-icon {
  color: var(--dreamnest-primary);
  background: rgba(25, 175, 216, 0.1);
}

.dn-about-copy {
  min-width: 0;
  text-align: left;
}

.dn-about-copy h3 {
  margin: 0 0 4px;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.dn-about-copy p,
.dn-about-copy .full-text {
  margin: 0;
  color: #758197;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.dn-about-copy .full-text > :first-child {
  margin-top: 0;
}

.dn-about-copy .full-text > :last-child {
  margin-bottom: 0;
}

.dn-about-copy .full-text :is(h1, h2, h3, h4, h5, h6) {
  margin: 12px 0 6px;
  color: #111111;
  font-weight: 700;
  line-height: 1.25;
  text-align: left !important;
}

.dn-about-copy .full-text h1 {
  font-size: 20px;
}

.dn-about-copy .full-text h2 {
  font-size: 18px;
}

.dn-about-copy .full-text h3 {
  font-size: 16px;
}

.dn-about-copy .full-text h4 {
  font-size: 15px;
}

.dn-about-copy .full-text h5,
.dn-about-copy .full-text h6 {
  font-size: 14px;
}

.dn-about-copy .full-text p {
  margin: 0 0 9px;
  color: #758197;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.5;
  text-align: left !important;
}

.dn-about-copy .full-text :is(ul, ol) {
  margin: 8px 0 10px;
  padding-left: 20px;
  color: #758197;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.dn-about-copy .full-text li {
  margin-bottom: 4px;
  padding-left: 2px;
}

.dn-about-copy .full-text ul li::marker {
  color: var(--dreamnest-secondary);
}

.dn-about-copy .full-text ol li::marker {
  color: var(--dreamnest-primary);
  font-weight: 700;
}

.dn-about-copy .full-text :is(strong, b) {
  color: #111111;
  font-weight: 700;
}

.dn-about-copy .full-text :is(em, i) {
  font-style: italic;
}

.dn-about-copy .full-text a {
  color: var(--dreamnest-primary);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(25, 175, 216, 0.55);
  text-underline-offset: 2px;
}

.dn-about-copy .full-text a:hover {
  color: var(--dreamnest-secondary);
}

.dn-about-copy .full-text :is(img, video, iframe) {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 8px;
}

.dn-about-copy .full-text blockquote {
  margin: 10px 0;
  padding: 8px 11px;
  border-left: 3px solid var(--dreamnest-secondary);
  color: #52657e;
  background: rgba(25, 175, 216, 0.07);
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
}

.dn-about-copy .full-text hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  background: rgba(12, 71, 169, 0.16);
}

.dn-about-copy .full-text :is(code, pre) {
  border-radius: 5px;
  color: #17365f;
  background: #eef4f9;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
}

.dn-about-copy .full-text code {
  padding: 2px 4px;
}

.dn-about-copy .full-text pre {
  overflow-x: auto;
  margin: 10px 0;
  padding: 9px;
  white-space: pre-wrap;
}

.dn-about-copy .full-text table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
  color: #63748b;
  font-size: 12px;
  text-align: left;
}

.dn-about-copy .full-text :is(th, td) {
  padding: 6px;
  border: 1px solid rgba(12, 71, 169, 0.15);
}

.dn-about-copy .full-text th {
  color: #111111;
  background: rgba(25, 175, 216, 0.1);
  font-weight: 700;
}

.dn-about-copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dn-about-copy .read-more-wrapper {
  position: relative;
  max-height: 28px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.dn-about-copy .read-more-wrapper.expanded {
  max-height: 250px;
  overflow: auto;
}

.dn-about-copy .fade-overlay {
  display: none !important;
}

.dn-about-arrow,
.dn-about-toggle {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50% !important;
  color: var(--dreamnest-primary);
  background: #eef3f9;
  font-size: 12px;
}

.dn-about-toggle:hover {
  color: #ffffff;
  background: var(--dreamnest-gradient);
  transform: none;
}

.dn-about-item:hover .dn-about-arrow {
  color: #ffffff;
  background: var(--dreamnest-gradient);
}

/* Testimonial and developer section headings only. */
.dn-testimonial-heading,
.dn-developers-heading {
  margin-bottom: 30px;
  padding-bottom: 18px;
  /* border-bottom: 1px solid rgba(12, 71, 169, 0.14); */
  text-align: center;
}

.dn-testimonial-heading h1,
.dn-developers-heading h1 {
  margin: 0 0 8px;
  color: var(--dreamnest-dark);
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.14;
}

.dn-testimonial-heading h1 span,
.dn-developers-heading h1 span {
  color: var(--dreamnest-secondary);
}

.dn-testimonial-heading p,
.dn-developers-heading p {
  margin: 0;
  color: #5f7189;
  font-size: 13px;
  font-weight: 500;
}

/* Customer testimonials: a compact review card without changing testimonial content. */
.dn-testimonial-slider .slick-track {
  display: flex;
}

.dn-testimonial-slider .slick-slide {
  height: auto;
}

.dn-testimonial-slider .slick-slide > div,
.dn-testimonial-slider .slide-box {
  height: 100%;
}

.dn-testimonial-slider .testimonial-info {
  position: relative;
  display: flex;
  min-height: 190px;
  height: 100%;
  flex-direction: column;
  margin: 0;
  padding: 18px 24px 18px 28px;
  border: 1px solid rgba(12, 71, 169, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 48, 91, 0.055);
  text-align: left;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.dn-testimonial-slider .testimonial-info::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 10px;
  width: 3px;
  border-radius: var(--dreamnest-radius-pill);
  background: var(--dreamnest-primary);
}

.dn-testimonial-slider .testimonial-info::after {
  content: "\201C";
  position: absolute;
  top: -2px;
  right: 20px;
  color: rgba(12, 71, 169, 0.06);
  font-family: Georgia, serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
}

.dn-testimonial-slider .testimonial-info:hover {
  border-color: rgba(25, 175, 216, 0.32);
  box-shadow: 0 16px 30px rgba(12, 71, 169, 0.1);
  transform: translateY(-4px);
}

.dn-testimonial-slider .testimonial-info .user-section {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.dn-testimonial-slider .testimonial-info .user-section::before,
.dn-testimonial-slider .testimonial-info .icon {
  display: none;
}

.dn-testimonial-slider .testimonial-info .user-thumb {
  display: block;
  flex: 0 0 auto;
  margin: 0 12px 0 0;
  padding: 0;
}

.dn-testimonial-slider .testimonial-info .user-thumb img {
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(25, 175, 216, 0.22);
  object-fit: cover;
}

.dn-testimonial-slider .testimonial-info .user-name {
  min-width: 0;
}

.dn-testimonial-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.dn-testimonial-slider .testimonial-info .user-name h5 {
  margin: 0;
  color: var(--dreamnest-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.dn-testimonial-slider .testimonial-info .user-name p {
  margin: 3px 0 0;
  color: #687890;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

.dn-testimonial-rating {
  display: inline-flex;
  gap: 1px;
  color: var(--dreamnest-secondary);
  font-size: 10px;
  line-height: 1;
}

.dn-testimonial-slider .testimonial-info .text {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

.dn-testimonial-slider .testimonial-info .text p {
  margin: 0;
  color: #536780;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.52;
}

.dn-testimonial-slider .dn-testimonial-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(12, 71, 169, 0.14);
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-primary);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 48, 91, 0.12);
  place-items: center;
  transform: translateY(-50%);
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.dn-testimonial-slider .dn-testimonial-arrow--prev {
  left: -20px;
}

.dn-testimonial-slider .dn-testimonial-arrow--next {
  right: -20px;
}

.dn-testimonial-slider .dn-testimonial-arrow:hover,
.dn-testimonial-slider .dn-testimonial-arrow:focus-visible {
  border-color: transparent;
  color: #ffffff;
  background: var(--dreamnest-gradient);
  outline: none;
}

.dn-testimonial-slider .dn-testimonial-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.35;
}

/* Leading developers: a consistent logo showcase and partner-strength panel. */
.dn-developers-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 6% 50%,
      rgba(25, 175, 216, 0.08),
      transparent 230px
    ),
    #fafaf8 !important;
}

.dn-developers-section .dn-developers-heading {
  position: relative;
  z-index: 1;
}

.dn-developer-slider {
  margin: 0 -11px;
}

.dn-developer-slider .slick-list {
  padding: 6px 0 16px;
}

.dn-developer-slider .slick-slide {
  padding: 0 11px;
}

.dn-developer-slider .dn-developer-logo {
  display: grid !important;
  height: 132px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(12, 71, 169, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 48, 91, 0.07);
  place-items: center;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.dn-developer-slider .dn-developer-logo:hover {
  border-color: rgba(25, 175, 216, 0.48);
  box-shadow: 0 17px 32px rgba(12, 71, 169, 0.13);
  transform: translateY(-5px);
}

.dn-developers-section .dn-developer-logo img {
  display: block;
  width: min(100%, 118px);
  height: 88px;
  max-width: none;
  margin: 0;
  object-fit: contain;
}

.dn-developer-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1000px;
  margin: 28px auto 0;
  padding: 21px 18px;
  border: 1px solid rgba(12, 71, 169, 0.08);
  border-radius: 22px;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.98),
    rgba(233, 248, 253, 0.95)
  );
  box-shadow: 0 14px 30px rgba(15, 48, 91, 0.07);
}

.dn-developer-stat {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  text-align: center;
}

.dn-developer-stat + .dn-developer-stat {
  border-left: 1px solid rgba(12, 71, 169, 0.12);
}

.dn-developer-stat strong {
  display: block;
  color: var(--dreamnest-secondary);
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 700;
  line-height: 1.1;
}

.dn-developer-stat span {
  display: block;
  margin-top: 6px;
  color: #5f7189;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.dn-developers-action {
  display: flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  gap: 12px;
  margin: 18px auto 0;
  padding: 0 20px;
  border: 1px solid rgba(25, 175, 216, 0.36);
  border-radius: var(--dreamnest-radius-pill);
  color: var(--dreamnest-primary);
  background: #ffffff;
  box-shadow: 0 8px 19px rgba(15, 48, 91, 0.06);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.dn-developers-action:hover,
.dn-developers-action:focus-visible {
  border-color: transparent;
  color: #ffffff;
  background: var(--dreamnest-gradient);
  text-decoration: none;
  outline: none;
  transform: translateY(-2px);
}

/* RERA registration certificate. */
.dn-rera-section {
  overflow: hidden;
  background: #ffffff;
  padding: 0;
}

.dn-rera-section .intro-section-inner {
  padding: clamp(30px, 5vw, 40px) 0;
  background: #ffffff;
}

.dn-rera-wrap {
  text-align: center;
}

.dn-rera-eyebrow {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  padding-bottom: 12px;
  color: var(--dreamnest-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}

.dn-rera-eyebrow::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 30px;
  height: 2px;
  border-radius: var(--dreamnest-radius-pill);
  background: var(--dreamnest-gradient);
  transform: translateX(50%);
}

.dn-rera-card {
  position: relative;
  width: min(100%, 260px);
  margin: 0 auto;
  padding: 17px 16px 15px;
  border: 1px solid rgba(12, 71, 169, 0.18);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 48, 91, 0.07);
  text-align: center;
}

.dn-rera-corner {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 29px;
  height: 29px;
  border-top: 2px solid var(--dreamnest-primary);
  border-left: 2px solid var(--dreamnest-primary);
  border-radius: 10px 0 0;
}

.dn-rera-label {
  margin: 0;
  color: var(--dreamnest-primary);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 1.2;
  text-transform: uppercase;
}

.dn-rera-card h2 {
  margin: 3px 0 11px;
  color: var(--dreamnest-dark);
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.dn-rera-divider {
  height: 1px;
  margin: 0 0 12px;
  background: rgba(12, 71, 169, 0.13);
}

.dn-rera-card h6 {
  margin: 4px 0 14px;
  color: var(--dreamnest-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.3;
}

.dn-rera-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-align: left;
}

.dn-rera-footer a {
  color: var(--dreamnest-primary);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.dn-rera-footer a:hover {
  color: var(--dreamnest-secondary);
}

.dn-rera-footer span {
  color: #6f7d90;
  font-family: Georgia, serif;
  font-size: 10px;
  font-style: italic;
}

.blog {
  background: #ffffff;
}

/* .main-footer-3 */

.main-footer-3 {
  overflow: hidden;
}

.social-media .social-list {
  flex-wrap: wrap;
}

/* .main-footer-3 */

.dn-testimonial-section {
  background: #ffffff;
}

.dn-testimonial-slider .slick-track {
  padding-block-end: clamp(40px, 10vw, 60px);
}

@media (max-width: 767.98px) {
  .dn-developer-slider .dn-developer-logo {
    height: 122px;
  }

  .dn-developer-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    padding: 8px;
  }

  .dn-developer-stat {
    min-height: 84px;
    padding: 12px 8px;
  }

  .dn-developer-stat:nth-child(3) {
    border-left: 0;
  }

  .dn-developer-stat:nth-child(n + 3) {
    border-top: 1px solid rgba(12, 71, 169, 0.12);
  }

  .dn-developer-stat strong {
    font-size: 21px;
  }

  .dn-testimonial-slider .dn-testimonial-arrow {
    width: 38px;
    height: 38px;
  }

  .dn-testimonial-slider .dn-testimonial-arrow--prev {
    left: -18px;
  }

  .dn-testimonial-slider .dn-testimonial-arrow--next {
    right: -18px;
  }

  .dn-services-heading {
    margin-bottom: 24px;
  }

  .dn-service-visual {
    height: 190px;
  }

  .dn-service-content {
    min-height: 0;
  }

  .dn-cities-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .dn-city-image {
    height: 230px;
  }

  .dn-city-slider .dn-city-arrow {
    top: 42%;
    width: 38px;
    height: 38px;
  }

  .dn-city-slider .dn-city-arrow--prev {
    left: -18px;
  }

  .dn-city-slider .dn-city-arrow--next {
    right: -18px;
  }

  .dn-categories-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 23px;
  }

  .dn-categories-eyebrow {
    letter-spacing: 3px;
  }

  .dn-categories-view-all {
    min-height: 38px;
  }

  .dn-category-image {
    height: 190px;
  }

  .dn-category-content {
    min-height: 82px;
  }

  .dn-categories-grid.slick-initialized {
    display: block;
    margin: 0 -8px;
  }

  .dn-categories-grid.slick-initialized .slick-list {
    padding: 6px 0 15px;
  }

  .dn-categories-grid.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
  }

  .dn-categories-grid.slick-initialized .slick-slide {
    height: auto;
    padding: 8px;
  }

  .dn-categories-grid.slick-initialized .slick-slide > div,
  .dn-categories-grid.slick-initialized .dn-category-card {
    height: 100%;
  }

  .dn-categories-grid.slick-initialized .dn-category-card,
  .dn-categories-grid.slick-initialized .dn-category-card:hover {
    box-shadow: none;
    transform: none;
  }

  .dn-categories-grid.slick-initialized .dn-category-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(12, 71, 169, 0.14);
    border-radius: var(--dreamnest-radius-pill);
    color: var(--dreamnest-primary);
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(15, 48, 91, 0.12);
    place-items: center;
    transform: translateY(-50%);
    transition:
      color 0.2s ease,
      background 0.2s ease,
      border-color 0.2s ease;
  }

  .dn-categories-grid.slick-initialized .dn-category-arrow--prev {
    left: -18px;
  }

  .dn-categories-grid.slick-initialized .dn-category-arrow--next {
    right: -18px;
  }

  .dn-categories-grid.slick-initialized .dn-category-arrow:hover,
  .dn-categories-grid.slick-initialized .dn-category-arrow:focus-visible {
    border-color: transparent;
    color: #ffffff;
    background: var(--dreamnest-gradient);
    outline: none;
  }

  .dn-categories-grid.slick-initialized .dn-category-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.35;
  }

  .dn-categories-grid.slick-initialized .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
  }

  .dn-categories-grid.slick-initialized .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }

  .dn-categories-grid.slick-initialized .slick-dots button {
    display: block;
    width: 18px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: var(--dreamnest-radius-pill);
    color: transparent;
    background: rgba(12, 71, 169, 0.2);
    font-size: 0;
  }

  .dn-categories-grid.slick-initialized .slick-dots button::before {
    display: none;
  }

  .dn-categories-grid.slick-initialized .slick-dots .slick-active button {
    width: 38px;
    background: var(--dreamnest-gradient);
  }

  .dn-blog-heading {
    margin-bottom: 22px;
  }

  .dn-blog-card .blog-image {
    height: 220px;
  }

  .dn-about-heading {
    margin-bottom: 24px;
  }

  .dn-about-visual {
    min-height: 330px;
  }

  .dn-about-item {
    min-height: 94px;
    grid-template-columns: 38px minmax(0, 1fr) 32px;
    gap: 10px;
    padding: 14px;
  }

  .dn-about-icon {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 767.98px) {
  .dn-featured-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 22px;
  }

  .dn-featured-heading .button-theme {
    min-height: 42px;
  }
}

@media (max-width: 1199.98px) {
  .dn-header-bar {
    gap: 14px;
  }

  .dn-header-search {
    display: none;
  }

  .dn-menu-item > a,
  .dn-menu-trigger {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (max-width: 1399.98px) {
  .dn-header-bar {
    gap: 14px;
  }

  .dn-desktop-header {
    gap: 8px;
  }

  .dn-header-search {
    flex-basis: 290px;
  }

  .dn-desktop-menu {
    gap: 0;
  }

  .dn-menu-item > a,
  .dn-menu-trigger {
    gap: 5px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .dn-site-header {
    position: sticky;
  }

  .dn-header-bar {
    min-height: 66px;
  }

  .dn-brand img {
    height: 42px;
  }

  #main-header-1 .dn-mobile-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 42px;
    flex-direction: column;
  }

  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .dn-header-bar {
    min-height: 62px;
  }

  .dn-brand img {
    height: 36px;
  }

  .dn-mobile-toggle {
    width: 38px;
    height: 38px;
  }
}
