/* Nirvana Healthcare Management Services section */
.nv-hcms { padding: clamp(40px, 6vw, 100px) 24px; background-color: #F0EBE1; }

.nv-hcms-head { text-align: center; max-width: 900px; margin: 0 auto clamp(28px,4vw,48px); }
.nv-hcms-leaf { width: 40px; height: auto; margin: 0 auto 10px; display: block; }
.nv-hcms-title { font-family: "The Seasons", serif!important; font-weight: 400; font-size: clamp(28px,5vw,48px); line-height: 1.2; margin: 0 0 6px; color: #1a1a1a; }
.nv-hcms-sub { font-family: Lato, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight: 400; font-size: clamp(16px, 2.5vw, 18px); color: #333; margin-bottom: 8px; }
.nv-hcms-desc { font-family: "Cormorant Garamond", serif; font-weight: 400; font-size: clamp(17px, 2.5vw, 19px); line-height: 1.7; color: #2a2a2a; margin: 0; }

.nv-hcms-media { max-width: 1200px; margin: clamp(24px,3vw,36px) auto 0; position: relative; }

/* Left image is wider */
.nv-hcms-left { margin: 0; position: relative; width: min(100%, 860px); }
.nv-hcms-left img { display: block; width: 100%; height: auto; border-radius: 2px; }

/* Overlay caption on left image */
.nv-hcms-caption { position: absolute; left: clamp(14px,2.4vw,28px); bottom: clamp(12px,2.2vw,24px); color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.35); max-width: 85%; }
.nv-hcms-cap-title { font-family: "Cormorant Garamond", serif; font-weight: 400; font-size: clamp(22px, 3.5vw, 32px); line-height: 1.2; margin: 0 0 6px; }
.nv-hcms-cap-desc { font-family: Lato, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight: 400; font-size: clamp(14px, 2.2vw, 16px); line-height: 1.5; }

/* Right image overlaps and sits in front */
.nv-hcms-right { margin: 0; position: absolute; right: clamp(-60px, -5vw, -10px); top: clamp(40px, 6vw, 80px); width: min(45%, 520px); z-index: 2; }
.nv-hcms-right img { display: block; width: 100%; height: auto; border-radius: 2px; box-shadow: 0 10px 30px rgba(0,0,0,.18); }

/* Responsive: stack images and remove absolute overlap on small screens */
@media (max-width: 1328px){
 .nv-hcms-right{
   width: min(45%, 420px);
   right: clamp(-30px, 2vw, 30px);
   top: clamp(20px, 10vw, 130px);
 }
}

@media (max-width: 900px) {
  .nv-hcms-media { display: grid; grid-template-columns: 1fr; gap: 18px; }
  .nv-hcms-left { width: 100%; }
  .nv-hcms-right { position: static; width: 86%; justify-self: end; }
}

@media(max-width: 768px) {
  .nv-hcms-right { position: static; width: 100%;}
}


