html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding, 90px);
}

body{
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
}


.letran-calamba-letter img{
    width: 100%;
    max-width: 50rem;
    
}
.maxWidth {
    max-width: 2000px;
}


.ckeditor-content table {
    border-collapse: collapse;
}


.ckeditor-content table, td {
    border: 1px solid rgba(255, 255, 255, 0);
}



.rounded-hr{
    border-top: 0.12rem solid #ffffff;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    color: white;
}


/* white custom button */
.custom-light-button {
    transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease !important;
}

.custom-light-button:hover{
    background-color: white !important;
    color: black !important;
    font-weight: 900;
}

/* Letran Primary color button */

.custom-primary-button {
    border-radius: 0.70rem;
    border: 0.11rem solid #12234e;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-primary-button:hover{
    background-color: #12234e !important;
    color: rgb(255, 255, 255) !important;
}

.rotate-icon {
    padding-top: 0;
    transition: transform 0.3s ease;
}

.rotate-icon.rotated {
    padding-top: 2px;
    transform: rotate(180deg);
}

.dropdown-content .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -15px; /* Adjust this value to position the arrow */
    left: 50%;
    margin-left: -5px; /* Half of the arrow width */
    border-width: 0 30px 40px 30px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent; /* Change the color as needed */
    z-index: -1;
}

/* black custom button */
.custom-dark-button {
    transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease !important;
}

.custom-dark-button:hover{
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 900;
}

.smooth-transition-navbar {
    transition: all 0.3s ease-in-out; /* Adjust the transition duration as needed */
  }
  

/* Top Nav */
.logo-max {
    max-width: 3.75rem;
    width:100%;
    display: inline-block;
}

.logo-lettering img {
    max-width: 21.87rem;
    width:100%;
    margin: 0;
}

.logo-lettering p{
    font-size: 0.875rem;
    font-weight: 450;
    margin: 0;
    padding: 0;
}

@media (max-width:450px) { 
    .logo-max {
        max-width: 3.125rem;
    }
    
    .logo-lettering img {
        max-width: 16.875rem;
    }
    
    .logo-lettering p{
        font-size: 0.75rem;
    }
}

/* Text-Justified */
.text-justify{
    text-align: justify;
}


.index-nav{
    font-size: 0.9rem;
    font-weight: 550;
    
}

.nav-item-font{
    font-size: 1rem;
    font-weight: 550;
}

.second_nav_hover{
    margin-bottom: -3px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    transition: border-bottom 0.3s ease;
}

.second_nav_hover:hover{
    padding: 0;
    border-bottom: 3px solid rgba(255, 255, 255, 1);
}


/* Colors */
.primary-color {
    /* background-color: #264B96!important; */ /*This line of Code changed on 12/6/2023 */
    background-color: #12234e!important;
}


.bg-color-1{
    background-color: #edf3ff;
}


.secondary-color {
    background-color: #ff3547!important;
}


.text-primary-color {
    /* color: #264B96!important; */ /* this hex color is change to the color provided by ERD */
    color: #12234e!important;
}


/* Carousel */
.carousel-item, .carousel-cover, .carousel-cover-2 {

    /* max-height: 52.6rem; */
    max-height: 52.52rem;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Carousel image cover */
.carousel-cover:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.7);
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
}

.carousel-cover-2:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0, 10, 32, 0.1);
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
}



.carousel-cover video, .carousel-cover-2 video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.traditions h1{
    font-weight: 500;
    letter-spacing: 0.5rem;
    font-size: min(6vw, 4rem);
    
}

.traditions .lead{
    font-size: min(3vw, 1.35rem);
}

.traditions-thumbnail{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    opacity: 1; /* Initial opacity */
    transition: opacity 0.3s ease;
}


.sub-carousel-item{
    width: 100%;
}
/* Carousel image cover */
.sub-carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.sub-carousel-item-title {
    padding: 0.50rem 1rem 0.50rem 1rem;
}

.sub-carousel-item-img img{
    width: 100%;
    height: auto;
    max-width: 50rem;
    padding-left: 8%;
    padding-right: 8%;
}

.sub-carousel-item-title h1{
    font-weight: 100 !important;
    letter-spacing: 0.5rem;
    margin: 0;
}

.sub-carousel-expand{
    border: 0px solid #ffffff;
    padding-bottom: 0rem;
    background-color:rgba(0, 0, 0, 0.7);
    transition: all 0.2s ease-in-out;
    border-radius: 0.3rem;
    overflow: hidden;

}

.sub-carousel-expand .sub-carousel-expand-text {
    padding-top: 0rem;
    margin: 0;
    line-height: 80%;
    height: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    
}

.sub-carousel-expand:hover {
    border: 2px solid #ffffff;
    padding-bottom: 0.50rem;
}

.sub-carousel-expand:hover .sub-carousel-expand-text{
    padding-top: 0.50rem;
    height: 100%;
    opacity: 1;
}


/* quick services icon */
.services-section{
    padding-top: 6%;
    padding-bottom: 2%;
    padding-left: 5%;
    padding-right: 5%;
}

.services-icon{
    font-size: 2.5rem;
    color: #ffffff;
    transition: all 0.3s ease; /* Add smooth transition for the hover effect */
}

.services-font{
    font-weight:900;
    font-size: 1.3rem;
    font-family: 'Inter', sans-serif;
    color: #ffffff;

}

.services-container .card{
    cursor:pointer;
    border-radius: 20px;
    transition: all 0.5s ease; /* Add smooth transition for the hover effect */
}

.services-container .card:hover{
    box-shadow: -6px 7px 33px -1px rgba(0,0,0,0.47);
    -webkit-box-shadow: -6px 7px 33px -1px rgba(0,0,0,0.47);
    -moz-box-shadow: -6px 7px 33px -1px rgba(0,0,0,0.47);
    transform: scale(1.07);

}

.services-card-admission{
    background: linear-gradient(0deg, hsla(250, 66%, 44%, 1) 0%, hsla(220, 100%, 77%, 1) 100%);
}

.services-card-academics{
    background: linear-gradient(0deg, hsla(258, 61%, 41%, 1) 0%, hsla(258, 100%, 73%, 1) 100%);
}

.services-card-micro{
    background: linear-gradient(0deg, hsla(316, 48%, 37%, 1) 0%, hsla(316, 100%, 74%, 1) 100%);
}

.services-card-campus-life{
    background: linear-gradient(0deg, hsla(4, 65%, 51%, 1) 0%, hsla(3, 100%, 83%, 1) 100%);
}
/* quick services icon */

/* letran promotion */
.letran_promotion_section{
    height: 100%;
}

.letran_promotion_section_space{
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 3%;
    padding-right: 3%;
}

