﻿body {
    font-family: 'Open Sans', sans-serif; /* Set Open Sans as the default font */
}

/* Use Montserrat for headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 700;*/ /* Bold for headings */
}

/* Customize specific elements with Montserrat */
.navbar, .btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; /* Medium weight for buttons and navigation */
}

/* Paragraphs and other body text stay in Open Sans */
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; /* Regular weight for paragraphs */
}

/* Example of using Open Sans in a form */
.form-label, .form-control {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; /* Semi-Bold for form elements */
}

.text-center {
    padding: 5px !important;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    /* Center the image */
}

.hovereffect {
    position: relative;
    overflow: hidden;
    border: 1px solid #AFDCF2;
}

    .hovereffect img {
        display: block;
        width: 100%;
        transition: transform 0.3s ease;
        max-height: 440px;
    }

/* Slight zoom effect on hover */
/* .hovereffect:hover img {
      transform: scale(1.1);
      
    } */

.imgoverlay {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 14%;
    background-color: rgba(234, 241, 247, 0.60);
    /* 70% transparent white */
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.hoevereffect .dropdown-menu {
    display: none;
}

/* Show the dropdown when hovering over the hovereffect div */
.hovereffect:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    display: none;
}
.custom-dropdown-menu {
    background: rgba(234, 241, 247, 0.60) !important;
}    /* Show overlay on hover */
    /* .hovereffect:hover .imgoverlay {
      opacity: 1;
      
    } */

    .imgoverlay h2 {
        color: black;
        /* Text color on overlay */
        margin: 0;
        /* Reset margin */
        font-size: 25px;
    }

    .imgoverlay p a {
        color: black;
        /* Link color */
        text-decoration: none;
        /* Remove underline */
    }

/* Box shadow on hover */
/* .hovereffect:hover {
      box-shadow: 0 4px 15px rgba(0, 0, 255, 0.5);
      
    } */

.blog-card {
    border: 1px solid #e0e0e0;
    /* Light border for the card */
    border-radius: 0.5rem;
    /* Rounded corners */
    overflow: hidden;
    /* Prevent overflow */
    transition: box-shadow 0.3s ease;
    /* Smooth transition for box shadow */
}
.blog-card-one-color {
    background-color: #3C80BF
}
.blog-card {
    border: 1px solid #e0e0e0;
    /* Light border for the card */
    border-radius: 0;
    /* No border radius */
    overflow: hidden;
    /* Prevent overflow */
    transition: box-shadow 0.3s ease;
    /* Smooth transition for box shadow */
    max-height: 490px;
    position: relative;
}

    .blog-card:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        /* Box shadow on hover */
    }

    .blog-card img {
        width: 100%;
        /* Full width for the image */
        max-height: 65%;
        /* Maintain aspect ratio */
    }

    .blog-card .card-content-1 {
        color: white;
        /* White text color */
        padding: 1rem;
        /* Padding for text content */
    }

    .blog-card .card-content-2 {
        background-color: #50B6C9;
        /* Solid green color */
        color: white;
        /* White text color */
        padding: 1rem;
        /* Padding for text content */
    }

    .blog-card .card-content-3 {
        background-color: #B0C81C;
        /* Solid green color */
        color: white;
        /* White text color */
        padding: 1rem;
        /* Padding for text content */
    }

    .blog-card .card-content-4 {
        background-color: #8FD6BE;
        /* Solid green color */
        color: white;
        /* White text color */
        padding: 1rem;
        /* Padding for text content */
    }

    .blog-card .date {
        font-size: 0.85rem;
        color: #ebe8e8;
        /* Smaller font size for date */
        margin-bottom: 0.5rem;
        /* Space below date */
    }

    .blog-card .read-more {
        background-color: #1887BF;
        /* Transparent background */
        color: #ebe8e8;
        /* White text color */
        border: 1px solid rgba(121, 194, 228, 0.5);
        /* White border */
        padding: 0.5rem 1rem;
        /* Padding for button */
        transition: background-color 0.3s ease;
        /* Smooth transition for background color */
        position: absolute;
        bottom: 10px;
        width: 47%;
        height: 35px;
        font-size: 0.85rem;
    }
    .blog-card .type {
        background-color: #1887BF;
        color: #ebe8e8;
        border: 1px solid rgba(121, 194, 228, 0.5);
        width: 47%;
        height: 30px;
        font-size: 0.85rem;
        margin-top:5px;
    }

        .blog-card .read-more:hover {
            background-color: #298bf3;
            /* White background on hover */
            color: #ffffff;
            /* Green text color on hover */
        }

