.elementor-16002 .elementor-element.elementor-element-6036ee3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-37cc6fa *//* ================================================================
   ADMISSIONS & SCHOLARSHIP PAGE — SHAKTI EDUCATION
   Scoped under .sk-page — zero WordPress bleed.
   Paste into: Appearance > Additional CSS  OR  child theme style.css
================================================================ */

/* ── DESIGN TOKENS ── */
.sk-page {
  --sk-primary: #0082c6;
  --sk-primary-dark: #00639a;
  --sk-font: "Figtree", "Inter", "Segoe UI", Arial, sans-serif;
  --sk-max-width: 1200px;
  --sk-section-py: 80px;
  --sk-h1: 26px;
  --sk-h2: 22px;
  --sk-h6: 15px;
  --sk-p: 16px;
}
@media (min-width: 768px) {
  .sk-page {
    --sk-h1: 36px;
    --sk-h2: 26px;
    --sk-h6: 17px;
    --sk-p: 15px;
    --sk-section-py: 68px;
  }
}
@media (min-width: 1024px) {
  .sk-page {
    --sk-h1: 48px;
    --sk-h2: 48px;
    --sk-h6: 18px;
    --sk-p: 18px;
    --sk-section-py: 80px;
  }
}

/* ── SCOPED RESET ── */
.sk-page *,
.sk-page *::before,
.sk-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.sk-page img,
.sk-page video {
  max-width: 100%;
  display: block;
}
.sk-page ul,
.sk-page ol {
  list-style: none;
}

/* ── BASE ── */
.sk-page {
  font-family: var(--sk-font);
  color: #212529;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #fff;
}

/* ── WRAP ── */
.sk-page .sk-wrap {
  max-width: var(--sk-max-width);
  margin-inline: auto;
  padding-inline: 20px;
}


/* ================================================================
   SECTION 1: PAGE HERO
================================================================ */

.sk-adm-hero {
  background: #ffffff;
  padding-top: 72px;
  padding-bottom: 0;
}

.sk-adm-hero-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 75px;
}

.sk-adm-eyebrow {
  font-family: var(--sk-font);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #adb5bd;
  display: block;
}

h1.sk-adm-headline {
  font-family: var(--sk-font);
  font-size: 80px;
  font-weight: 700;
  line-height: 88px;
  color: #212529;
}

/* Hero responsive */
@media (max-width: 1023px) {
  h1.sk-adm-headline {
    font-size: 56px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .sk-adm-hero {
    padding-top: 48px;
  }
  h1.sk-adm-headline {
    font-size: 36px;
    line-height: 42px;
  }
  .sk-adm-eyebrow {
    font-size: 26px;
  }
  .sk-adm-hero-text {
    gap: 16px;
    padding-bottom: 36px;
  }
}
@media (max-width: 480px) {
  h1.sk-adm-headline {
    font-size: 36px;
    line-height: 42px;
  }
}


/* ================================================================
   SECTION 2: ADMISSION PROCESS (AS-IS)
================================================================ */

.sk-admission-section {
  padding-top: 170px;
  padding-bottom: 170px;
  background-color: #f6f7f8;
  position: relative;
  overflow: hidden;
}

.sk-admission-watermark {
  position: absolute;
  right: -28%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.sk-admission-heading {
  font-family: "Figtree", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  color: #212529;
  margin-bottom: 52px;
  position: relative;
  z-index: 1;
}

.sk-stepper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.sk-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 61px;
}

.sk-step-image {
  width: 165px;
  height: 165px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.sk-step-connector {
  flex-shrink: 0;
  width: 100px;
  height: 165px;
  position: relative;
  z-index: 0;
}
.sk-step-connector img {
  position: absolute;
  top: 50%;
  left: -82.5px;
  width: 243px;
  max-width: none;
  height: auto;
  transform: translateY(-50%);
  display: block;
}

.sk-step-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 11px;
  padding-inline: 8px;
}

.sk-step-name {
  font-family: "Figtree", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #495057;
  line-height: 32px;
}

.sk-step-description {
  font-family: "Figtree", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6b7280;
  line-height: 24px;
}

/* Admission — tablet */
@media (max-width: 1023px) {
    
    .desktop-only{
        display:none;
    }
  .sk-admission-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .sk-admission-watermark {
    right: -30%;
    height: 600px !important;
  }
  .sk-admission-heading {
    font-size: 36px;
    line-height: 40px;
  }
  .sk-step {
    gap: 40px;
  }
  .sk-step-image {
    width: 120px;
    height: 120px;
  }
  .sk-step-connector {
    width: 100px;
    height: 120px;
  }
  .sk-step-connector img {
    left: -60px;
    width: 160px;
    max-width: none;
  }
  .sk-step-name {
    font-size: 20px;
    line-height: 28px;
  }
  .sk-step-description {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Admission — mobile */
@media (max-width: 767px) {
  .sk-admission-watermark {
    display: none;
  }
  .sk-admission-heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 36px;
  }
  .sk-stepper {
    flex-direction: column;
    gap: 28px;
  }
  .sk-step {
    flex-direction: row;
    align-items: center;
    flex: unset;
    width: 100%;
    gap: 20px;
  }
  .sk-step-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }
  .sk-step-connector {
    display: none;
  }
  .sk-step-label {
    align-items: flex-start;
    text-align: left;
    padding-inline: 0;
  }
  .sk-step-name {
    font-size: 18px;
    line-height: 26px;
  }
  .sk-step-description {
    font-size: 15px;
    line-height: 22px;
  }
}


/* ================================================================
   SECTION 3: TWO CARDS
================================================================ */

.sk-cards-section {
  background: #ffffff;
  padding-top: 88px;
  padding-bottom: 88px;
}

.sk-cards-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
}

