
        @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
       html, body{
            font-family: 'Open Sans', sans-serif;
            overflow-x: hidden;
        }
        .iti__flag{

    background-image: url(https://dpsvnl.simplyadmission.com/assets/img/image/flags.png);

        }
        .form-submit-button{
            min-width: 181px;
            min-height: 48px;
            color: #FFFFFF;
            font-family: Open Sans;
            font-size: 19px;
            font-weight: bold;
            border: 1px#E65520 solid;
            border-bottom-color: #b8441a;
            text-shadow: 0px -1px 1px #E65520;
            background-image: none;
            background-color: #E65520;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
        }
        .message {
          position: fixed;
          bottom: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
          width: 380px;
          background: white;
          border-radius: 8px;
          padding: 30px;
          text-align: center;
          font-weight: 300;
          color: #2c2928;
          opacity: 0;
          display: none;
          transition: top 0.3s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.2s ease-in-out;
          z-index: 999;
          min-height: 230px;
        }
        .message .check {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, -50%) scale(4);
          width: 110px;
          height: 110px;
          background: #42C279;
          color: white;
          font-size: 3.8rem;
          padding-top: 10px;
          border-radius: 50%;
          opacity: 0;
          transition: transform 0.2s 0.25s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.1s 0.25s ease-in-out;
        }

        .message .scaledown {
          transform: translate(-50%, -50%) scale(1);
          opacity: 1;
        }

        .message p {
          font-size: 1.1rem;
          margin: 25px 0px;
          padding: 0;
        }

        .message p:nth-child(2) {
          font-size: 18px;
          font-weight: 600;
          margin: 40px 0px 0px 0px !important;
        }

        .message #ok {
          position: relative;
          color: white;
          border: 0;
          background: #42C279;
          width: 100%;
          height: 50px;
          border-radius: 6px;
          font-size: 1.2rem;
          transition: background 0.2s ease;
          outline: none;
          margin-top: 10px;
        }

        .message #ok:hover {
          background: #42C279;
        }

        .message #ok:active {
          background: #42C279;
        }

        .comein {
          /*top: 150px;*/
          opacity: 1;
          display: block;
        }
        .text_1{
            color: #ef7f1a;
            font-size: 22px;
            margin-top: 15px;
            font-weight: 600;
        }
        .w_20{
            width: 20px;
            margin-right: 8px;
        }
        .banner{
            background-image: url(https://dpsvnl.simplyadmission.com/assets/img/image/banner.png);
            
        }
        .form_box{
            min-height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    border: 3px solid rgb(212, 212, 212);
    filter: none;
    margin-top: 0px;
    background-image: none;
    background-color: rgb(247, 247, 247);
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 11px;
    padding: 20px;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
        }
        .h2_form{
            font-size: 26px;
    font-weight: 600;
    color: #404040;
    margin: 0
        }
        .h2_form_yellow{
            font-size: 24px;
    font-weight: 600;
    color: #ffa800;
    margin: 5px 0;
        }
        .form-label {
    margin-top: 0.5rem;
    font-size: 12px;
}
.inner_01{
    background-color: #dce5ec;
    padding: 50px;
}
.inner_02{
    padding: 50px;
}
.inner_04{
    background-color: #fcfcfc;
    padding: 50px; 
}
.inner_box{
    min-height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 20px 30px;
    border: 1px solid rgb(198, 198, 198);
    margin-top: 30px;
    filter: none;
    background-image: none;
    background-color: rgb(251, 251, 251);
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
.inner_box p {
    font-weight: 600;
    color: #333;
}
.fs_12{
    font-size: 12px;
}
.footer_text{
    font-weight: 600;
    color: #333333;
    font-size: 18px;
    text-align: center;
}
p.height_inner {
    min-height: 150px;
}
.hei_one {
    height: 20px;
}
.intl-tel-input,
.iti {
  width: 100%;
}


.iti__country-list {
    width: 328px;
}

@media screen and (max-width: 600px) {
  section {
   padding: 20px !important;
  }
  .form_box {
    overflow: hidden;
    margin: 0;
}
.inner_box{
    margin-left: 0;
    margin-right: 0;
}
}
    

/* CSS Variables and Design Tokens */
:root {
  /* Typography */
  --font-heading: 'Titillium Web', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Color Palette */
  --ink: #231f20;
  --ink-2: #4a4647;
  --ink-3: #7a7677;
  --ink-4: #b5b1b2;
  --bg: #f7f6f3;
  --panel: #ffffff;
  --border-soft: #e8e6e1;
  --border-strong: #d4d1cc;
  
  /* DPS School Specific Colors */
  --dps-orange: #ea3d0f;
  --dps-orange-dark: #c8330b;
  --dps-orange-soft: #fdebe5;
  --dps-green: #008142;
  --dps-green-dark: #006633;
  --dps-green-soft: #e4f3eb;

  /* Border Radii */
  --radius-sm: 0.5rem;
  --radius-md: 0.625rem;
  --radius-lg: 1.0rem;
  --radius-xl: 1.25rem;
  --radius-2xl: 1.5rem;
  --radius-pill: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(35, 31, 32, 0.06);
  --shadow-md: 0 4px 14px rgba(35, 31, 32, 0.08);
  --shadow-lg: 0 12px 40px rgba(35, 31, 32, 0.12);
  
  /* Containers */
  --container-max: 72rem;
}

/* Reset and Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 84px; /* Offset for fixed header */
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Containers */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Styles */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}

.site-header-inner {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-logo {
  height: 75px;
  width: auto;
  max-width: 500px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 7px 12px;
  border-radius: var(--radius-pill);
  background-color: var(--dps-green-soft);
  color: var(--dps-green-dark);
}

.header-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--dps-green);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--dps-orange);
  color: #ffffff;
}

