#courseTabs .nav-link {

    margin-right: 5px;
    border: none;
    background: #f8f9fa;
    color: #007bff;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}
.nav-pills-bg-soft {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    padding: 0.625rem 0;
    border-radius: 0.625rem;
}
    #courseTabs .nav-link:hover {
        background-color: #e9ecef;
        color: #0056b3;
    }

    #courseTabs .nav-link.active {
        background-color: #007bff;
        color: white;
    }

.container {
    max-width: 1200px;  Adjust the max-width to suit your layout needs 
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

p.text-muted {
    font-size: 16px;
}

@media (max-width: 768px) {
    #courseTabs .nav-link {
        margin-bottom: 10px;  spacing between items on smaller screens 
    }
}




.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline) {
    border: 0;
    padding: calc(.775rem + 1px) calc(1.5rem + 1px);
}
.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    letter-spacing: 1px;
    border-radius: inherit;
    overflow: hidden;
}


.btn-sm {
    padding: 8px 35px;
    font-size: 12px;
}

.btn-dark {
    background-color: #002147;
    color: #ffffff;
    border: 2px solid #002147;
}

.btn-dark.border {
    background-color: transparent;
    color: #002147;
    border: 2px solid #002147;
}

.btn-dark.border:hover {
    background-color: #002147;
    color: #ffffff !important;
    border: 2px solid #002147;
}


.btn-dark:hover,
.btn-dark:focus {
    color: #002147 !important;
    background: transparent;
}

.bg-dark {
    background: #002147 none repeat scroll 0 0;
}





.bg-cover {
    background-position: center center;
    background-size: cover;
}








/* Site Heading */

.site-heading {
    margin-bottom: 60px;
    margin-top: -5px;
    overflow: hidden;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.bg-dark .site-heading h2 {
    color: #ffffff;
}

.bg-dark .site-heading p {
    color: #cccccc;
}

.site-heading h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}

.site-heading h2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
}

.site-heading.text-left h2::before {
    left: 0;
    margin: 0;
}

.site-heading.text-left h2::after {
    left: 45px;
    margin: 0;
    width: 20px;
}


/* ============================================================== 
     # Event 
=================================================================== */

.event-area .event-items .item .thumb,
.event-area .event-items .item .info {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.event-area .event-items .item.vertical .thumb,
.event-area .event-items .item.vertical .info {
    display: block;
    float: none;
    vertical-align: middle;
}

.event-area .event-items .item .info {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 30px;
}

.event-area.single-view .event-items .item .info {
    padding: 30px;
}

.event-area .event-items .item .info {
    background: #ffffff none repeat scroll 0 0;
    padding-left: 30px;
}

.event-area.circle .event-items .item>.info {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.event-area.circle .event-items .item.vertical>.info {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.event-area .event-items .item .info li {
    color: #666666;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: capitalize;
}

.event-area .event-items .item .info li i {
    margin-right: 5px;
    font-weight: 500;
}

.event-area .event-items .item .info h2,
.event-area .event-items .item .info h3,
.event-area .event-items .item .info h4 {
    font-weight: 600;
    line-height: 1.3;
}

.event-items .item .info h2 a:hover,
.event-items .item .info h3 a:hover,
.event-items .item .info h4 a:hover {
    color: #ffb606;
}

.event-area .event-items .item .info .price {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #002147;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 5px 20px;
    text-transform: capitalize;
}

.event-area .event-items .item .info .meta {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.event-area .event-items .item .info>a {
    margin-top: 10px;
    margin-right: 3px;
}

.event-area.circle .event-items .item .info>a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.event-area .event-items .item .thumb {
    position: relative;
    text-align: center;
    z-index: 1;
}

.event-area.circle .event-items .item .thumb {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.event-area.circle .item.vertical .thumb img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.event-area .event-items .item .thumb .date {
    padding: 15px 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.event-area .event-items .item .thumb .date h4 {
    color: #ffb606;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.event-area .event-items .item .thumb .date h4 span {
    display: block;
    font-size: 40px;
    font-weight: 900;
}

.event-area .event-items .item .thumb .date::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.event-area.circle .event-items .item .thumb .date::after {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.event-area .event-items .item {
    margin-bottom: 30px;
}

.event-area .event-items.event-carousel .item {
    margin-bottom: 0;
}

.event-area .event-items .more-btn a {
    margin-top: 20px;
}

.event-area .event-items.event-carousel .owl-nav {
    margin: 0;
}

.event-area .event-items.event-carousel .owl-nav .owl-prev,
.event-area .event-items.event-carousel .owl-nav .owl-next {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    color: #666666;
    font-size: 25px;
    height: 45px;
    left: 0;
    line-height: 45px;
    margin-top: -23px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 45px;
}

.event-area .event-items.event-carousel:hover .owl-nav .owl-prev,
.event-area .event-items.event-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.event-area .event-items.event-carousel:hover .owl-nav .owl-prev {
    left: -70px;
}

.event-area .event-items.event-carousel:hover .owl-nav .owl-next {
    right: -70px;
}

.event-area .event-items.event-carousel .owl-nav .owl-prev:hover,
.event-area .event-items.event-carousel .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #ffb606;
}

.event-area .event-items.event-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

