/* ==========================================================================
   Premium Biography & Founder Section
   ========================================================================== */
.premium-bio-section {
    background: radial-gradient(circle at 10% 20%, rgb(255 240 232) 0%, rgb(255 245 240) 100%) !important;
    position: relative;
    padding: 50px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(16, 74, 157, 0.05);
}

.founder-img-wrapper {
    position: relative;
    padding: 12px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(16, 74, 157, 0.06);
    border: 1px solid rgba(16, 74, 157, 0.06);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.founder-img-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(241, 95, 37, 0.12);
    border-color: rgba(241, 95, 37, 0.2);
}

.founder-img-wrapper img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
}

.founder-title-badge {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(135deg, #f15f25 0%, #ff7a45 100%);
    color: #ffffff !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(241, 95, 37, 0.18);
    margin-bottom: 25px;
    font-family: "Quicksand", sans-serif;
    line-height: 1.6;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.founder-title-badge span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.9;
    font-weight: 800;
    margin-bottom: 2px;
    color: #ffe8df;
}

.founder-vision-quote {
    position: relative;
    padding: 25px 30px 25px 35px;
    background: rgba(241, 95, 37, 0.03);
    border-left: 4px solid #f15f25;
    border-radius: 4px 20px 20px 4px;
    margin-bottom: 30px;
    box-shadow: inset 0 0 20px rgba(241, 95, 37, 0.01);
}

.founder-vision-quote::before {
    content: '“';
    position: absolute;
    left: 12px;
    top: -10px;
    font-size: 65px;
    color: rgba(241, 95, 37, 0.15);
    font-family: "Georgia", serif;
    line-height: 1;
}

.founder-vision-quote p {
    font-family: "Quicksand", sans-serif !important;
    font-style: italic;
    font-size: 16.5px !important;
    line-height: 1.75 !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    margin: 0;
}

.founder-desc-paragraph {
    font-family: "Quicksand", sans-serif !important;
    font-size: 15.5px !important;
    line-height: 1.8 !important;
    color: #334155 !important;
    font-weight: 500 !important;
    margin-bottom: 20px;
}

/* Foundational Pillars Style */
.pillars-main-title {
    font-family: "Baloo 2", sans-serif !important;
    color: #104a9d !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pillars-main-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #f15f25;
    border-radius: 2px;
}

.pillar-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 35px 30px;
    border: 1px solid rgba(16, 74, 157, 0.05);
    box-shadow: 0 10px 30px rgba(16, 74, 157, 0.01);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: transparent;
    transition: background 0.3s ease;
}

