/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper > .container {
    width: 100%;
}










.above-footer-cta .container {
    width: 100%;
    max-width: 1390px;
}

.offmarket-section {
  background: #f3f3f3;
  color: #4b4b4b;
}

.offmarket-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.offmarket-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.offmarket-hero__overlay {
  position: absolute;
  inset: 0;
    background: rgba(72, 122, 183, 0.85);
}

.offmarket-hero__content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 40px 0;
  color: #fff;
}

.offmarket-hero__content h2 {
  margin: 0 0 10px;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.offmarket-hero__sub {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.offmarket-hero__content p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

.offmarket-content {
  padding: 70px 0 40px;
}

.offmarket-intro {
  margin-bottom: 35px;
}

.offmarket-intro p {
  margin: 0;
  color: #5a88c5;
  font-size: 20px;
  font-weight: 600;
}

.offmarket-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 55px;
}

.benefit-item h3 {
  margin: 0 0 10px;
  color: #5a88c5;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
}

.benefit-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #383838;
  font-weight: 400;
}

.offmarket-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 28px;
}

.listing-card {
  background: transparent;
}

.listing-image {
  margin-bottom: 14px;
}
.listing-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 555/348;
    height: 100%;
    object-position: center;
    position: relative;
}

.listing-info h4 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
}

.listing-info h4 span {
  color: #5a88c5;
  font-weight: 600;
  font-size: 20px;
}

.listing-info p {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.5;
  color: #383838;
}

.listing-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 18px 34px;
  border: 1px solid #5086c5;
  color: #383838;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.25s ease;
}

.listing-btn:hover {
  background: #5086c5;
  color: #fff;
  border-color: #5086c5;
}

.offmarket-footer-banner {
  margin-top: 70px;
  background: #5a88c5;
  padding: 45px 20px;
  text-align: center;
}

.offmarket-footer-banner h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}






#inner-page-wrapper > .container {
    padding: 0;
}

.ip-banner-wrap {
    display: none;
}

.offmarket-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://premierrealestategrp.com/wp-content/uploads/2024/01/banner-ip.jpg) center center / cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    filter: grayscale(1);
    mix-blend-mode: luminosity;
}

.offmarket-hero__overlay {
    z-index: 2;
}


.offmarket-content {
    padding-bottom: 0;
}

.offmarket-footer-banner {
    width: 100vw; /* Full viewport width */
    margin-left: calc(50% - 50vw); /* Center-aligns full-width content */
    margin-bottom: 30px;
}

.offmarket-footer-banner h2 {
    font-size: 40px;
    font-weight: 400;
}

.offmarket-container {
    max-width: 1172px;
}









.cf7-michelle-form {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  color: #2f2f2f;
  font-family: "Arial", sans-serif;
}

.cf7-form-title {
  margin: 0 0 42px;
  text-align: center;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 26px;
}

.cf7-row--3 .cf7-field {
  flex: 1 1 calc(33.333% - 16px);
  min-width: 220px;
}

.cf7-field--full {
  width: 100%;
}

.cf7-field label {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}

.cf7-input,
.cf7-textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #8a8a8a;
  background: transparent;
  padding: 8px 0;
  font-size: 15px;
  color: #222;
  outline: none;
  box-shadow: none;
}

.cf7-input {
  height: 34px;
}

.cf7-textarea {
  /* min-height: 110px; */
  resize: vertical;
  max-height: 74px;
  resize: none;
}

.cf7-input:focus,
.cf7-textarea:focus {
  border-bottom-color: #5c8fd6;
}

.cf7-ncnd {
  margin-top: 28px;
  margin-bottom: 24px;
}

.cf7-ncnd__details {
  /* border-top: 1px solid #cfcfcf; */
  /* border-bottom: 1px solid #cfcfcf; */
  padding: 0;
}

.cf7-ncnd__summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 18px 42px 18px 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}

.cf7-ncnd__summary::-webkit-details-marker {
  display: none;
}