.btn-primary:hover {
  background-color: var(--dps-orange-dark);
}

.btn-sm {
  padding: 8px 14px;
  font-size: 13px;
}

.btn-md {
  padding: 12px 20px;
  font-size: 15px;
}

.btn-lg {
  padding: 14px 24px;
  font-size: 16px;
  width: 100%;
}

/* Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 2.5rem 0;
}

.hero-overlay-gradient-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: rgba(253, 235, 229, 0.3);
  filter: blur(120px);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-overlay-gradient-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: rgba(228, 243, 235, 0.3);
  filter: blur(120px);
  transform: translate(30%, -25%);
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: start;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--dps-orange-dark);
  background-color: var(--dps-orange-soft);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 1.5rem;
}

.hero-badge .ping {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--dps-orange);
  position: relative;
}

.hero-badge .ping::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--dps-orange);
  animation: ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-title span {
  color: var(--dps-orange);
}

.hero-desc {
  font-size: 17px;
  color: var(--ink-2);
  margin-bottom: 1rem;
  max-width: 34rem;
}

/* Highlights Grid */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 2rem;
  max-width: 34rem;
}

.highlight-card {
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: start;
  gap: 12px;
}

.highlight-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.highlight-icon.orange {
  background-color: var(--dps-orange-soft);
  color: var(--dps-orange);
}

.highlight-icon.green {
  background-color: var(--dps-green-soft);
  color: var(--dps-green);
}

.highlight-text h4 {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.2;
}

.highlight-text p {
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 2px;
}

/* Campus Image */
.campus-figure {
  position: relative;
  margin-top: 2rem;
  max-width: 34rem;
  height: 264px;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.campus-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.campus-caption {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 9px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.campus-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: var(--radius-pill);
  padding: 8px 14px;
  box-shadow: var(--shadow-md);
}

.campus-badge-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--dps-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.campus-badge-text {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  color: var(--ink);
}

/* EOI Form Card */
.eoi-card {
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.eoi-header {
  background-color: var(--ink);
  color: #ffffff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eoi-header-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.eoi-header-subtitle {
  font-size: 11px;
  color: var(--ink-4);
  margin-top: 2px;
}

.eoi-badge {
  padding: 3px 10px;
  background-color: var(--dps-orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 4px;
}

.eoi-form {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: end;
}

.form-row-split-pincode {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 14px;
  align-items: end;
}

.form-group label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  margin-bottom: 6px;
}

.form-group label span {
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-4);
  font-weight: 400;
}

.input-text, .input-select {
  width: 100%;
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ink);
  background-color: #ffffff;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  outline: none;
  transition: all 0.12s ease;
}

.input-text:focus, .input-select:focus {
  border-color: var(--dps-orange);
  box-shadow: 0 0 0 2px var(--dps-orange-soft);
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 36px;
}

.select-wrapper .arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink-3);
  pointer-events: none;
}

/* Custom Matters Dropdown */
.custom-dropdown {
  position: relative;
}

