/* ========================================================
   SNEHA DEEPAM - ABOUT PAGE DEDICATED WIDGETS
   ======================================================== */

/* ========================================================
   1. ABOUT SCHOOL SECTION (COLLAGE & EXPERIENCE BADGE)
   ======================================================== */
.sn-about-school-section {
    position: relative;
    width: 100%;
    padding: 60px 0 80px 0;
    overflow: visible;
}

.sn-about-school-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 40px;
}

/* Left Collage Column */
.sn-about-school-left {
    flex: 1 1 48%;
    min-width: 320px;
    max-width: 540px;
}

.sn-about-collage-container {
    position: relative;
    width: 100%;
    min-height: 480px;
}

/* Semi-circle subtle backdrop */
.sn-about-circle-backdrop {
    position: absolute;
    top: -20px;
    left: -40px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, #eceff6 0%, #f7f8fc 70%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

/* Pink Experience Badge */
.sn-about-exp-badge {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 5;
    background-color: #D13380;
    color: #ffffff;
    padding: 22px 26px;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(209, 51, 128, 0.35);
    max-width: 190px;
}

.sn-about-exp-header {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
}

.sn-about-exp-num {
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
}

.sn-about-exp-years {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
}

.sn-about-exp-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    color: #ffffff;
}

/* Top Right Photo */
.sn-about-img-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 310px;
    z-index: 2;
}

.sn-about-img-top img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Bottom Left Photo (Overlapping) */
.sn-about-img-bottom {
    position: absolute;
    top: 155px;
    left: 80px;
    width: 310px;
    z-index: 4;
}

.sn-about-img-bottom img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    border: 6px solid #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Right Content Column */
.sn-about-school-right {
    flex: 1 1 48%;
    min-width: 320px;
}

.sn-about-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.sn-about-main-title {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #D13380;
    margin: 0 0 22px 0;
    line-height: 1.25;
}

.sn-about-desc {
    font-family: 'Heebo', sans-serif;
    font-size: 15.5px;
    line-height: 1.8;
    color: #4a4a58;
    text-align: justify;
}

.sn-about-desc p {
    margin: 0 0 16px 0;
}

/* ========================================================
   2. VISION & MISSION SECTION (HERO SLIDER CARDS)
   ======================================================== */
.sn-vm-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 0 90px 0;
    overflow: hidden;
}

.sn-vm-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.sn-vm-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Bar: Title & Navigation */
.sn-vm-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.sn-vm-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.sn-vm-nav-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sn-vm-nav-btn {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    backdrop-filter: blur(4px);
}

.sn-vm-nav-btn:hover {
    background: #D13380;
    border-color: #D13380;
    color: #ffffff;
    transform: scale(1.05);
}

/* Cards Grid / Swiper */
.sn-vm-swiper {
    width: 100%;
    overflow: visible;
    padding-top: 30px;
}

.sn-vm-cards-grid {
    display: flex;
}

.sn-vm-slide {
    height: auto;
}

/* Individual Card */
.sn-vm-card {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 50px 30px 40px 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sn-vm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

/* Top Diamond Badge */
.sn-vm-badge-notch {
    position: absolute;
    top: -32px;
    left: 35px;
    width: 66px;
    height: 66px;
    background: #f7f7f9;
    clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0% 100%, 0% 40%);
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.sn-vm-badge-inner {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f53d5a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(245, 61, 90, 0.3);
}

.sn-vm-icon-svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

.sn-vm-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 8px 0 14px 0;
}

.sn-vm-card-desc {
    font-family: 'Heebo', sans-serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: #333340;
    margin: 0;
    text-align: left;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .sn-about-school-wrap {
        flex-direction: column;
        gap: 30px;
    }
    .sn-about-school-left,
    .sn-about-school-right {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .sn-about-collage-container {
        max-width: 500px;
        margin: 0 auto;
    }
    .sn-about-subtitle {
        font-size: 28px;
    }
    .sn-about-main-title {
        font-size: 30px;
    }
    .sn-vm-section-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .sn-about-collage-container {
        min-height: 380px;
    }
    .sn-about-exp-badge {
        padding: 14px 18px;
        max-width: 150px;
    }
    .sn-about-exp-num {
        font-size: 28px;
    }
    .sn-about-exp-years {
        font-size: 14px;
    }
    .sn-about-img-top {
        width: 220px;
    }
    .sn-about-img-top img {
        height: 200px;
    }
    .sn-about-img-bottom {
        width: 220px;
        top: 110px;
        left: 30px;
    }
    .sn-about-img-bottom img {
        height: 200px;
    }
    .sn-about-subtitle {
        font-size: 24px;
    }
    .sn-about-main-title {
        font-size: 24px;
    }
    .sn-vm-section-title {
        font-size: 26px;
    }
    .sn-vm-nav-btn {
        width: 38px;
        height: 38px;
    }
}
