/* Residential Plot Jewar responsive repair and SEO page styling */
:root {
  --heading-color: #6f5f57;
  --accent-color: #eb5d1e;
  --nav-hover-color: #eb5d1e;
  --rpj-green: #155b3f;
  --rpj-gold: #c58a22;
  --rpj-soft: #fff8f1;
  --rpj-text: #27323a;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.rpj-single-hero {
  background: #ffffff;
  overflow: hidden;
}

.rpj-single-hero picture,
.rpj-single-hero__image {
  display: block;
  width: 100%;
}

.rpj-single-hero__image {
  height: auto;
  object-fit: contain;
}
#preloader {
  display: none !important;
}

.header {
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(15, 35, 30, 0.08);
  padding: 0;
}

.header .container-xl {
  gap: 12px;
  min-height: 100px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.header .logo img {
  max-height: 82px;
  width: auto;
}

.header .logo {
  flex: 0 0 auto;
  margin-right: auto !important;
}

.header .navmenu {
  flex: 0 1 auto;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 24px;
  margin-left: 18px;
  background: var(--accent-color);
  color: #ffffff;
}

@media (min-width: 1200px) {
  .navmenu ul {
    gap: 8px;
  }

  .navmenu a,
  .navmenu a:focus {
    padding: 18px 12px;
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .header .container-xl {
    min-height: 74px;
  }

  .header .logo img {
    max-height: 58px;
  }

  .header .btn-getstarted {
    order: 2;
    margin-left: auto;
    margin-right: 6px;
  }

  .mobile-nav-toggle {
    order: 3;
    position: relative;
    z-index: 10000;
    margin-right: 0;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #ffffff;
    position: fixed;
    top: 24px;
    right: 24px;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    inset: 0;
    background: rgba(33, 37, 41, 0.82);
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
    position: fixed;
    inset: 76px 16px 24px 16px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 12px 0;
    border-radius: 8px;
    background: #ffffff;
  }

  .navmenu a,
  .navmenu a:focus {
    white-space: normal;
    line-height: 1.3;
  }
}

#wowslider-container1,
#wowslider-container1 img,
.ws_images img {
  max-width: 100%;
}

.section-title h1,
.section-title h2 {
  letter-spacing: 0;
}

#Overview .section-title h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: 1.15;
}

.hero {
  background: linear-gradient(135deg, #fff8f1 0%, #ffffff 55%, #f6fbf8 100%);
}

.hero p,
.about p,
.about-content {
  color: var(--rpj-text);
  font-size: 16px;
  line-height: 1.7;
}

.hero-img img,
.about img,
.portfolio .portfolio-content,
.services .service-item,
.info-wrap,
.responsive-image {
  max-width: 100%;
  border-radius: 8px;
}

.hero-img img,
.portfolio .portfolio-content,
.services .service-item,
.info-wrap {
  box-shadow: 0 12px 34px rgba(20, 54, 43, 0.10);
}

.portfolio .portfolio-content img,
.services .service-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-container {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
}

.responsive-image {
  width: 100%;
  height: auto;
}

.rpj-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.rpj-feature-strip span {
  padding: 12px 10px;
  border-radius: 6px;
  background: #ffffff;
  color: var(--rpj-green);
  font-weight: 700;
  border: 1px solid rgba(21, 91, 63, 0.12);
  box-shadow: 0 8px 24px rgba(20, 54, 43, 0.08);
}

.rpj-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rpj-blog-card {
  overflow: hidden;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(20, 54, 43, 0.10);
  box-shadow: 0 12px 30px rgba(20, 54, 43, 0.08);
}

.rpj-blog-card > img {
  display: block;
  width: calc(100% + 44px);
  height: 190px;
  margin: -22px -22px 18px;
  object-fit: cover;
}

.rpj-blog-card small {
  color: var(--accent-color);
  font-weight: 800;
  text-transform: uppercase;
}

.rpj-blog-card h3 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.rpj-blog-card p {
  color: #59646d;
  line-height: 1.6;
}

.rpj-blog-card a {
  font-weight: 800;
}

.rpj-blog-hero {
  padding: 76px 0 56px;
  background: linear-gradient(135deg, #155b3f, #24483b);
  color: #ffffff;
  background-size: cover;
  background-position: center;
}

.rpj-blog-hero h1 {
  color: #ffffff;
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 800;
  line-height: 1.1;
}

.rpj-blog-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
}

.rpj-article {
  max-width: 920px;
  margin: 0 auto;
  padding: 56px 18px;
}

.rpj-article__image {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 28px;
  box-shadow: 0 16px 38px rgba(20, 54, 43, 0.12);
}

.rpj-article h2 {
  margin-top: 30px;
  color: var(--rpj-green);
  font-weight: 800;
}

.rpj-article p,
.rpj-article li {
  color: #34454e;
  font-size: 17px;
  line-height: 1.8;
}

.rpj-blog-shell {
  padding: 46px 0 64px;
  background: #ffffff;
}

.rpj-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.rpj-long-article {
  min-width: 0;
}

.rpj-long-article .rpj-article__image {
  margin-bottom: 18px;
}

.rpj-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: #6b7680;
  font-size: 14px;
}

.rpj-blog-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff4eb;
  color: #9b4a19;
  font-weight: 700;
}

