/* Industrial first hero clean style - remove outer box only */
.ind-hero-clean {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 25px 0 35px !important;
}
/* Service area tags radius fix */
.sp-location-tags span,
.rv-location-tags span,
.iv-location-tags span,
.ind-tags span,
.sp-pill,
.rv-pill,
.iv-pill,
.ind-pill {
  border-radius: 8px !important;
}

/* Service area tags radius fix */
.sp-location-tags span,
.rv-location-tags span,
.iv-location-tags span,
.ind-tags span,
.sp-pill,
.rv-pill,
.iv-pill,
.ind-pill {
  border-radius: 8px !important;
}

:root{
  --sp-gold:#c2a74e;
  --sp-gold-dark:#8a5a16;
  --sp-gold-soft:#fff8e5;
  --sp-cream:#fffaf0;
  --sp-cream-2:#fff3d4;
  --sp-text:#555;
  --sp-dark:#222;
  --sp-border:rgba(194,167,78,.22);
  --sp-shadow:0 12px 35px rgba(0,0,0,.06);
  --sp-shadow-hover:0 16px 38px rgba(0,0,0,.08);
}

/* Common service page layout */
.service-page .container,
.services-details .container{
  position:relative;
}

.sp-soft-box,
.rv-soft-box,
.iv-soft-box{
  background:#fff;
  border:1px solid var(--sp-border);
  border-radius:18px;
  box-shadow:var(--sp-shadow);
}

/* Hero */
.sp-hero,
.rv-hero,
.iv-hero{
  padding:40px 35px;
  background:linear-gradient(135deg,var(--sp-cream) 0%,#ffffff 58%,var(--sp-cream-2) 100%);
}

.sp-hero h1,
.rv-hero h1,
.iv-hero h1{
  font-size:34px;
  line-height:1.22;
  margin-bottom:15px;
}

.sp-hero-img,
.rv-hero-img,
.iv-hero-img{
  min-height:450px;
  border-radius:18px;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}


.sp-img-caption,
.rv-img-caption,
.iv-img-caption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:1;
  color:#fff;
}

.sp-img-caption h3,
.rv-img-caption h3,
.iv-img-caption h3{
  color:#fff;
  margin-bottom:6px;
}

/* Headings */
.sp-section-title h2,
.rv-section-title h2,
.iv-section-title h2{
  font-size:32px;
  line-height:1.2;
  margin-bottom:10px;
}

/* Cards */
.sp-card,
.rv-card,
.iv-card{
  height:100%;
  padding:24px 22px;
}

.sp-card h3,
.rv-card h3,
.iv-card h3{
  font-size:22px;
  margin-bottom:10px;
}

.sp-icon,
.rv-icon,
.iv-icon{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:var(--sp-gold-soft);
  color:#9b731f;
  font-size:24px;
  margin-bottom:15px;
}

/* Lists */
.sp-list,
.rv-list,
.iv-list{
  margin:3px 0 0;
  padding:0;
  list-style:none;
}

.sp-list li,
.rv-list li,
.iv-list li{
  position:relative;
  padding-left:22px;
  margin-bottom:3px;
}

.sp-list li:before,
.rv-list li:before,
.iv-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#b08a2b;
  font-weight:700;
}

/* 5-column service cards */
.sp-service-col,
.rv-service-col,
.iv-service-col{
  flex:0 0 20%;
  max-width:20%;
}

/* Pills */
.sp-pill,
.rv-pill,
.iv-pill{
  display:inline-block;
  padding:8px 13px;
  margin:4px;
  border-radius:30px;
  background:var(--sp-gold-soft);
  color:#6b4b12;
  font-size:14px;
  font-weight:700;
}

/* Location Focus */
.sp-location-box,
.rv-location-box,
.iv-location-box{
  padding:28px 26px;
  background:linear-gradient(135deg,var(--sp-cream) 0%,#ffffff 60%,#fff5df 100%);
}

.sp-location-box h2,
.rv-location-box h2,
.iv-location-box h2{
  font-size:30px;
  line-height:1.25;
  margin-bottom:12px;
}

.sp-location-tags,
.rv-location-tags,
.iv-location-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:8px;
}