/* Shared card base */
.sk-info-card {
  width: 588px;
  min-height: 235px;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  flex: 1;
}

/* Card 1 */
.sk-card-scholarship {
  background: #edf2ff;
}

/* Card 2 */
.sk-card-eligibility {
  background: #fff2f2;
}

/* Content side */
.sk-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 32px 28px 32px 32px;
  padding-right: 0;
}

h3.sk-card-heading {
  font-family: var(--sk-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #495057;
  margin-bottom: 24px;
}

.sk-card-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sk-card-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.sk-card-list-item img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  display: block;
}

.sk-card-list-item span {
  font-family: var(--sk-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212529;
}

/* Image side */
.sk-card-image-col {
  flex-shrink: 0;
  width: 200px;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 18px;*/

}

.sk-card-image-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 188 / 151;
  max-width: 200px;
  max-height: 175px;
  display: block;
}

/* Cards — 1199px */
@media (max-width: 1199px) {
  .sk-info-card {
    width: auto;
  }
  .sk-card-image-col {
    width: 200px;
    height: 160px;
  }
  .sk-card-image-col img {
    max-width: 200px;
    max-height: 160px;
  }
}

/* Cards — tablet */
@media (max-width: 1023px) {
  .sk-cards-row {
    flex-direction: column;
  }
  .sk-info-card {
    width: 100%;
    min-height: auto;
  }
  .sk-card-image-col {
    width: 180px;
    height: 150px;
    padding: 16px;
  }
  .sk-card-image-col img {
    max-width: 180px;
    max-height: 150px;
  }
}

/* Cards — mobile */
@media (max-width: 767px) {
  .sk-cards-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .sk-info-card {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }
  .sk-card-content {
    padding: 28px 24px 0 24px;
  }
  .sk-card-image-col {
    width: 100%;
    height: 160px;
    padding: 16px 24px 24px;
    justify-content: flex-start;
  }
  .sk-card-image-col img {
    max-width: 160px;
    max-height: 130px;
  }
}

/* Cards — small mobile */
@media (max-width: 480px) {
  h3.sk-card-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .sk-card-list-item span {
    font-size: 15px;
  }
}



 @media(max-width:380px){
     .sk-card-eligibility .sk-card-list-item {
     align-items: flex-start;
}


   .sk-card-eligibility  .sk-card-list-item img{
     margin-top: 5px;
}
 }
 
 .scholarship-image-col {
       margin-right: 30px;
 }/* End custom CSS */