/* =========================
   GENERAL
========================= */

body{
    margin:0;
    background:#f8fbff;
    color:#555;
    font-family:Arial, sans-serif;
}

hr{
    max-width:900px;
    margin:60px auto;
    opacity:.15;
}


/* =========================
   BIG BANNER
========================= */

.vocation-banner{
    min-height:45vh;
    background:
        linear-gradient(rgba(0,45,114,.82), rgba(0,45,114,.82)),
        url("../images/header-bg.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}

.vocation-banner-content{
    max-width:1100px;
    margin:auto;
}

.banner-subtitle{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    font-size:13px;
    letter-spacing:2px;
    font-weight:700;
    margin-bottom:28px;
}

.banner-main-title{
    font-size:50px !important;
    font-weight:500 !important;
    line-height:1.15;
    margin-bottom:28px;
    color:#ffffff !important;
}

.banner-bullet{
    color:#ffffff !important;
    margin:0 18px;
    font-weight:400;
}

.banner-orange{
    color:#ff8c00 !important;
}

.banner-text{
    max-width:760px;
    margin:auto;
    font-size:21px;
    line-height:1.9;
    color:#f5f5f5;
}


/* =========================
   CONTENT
========================= */

.vocation-info-section{
    background:#f8fbff;
}

.info-column-block{
    text-align:center;
    margin-bottom:50px;
}

.section-heading{
    color:#002d72;
    font-size:44px;
    font-weight:900;
    margin-bottom:35px;
}

.mini-heading{
    color:#ff8c00;
    font-size:28px;
    font-weight:800;
    margin-top:40px;
    margin-bottom:20px;
}

.text-columns{
    column-count:3;
    column-gap:45px;
    max-width:1100px;
    margin:auto;
}

.text-columns p{
    color:#555;
    font-size:17px;
    line-height:1.9;
    text-align:left;
    break-inside:avoid;
}


/* =========================
   FAMILY + FORMATION COLUMNS
========================= */

.family-columns,
.formation-columns{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    max-width:1150px;
    margin:auto;
    text-align:left;
}

.family-columns div,
.formation-columns div{
    background:#fff;
    padding:28px;
    border-radius:22px;
    box-shadow:0 12px 35px rgba(0,0,0,.07);
    transition:.35s ease;
}

.family-columns div:hover,
.formation-columns div:hover{
    transform:translateY(-7px);
}

.family-columns h4,
.formation-columns h4{
    color:#002d72;
    font-weight:800;
    margin-bottom:12px;
}

.family-columns p,
.formation-columns p{
    color:#555;
    line-height:1.8;
    margin-bottom:0;
}

.formation-columns span{
    display:inline-block;
    color:#ff8c00;
    font-weight:800;
    margin-bottom:12px;
}


/* =========================
   LIST
========================= */

.column-list{
    list-style:none;
    padding:0;
    max-width:850px;
    margin:25px auto 0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.column-list li{
    color:#555;
    font-size:17px;
}

.column-list li::before{
    content:"✦";
    color:#ff8c00;
    margin-right:10px;
}


/* =========================
   BUTTONS
========================= */

.button-area{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.site-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:220px;
    height:55px;
    background:#ff8c00;
    color:#fff !important;
    border-radius:50px;
    text-decoration:none !important;
    font-weight:700;
    transition:.35s ease;
}

.site-btn:hover{
    background:#002d72;
    color:#fff !important;
    transform:translateY(-3px);
}


/* =========================
   FOOTER
========================= */

.sms-footer{
    width:100%;
    background:#002d72;
    color:#ffffff;
    padding:90px 0 35px;
    margin:0;
}

.sms-footer-inner{
    width:100%;
    padding-left:70px;
    padding-right:70px;
}

.sms-footer-logo{
    color:#ffffff;
    font-size:38px;
    font-weight:900;
    margin-bottom:10px;
}

.sms-footer-tagline{
    color:#ff8c00;
    font-size:18px;
    font-weight:700;
    font-style:italic;
    margin-bottom:25px;
}

.sms-footer-card{
    background:rgba(255,255,255,.08);
    padding:25px;
    border-radius:20px;
}

.sms-footer-card h5{
    color:#ffffff;
    font-weight:800;
    margin-bottom:15px;
}

.sms-footer-card i{
    color:#ff8c00;
}

.sms-footer-card p{
    color:#e0e0e0;
    line-height:1.8;
    margin-bottom:0;
}

.sms-footer-heading{
    color:#ffffff;
    font-size:24px;
    font-weight:800;
    margin-bottom:25px;
}

.sms-footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.sms-footer-links li{
    margin-bottom:14px;
}

.sms-footer-links a{
    color:#e0e0e0;
    text-decoration:none !important;
    transition:.3s ease;
}

.sms-footer-links a:hover{
    color:#ff8c00;
    padding-left:6px;
}

.sms-footer-text{
    color:#e0e0e0;
    line-height:1.8;
    margin-bottom:22px;
    max-width:600px;
}

.sms-footer-newsletter{
    display:flex;
    gap:12px;
    max-width:650px;
}

.sms-footer-newsletter input{
    flex:1;
    height:55px;
    border:none;
    outline:none;
    border-radius:50px;
    padding:0 20px;
}

.sms-footer-newsletter button{
    width:170px;
    height:55px;
    border:none;
    border-radius:50px;
    background:#ff8c00;
    color:#ffffff;
    font-weight:800;
    transition:.3s ease;
}

.sms-footer-newsletter button:hover{
    background:#ffffff;
    color:#002d72;
}

.sms-footer-social{
    margin-top:25px;
}

.sms-footer-social a{
    width:45px;
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.12);
    color:#ffffff;
    border-radius:50%;
    margin-right:10px;
    text-decoration:none !important;
    transition:.3s ease;
}

.sms-footer-social a:hover{
    background:#ff8c00;
    color:#ffffff;
    transform:translateY(-4px);
}

.sms-footer-bottom{
    border-top:1px solid rgba(255,255,255,.18);
    margin-top:60px;
    padding-top:25px;
    text-align:center;
}

.sms-footer-bottom p{
    color:#d6d6d6;
    margin:0;
    font-size:14px;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .text-columns{
        column-count:2;
    }

    .family-columns,
    .formation-columns{
        grid-template-columns:repeat(2,1fr);
    }

    .banner-main-title{
        font-size:58px !important;
    }
}

@media(max-width:768px){

    .vocation-banner{
        min-height:70vh;
    }

    .banner-main-title{
        font-size:38px !important;
        line-height:1.4;
    }

    .banner-bullet{
        margin:0 8px;
    }

    .banner-text{
        font-size:17px;
    }

    .text-columns{
        column-count:1;
    }

    .text-columns p{
        text-align:center;
    }

    .family-columns,
    .formation-columns,
    .column-list{
        grid-template-columns:1fr;
        text-align:center;
    }

    .sms-footer{
        text-align:center;
        padding:70px 0 30px;
    }

    .sms-footer-inner{
        padding-left:25px;
        padding-right:25px;
    }

    .sms-footer-logo{
        font-size:30px;
    }

    .sms-footer-newsletter{
        flex-direction:column;
    }

    .sms-footer-newsletter button{
        width:100%;
    }
}


/* INTRO SECTION */ .discernment-intro { grid-column: 1 / -1; } .section-label { color: #f28c28; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; font-size: 14px; } .section-heading { font-size: 42px; color: #0b1f3a; margin: 12px 0 30px; } /* Two-column text before prayer */ .discernment-intro-text { column-count: 2; column-gap: 50px; } .discernment-intro-text p { color: #555; line-height: 1.9; font-size: 17px; margin-bottom: 20px; text-align: justify; }
/* PRAYER CARD - FULL WIDTH NEXT LINE */
.prayer-card {
    grid-column: 1 / -1;
    position: relative;
    padding: 45px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(11, 31, 58, 0.12);
    border-left: 7px solid #f28c28;
    overflow: hidden;
    animation: floatPrayer 5s ease-in-out infinite;
}

.prayer-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(242, 140, 40, 0.18), transparent 70%);
    top: -70px;
    right: -60px;
    animation: glowMove 6s ease-in-out infinite alternate;
}

.prayer-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(11, 31, 58, 0.10), transparent 70%);
    bottom: -50px;
    left: -40px;
}