.promotion-bg{
    background: url('../img-content/watch_letran/thumbnail-layout.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.letran_promotion_bg{
    background:
       /* top, transparent red, faked with gradient */ 
       linear-gradient(
        rgba(0, 0, 0, 0.8), 
        rgba(0, 0, 0, 0.8)), 
        url('../img-content/acenres/windmil.jpg');
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
    background-size: cover;
}

.innovation-bg{
    background: linear-gradient(315deg, hsla(220, 60%, 37%, 1) 1%, hsla(110, 100%, 86%, 1) 100%);
    overflow: hidden;
    background-repeat: no-repeat;
}



.empowering-futures .futures{
    color: #fffb25;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    line-height: 80%;
}

.empowering-futures .display-6{
    line-height: 95%;
}


.promotion_text{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 90%;
}

.promotion_text_lead{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-shadow: rgba(12,209,58,0.9) 0px 0px 30px;
    color: #46f77b;
}

.promotion-text-lead-img img {
    width: 100%;
    height: auto;
}

.innovation-column-title h1{
    font-weight: 800;
    line-height: 85%;
}

.innovation-column img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* Scroll Div */
.scrollDiv{

    width: 100%;
    /* max-width: 260px; */
    max-height: 644.58px;
}

.image-scroll-div{
    width: 100%;
    height: 325px;

}
/* Scroll Bar Style */
.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
  }
  .force-overflow {
    min-height: 450px;
  }
  
  .scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4;
  }
  
  .scrollbar-primary {
    scrollbar-color: #4285F4 #F5F5F5;
  }
  
  .scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  
  .scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
  }
  
  .scrollbar-danger {
    scrollbar-color: #ff3547 #F5F5F5;
  }
/* Scroll Bar Style */


/* Side Nav */



.side-bar{
    background: #FBFBFB;
    min-width: 250px;
    z-index: 1;
    transition: 0.6s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.content{
    min-height: 100vh;
    width: 100%;
}

.sidenav-img{
    width: 200px;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.close-btn{
    position: absolute;
    color: #264B96;
    font-size: 23px;
    right: 0px;
    margin: 15px;
    cursor: pointer;
    visibility: hidden;
}

.sidenav-menu{
    width: 100%;
}

.sidenav-menu .sidenav-item{
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    transition: 0.3s
}

.sidenav-menu p{
    line-height: 40px;
    padding-left: 30px;
    color: #8185a3;
    font-size: 1.4vh;
}

.sidenav-menu .sidenav-item:hover {
    background-color: #eaf0ff;
    border-radius: 5px;
}

.sidenav-menu .sidenav-item a:hover{
    color: #3660ec ;
}

.sidenav-menu .sidenav-item:active{
    background-color: #d2dbf3;
}

.sidenav-item.active {
    background-color: #eaf0ff;
    border-radius: 5px;
}
  .sidenav-item.active a {
    color: #3660ec;
}

.sidenav-item a{
    color: #8185a3;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 5px 20px;
    line-height: 40px;
}

.sidenav-item i{
    margin-right: 15px;

}

.sidenav-item a .sidenav-dropdown{
    position: absolute;
    right: 0;
    margin: 13px;
    transition: 0.3s ease;
}

.sidenav-item .sidenav-sub-menu{
    background: #f0f0f0;
    display: none;
}

.side-bar::-webkit-scrollbar{
    width: 0px;
}
.sidenav-item .sidenav-sub-menu a{
    padding-left: 40px;
}

.rotate{
    transform: rotate(90deg);
}

.side-bar.active{
    margin-left: 0;
}

.sidenav-menu-btn{
    visibility: hidden;
}
@media(max-width: 1024px){
    .side-bar{
        margin-left: -300px;
        position: fixed;
        min-height: 100vh;
        z-index: 2;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        padding-bottom: 5rem; 
    }

    .side-bar::-webkit-scrollbar{
        width: 3px;
    }

    .sidenav-menu-btn{
        color: #264B96;
        font-size: 25px;
        cursor: pointer;
        visibility: visible;
    }

    .close-btn{
        visibility: visible;
    }

    /*add scrollbar styles*/
    .side-bar::-webkit-scrollbar {
        width: 5px; /*set the width of the scrollbar*/
    }

    .side-bar::-webkit-scrollbar-track {
        background-color: #f1f1f1; /*set the background color of the scrollbar track*/
    }

    .side-bar::-webkit-scrollbar-thumb {
        background-color: #264B96; /*set the background color of the scrollbar thumb*/
        border-radius: 5px; /*set the border radius of the scrollbar thumb*/
    }


}

/* Side Nav */

/* Text-Area */
.text-area-size{
    height: auto;
}


/* Multiple Image Select */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}


/* Date Picker */
.datepicker td,
.datepicker th {
  padding: 10px;
}

.datepicker-days .table-condensed > thead > tr > th,
.datepicker-days .table-condensed > tbody > tr > td {
  width: 30px;
  height: 30px;
}


.event-card {
    height: 20vh;
}
.event-card img {
    /* ...existing styles */
    width: 100%;
    object-fit: cover;
    height: 20vh;
}

.mask-primary-color{
    background-color: rgba(38, 75, 150, 0.7);
}
  
/* Footer */
.footer-bg {
    /* This Line of code are changed in 11/14/2023
    background-image: linear-gradient(rgba(38, 75, 150, 0.7), rgba(38, 75, 150, 0.7)), url('/static/img-content/footer-bg-image.webp'); */
    background-image: linear-gradient(rgba(38, 75, 150, 0.7), rgba(38, 75, 150, 0.7)), url('/static/img-content/noise_gradient.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 20%;
}


.footer-bottom{
    background-color: #FF4E58; 
    color: white;
}

.footer-header{
     background-color: rgba(11, 42, 105, 0.7);   
}
.footer-header img{
    max-height: 20px;
    pointer-events: none;

}

.footer-header p{
    font-size: 15px;
}

.list-group-item {
    background-color: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
}

.list-group-item a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #ffff;
    line-height: 80%;
    margin: 0;
    width: fit-content;
}

.list-group-item p {
    line-height: 1.1rem;
}
  
.list-group-item img {
    width: 3.5rem; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain;
    aspect-ratio: 3 / 2;
    vertical-align: middle;
}

.campus-links{
    display: flex;
}

.dominican-links{
    width: fit-content;
    display: flex;
}

.dominican-link-title{
    text-align: center;
}
  
.international-links{
    width: auto;
}

@media (max-width: 1200px) {
    .campus-links, .dominican-links{
        display: block;
        width: 100% !important;
    }

    .dominican-link-title{
        text-align: start;
    }

}

.back-to-top-button a{
    text-decoration: none;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.back-to-top-button a:hover{
    transform: scale(0.85);
}

/* News Card */

.mask-shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


.news-card-main .bg-image, .news-card-sub .bg-image {
    box-shadow: rgba(0, 0, 0, 0.31) 0px 3px 8px !important;
}

.news-card-main img {
    /* ...existing styles */
    width: 100%;
    height: 26.78rem;
    object-fit: cover;
}



.news-card-sub img {
    /* ...existing styles */
    /* ...existing styles */
    width: 100%;
    height: 13.15rem;
    object-fit: cover;
}

.news-mask-primary-color{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.10407913165266103) 100%, rgba(255,255,255,0) 100%);
}


