/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Georgia, serif;
}

body {
  background: #ffffff;
  width: 100%;
  overflow-x: hidden;
}
section.services {
    background-color: #f99e0c !important;
    margin-top:-45px;
}

.faq-cta-btn{
display:inline-block;
background:#f39c12;
color:#ffffff;
padding:14px 32px;
font-size:16px;
font-weight:600;
text-decoration:none;
border-radius:8px;
transition:all 0.3s ease;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.faq-cta-btn:hover{
background:#e67e22;
transform:translateY(-2px);
box-shadow:0 6px 16px rgba(0,0,0,0.2);
}

/* ================= HERO ================= */

.hero {
  position: relative;
  min-height: 90vh;

  /* FULL WIDTH BREAKOUT */
  width: 100vw;
  left: 50%;
  margin-left: -50vw;

  background-image: url(https://newviewrealtygroup.com/wp-content/uploads/2026/02/imgi_22_bg-send-message-a.jpg);
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 140px 20px 100px;
  overflow: hidden;
}

/* Overlay */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

/* Small top text */
.hero-location {
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Main heading */
.hero-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 25px;
}

/* Subtitle */
.hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Description */
.hero-desc {
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Buttons */
.hero-cta {
  display: flex;
  justify-content: center;
  gap: 18px;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .hero {
    min-height: auto;
    padding: 100px 20px 70px;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-desc {
    font-size: 14px;
  }

  .hero-cta {
    flex-direction: column;
    gap: 14px;
  }
.hero-location {
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height:24px;
}
  .hero-cta a {
    width: 100%;
    text-align: center;
  }
}






/* cta hero section  – BRAND COLORS */


.hero-cta {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.primary-cta {
    background: #f5a623;
    color: #fff;
    padding: 15px 30px;
    font-weight: 600;
}

.secondary-cta {
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 30px;
}






/* COLORS */
.box-white { background: #ffffff; color: #000; }
.box-yellow { background: #f3e2a2; color: #000; }
.box-red { background: #8b1d1d; color: #fff; }
.box-dark { background: #111111; color: #fff; }

/* HERO RESPONSIVE */
@media (max-width: 1024px) { .hero-title { font-size: 48px; } }
@media (max-width: 480px) { .hero-title { font-size: 34px; } }

/* ================= ABOUT SPLIT ================= */
.about-split {
  width: 100vw;
  background: #ffffff;
}

.about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.about-text {
  padding:50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left:-25px;
}

.about-text h2 {
  font-size: 43px;
  font-weight: normal;
  margin-bottom: 30px;
}

.about-text p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}


.about-image img {
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-bottom:40px;
    background-size: cover;

}

/* ABOUT RESPONSIVE */
@media (max-width: 1024px) {
  .about-text { padding: 60px 30px; }
  .about-text h2 { font-size: 38px; }
}
@media (max-width: 768px) {
  .about-container { grid-template-columns: 1fr; }
  .about-image { height: 300px; }
  .about-text { padding: 50px 20px; }
  .about-text h2 { font-size: 30px; }
  .about-image img {
    width: 100%;
    display: block;
    padding-bottom:40px;
    background-size: cover;
        margin-top: -33px;
    margin-left: -15px;

}
.center-services-section {
    background-color: #F99E0C;
    padding: 70px 20px;
    margin-top: 80px !important;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    margin-left: -15px;
}


}

.center-services-section {
  background-color: #F99E0C;
  padding: 70px 20px;
  margin-top: 40px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}


.center-services-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.center-services-heading {
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

.center-services-underline {
  width: 60px;
  height: 3px;
  background: #F9A623;
  margin: 15px auto 30px auto;
}

.center-services-text {
  font-size: 16px;
  color: white;
  margin-bottom: 35px;
  line-height: 1.6;
}

.center-services-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 35px auto;
  max-width: 500px;
  text-align: left;
}

.center-services-list li {
  margin-bottom: 14px;
  font-size: 16px;
  color: white;
  position: relative;
  padding-left: 20px;
}

.center-services-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color:white;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.center-services-closing {
  font-size: 16px;
  color:white;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
  .center-services-heading {
    font-size: 24px;
  }

  .center-services-text,
  .center-services-closing {
    font-size: 15px;
  }

  .center-services-list {
    max-width: 100%;
  }
}




.process-full-section {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #000000;
  padding: 80px 20px;
  color: #ffffff;
}

.process-full-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.process-full-heading {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.process-grid-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.process-card {
  background-color: #111111;
  padding: 35px 25px;
  border-radius: 10px;
  border-top: 4px solid #F9A623;
  transition: 0.3s ease;
}

.process-card:hover {
  transform: translateY(-5px);
}

.process-number {
  color: #F9A623;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.process-text {
  font-size: 15px;
  color: #cccccc;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 992px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid-bottom {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .process-grid,
  .process-grid-bottom {
    grid-template-columns: 1fr;
  }
}

/* ===================================== */
/* NV TESTIMONIALS SECTION STYLE        */
/* ===================================== */

.nv-testimonials-section {
  background: #f59e0b;
  padding: 100px 20px;
}

.nv-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Title */

.nv-section-title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px;
}

/* Grid Layout */

.nv-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Card Style */

.nv-testimonial-card {
  background: #eeeeee;
  padding: 55px 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  transition: 0.3s ease;
  min-height: 280px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nv-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Quote Text */

.nv-testimonial-card p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 30px;
}

/* Client Name */

.nv-testimonial-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.nv-testimonial-card span {
  font-weight: 400;
  font-size: 14px;
  color: #666;
}

/* Button Wrapper */

.nv-testimonials-btn-wrapper {
  text-align: center;
  margin-top: 60px;
}

/* Button Style (Matching Screenshot Theme) */

.nv-read-more-btn {
  background: #eeeeee;
  color: #f59e0b;
  padding: 16px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  display: inline-block;
}

.nv-read-more-btn:hover {
  background: #111;
  color: #fff;
}

/* Responsive */

@media (max-width: 1024px) {
  .nv-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nv-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .nv-section-title {
    font-size: 28px;
  }
}


