:root {
  --tp-navy: #092348;
  --tp-royal: #0f4c9f;
  --tp-gold: #d99a2b;
  --tp-orange: #f28c28;
  --tp-ink: #172033;
  --tp-muted: #647084;
  --tp-line: #e7edf5;
  --tp-soft: #f6f8fb;
  --tp-shadow: 0 18px 50px rgba(9, 35, 72, 0.12);
  --tp-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body.yellow-skin {
  background: #ffffff;
  color: var(--tp-ink);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

a {
  color: var(--tp-royal);
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

a:hover {
  color: var(--tp-gold);
}

section {
  padding: 82px 0;
}

.gray {
  background: var(--tp-soft) !important;
}

.top-header {
  background: linear-gradient(90deg, #061b38 0%, #0b3b7a 100%) !important;
  color: #ffffff;
  padding: 9px 0;
  font-size: 14px;
}

.cn-info ul,
.top-social {
  margin: 0;
  padding: 0;
}

.cn-info li,
.cn-info li a {
  color: rgba(255, 255, 255, .92) !important;
}

.cn-info li i {
  color: var(--tp-gold);
  margin-right: 7px;
}

.top-social {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.top-social li {
  list-style: none;
}

.top-social li a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff !important;
  font-size: 15px;
}

.top-social li a.top-agent-login {
  width: auto;
  min-width: 86px;
  gap: 7px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--tp-gold);
  color: var(--tp-navy) !important;
  font-size: 13px;
  font-weight: 850;
}

.top-social li a.top-agent-login i {
  font-size: 13px;
}

.top-social li a:hover {
  background: var(--tp-gold);
  transform: translateY(-2px);
}

.top-social li a.top-agent-login:hover {
  background: #fff;
  color: var(--tp-navy) !important;
}

.header.header-light {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 10px 32px rgba(9, 35, 72, .08);
  backdrop-filter: blur(10px);
}

.header.header-light .container {
  max-width: 1200px;
}

.navigation {
  background: transparent !important;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav-header {
  min-height: 96px;
  flex: 0 0 210px;
}

.nav-brand {
  padding: 8px 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.nav-brand .logo {
  width: auto;
  height: 72px !important;
  max-height: 72px !important;
  object-fit: contain;
}

.nav-menus-wrapper {
  flex: 1 1 auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-left: 58px !important;
}

.nav-menu > li {
  flex: 0 0 auto;
}

.nav-menu > li > a {
  color: var(--tp-ink) !important;
  font-weight: 700;
  letter-spacing: 0;
  padding: 36px 2px;
  white-space: nowrap;
}

.nav-menu > li.active > a,
.nav-menu > li > a:hover {
  color: var(--tp-royal) !important;
}

.nav-menu > li.active > a:after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 7px;
  border-radius: 4px;
  background: var(--tp-gold);
}

.nav-dropdown {
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  box-shadow: var(--tp-shadow);
  overflow: hidden;
}

.nav-dropdown li a {
  color: var(--tp-ink) !important;
}

.nav-dropdown li a:hover {
  background: #f8fafc;
  color: var(--tp-royal) !important;
}

.nav-toggle,
.nav-menus-wrapper-close-button {
  display: none;
}

.thanks-hero-slider {
  position: relative;
  background: var(--tp-navy);
}

.thanks-hero-slider .carousel-item {
  min-height: 590px;
}

.thanks-hero.hero_banner {
  min-height: 590px;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
}

.thanks-hero-campaign.hero_banner {
  background-position: center !important;
}

.thanks-hero-full {
  position: relative;
  overflow: hidden;
}

.thanks-hero-full .container {
  position: relative;
  z-index: 2;
}

.hero-full-content {
  max-width: 780px;
  padding: 48px 0;
  color: #fff;
}

.hero-full-content .hero-kicker {
  margin: 0 0 16px;
}

.hero-full-content p {
  max-width: 660px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 19px;
  line-height: 1.7;
}

.hero-full-content .hero-actions {
  justify-content: flex-start;
}

.thanks-hero:before,
.page-title:before,
.call_action_wrap-wrap:before {
  background: linear-gradient(120deg, rgba(4, 18, 39, .86), rgba(11, 59, 122, .64)) !important;
}

.hero-kicker {
  display: table;
  margin: 0 auto 14px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}

.big-header-capt {
  color: #fff !important;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 10px 36px rgba(0, 0, 0, .28);
}

.thanks-hero p {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.thanks-hero-slider .carousel-control-prev,
.thanks-hero-slider .carousel-control-next {
  width: 58px;
  height: 58px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  opacity: 1;
  backdrop-filter: blur(8px);
}

.thanks-hero-slider .carousel-control-prev {
  left: 22px;
}

.thanks-hero-slider .carousel-control-next {
  right: 22px;
}

.thanks-hero-slider .carousel-indicators {
  bottom: 24px;
  gap: 8px;
}

.thanks-hero-slider .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
}

.thanks-hero-slider .carousel-indicators .active {
  width: 34px;
  border-radius: 999px;
  background: var(--tp-gold);
}

.btn,
.btn-danger,
.btn-light-danger,
.btn-filter,
.btn-call_action_wrap {
  border-radius: var(--tp-radius) !important;
  font-weight: 800;
  letter-spacing: 0;
  padding: 13px 24px;
}

.btn-danger,
.bg-danger,
.pric_lio.bg-danger {
  background: linear-gradient(135deg, var(--tp-gold), var(--tp-orange)) !important;
  border-color: var(--tp-gold) !important;
  color: #111827 !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-call_action_wrap:hover {
  background: linear-gradient(135deg, #f4b247, var(--tp-gold)) !important;
  color: #081b36 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(217, 154, 43, .28);
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, .55) !important;
  color: #fff !important;
}

.btn-outline-light:hover {
  background: #fff !important;
  color: var(--tp-navy) !important;
}

.sec-heading {
  margin-bottom: 42px;
}

.sec-heading h2,
.story-wrap h2,
.breadcrumb-title,
.property_block_title,
.modal-header-title {
  color: var(--tp-navy) !important;
  font-weight: 800;
  letter-spacing: 0;
}

.sec-heading p {
  color: var(--tp-muted);
  font-size: 16px;
}

.img-wrap,
.property-listing,
.grid_agents,
.contact-box,
.property_block_wrap,
.sider_blocks_wrap,
.sidebar-widgets,
.home-message-card,
.visual-card {
  border: 1px solid var(--tp-line) !important;
  border-radius: var(--tp-radius) !important;
  background: #fff;
  box-shadow: 0 12px 35px rgba(9, 35, 72, .07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.img-wrap:hover,
.property-listing:hover,
.grid_agents:hover,
.contact-box:hover,
.property_block_wrap:hover,
.sider_blocks_wrap:hover,
.sidebar-widgets:hover,
.home-message-card:hover,
.visual-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--tp-shadow);
  border-color: rgba(217, 154, 43, .38) !important;
}

.img-wrap {
  min-height: 260px;
  isolation: isolate;
}

.img-wrap:before {
  background: linear-gradient(180deg, rgba(5, 24, 51, .05) 0%, rgba(5, 24, 51, .28) 38%, rgba(5, 24, 51, .88) 100%) !important;
  z-index: 1 !important;
}

.img-wrap:after {
  background: linear-gradient(180deg, rgba(5, 24, 51, 0) 0%, rgba(5, 24, 51, .18) 34%, rgba(5, 24, 51, .92) 100%) !important;
  z-index: 1 !important;
}

.location_wrap_content {
  z-index: 3 !important;
  padding: 24px !important;
  bottom: 0 !important;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(7, 31, 66, 0) 0%, rgba(7, 31, 66, .86) 100%) !important;
  min-height: 48%;
  width: 100%;
}

.location_wrap_content h4 {
  color: #fff !important;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.12;
  font-weight: 900;
  margin-bottom: 8px !important;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .82);
}

.location_wrap_content span {
  color: #fff !important;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .88);
}

.location_btn {
  background: var(--tp-gold) !important;
  color: var(--tp-navy) !important;
  flex: 0 0 auto;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

.visual-card img,
.listing-img-wrapper img,
.fr-grid-thumb img,
.gallery_parts img,
.featured_slick_gallery img,
.gg_single_part img,
.gg_single_part-right img {
  width: 100%;
  object-fit: cover;
}

.visual-card img {
  height: 410px;
}

.home-about-image-col .visual-card img {
  height: clamp(420px, 36vw, 560px);
}

.story-wrap {
  color: var(--tp-muted);
  line-height: 1.75;
}

.home-agency-story h2 {
  font-size: clamp(28px, 2.35vw, 36px);
  line-height: 1.16;
  margin-bottom: 18px !important;
  word-break: normal;
}

.home-agency-story p {
  font-size: 16px;
  line-height: 1.68;
  margin-bottom: 14px;
}

.story-wrap p {
  color: var(--tp-muted);
}

.story-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.story-badges span {
  display: block;
  min-height: 96px;
  padding: 14px 12px;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  background: linear-gradient(180deg, #fff, #f8fafc);
  color: var(--tp-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.home-agency-story .story-badges {
  gap: 8px;
  margin: 18px 0 20px;
}

.home-agency-story .story-badges span {
  min-height: 92px;
  padding: 13px 10px;
  font-size: 12px;
}

.home-agency-story .story-badges strong {
  font-size: 26px;
  overflow-wrap: normal;
}

.story-badges strong {
  display: block;
  color: var(--tp-royal);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.1;
  margin-bottom: 5px;
  overflow-wrap: normal;
}

.about-story-card {
  padding: 8px 0;
}

.about-hindi-line {
  color: var(--tp-navy) !important;
  font-weight: 850;
}

.team-stat-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  background: linear-gradient(135deg, #061b38, #0f4c9f);
  box-shadow: var(--tp-shadow);
}

.team-stat-panel div {
  min-height: 118px;
  padding: 18px;
  border-radius: var(--tp-radius);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
}

.team-stat-panel strong,
.team-stat-panel span {
  display: block;
}

.team-stat-panel strong {
  color: var(--tp-gold);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}

.team-stat-panel span {
  color: rgba(255, 255, 255, .84);
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.45;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(217, 154, 43, .13);
  color: #9b6819;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.project-showcase-section {
  position: relative;
}

.showcase-image-card {
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  background: #fff;
  padding: 10px;
  box-shadow: var(--tp-shadow);
  overflow: hidden;
}

.showcase-image-card img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.showcase-content-card {
  height: 100%;
  padding: 34px;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  background: #fff;
  box-shadow: 0 12px 35px rgba(9, 35, 72, .07);
}

.showcase-content-card h3 {
  color: var(--tp-navy);
  font-size: 30px;
  font-weight: 850;
  line-height: 1.18;
}

.showcase-content-card p {
  color: var(--tp-muted);
  line-height: 1.75;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.trust-grid div {
  padding: 16px;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  background: #fbfdff;
}

.trust-grid i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tp-navy);
  color: var(--tp-gold);
  margin-bottom: 12px;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--tp-navy);
  font-weight: 850;
  margin-bottom: 5px;
}

.trust-grid span {
  color: var(--tp-muted);
  font-size: 13px;
  line-height: 1.55;
}

.feature-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-tile {
  min-height: 190px;
  padding: 24px 18px;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 12px 35px rgba(9, 35, 72, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.feature-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(217, 154, 43, .4);
  box-shadow: var(--tp-shadow);
}

.feature-tile i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(15, 76, 159, .1);
  color: var(--tp-royal);
  font-size: 23px;
  margin-bottom: 18px;
}

.feature-tile img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(217, 154, 43, .35);
  margin-bottom: 18px;
  background: #fff;
}

.feature-tile h4 {
  color: var(--tp-navy);
  font-size: 18px;
  font-weight: 850;
}

.feature-tile p {
  color: var(--tp-muted);
  margin-bottom: 0;
  line-height: 1.6;
}

.tp-gallery-title .breadcrumb-title {
  color: #fff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .45);
}

.breadcrumb-subtitle {
  max-width: 680px;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 1.65;
  margin: 12px 0 0;
}

.tp-gallery-section {
  padding: 76px 0 86px;
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.tp-gallery-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: 6px;
  margin-left: -12px;
  margin-right: -12px;
  row-gap: 24px;
}

.tp-gallery-grid > [class*="col-"] {
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-bottom: 24px;
}

.tp-gallery-card {
  margin: 0;
  min-width: 0;
  height: 100%;
  position: relative;
  z-index: 1;
}

.tp-gallery-card a {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 292px;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  background: #eef3f8;
  border: 1px solid var(--tp-line);
  box-shadow: 0 18px 42px rgba(9, 35, 72, .09);
  width: 100%;
}

.tp-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform .35s ease, filter .35s ease;
}

.tp-gallery-card:hover img {
  transform: scale(1.07);
  filter: saturate(1.04);
}

.tp-gallery-overlay {
  position: absolute;
  inset: auto 0 0 0;
  min-height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 52px 20px 18px;
  background: linear-gradient(180deg, rgba(5, 17, 36, 0) 0%, rgba(5, 17, 36, .82) 100%);
}

.tp-gallery-overlay strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.tp-gallery-overlay em {
  color: var(--tp-gold);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.home-message-card {
  padding: 28px;
}

.site-alert {
  display: grid;
  gap: 3px;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 12px 28px rgba(9, 35, 72, .08);
}

.site-alert strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
}

.site-alert span {
  display: block;
  font-weight: 650;
}

.site-alert.success {
  color: #14532d;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
}

.site-alert.error {
  color: #991b1b;
  background: #fff1f2;
  border: 1px solid #fecdd3;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  color: var(--tp-ink);
  font-weight: 700;
  margin-bottom: 8px;
}

.form-control,
.form-control.simple,
.input-with-icon .form-control,
.input-with-icons .form-control {
  min-height: 52px;
  border: 1px solid var(--tp-line) !important;
  border-radius: var(--tp-radius) !important;
  background: #fbfdff !important;
  color: var(--tp-ink);
  box-shadow: none !important;
}

textarea.form-control {
  min-height: 118px;
}

.form-control:focus {
  border-color: var(--tp-royal) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(15, 76, 159, .1) !important;
}

.listing-img-wrapper {
  border-radius: var(--tp-radius) var(--tp-radius) 0 0;
  overflow: hidden;
}

.listing-img-wrapper img {
  height: 235px;
  transition: transform .45s ease;
}

.property-listing:hover .listing-img-wrapper img {
  transform: scale(1.06);
}

.listing-detail-wrapper {
  padding: 20px 22px 10px !important;
}

.listing-name,
.listing-name a {
  color: var(--tp-navy) !important;
  font-size: 19px;
  font-weight: 800;
}

.foot-location {
  color: var(--tp-muted) !important;
  font-weight: 600;
}

.listing-detail-footer {
  border-top: 1px solid var(--tp-line) !important;
  padding: 16px 22px !important;
  background: #fbfdff;
}

.pric_lio {
  border-radius: 999px !important;
  padding: 7px 12px !important;
  font-size: 13px;
}

.page-title {
  min-height: 340px;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.page-title .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-title,
.breadcrumbs-wrap .breadcrumb-item,
._page_tetio p,
._page_tetio h2 {
  color: #fff !important;
}

.breadcrumb-title {
  max-width: 820px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .24);
}

.breadcrumb {
  background: transparent !important;
}

.breadcrumb-item.active {
  color: rgba(255, 255, 255, .84) !important;
}

.contact-box {
  padding: 34px 24px;
  min-height: 190px;
  text-align: center;
}

.contact-box i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 154, 43, .14);
  color: var(--tp-gold) !important;
  font-size: 24px;
}