/* Pages Header */
.pages-header{
    overflow: hidden;
}

.pages-header .page-background-img {
    pointer-events: none;
}

.poppins-font{
    font-family: 'Poppins', sans-serif;
}

.pages-header .mask{
    background: rgb(179,24,24);
    background: linear-gradient(315deg, rgba(179,24,24,0.91) 0%, rgba(47,27,126,0.91) 74%);
}

.pages-header .display-4{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.sub-pages-font2{
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
}


/* QR Section */
.admission-qr-banner img{
    Width:auto; 
    Height: 100%;
    max-height: 30rem;
    user-select: none;
    pointer-events: none;
    mix-blend-mode: multiply;
}


.admission-qr-desc .sub-title{
    line-height: 80%;
    margin: 0;
    font-size: min(3vw, 1.30rem);
    font-weight: 700;
    
}

.admission-qr-desc .title{
    line-height: 80%;
    margin: 0;
    font-size: min(8vw, 4rem);
    font-weight: 700;
}

.admission-qr img{
    width: 100%;
    height: auto;
    padding: 5% 5% 0% 5%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    user-select: none;
    pointer-events: none;
}

.retro-bg{
    padding-top: 4%;
    padding-bottom: 1%;
    background-image: url('/static/img-content/retro-bg.jpg');
    background-color: rgba(255,255,255,0.82);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 100% auto;
}

/* Cards Contents */
.content-card img{
    /* ...existing styles */
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    width: 100%;
    object-fit: cover;
    height: max(15rem, 20vh);
}

.content-card-font{
    font-family: 'Poppins', sans-serif;
}

/* table of contents */
.content_sidenav {
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  
.content_sidenav ul {
    list-style: none;
    left: 15%;
    margin: 0;
}

.content_sidenav li {
    margin-bottom: 10px;
}

.content_sidenav li a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #000;
}

.content_sidenav li a:hover {
    color: #264B96
}

.content_sidenav li a.active {
    color: #264B96
}

#filepond-pdf .filepond--drop-label {
    font-size: 13px;
    color: #fff;
}

#filepond-pdf .filepond--label-action {
    font-size: 15px;
    color: #fff;
}
#filepond-pdf .filepond--panel-root {
    background: rgb(1,70,152);
    background: linear-gradient(90deg, rgba(1,70,152,1) 35%, rgba(225,237,255,1) 100%);
}

/* Academics Cards */
.academic-card{
    height: 15.625rem;
}

.academic-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.academic-card .mask{
    background-image: 
    linear-gradient(0deg, rgba(38, 75, 150, 0.7) 0%, rgba(0, 16, 48, 0.7) 100%),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 1px, transparent 1px, transparent 6px);
    background-size: 100% 100%, 4px 4px; /* Adjust the background size as needed */
    background-blend-mode: overlay; /* Blend the texture with the background */
}

.academic-card .academic-title{
    font-weight: 700;
}

/* academic program card */

.program-card{
    height: 20rem;
    border-radius: 1rem;
    background-image: url('/static/img-content/program-card-background.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease; /* Adjust the duration and timing function as needed */
}



.program-img-container{
    background: 0;
    border-radius: 0 1rem 1rem 0;
    transition: background 0.3s ease; /* Adjust the duration and timing function as needed */
}

.program-card:hover .program-img-container {
    background: rgba(0, 0, 65, 0.5);
    
}

.program-card:hover {
    transform: scale(0.95);
    
}
.program-card-column{
    height: 20rem;
}

.program-title-container{
    background: rgba(0, 0, 65, 0.5);
    border-radius: 1rem 0 0 1rem;
}

.program-department-title h4{
    font-weight: 700;
    color: #ffffff;
}

.program-card img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.program-mission-container{
    overflow: hidden;
}

.program-mission-container img{
    height: 35rem;
    top: -2rem;
    right: -2rem;
    width: 35rem;
    opacity: 0.1;
    position: absolute;
    transform: rotate(20deg);
    pointer-events: none;
}

.program-vision-container{
    background-color: #264B96;
    overflow: hidden;
}

.program-vision-container img{
    height: 35rem;
    top: -2rem;
    right: -2rem;
    width: 35rem;
    opacity: 0.1;
    position: absolute;
    transform: rotate(20deg);
    pointer-events: none;
}

.program-description-container{
    background-color:#010029;
}
/* Login Design */

.login-container {
    position: relative;
    overflow: hidden;
}

/* .login-background-image {
    background-image: url('/static/img-content/login_background.jpg');
    height:100vh;
    width: 100%;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

} */

/* .login-background-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
} */

.login-background-image {
    height:100vh;
    width: 100%;
}


.login-hero-content .login-img-cover {
    width: 60%;
    padding: 1rem;
}

.login-hero-content .login-img-cover img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
    overflow-clip-margin: unset;
}

.login-hero-content .login-form {
     width: 40%;
     padding: 1rem 5rem 1rem 5rem;
}


@media (max-width:992px) {
    .login-hero-content .login-form {
        width: 100%;
    }
}
@media (max-width:768px) {
    .login-hero-content .login-form {
        padding: 1rem 2rem 1rem 2rem;
    }
}




.input_login_container {
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.input_login_container .icon {
  font-size: 1rem;
  position: absolute;
  z-index: 99;
  left: 12px;
  bottom: 12px;
  color: #141B34;
}

.input_login_container .input_label {
  font-size: 0.75rem;
  color: #8B8E98;
  font-weight: 600;
}

.input_login_container .input_field {
  width: auto;
  height: 40px;
  padding: 0 0 0 40px;
  border-radius: 7px;
  outline: none;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef)
    drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.input_login_container .input_field:focus {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 2px #12234E;
  background-color: transparent;
}

/* responsive ckeditor image */

.ckeditor-content img{
    width: 100%;
}

.ckeditor-content a{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.animate__animated {
    opacity: 0;
    transition: opacity 0.5s ease;
}
  
/* Video Container */

  
/* End of video Container Class */
.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}
  
.reveal.active-content{
    transform: translateY(0px);
    opacity: 1;
}



/* Splide.JS */
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_splide_slide img {
    width: 100%;
    height: 100%; 
    object-fit: contain;
}

#thumbnail-carousel {
    display: flex;
    justify-content: center;
}