.rpj-content-image {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  margin: 22px 0 8px;
}

.rpj-blog-note {
  padding: 20px;
  border-left: 4px solid var(--rpj-gold);
  border-radius: 8px;
  background: #fff8f1;
  color: #33443d;
  line-height: 1.75;
}

.rpj-sidebar {
  position: sticky;
  top: 112px;
}

.rpj-sidebar-box {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid #e8eee9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(20, 54, 43, 0.08);
}

.rpj-sidebar-box h3 {
  margin: 0 0 14px;
  color: var(--rpj-green);
  font-size: 20px;
  font-weight: 800;
}

.rpj-side-blog {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #edf1ee;
}

.rpj-side-blog:last-child {
  border-bottom: 0;
}

.rpj-side-blog img {
  width: 82px;
  height: 62px;
  object-fit: cover;
  border-radius: 6px;
}

.rpj-side-blog a {
  color: #253139;
  font-weight: 800;
  line-height: 1.35;
}

.rpj-side-blog small {
  display: block;
  margin-top: 4px;
  color: #7b858d;
}

.rpj-sidebar-cta {
  background: linear-gradient(135deg, var(--rpj-green), #237553);
  color: #ffffff;
}

.rpj-sidebar-cta h3,
.rpj-sidebar-cta p {
  color: #ffffff;
}

.rpj-sidebar-cta a {
  display: inline-flex;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--rpj-gold);
  color: #ffffff;
  font-weight: 800;
}

.rpj-all-blog-list {
  columns: 3;
  padding-left: 18px;
}

.rpj-all-blog-list li {
  break-inside: avoid;
  margin: 0 0 10px;
}

.rpj-all-blog-list a {
  color: #26343b;
  font-weight: 700;
}

.rpj-cta-band {
  margin-top: 28px;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--rpj-green), #217452);
  color: #ffffff;
}

.rpj-cta-band h2,
.rpj-cta-band p {
  color: #ffffff;
}

.rpj-cta-band a {
  display: inline-block;
  margin-top: 8px;
  padding: 11px 18px;
  border-radius: 6px;
  background: var(--rpj-gold);
  color: #ffffff;
  font-weight: 800;
}

.contact .php-email-form {
  width: 100%;
  height: auto;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  width: 100%;
}

.contact .php-email-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.whatsapp_icon,
.phone1_icon {
  right: 22px;
  z-index: 999;
}

.whatsapp_icon img,
.phone1_icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .rpj-feature-strip,
  .rpj-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rpj-blog-layout {
    grid-template-columns: 1fr;
  }

  .rpj-sidebar {
    position: static;
  }

  .hero .row {
    text-align: center;
  }

  .hero .d-flex {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .header .logo img {
    max-height: 50px;
  }

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
  }

  .rpj-feature-strip,
  .rpj-blog-grid {
    grid-template-columns: 1fr;
  }

  .rpj-all-blog-list {
    columns: 1;
  }

  .rpj-feature-strip span,
  .rpj-blog-card {
    padding: 16px;
  }

  #Overview .section-title h1 {
    font-size: 28px;
  }

  .hero p,
  .about p,
  .about-content {
    font-size: 15px;
    line-height: 1.65;
  }

  .rpj-popup {
    padding: 10px !important;
  }

  .whatsapp_icon {
    right: 14px;
    bottom: 82px;
  }

  .phone1_icon {
    right: 14px;
    bottom: 140px;
  }

  .whatsapp_icon img,
  .phone1_icon img {
    width: 42px;
    height: 42px;
  }

  .contact .php-email-form button[type="submit"] {
    width: 100%;
  }
}