.sp-location-tags span,
.rv-location-tags span,
.iv-location-tags span{
  display:inline-block;
  padding:8px 13px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(194,167,78,.25);
  color:#6b4b12;
  font-size:14px;
  font-weight:700;
}

/* Small note/detail boxes */
.sp-note-box,
.rv-note-box,
.iv-note-box{
  padding:22px;
  border-radius:18px;
  background:var(--sp-cream);
  border:1px solid var(--sp-border);
}

.sp-small-box,
.rv-small-box,
.iv-small-box{
  height:100%;
  padding:24px 22px;
}

.sp-small-box h3,
.rv-small-box h3,
.iv-small-box h3{
  font-size:24px;
  margin-bottom:10px;
}

.sp-small-list,
.rv-small-list,
.iv-small-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.sp-small-list li,
.rv-small-list li,
.iv-small-list li{
  position:relative;
  padding-left:20px;
  margin-bottom:9px;
  font-size:15px;
}

.sp-small-list li:before,
.rv-small-list li:before,
.iv-small-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#b08a2b;
  font-weight:700;
}

/* Process / advanced cards */
.sp-step,
.rv-step,
.iv-step{
  height:100%;
  padding:24px 18px;
  text-align:center;
}

.sp-step h3,
.rv-step h3,
.iv-step h3{
  font-size:23px;
  line-height:1.25;
  margin-bottom:10px;
}

.sp-step p,
.rv-step p,
.iv-step p{
  margin-bottom:0;
}

/* Need cards */
.sp-need-card,
.rv-need-card,
.iv-need-card{
  height:100%;
  padding:22px 18px;
  background:linear-gradient(135deg,var(--sp-cream),#fff);
  border:1px solid var(--sp-border);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,0,.05);
  transition:.25s ease;
}

.sp-need-card:hover,
.rv-need-card:hover,
.iv-need-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--sp-shadow-hover);
}

.sp-need-icon,
.rv-need-icon,
.iv-need-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  background:#fff3d7;
  color:#9b731f;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:23px;
  margin-bottom:14px;
}

.sp-need-card h3,
.rv-need-card h3,
.iv-need-card h3{
  font-size:19px;
  line-height:1.3;
  margin-bottom:9px;
}

.sp-need-card p,
.rv-need-card p,
.iv-need-card p{
  font-size:15px;
  line-height:1.65;
  margin-bottom:0;
}

/* Business/property type cards */
.sp-type-card,
.iv-type-card{
  height:100%;
  padding:20px 16px;
  text-align:center;
}

.sp-type-card h3,
.iv-type-card h3{
  font-size:18px;
  line-height:1.3;
  margin-bottom:6px;
}

.sp-type-card p,
.iv-type-card p{
  font-size:14px;
  line-height:1.6;
  margin-bottom:0;
}

/* Images / charts */
.sp-balance-img,
.rv-balance-img,
.iv-balance-img{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(194,167,78,.18);
}

.sp-highlight-text,
.iv-highlight-text{
  font-size:17px;
  line-height:1.8;
}

/* WhatsApp floating chatbot */
.whatsapp-chatbot{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  font-family:Arial,Helvetica,sans-serif;
}

.whatsapp-chatbot a{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:56px;
  padding:10px 16px 10px 12px;
  border-radius:50px;
  color:#fff;
  background:#25D366;
  box-shadow:0 10px 28px rgba(37,211,102,.35);
  text-decoration:none;
  transition:.25s ease;
}

.whatsapp-chatbot a:hover{
  color:#fff;
  transform:translateY(-3px);
  box-shadow:0 14px 34px rgba(37,211,102,.45);
}

.wa-chat-icon{
  width:38px;
  height:38px;
  min-width:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff;
  color:#25D366;
}

.wa-chat-icon svg{
  width:23px;
  height:23px;
  fill:currentColor;
}

.wa-chat-text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}

.wa-chat-text strong{
  font-size:14px;
  color:#fff;
}

.wa-chat-text small{
  margin-top:3px;
  font-size:12px;
  color:rgba(255,255,255,.92);
}