.achievement-carousel {
    display: flex;
    justify-content: center;
}

.splide_dimension{
    width: 100%;
    height: 50vh;
}


.accordion-bg {
    position: absolute;
    max-width: 67vh;
    left: -40px;
    top: 0;
    z-index: -1;
}
  
.show-more {
    margin: 10px;
}



/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 800px) {

}

.my-slider-progress {
    background: #ccc;
}
  
.my-slider-progress-bar {
    background: #DE4444;;
    height: 5px;
    transition: width 400ms ease;
    width: 0;
}

/* Position the buttons at the bottom-right corner */
.splide_custom_button {
    position: absolute;
    bottom: 5%;
    right: 7%;
    display: flex;
    display: flex !important; /* Use flex display to place buttons side by side */
    gap: 10px; /* Add gap between buttons */
    z-index: 999;
}

.carousel-btn-container {
  --color-background: #ff135a;
  --color-outline: #ff145b80;
  --color-shadow: #00000080;
}

.carousel-btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  font-size: 30px;
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
}

.carousel-btn-content:hover, .carousel-btn-content:focus {
  transition: 0.5s;
  -webkit-animation: carousel-btn-content 1s;
  animation: carousel-btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.carousel-btn-content .icon-arrow {
  transition: 0.5s;
  transform: scale(0.6);
}

.icon-arrow {
  width: 20px;
  position: relative;
}
  
/* SVG */
.carousel-btn-content:hover #arrow-icon-three {
  transform: translateX(0%);
  animation: color_anim 2s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}

/* Button animations */
@-webkit-keyframes carousel-btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes carousel-btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}


/* //One Letran CSS */
.one_letran{
    background: url('../img-content/one_letran/noise_gradient.jpg');
    padding-top: 2%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.one_letran_card .card-body{
    height: 18rem;
}

.one_letran_card img{
    object-fit: cover;
    width: 100%;
    height: 15rem;
}

.one_letran_card .card-title{
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: 'Inter', sans-serif;
    
}

.one_letran_card .time_date{
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-style: oblique;
}

.one_letran_card .card-text{
    font-size: 0.9rem;
    line-height: 1rem;
}

#one_letran_section{
    padding: 0 55px 35px;
}

#legend {
    margin-top: 20px;
    justify-content: space-between;
}

.legend-list .btn{
    font-weight: 700;
    border-radius: 5px;
    color: #000;
    border: 2px solid transparent; /* Add this line to set initial border properties */
    transition: border 0.3s ease; /* Add this line for the smooth border transition */
}

.legend-list .btn:hover,
.legend-list .btn.active { /* Update the selector for the active state */
    border: 2px solid #3660ec;
    border-radius: 5px;
    background-color: #E3EBF7;
}

.legend-item {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 50%;
}


/* CSS for Upcomming event */
.upcomming-event{
    height: 600px;
}

.upcomming-event img{
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.upcomming-event-line{
    border-bottom: 5px solid #DE4444; 
    margin-top: 5px; 
    width: 35%; 
}

.upcomming-event .mask {
    background-image: 
        linear-gradient(0deg, rgba(38, 75, 150, 0.6) 0%, rgba(0, 16, 48, 0.6) 100%),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 100% 100%, 4px 4px; /* Adjust the background size as needed */
    background-blend-mode: overlay; /* Blend the texture with the background */
}

.upcomming-event-date{
    background:  #DE4444;   
}

.upcomming-event-date h1{
    font-size: clamp(5rem, 12vw, 10rem) !important;
    line-height: 80%;
    font-weight: 900;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.upcomming-event-date p{
    width: 100%;
    font-size:2vw;
    font-size: clamp(0.95rem, 2vw, 10rem);
    line-height: 80%;
    color: #fff;
} 


/* Event Calendar Customization */

.event-calendar .fc-event{
    border-radius: 10px;
    padding: 0.9vh;
    border: 0;
}

.event-calendar .fc-title{
    display: block;
}

.fc-view-container{
    z-index: 1;
}

/* Event Calendar Customization for home */
.event-calendar-home .fc-event{
    border-radius: 10px;
    padding: 0.9vh;
    border: 0;
}

.event-calendar-home .fc-title{
    display: block;
}




/* Innovative campus hub */
.innovative_section {
    padding: 5%;
}
.innovative_header h1{
    font-weight: 700;
}

.innovative-description p{
    font-size:2.5rem;
}

.innovative-hub h1{
    font-weight: 700;
}

.innovative-page-splide img{
    object-fit: contain;
}

/* Custom Splide Button */
.custom-splide-button{
    transition: background-color 0.3s ease, color 0.3s ease, color 0.3s ease !important;
}


.custom-splide-button:hover{
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}

/* CSS fo View Division */
.division-header{
    height: 300px;
}

.division-header img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.division-header .mask {
    background-image: 
    linear-gradient(90deg, rgba(89,0,0,0.6) 0%, rgba(69,0,0,0.6) 100%),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 100% 100%, 4px 4px; /* Adjust the background size as needed */
    background-blend-mode: overlay; /* Blend the texture with the background */
}

.division-header-title{
    font-weight: 800;
    text-transform: uppercase;
}

.event-modal-dialog{
    overflow-y: initial !important
}


.event-modal-body{
    height: 80vh;
    overflow-y: auto !important;
}

#colorPicker { 
    width: 100%;
    padding: 1.25rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center; 
}

#colorPreview { 
    height: 6.25rem;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}


.enrollment-card{
    height: 11rem;
}

.enrollment-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.enrollment-card .mask{
    background-image: 
    linear-gradient(0deg, rgba(38, 75, 150, 0.7) 0%, rgba(0, 16, 48, 0.7) 100%),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 1px, transparent 1px, transparent 6px);
    background-size: 100% 100%, 4px 4px; /* Adjust the background size as needed */
    background-blend-mode: overlay; /* Blend the texture with the background */
}

.enrollment-card .academic-title{
    font-weight: 700;
}

.enrollment-section label{
    color: #000;
    font-weight: 500;
}

.filepond-split-grid .filepond--item {
    width: calc(100% / 2 - .5em);
    height: 300px;
}


.filepond-split-grid .filepond--root{
    overflow: hidden;
    max-height: 30rem;
}


.scrollable_images{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.scrollable_images img{
    width: auto;
    height: 20rem;
}


/* Administrations CSS */
.administration_column {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 28rem;
    overflow: hidden;
    border-radius: 1rem;
}

.administration_column img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    position: absolute;
    top: 0; /* Adjust as needed */
}

