/* Navbar font and spacing */
#menu-top-menu{
    min-width: 990px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.navbar-nav .nav-item {
    position: relative;

    
}

.navbar-nav .nav-link {
    color: #0e0b0b !important;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 1rem 1rem;
}

/* Hover effect */
.navbar-nav .nav-link:hover, 
.navbar-nav .nav-item.active > .nav-link {
    color: #dc3545; /* Red */
    background-color: rgba(220,53,69,0.1);
    border-radius: 5px;
}

/* Dropdown menu style */
.navbar-nav .dropdown-menu {
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    margin-top: 0.5rem;
    transition: all 0.3s ease;
}

/* Dropdown item hover */
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #dc3545;
    color: #fff !important;
}

/* Responsive adjustments */
@media (max-width: 991px){
    .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }
}
/* Card Hover Effect */
.card {
    transition: all 0.3s ease;
    border: none; /* cleaner look */
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Carousel Caption Background */
.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 0.8rem 1rem;
}

/* Card Title Link */
.card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: #0d6efd; /* Bootstrap primary color */
    text-decoration: underline;
}

/* Read More Button */
.btn-outline-primary {
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #0d6efd;
    color: #fff;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
}

/* Responsive adjustments if needed */
@media (max-width: 767px) {
    .card-title {
        font-size: 1.1rem;
    }
}

.custom-caption {
    position: absolute;
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);
    text-align: center;
}

.custom-caption h1 {
    font-size: 90px !important;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

#homeCarousel .carousel-item img {
    height: 450px !important; 
    object-fit: cover;      
    width: 100%;    
}

.wp-post-image{
    height: 200px !important;
}
.pagenav h2{
    color:Black;
    margin:10px;
}
.pagenav ul li{
    padding: 10px;
    border-bottom:1px solid #e8eaed;
}
.pagenav ul li a{
    color:black;
    font-size:16px;
}
.categories{
    margin-top:10px;
}
.categories ul li{
    padding: 10px;
    border-bottom:1px solid #e8eaed;
}
.categories ul li a{
    color:black;
    font-size:16px;
}