.dropdown-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ink-3);
  background-color: #ffffff;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  cursor: pointer;
  outline: none;
  text-align: left;
  transition: all 0.12s ease;
}

.dropdown-btn.active {
  border-color: var(--dps-orange);
}

.dropdown-btn svg {
  transition: transform 0.2s ease;
}

.dropdown-btn.active svg {
  transform: rotate(180deg);
}

.dropdown-panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  margin-top: 6px;
  max-height: 240px;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  padding: 8px;
}

.dropdown-panel.show {
  display: block;
}

.dropdown-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.1s ease;
}

.dropdown-option:hover {
  background-color: var(--bg);
}

.dropdown-option .check-box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid var(--border-strong);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dropdown-option.selected .check-box {
  background-color: var(--dps-green);
  border-color: var(--dps-green);
}

.dropdown-option.selected .check-box::after {
  content: '✓';
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.dropdown-option .text {
  font-size: 13.5px;
  color: var(--ink-2);
}

/* Alert Disclaimer */
.eoi-alert {
  background-color: var(--dps-orange-soft);
  border: 1px solid rgba(234, 61, 15, 0.15);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
}

.eoi-alert-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--dps-orange-dark);
  line-height: 1.4;
}

.eoi-alert-desc {
  font-size: 11.5px;
  color: var(--ink-2);
  margin-top: 6px;
  line-height: 1.4;
}

/* Consent Box */
.consent-box {
  background-color: var(--bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  padding: 8px 10px;
}

.consent-btn {
  display: flex;
  align-items: start;
  gap: 12px;
  width: 100%;
  padding: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.consent-check {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--border-strong);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.1s ease;
}

.consent-btn.checked .consent-check {
  background-color: var(--dps-green);
  border-color: var(--dps-green);
}

.consent-check svg {
  opacity: 0;
  transition: opacity 0.15s ease;
}

.consent-btn.checked .consent-check svg {
  opacity: 1;
}

.consent-text {
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.4;
}

.btn-primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  background-color: var(--dps-orange);
}

/* General Sections */
.section {
  padding: 5rem 0;
}

.section-bg {
  background-color: var(--panel);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.section-header {
  max-width: 42rem;
  margin-bottom: 3.5rem;
}

.section-subtitle {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--dps-orange-dark);
}

.section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-top: 8px;
}

.section-desc {
  font-size: 16px;
  color: var(--ink-2);
  margin-top: 12px;
}

/* Legacy Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  margin-top: 2rem;
}

.stat-card {
  text-align: left;
}

.stat-number {
  font-size: 48px;
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1;
}

.stat-number.green { color: var(--dps-green); }
.stat-number.orange { color: var(--dps-orange); }

.stat-label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  margin-top: 10px;
}

/* Stepper Journey */
.journey-header {
  max-width: 34rem;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}

.journey-header h3 {
  font-size: 20px;
  color: var(--ink);
}

.journey-header p {
  font-size: 14.5px;
  color: var(--ink-3);
  margin-top: 4px;
}

.stepper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}

.stepper::after {
  content: '';
  position: absolute;
  top: 28px;
  left: 5%;
  right: 5%;
  height: 2px;
  background-color: var(--border-strong);
  z-index: -1;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  box-shadow: var(--shadow-md);
  flex-shrink: 0;
}

.step-num.orange { background-color: var(--dps-orange); }
.step-num.green { background-color: var(--dps-green); }

.step-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  margin-top: 16px;
}

.step-desc {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 6px;
  line-height: 1.5;
}

/* Testimonials / Infinite Marquee */
.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 8%, rgb(0, 0, 0) 92%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 8%, rgb(0, 0, 0) 92%, rgba(0, 0, 0, 0));
  padding: 10px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll var(--speed, 45s) linear infinite;
  gap: 20px;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.testimonial-card {
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: 22px;
  width: 350px;
  height: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.testimonial-text {
  font-size: 14px;
  color: var(--ink-2);
  font-style: italic;
  line-height: 1.6;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
}

.author-avatar.orange {
  background-color: var(--dps-orange-soft);
  color: var(--dps-orange);
}

.author-avatar.green {
  background-color: var(--dps-green-soft);
  color: var(--dps-green);
}

.author-name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
}

.author-relation {
  font-size: 11.5px;
  color: var(--ink-3);
  margin-top: 1px;
}

/* Safety Section */
.safety-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.safety-figure {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.safety-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 2.5rem;
}