.cf7-ncnd__summary::after {
    content: "+" !important;
    /* position: absolute; */
    /* top: 50%; */
    /* right: 0; */
    /* transform: translateY(-50%); */
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400;
    color: #444;
}
.cf7-ncnd__summary {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cf7-ncnd__details[open] .cf7-ncnd__summary::after {
  content: "-" !important;
}

.cf7-ncnd__content {
  padding: 8px 0 18px;
}

.cf7-ncnd__content p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.9;
  color: #4a4a4a;
}

.cf7-consent {
  margin-top: 26px;
  margin-bottom: 34px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.cf7-consent .wpcf7-list-item {
  margin: 0;
}

.cf7-consent .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.cf7-consent input[type="checkbox"] {
  margin: 3px 0 0;
  width: 16px;
  height: 16px;
  accent-color: #5c8fd6;
  flex: 0 0 16px;
}

.cf7-submit {
  text-align: center;
}

.cf7-submit .wpcf7-submit {
  min-width: 180px;
  border: 1px solid #5c8fd6;
  background: #5c8fd6;
  color: #fff;
  padding: 14px 28px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.cf7-submit .wpcf7-submit:hover {
  background: #467bc4;
  border-color: #467bc4;
}

.cf7-submit .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
}






.cf7-inline-input {
  display: inline-block;
  width: 120px;
  max-width: 100%;
  border: 0 !important;
  border-bottom: 1px solid #222 !important;
  background: transparent !important;
  padding: 0 4px 2px !important;
  margin: 0 4px;
  height: auto;
  line-height: 1.2;
  font-size: 14px;
  vertical-align: baseline;
  box-shadow: none !important;
}

.cf7-inline-input:focus {
  outline: none;
  border-bottom-color: #5c8fd6 !important;
}




.aiosp-wrap .aiosp-container .aios-popup-body {
    width: 100%;
    max-width: 1140px;
    padding-top: 83px;
    padding-bottom: 83px;
}.aiosp-content.aios-popup-body {}

.cf7-michelle-form {
    max-width: 940px;
    padding: 0;
}

.cf7-inline-input[name="ncnd-receiving-party"] {
    width: 100%;
    max-width: 378px;
}

.cf7-inline-input[name="ncnd-day"] {
    width: 100%;
    max-width: 53px;
}

.cf7-inline-input[name="ncnd-month"] {
    width: 100%;
    max-width: 60px;
}

.cf7-inline-input[name="ncnd-receiving-contact"] {
    width: 100%;
    max-width: 304px;
}


i.ls-h {
    width: 19px;
    height: 19px;
    display: inline-block;
    background-image: url(https://premierrealestategrp.com/wp-content/uploads/2026/05/ls-icon-01.png);
}

i.ls-p {
    display: inline-block;
    width: 15px;
    height: 19px;
    background-image: url(https://premierrealestategrp.com/wp-content/uploads/2026/05/ls-icon-02.png);
}

i.ls-d {
    display: inline-block;
    width: 18px;
    height: 19px;
    background-image: url(https://premierrealestategrp.com/wp-content/uploads/2026/05/ls-icon-03.png);
}

.listing-info p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.listing-info p:nth-child(3) {
    gap: 12px;
}


.listing-info h4 {
    margin-bottom: 14px;
}

@media (max-width: 767px) {
  .cf7-form-title {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .cf7-row {
    gap: 18px;
    margin-bottom: 20px;
  }

  .cf7-row--3 .cf7-field {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .cf7-ncnd__summary {
    font-size: 13px;
    padding-right: 34px;
  }

  .cf7-ncnd__content p,
  .cf7-consent {
    font-size: 13px;
    line-height: 1.8;
  }
}










@media (max-width: 991px) {
  .offmarket-hero__content h2 {
    font-size: 40px;
  }

  .benefit-item h3 {
    font-size: 26px;
  }

  .offmarket-benefits {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offmarket-grid {
    grid-template-columns: 1fr;
  }

  .listing-image img {
    height: auto;
  }

  .offmarket-footer-banner h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .offmarket-content {
    padding: 50px 0 30px;
  }

  .offmarket-hero {
    min-height: 220px;
  }

  .offmarket-hero__content h2 {
    font-size: 32px;
  }

  .offmarket-intro p {
    font-size: 18px;
  }

  .benefit-item h3 {
    font-size: 22px;
  }
}



/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

}
