/********** Template CSS **********/
:root {
    --primary: #D4AF37;
    --light: #F0FBFC;
    --dark: #181d38;
}

/* Force gold color for primary elements - but preserve text readability */
.text-primary {
    color: #D4AF37 !important;
    background-color: transparent !important;
    background: none !important;
}

.btn-primary {
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #FFFFFF !important;
}

/* Ensure all primary buttons have white text - ULTRA AGGRESSIVE */
.btn-primary,
.btn-primary *,
.btn-primary span,
.btn-primary i,
.btn-primary .fa,
.btn-primary .fas,
.btn-primary .far,
.btn-primary .fab,
.btn-primary .bi,
.btn-primary a,
.btn-primary div,
.btn-primary p,
.btn-primary strong,
.btn-primary b,
.btn-primary em {
    color: #FFFFFF !important;
}

/* EMERGENCY FIX: Override ANY color that might be set to gold */
.btn-primary,
.btn-primary * {
    color: #FFFFFF !important;
    background-color: #D4AF37 !important;
}

/* Force white text on ALL button content */
a.btn-primary,
button.btn-primary,
input.btn-primary,
.btn-primary {
    color: #FFFFFF !important;
}

a.btn-primary *,
button.btn-primary *,
input.btn-primary *,
.btn-primary * {
    color: #FFFFFF !important;
}

/* Force text visibility on ALL button variations */
a.btn-primary,
button.btn-primary,
input.btn-primary,
.btn.btn-primary,
.btn-sm.btn-primary,
.btn-lg.btn-primary,
.btn-sm-square.btn-primary,
.btn-lg-square.btn-primary {
    color: #FFFFFF !important;
}

a.btn-primary *,
button.btn-primary *,
input.btn-primary *,
.btn.btn-primary *,
.btn-sm.btn-primary *,
.btn-lg.btn-primary *,
.btn-sm-square.btn-primary *,
.btn-lg-square.btn-primary * {
    color: #FFFFFF !important;
}

.btn-primary,
[class*="btn-primary"] {
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
}

.btn-primary:hover,
[class*="btn-primary"]:hover {
    background-color: #B8941F !important;
    border-color: #B8941F !important;
}

/* Force gold color for icons and other elements */
.fa-check,
.fa-arrow-right,
.fa-balance-scale,
.fa-gavel,
.fa-briefcase,
.fa-calculator {
    color: #D4AF37 !important;
}

/* Hero section text visibility */
.header-carousel .text-white {
    color: #FFFFFF !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.header-carousel .text-primary {
    color: #D4AF37 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.header-carousel .btn-light {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: var(--dark) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
}

/* Ensure proper text visibility throughout the site */
.text-white {
    color: #FFFFFF !important;
}

.text-dark {
    color: var(--dark) !important;
}

/* Fix any invisible text issues */
h1, h2, h3, h4, h5, h6 {
    color: var(--dark) !important;
}

p, span, div {
    color: inherit;
}

/* Ensure buttons have proper contrast */
.btn-light {
    background-color: #FFFFFF !important;
    color: var(--dark) !important;
    border-color: #CCCCCC !important;
}

.btn-light:hover {
    background-color: #F8F9FA !important;
    color: var(--dark) !important;
    border-color: #CCCCCC !important;
}

/* Page header styling */
.page-header {
    background: var(--primary) !important;
}