.safety-card {
  background-color: var(--panel);
  border: 1px solid rgba(0, 129, 66, 0.15);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  align-items: start;
  gap: 16px;
}

.safety-icon {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background-color: var(--dps-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}

.safety-card-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}

.safety-card-desc {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 4px;
  line-height: 1.5;
}

/* Holistic Growth */
.dimensions-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 2rem;
}

.dimension-card {
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.dimension-icon {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background-color: var(--dps-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: var(--shadow-sm);
}

.dimension-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  margin-top: 14px;
}

.dimension-desc {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 6px;
  line-height: 1.4;
}

/* Habits of Mind Marquee */
.habits-container {
  margin-top: 3.5rem;
}

.habits-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.habits-header h3 {
  font-size: 20px;
  color: var(--ink);
}

.habits-header span {
  font-size: 13px;
  color: var(--ink-3);
}

.habit-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13.5px;
  white-space: nowrap;
}

.habit-tag .indicator {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.habit-tag .indicator.orange {
  background-color: var(--dps-orange-soft);
  color: var(--dps-orange);
}

.habit-tag .indicator.green {
  background-color: var(--dps-green-soft);
  color: var(--dps-green);
}

/* Infrastructure */
.infra-marquee-row {
  margin-bottom: 2.5rem;
}

.infra-marquee-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  margin-bottom: 1rem;
}

.infra-marquee-icon {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background-color: var(--dps-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: var(--shadow-sm);
}

.infra-marquee-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
}

/* FAQs Section */
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 44rem;
  margin: 0 auto;
}

.faq-item {
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.15s ease;
}

.faq-question-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: transparent;
  border: none;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  outline: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  background-color: var(--bg);
}

.faq-answer-inner {
  padding: 20px 24px;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.6;
  border-top: 1px solid var(--border-soft);
}

.faq-question-btn svg {
  transition: transform 0.2s ease;
  color: var(--ink-3);
  flex-shrink: 0;
}

.faq-item.active {
  border-color: var(--dps-orange);
}

.faq-item.active .faq-question-btn svg {
  transform: rotate(180deg);
  color: var(--dps-orange);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Large enough height to fit answers */
}

/* Footer */
.site-footer {
  background-color: var(--ink);
  color: #ffffff;
  padding: 4rem 0 2rem;
  border-top: 1px solid var(--border-soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 12px;
}

.footer-brand p {
  font-size: 13.5px;
  color: var(--ink-4);
  line-height: 1.6;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--ink-4);
  transition: all 0.2s ease;
}

.social-links.dark a {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--ink-2);
}

.social-links a:hover,
.social-links.dark a:hover {
  background-color: var(--dps-orange);
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-nav-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 14px;
  color: var(--ink-4);
  transition: color 0.15s ease;
}

.footer-links a:hover {
  color: var(--dps-orange);
}

.footer-contact-item {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-4);
  margin-bottom: 12px;
}

