
            :root {
        --primary-color: #667eea;
        --secondary-color: #764ba2;
        --accent-color: #f093fb;
        --dark-color: #1a1a2e;
        --light-color: #ffffff;
        --gradient-1: linear-gradient(135deg, #641100 0%, #813121 100%);

        --gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        --gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        --gradient-4: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
        --shadow-light: 0 8px 32px rgba(31, 38, 135, 0.37);
        --shadow-dark: 0 8px 32px rgba(0, 0, 0, 0.3);
    }



    
 .filament-tiptap-grid,
        .filament-tiptap-grid-builder {
            display: grid;
            gap: 1rem;
            box-sizing: border-box;
        }

        .filament-tiptap-grid[type^="asymetric"] {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
        }

      table {
    width: auto !important;

    border: 1px solid #e7b7b3;
}
 tr:nth-child(odd) {
       background-color: rgb(80 0 17 / 7%);
}
 table th, table td {
    padding: 10px;
    border: 1px solid #919191;
}
        .section-content{
                text-align: justify;
        }
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: "EB Garamond", serif;
 
        font-weight: 800;
    }
    p{
        letter-spacing: 0.5px;
    }
    h2{
          font-size: 56px;
           color: #400b0b !important;
            position: relative;
                padding-bottom: 30px !important;
           
    }   
    h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;       /* underline width */
  height: 3px;       /* underline thickness */
  background: linear-gradient(to right, #b88a44, #d4af37, #b88a44); 
  border-radius: 2px;
}
    .color{
           color: #813121;
    }
    body {
        font-family: "Poppins", sans-serif;
        line-height: 1.6;
        overflow-x: hidden;
        background: #f8fafc;
    }

    /* Modern Animated Header */
    .top-header {
            background: linear-gradient(-45deg, #f1edea, #f1edea, #f1edea, #f1edea);
        background-size: 400% 400%;
        animation: modernGradient 8s ease infinite;
        padding: 03px 0;
        color: rgb(0, 0, 0);
        position: relative;
        overflow: hidden;
            box-shadow: inset 0 0 10px #97979761;
    }
.header-social-link i{
color: #000;
}
    .top-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        /* animation: shimmer 3s infinite; */
    }

    @keyframes modernGradient {
        0%, 100% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
    }

    @keyframes shimmer {
        0% { left: -100%; }
        100% { left: 100%; }
    }
    
    /* Modern Logo Banner */
    .logo-banner {
        background:url(./ofm/logo/header-bg.png) no-repeat center/cover;
        padding: 10px 0;
        color: white;
        position: relative;
        overflow: hidden;
       background-position: bottom;
    }
    .logo1{
        float: right;
        width: 110px;
    }

      .logo{
      float: left;
        width: 110px;
    }
  .logo-banner img{
        border-radius: 50% !important;
  }
    /* .logo-banner::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgb(255 255 255 / 3%) 0%, #3b328a00 70%);
        animation: rotate 10s linear infinite;
    } */

    @keyframes rotate {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .logo-banner .college-name {
  
    font-weight: 800;

    animation: floatIn 2s ease-out;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #400b0b;
    /* background-clip: text; */
    font-family: "EB Garamond", serif;
    font-size: 54px;
    line-height: 40px;
    }
    .sub-title{
    font-family: "Oswald", sans-serif;
          font-weight: 800 !important;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 500;
        color: #813121;
    }
    .sub-title1{
     
        font-size: 15px;
            letter-spacing: 1.5px;
          font-family: "Oswald", sans-serif;
          font-weight: 800;
           color: #463b38;
    }
    .anniversary-badge {
        position: relative;   
           
        /* animation: float 3s ease-in-out infinite; */
    }

    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-10px); }
    }

    @keyframes floatIn {
        from {
            opacity: 0;
            transform: translateY(-50px) scale(0.8);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    /* Modern Navigation */
    .navbar {
        background: rgba(255, 255, 255, 0.95) !important;
        /* backdrop-filter: blur(20px); */
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
        transition: all 0.3s ease;
        padding: 03px 0;
    }

    .navbar-brand {
        font-weight: 700;
        color: var(--dark-color) !important;
        font-size: 1.2rem;
    }

    .navbar-nav .nav-link {
        color: var(--dark-color) !important;
        font-weight: 600;
        margin: 0 5px;
        padding: 7px 0px 4px 3px !important;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .navbar-nav .nav-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        /* background: var(--gradient-1); */
        transition: all 0.3s ease;
        z-index: -1;
    }

    .navbar-nav .nav-link:hover::before {
        left: 0;
    }

    .navbar-nav .nav-link:hover {
            color: #813121 !important;
    
    }

    /* Dropdown Styles */
    /* Show dropdown menu on hover */
    .navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* Prevents jump */
    }
    .dropdown-menu {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        padding: 10px 0;
        margin-top: 10px;
    }

    .dropdown-item {
        color: #111111;
        padding: 5px 20px;
        transition: all 0.3s ease;
        border-radius: 8px;
       
    }
    .dropdown-menu li{
            background-color: #ffffff;
           border: 1px dotted #242424b0;
    }
    .dropdown-item:hover {
        background: var(--gradient-1);
        color: white;
            /* margin: 0px; */

        /* transform: translateX(5px); */
    }

    /* Multi-level dropdown */
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        border-radius: 0 8px 8px 8px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    /* Hide offcanvas on desktop */
    @media (min-width: 992px) {
        .offcanvas {
            display: none !important;
        }
    }

     @media (max-width: 1400px) {
       
        .navbar-nav .nav-link {
        color: var(--dark-color) !important;
        font-weight: 600;
        margin: 0 5px;
        padding: 7px 0px 4px 0px !important;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        font-size: 13px !important;
    }
    }

    /* Enhanced Offcanvas Styles for Mobile */
    .offcanvas {
        background: linear-gradient(135deg, var(--dark-color) 0%, #16213e 100%);
        color: white;
        width: 320px !important;
    }

    .offcanvas-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 20px;
    }

    .offcanvas-title {
        font-weight: 700;
        font-size: 1.2rem;
    }

    .offcanvas-body {
        padding: 0;
    }

    .accordion-item {
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .accordion-button {
        background: transparent;
        color: white;
        border: none;
        padding: 15px 20px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .accordion-button:not(.collapsed) {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        box-shadow: none;
    }

    .accordion-button:hover {
        background: rgba(255, 255, 255, 0.05);
        color: white;
    }

    .accordion-button::after {
        filter: brightness(0) invert(1);
    }

    .accordion-body {
        background: rgba(255, 255, 255, 0.05);
        padding: 10px 20px;
    }

    .accordion-body ul li {
        margin-bottom: 8px;
    }

    .accordion-body ul li a {
        color: rgba(255, 255, 255, 0.8);
        padding: 8px 15px;
        display: block;
        border-radius: 8px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .accordion-body ul li a:hover {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        transform: translateX(5px);
    }

    /* Modern Hero Slider */
    .hero-slider {
        position: relative;
        height: 53vh;
        overflow: hidden;
     
    }

    .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: top;
        opacity: 0;
        transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
        transform: scale(1.1);
    }

    .slide.active {
        opacity: 1;
        transform: scale(1);
    }

    .slide-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 2;
        animation: slideContentIn 1s ease-out 0.5s both;
    }

    @keyframes slideContentIn {
        from {
            opacity: 0;
            transform: translate(-50%, -50%) translateY(50px);
        }
        to {
            opacity: 1;
            transform: translate(-50%, -50%) translateY(0);
        }
    }

    .slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: linear-gradient(45deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8)); */
        z-index: 1;
    }

    .slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        color: white;
        font-size: 1.5rem;
        width: 60px;
        height: 60px;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider-nav:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .slider-nav.prev { left: 30px; }
    .slider-nav.next { right: 30px; }

    /* Modern Welcome Section */
    .welcome-section {
        padding: 60px 0;
             /* background: linear-gradient(135deg, #f3f3f3b8 0%, #ffffffdb 100%), url(./ofm/home/welcome.gif); */
        position: relative;
        overflow: hidden;
            background-repeat: repeat;
    }
    .welcome-section p{
            text-align: justify;
    }
    .welcome-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23667eea' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        animation: backgroundMove 20s linear infinite;
    }

    @keyframes backgroundMove {
        0% { transform: translateX(0) translateY(0); }
        100% { transform: translateX(-60px) translateY(-60px); }
    }

    .welcome-card {        
        padding: 50px;
        /* box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.2); */
        transition: all 0.5s ease;
        position: relative;
        overflow: hidden;
    }
    .welcome-img{
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(20px);
        box-shadow: var(--shadow-light);
       
    }

    .welcome-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
      /* background: conic-gradient(from 0deg, #ffffff, rgb(255 255 255), #ffffff00); */
        animation: rotate 10s linear infinite;
        z-index: -1;
    }

    .welcome-card:hover {
        /* transform: translateY(-20px); */
           box-shadow: 0 3px 38px rgb(227 227 227 / 23%);
    }

    /* Modern Alumni Carousel */
    .alumni-section {
        padding: 30px 0;
            /* background: #00025008; */
        color: white;
        position: relative;
        overflow: hidden;
    }

    .alumni-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: linear-gradient(45deg, #1a1a2e, #16213e); */
        z-index: -1;
    }
    .alumni-section h2{
        color: #fff;
    }
    .alumni-carousel {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

    .alumni-track {
        display: flex;
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        gap: 30px;
    }

    @media (min-width: 1500px) {
        .alumni-card {
        min-width: 400px !important;
        }
    }

    .alumni-card {
          /* background: rgba(255, 255, 255, 0.1); */
            backdrop-filter: blur(20px);
            border-radius: 25px;
            padding: 40px 0px 0px 0px;
            text-align: center;
            min-width: 350px;
            /* border: 1px solid rgba(255, 255, 255, 0.2); */
            position: relative;
            overflow: hidden;
            transition: all 0.5s ease;
    }

    .alumni-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
        transition: all 0.8s ease;
    }

    .alumni-card:hover::before {
        left: 100%;
    }

    .alumni-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .alumni-card img {
        width: 350px;
        height: 280px;
        border-radius: 20% 30%;

        border: 4px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }

    .alumni-card:hover img {
        transform: scale(1.1);
        border-color: var(--accent-color);
    }

    .carousel-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        color: white;
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-nav:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-50%) scale(1.1);
    }

    .carousel-nav.prev { left: 20px; }
    .carousel-nav.next { right: 20px; }

    /* Modern Office Bearers */
    .office-bearers {
        padding: 30px 0;
        /* background: #fff; */
        color: white;
        position: relative;
        overflow: hidden;
    }
    .bearer-card img{
          width: 190px;
              height: 180px;
    border-radius: 50% !important;
    border: 10px solid #ffffff;
    box-shadow: 0 4px 12px rgb(129 36 6);
    }

    /* .office-bearers::before {
        content: '';
        position: absolute;
        width: 200%;
        height: 200%;
        top: -50%;
        left: -50%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        animation: rotate 30s linear infinite;
    } */

    .bearer-card {
           background: linear-gradient(175deg, #ffffffd1 0%, #ffffff94 100%), url(./ofm/pondering/support.jpg) no-repeat top center / cover;
        backdrop-filter: blur(20px);
        border-radius: 25px;
        padding: 40px;
        text-align: center; 
        transition: all 0.5s ease;
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        overflow: hidden;
            height: 330px;
            
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .bearer-card p{
           color: #400f12;
    }
    .bearer-card h5{
       color: #400b0b;
    }
    .bearer-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: conic-gradient(from 50deg, #a11e1e05, rgb(227 227 227 / 24%), #e7592824);
        animation: rotate 10s linear infinite;
        z-index: -1;
    }

    .bearer-card:hover {
        transform: translateY(-15px) scale(1.05);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    }

    .bearer-card i {
        background: var(--gradient-2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: pulse 2s infinite;
    }

    /* Modern Bishop Desk */
    .bishop-desk {
        padding: 60px 0;
            background: linear-gradient(135deg, #00038b03 0%, #ffdcb9 100%), url('./images/home/bishop-bg.png') no-repeat top center/contain;
        color: white;
        position: relative;
        overflow: hidden;
    }
    .bishop-desk h2{
        color: #312f8f;
    }
    .blockquote p{
        color: #000;
        text-align: justify;
        font-size: 16px;

    }
    .blockquote-footer {
        margin-top: -1rem;
        margin-bottom: 1rem;
        font-size: 16px;
        color: #312f8f !important;
        float: right;
    }
    .blockquote-footer strong{
            font-size: 19px;
    }
    /* .bishop-desk::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'%3E%3Cpath d='M50,0 L75,50 50,100 25,50 Z' fill='%23ffffff1a'/%3E%3C/svg%3E");
        animation: backgroundMove 15s linear infinite;
    } */

    .bishop-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        border-radius: 30px;
        padding: 50px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.5s ease;
    }

    .bishop-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    /* Modern Quick Links */
    .quick-links {
        padding: 30px 0;
        background: #fff;
        color: white;
        position: relative;
        overflow: hidden;
    }


    /* Common style for all boxes */
    .quick-link-item {
        background: rgb(49 47 143);
        backdrop-filter: blur(20px);
        padding: 30px;
        border-radius: 20px;
        text-align: center;
        transition: all 0.5s ease;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
            height: 110px;  
    }

    /* 2nd Box */



    .row > .col-md-2:nth-child(2) .quick-link-item {
        background: #00796b; /* Teal */
    }

    /* 3rd Box */
    .row > .col-md-2:nth-child(3) .quick-link-item {
        background: #e65100; /* Deep Orange */
    }
    /* 2nd Box */
    .row > .col-md-2:nth-child(4) .quick-link-item {
        background: #d42d23;
    }

    /* 3rd Box */
    .row > .col-md-2:nth-child(5) .quick-link-item {
            background: #005778;
    }

    /* 3rd Box */
    .row > .col-md-2:nth-child(3) .quick-link-item {
        background: #e65100; /* Deep Orange */
    }
    .quick-link-item a{
        color: #fff !important;
        text-decoration: none;
    }
    .quick-link-item::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transition: all 0.5s ease;
        transform: translate(-50%, -50%);
            z-index: -1;
    }

    .quick-link-item:hover::before {
        width: 300px;
        height: 300px;
    }

    .quick-link-item:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    /* Modern News and Events */
    .news-events {
        padding: 30px 0;
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        position: relative;
    }

    .news-card, .event-card {
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(20px);
        border-radius: 20px;
        padding: 30px;
        margin-bottom: 25px;
        box-shadow: var(--shadow-light);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.5s ease;
        position: relative;
        overflow: hidden;
        height: 260px;  
    }
    .news-card{
        height: 280px;  
    }
    .news-card::before, .event-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 4px;
        background: var(--gradient-1);
        transition: all 0.5s ease;
    }
    .news-card a{
            text-decoration: none;
        color: #312f8f;
    }
    .news-card a:hover{
            text-decoration: none;
            color: #e4582a;
    }

    .news-card:hover::before, .event-card:hover::before {
        left: 0;
    }
    .news-events h2{
            text-align: center;
    }
    .news-card:hover, .event-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
    }

    /* Modern Videos Section */
    .videos-section {
        padding: 30px 0;
            background:url(./ofm/home/video-bg.jpg) no-repeat top center / cover;
        color: white;
        position: relative;
        overflow: hidden;
        background-size: 400% 400%;
        /* animation: bgAnimation 8s ease infinite; */
    }

    @keyframes bgAnimation {
        0%, 100% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
    }
    .videos-section h2{
        text-align: center;
        color: #fff;
    }
    .video-title{
        text-align: center;
    }
    .video-card {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 30px;
        cursor: pointer;
        transition: all 0.5s ease;
        box-shadow: var(--shadow-dark);
    }

    .video-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(25, 40, 104, 0), rgba(118, 75, 162, 0));
        opacity: 0;
        transition: all 0.3s ease;
        z-index: 1;
    }

    .video-card:hover::before {
        opacity: 1;
    }

    .video-card:hover {
        transform: scale(1.05) translateY(-10px);
    }

    .video-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 4rem;
        z-index: 2;
        transition: all 0.3s ease;
    }

    .video-card:hover .video-overlay {
        transform: translate(-50%, -50%) scale(1.2);
    }

    /* Modern Gallery */
    /* .gallery-section {
        padding: 30px 0;
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    } */
    .ml-auto{
            margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .gallery-item .gallery-view {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 30px;
        cursor: pointer;
        box-shadow: var(--shadow-light);
        transition: all 0.5s ease;
    }

    .gallery-item img, 
    .gallery-view img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        transition: all 0.5s ease;
        border: 5px solid #7600006b;
    }

    .gallery-item:hover img,
    .gallery-view:hover img {
        transform: scale(1.05);
    }

    .gallery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: linear-gradient(45deg, rgba(102, 126, 234, 0.9), rgba(118, 75, 162, 0.9)); */
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .gallery-item:hover .gallery-overlay,
    .gallery-view:hover .gallery-overlay {
        opacity: 1;
    }

    .gallery-item:hover,
    .gallery-view:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
    }

    /* Modern Footer */
    .footer {
        /* background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); */
           background-image: linear-gradient(rgb(64 11 11 / 72%), rgb(66 12 11 / 85%)), url(./ofm/home/footer.jpg);
        color: white;
        padding: 30px 0 0px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;    
        background-position: top;
        overflow: hidden;
    }
    .footer a{
        text-decoration: none;
    }


    /* .footer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    background-image: linear-gradient(rgb(255 236 177 / 43%), rgb(15 45 100 / 85%)), url(./images/logo/site-logo.png);
        opacity: 0.1;
        background-size: contain;
        background-repeat: no-repeat;
    
            background-position: top;
    } */
    .footer-bottom p{
        text-align: center;
    }
    .footer-section h5 {
        color: #ffffff;
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 24px;
    }
    .footer-bottom a{
            color: #ffc9b7;
        text-decoration: none;
    }

    .footer-section ul {
        list-style: none;
        padding: 0;
    }

    .footer-section ul li {
        margin-bottom: 10px;
    }

    .footer-section ul li a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease;
    }
   .footer-section ul li a::before{
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
   }
    .footer-section ul li a:hover {
         color: #d5b1af;
    }

    .social-icons a {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: var(--gradient-1);
        color: white;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        margin-right: 15px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .social-icons a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transition: all 0.3s ease;
        transform: translate(-50%, -50%);
    }

    .social-icons a:hover::before {
        width: 60px;
        height: 60px;
    }

    .social-icons a:hover {
        transform: translateY(-5px) scale(1.1);
        box-shadow: 0 10px 20px rgba(102, 126, 234, 0.4);
    }

    /* News Images Styles */
    .news-image {
        overflow: hidden;
        border-radius: 10px;
            float: left;
    
    }

    .news-image img {
        transition: transform 0.3s ease;
    }

    .news-card:hover .news-image img,
    .event-card:hover .news-image img {
        transform: scale(1.05);
    }