/* Responsive */
@media only screen and (max-width:1199px){
  .sp-service-col,
  .rv-service-col,
  .iv-service-col{
    flex:0 0 33.3333%;
    max-width:33.3333%;
  }
}

@media only screen and (max-width:991px){
  .sp-service-col,
  .rv-service-col,
  .iv-service-col{
    flex:0 0 50%;
    max-width:50%;
  }

  .sp-hero h1,
  .rv-hero h1,
  .iv-hero h1{
    font-size:30px;
  }

  .sp-section-title h2,
  .rv-section-title h2,
  .iv-section-title h2{
    font-size:28px;
  }
}

@media only screen and (max-width:767px){
  .sp-hero,
  .rv-hero,
  .iv-hero{
    padding:28px 20px;
  }

  .sp-hero h1,
  .rv-hero h1,
  .iv-hero h1{
    font-size:28px;
  }

  .sp-hero-img,
  .rv-hero-img,
  .iv-hero-img{
    min-height:280px;
    margin-top:25px;
  }

  .sp-section-title h2,
  .rv-section-title h2,
  .iv-section-title h2{
    font-size:24px;
  }

  .sp-service-col,
  .rv-service-col,
  .iv-service-col{
    flex:0 0 100%;
    max-width:100%;
  }

  .whatsapp-chatbot{
    right:14px;
    bottom:14px;
  }

  .whatsapp-chatbot a{
    min-height:52px;
    padding:9px 12px;
  }

  .wa-chat-text{
    display:none;
  }

  .wa-chat-icon{
    width:36px;
    height:36px;
    min-width:36px;
  }
}

/* Industrial manufacturing page aliases */
.ind-soft,
.ind-point{
  background:#fff;
  border:1px solid var(--sp-border);
  border-radius:18px;
  box-shadow:var(--sp-shadow);
}

.ind-hero{
  padding:40px 35px;
  background:linear-gradient(135deg,var(--sp-cream) 0%,#ffffff 58%,var(--sp-cream-2) 100%);
}

.ind-hero h1{
  font-size:34px;
  line-height:1.22;
  margin-bottom:15px;
}

.ind-hero-img{
  min-height:430px;
  border-radius:18px;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}

/*.ind-hero-img:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.38));
}
*/
.ind-img-caption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:1;
  color:#fff;
}

.ind-img-caption h3{
  color:#fff;
  margin-bottom:6px;
}

.ind-title h2{
  font-size:32px;
  line-height:1.2;
  margin-bottom:10px;
}

.ind-location{
  padding:28px 26px;
  background:linear-gradient(135deg,var(--sp-cream) 0%,#ffffff 60%,#fff5df 100%);
}

.ind-note{
  padding:22px;
  border-radius:18px;
  background:var(--sp-cream);
  border:1px solid var(--sp-border);
}

.ind-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:8px;
}

.ind-tags span{
  display:inline-block;
  padding:8px 13px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(194,167,78,.25);
  color:#6b4b12;
  font-size:14px;
  font-weight:700;
}

.ind-point,
.ind-card{
  height:100%;
  padding:24px 22px;
}

.ind-point h3,
.ind-card h3{
  font-size:22px;
  margin-bottom:10px;
}

.ind-icon{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:var(--sp-gold-soft);
  color:#9b731f;
  font-size:24px;
  margin-bottom:15px;
}

.ind-list{
  margin:15px 0 0;
  padding:0;
  list-style:none;
}

.ind-list li{
  position:relative;
  padding-left:22px;
  margin-bottom:7px;
}

.ind-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#b08a2b;
  font-weight:700;
}

.ind-pill{
  display:inline-block;
  padding:8px 13px;
  margin:4px;
  border-radius:30px;
  background:var(--sp-gold-soft);
  color:#6b4b12;
  font-size:14px;
  font-weight:700;
}

.ind-col-5{
  flex:0 0 20%;
  max-width:20%;
}

.ind-step{
  height:100%;
  padding:24px 18px;
  text-align:center;
}

.ind-step h3{
  font-size:23px;
  line-height:1.25;
  margin-bottom:10px;
}

.ind-highlight{
  font-size:17px;
  line-height:1.8;
}