.footer-contact-item svg {
  color: var(--dps-orange);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-contact-item a {
  transition: color 0.15s ease;
}

.footer-contact-item a:hover {
  color: var(--dps-orange);
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--ink-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy {
  font-size: 13px;
  color: var(--ink-3);
}

.footer-credit {
  font-size: 12px;
  color: var(--ink-4);
}

/* Animations Trigger */
[data-animate] {
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--d, 0ms);
}

[data-animate="up"] {
  transform: translateY(30px);
}

[data-animate="left"] {
  transform: translateX(-40px);
}

[data-animate="right"] {
  transform: translateX(40px);
}

[data-animate="zoom"] {
  transform: scale(0.9);
}

[data-animate="flip"] {
  transform-origin: center top;
  transform: perspective(1000px) rotateX(18deg);
}

[data-animate].in {
  opacity: 1;
  transform: none;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .hero-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  
  .stepper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .stepper::after {
    display: none;
  }
  
  .safety-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .safety-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .dimensions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 72px; /* Offset for smaller mobile header */
  }

  .site-header-inner {
    height: 72px;
  }
  
  .header-badge {
    display: none; /* Hide badge on mobile to prevent horizontal overflow */
  }
  
  .site-logo {
    height: 48px;
  }
  
  .section {
    padding: 3.5rem 0;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  
  .stat-card {
    text-align: center;
  }
  
  .safety-grid {
    grid-template-columns: 1fr;
  }
  
  .dimensions-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .form-row-2, .form-row-split-pincode {
    grid-template-columns: 1fr;
  }
  
  .eoi-header {
    padding: 14px 18px;
  }
  
  .eoi-form {
    padding: 18px;
  }
}

/* ==========================================================================
   New Aarambh Landing Page Section Styles
   ========================================================================== */

/* Hero Section Layout New */
.hero-grid-new {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: stretch;
}

.aarambh-wordmark-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.aarambh-wordmark {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  background: linear-gradient(135deg, var(--dps-green) 0%, var(--dps-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.aarambh-byline {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--ink-3);
  margin-top: 0.25rem;
  margin-left: 2px;
}

.hero-title-new {
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.hero-title-new span {
  color: var(--dps-orange);
}

.btn-secondary {
  background-color: transparent;
  color: var(--dps-green-dark);
  border-color: var(--dps-green);
}

.btn-secondary:hover {
  background-color: var(--dps-green-soft);
}

/* Hero Visual Card */
.hero-visual-container {
  width: 100%;
}

.hero-visual-card {
  position: relative;
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-2xl);
  padding: 12px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hero-visual-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-xl);
  display: block;
}

.hero-visual-caption {
  margin-top: 12px;
  padding: 4px 8px;
  font-size: 13px;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

/* Enquiry Form Section */
.section-enquiry {
  scroll-margin-top: 100px;
}

.enquiry-card-new {
  width: 100%;
  max-width: 800px;
  min-height: 770px;
  height: 770px;
  margin: 0 auto;
  overflow: auto;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-lg);
  background-color: var(--panel);
}

.enquiry-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Philosophy Strip Styles */
.philosophy-strip-section {
  background-color: var(--canvas);
  color: var(--ink-2);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.philosophy-strip-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 20%, rgba(234, 61, 15, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.philosophy-strip-container-new {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

.philosophy-text-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.philosophy-badge {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--dps-orange);
  background-color: rgba(234, 61, 15, 0.08);
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.philosophy-logo {
  height: 60px;
  width: auto;
  margin-bottom: 1.5rem;
  display: block;
  transition: transform 0.3s ease;
}

.philosophy-logo:hover {
  transform: scale(1.05);
}


.philosophy-quote {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: var(--ink-2);
}

.philosophy-quote p {
  margin-bottom: 0;
}

.philosophy-quote p:last-child {
  margin-bottom: 0;
}

.philosophy-image-side {
  width: 100%;
}

.philosophy-figure-new {
  position: relative;
  background-color: var(--panel);
  border: 1px solid rgba(0, 129, 66, 0.15);
  border-radius: var(--radius-2xl);
  padding: 12px;
  box-shadow: var(--shadow-md);
  max-width: 420px;
  margin: 0 auto;
}

.philosophy-img-new {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-xl);
  display: block;
}

@media (max-width: 1024px) {
  .philosophy-strip-container-new {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: left;
  }
  
  .philosophy-text-side {
    align-items: flex-start;
    text-align: left;
  }
}

/* Differentiators Section Styles */
.differentiators-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 3.5rem;
}

.diff-card {
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.diff-img {
  width: calc(100% + 48px);
  height: 180px;
  object-fit: cover;
  margin: -32px -24px 24px -24px;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.diff-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 129, 66, 0.2);
}

.diff-icon {
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.diff-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--ink);
}

.diff-desc {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}

/* Timeline / A Day in the Life Styles */
.timeline-container {
  position: relative;
  max-width: 800px;
  margin: 3.5rem auto 0 auto;
  padding-left: 2rem;
  border-left: 2px solid var(--border-soft);
}

.timeline-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, var(--border-soft), transparent);
}

.timeline-item {
  position: relative;
  margin-bottom: 3.5rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-time {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--dps-orange);
  background-color: var(--dps-orange-soft);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  display: inline-block;
  margin-bottom: 0.75rem;
}

.timeline-dot {
  position: absolute;
  left: calc(-2rem - 6px);
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--dps-green);
  border: 2px solid var(--bg);
  box-shadow: 0 0 0 4px var(--dps-green-soft);
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-dot {
  background-color: var(--dps-orange);
  box-shadow: 0 0 0 6px var(--dps-orange-soft);
}

.timeline-content {
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  box-shadow: var(--shadow-sm);
}

.timeline-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.timeline-content p {
  font-size: 14.5px;
  color: var(--ink-2);
}