/* upload spinner */
.spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Optional: Add a semi-transparent overlay */
    z-index: 2000; /* Adjust the z-index as needed to make sure it's on top of other elements */
}

@keyframes blink {
    0%, 20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80%, 100% {
      opacity: 0;
    }
}

.processing-text {
    font-size: 1rem;
    font-weight: 700;
}

.processing-word-animation {
    display: inline-block;
    animation: bounce 1.5s infinite;
}

.dot-animation {
    display: inline-block;
    animation: blink 1.5s infinite;
}

.edit-button-icon i{
    color: #3498db;
    transition: color 0.3s ease;
}

.edit-button-icon i:hover{
    color: #2b29b9;
}

.handle {
	cursor: move;
	cursor: -webkit-grabbing;
}

.adminstaff .column {
    width: 12rem;
    height: 12rem;
}

.adminstaff .admin-staff-name{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.adminstaff .admin-staff-position{
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
}

.dashboard .welcome img{
    max-height: 4rem;
}

.dashboard .lead{
    padding-left: 5rem;
}

.dashboard .welcome .link{
    padding-left: 5rem;
}

.dashboard-module{
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    height: 100%;
    border-radius: 20px;
}

.dashboard-module .title {
    display: flex;
    align-items: center;
}

.dashboard-module .title  i {
    color: #12234E;
    margin: 0;
}

.dashboard-module .title .title-text {
    margin: 0;
    padding-left: 1rem;
    color: #374151;
    font-size: 1.1rem;
}

.dashboard-module .data p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #1F2937;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: left;
  }

.admin-page-nav .pages {
    font-size: 1.10rem;
    line-height: 80%;
    margin: 0;
    transition: transform 0.3s ease;
    transform-origin: left; /* Set the transform origin to the left */
}

/* Floating Button */
.floating-button {
    z-index: 999999;
    position: fixed;
    bottom: 5%;
    right: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.apply-now-button img{
    z-index: 2;
    bottom: 0;
    right: 5%;
    height: 4rem;
}

.apply-now-button {
    background-color: #ffffff;
    border-radius: 4rem;
    position: absolute;
    bottom: 5rem; /* Adjust as needed to place the button */
    right: 0; /* Adjust as needed to place the button */
    transition: all 0.2s ease-in-out;
    box-shadow: -4px 3px 4px 0px rgba(0,0,0,0.51)!important;
}



.apply-now-button:before,
.apply-now-button:after{
    content: "";
    position: absolute;
    height: 4rem;
    width: 4rem;
    background-color: #325fdd;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.7;
    transition: opacity 0.3s ease-out; /* Transition for pulse effect */
    pointer-events: none; /* Ensure the pseudo-elements don't intercept hover events */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Transition for pulse animation */
}
.apply-now-button:before{
    animation: pulse 3s ease-out infinite;
    right: 0; 
}
.apply-now-button:after{
    animation: pulse 3s 2s ease-out infinite;
    right: 0; 
}

@keyframes pulse{
    100%{
        transform: scale(2);
        opacity: 0;
    }
}

.apply-now-wrapper {
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1 !important;
    width: 0;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}

.apply-now-wrapper p{
    text-transform:uppercase;
    margin-left: 1rem !important;
    margin-right: 0.3rem !important;
    font-weight: 700;
    color: #12224F;
}

.apply-now-button:hover .apply-now-wrapper {
    width: 12.5rem;
}

.apply-now-button:hover{
    scale: 1.04;
}


.apply-now-button:hover:before,
.apply-now-button:hover:after {
    animation: none; /* Disable pulse animation on hover */
    background-color: transparent;
}

.floating-home-button {
    display: none; /* Initially hide the button */
}

.floating-home-button .home-button{
    width: 4rem;
    height: 4rem;
    color: white;
    border-radius: 50%;
    background-color: #12234e !important;
    position: relative;
    overflow: hidden;
    display:block;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
}

.floating-home-button .home-button i::before {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.floating-home-button .home-button:hover{
    background-color: #ff3547 !important;
}

.home-button:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/* Single Sign-on */
.portals img {
    width: auto;
    height: 3rem;
    object-fit: contain;
}

  .portals p {
    font-weight: 700;
    font-size: 1.2rem;
}

  .portals h5 {
    font-weight: 700;
}

  .potals-card-body{
    position: relative;
    z-index: 1;
}
  .noise {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E"); /* Replace 'path/to/noise-image.png' with the actual path to your noise image */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.12; /* Adjust the opacity as needed */
}

  
.pamaskong-anghel img{
    height: 100%; 
    width: 100%;
    object-fit: cover;
}


  .portal-container-body-1 {
    padding-top: 2rem;
    height: auto; /* Set a fixed height for the card container */
    padding-bottom: 2rem;
  }

  .portal-container-body-2 {
    padding-top: 3rem;
    height: auto; /* Set a fixed height for the card container */
    padding-bottom: 3rem;
  }

  .portal-bg img {
    height: auto;
    width: 100%;
    max-width: 50%;
    position: absolute;
    bottom: -4rem;
    right: -4rem;
    opacity: 0.1;
    transform: rotate(20deg);
    user-select: none; /* Prevents selection of the image */
    pointer-events: none; /* Allows pointer events to pass through the image */
  }

  .portal-text-bg p {
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 800;
    object-fit: cover;
    font-size: 7rem;
    line-height: 0; /* Adjust the line-height as needed */
    opacity: 0.1;
    user-select: none; /* Prevents selection of the image */
    pointer-events: none; /* Allows pointer events to pass through the image */
  }

  .portal-bg-ms img{
    height: 100%;
    width: auto;
    max-height: 50%;
    position: absolute;
    bottom: 2rem;
    right: 0rem;
    opacity: 0.1;
    transform: rotate(20deg);
    user-select: none; /* Prevents selection of the image */
  }


.bg-knight {
    position: relative;
    overflow: hidden;
}

.bg-knight .portal-main-container {
    position: relative;
    z-index: 1;
}

.bg-knight .bg-knight-img img {
    position: absolute;
    object-fit: contain;
    padding: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0; /* Position the image to stretch across the entire width */
    width: 100%; /* Let the width adjust based on the container */
    height: auto;
    max-width: 50rem;
    max-height: 60%; /* Limit the image height to the height of its container */
    user-select: none;
    opacity: 0.2 !important;
}


.library-dropdown .dropdown-menu {
    display: none; /* Hide the dropdown menu by default */
}

.library-dropdown:hover .dropdown-menu {
    display: block; /* Display the dropdown menu when hovering over "LIBRARY SERVICES" */
}


/* dropdown */
.dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }


.mobile-nav-accordion-container {
    max-height: 100vh; /* Set a maximum height */
    overflow-y: auto; /* Enable vertical scrolling */
}

/* Ensure smooth scrolling behavior */
.mobile-nav-accordion-container::-webkit-scrollbar {
    width: 8px;
}

.mobile-nav-accordion-container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.616);
    border-radius: 4px;
} 
    

