/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #213546;
    background: #eeeeee;
    font-family: 'Raleway', sans-serif;
}

a {
    color: #4F84C4;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #00539C;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.container {
    max-width: 1050px;
}
.container1 {
    max-width: 750px;
}

/*******************************/
/********** Header CSS *********/
/*******************************/
.header {
    position: relative;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

@media (min-width: 1200px) {
    .header .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.header .brand {
    position: relative;
}

.header .brand img {
    width: 100%;
   
    height: 100%;
    max-height: 100px;
}

.header .topbar {
    position: relative;
    text-align: right;
}

.header .topbar .topbar-col {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 2px;
}

.header .topbar-col a {
    color: #213546;
    font-size: 13px;
}

.header .topbar-col a i {
    margin-right: 10px;
    color: #4F84C4;
}

.header .topbar-social {
    position: relative;
}

.header .topbar-social a {
    display: inline-block;
}

.header .topbar-social a i {
    margin-right: 10px;
    font-size: 18px;
    color: #bbbbbb;
}

.header .topbar-social a:last-child i {
    margin: 0;
}

.header .topbar-social a:hover i {
    color: #4F84C4;
}

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #bbbbbb;
}

.header .dropdown-menu a.active {
    color: #4F84C4;
}

@media (min-width: 992px) {
    .header .navbar {
        background: #ffffff !important;
    }
    
    .header .navbar-brand {
        display: none;
    }
    
    .header .navbar-light a.nav-link {
        position: relative;
        padding: 8px 10px;
        color: #213546;
        font-size: 16px;
        z-index: 1;
    }
    
    .header .navbar-light a.nav-link:hover,
    .header .navbar-light a.nav-link.active {
        color: #4F84C4;
    }
}

@media (max-width: 992px) {
    .header .brand {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .header .topbar {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .header .topbar .topbar-col {
        margin: 0;
    }
    
    .header .topbar .topbar-social {
        margin-top: 5px;
    }
    
    .header .navbar {
        background: #ffffff !important;
        border: 1px solid #eeeeee;
        z-index: 1;
    }
    
    .header a.nav-link {
        padding: 5px 0;
    }
    
    .header .dropdown-menu {
        box-shadow: none;
    }
}

.header .navbar .btn {
    position: relative;
    margin-left: 5px;
    padding: 12px 25px 10px 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    background: linear-gradient(#3f699c, #00539C);
    transition: .5s;
}

.header .navbar .btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.header .navbar .btn i {
    font-size: 16px;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .header .navbar .btn {
        margin: 15px 0 10px 0;
    }
}

.styled-table {
    width: auto; /* Keeps table size based on content */
    border-collapse: collapse;
    margin: 20px auto; /* Center the table */
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: table; /* Ensures proper centering */
}

.styled-table1 {
    border-collapse: collapse;
    margin: 20px auto; /* Centers the table horizontally */
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.styled-table thead {
    background-color: #1480d2;
    color: white;
}
.styled-table1 thead {
    background-color: #1480d2;
    color: white;
}

.styled-table th, .styled-table td {
    padding: 12px;
    border: 1px solid #dddddd;
}

.styled-table tbody tr:nth-child(even) {
    background-color: #d5e6f7;
}

.styled-table tbody tr:hover {
    background-color: #3d99df8f;
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 5px;
    padding: 15px 0;
    text-align: center;
    background: linear-gradient(to right, #00539C, #4F84C4 50%);
}
.page-header1 {
    position: relative;

    text-align: center;
    background: linear-gradient(to right, #00539C, #4F84C4 50%);
}

.page-header h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-header1 h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 6.5px;
    right: -6px;
    border-radius: 7px;
    background: #ffffff;
}

.page-header a:last-child::after {
    display: none;
}


/*******************************/
/*********** Hero CSS **********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

@media (min-width: 768px) {
    .hero {
        padding: 45px 60px;
    }
}

.hero h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 800;
}

.hero h2 span {
    color: #4F84C4;
}

.hero p {
    margin: 10px 0 20px 0;
    font-size: 18px;
    font-weight: 500;
}

.hero a.btn {
    position: relative;
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.hero a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.hero img {
    max-width: 100%;
    max-height: 600px;
}

@media (max-width: 767.98px) {
    .hero img {
        margin-top: 30px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Lora:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap'); */


.service {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    flex: 1;
    max-width: 60%;
}

/* Service Item with Light-to-Dark Blue Gradient */
.service .service-item {
    position: relative;
    width: 100%;
    padding: 18px 22px;
    background: linear-gradient(135deg, #d7e9f5, #90caf9);  /* Light to medium blue */
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    color: #0d47a1; /* Deep Blue */
}

/* Hover Effect: Darker Blue Tone with Subtle Glow + Font Color Change */
.service .service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(25, 118, 210, 0.3);
    background: linear-gradient(135deg, #1565c0, #64b5f6); /* Darker to lighter blue */
    animation: glowing 1.5s infinite alternate;
    color: #e3f2fd; /* Light blue text */
}

/* Hover Effect for Links */
.service .service-item a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #0d47a1; /* Deep Blue */
    display: block;
    transition: color 0.3s ease-in-out;
    font-family: 'Raleway', sans-serif;
}

.service .service-item a:hover {
    color: #bbdefb; /* Light Blue on Hover */
}

/* Glow Animation */
@keyframes glowing {
    0% { box-shadow: 0px 0px 10px rgba(25, 118, 210, 0.2); }
    50% { box-shadow: 0px 0px 20px rgba(25, 118, 210, 0.4); }
    100% { box-shadow: 0px 0px 10px rgba(25, 118, 210, 0.2); }
}

/* Updated Heading Style with Hover Color Change */
.service .service-item h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: auto;
    color: #a81515; /* Deep Navy Blue */
    font-family: 'Raleway', sans-serif;
    transition: color 0.3s ease-in-out;
}


.service .service-item:hover h3 {
    color: #e3f2fd; /* Light Blue on Hover */
}

/* Updated Image Size */
.service .service-item img {
    height: 85px;
    transition: transform 0.3s ease-in-out;
}

/* Image Hover Effect */
.service .service-item:hover img {
    transform: scale(1.1);
}

/* Updated Paragraph Colors with Hover Effect */
.service-item p {
    color: #1565c0; /* Medium Blue */
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', serif;
    transition: color 0.3s ease-in-out;
}

/* Change Paragraph Color on Hover */
.service .service-item:hover p {
    color: #bbdefb; /* Lighter Blue */
}



/* Light pastel background for the entire list */
.attractive-list {
    list-style: none;
    padding: 20px;
    background: linear-gradient(135deg, #f1f8fe, #e3f2fd); /* Softer pastel gradient */
    width: 90%;
    max-width: 700px;
    margin: 20px auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Each list item with a soft gradient and refined look */
.attractive-list li {
    background: linear-gradient(135deg, #e3f2fd, #f9fcff); /* Very light gradient */
    padding: 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #0d47a1; /* Deep blue for readability */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

/* Adding a soft-colored icon before each item */
.attractive-list li::before {
    content: "★"; /* Star icon */
    color: #fdd835; /* Warm golden-yellow */
    font-size: 18px;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Hover effect: subtle lift and glow */
.attractive-list li:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg, #dbeeff, #f1faff);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.attractive-list li:hover::before {
    transform: scale(1.15);
    color: #ffeb3b; /* Lighter golden-yellow on hover */
}



.main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
}

.important-dates {
    flex: 1;
    min-width: 250px;  /* Reduced minimum width */
    max-width: 35%;    /* Reduced from 35% to 25% */
    background: #f8f9fa;
    padding: 0px;     /* Reduced padding */
    border-radius: 10px; /* Slightly smaller border-radius */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); /* Lighter shadow */
    font-size: 12px; /* Adjusted text size */
}
/* Table inside .important-dates */

.styled-table td {
    font-size: 14px; /* Reduce font size for compact design */
    font-weight: bold;
}


.styled-table {
    width: 100%;
    border-collapse: collapse;
}

.styled-table th, .styled-table td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
}
.styled-table1 {
    width: 75%;
    border-collapse: collapse;
}
.styled-table1 th, .styled-table1 td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .main-container {
        flex-direction: column;
        align-items: center;
    }
    .service {
        max-width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
    .important-dates {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .service {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

@media (min-width: 768px) {
    .faqs .container-fluid {
        padding: 0;
    }
    
    .faqs .row {
        margin: 0;
    }
    
    .faqs .col-md-6:first-child {
        padding: 0 60px;
    }
    
    .faqs .col-md-6:last-child {
        padding: 0;
    }
}

.faqs h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.faqs h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 0 100% 100% 0;
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    width: 100%;
    padding: 15px 20px 12px 20px;
    color: #213546;
    font-size: 16px;
    font-weight: 400;
    background: #ffffff;
    border: 2px solid #4F84C4;
    border-radius: 0 30px 30px 0;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #00539C;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #00539C;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-body {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: #ffffff;
}

.faqs a.btn {
    margin-top: 40px;
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.faqs a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.faqs img {
    max-width: 100%;
    border-radius: 30px 0 0 30px;
}

@media (max-width: 767.98px) {
    .faqs img {
        margin-top: 30px;
        border-radius: 0 0 30px 30px;
    }
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    padding-top: 90px;
    background: #2c3035;
}

.footer .footer-about,
.footer .footer-link {
    position: relative;
    margin-bottom: 45px;
}

@media(min-width: 992px) {
    .footer .container:first-child {
        max-width: 960px;
        margin-bottom: 30px;
    }
    
    .footer .footer-about,
    .footer .footer-link {
        padding: 0 30px;
    }
}

.footer .footer-about h2,
.footer .footer-link h2 {
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999999;
}

.footer .footer-about h2::after,
.footer .footer-link h2::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #999999, #ffffff, #999999);
    border-radius: 0 100% 100% 0; 
}

.footer .footer-about p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #999999;
}

.footer .footer-about p i {
    width: 20px;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999999;
    
}

.footer .footer-link a::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #ffffff;
}

.footer .copyright {
    padding: 15px;
    border-top: 1px solid #3b3e43;
}

.footer .copyright p {
    margin: 0;
    font-size: 14px;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #999999;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}
.updates-scroll {
    background: #e6e8ea;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
}
.blinking {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.scroll-link {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.scroll-link:hover {
    color: red;
    text-decoration: underline;
}



/* Main governing body container */
.governing-body-container {
    overflow-x: auto; /* Enables horizontal scrolling on smaller screens */
    padding: 20px;
    background-color: #d0e6f8; /* Updated background color */
}

/* Flex container for the governing body boxes */
.governing-body-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap; /* Prevents wrapping to keep items in a single row */
}

/* Individual box styling with projection effect */
.governing-body-box {
    display: flex;
    flex-direction: row; /* Arrange content horizontally */
    align-items: center;
    min-width: 250px;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
    text-align: left; /* Align text to the left of the image */
    transition: transform 0.3s, box-shadow 0.3s;
    flex-shrink: 0; /* Prevents shrinking on small screens */
    border-radius: 8px; /* Rounded corners for a softer look */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Initial shadow for projection */
}

.governing-body-box:hover {
    transform: translateY(-5px); /* Slight upward movement on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}

/* Remove hyperlink styling for governing-body-box links */
.governing-body-box {
    color: inherit; /* Keep text color as default */
    text-decoration: none; /* Remove underline */
}

.governing-body-box:hover {
    color: inherit; /* Maintain text color on hover */
    text-decoration: none; /* No underline on hover */
    cursor: pointer; /* Shows pointer to indicate it's clickable */
}

/* Image styling - positioned to the left */
.image-wrapper {
    margin-right: 15px; /* Space between image and text */
}

.profile-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

/* Text styling */
.text-wrapper {
    font-size: 0.9em;
    text-align: left; /* Align text within text wrapper */
}

/* Large screens (23" and above) */
@media (min-width: 1600px) {
    .profile-image {
        width: 80px;
        height: 80px;
    }
    .text-wrapper {
        font-size: 1em;
    }
}


/* Container for the images with a full-width background bar */
.image-bar {
    display: flex;
    justify-content: space-evenly; /* Evenly spaces the images */
    align-items: center;
    background-color: #bcdcfd; /* Background color for the bar */
    width: 100%; /* Ensures the bar takes the full width of the page */
    padding: 20px 0;
}

/* Styling for each image item */
.image-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ensure all images are the same size */
.image {
    width: 220px; /* Fixed width for all images */
    height: auto; /* Maintains the aspect ratio */
    object-fit: contain; /* Ensures images are contained within the box */
}

/* Mobile screens (up to 768px) */
@media (max-width: 768px) {
    /* For governing-body-container, arrange items vertically */
    .governing-body-row {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
        gap: 20px; /* Add space between items */
    }

    /* For image-bar, arrange images vertically */
    .image-bar {
        flex-direction: column; /* Stack images vertically */
        gap: 20px; /* Add space between images */
        padding: 15px 0; /* Adjust padding for mobile */
    }

    /* Ensure all images are responsive on mobile */
    .image {
        width: 180px; /* Adjust width for mobile */
    }

    /* Adjust the size of the profile images for smaller screens */
    .profile-image {
        width: 60px; /* Slightly smaller profile images */
        height: 60px;
    }

    /* Adjust text size and layout for smaller screens */
    .text-wrapper {
        font-size: 0.85em; /* Slightly smaller text */
        text-align: center; /* Center the text for mobile */
    }

    /* Adjust governing-body-box for mobile */
    .governing-body-box {
        min-width: 100%; /* Ensure the boxes take up full width on mobile */
        text-align: center; /* Center the text inside each box */
    }
}