/* Video / Leadership Section Styles */
.documentary-video-container {
  max-width: 900px;
  margin: 3.5rem auto 0 auto;
}

.video-mock-card {
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, rgba(35,31,32,0.9) 0%, rgba(74,70,71,0.9) 100%), 
              url('https://dpsvnl.simplyadmission.com/common/openForDownloadFile/bdbfa737-5113-484b-a542-f8a687f242d4');
  background-size: cover;
  background-position: center;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-2xl);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.video-mock-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 129, 66, 0.15);
  mix-blend-mode: color;
  transition: all 0.3s ease;
}

.video-mock-card:hover {
  transform: scale(1.01);
}

.video-mock-card:hover::before {
  background: rgba(234, 61, 15, 0.1);
}

.video-play-btn {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--dps-green);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  padding-left: 6px;
  box-shadow: var(--shadow-lg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-mock-card:hover .video-play-btn {
  background-color: var(--dps-orange);
  color: #ffffff;
  transform: scale(1.1);
}

.video-duration {
  position: relative;
  z-index: 2;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Stepper New Styles */
.stepper-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 3.5rem;
  position: relative;
}

.stepper-new::after {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5% + 15px);
  right: calc(12.5% + 15px);
  height: 2px;
  background-color: var(--border-soft);
  z-index: 1;
}

.step-item-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.step-num-new {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--panel);
  border: 2px solid var(--border-soft);
  color: var(--ink-2);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.step-item-new:hover .step-num-new {
  border-color: var(--dps-orange);
  background-color: var(--dps-orange-soft);
  color: var(--dps-orange-dark);
}

.step-title-new {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  margin: 1.25rem 0 0.5rem 0;
}

.step-desc-new {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.4;
}

/* Parent Testimonial Video Grid */
.parent-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.parent-video-card {
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.parent-video-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(0, 129, 66, 0.25);
}

.parent-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.parent-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.parent-video-info {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.parent-video-badge {
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dps-green-dark);
  background-color: var(--dps-green-soft);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.parent-video-name {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
}

@media (max-width: 1024px) {
  .parent-video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .parent-video-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Commitment Section */
.responsive-commitment-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.border-dps-green {
  border-color: var(--dps-green) !important;
}

/* Hero Left Card Styling to align with Enquiry Form height */
.hero-left-card {
  display: flex;
  flex-direction: column;
  min-height: 770px;
  height: 770px; /* Same height as enquiry-card-new */
  background-color: var(--panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 1;
}


.hero-left-content {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.hero-left-content .hero-title-new {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem) !important;
  color: var(--dps-green-dark);
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 10px;
  line-height: 1.35;
}

.hero-left-content .hero-desc {
  font-size: clamp(13.5px, 1.4vw, 15px) !important;
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 0;
}

/* Layout overrides for responsive design */
@media (max-width: 1024px) {
  .hero-section {
    padding: 0;
  }

  .hero-section .container {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .hero-grid-new {
    display: flex;
    flex-direction: column-reverse; /* Form iframe on top, text copy on bottom */
    gap: 2.5rem;
    text-align: center;
  }

  .hero-grid-new > div:first-child {
    padding: 0 24px 3rem 24px; /* Maintain padding for the copy block so it doesn't touch screen edges */
    align-items: center !important;
  }

  /* Iframe bleed full width styling */
  #eoi-form {
    width: 100%;
  }

  #eoi-form .enquiry-card-new {
    border-radius: 0;
    border-left: none;
    border-right: none;
    max-width: 100%;
    box-shadow: none;
    min-height: 780px;
    height: 780px; /* Adjusted height on mobile */
    overflow: auto;
  }

  .stepper-new {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .stepper-new::after {
    display: none;
  }

  /* Hero Left Card mobile overrides */
  .hero-left-card {
    height: auto;
  }
  .hero-left-img-container {
    height: auto;
    aspect-ratio: 16/10;
  }
}

/* ==========================================================================
   Why Aarambh Premium Grid Feature Cards
   ========================================================================== */
.feature-card-new {
  position: relative;
  padding: 36px 28px;
  border-radius: 24px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
}

.feature-card-new:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.feature-card-new .card-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.feature-card-new .badge-pill {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 9999px;
  text-transform: uppercase;
}

.feature-card-new .card-emoji-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  position: relative;
  z-index: 3;
}

.feature-card-new .card-title {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
  letter-spacing: -0.01em;
}

.feature-card-new .card-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink-2);
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

/* Decorative background circle in top right */
.feature-card-new::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.feature-card-new:hover::after {
  transform: scale(1.15);
}

/* Pink/Red Theme */
.feature-card-new.pink-theme {
  background-color: #fff5f5;
  border-bottom: 4px solid #ffccd5;
}
.feature-card-new.pink-theme .badge-pill {
  background-color: #ffe3e3;
  color: #ea3d0f;
}
.feature-card-new.pink-theme::after {
  background-color: rgba(255, 182, 193, 0.45);
}

/* Green Theme */
.feature-card-new.green-theme {
  background-color: #f2faf5;
  border-bottom: 4px solid #c7ebd1;
}
.feature-card-new.green-theme .badge-pill {
  background-color: #e4f3eb;
  color: #008142;
}
.feature-card-new.green-theme::after {
  background-color: rgba(163, 226, 178, 0.45);
}

/* Yellow Theme */
.feature-card-new.yellow-theme {
  background-color: #fffcf0;
  border-bottom: 4px solid #ffe8cc;
}
.feature-card-new.yellow-theme .badge-pill {
  background-color: #fff2e0;
  color: #e67e22;
}
.feature-card-new.yellow-theme::after {
  background-color: rgba(255, 216, 168, 0.45);
}

/* Blue Theme */
.feature-card-new.blue-theme {
  background-color: #f0f5ff;
  border-bottom: 4px solid #d0ebff;
}
.feature-card-new.blue-theme .badge-pill {
  background-color: #ebf5fb;
  color: #2980b9;
}
.feature-card-new.blue-theme::after {
  background-color: rgba(165, 216, 255, 0.45);
}

/* ==========================================================================
   Tactile Gallery Photo Frames & Lightbox Styles
   ========================================================================== */
/* Clickable Carousel Slider Styles */
.hero-slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 2.2 / 1; /* Match reference image aspect ratio */
  background: #231f20;
  border-radius: var(--radius-xl); /* Very rounded corners like reference image */
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: 16px;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
}

