.elementor-46520 .elementor-element.elementor-element-a066111{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-46520 .elementor-element.elementor-element-079e50b:not(.elementor-motion-effects-element-type-background), .elementor-46520 .elementor-element.elementor-element-079e50b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F6F1;}.elementor-46520 .elementor-element.elementor-element-079e50b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 200px 80px 200px;}.elementor-46520 .elementor-element.elementor-element-079e50b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-46520 .elementor-element.elementor-element-abcea24 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-46520 .elementor-element.elementor-element-958cc50 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-46520 .elementor-element.elementor-element-2f8d08e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-46520 .elementor-element.elementor-element-e528efc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-46520 .elementor-element.elementor-element-24547a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46520 .elementor-element.elementor-element-85c1f3b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-46520 .elementor-element.elementor-element-4fe04c5{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-46520 .elementor-element.elementor-element-cdc586e > .elementor-widget-container{background-color:#FFFFFF;border-radius:30px 30px 30px 30px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-46520 .elementor-element.elementor-element-cdc586e .elementor-swiper-button{font-size:20px;}.elementor-46520 .elementor-element.elementor-element-cdc586e .elementor-testimonial__text{font-family:"Open Sans", Sans-serif;font-size:18px;}.elementor-46520 .elementor-element.elementor-element-434519a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-46520 .elementor-element.elementor-element-079e50b{padding:0px 0px 40px 0px;}.elementor-46520 .elementor-element.elementor-element-4fe04c5{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-46520 .elementor-element.elementor-element-079e50b{margin-top:0px;margin-bottom:0px;padding:40px 10px 40px 10px;}.elementor-46520 .elementor-element.elementor-element-4fe04c5{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-46520 .elementor-element.elementor-element-cdc586e .elementor-testimonial__text{font-size:15px;}}/* Start custom CSS for html, class: .elementor-element-73a815d *//* ITZ REALTY HOME HERO */

.itz-home-hero {
  --itz-navy: #2C2E70;
  --itz-navy-dark: #15173f;
  --itz-gold: #D3B574;
  --itz-gold-light: #ead8ae;
  --itz-white: #ffffff;

  position: relative;
  display: flex;
  min-height: clamp(700px, 90vh, 940px);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 110px 28px 125px;
  background-color: var(--itz-navy-dark);
  background-image:
    linear-gradient(
      90deg,
      rgba(13, 15, 51, 0.98) 0%,
      rgba(20, 22, 67, 0.96) 35%,
      rgba(30, 32, 81, 0.82) 62%,
      rgba(20, 22, 60, 0.66) 100%
    ),
    url("https://www.itzrealty.com/wp-content/uploads/2022/09/mountain-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Subtle bottom fade for improved text and link visibility */

.itz-home-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 12, 42, 0.96) 0%,
    rgba(10, 12, 42, 0.2) 42%,
    transparent 70%
  );
  content: "";
}

/* Square architectural accent */

.itz-home-hero::after {
  position: absolute;
  z-index: -1;
  top: -120px;
  right: clamp(-170px, -7vw, -80px);
  width: clamp(320px, 38vw, 600px);
  height: clamp(320px, 38vw, 600px);
  border: 2px solid rgba(211, 181, 116, 0.42);
  content: "";
  transform: rotate(9deg);
}

.itz-hero-inner {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.itz-hero-content {
  position: relative;
  width: min(800px, 100%);
  padding-left: clamp(24px, 4vw, 58px);
  border-left: 5px solid var(--itz-gold);
}

/* Large IR brand area */

/* ITZ REALTY LOGO */

.itz-hero-brand {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.itz-hero-logo {
  display: block;
  width: clamp(145px, 15vw, 215px);
  height: auto;
  max-height: 135px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.5));
}

.itz-hero-monogram {
  display: flex;
  width: clamp(130px, 14vw, 180px);
  height: clamp(130px, 14vw, 180px);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--itz-gold);
  background: var(--itz-navy);
  box-shadow:
    12px 12px 0 rgba(211, 181, 116, 0.2),
    0 18px 45px rgba(0, 0, 0, 0.28);
  color: var(--itz-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 7vw, 92px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 1;
}

.itz-hero-brand-name {
  display: grid;
  gap: 7px;
}

.itz-hero-brand-name strong {
  color: var(--itz-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.itz-hero-brand-name span {
  color: var(--itz-gold-light);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.itz-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: var(--itz-gold-light);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.itz-hero-eyebrow::after {
  width: 70px;
  height: 2px;
  background: var(--itz-gold);
  content: "";
}

.itz-home-hero h1 {
  max-width: 790px;
  margin: 0;
  color: var(--itz-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.45);
  text-wrap: balance;
}

.itz-hero-description {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--itz-white);
  font-family: Arial, sans-serif;
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 400;
  line-height: 1.65;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.itz-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.itz-hero-button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 17px 31px;
  border: 2px solid transparent;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.itz-hero-button-primary {
  border-color: var(--itz-gold);
  background: var(--itz-gold);
  color: #17183d;
}

.itz-hero-button-primary span {
  font-size: 25px;
  line-height: 0;
  transition: transform 0.2s ease;
}

.itz-hero-button-primary:hover,
.itz-hero-button-primary:focus-visible {
  border-color: var(--itz-white);
  background: var(--itz-white);
  color: var(--itz-navy-dark);
  transform: translateY(-3px);
}

.itz-hero-button-primary:hover span {
  transform: translateX(5px);
}

.itz-hero-button-secondary {
  border-color: var(--itz-white);
  background: var(--itz-navy-dark);
  color: var(--itz-white);
}

.itz-hero-button-secondary:hover,
.itz-hero-button-secondary:focus-visible {
  border-color: var(--itz-gold);
  background: var(--itz-gold);
  color: var(--itz-navy-dark);
  transform: translateY(-3px);
}

.itz-hero-listings-link {
  position: absolute;
  right: clamp(28px, 5vw, 80px);
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--itz-white);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.itz-hero-listings-link span:last-child {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--itz-gold);
  color: var(--itz-gold-light);
  font-size: 22px;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.itz-hero-listings-link:hover span:last-child,
.itz-hero-listings-link:focus-visible span:last-child {
  background: var(--itz-gold);
  color: var(--itz-navy-dark);
  transform: translateY(4px);
}

.itz-hero-button:focus-visible,
.itz-hero-listings-link:focus-visible {
  outline: 4px solid var(--itz-white);
  outline-offset: 4px;
}

/* TABLET */

@media (max-width: 900px) {
  .itz-home-hero {
    min-height: 780px;
    padding-top: 90px;
    background-image:
      linear-gradient(
        90deg,
        rgba(13, 15, 51, 0.97) 0%,
        rgba(20, 22, 67, 0.91) 60%,
        rgba(20, 22, 60, 0.75) 100%
      ),
      url("https://www.itzrealty.com/wp-content/uploads/2022/09/mountain-1.jpg");
    background-position: 60% center;
  }

  .itz-home-hero::after {
    opacity: 0.6;
  }

  .itz-hero-content {
    padding-left: 30px;
  }

  .itz-hero-listings-link {
    right: 28px;
  }
}

/* MOBILE */

@media (max-width: 650px) {
  .itz-home-hero {
    min-height: 780px;
    align-items: flex-end;
    padding: 75px 22px 70px;
    background-image:
      linear-gradient(
        to bottom,
        rgba(13, 15, 51, 0.55) 0%,
        rgba(13, 15, 51, 0.84) 38%,
        rgba(13, 15, 51, 0.99) 70%,
        rgba(13, 15, 51, 1) 100%
      ),
      url("https://www.itzrealty.com/wp-content/uploads/2022/09/mountain-1.jpg");
    background-position: 62% center;
  }

  .itz-home-hero::after,
  .itz-hero-listings-link {
    display: none;
  }

  .itz-hero-content {
    padding-left: 18px;
    border-left-width: 4px;
  }

  .itz-hero-brand {
    gap: 18px;
    margin-bottom: 30px;
  }

  .itz-hero-monogram {
    width: 105px;
    height: 105px;
    box-shadow: 8px 8px 0 rgba(211, 181, 116, 0.22);
    font-size: 55px;
  }

  .itz-hero-brand-name strong {
    font-size: 25px;
  }

  .itz-hero-brand-name span {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .itz-hero-eyebrow {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .itz-hero-eyebrow::after {
    display: none;
  }

  .itz-home-hero h1 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .itz-hero-description {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.55;
  }

  .itz-hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 30px;
  }

  .itz-hero-button {
    width: 100%;
    min-height: 60px;
    padding: 16px 22px;
  }
}

@media (max-width: 420px) {
  .itz-hero-brand-name {
    display: none;
  }

  .itz-hero-monogram {
    width: 115px;
    height: 115px;
    font-size: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .itz-hero-button,
  .itz-hero-button span,
  .itz-hero-listings-link span {
    transition: none;
  }
}

/* TABLET */

@media (max-width: 900px) {
  .itz-hero-logo {
    width: clamp(145px, 24vw, 195px);
  }
}

/* MOBILE */

@media (max-width: 650px) {
  .itz-hero-brand {
    margin-bottom: 24px;
  }

  .itz-hero-logo {
    width: 145px;
    max-height: 105px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83d6777 *//* ITZ REALTY LISTINGS INTRO */

.itz-listings-intro {
  --itz-navy: #2C2E70;
  --itz-navy-dark: #171946;
  --itz-gold: #D3B574;
  --itz-cream: #f8f6f1;
  --itz-white: #ffffff;

  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 115px) 24px;
  scroll-margin-top: 100px;
  background: linear-gradient(
    135deg,
    var(--itz-white) 0%,
    var(--itz-cream) 100%
  );
}

/* GOLD TOP BORDER */

.itz-listings-intro::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 5px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--itz-gold) 18%,
    var(--itz-gold) 82%,
    transparent 100%
  );
  content: "";
  transform: translateX(-50%);
}

/* ANGLED CORNER DETAIL */

.itz-listings-intro::after {
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 190px;
  height: 190px;
  border-top: 2px solid rgba(211, 181, 116, 0.35);
  border-left: 2px solid rgba(211, 181, 116, 0.35);
  content: "";
  transform: rotate(8deg);
}

/* INNER LAYOUT */

.itz-listings-intro-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* HEADING AREA */

.itz-listings-heading {
  display: grid;
  grid-template-columns:
    minmax(35px, 110px)
    minmax(0, 860px)
    minmax(35px, 110px);
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
}

.itz-heading-line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--itz-gold);
}

.itz-listings-heading h2 {
  margin: 0;
  color: var(--itz-navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
}

/* WIDE DESCRIPTION BOX */

.itz-listings-copy {
  position: relative;
  width: min(1050px, calc(100% - 40px));
  box-sizing: border-box;
  margin: clamp(32px, 4vw, 48px) auto 0;
  padding:
    clamp(28px, 3vw, 38px)
    clamp(34px, 5vw, 64px);
  border: 3px solid var(--itz-gold);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(23, 25, 70, 0.1);
}

.itz-listings-copy p {
  max-width: 920px;
  margin: 0 auto;
  color: #24284f;
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 1.65vw, 21px);
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

.itz-listings-copy strong {
  color: var(--itz-navy-dark);
  font-weight: 700;
}

/* TABLET */

@media (max-width: 900px) {
  .itz-listings-intro {
    padding-right: 22px;
    padding-left: 22px;
  }

  .itz-listings-heading {
    grid-template-columns: 55px minmax(0, 1fr) 55px;
    gap: 20px;
  }

  .itz-listings-heading h2 {
    font-size: clamp(38px, 6vw, 52px);
  }

  .itz-listings-copy {
    width: calc(100% - 30px);
    padding: 30px 36px;
  }

  .itz-listings-copy p {
    font-size: 19px;
  }
}

/* MOBILE */

@media (max-width: 650px) {
  .itz-listings-intro {
    padding: 65px 20px;
  }

  .itz-listings-intro::before {
    width: calc(100% - 40px);
  }

  .itz-listings-intro::after {
    display: none;
  }

  .itz-listings-heading {
    display: block;
  }

  .itz-heading-line {
    width: 70px;
    margin-right: auto;
    margin-left: auto;
  }

  .itz-heading-line:first-child {
    margin-bottom: 24px;
  }

  .itz-heading-line:last-child {
    margin-top: 24px;
  }

  .itz-listings-heading h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.12;
  }

  .itz-listings-copy {
    width: 100%;
    margin-top: 32px;
    padding: 26px 22px;
    border-width: 2px;
  }

  .itz-listings-copy p {
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-935cd45 *//* ITZ REALTY TEAM SECTION */

.itz-team-section {
  --itz-navy: #2C2E70;
  --itz-navy-dark: #11143e;
  --itz-gold: #D3B574;
  --itz-gold-light: #ebdbb7;
  --itz-white: #ffffff;

  position: relative;
  overflow: hidden;
  padding: clamp(75px, 8vw, 115px) 26px;
  border-top: 4px solid var(--itz-gold);
  border-bottom: 4px solid var(--itz-gold);
  background:
    linear-gradient(
      120deg,
      #11143e 0%,
      #22245f 55%,
      #2C2E70 100%
    );
}

/* SUBTLE ARCHITECTURAL BACKGROUND LINES */

.itz-team-section::before {
  position: absolute;
  top: -90px;
  left: -75px;
  width: 280px;
  height: 280px;
  border-right: 1px solid rgba(211, 181, 116, 0.2);
  border-bottom: 1px solid rgba(211, 181, 116, 0.2);
  content: "";
  transform: rotate(-8deg);
}

.itz-team-section::after {
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border-top: 1px solid rgba(211, 181, 116, 0.2);
  border-left: 1px solid rgba(211, 181, 116, 0.2);
  content: "";
  transform: rotate(8deg);
}

.itz-team-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1380px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.65fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(55px, 7vw, 105px);
}

/* AGENT GRID */

.itz-team-members {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 55px);
}

/* AGENT CARD */

.itz-agent-card {
  position: relative;
  padding: 0 0 32px;
  border: 1px solid rgba(211, 181, 116, 0.42);
  background: rgba(12, 15, 53, 0.48);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.itz-agent-card::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 45px;
  height: 45px;
  border-right: 3px solid var(--itz-gold);
  border-bottom: 3px solid var(--itz-gold);
  content: "";
}

/* PORTRAIT */

.itz-agent-photo-frame {
  position: relative;
  width: calc(100% - 30px);
  aspect-ratio: 4 / 3;
  margin: -16px 0 0 -16px;
  background: var(--itz-gold);
}

.itz-agent-photo-frame::after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--itz-gold);
  content: "";
}