/* Adjust margin between cards */
.col-md-3 {
    margin-bottom: 0.5rem;
    /* Reduced bottom margin */
}



.news-announcement {
    border-bottom: 2px solid #4D9DCF;
    /* Blue border for each news item */
    margin-bottom: 1rem;
    /* Space between news items */
}

.news-title a {
    text-decoration: none;
    /* Remove underline from links */
    color: black;
    /* Default text color */
}

    .news-title a:hover {
        color: blue;
        /* Change color on hover */
    }

.event {
    background-color: #EDF0F5;
    /* Light gray background for events */
    border-bottom: 1px solid white;
    /* Blue border for each event */
    padding: 17px;
    /* Space between event item and border */
}
.event-announcement {
    border-bottom: 2px solid #ffffff;
    /* Blue border for each news item */
    margin-bottom: 0.79rem;
    /* Space between news items */
}

.btn-no-radius {
    border-radius: 0;
    /* No border radius for buttons */
}

/* Add gap between columns in the news section */
.row.gap-2 > [class*='col-'] {
    padding-bottom: 1rem;
    /* Add gap below each column */
}

.social-widget {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 0;
    text-align: center;
    margin-bottom: 1rem;
    max-height: 457px;
    overflow: hidden;
}

.facebook-title {
    background-color: #007bff;
    /* Blue background */
    color: white;
    /* White text */
    padding: 7px 0;
    /* Padding for title */
    text-align: center;
    /* Center the title */
}

.full-width-button {
    width: 100%;
    /* Full width */
    background-color: #007bff;
    /* Blue background for button */
    color: white;
    /* White text for button */
    border: none;
    /* No border */
    padding: 0.75rem;
    /* Padding for button */
    text-align: center;
    /* Center text in button */
}

    .full-width-button:hover {
        background-color: #0056b3;
        /* Darker blue on hover */
    }


.blog-card {
    display: flex;
    flex-direction: column;
    height: 490px;
    border: 1px solid #ddd;
    /* Add border for better visibility */
}

    .blog-card img {
        max-width: 100%;
        /*height: auto;*/
        margin-bottom: 15px;
    }

.card-content-1,
.card-content-2,
.card-content-3,
.card-content-4 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

    .card-content-1 .read-more,
    .card-content-2 .read-more,
    .card-content-3 .read-more,
    .card-content-4 .read-more {
        margin-top: auto;
        /* Push the read-more link to the bottom */
    }

/* Custom styles for the dropdown button */
.dropdown-toggle {
    background-color: transparent !important; /* No background color */
    color: #053E80 !important; /* Text color */
    border: none !important; /* No border */
    box-shadow: none !important; /* Remove button shadow */
}

    /* Change button text color on hover and focus */
    .dropdown-toggle:hover,
    .dropdown-toggle:focus {
        color: #053E80 !important;
        background-color: transparent !important;
    }

/* Customize dropdown menu items */
.dropdown-item:hover {
    background-color: #f8f9fa !important; /* Optional: change hover background color of menu items */
}

.main-content {
    margin-left: 0 !important;
}
.AboutBanner {
    padding-right: 0;
    padding-left: 0;
    /*width: auto;*/
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-xs {
        display: none !important;
    }
}