.pillar-card.p1::before { background: linear-gradient(90deg, #104a9d, #3b82f6); }
.pillar-card.p2::before { background: linear-gradient(90deg, #f15f25, #ff7a45); }
.pillar-card.p3::before { background: linear-gradient(90deg, #10b981, #34d399); }

.pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(16, 74, 157, 0.08);
    border-color: rgba(16, 74, 157, 0.1);
}

.pillar-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.pillar-card.p1 .pillar-icon-box { background: rgba(16, 74, 157, 0.08); color: #104a9d; }
.pillar-card.p2 .pillar-icon-box { background: rgba(241, 95, 37, 0.08); color: #f15f25; }
.pillar-card.p3 .pillar-icon-box { background: rgba(16, 185, 129, 0.08); color: #10b981; }

.pillar-card.p1:hover .pillar-icon-box { background: #104a9d; color: #ffffff; transform: scale(1.05); }
.pillar-card.p2:hover .pillar-icon-box { background: #f15f25; color: #ffffff; transform: scale(1.05); }
.pillar-card.p3:hover .pillar-icon-box { background: #10b981; color: #ffffff; transform: scale(1.05); }

.pillar-title {
    font-family: "Baloo 2", sans-serif !important;
    color: #104a9d !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-bottom: 15px;
}

.pillar-desc {
    font-family: "Quicksand", sans-serif !important;
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    color: #475569 !important;
    font-weight: 500 !important;
    margin: 0;
}

/* Premium Inspirational Closing Ribbon */
.inspirational-ribbon {
    margin-top: 50px;
    padding: 35px 40px;
    background: linear-gradient(135deg, rgba(241, 95, 37, 0.03) 0%, rgba(16, 74, 157, 0.03) 100%);
    border-left: 4px solid #f15f25;
    border-radius: 4px 24px 24px 4px;
    box-shadow: 0 10px 30px rgba(16, 74, 157, 0.01);
    border-top: 1px solid rgba(16, 74, 157, 0.02);
    border-right: 1px solid rgba(16, 74, 157, 0.02);
    border-bottom: 1px solid rgba(16, 74, 157, 0.02);
    text-align: center;
}

.inspirational-ribbon p {
    font-family: "Quicksand", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    margin-bottom: 0;
}

.inspirational-ribbon p strong {
    color: #f15f25;
    font-family: "Baloo 2", sans-serif;
    font-size: 18px;
    display: block;
    margin-top: 8px;
}


/* ==========================================================================
   Sojourner / Editor Section
   ========================================================================== */
.sojourner-section {
    background: #ffffff !important;
    position: relative;
    padding: 50px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(16, 74, 157, 0.05);
}

.sojourner-img-wrapper {
    position: relative;
    padding: 12px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.06);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sojourner-img-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(16, 185, 129, 0.12);
    border-color: rgba(16, 185, 129, 0.2);
}

.sojourner-img-wrapper img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
}

.sojourner-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.18);
    margin-bottom: 25px;
    font-family: "Quicksand", sans-serif;
    line-height: 1.6;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sojourner-quote {
    position: relative;
    padding: 22px 25px 22px 30px;
    background: rgba(16, 185, 129, 0.03);
    border-left: 4px solid #10b981;
    border-radius: 4px 20px 20px 4px;
    margin-bottom: 30px;
    box-shadow: inset 0 0 20px rgba(16, 185, 129, 0.01);
}

.sojourner-quote::before {
    content: '“';
    position: absolute;
    left: 10px;
    top: -12px;
    font-size: 60px;
    color: rgba(16, 185, 129, 0.15);
    font-family: "Georgia", serif;
    line-height: 1;
}

.sojourner-quote p {
    font-family: "Quicksand", sans-serif !important;
    font-style: italic;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #0f172a !important;
    font-weight: 600 !important;
    margin: 0;
}

/* Philosophy Points */
.philosophy-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.philosophy-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.philosophy-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(16, 185, 129, 0.08);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    border: 1px solid rgba(16, 185, 129, 0.1);
    margin-top: 2px;
}

.philosophy-text {
    font-family: "Quicksand", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #334155 !important;
    font-weight: 500 !important;
}

.philosophy-text strong {
    color: #0f172a;
    font-weight: 700;
    font-family: "Baloo 2", sans-serif;
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
}

.sojourner-welcome {
    font-family: "Quicksand", sans-serif !important;
    font-size: 15.5px !important;
    line-height: 1.7 !important;
    color: #10b981 !important;
    font-weight: 700 !important;
    background: rgba(16, 185, 129, 0.04);
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px dashed rgba(16, 185, 129, 0.2);
    display: inline-block;
    width: 100%;
}


/* ==========================================================================
   Custom Premium Testimonials Section
   ========================================================================== */
.testimonial-section {
    background: radial-gradient(circle at 50% 50%, #fcfbfe 0%, #f7f5fa 100%) !important;
    padding: 50px 0 35px 0 !important;
}

.testimonial-section .swiper-wrapper {
    padding-bottom: 0 !important;
}

.testimonial-section .section-title .badge-section {
    background: rgba(150, 14, 228, 0.08) !important;
    color: #960ee4 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-family: "Baloo 2", sans-serif !important;
    font-size: 13.5px !important;
    display: inline-block;
}

.testimonial-section .section-title h2 {
    color: #101828 !important;
    font-family: "Baloo 2", sans-serif !important;
    font-size: 42px !important;
    font-weight: 800 !important;
    margin-top: 15px !important;
    letter-spacing: -0.5px;
}

/* Slider buttons styling */
.testimonial-section .array-button {
    display: flex;
    gap: 12px;
}

.testimonial-section .array-button button {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid #eaecf0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #344054 !important;
    font-size: 16px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.testimonial-section .array-button button:hover {
    background: #104a9d !important;
    color: #ffffff !important;
    border-color: #104a9d !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(16, 74, 157, 0.15) !important;
}

.testimonial-section .array-button button svg {
    display: none !important;
}

.testimonial-section .array-bg {
    background: transparent !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.testimonial-section .array-bg i {
    font-size: 16px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Modern Card Redesign */
.testimonial-section .testimonial-card {
    background: #ffffff !important;
    border: 1px solid #eaecf0 !important;
    border-radius: 24px !important;
    padding: 45px 35px 35px 35px !important;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.03), 0 4px 12px rgba(16, 24, 40, 0.01) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative !important;
    height: 100% !important;
    margin: 15px 0;
    overflow: visible !important;
}

/* Hide theme cartoonish shapes */
.testimonial-section .testimonial-card .icon-border,
.testimonial-section .testimonial-card .icon-bg {
    display: none !important;
}

.testimonial-section .testimonial-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(16, 24, 40, 0.08) !important;
    border-color: #104a9d !important;
}

/* Quote Icon Accent */
.testimonial-section .testimonial-card::before {
    content: '“';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 80px;
    line-height: 1;
    font-family: "Georgia", serif;
    color: rgba(16, 74, 157, 0.08);
    pointer-events: none;
    font-weight: 900;
}

/* User Avatar Ring */
.testimonial-section .testimonial-card .user-thumb-area {
    margin-bottom: 24px !important;
    position: relative;
    z-index: 2;
}

.testimonial-section .testimonial-card .user-img {
    width: 84px !important;
    height: 84px !important;
    border-radius: 50% !important;
    padding: 4px !important;
    background: #ffffff !important;
    border: 3px solid rgba(16, 74, 157, 0.15) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease;
    display: inline-block;
    overflow: hidden;
}

.testimonial-section .testimonial-card:hover .user-img {
    border-color: #104a9d !important;
    transform: scale(1.05);
}

.testimonial-section .testimonial-card .user-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    display: block;
}

.testimonial-section .testimonial-card .img-border {
    display: none !important; /* Hide old cartoonish borders */
}

/* Ratings */
.testimonial-section .testimonial-card .ratting-area {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 18px !important;
}

.testimonial-section .testimonial-card .ratting-area i {
    color: #fdb022 !important; /* Elegant gold warm rating stars */
    font-size: 15px !important;
}

/* Quote Text */
.testimonial-section .testimonial-card .content p {
    color: #475467 !important;
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    font-weight: 600 !important;
    font-style: italic !important;
    font-family: "Quicksand", sans-serif !important;
    margin-bottom: 24px !important;
    max-width: 100% !important;
}

/* Author Metadata */
.testimonial-section .testimonial-card .author-info {
    border-top: 1px solid #f2f4f7;
    padding-top: 16px !important;
}

.testimonial-section .testimonial-card .author-info .name {
    color: #101828 !important;
    font-family: "Baloo 2", sans-serif !important;
    font-size: 17.5px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 3px !important;
}

.testimonial-section .testimonial-card .author-info .designation {
    color: #667085 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    font-family: "Quicksand", sans-serif !important;
    display: inline-block;
}

/* ==========================================================================
   Extracted Inline Styles from index.php
   ========================================================================== */
.addmissions-section-v1 {
    padding: 20px 0px 50px !important;
    margin: 0 !important;
    background-color: #ffffff;
    border-top: 1px solid rgba(16, 74, 157, 0.05);
    border-bottom: 1px solid rgba(16, 74, 157, 0.05);
}

.addmissions-section-v2 {
    padding: 60px 0 !important;
    margin: 0 !important;
    background-color: #f8f9fa;
    border-top: 1px solid rgba(16, 74, 157, 0.05);
    border-bottom: 1px solid rgba(16, 74, 157, 0.05);
}

.addmissions-section-v3 {
    padding: 50px 0px !important;
    margin: 0 !important;
    background-color: #ffffff;
    border-top: 1px solid rgba(16, 74, 157, 0.05);
    border-bottom: 1px solid rgba(16, 74, 157, 0.05);
}

.admission-thumb-card {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border: 1px solid rgba(16, 74, 157, 0.05);
}

.badge-section-gradient {
    background: linear-gradient(135deg, #104a9d 0%, #1e40af 100%);
    color: #ffffff !important;
    border-radius: 50px;
    padding: 6px 16px;
    font-weight: 700;
    display: inline-block;
}

.text-title-baloo {
    font-family: 'Baloo 2', sans-serif;
    font-size: 18px;
    color: #000;
    display: block;
    font-weight: 700;
}

.text-quote-orange {
    font-family: 'Baloo 2', sans-serif;
    font-size: 17px;
    color: #000;
    display: block;
    font-weight: 700;
    border-left: 3px solid #f15f25;
    padding-left: 12px;
    margin: 15px 0;
}

.text-p-quicksand {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.icon-margin-right {
    margin-right: 8px;
}

.h2-ravi-kant {
    font-family: 'Baloo 2', sans-serif;
    font-size: 40px;
    color: #104a9d;
}

.product-offer-desc {
    font-size: 15px;
    line-height: 1.5;
    height: 72px;
}

/* ==========================================================================
   Rev. Parmindra Blessing Section Redesign
   ========================================================================== */
.parmindra-section {
    background: radial-gradient(circle at 30% 20%, #fdfbf7 0%, #f6f1e5 100%) !important;
    padding: 80px 0 !important;
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    overflow: hidden;
}

.parmindra-section::before {
    content: '\f519'; /* fa-dove or similar icon in FontAwesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: -50px;
    bottom: -30px;
    font-size: 350px;
    color: rgba(212, 175, 55, 0.04);
    pointer-events: none;
}

/* Image Box styling */
.parmindra-img-box {
    position: relative;
    padding: 12px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(16, 74, 157, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.parmindra-img-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(184, 144, 28, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
}

.parmindra-img-box img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
}

/* The Letter/Card Container */
.blessing-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 45px;
    box-shadow: 0 20px 45px rgba(16, 24, 40, 0.03), 0 4px 12px rgba(16, 24, 40, 0.01);
    border: 1px solid rgba(212, 175, 55, 0.12);
    position: relative;
    transition: all 0.4s ease;
}

.blessing-card:hover {
    box-shadow: 0 30px 60px rgba(184, 144, 28, 0.08);
    border-color: rgba(212, 175, 55, 0.25);
}

/* Elegant Ribbon/Badge */
.parmindra-badge {
    display: inline-block;
    padding: 8px 22px;
    background: linear-gradient(135deg, #d4af37 0%, #b8901c 100%); /* Premium Gold */
    color: #ffffff !important;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(184, 144, 28, 0.18);
    margin-bottom: 22px;
    font-family: "Quicksand", sans-serif;
    line-height: 1.6;
    border: 1px solid rgba(255, 255, 255, 0.1);
    letter-spacing: 0.5px;
}

/* Title & Subtitle Styling */
.blessing-card-subtitle {
    font-family: "Baloo 2", sans-serif;
    font-size: 20px;
    color: #1a253c;
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Spiritual/Opening Quote callout */
.blessing-opening {
    position: relative;
    padding: 22px 25px 22px 30px;
    background: rgba(212, 175, 55, 0.03);
    border-left: 4px solid #d4af37;
    border-radius: 4px 20px 20px 4px;
    margin-bottom: 30px;
    box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.01);
}

.blessing-opening::before {
    content: '“';
    position: absolute;
    left: 10px;
    top: -12px;
    font-size: 60px;
    color: rgba(212, 175, 55, 0.15);
    font-family: "Georgia", serif;
    line-height: 1;
}

.blessing-opening p {
    font-family: "Quicksand", sans-serif !important;
    font-style: italic;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    margin: 0;
}

.blessing-opening p b {
    color: #b8901c;
}

/* Body Text Quicksand styling */
.blessing-body {
    font-family: "Quicksand", sans-serif !important;
    font-size: 15.5px !important;
    line-height: 1.8 !important;
    color: #334155 !important;
    font-weight: 500 !important;
    margin-bottom: 25px;
}

/* Signature Block Styling */
.blessing-signature {
    border-top: 1px dashed rgba(212, 175, 55, 0.25);
    padding-top: 22px;
    margin-top: 22px;
    font-family: "Quicksand", sans-serif;
}

.blessing-signature-title {
    font-family: "Baloo 2", sans-serif;
    font-size: 18px;
    color: #104a9d;
    font-weight: 700;
    margin-bottom: 5px;
}

.blessing-signature-role {
    font-size: 13.5px;
    color: #64748b;
    font-weight: 600;
    line-height: 1.5;
}

.blessing-signature-org {
    font-size: 13px;
    color: #d4af37;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
    display: inline-block;
}