.prayer-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #0b1f3a, #f28c28);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(242, 140, 40, 0.35);
}

.prayer-card h3 {
    color: #0b1f3a;
    font-size: 28px;
    margin-bottom: 25px;
}

.prayer-text {
    column-count: 2;
    column-gap: 45px;
    position: relative;
    z-index: 2;
}

.prayer-text p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}

.prayer-text strong {
    display: inline-block;
    margin-top: 10px;
    color: #f28c28;
    font-size: 21px;
}

/* PATH LIST */
.discernment-path {
    grid-column: 1 / -1;
    margin-top: 10px;
    padding: 35px;
    background: #dcdddf;
    border-radius: 24px;
    color: #2a2727;
}

.mini-heading {
    font-size: 26px;
    margin-bottom: 20px;
    color: #f28c28;
}

.column-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
    padding-left: 20px;
}

.column-list li {
    line-height: 1.7;
}

/* ANIMATIONS */
@keyframes floatPrayer {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes glowMove {
    from {
        transform: scale(1);
        opacity: 0.45;
    }
    to {
        transform: scale(1.25);
        opacity: 0.9;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .discernment-container {
        grid-template-columns: 1fr;
    }

    .section-heading {
        font-size: 34px;
    }

    .prayer-card {
        padding: 30px;
    }

    .prayer-text {
        column-count: 1;
    }

    .column-list {
        grid-template-columns: 1fr;
    }
}

/* servite group*/
```

```css
/* SERVITE FAMILY */
.servite-family-section{
    padding:90px 20px;
    background:#f8fafc;
}

.family-intro{
    max-width:900px;
    margin:auto;
    color:#555;
    line-height:1.9;
    font-size:17px;
}

.family-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
    margin-top:50px;
}

.family-card{
    background:#fff;
    padding:35px;
    border-radius:24px;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
    transition:.4s;
    border-top:4px solid #f28c28;
}

.family-card:hover{
    transform:translateY(-8px);
}

.family-icon{
    width:70px;
    height:70px;
    background:#0b1f3a;
    color:#f28c28;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.family-card h4{
    color:#0b1f3a;
    margin-bottom:15px;
}

.family-card p{
    color:#666;
    line-height:1.8;
}

.family-card.featured{
    background:#0b1f3a;
    color:#fff;
}

.family-card.featured h4,
.family-card.featured p{
    color:#fff;
}

.family-card.featured .family-icon{
    background:#f28c28;
    color:#fff;
}

/** discernment Process css*/