.mobile-nav-accordion.show {
    overflow-y: auto;
    max-height: calc(100vh - 56px); /* Adjust the height as needed */
}

.mobile-nav-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}


.mobile-nav-accordion .btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
 }

 /* Add this CSS to style the active state of the accordion button within the mobile-nav-accordion container */
.mobile-nav-accordion .accordion-button.active {
    background-color: #031d72 !important; /* Adjust the background color as needed */
    color: #ffffff !important; /* Adjust the text color as needed */
}


.mobile-nav-accordion .accordion-body {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    background-color: #051341;
}


.mobile-nav-accordion .accordion-header button {
    font-size: 1rem;
    font-weight: 100;
}

.mobile-nav-accordion .accordion-header a{
    font-size: 1rem;
    font-weight: 100;
    height: 100%;
    width: 100%;
    display: block;
}

.mobile-nav-accordion .mobile-nav-item{
    transition: background-color 0.3s ease-in-out;
}

.mobile-nav-accordion .mobile-nav-item:hover{
    background-color: #031d72;
}

.mobile-nav-accordion-container .list-group-item a {
    padding-left: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 100%;
    width: 100%;
    display: block;
    transition: background-color 0.3s ease-in-out;
}

.mobile-nav-accordion-container .list-group-item a:hover{
    background-color: #031d72;
}


/* careers */
.career-content {
    max-height: 100px;
    overflow: hidden;
    /* Set Transitions */
    transition: max-height 0.5s;
}
  
.career-content.open {
    max-height: 1000px;
    /* Set transitions */
    transition: max-height 0.5s;
}
  
.show-more {
    margin: 10px;
}


.custom-hr{
    opacity: 1;
    background-color: transparent !important;
    border-top: 0.2rem solid #12234e !important;
}

.admin-header-image-container {
    position: relative;
    display: inline-block; /* Ensures container fits content */
}

.admin-header-image-container .admin-header-background {
    display: block; /* Ensures block level behavior */
    width: 100%; /* Adjust as needed */
    height: auto; /* Automatically adjusts height to maintain aspect ratio */
    opacity: 0;
    user-select: none;
}

.admin-header-image-container .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ensures overlay covers the entire container */
    height: 100%; /* Ensures overlay covers the entire container */
    object-fit:cover; /* Ensures overlay maintains aspect ratio */
}

.form-control {
    max-width: none;
}


/* Removed Codes */

/* Marquee Animation */
.scrolling-text-item h1{
    font-size: min(4.7vw, 4.7rem);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: transparent;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #264B96;
}

.scrolling-text-item-red{
    -webkit-text-stroke-color: #ff3547;
}

.scrolling-text-item p{
    font-size: min(3vw, 3rem);
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 10px; /* Add padding to separate characters */
    color: #ff3547;
}


.accreditation{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.accreditation img{
    width: 100%;
    max-width: 5rem;
    height: auto;
    margin: 10px;
}




/* Personnel Section CSS */
.personnel-page-header .title{
    font-weight: 500;
    line-height: 80%;
    margin: 0;
}

.personnel-page-header .sub-title{
    font-weight: 400;
    line-height: 80%;
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2rem)
}

.personnel-header-arrow img {
    transform: rotate(90deg);
    width: 100%;
    max-width: 4.5rem;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
    animation: arrow-up-down 0.9s ease-in-out infinite;
}

.personnel-card {
    height: 100%;
    border: 0.1rem solid #12234e;
}

.personnel-card-title img {
    width: 100%;
    max-width: 3rem;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: contain;
    pointer-events: none;
}

.personnel-card-title p {
    line-height: 80%;
    margin: 0;
    font-weight: 600;
}

.personnel-card-direct img {
    width: 100%;
    max-width: 2rem;
    height: auto;
    transition: transform 0.3s ease;
}

.personnel-card-desc{
    height: 8rem;
    padding-top: 10%;
    padding-bottom: 10%;
}

.personnel-card-desc p{
    line-height: 100%;
    margin: 0;
}


.personnel-1st-col-wrapper {
    height: 100%;
    max-height: 10rem;
    min-height: 8rem;
    display: flex;
    align-items: center;
    width: 100%;
}
.personnel-1st-col {
    padding-left: 2%;
}

.personnel-1st-col .start-title{
    line-height: 100%;
    margin: 0;
    font-size: 1.8rem;
}

.personnel-1st-col .main-title{
    line-height: 100%;
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
}

.personnel-card-direct p {
    transition: transform 0.3s ease;
}

.personnel-card:hover .personnel-card-direct p {
    transform: translateX(-10px);
}

.personnel-card:hover .personnel-card-direct img {
    transform: scaleX(1.2); /* Adjust the scale factor as needed */
}

@keyframes arrow-up-down{
    0%, 100% {
        transform: rotate(90deg) translateX(0);
      }
      50% {
        transform: rotate(90deg) translateX(1rem);
      }
}


/* Alumni page css */
.alumni-service-parent {

    border-bottom: 0.3rem solid #12234e;
}

.alumni-service-child {
    border-right: 0.3rem solid #12234e;

}

.lecaa-img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    object-position: center;
    overflow-clip-margin: unset;
}


.alumni-item-select {
    transition: transform 0.3s ease; /* Smooth transition on hover */
}

.alumni-item-select:hover {
    transform: scale(0.95); /* Scales the element to 110% of its size */
}


