/* ============================================================
   RASHMIRA HOMEPAGE STYLES
   Loaded only on the front page. All values are precise.
   ============================================================ */

/* ── SECTION SYSTEM ── */
.rsh-section { padding: 96px 0; }
.rsh-section--white  { background: #ffffff; }
.rsh-section--cream  { background: #faf8f5; }
.rsh-section--navy   { background: #0d1f3c; position: relative; overflow: hidden; }
.rsh-section--navy::before {
    content: '';
    position: absolute;
    top: -50%; right: -20%;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(45,191,191,0.07) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.rsh-section-header { margin-bottom: 56px; }
.rsh-section-header--center { text-align: center; }
.rsh-section-header--center .rsh-section-tag { justify-content: center; }
.rsh-section-header--center .rsh-section-sub { margin: 0 auto; }

.rsh-section-sub { font-size: 1rem; color: #718096; line-height: 1.85; max-width: 560px; margin-top: 12px; }
.rsh-section-cta  { text-align: center; margin-top: 48px; }

.rsh-title-white     { color: #ffffff; }
.rsh-text-white-muted { color: rgba(255,255,255,0.62); font-size: 0.97rem; line-height: 1.8; }

/* ── SCROLL REVEAL ── */
.rsh-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.rsh-reveal.rsh-visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════ */
.rsh-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1a2f5a;
}
.rsh-hero__bg { position: absolute; inset: 0; }
.rsh-hero__gradient {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 40%, rgba(45,191,191,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 50% 80% at 10% 80%, rgba(201,168,76,0.10) 0%, transparent 50%),
        linear-gradient(135deg, #0d1f3c 0%, #1a2f5a 55%, #0f2547 100%);
}
.rsh-hero__dots {
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 40px 40px;
}
.rsh-hero__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.rsh-hero__orb--1 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(45,191,191,0.12) 0%, transparent 70%);
    top: -120px; right: -100px;
    animation: rshFloat 9s ease-in-out infinite;
}
.rsh-hero__orb--2 {
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(201,168,76,0.09) 0%, transparent 70%);
    bottom: -80px; left: 8%;
    animation: rshFloat 11s ease-in-out infinite reverse;
}
@keyframes rshFloat {
    0%,100% { transform: translateY(0) scale(1); }
    50%      { transform: translateY(-24px) scale(1.03); }
}
@keyframes rshWaPulse {
    0%,100% { box-shadow: 0 8px 32px rgba(37,211,102,0.45); }
    50%      { box-shadow: 0 8px 48px rgba(37,211,102,0.75), 0 0 0 12px rgba(37,211,102,0.15); }
}

.rsh-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 32px;
    width: 100%;
}

/* Hero Content */
.rsh-hero__content {}
.rsh-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(45,191,191,0.12);
    border: 1px solid rgba(45,191,191,0.28);
    color: #4dd9d9;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 9999px;
    margin-bottom: 28px;
}
.rsh-hero__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.6rem, 4.5vw, 4rem);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 24px;
}
.rsh-hero__title em { font-style: italic; color: #4dd9d9; font-weight: 400; }
.rsh-hero__sub {
    font-size: 1.02rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.85;
    margin-bottom: 36px;
    max-width: 520px;
}
.rsh-hero__btns  { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 0; }
.rsh-hero__stats {
    display: flex;
    gap: 36px;
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    flex-wrap: wrap;
}
.rsh-hero__stat {}
.rsh-hero__stat-num   { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 600; color: #4dd9d9; line-height: 1; }
.rsh-hero__stat-label { display: block; font-size: 0.72rem; color: rgba(255,255,255,0.45); font-weight: 400; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.07em; }

/* Hero Visual / Card */
.rsh-hero__visual {}
.rsh-hero__card {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 24px;
    padding: 36px 32px 48px;
    position: relative;
    overflow: visible;
}
.rsh-hero__card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #2dbfbf, transparent);
    border-radius: 24px 24px 0 0;
}
.rsh-hero__card-label {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #4dd9d9;
    font-weight: 700;
    margin-bottom: 18px;
}
.rsh-hero__pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    padding: 12px 14px;
    color: rgba(255,255,255,0.82);
    font-size: 0.86rem;
    margin-bottom: 8px;
    transition: all 0.2s;
}
.rsh-hero__pill:last-of-type { margin-bottom: 0; }
.rsh-hero__pill:hover { background: rgba(45,191,191,0.12); border-color: rgba(45,191,191,0.3); }
.rsh-hero__pill-icon {
    width: 30px; height: 30px;
    background: #2dbfbf;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}
.rsh-hero__float {
    position: absolute;
    bottom: -20px;
    right: -16px;
    background: #c9a84c;
    color: #1a2f5a;
    border-radius: 14px;
    padding: 14px 20px;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 8px 32px rgba(201,168,76,0.4);
    line-height: 1.6;
}
.rsh-hero__float strong { display: block; font-size: 1.1rem; font-family: 'Cormorant Garamond', serif; }

/* ══════════════════════════════════════════════════════════
   ABOUT SECTION
══════════════════════════════════════════════════════════ */
.rsh-about-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center;
}
.rsh-about__img-box {
    background: linear-gradient(135deg, #e8f9f9 0%, #d4f4f4 100%);
    border-radius: 24px;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
}
.rsh-about__img-box::before {
    content: '';
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(45,191,191,0.22);
    border-radius: 16px;
    pointer-events: none;
}
.rsh-about__logo-center { text-align: center; }
.rsh-about__logo-center p {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #1a2f5a;
    margin-top: 16px;
    margin-bottom: 0;
}
.rsh-about__badge-1 {
    position: absolute;
    top: 24px; right: -22px;
    background: #1a2f5a;
    color: #fff;
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 0.78rem;
    font-weight: 600;
    box-shadow: 0 8px 32px rgba(26,47,90,0.2);
    text-align: center;
    line-height: 1.5;
}
.rsh-about__badge-1 strong { display: block; font-size: 1.6rem; font-family: 'Cormorant Garamond', serif; color: #4dd9d9; }
.rsh-about__badge-2 {
    position: absolute;
    bottom: 24px; left: -22px;
    background: #c9a84c;
    color: #1a2f5a;
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 0.8rem;
    font-weight: 800;
    box-shadow: 0 8px 28px rgba(201,168,76,0.35);
}
.rsh-about__content h2 { margin-bottom: 18px; }
.rsh-about__content h2 em { font-style: italic; color: #2dbfbf; }

.rsh-checklist { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 20px 0; }
.rsh-checklist__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.65;
}
.rsh-checklist__item::before {
    content: '✓';
    flex-shrink: 0;
    width: 22px; height: 22px;
    background: #2dbfbf;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 900;
    margin-top: 1px;
}
.rsh-value-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }

/* ══════════════════════════════════════════════════════════
   SERVICES GRID
══════════════════════════════════════════════════════════ */
.rsh-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.rsh-svc-card {
    background: #ffffff;
    border: 1px solid rgba(45,191,191,0.15);
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.rsh-svc-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2dbfbf, #4dd9d9);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.rsh-svc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(26,47,90,0.10); border-color: rgba(45,191,191,0.3); }
.rsh-svc-card:hover::before { transform: scaleX(1); }
.rsh-svc-card--featured { background: #1a2f5a; border-color: #1a2f5a; }
.rsh-svc-card--featured .rsh-svc-card__title { color: #ffffff; }
.rsh-svc-card--featured .rsh-svc-card__text  { color: rgba(255,255,255,0.58); }
.rsh-svc-card--featured .rsh-svc-card__link  { color: #4dd9d9; }
.rsh-svc-card--featured .rsh-svc-card__icon  { background: rgba(45,191,191,0.15); }
.rsh-svc-card__icon {
    width: 56px; height: 56px;
    background: #e8f9f9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 22px;
    transition: transform 0.3s;
}
.rsh-svc-card:hover .rsh-svc-card__icon { transform: scale(1.08); }
.rsh-svc-card__title { font-size: 1.2rem; color: #1a2f5a; margin-bottom: 12px; font-family: 'Cormorant Garamond', serif; font-weight: 600; }
.rsh-svc-card__text  { font-size: 0.88rem; color: #718096; line-height: 1.75; margin-bottom: 20px; }
.rsh-svc-card__link  { font-size: 0.8rem; font-weight: 700; color: #2dbfbf; text-transform: uppercase; letter-spacing: 0.07em; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.rsh-svc-card__link:hover { gap: 10px; color: #1a2f5a; }

/* ══════════════════════════════════════════════════════════
   RECRUITMENT BANNER
══════════════════════════════════════════════════════════ */
.rsh-recruit-banner {
    background: linear-gradient(135deg, #2dbfbf 0%, #1aacac 100%);
    padding: 56px 0;
}
.rsh-recruit-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.rsh-recruit-banner__content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 8px;
}
.rsh-recruit-banner__content p { color: rgba(255,255,255,0.8); font-size: 0.97rem; margin: 0; }

/* ══════════════════════════════════════════════════════════
   SPA SECTION
══════════════════════════════════════════════════════════ */
.rsh-spa-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.rsh-spa__content .rsh-section-tag--white::before { background: #4dd9d9; }
.rsh-spa__content h2 em { font-style: italic; color: #4dd9d9; }

.rsh-spa-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
}
.rsh-spa-service-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 0.84rem;
    color: rgba(255,255,255,0.78);
    transition: all 0.2s;
}
.rsh-spa-service-item:hover { background: rgba(45,191,191,0.12); border-color: rgba(45,191,191,0.3); color: #fff; }
.rsh-spa-dot { width: 7px; height: 7px; background: #2dbfbf; border-radius: 50%; flex-shrink: 0; }

.rsh-spa-card {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 24px;
    padding: 44px 36px;
    text-align: center;
}
.rsh-spa-card__icon  { font-size: 3.5rem; display: block; margin-bottom: 18px; }
.rsh-spa-card__title { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: #fff; font-weight: 400; font-style: italic; margin-bottom: 8px; }
.rsh-spa-card__sub   { color: rgba(255,255,255,0.5); font-size: 0.86rem; margin-bottom: 24px; }
.rsh-why-list { list-style: none; text-align: left; }
.rsh-why-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.72);
    font-size: 0.88rem;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: color 0.2s;
}
.rsh-why-list li:last-child { border-bottom: none; }
.rsh-why-list li:hover { color: #4dd9d9; }

/* ══════════════════════════════════════════════════════════
   COURSES GRID
══════════════════════════════════════════════════════════ */
.rsh-courses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.rsh-course-card {
    background: #faf8f5;
    border: 1px solid rgba(45,191,191,0.15);
    border-radius: 16px;
    padding: 30px 22px;
    text-align: center;
    transition: all 0.3s;
}
.rsh-course-card:hover { background: #1a2f5a; transform: translateY(-6px); box-shadow: 0 16px 48px rgba(26,47,90,0.15); }
.rsh-course-card:hover .rsh-course-card__name { color: #ffffff; }
.rsh-course-card:hover .rsh-course-card__desc { color: rgba(255,255,255,0.58); }
.rsh-course-card:hover .rsh-badge--teal { background: rgba(45,191,191,0.2); color: #4dd9d9; }
.rsh-course-card__icon { font-size: 2.4rem; margin-bottom: 14px; }
.rsh-course-card__name { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; color: #1a2f5a; margin-bottom: 10px; transition: color 0.3s; }
.rsh-course-card__desc { font-size: 0.82rem; color: #718096; line-height: 1.7; margin-bottom: 16px; transition: color 0.3s; }

/* ══════════════════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════════════════ */
.rsh-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.rsh-testi-card {
    background: #ffffff;
    border: 1px solid rgba(45,191,191,0.15);
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.rsh-testi-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,47,90,0.1); }
.rsh-testi-card::before {
    content: '"';
    font-family: 'Cormorant Garamond', serif;
    font-size: 6rem;
    color: #2dbfbf;
    opacity: 0.1;
    position: absolute;
    top: 6px; left: 18px;
    line-height: 1;
    pointer-events: none;
}
.rsh-testi-card__stars { color: #c9a84c; font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px; }
.rsh-testi-card__quote { font-size: 0.92rem; color: #4a5568; line-height: 1.85; font-style: italic; margin-bottom: 22px; position: relative; z-index: 1; }
.rsh-testi-card__quote p { margin: 0; }
.rsh-testi-card__author { display: flex; align-items: center; gap: 12px; }
.rsh-testi-card__avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2dbfbf 0%, #1a2f5a 100%);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 700; font-size: 1rem; flex-shrink: 0;
}
.rsh-testi-card__name { display: block; font-weight: 700; font-size: 0.9rem; color: #1a2f5a; font-style: normal; }
.rsh-testi-card__role { display: block; font-size: 0.78rem; color: #718096; margin-top: 2px; }

/* ══════════════════════════════════════════════════════════
   CONTACT SECTION
══════════════════════════════════════════════════════════ */
.rsh-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 72px;
    align-items: start;
}
.rsh-contact-grid h2 em { font-style: italic; color: #2dbfbf; }
.rsh-contact-grid > div > p { margin-bottom: 28px; }

.rsh-contact-details { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.rsh-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #faf8f5;
    border: 1px solid rgba(45,191,191,0.15);
    border-radius: 12px;
    transition: all 0.2s;
}
.rsh-contact-item:hover { border-color: rgba(45,191,191,0.4); box-shadow: 0 4px 16px rgba(26,47,90,0.06); }
.rsh-contact-item__icon {
    width: 40px; height: 40px;
    background: #2dbfbf;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; flex-shrink: 0;
}
.rsh-contact-item div { display: flex; flex-direction: column; gap: 2px; }
.rsh-contact-item strong { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: #2dbfbf; font-weight: 700; }
.rsh-contact-item span  { font-size: 0.9rem; color: #1a2f5a; font-weight: 500; }

.rsh-contact-form-box {
    background: #faf8f5;
    border: 1px solid rgba(45,191,191,0.15);
    border-radius: 24px;
    padding: 44px;
}
.rsh-contact-form-box h3 { font-size: 1.7rem; margin-bottom: 6px; }
.rsh-contact-form-box > p { font-size: 0.88rem; color: #718096; margin-bottom: 28px; }

.rsh-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rsh-form-group { margin-bottom: 16px; }
.rsh-form-response {
    margin-top: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
}
.rsh-form-response--ok  { background: rgba(45,191,191,0.12); color: #0a7070; }
.rsh-form-response--err { background: rgba(220,53,69,0.1);   color: #b02a37; }

/* ══════════════════════════════════════════════════════════
   BLOG PREVIEW HEADER
══════════════════════════════════════════════════════════ */
.rsh-blog-preview-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.rsh-blog-preview-header h2 em { font-style: italic; color: #2dbfbf; }
.rsh-post-card__img-link { display: block; overflow: hidden; }
.rsh-post-card__img { transition: transform 0.4s; }
.rsh-post-card:hover .rsh-post-card__img { transform: scale(1.04); }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 1200px) {
    .rsh-courses-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1100px) {
    .rsh-about-grid  { grid-template-columns: 1fr; }
    .rsh-about__visual { display: none; }
    .rsh-spa-grid    { grid-template-columns: 1fr; }
    .rsh-contact-grid { grid-template-columns: 1fr; }
    .rsh-hero__inner  { grid-template-columns: 1fr; }
    .rsh-hero__visual { display: none; }
}
@media (max-width: 992px) {
    .rsh-services-grid    { grid-template-columns: repeat(2, 1fr); }
    .rsh-testimonials-grid { grid-template-columns: 1fr; }
    .rsh-section { padding: 72px 0; }
    .rsh-recruit-banner__inner { flex-direction: column; }
}
@media (max-width: 768px) {
    .rsh-hero { min-height: 100svh; }
    .rsh-hero__inner { padding: 64px 20px 80px; }
    .rsh-hero__btns { flex-direction: column; }
    .rsh-hero__btns .rsh-btn { justify-content: center; }
    .rsh-hero__stats { gap: 20px; }
    .rsh-hero__stat-num { font-size: 1.8rem; }
    .rsh-services-grid { grid-template-columns: 1fr; }
    .rsh-courses-grid  { grid-template-columns: 1fr 1fr; }
    .rsh-spa-services  { grid-template-columns: 1fr; }
    .rsh-form-row { grid-template-columns: 1fr; }
    .rsh-contact-form-box { padding: 28px 20px; }
    .rsh-section { padding: 56px 0; }
    .rsh-about__badge-1, .rsh-about__badge-2 { display: none; }
}
@media (max-width: 480px) {
    .rsh-courses-grid { grid-template-columns: 1fr; }
    .rsh-hero__title  { font-size: clamp(2rem, 8vw, 2.6rem); }
}
