﻿/* Custom Colors */
.bg-maroon {
    background-color: #7B0002 !important;
}
.topDiv {
    background-color: #7B0002;
    padding:10px 0px;
   color:#fff;
}
.text-maroon {
    color: #7B0002 !important;
}
.logobrand
{
    padding:15px 0px;
}
    .logobrand h2{
        font-size:2.5rem;
    }
    .bg-golden {
        background-color: #FDD76C !important;
    }

.btn-golden {
    background-color: #FDD76C;
    color: #7B0002;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.3s;
}

    .btn-golden:hover {
        background-color: #7B0002;
        color: #fff;
    }

/* Hero Section */
.hero {
    height: 80vh;
    background: linear-gradient(rgba(123,0,2,0.7), rgba(123,0,2,0.7)), url('images/bg.jpg') no-repeat center center/cover;
}

/* Cards */
.course-card {
    border: 2px solid #7B0002;
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .course-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
.breadcrumb a {
    text-decoration: none;
    color: #7B0002;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #555;
}

/* Gallery Images */
.gallery-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .gallery-img:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    }
.topFooter
{
    padding-bottom:40px;
    border-bottom:solid 1px #ccc;
    margin-bottom:10px;
}
.topFooter h3 {
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
}
    .topFooter h3:after {
        content: '';
        max-width: 60px;
        height: 5px;
        display:block;
        background: #FDD76C;
        margin-top:10px;
    }
.page-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #003366;
}

.breadcrumb {
    font-size: 14px;
    margin: 15px 0;
}

    .breadcrumb a {
        color: #0066cc;
        text-decoration: none;
    }

    .breadcrumb span {
        color: #444;
    }

.course-details, .curriculum, .quick-facts, section {
    margin-bottom: 30px;
}

    .curriculum h3 {
        margin-top: 15px;
        color: #222;
    }

    .quick-facts table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 15px;
    }

    .quick-facts th, .quick-facts td {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }

    .quick-facts th {
        background: #f5f5f5;
    }
.mainspace
{
    padding-top:20px;
    padding-bottom:20px;
    box-shadow:2px 2px 2px #ccc;
    border:solid 1px #ccc;
    background:#FFF;
}
.bg{
    background:url(images/bgs.jpg);
}
.nav-link
{
    color:#fff;
    text-transform:capitalize;

}
    .nav-link:hover{
        color:#fff;
    }
    .topFooter {
        text-align: left;
    }