.alumni-page {
    background-image: url('/static/img-content/Alumni/alumni-fade-bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: center;
    background-color: rgba(255,255,255, 0.85);
    background-blend-mode: lighten;
}

.typography-style-1{
    font-size: clamp(2rem, 7vw, 4.2rem);
    line-height: 90%;
    margin: 0;
    font-weight: 900;
}

.typography-style-2 {
    font-size: clamp(2rem, 4.5vw, 2.7rem);
    line-height: 90%;
    margin: 0;
    font-weight: 700;
}

.typography-style-3 {
    font-size: clamp(1.5rem, 8vw, 1.5rem);
    line-height: 90%;
    margin: 0;
    font-weight: 500;
}

.alumni-page .lead {
    font-weight: 600;
}

.alumni-qr{
    width: 100%;
    max-width: 7rem;
    height: auto;
}

.alumni-mask{
    height: 13rem;
    transition: transform 0.3s ease-in-out;
}

.alumni-mask .mask-img{
    object-fit: cover;
    object-position:100%;
    height: 100%;
    width: 100%;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.alumni-mask:hover {
    transform: scale(1.06);
}

.alumni-mask:hover .mask-img {
    transform: scale(1);
}

.bg-image-alumni .bg-image .mask {
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
    background-color: rgba(4, 11, 31, 0.3);
}

@media (max-width: 992px) {
    .alumni-service-child {
        border-right: 0;
        border-bottom: 0.3rem solid #12234e;
    
    }
}


/* Course Listings */
.course-listings p{
    font-weight: 700;
    font-size: 1.03rem;
    line-height: 1.1rem;
    transition: all 0.3s ease-in-out;
}

.course-listings hr {
    opacity: 1;
    background-color: transparent !important;
    border-top: 0.1rem solid #12234e !important;
}

.course-listings .fa-arrow-right-long {
    transition: all 0.3s ease-in-out;
}

.course-listings .fa-file-pdf{
    transition: all 0.3s ease-in-out;
}

.course-listings:hover .fa-arrow-right-long {
    color: #3498db;
    transform: scaleX(1.3); /* Adjust the scale factor as needed */
}

.course-listings:hover p {
    color: #3498db;
}


.course-listings:hover .fa-file-pdf {
    color: #3498db;
}


.curriculum_schedule .item {
    position: relative;
    text-align: center;
    color: #707070;
    padding: 0.5rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.curriculum_schedule .item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.2rem;
    background-color: #12234e;
    transition: width 0.3s ease-in-out;
}

.curriculum_schedule .item:hover,
.curriculum_schedule .active {
    color: #12234e !important;
}

.curriculum_schedule .item:hover,
.curriculum_schedule .active {
    color: #12234e !important;
}

.curriculum_schedule .item:hover::before,
.curriculum_schedule .active::before {
    width: 100%;
}

.curriculum_schedule .item:hover{
    background-color: #ebebeb;
    
}


.see-all-news {
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
}

.see-all-news::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #007BFF;
    transition: all 0.3s ease;
}

.see-all-news:hover {
    color: #007BFF !important;
}

.see-all-news:hover::after {
    width: 100%;
}



/* All Barangay Letran News CSS */
.bl_news_container {
    display: flex;
    display: grid;
}

.brgy_news_thumbnail img{
    width: 100%;
    height: 20rem;
    object-fit: cover;
    object-position: center;
}

.bl_news_title {
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1.5rem;
}

.bl_news_date {
    font-size: 0.9rem;
    color: #9b9b9b;
}

.bl_news_custom-hr{
    opacity: 1;
    background-color: transparent !important;
    border-top: o.5px solid #12234e !important;
}

.bl-news-rm-link {
    transition: all 0.3s ease-in-out;
}

.bl-news-rm-icon {
    transition: padding-left 0.3s ease-in-out;
}

.bl-news-rm-link:hover {
    color: #dd5e5e;
}

.bl-news-rm-link:hover .bl-news-rm-icon {
    padding-left: 0.2rem;
}



.pages-links{
    font-size: 0.8rem;
    color: #414141;
}

.pages-links p {
    margin: 0;
    font-weight: bold;
}

.linkages-management{
    color: #303030;
}


/* Request Form For Editing Content */
.selected-item-request {
    background-color: #f0f0f0;
    border: 2px solid #007bff;
}

.selected-department {
    background-color: #e0e0e0;
    border: 2px solid #28a745;
}



/* Parsley MultiForm */
.form-section {
    position: absolute;
    padding-left: 15px;
    border-left: 2px solid #FF851B;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1.75s;
  }

  .form-section.current {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: opacity 1.75s ease-in-out;
  }

  .btn-info, .btn-default {
    margin-top: 10px;
  }

  .form-navigation {
    transition: all 1.75s ease-in-out;
  }



  /* CSS Form in footer */

.css-container {
    background-image: url('/static/img-content/css-link/css-bg.jpg');
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    width: fit-content;
    height: fit-content;
    padding: 1rem;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.css-container .css-typo p{
    text-align: left;
    margin: 0;
    font-size: min(4vw, 2rem);
    line-height: 100%;
    font-weight: 900;
}

.css-link-qr {
    display: flex;
    width: fit-content;
    align-items: center;
}

.css-container .css-link-qr .speech-bubble {
    background-color: #1c3a67; /* Bubble color */
    color: white;
    padding: 15px;
    max-width: 20rem; /* Set the width as per your need */
    height: fit-content;
    border-radius: 13px;
    position: relative;
    font-family: Arial, sans-serif; /* Optional: Set your font */
    margin: 1rem; /* To give some space for visibility */
    z-index: 1; /* Ensures bubble is on top */
}

.css-container .css-link-qr .speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -40px; /* Adjust this value to control arrow positioning */
    right: 20px;   /* Align the triangle to the right */
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 80px solid #1c3a67; /* Arrow color matches the bubble */
    border-top: 0;
    transform: rotate(125deg);
    z-index: -1; /* Ensures arrow is behind the bubble */
}

.css-container .css-link-qr .speech-bubble a {
    color: #ffcc00; /* Change color on hover */
    text-decoration: none; /* Remove the default underline */
    transition: text-decoration 0.3s, color 0.3s; /* Smooth transitions */
    cursor: pointer; /* Change cursor to pointer */
}

.css-container .css-link-qr .speech-bubble a:hover {
    text-decoration: underline; /* Underline the text on hover */
}

.css-container .css-link-qr .clickable-hint {
    font-size: 0.9em; /* Smaller font size for the hint */
    color: rgba(255, 255, 255, 0.7); /* Slightly faded color */
    margin-left: 5px; /* Space between link and hint */
}

.css-container .css-link-qr .css-qr img{
    width: 100%;
    max-width: 8rem;
    height: auto;
    border: 2px dashed #1c3a67;
}

.css-container .css-link-qr .css-qr p{
    text-align: center;
    margin: 0;
    font-size: min(8vw, 1.6rem);
    line-height: 100%;
    font-weight: 900;    
    color: #1c3a67;
}

@media (max-width: 992px) {
    .css-container {
        width: 100%;
        display: block;
    }
}

@media (max-width: 768px) {
    .css-container .css-link-qr .speech-bubble {
        max-width: 15rem; /* Set the width as per your need */
    }
}



/* Industry Career Opportunities Styles */
.industry-career-opportunities img{
    Width:100%;
    Height: auto;
    max-width: 30rem;
    margin: auto;
}
.industry-career-opportunities h1{
    font-weight: 700;
    line-height: 100%;   
}

.industry-career-header .display-3{
    line-height: 80%;  
}

.industry-career-header .display-2:nth-child(2) {
    background: linear-gradient(109.6deg, rgb(243, 67, 67) 11.2%, rgb(2, 38, 208) 100.2%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 80%;
}

.text-background-career{
    position: absolute;
    background-color: #EDF3FF;
    height: 25rem;
    width: 100%;
    z-index: -1;
    bottom:16%;
}


@media (max-width: 992px) {
    .text-background-career {
        display: none;
    }
}



/* Swipper.js */

.swiper {
    width: 100%;
    max-width: 80rem;
    height: 30rem;
    border-radius: 1rem;;
}

.cstm-display-6{
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    font-weight: 400 !important;
    color: #12234E;
}

.rd-header{
    border-bottom: solid 0.15rem #12234E;
}

.rd-head{
    /* clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 100%); */
    clip-path: polygon(0 0, 100% 0, 100% 42%, 100% 100%, 50% 90%, 0 100%);
    overflow: hidden;
}


.fieldset-card{
    border-radius: 0.6rem;
    border: solid 0.12rem #12234e3b;
}

.rd-history{
    background: linear-gradient(
        90deg,
        rgba(56, 3, 3, 0.8) 35%, 
        rgba(1, 7, 59, 0.8) 100%), 
        url('../img-content/rd-about-bg.jpg');
        background-position: center; /* Center the background image */
        background-repeat: no-repeat;
        background-size: cover;
}


.rd-history-detail{
    z-index: 1;
}


.rd-banner {
    position: relative;
    background-color: #12234E;
    overflow: hidden;
    height: 100%;
    min-height: 10rem;
}

.clip-path-semi-arrow{
    clip-path: polygon(0 80%, 0 0, 100% 0, 100% 84%, 16% 100%);
}

.clip-path-chev{
    clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
}

.rd-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black tint with 50% opacity */
    pointer-events: none; /* Ensures the overlay doesn't block interactions */
    z-index: 1; /* Overlay is just above the background */
}

.rd-banner .banner-img {
    width: 50%;
    position: absolute;
    bottom: 0;
    z-index: 0; /* Ensure the image is below the tint */
}

.rd-banner  .banner-img-2{
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0; /* Ensure the image is below the tint */
}
.rd-banner .banner-img-2 img {
    width: 100%;
    height: auto;
    opacity: 0.6;
}

.rd-banner .banner-img img {
    width: 100%;
    height: auto;
}

.rd-banner .banner-content {
    position: relative; /* Ensures it remains above the tint and other elements */
    z-index: 2; /* Higher than ::before and the image */
    color: white;
    text-align: center; /* Optional: Center-align text */
    padding-top: 3%; /* Optional: Add spacing around the content */
    padding-bottom: 7%;
}

.rd-banner .banner-content img{
    width: 100%;
    height: auto;
    max-width: 10rem;
}

.rd-banner .banner-content  h1{
    font-family: 'Inter', sans-serif;
    line-height: 100%;
    font-weight: 600;
}


.rd-contact p {
    margin: 0;
    line-height: 100%;
}

.rd-contact p:nth-child(1) {
    font-weight: 700;
}

.rd-contact p:nth-child(2) {
    font-weight: 500;
    font-size: 0.9em;
}

.rd-contact a {
    font-weight: 500;
    font-size: 0.9em;
    color: white;
}


@media (max-width: 992px) {
    .rd-banner .banner-content {
        padding-bottom: 30%;
    }
}
  

/* Swipperjs */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow-clip-margin: unset;
  }


  .rd_contact{
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.8) 35%, 
        rgba(0, 0, 0, 0.8) 100%), 
        url('../img-content/rd-img/contact_bg.jpg');
        background-position: center; /* Center the background image */
        background-repeat: no-repeat;
        background-size: cover;
  }


  .rd-pages-btn {
    display: block; /* Ensure the entire div is clickable */
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s ease; /* Smooth transition for the hover effect */
    text-align: center;
}

