
h2{
    font-family:math ;
}
p{
    font-size: 17px;
    font-family: math;
}

.nav-link {
    position: relative;
    font-size: 17px !important;
    font-family: math;
}

.nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: white;
    transition: 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}
.leading-tight h1{
   font-family: 'Georgia', serif;
   text-shadow: #ec4899 1px 1px 1px;
}
.leading-tight h2{
   font-family: 'Georgia', serif;
   color: #333;
   /* text-shadow: #4f46e5 1px 1px 1px; */
}

/* dropdown */
.dropdown-box {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 13px;
    background: white;
    color: #333;
    min-width: 180px;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.dropdown-item {
    display: block;
    padding: 10px;
    border-radius: 8px;
}

.dropdown-item:hover {
    background: #f3f4f6;
}

/* mobile */
.mobile-link {
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.mobile-sub {
    display: block;
    padding: 10px 28px;
    background: rgba(255,255,255,0.1);
}

.mobile-dropdown {
    display: none;
}


.mobile-dropdown,
.dropdown-box,
.mega-menu {
    display: none;
    transition: all 0.25s ease;
}

/* mobile accordion style */
.mobile-dropdown {
    display: none;
    background: rgba(255,255,255,0.08);
}

/* grid look like mini mega */
.mobile-mega-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 column mobile */
    gap: 6px;
    padding: 10px 12px;
}


.mobile-sub {
    padding: 8px 10px;
    border-radius: 6px;
    background: rgba(255,255,255,0.12);
    font-size: 14px;
}

.mobile-sub:hover {
    background: rgba(255,255,255,0.25);
}


/* headings */
.mega-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #4f46e5;
}


.mega-item {
    /* display: block;
    padding: 9px 0;
    font-size: 14px;
    transition: 0.2s; */
     display:flex;
    align-items:center;
    gap:10px;
    padding: 6px 0;
}

.mega-item:hover {
    color: #ec4899;
    transform: translateX(4px);
}
/* ===== ICON STYLE ONLY ===== */
.mega-item::before{
    display:flex;
    align-items:center;
    justify-content:center;

    width:26px;
    height:26px;
    font-size:14px;

    border-radius:6px;

    /* gradient border */
    border:2px solid transparent;
    background:
      linear-gradient(#fff,#fff) padding-box,
      linear-gradient(90deg,#6366f1,#ec4899) border-box;
}


/* icons */
.mega-item:nth-child(1)::before{ content:"🏢"; }
.mega-item:nth-child(2)::before{ content:"📘"; }
.mega-item:nth-child(3)::before{ content:"👤"; }
.mega-item:nth-child(4)::before{ content:"👩‍🏫"; }
.mega-item:nth-child(5)::before{ content:"📜"; }


/* --------------------------------------------------- */
.slide {
    transition: opacity 0.8s ease;
}

/* social icons */
.social-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.social-icon:hover {
    background: #6366f1;
    transform: scale(1.1);
}
/* ------------sister-msg-------------- */
.sister-msg{
    font-family: math;
    
}
/* ------------------------ */
/* parallax background */
.parallax-bg{
    background-image: url('/assets/img/bg.jpg'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
}
/* ------------------------------------------ */
/* gallery wrapper */
.gallery-item{
    position:relative;
    padding:3px; 
    border-radius:18px;
    background: linear-gradient(to right, #005aa7 0%, #db2777 100%);
    overflow:hidden;
    cursor:pointer;
}

/* inner image */
.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:16px; 
    transition:0.5s ease;
    display:block;
}

/* zoom */
.gallery-item:hover img{
    transform:scale(1.08);
}
/* --------------------------------- */
.footer h3{
    font-family: math;
}
.social{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    color:white;
    transition:0.3s;
}

.social svg{
    width:20px;
    height:20px;
}

/* brand colors */
.fb{ background:#1877f2; }
.insta{ background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af); }
.twitter{ background:#1DA1F2; }
.yt{ background:#ff0000; }

/* hover effect */
.social:hover{
    transform:translateY(-5px) scale(1.1);
    box-shadow:0 8px 20px rgba(0,0,0,0.3);
}
/* ----------------The Goal and Means---------------------- */
/* .trend-img{
    @apply w-full rounded-2xl shadow-md cursor-pointer
           transition duration-300 hover:scale-105 hover:shadow-xl break-inside-avoid;
} */
/* ------------spirituality------------------- */
.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    color: #000000 !important;
    box-shadow: none !important;
}

/* Paragraph always gray */
.accordion-body {
    color: #4b5563 !important; 
}

/* Remove focus blue border */
.accordion-button:focus {
    box-shadow: none !important;
}
/* --------------provincials page----------------------- */
.provincials {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.provincials img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-name {
    margin-top: 8px;
    font-weight: 800;
    color: #4338ca;
    font-size: 31px;
}

.provincials:hover {
    transform: translateY(-5px);
}
/* ----------------------Houses page----------------------------- */

.accoration-img img{
    border-radius: 12px;
    height: 250px;
    /* object-fit: cover; */

}
.accoration-img li{
    font-family: math;
    font-size: 18px;
}
.accoration-img h5{
    font-family: math;
    text-decoration: underline;
}
/* ---------------------News Page -------------------------------*/
.hover-pdf:hover{
    background-color: #f8f9fa;
    transform: translateY(-2px);
    transition: 0.3s ease;
}
/* -----------------------gallry page ------------------------- */
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}


@media(max-width:992px){
    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }
}


@media(max-width:576px){
    .gallery-grid{
        grid-template-columns:1fr;
    }
}

.gallery-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 6px 15px rgba(0,0,0,0.08);
    transition:.3s;
    text-align:center;
    position:relative;
}

.gallery-card:hover{
    transform:translateY(-6px);
}


.gallery-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}


.gallery-title{
    padding:19px;
    font-weight:600;
    color:#333;
    font-size:18px;
    font-family: math;
}


.gallery-card::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(to right,#4f46e5,#ec4899);
}


/* ===== LIGHTBOX ===== */
.lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.92);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.lightbox img{
    max-width:90%;
    max-height:85vh;
    border-radius:10px;
}

.hidden{
    display:none;
}


.close,.prev,.next{
    position:absolute;
    color:white;
    font-size:40px;
    cursor:pointer;
    user-select:none;
}

.close{ top:20px; right:30px; }
.prev{ left:40px; }
.next{ right:40px; }

/* ---------------video page -----------------  */
.video-card{
    background: transparent;
    text-align: center;
}

.video-player{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    background: transparent; /* removes black */
}

.video-title{
    margin-top: 8px;
    font-weight: 600;
}

/* --------------------------------- */