.page-header .text-white {
    color: #FFFFFF !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Ensure navbar stays white */
.navbar,
.navbar-light,
.navbar-brand,
.navbar .container,
.navbar .navbar-brand {
    background-color: #FFFFFF !important;
}

.navbar-light .navbar-brand {
    background-color: transparent !important;
}

/* Make logo clean - no background */
.navbar-brand h2,
.navbar-brand .text-primary {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Ensure navbar brand container is clean */
.navbar-brand {
    background: transparent !important;
    padding: 0 !important;
}

/* Override any potential navbar background issues */
.navbar.bg-white,
.navbar-light.bg-white,
.navbar.navbar-expand-lg.bg-white.navbar-light {
    background-color: #FFFFFF !important;
}

/* Specific override for navbar with all classes */
.navbar.navbar-expand-lg.bg-white.navbar-light.shadow.sticky-top {
    background-color: #FFFFFF !important;
}

/* Remove any backgrounds from navbar elements */
.navbar *,
.navbar-brand *,
.navbar .container *,
.navbar a,
.navbar a.navbar-brand {
    background-color: transparent !important;
    background: none !important;
}

/* Ensure logo text has no background */
.navbar-brand h2,
.navbar-brand .fa-balance-scale,
.navbar-brand .text-primary,
.navbar-brand.d-flex {
    background: none !important;
    background-color: transparent !important;
}

/* Target the specific navbar brand link */
a.navbar-brand.d-flex.align-items-center.px-4.px-lg-5 {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* Remove any padding that might create visual background */
.navbar-brand.px-4,
.navbar-brand.px-lg-5 {
    background: transparent !important;
    background-color: transparent !important;
}

/* Nuclear option - target every possible navbar brand selector */
nav .navbar-brand,
.navbar .navbar-brand,
.navbar-expand-lg .navbar-brand,
.bg-white .navbar-brand,
.navbar-light .navbar-brand,
.sticky-top .navbar-brand,
.shadow .navbar-brand {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Target the h2 specifically */
.navbar-brand h2,
.navbar-brand h2.text-primary {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Override any Bootstrap or other CSS that might be adding backgrounds */
.navbar-brand,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:visited {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Force override for any potential CSS inheritance */
.navbar-brand * {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* Override any inline styles */
.navbar-brand h2[style] {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* NUCLEAR OPTION: Force white text on ALL PRIMARY buttons - override everything */
.btn-primary,
.btn-sm.btn-primary,
.btn-lg.btn-primary,
.btn-sm-square.btn-primary,
.btn-lg-square.btn-primary,
a.btn-primary,
a.btn-sm.btn-primary,
a.btn-lg.btn-primary,
button.btn-primary,
input.btn-primary {
    color: #FFFFFF !important;
}

.btn-primary *,
.btn-sm.btn-primary *,
.btn-lg.btn-primary *,
.btn-sm-square.btn-primary *,
.btn-lg-square.btn-primary *,
a.btn-primary *,
a.btn-sm.btn-primary *,
a.btn-lg.btn-primary *,
button.btn-primary *,
input.btn-primary * {
    color: #FFFFFF !important;
}

/* Ultimate override for navbar brand */
.navbar-brand,
.navbar-brand *,
.navbar-brand h2,
.navbar-brand a {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Comprehensive text visibility rules for all gold elements */
[style*="background-color: #D4AF37"],
[style*="background-color:#D4AF37"],
[style*="background: #D4AF37"],
[style*="background:#D4AF37"] {
    color: #FFFFFF !important;
}

[style*="background-color: #D4AF37"] *,
[style*="background-color:#D4AF37"] *,
[style*="background: #D4AF37"] *,
[style*="background:#D4AF37"] * {
    color: #FFFFFF !important;
}

/* Force white text on any element with gold background */
*[style*="#D4AF37"] {
    color: #FFFFFF !important;
}

*[style*="#D4AF37"] * {
    color: #FFFFFF !important;
}

/* ULTRA AGGRESSIVE button text fixes - override everything */
a[class*="btn-primary"],
button[class*="btn-primary"],
input[class*="btn-primary"] {
    color: #FFFFFF !important;
}

a[class*="btn-primary"] *,
button[class*="btn-primary"] *,
input[class*="btn-primary"] * {
    color: #FFFFFF !important;
}

/* Force white text on ALL buttons that might have gold background */
.btn-primary,
[class*="btn-primary"] {
    color: #FFFFFF !important;
}

.btn-primary *,
[class*="btn-primary"] * {
    color: #FFFFFF !important;
}

/* Override any potential text color inheritance */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
    color: #FFFFFF !important;
}

.btn-primary *,
.btn-primary:hover *,
.btn-primary:focus *,
.btn-primary:active *,
.btn-primary:visited * {
    color: #FFFFFF !important;
}

/* Force gold color for Bootstrap primary elements - but exclude navbar */
.bg-primary:not(.navbar):not(.navbar-light) {
    background-color: #D4AF37 !important;
}

/* Ensure all text on gold backgrounds is visible */
.bg-primary,
.bg-primary *,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p,
.bg-primary span,
.bg-primary div,
.bg-primary a {
    color: #FFFFFF !important;
}

/* Specific rules for primary background elements */
.page-header,
.page-header *,
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6,
.page-header p,
.page-header span {
    color: #FFFFFF !important;
}

/* Style hamburger menu icon for better visibility */
.navbar-toggler {
    background-color: #D4AF37 !important;
    border: 2px solid #D4AF37 !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    background-color: #B8941F !important;
    border-color: #B8941F !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 24px !important;
    height: 24px !important;
    display: block !important;
}

/* Ensure hamburger menu is visible on mobile */
@media (max-width: 991.98px) {
    .navbar-toggler {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .navbar-toggler:hover {
        transform: scale(1.05);
        transition: transform 0.2s ease;
    }
}

/* Hide hamburger menu on desktop */
@media (min-width: 992px) {
    .navbar-toggler {
        display: none !important;
    }
}

.border-primary {
    border-color: #D4AF37 !important;
}

/* Force gold color for specific elements that might be cached */
.navbar-brand .text-primary,
.section-title.text-primary,
.btn.btn-primary,
.btn-sm-square.btn-primary,
.btn-lg-square.btn-primary {
    color: #D4AF37 !important;
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
}

/* Force gold for social media buttons */
.btn-social.btn-primary,
.btn-social[class*="btn-primary"] {
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #FFFFFF !important;
}

.btn-social.btn-primary *,
.btn-social.btn-primary i,
.btn-social.btn-primary .fa,
.btn-social.btn-primary .fab,
.btn-social.btn-primary .fas {
    color: #FFFFFF !important;
}

/* Force gold for back-to-top button */
.back-to-top.btn-primary {
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #FFFFFF !important;
}

.back-to-top.btn-primary *,
.back-to-top.btn-primary i,
.back-to-top.btn-primary .fa {
    color: #FFFFFF !important;
}

/* Specific overrides for primary elements - removed duplicate rule */

.border-primary {
    border-color: #D4AF37 !important;
}

/* Override any remaining teal colors in specific elements */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #FFFFFF !important;
}

.btn-primary:hover {
    background-color: #B8941F !important;
    border-color: #B8941F !important;
    color: #FFFFFF !important;
}

.btn-primary:hover *,
.btn-primary:hover span,
.btn-primary:hover i,
.btn-primary:hover .fa,
.btn-primary:hover .fas,
.btn-primary:hover .far {
    color: #FFFFFF !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 2px solid var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--dark) !important;
}

.service-item:hover h3,
.service-item:hover h5,
.service-item:hover h6 {
    color: var(--primary) !important;
    font-weight: bold !important;
}

.service-item:hover .fa-check,
.service-item:hover .fa-arrow-right {
    color: var(--primary) !important;
}

.service-item:hover p {
    color: var(--dark) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

/* ===== EMERGENCY BUTTON TEXT FIX - MUST BE LAST ===== */
/* This section MUST override everything else */
.btn-primary,
.btn-primary *,
a.btn-primary,
a.btn-primary *,
button.btn-primary,
button.btn-primary *,
input.btn-primary,
input.btn-primary * {
    color: #FFFFFF !important;
    background-color: #D4AF37 !important;
}

/* Override any inherited colors */
.btn-primary,
.btn-primary * {
    color: #FFFFFF !important;
}

/* Force white text on button content */
.btn-primary {
    color: #FFFFFF !important;
}

.btn-primary * {
    color: #FFFFFF !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}