.rd-pages-btn img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease; /* Add smooth scaling effect */
}

.rd-pages-btn:hover {
    box-shadow: -6px 7px 33px -1px rgba(0, 0, 0, 0.47);
    transform: scale(1.04); /* Smooth scaling on hover */
}


.rd-linkages img{
    width: 100%;
    height: auto;
}

.rd-linkages .row .col-12 img{
    max-width: 25rem;
}

.rd-perssonels p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%;
}


.research-publication div:nth-child(1){
    width: 80%;
}

.research-publication div:nth-child(2){
    width: 20%;
}

.research-publication img{
    width: 100%;
    height: auto;
}

.ched4a span{
    font-size: min(8vw, 1.3rem);
}

@media (max-width: 992px) {
    .research-publication div:nth-child(1){
        width: 60%;
    }
    
    .research-publication div:nth-child(2){
        width: 40%;
    }
    
}


  .publication-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .publication-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 12px;
    transition: background-color 0.3s ease;
  }

  .publication-list li:hover {
    background: #e0f7fa;
  }

  .publication-list span {
    font-weight: 600;
    color: #333;
  }

  .publication-list a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  .publication-list a:hover {
    color: #0056b3;
    text-decoration: underline;
}


.swipper-spicy {
    position: relative;
    overflow: hidden; /* Prevents overflow */

}

.swipper-spicy .image-overlay {
    position: relative;
    height: 644.58px;

}

.swipper-spicy .image-overlay img {
    display: block;
    width: 100%;
    height: 100%;
}

.swipper-spicy .image-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.10407913165266103) 100%, rgba(255,255,255,0) 100%);
    z-index: 1; /* Ensures overlay is on top of the image */
}

.swipper-spicy .image-overlay .overlay-text {
    position: absolute;
    bottom: 2rem;
    left: 2%;
    color: #fff; 
    z-index: 2;  
    padding: 0.5 20px; 
    font-size: 1rem;
    text-align: left;
}

.swipper-spicy .image-overlay .overlay-text-top {
    position: absolute;
    top: 1rem;
    left: 2%;
    color: #fff; 
    z-index: 2;  

    text-align: left;
}


.engagement-link-tag {
    text-decoration: none; /* Remove underline by default */
    color: #ffffff; /* Default link color */
    transition: color 0.5s ease; /* Smooth color transition */
}

.engagement-link-tag:hover {
    text-decoration: underline; /* Add underline on hover */
    color: #ffffff; /* Optional: Darken the link color on hover */
}


.esg-title-font{
    background: #6292C6;
    background: linear-gradient(to left, #6292C6 0%, #00B700 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}



/* Category Management Styles */
.category-btn {
    transition: all 0.3s ease-in-out;
}
.category-btn:hover {
    background-color: #007bff !important;
    color: white !important;
    transform: scale(1.02);
}