.event-img img{
    width: 100% !important;
        height: 195px;
}
    .news-image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .news-card:hover .news-image::after,
    .event-card:hover .news-image::after {
        opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {

        .arrow-none::after {
             filter:none !important;
          }

        /* .arrow-none{
            display:none;
        } */

        .offcanvas-body h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #b88a44, #d4af37, #b88a44);
    border-radius: 2px;
    display: none !important;
}

        .breadcrumb-custom {
    display: block !important   ;
    color: #044e8f !important;
    font-weight: 500;
    list-style: none;
    padding-left: 0;
}

        .filament-tiptap-grid-builder__column {
        grid-column: span 12 !important;
        }

.filament-tiptap-grid-builder__column img{
    width: 100% !important;
    height: 200px !important;
}        .navbar-toggler{
                margin-left: auto;
    margin-top: -75px;
            padding: 4px !important;
        }
        .logo-banner .sub-title{
            display: none;
        }
        .logo1 {
                  padding: 0px 0px 0px 10px !important;
                  display: none !important;
         }
            .logo{
           display: none !important;
         }
        .sub-title1{
                display: none;
        }
        .logo-banner .college-name {
            font-size: 20px;
        }
        .anniversary-badge {
        position: relative;
        display: inline-block;
        padding: 0px !important;
        /* animation: float 3s ease-in-out infinite; */
    }
        .hero-slider {
            height: 60vh;
        }
        
        .alumni-card {
            min-width: 280px;
        }
        
        .welcome-card, .bishop-card {
            padding: 30px;
        }
        
        .slider-nav, .carousel-nav {
            width: 45px;
            height: 45px;
            font-size: 1.2rem;
        }
    }

    /* Modern scroll animations */
    .fade-in {
        opacity: 0;
        transform: translateY(50px);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* Floating elements animation */
    @keyframes floatUpDown {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-20px); }
    }

    .floating-element {
        animation: floatUpDown 4s ease-in-out infinite;
    }

    .carousel-indicators .indicator {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.5);
        background: transparent;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .carousel-indicators .indicator.active {
        background: white;
        transform: scale(1.2);
    }

    .carousel-indicators .indicator:hover {
        border-color: white;
        transform: scale(1.1);
    }
    .top-header a{
        text-decoration: none;
        color: #000000;
            font-size: 14px;
    }
       .top-header i{
        font-size: 13px;
       }

      .top-header a:hover{
        text-decoration: none;
            color: #400b0b;
    }
    .btn-primary{
       background: linear-gradient(135deg, #813121 0%, #831600 100%);
        border: none;
    }
    .btn-primary:hover{
            background: linear-gradient(135deg, #831600 0%, #ff2a00 100%);
        border: none;
    }
    .color1{
        color: #ed5a25;
    }
    .mission-section{
           background: linear-gradient(175deg, #ffffffa3 0%, #000000a8 100%), url(./ofm/home/alumni.png) no-repeat top center / cover;
    }
    /* .mission-section .office-bearers{
        background: #00025008;
    } */
    .mission-section .office-bearers h2{
        color: #fff;
    }

                .particle-container {
                    position: relative;
                    overflow: hidden;
                    width: 100%;
                    height: 100%s;
                }

                .particles-js-canvas-el {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                .particle {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 10px;
                    height: 10px;
                    background-color: #fff;
                    border-radius: 50%;
                }
                
    .bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; /* Or set lower than content */
    overflow: hidden;
    top: 0;
    left: 0;
    pointer-events: none; /* 🔥 This is the key */
    }

    .bubble {
        position: absolute;
        bottom: -100px;
        /* background: #2e2d8e; */
        border-radius: 10%;
        opacity: .5;
        animation: rise 10s infinite ease-in;
        background: linear-gradient(135deg, #f15b22 0%, #2c2e92 100%);
    }

    .bubble:nth-child(1) {
        width: 20px;
        height: 20px;
        left: 10%;
        animation-duration: 8s
    }

    .bubble:nth-child(2) {
        width: 60px;
        height: 60px;
        left: 20%;
        animation-duration: 5s;
        animation-delay: 1s
    }

    .bubble:nth-child(3) {
        width: 50px;
        height: 50px;
        left: 35%;
        animation-duration: 7s;
        animation-delay: 2s
    }

    .bubble:nth-child(4) {
        width: 35px;
        height: 35px;
        left: 50%;
        animation-duration: 11s;
        animation-delay: 0s
    }

    .bubble:nth-child(5) {
        width: 30px;
        height: 30px;
        left: 55%;
        animation-duration: 6s;
        animation-delay: 1s
    }

    .bubble:nth-child(6) {
        width: 50px;
        height: 50px;
        left: 65%;
        animation-duration: 8s;
        animation-delay: 3s
    }

    .bubble:nth-child(7) {
        width: 30px;
        height: 30px;
        left: 70%;
        animation-duration: 7s;
        animation-delay: 2s
    }

    .bubble:nth-child(8) {
        width: 15px;
        height: 15px;
        left: 80%;
        animation-duration: 6s;
        animation-delay: 1s
    }

    .bubble:nth-child(9) {
        width: 50px;
        height: 50px;
        left: 70%;
        animation-duration: 5s;
        animation-delay: 1s
    }

    .bubble:nth-child(10) {
        width: 60px;
        height: 16px;
        left: 25%;
        animation-duration: 10s;
        animation-delay: 4s
    }

    @keyframes rise {
        0% {
            bottom: -100px;
            transform: translate(0)
        }

        50% {
            transform: translate(100px)
        }

        to {
            bottom: 100vh;
            transform: translate(-200px)
        }
    }

    .news-events .btn-primary{
        margin-left: auto;
        margin-right:auto ;
            display: table;
    }
    .latest-news-card img{
        margin-right: 20px;
    }
    .latest-news-card .news-card{
            padding: 30px 30px;
    }
    .upcoming-events-title{
            margin-left: auto;
        margin-right: auto;
        display: table;
        background: #fff;
        width: 100%;
        padding: 40px;
            border-radius: 10px;

    }
    .upcoming-events-title h5{
        color: #312f8f;
    }

    .news-section {
                background: linear-gradient(135deg, var(--dark-bg) 0%, #029598 50%, var(--dark-bg) 100%);
                color: white;
                position: relative;
                overflow: hidden;
                
            }
            .news-scroller small{
                color: #fff;
            }
            .text-muted {
        --bs-text-opacity: 1;
        color: rgb(33 37 41) !important;
    }
    .news-container{
            height: 290px;
        overflow: hidden;
    }
            .news-item {
                background: rgba(255, 255, 255, 0.1);
                backdrop-filter: blur(10px);
                border: 1px solid rgba(167, 139, 250, 0.2);
                border-radius: 12px;
                padding: 24px;
                margin-bottom: 24px;
                transition: all 0.3s ease;
                height: 18  0px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

            .news-item:hover {
                background: rgba(255, 255, 255, 0.15);
                transform: translateY(-2px);
            }

            .badge-news {
                background: rgba(168, 85, 247, 0.3) !important;
                color: #ddd6fe !important;
            }

            .badge-event {
                background: rgba(236, 72, 153, 0.3) !important;
                color: #fce7f3 !important;
            }

            .section-padding {
                padding: 80px 0;
            }

            .star {
                position: absolute;
                animation: starTwinkle 2s ease-in-out infinite alternate;
                color: #fbbf24;
            }

            .star-subtle {
                color: #6b7280;
                animation: starGlow 3s ease-in-out infinite;
            }

            .star-soft {
                color: #a855f7;
                animation: starPulse 1.5s ease-in-out infinite;
            }

            .star-gentle {
                color: #ec4899;
                animation: starFloat 3s ease-in-out infinite;
            }

            

            @keyframes starTwinkle {
                0% { opacity: 0.5; transform: scale(1); }
                100% { opacity: 1; transform: scale(1.1); }
            }

            @keyframes starGlow {
                0%, 100% { opacity: 0.6; transform: scale(1); }
                50% { opacity: 1; transform: scale(1.2); }
            }

            @keyframes starPulse {
                0%, 100% { opacity: 0.4; transform: scale(0.9); }
                50% { opacity: 1; transform: scale(1.1); }
            }

            @keyframes starFloat {
                0%, 100% { transform: translateY(0px) rotate(0deg); }
                33% { transform: translateY(-8px) rotate(120deg); }
                66% { transform: translateY(4px) rotate(240deg); }
            }
            @media (min-width: 960px) and (max-width: 1400px) {
                .gradient-text {
        background: linear-gradient(135deg, #384b73 0%, #009799 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-size: 30px !important;
        text-transform: uppercase;
        font-weight: bold;
    }
            }
            .upcomming-events .btn-primary{
                margin-left: auto;
                margin-right: auto;
                display: table;
            }
            .downloads{
                padding: 60px 0px;
            }
            .add{
            display: inline-flex; 
            }
            @media (max-width: 767.98px) {
                .news {
                    box-shadow: 0 0 10px #d1d1d1;
                    padding: 20px;
                    border-radius: 20px;
                    margin-top: 20px;
                }

                .alumni-card img {
    width: 100% !important;
    height: 280px;
    border-radius: 20% 30%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    
}
.gallery-item img, 
.gallery-view img {
    width: auto !important;
    height: 210px;
    object-fit: cover;
    transition: all 0.5s ease;
    border: 5px solid #7600006b;
            margin-left: auto;
        margin-right: auto;
        display: table;
}


.videos-section iframe{
    width: 100% !important;
    
}
    .top-header{
        display: none !important;
    }
    h2 {
        font-size: 25px !important;
        color: #312f8f;
    }
    .news-card, .event-card{
            height: auto !important;
    }
    .latest-news-card img {
        margin-left: 50px;
    }

    }
    .add i{
            margin-top: 6px;
        margin-right: 6px;
    }
    .adminssion-link a{
        color: #fff !important;
         font-family: "EB Garamond", serif;
        font-weight: 900;
        transition: all 0.3s ease;
        padding: 5px;
    
    }

    @keyframes blink {
        0% { opacity: 1; 
        }
        50% { opacity: 0;
        }
        100% { opacity: 1;
        
        }
    }
    .adminssion-link a:hover{
        background: #384b73;
        box-shadow: 0 0 10px #384b73;
        padding: 5px;
    }

    @media (min-width: 1600px) {
        .container-fluid {
            width: 1600px !important;
        }
    }
    .announcements img{
        height: 30px;
        width: 30px;
            transform: rotate(30deg);
    }
    .announcements{
        background-color: #08004c;
        padding: 5px 10px;
        height: 50px;
    }
    .announcements a{
        color: #fff !important;
        text-decoration: none;
    }
    marquee{
            margin-top: 6px;
    }
    .announcements i{
            color: #f8c96a !important;
            animation: colorChange 1s ease-in-out infinite alternate;
    }

    @keyframes colorChange {
        0% { color: #f8c96a; }
        100% { color: #feca57; }
    }
    .msg1{
        margin-bottom: 0px;
        float:right;
    }
    .msg2{
        margin-bottom: 0px;
        text-align: end !important;
    }
    .visiter-count img{
    margin-top: -60px;
    }

    @media (min-width: 1400px) {
       .welcome-text-media {
        display:block !important;
       }
    }

     @media (max-width: 1399px) {
       .welcome-text-media {
        display:none !important;
       }
    }
.news-event-card{
    /* background-color: #fff !important; */
    padding: 20px;
    height: 430px;
}
.news-content h5{
        color: #9d3121;
            padding-bottom: 5px;
}
.news-content .expert{
    margin-top: 15px;
}
.news-event-card .btn-primary{
        float: left !important;
}
.ofm-news{   
        background: linear-gradient(175deg, #ffffffb8 0%, #b7b7b7ba 100%), url(./ofm/news/news-bg.png) no-repeat top center / cover;
}
.ofm-news h3{
        color: #821f0b;
}
.btn-view{
    background: linear-gradient(135deg, #001960 0%, #1c00af 100%);
    color: #fff;
}

.btn-view:hover{
    background: linear-gradient(135deg,  #1c00af 0%,  #001960 100%);
    color: #fff;
}
.exchange{
    background-color: #0a5400;
        border-radius: 20%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 15px 30px;
        margin-bottom: 20px;
            width: 70%;
}
.exchange:hover{
    background: linear-gradient(135deg, #001960 0%, #1c00af 100%);
        border-radius: 20%;
}
.exchange a{
    color: #fff !important;
    text-decoration: none;
     
         margin-left: auto;
    margin-right: auto;
    display: table;
}
.tau{
        background-color: #812406;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 15px 30px;
        margin-bottom: 20px;
            width: 70%;
                border-radius: 20%;
}
.tau a{
    color: #fff !important;
    text-decoration: none;
         margin-left: auto;
    margin-right: auto;
    display: table;
}
.tau:hover{
    background: linear-gradient(135deg, #001960 0%, #1c00af 100%);
        border-radius: 20%;
}
.together{
    background-color: #cf4a00;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 15px 30px;
        width: 70%;
           border-radius: 20%;
           margin-bottom:20px;
}
.together a{
    color: #fff !important;
    text-decoration: none;
       margin-left: auto;
    margin-right: auto;
    display: table;
}
.together:hover{
    background: linear-gradient(135deg, #001960 0%, #1c00af 100%);
        border-radius: 20%;
}

.books{
    background-color: #680000;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 15px 30px;
        width: 70%;
           border-radius: 20%;
}
.books a{
    color: #fff !important;
    text-decoration: none;
       margin-left: auto;
    margin-right: auto;
    display: table;
}
.books:hover{
    background: linear-gradient(135deg, #001960 0%, #1c00af 100%);
        border-radius: 20%;
}
.pd-0 {
    padding: 0px !important;
}
.welcome-start-section .bg-color1{
        background-color: #542015;
        padding: 20px 30px;
}

.welcome-start-section .bg-color2{
     background-color: #cc9e62;
      padding: 20px 30px;
}  

.welcome-start-section .bg-color3{
 background-color: #f1edea;
  padding: 20px 30px;
}  

.welcome-start-section .bg-color4{
background-color: #636368;
 padding: 20px 30px;
}  
.welcome-start-section .bg-color4 p, 
.welcome-start-section .bg-color2 p,
.welcome-start-section .bg-color1 p{
     color: #fff;  
     font-family: "EB Garamond", serif;
         font-size: 31px;
         font-weight: 600;         
    margin-bottom: 0;
       
}
.welcome-start-section .bg-color3{
         color: #813121;
     font-family: "EB Garamond", serif;
         font-size: 31px;
         font-weight: 600;
          
}
.sub-txt{
    font-size: 20px !important;
}

.subscribe-section{
       background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(./ofm/home/suscribe-bg.jpg);
        padding: 50px;
            background-size: cover;
}
.margin{
    margin-top: 50px;
    margin-bottom: 50px;
}
.welcome-start-section .bg-color3 p{
  margin-bottom: 0px;
}

.breadcrumb-section {
    background: linear-gradient(90deg, rgb(189 189 189 / 89%) 0%, rgb(205 205 205 / 91%) 35%, rgb(255 255 255 / 75%) 100%), url(./ofm/home/bread-crumb.gif) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
        padding: 15px;
}
.breadcrumb-section h2 {
    font-size: 42px;
    color: #400b0b !important;
    position: relative;
    padding-bottom: 10px !important;
}

.breadcrumb-section h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #b88a4400, #d4af3700, #b88a4400) !important;
    border-radius: 2px;
}  

.breadcrumb-custom{
   display: flex;
    color: #044e8f !important;
    font-weight: 500;
    list-style: none;
    padding-left: 0;
}
.breadcrumb-custom li{
        padding-right: 15px;
            color: #000 !important;
}

.breadcrumb-custom li a{
        color: #000;
        text-decoration: none;
}
.subpage{
      padding: 50px 0px 35px 0px;
}
.news-events h3{     
    padding-top: 10px;
    color: #813121;
    height: 100px;
    overflow: scroll;        
}

.news-events h3 {
  /* keep vertical scroll */
  overflow-y: auto;

  /* remove horizontal scroll */
  overflow-x: hidden;

  /* hide scrollbar completely (only affects horizontal one) */
  scrollbar-width: thin; /* Firefox, keeps vertical thin */
}

.news-events h3::-webkit-scrollbar:horizontal {
  display: none; /* hides only bottom scrollbar in Chrome/Edge/Safari */
}

.all-events{
       padding: 50px 0px;
}
.all-events h4{
        color: #bb8800;
}
.all-events .btn-primary{
        color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.date i{
    color: #cc2f12;
}
.date p{
    margin-bottom: 0px;
    padding-left: 10px;
        color: #cc2f12;
}
.subpage.news-events  a{
    text-decoration: none;
    color: #fc6704;
    position: relative;
    padding-right: 20px;
        font-size: 16px;
}
.subpage .news-events  a::after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0px;
}
.news{
    box-shadow: 0 0 10px #d1d1d1;
    padding: 20px;
        border-radius: 20px;
}
.news .text-content{
    padding-top: 10px;
}
.subpage  .news-events{
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%) !important;
}
.subpage .gallery-item img,
.subpage .gallery-view img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: all 0.5s ease;
    border: 5px solid #ffffff6b;
    border-radius: 20px !important;
}
.subpage h3{
    color: #400b0b;
     font-size: 35px;

}
.subpage > *:not(:first-child) h3{
    color: #400b0b;
   margin-top: 30px;
    font-size: 35px;
}

.subpage > :first-child h4{
    margin-top: 0;
}

.subpage h4{
    color: #bb8800;  
    font-size: 30px;
     margin-top: 30px !important;
}

.subpage h5{
      color: #0c00b1;
      margin-top: 30px;
        font-size: 25px;
}


.subpage h6{
      color: #006315;
      margin-top: 30px;
        font-size: 20px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    height: auto; 
    margin-top: 20px;

}

td,
th {
    border: 1px solid #dddddd;
    padding: 8px;

}

tr:nth-child(even) {
    background-color: #ffffff;
}
.phone{
    display: flex;

}
.phone i{
    padding-right: 5px;
        margin-top: 10px;
   
}
a{
    text-decoration: none;
}
.footer-bottom a:hover{
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 10px !important;
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.subpage > *:last-child > p:last-of-type{
    margin-bottom: 0px;
}
.subpage p{
        text-align: justify;
}
.filament-tiptap-grid-builder__column img{
    width: 100% !important;
        border-radius: 30px;
        margin-bottom: 30px;
}    
table{
    font-family: "Poppins", sans-serif;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) dashed !important;
    opacity: .25;
}
.quick-link-item a {
  display: block;             /* makes link fill the box */
  color: #fff;                /* inherit your white text */
  text-decoration: none;      /* removes underline */
  width: 100%;
  height: 100%;
}
.quick-link-item a:hover {
  text-decoration: none;
  color: #fff;                /* keeps white on hover */
}
.mlr-auto{
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.upcomming-events table td p{
    color: #000 !important;
}

.upcomming-events tr:nth-child(odd) {   
    background-color: rgb(243 232 234);
}
.gallery-title{
        color: #520e00;
    text-align: center !important;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px !important;
}
.gallery-section .subtitle{
    color: #03156a;
    font-size: 18px;
}

.block-spacer {
    padding : 30px 0px !important;
}