.hero-slider-container:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-lg);
}

@media (max-width: 576px) {
  .hero-slider-container {
    aspect-ratio: 1.8 / 1;
    border-radius: var(--radius-lg);
  }
}

.hero-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
}

/* Background image blurred and darkened */
.hero-slide .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(12px) brightness(0.35);
  transform: scale(1.1); /* Prevent white edges from blur */
  z-index: 1;
}

/* Center square image */
.hero-slide img {
  position: relative;
  height: 100%;
  width: auto;
  aspect-ratio: 1 / 1; /* Center image is square */
  object-fit: cover;
  z-index: 2;
  box-shadow: 0 4px 20px rgba(0,0,0,0.45);
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
  z-index: 3;
}

.slider-arrow:hover {
  background: var(--dps-orange);
  border-color: var(--dps-orange);
  transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
  left: 14px;
}

.slider-arrow.next {
  right: 14px;
}

.slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.slider-dot.active {
  background: #ffffff;
  transform: scale(1.2);
}

/* Lightbox Modal Overlay */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox-modal.show {
  display: flex;
  opacity: 1;
}

.lightbox-content-wrapper {
  position: relative;
  max-width: 85%;
  max-height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  border: 5px solid var(--panel);
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.lightbox-modal.show .lightbox-img {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  color: #ffffff;
  font-size: 44px;
  font-weight: 300;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
  z-index: 100000;
  line-height: 1;
}

.lightbox-close:hover {
  color: var(--dps-orange);
  transform: scale(1.1) rotate(90deg);
}

.lightbox-prev, .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 24px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  user-select: none;
  z-index: 100000;
}

.lightbox-prev:hover, .lightbox-next:hover {
  background: var(--dps-orange);
  border-color: var(--dps-orange);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: -80px;
}

.lightbox-next {
  right: -80px;
}

@media (max-width: 992px) {
  .lightbox-prev {
    left: -60px;
  }
  .lightbox-next {
    right: -60px;
  }
}

@media (max-width: 768px) {
  .lightbox-prev {
    left: 10px;
  }
  .lightbox-next {
    right: 10px;
  }
  .lightbox-close {
    top: 15px;
    right: 20px;
    font-size: 36px;
  }
  .lightbox-img {
    border: 3px solid var(--panel);
  }
}