.itz-agent-photo {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid var(--itz-gold);
  object-fit: cover;
}

/* INDIVIDUAL IMAGE POSITIONING */

.itz-agent-card:first-child .itz-agent-photo {
  object-position: center 20%;
}

.itz-agent-card:nth-child(2) .itz-agent-photo {
  object-position: center 22%;
}

/* AGENT INFORMATION */

.itz-agent-content {
  padding: 32px 28px 5px;
}

.itz-agent-content h2 {
  margin: 0 0 13px;
  color: var(--itz-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.itz-agent-title {
  margin: 0 0 15px;
  color: var(--itz-gold-light);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.itz-agent-contact {
  display: block;
  width: fit-content;
  margin-top: 8px;
  color: var(--itz-white);
  font-family: Arial, sans-serif;
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  text-decoration-color: rgba(211, 181, 116, 0.7);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  overflow-wrap: anywhere;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}

.itz-agent-contact:hover,
.itz-agent-contact:focus-visible {
  color: var(--itz-gold-light);
  text-decoration-color: var(--itz-gold);
}

/* CALL TO ACTION */

.itz-team-cta {
  position: relative;
  padding: clamp(36px, 4vw, 58px);
  border: 2px solid var(--itz-gold);
  background: rgba(15, 18, 58, 0.86);
  box-shadow: 18px 18px 0 rgba(211, 181, 116, 0.14);
}

.itz-team-cta-line {
  display: block;
  width: 76px;
  height: 4px;
  margin-bottom: 25px;
  background: var(--itz-gold);
}

.itz-team-eyebrow {
  margin: 0 0 17px;
  color: var(--itz-gold-light);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.itz-team-cta h2 {
  margin: 0;
  color: var(--itz-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.5vw, 67px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.itz-team-cta h2 span {
  display: block;
  margin-top: 5px;
  color: var(--itz-gold);
}

.itz-team-description {
  margin: 28px 0 0;
  color: var(--itz-white);
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.65;
}

.itz-team-button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 34px;
  padding: 17px 29px;
  border: 2px solid var(--itz-gold);
  background: var(--itz-gold);
  color: var(--itz-navy-dark);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.itz-team-button span {
  font-size: 24px;
  line-height: 0;
  transition: transform 0.2s ease;
}

.itz-team-button:hover,
.itz-team-button:focus-visible {
  border-color: var(--itz-white);
  background: var(--itz-white);
  color: var(--itz-navy-dark);
  transform: translateY(-3px);
}

.itz-team-button:hover span {
  transform: translateX(5px);
}

.itz-team-button:focus-visible,
.itz-agent-contact:focus-visible {
  outline: 4px solid var(--itz-white);
  outline-offset: 4px;
}

/* LAPTOP AND TABLET */

@media (max-width: 1100px) {
  .itz-team-inner {
    grid-template-columns: 1fr;
  }

  .itz-team-members {
    width: min(850px, 100%);
    margin: 0 auto;
  }

  .itz-team-cta {
    width: min(850px, 100%);
    box-sizing: border-box;
    margin: 0 auto;
  }
}

/* SMALL TABLET */

@media (max-width: 760px) {
  .itz-team-members {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .itz-agent-card {
    width: min(520px, 100%);
    box-sizing: border-box;
    margin: 0 auto;
  }

  .itz-agent-photo-frame {
    aspect-ratio: 5 / 4;
  }

  .itz-agent-content h2 {
    font-size: 38px;
  }
}

/* MOBILE */

@media (max-width: 520px) {
  .itz-team-section {
    padding: 70px 20px;
  }

  .itz-team-section::before,
  .itz-team-section::after {
    display: none;
  }

  .itz-agent-card {
    padding-bottom: 25px;
  }

  .itz-agent-photo-frame {
    width: calc(100% - 20px);
    margin-top: -10px;
    margin-left: -10px;
  }

  .itz-agent-content {
    padding: 28px 22px 5px;
  }

  .itz-agent-content h2 {
    font-size: 34px;
  }

  .itz-agent-title {
    font-size: 13px;
  }

  .itz-agent-contact {
    font-size: 16px;
  }

  .itz-team-cta {
    padding: 34px 25px;
    box-shadow: 10px 10px 0 rgba(211, 181, 116, 0.14);
  }

  .itz-team-cta h2 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1.02;
  }

  .itz-team-description {
    font-size: 18px;
  }

  .itz-team-button {
    width: 100%;
    box-sizing: border-box;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  .itz-team-button,
  .itz-team-button span,
  .itz-agent-contact {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4649b6 *//* ITZ REALTY LAND OWNERSHIP SECTION */

.itz-land-section {
  --itz-navy: #2C2E70;
  --itz-navy-dark: #171946;
  --itz-gold: #D3B574;
  --itz-cream: #f8f6f1;
  --itz-white: #ffffff;
  --itz-text: #292d51;

  display: grid;
  width: 100%;
  grid-template-columns: minmax(380px, 0.85fr) minmax(600px, 1.15fr);
  align-items: stretch;
  border-top: 4px solid var(--itz-gold);
  border-bottom: 4px solid var(--itz-gold);
  background: var(--itz-cream);
}

/* IMAGE */

.itz-land-image {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--itz-navy);
}

.itz-land-image::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(17, 20, 62, 0.55) 0%,
    rgba(17, 20, 62, 0.08) 38%,
    transparent 65%
  );
  content: "";
  pointer-events: none;
}

.itz-land-image::after {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  width: 105px;
  height: 105px;
  border-right: 4px solid var(--itz-gold);
  border-bottom: 4px solid var(--itz-gold);
  content: "";
  pointer-events: none;
}

.itz-land-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  object-position: 48% center;
}

/* CONTENT SIDE */

.itz-land-content {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(65px, 6vw, 100px) clamp(35px, 6vw, 90px);
  background: linear-gradient(
    135deg,
    var(--itz-white) 0%,
    var(--itz-cream) 100%
  );
}

.itz-land-content::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border-bottom: 2px solid rgba(211, 181, 116, 0.3);
  border-left: 2px solid rgba(211, 181, 116, 0.3);
  content: "";
}

.itz-land-content-inner {
  position: relative;
  z-index: 1;
  width: min(850px, 100%);
  margin: 0 auto;
}

/* SECTION HEADING */

.itz-land-heading {
  padding-bottom: clamp(32px, 4vw, 48px);
  border-bottom: 2px solid var(--itz-gold);
}

/* EYEBROW — NO DECORATIVE LINE */

.itz-land-eyebrow {
  display: block;
  margin: 0 0 18px;
  color: var(--itz-navy);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.itz-land-eyebrow::before,
.itz-land-eyebrow::after {
  display: none !important;
  content: none !important;
}

.itz-land-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--itz-navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(39px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}

.itz-land-introduction {
  max-width: 790px;
  margin: 26px 0 0;
  color: var(--itz-text);
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.7;
}

/* OWNERSHIP OPTIONS */

.itz-land-options {
  display: grid;
  margin-top: clamp(32px, 4vw, 48px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(20px, 2.5vw, 30px);
}

.itz-land-option {
  position: relative;
  padding: clamp(27px, 3vw, 38px);
  border: 2px solid var(--itz-gold);
  background: var(--itz-white);
  box-shadow: 10px 10px 0 rgba(211, 181, 116, 0.14);
}

/* REMOVE OLD CARD NUMBERS IF OLD HTML REMAINS */

.itz-option-number {
  display: none !important;
}

.itz-land-option:first-child {
  border-top: 7px solid var(--itz-navy);
}

.itz-land-option:last-child {
  border-top: 7px solid var(--itz-gold);
}

.itz-land-option h3 {
  margin: 0 0 16px;
  color: var(--itz-navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
}

.itz-land-option p {
  margin: 0;
  color: var(--itz-text);
  font-family: Arial, sans-serif;
  font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.7;
}

/* MEDIUM DESKTOP */

@media (max-width: 1250px) {
  .itz-land-section {
    grid-template-columns: minmax(350px, 0.75fr) minmax(560px, 1.25fr);
  }

  .itz-land-options {
    grid-template-columns: 1fr;
  }

  .itz-land-image,
  .itz-land-image img {
    min-height: 900px;
  }
}

/* TABLET */

@media (max-width: 950px) {
  .itz-land-section {
    display: block;
  }

  .itz-land-image {
    height: 58vw;
    min-height: 500px;
    max-height: 620px;
  }

  .itz-land-image img {
    height: 100%;
    min-height: 500px;
    object-position: center 35%;
  }

  .itz-land-content {
    padding: 70px 30px 85px;
  }

  .itz-land-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* MOBILE */

@media (max-width: 700px) {
  .itz-land-image {
    height: 430px;
    min-height: 430px;
  }

  .itz-land-image img {
    min-height: 430px;
    object-position: 48% center;
  }

  .itz-land-image::after {
    right: 18px;
    bottom: 18px;
    width: 75px;
    height: 75px;
  }

  .itz-land-content {
    padding: 60px 20px 70px;
  }

  .itz-land-content::after {
    display: none;
  }

  .itz-land-eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .itz-land-eyebrow::before,
  .itz-land-eyebrow::after {
    display: none !important;
    content: none !important;
  }

  .itz-land-heading h2 {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1.12;
  }

  .itz-land-introduction {
    font-size: 18px;
    line-height: 1.65;
  }

  .itz-land-options {
    grid-template-columns: 1fr;
  }

  .itz-land-option {
    padding: 27px 23px;
    box-shadow: 7px 7px 0 rgba(211, 181, 116, 0.14);
  }

  .itz-land-option h3 {
    font-size: 25px;
  }

  .itz-land-option p {
    font-size: 17px;
    line-height: 1.68;
  }
}

/* SMALL MOBILE */

@media (max-width: 420px) {
  .itz-land-image {
    height: 370px;
    min-height: 370px;
  }

  .itz-land-image img {
    min-height: 370px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85c1f3b *//* ITZ REALTY CONTACT SECTION */

.itz-contact-section {
  --itz-navy: #2C2E70;
  --itz-navy-dark: #11143e;
  --itz-gold: #D3B574;
  --itz-gold-light: #ebdbb7;
  --itz-white: #ffffff;

  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 110px) clamp(20px, 4vw, 55px);
  scroll-margin-top: 100px;
  border-top: 4px solid var(--itz-gold);
  border-bottom: 4px solid var(--itz-gold);
  background: linear-gradient(
    125deg,
    var(--itz-navy-dark) 0%,
    var(--itz-navy) 100%
  );
}

/* SIMPLE SQUARE CORNER DETAIL */

.itz-contact-section::after {
  position: absolute;
  right: -65px;
  bottom: -85px;
  width: 220px;
  height: 220px;
  border-top: 2px solid rgba(211, 181, 116, 0.22);
  border-left: 2px solid rgba(211, 181, 116, 0.22);
  content: "";
  transform: rotate(7deg);
  pointer-events: none;
}

/* CONTACT HEADER */

.itz-contact-header {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  margin: 0 auto clamp(42px, 5vw, 65px);
  color: var(--itz-white);
  text-align: center;
}

.itz-contact-accent {
  display: block;
  width: 80px;
  height: 5px;
  margin: 0 auto 24px;
  background: var(--itz-gold);
}

.itz-contact-eyebrow {
  margin: 0 0 14px;
  color: var(--itz-gold-light);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.itz-contact-header h2 {
  margin: 0;
  color: var(--itz-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.itz-contact-description {
  max-width: 800px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.7;
}

.itz-contact-description a {
  color: var(--itz-gold-light);
  font-weight: 700;
  text-decoration-color: var(--itz-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.itz-contact-description a:hover,
.itz-contact-description a:focus-visible {
  color: var(--itz-white);
}

/* FORM FIELDS */

.itz-contact-section input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.itz-contact-section select,
.itz-contact-section textarea {
  width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  border: 2px solid #d8d9e2 !important;
  border-radius: 0 !important;
  background: var(--itz-white) !important;
  color: var(--itz-navy-dark) !important;
  font-family: Arial, sans-serif;
  font-size: 17px !important;
  box-shadow: none !important;
}

.itz-contact-section input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.itz-contact-section select {
  padding: 14px 16px !important;
}

.itz-contact-section textarea {
  min-height: 170px;
  padding: 16px !important;
  resize: vertical;
}

.itz-contact-section input::placeholder,
.itz-contact-section textarea::placeholder {
  color: #60647a !important;
  opacity: 1;
}

.itz-contact-section input:focus,
.itz-contact-section select:focus,
.itz-contact-section textarea:focus {
  border-color: var(--itz-gold) !important;
  outline: 4px solid rgba(211, 181, 116, 0.3) !important;
  outline-offset: 1px;
}

/* SUBMIT BUTTON */

.itz-contact-section button[type="submit"],
.itz-contact-section input[type="submit"],
.itz-contact-section form .elementor-button {
  min-height: 60px;
  padding: 16px 30px !important;
  border: 2px solid var(--itz-gold) !important;
  border-radius: 0 !important;
  background: var(--itz-gold) !important;
  color: var(--itz-navy-dark) !important;
  font-family: Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.itz-contact-section button[type="submit"]:hover,
.itz-contact-section input[type="submit"]:hover,
.itz-contact-section form .elementor-button:hover {
  border-color: var(--itz-white) !important;
  background: var(--itz-white) !important;
}

/* MOBILE */

@media (max-width: 650px) {
  .itz-contact-section {
    padding: 65px 20px 75px;
  }

  .itz-contact-section::after {
    display: none;
  }

  .itz-contact-header {
    margin-bottom: 38px;
  }

  .itz-contact-header h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .itz-contact-description {
    font-size: 18px;
    line-height: 1.65;
  }

  .itz-contact-section button[type="submit"],
  .itz-contact-section input[type="submit"],
  .itz-contact-section form .elementor-button {
    width: 100%;
  }
}/* End custom CSS */