header {
    background: linear-gradient(90deg, #8B5E3C, #6B4F3B);
}

.navbar-brand {
    font-weight: bold;
    color: #fff;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
}

.btn-cta {
    background-color: #fff;
    color: #6B4F3B;
    font-weight: bold;
}

.btn-cta:hover {
    background-color: #f2e6da;
    color: #6B4F3B;
}

.hero-section {
    background: linear-gradient(135deg, #8B5E3C, #6B4F3B);
}

.text-accent {
    color: #8B5E3C;
    font-weight: 500;
}

.hero-img {
    max-width: 80%;
    height: auto;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 4px;
    height: 100%;
    background-color: #8B5E3C;
}

.timeline-item {
    padding-left: 50px;
    position: relative;
}

.timeline-dot {
    position: absolute;
    top: 5px;
    left: 12px;
    width: 16px;
    height: 16px;
    background-color: #8B5E3C;
    border-radius: 50%;
}

.btn-accent {
    background-color: #6B4F3B;
    color: #fff;
    font-weight: bold;
    border: none;
}

.btn-accent:hover {
    background-color: #8B5E3C;
    color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #6B4F3B;
    border-radius: 50%;
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.text-accent {
    color: #de965f;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999;
}

.about-company-section ul li {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

.why-trust-us i {
    color: #8B5E3C;
}

.why-trust-us h5 {
    font-size: 1.1rem;
    margin-top: 10px;
}

.why-trust-us p {
    font-size: 0.95rem;
    color: #555;
}

.project-history p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
}

.courses-intro {
    background: linear-gradient(135deg, #8B5E3C, #6B4F3B);
    color: #fff;
}

.courses-intro .lead {
    font-size: 1.25rem;
    color: #fff;
}

.btn-filter {
    background-color: #fff;
    color: #6B4F3B;
    border: 2px solid #6B4F3B;
    font-weight: 500;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.btn-filter:hover,
.btn-filter.active {
    background-color: #6B4F3B;
    color: #fff;
}

.card-title {
    font-size: 1.2rem;
}

.card-text {
    font-size: 0.95rem;
}

.course-comparison th {
    background-color: #6B4F3B !important;
    color: #fff;
    font-weight: bold;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd !important;
}

.table td {
    font-size: 1rem;
}

.contact-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.contact-link:hover {
    text-decoration: underline;
    color: #6B4F3B;
}

.privacy-policy-section h1,
.privacy-policy-section h4 {
    color: #6B4F3B;
}

.terms-section h1,
.terms-section h4 {
    color: #6B4F3B;
}
