.main-color {
    color: #FF8600;
}

.main-bg {
    background: #FF8600 !important;
    color: #FFFFFF !important;
}
.main-bg:hover {
    background: #004e95!important;
    border:1px solid black;
    color: #FFFFFF!important;
}
.navbar-nav .nav-link.active {
    font-weight: 600;
    border-bottom: 2px solid #004e95;
    color: #004e95 !important;
}


.about-hero {
    background: linear-gradient(to right, #FF8600, #004e95);
}

.categories {
    padding: 0.6rem 0 0.6rem 0;
    float: right;
    border-bottom: 1px solid white;
    font-size: 1.1rem !important;
}

a.nav-link {
    color: #FF8600;
    font-size: 1.3rem;
    font-weight : normal;
}

h2 {
    color: #FF8600;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.rec-mw1600 {
    max-width: 1600px !important;
}

body {
    background-color: #f5f7fa;
    font-family: 'Segoe UI', sans-serif;
}

.accordion-button:not(.collapsed) {
    background: #FF8600 !important;
    color: #FFFFFF !important;
}

.accordion-button {
    background: #f3f3f3;
}

.seperator {
    max-width: 1400px;
    margin: auto;
    width: 50% !important;
    height: 5px;
    border-radius: 50%;
    background-color: #7F0614;
}

header {
background: linear-gradient(331deg, rgba(0, 78, 149, 0.2) 20%, rgba(255, 134, 0, 0.2) 60%);
    position: relative;
    overflow: hidden;
    padding-top: 14rem;
    padding-bottom: 14rem;
}

/*header::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    opacity: 0.15;*/
/*}*/

header h1,
header p {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.btn-light {
    background-color: #dee2e6;
    color: #212529;
    border: none;
}

.btn-light:hover {
    background-color: #ced4da;
}
button:hover {
    background-color: #004e95!important;
    border:1px solid #000000!important;
    color:#fff!important;
}
.category-card img {
    height: 400px;
    object-fit: cover;
    border-radius: 0 !important;
}

.category-card .card {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.category-card .card:hover {
    transform: translateY(-6px);
}

.category-card .card-title {
    color: #003973;
    font-weight: 600;
}

.card-img,
.card-img-top {
    border-radius: 0 !important;
}

section.bg-light {
    background: linear-gradient(135deg, #f0f2f5, #dfe4ea);
}

#contact {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

#contact h2,
#contact p {
    color: #ffffff;
}

.testimonial {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 2rem;
    transition: 0.3s ease all;
}
.nav-link:hover {
    border-bottom: 2px solid #004e95;
    color: #004e95 !important;
    font-weigt:600;
}
.testimonial:hover {
    transform: scale(1.02);
}

.accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #212529;
}

footer {
    background-color: #212529;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer * {
    font-family: 'DM Sans', sans-serif;
}

footer a.d-block {
    font-size: 18px;
}
footer a.text-white.text-decoration-none {
    font-size: 16px;
}
footer h5 {
    color: #FF8600;
}
.btn-outline-recedu {
    --bs-btn-color: #FF8600;
    --bs-btn-border-color: #FF8600;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FF8600;
    --bs-btn-hover-border-color: #FF8600;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF8600;
    --bs-btn-active-border-color: #FF8600;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FF8600;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FF8600;
    --bs-gradient: none;
}