@media only screen and (max-width:1199px){
  .ind-col-5{
    flex:0 0 33.3333%;
    max-width:33.3333%;
  }
}

@media only screen and (max-width:991px){
  .ind-col-5{
    flex:0 0 50%;
    max-width:50%;
  }
  .ind-hero h1{
    font-size:30px;
  }
  .ind-title h2{
    font-size:28px;
  }
}

@media only screen and (max-width:767px){
  .ind-hero{
    padding:28px 20px;
  }
  .ind-hero h1{
    font-size:28px;
  }
  .ind-hero-img{
    min-height:280px;
    margin-top:25px;
  }
  .ind-title h2{
    font-size:24px;
  }
  .ind-col-5{
    flex:0 0 100%;
    max-width:100%;
  }
}
.ns-services-wrap{
  position:relative;
}
.ns-services-wrap:before{
  content:"";
  position:absolute;
  left:-40px;
  top:40px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:rgba(220,180,57,.08);
  z-index:-1;
}
.ns-service-card{
  height:100%;
  position:relative;
  overflow:hidden;
  padding:30px 28px;
  border-radius:22px;
  background:
    radial-gradient(circle at top right, rgba(220,180,57,.16), transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#fffaf0 100%);
  border:1px solid rgba(194,167,78,.28);
  box-shadow:0 14px 34px rgba(0,0,0,.045);
  transition:.28s ease;
}
.ns-service-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:6px;
  height:100%;
  background:linear-gradient(180deg,#dcb439,#9b731f);
}
.ns-service-card:after{
  content:"→";
  position:absolute;
  right:22px;
  top:22px;
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff3d7;
  color:#9b731f;
  font-size:22px;
  font-weight:800;
  transition:.28s ease;
}
.ns-service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 44px rgba(0,0,0,.08);
  border-color:rgba(194,167,78,.48);
}
.ns-service-card:hover:after{
  background:#dcb439;
  color:#fff;
  transform:translateX(4px);
}
.ns-service-card h3{
  font-size:23px;
  line-height:1.28;
  margin:0 44px 12px 0;
}
.ns-service-card h3 a{
  color:#111;
  text-decoration:none;
  transition:.25s ease;
}
.ns-service-card h3 a:hover{
  color:#9b731f;
}
.ns-service-card p{
  margin-bottom:0;
  line-height:1.75;
}
.ns-category{
  height:100%;
  padding:26px;
  border-radius:22px;
  background:linear-gradient(135deg,#fffaf0,#fff);
  border:1px solid rgba(194,167,78,.22);
  box-shadow:0 12px 30px rgba(0,0,0,.04);
}
.ns-mini-list{
  margin:0;
  padding:0;
  list-style:none;
}
.ns-mini-list li{
  position:relative;
  padding-left:20px;
  margin-bottom:8px;
}
.ns-mini-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#b08a2b;
  font-weight:700;
}
@media only screen and (max-width:767px){
  .ns-service-card{
    padding:26px 22px;
  }
  .ns-service-card h3{
    font-size:21px;
  }
}

/*vastu-*/
.vastu-sidebar-sticky{
  position:sticky;
  top:110px;
}
.vastu-side-list{
  margin:0;
  padding:0;
  list-style:none;
}
.vastu-side-list li{
  margin-bottom:8px;
}
.vastu-side-list li a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 14px;
  border:1px solid rgba(194,167,78,.25);
  border-radius:8px;
  background:#fffaf0;
  color:#242424;
  font-size:15px;
  font-weight:700;
  line-height:1.3;
  transition:.25s ease;
}
.vastu-side-list li a:hover{
  background:#dcb439;
  color:#fff;
}
.vastu-sidebar-title{
  font-size:24px;
  margin-bottom:16px;
}
.vastu-mini-note{
  padding:16px;
  border-radius:8px;
  background:#fffaf0;
  border:1px solid rgba(194,167,78,.25);
}
.vastu-mini-note h4{
  font-size:20px;
  margin-bottom:8px;
}
@media only screen and (max-width:991px){
  .vastu-sidebar-sticky{
    position:relative;
    top:auto;
    margin-top:30px;
  }
}