.contact-box h4 {
  color: var(--tp-navy);
  margin-top: 18px;
}

.property_block_wrap_header,
.side-booking-header {
  border-bottom: 1px solid var(--tp-line) !important;
  background: #fff !important;
}

.block-body,
.sider-block-body {
  color: var(--tp-muted);
}

.grid_agents-wrap {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fr-grid-thumb {
  width: 100% !important;
  height: 300px !important;
  border-radius: var(--tp-radius) var(--tp-radius) 0 0 !important;
  display: block !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(217, 154, 43, .14), transparent 32%),
    linear-gradient(135deg, #eef3f8, #ffffff);
}

.fr-grid-thumb a {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.fr-grid-thumb img:not(.verify) {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center center;
  border-radius: 0 !important;
}

.fr-grid-thumb .verified {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}

.fr-grid-thumb .verify,
span.verified img.verify {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  position: static !important;
}

.fr-grid-deatil {
  padding: 24px 18px 26px;
}

.fr-grid-deatil h5 a {
  color: var(--tp-navy) !important;
  font-weight: 800;
}

.fr-grid-deatil span {
  color: var(--tp-royal) !important;
  font-weight: 700;
}

.inline_social li a {
  border-radius: 50% !important;
  background: #f4f7fb !important;
  color: var(--tp-royal) !important;
}

.inline_social li a:hover {
  background: var(--tp-gold) !important;
  color: var(--tp-navy) !important;
}

.call_action_wrap-wrap {
  position: relative;
  overflow: hidden;
  background: url("../img/re-hero-gated-estate.jpg") center/cover no-repeat !important;
}

.call_action_wrap {
  position: relative;
  z-index: 1;
  align-items: center;
}

.call_action_wrap h3,
.call_action_wrap span {
  color: #fff !important;
}

.btn-call_action_wrap {
  background: #fff !important;
  color: var(--tp-navy) !important;
}

.dark-footer {
  background: #061b38 !important;
}

.footer-middle {
  padding: 70px 0 46px;
}

.img-footer {
  max-width: 190px;
  background: #fff;
  border-radius: var(--tp-radius);
  padding: 10px;
}

.footer-brand-copy {
  color: rgba(255, 255, 255, .72);
  max-width: 430px;
  line-height: 1.8;
}

.footer_widget .widget_title {
  color: #fff !important;
  font-weight: 800;
}

.footer-menu li a {
  color: rgba(255, 255, 255, .72) !important;
}

.footer-menu li a:hover {
  color: var(--tp-gold) !important;
}

.footer-bottom {
  background: rgba(0, 0, 0, .18) !important;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-bottom p,
.footer-bottom a {
  color: rgba(255, 255, 255, .78) !important;
}

.footer-social {
  justify-content: flex-start;
}

.modal-content {
  border: 0 !important;
  border-radius: var(--tp-radius) !important;
  box-shadow: var(--tp-shadow);
  overflow: hidden;
}

.resp_log_thumb {
  background-size: cover !important;
  background-position: center !important;
  min-height: 520px;
}

.resp_log_caption {
  padding: 44px !important;
}

.tabs_system .nav-link {
  border-radius: var(--tp-radius) !important;
  color: var(--tp-ink);
  font-weight: 800;
}

.tabs_system .nav-link.active {
  background: var(--tp-navy) !important;
  color: #fff !important;
}

.top-scroll {
  background: var(--tp-navy) !important;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: var(--tp-shadow);
}

.agent-_blocks_thumb img,
.sides_list_property_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

iframe {
  border-radius: var(--tp-radius);
  box-shadow: var(--tp-shadow);
}

@media (max-width: 991px) {
  section {
    padding: 62px 0;
  }

  .top-header .row {
    gap: 8px;
  }

  .top-social {
    justify-content: flex-start;
  }

  .nav-menu > li > a {
    padding: 14px 18px;
  }

  .navigation,
  .nav-header {
    min-height: 72px;
  }

  .nav-brand .logo {
    height: 54px !important;
    max-height: 54px !important;
  }

  .navigation-portrait .nav-toggle {
    display: block !important;
    right: 10px;
    left: auto;
    width: 42px;
    height: 42px;
    padding-top: 16px;
    border-radius: 8px;
    background: var(--tp-navy);
  }

  .navigation-portrait .nav-toggle:before {
    background-color: #fff;
    box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff;
  }

  .navigation-portrait .nav-menus-wrapper {
    width: min(86vw, 340px);
    box-shadow: 18px 0 45px rgba(9, 35, 72, .18);
  }

  .nav-toggle {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto !important;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    padding: 16px 9px 0;
    border-radius: 8px;
    background: var(--tp-navy);
    cursor: pointer;
    z-index: 20001;
  }

  .nav-toggle:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 7px 0 0 #fff, 0 14px 0 0 #fff;
  }

  .nav-menus-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: min(86vw, 340px) !important;
    height: 100vh !important;
    padding: 70px 0 28px;
    background: #fff !important;
    z-index: 20000 !important;
    overflow-y: auto;
    box-shadow: 18px 0 45px rgba(9, 35, 72, .18);
    transition: left .28s ease !important;
  }

  .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0 !important;
  }

  .nav-menus-wrapper-close-button {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 38px;
    height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--tp-soft);
    color: var(--tp-navy);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  .nav-menu {
    display: block !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0;
  }

  .nav-menu > li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid var(--tp-line);
  }

  .nav-menu > li > a {
    display: block;
    width: 100%;
    padding: 15px 22px !important;
    color: var(--tp-ink) !important;
  }

  .nav-menu .nav-dropdown {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    margin: 0 18px 14px;
    border: 1px solid var(--tp-line);
    box-shadow: none;
    background: #fbfdff;
  }

  .nav-menu .nav-dropdown li a {
    padding: 11px 16px !important;
    font-size: 14px;
  }

  .nav-menu > li.active > a:after {
    display: none;
  }

  .thanks-hero.hero_banner {
    min-height: auto;
  }

  .page-title {
    min-height: 260px;
  }

  .thanks-hero-slider .carousel-item {
    min-height: auto;
  }

  .hero-full-content,
  .hero-full-content .hero-actions {
    text-align: center;
    justify-content: center;
  }

  .hero-full-content .hero-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-full-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .thanks-hero-slider .carousel-control-prev,
  .thanks-hero-slider .carousel-control-next {
    width: 44px;
    height: 44px;
  }

  .story-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-agency-story h2 {
    font-size: 32px;
  }

  .home-agency-story p {
    font-size: 16px;
  }

  .home-about-image-col .visual-card img {
    height: 380px;
  }

  .team-stat-panel {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .feature-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tp-gallery-grid {
    row-gap: 18px;
  }

  .call_action_wrap {
    gap: 22px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  section {
    padding: 48px 0;
  }

  .top-header {
    text-align: left;
  }

  .cn-info li {
    display: block;
    margin-bottom: 5px;
  }

  .big-header-capt {
    font-size: 38px;
  }

  .thanks-hero.hero_banner,
  .thanks-hero-slider .carousel-item {
    min-height: auto;
  }

  .hero-full-content {
    padding: 44px 0 76px;
  }

  .thanks-hero-slider .carousel-control-prev,
  .thanks-hero-slider .carousel-control-next {
    display: none;
  }

  .thanks-hero p {
    font-size: 16px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .listing-img-wrapper img {
    height: 215px;
  }

  .fr-grid-thumb {
    height: 280px !important;
  }

  .img-wrap {
    min-height: 300px;
  }

  .location_wrap_content {
    padding: 20px !important;
    min-height: 52%;
  }

  .location_wrap_content h4 {
    font-size: 24px;
  }

  .location_wrap_content span {
    font-size: 15px;
  }

  .trust-grid,
  .feature-tile-grid {
    grid-template-columns: 1fr;
  }

  .tp-gallery-section {
    padding: 54px 0 62px;
  }

  .breadcrumb-subtitle {
    font-size: 15px;
  }

  .tp-gallery-grid {
    row-gap: 16px;
  }

  .tp-gallery-card a {
    min-height: 240px;
    border-radius: 12px;
  }

  .tp-gallery-overlay strong {
    font-size: 16px;
  }

  .story-badges {
    grid-template-columns: 1fr;
  }

  .story-badges span {
    min-height: auto;
  }

  .home-agency-story h2 {
    font-size: 28px;
  }

  .home-about-image-col .visual-card img {
    height: 320px;
  }

  .showcase-content-card {
    padding: 24px;
  }

  .showcase-content-card h3 {
    font-size: 25px;
  }

  .home-message-card,
  .resp_log_caption {
    padding: 24px !important;
  }
}
