.navbar {
    border-bottom: 3px solid #0056b3;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/staff.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 120px 0;
}

.tesda-blue {
    background-color: #0056b3;
    color: white;
}

.tesda-blue a {
    background-color: #0056b3;
    color: white;
}

.tesda-yellow {
    background-color: #ffc107;
}

.quick-link-card {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
}

.quick-link-card:hover {
    background-color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.quick-link-icon {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.quick-link-card:hover .quick-link-icon {
    background-color: #003d7a !important;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .quick-link-icon {
        width: 40px;
        height: 40px;
    }

    .quick-link-card {
        padding: 15px !important;
    }
}

.announcement-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.announcement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}

.announcement-card .card-header {
    border-bottom: none;
}

.announcement-card .card-body {
    background-color: #fff;
    color: #333;
}

@media (max-width: 768px) {
    .announcement-card {
        margin-bottom: 20px;
    }
}

.stat-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.stat-icon {
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1);
    background-color: #003d7a !important;
}

.progress-bar {
    transition: width 1.5s ease-in-out;
}

.testimonial-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.testimonial-bg-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 86, 179, 0.1) 2px, transparent 2px);
    background-size: 30px 30px;
    opacity: 0.5;
}

.testimonial-bg-blur {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 193, 7, 0.15);
    filter: blur(80px);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.testimonial-card {
    transition: all 0.4s ease;
    border-radius: 16px;
    overflow: hidden;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 86, 179, 0.15);
    border-color: rgba(0, 86, 179, 0.1);
}

.graduate-photo {
    position: relative;
    width: 80px;
    height: 80px;
}

.graduate-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cert-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}

.quote-icon {
    font-size: 2.5rem;
    opacity: 0.1;
    margin-bottom: -1.5rem;
    margin-top: -0.5rem;
}

.program-info {
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.testimonial-card:hover .program-info {
    background-color: #0056b3 !important;
    color: white !important;
}

.rating {
    font-size: 0.9rem;
}

.social-proof .badge {
    font-size: 0.75rem;
    font-weight: normal;
}

@media (max-width: 992px) {
    .testimonial-row {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }
}

.program-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.program-card .card-img-top {
    height: 180px;
    object-fit: cover;
}

.program-card .card-footer {
    background-color: rgba(0, 86, 179, 0.05);
    border-top: none;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.course-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.course-card .card-img-top {
    height: 180px;
    object-fit: cover;
}

.course-card .card-footer {
    background-color: rgba(0, 86, 179, 0.05);
    border-top: none;
}

.duration-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.sector-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.sector-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.sector-icon {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
}

.sector-card:hover .sector-icon {
    transform: scale(1.1);
    background-color: #0056b3 !important;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #ffff;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(0, 86, 179, 0.1);
    color: #0056b3;
    font-weight: bold;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 86, 179, 0.25);
}

.table th {
    background-color: #0056b3;
    color: white;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #0056b3;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: white;
    border: 4px solid #0056b3;
    border-radius: 50%;
    top: 15px;
    z-index: 1;
}

.timeline-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.left {
    left: 0;
}

.right {
    left: 50%;
}

.left::after {
    right: -12px;
}

.right::after {
    left: -12px;
}

.mission-vision-card {
    transition: all 0.3s ease;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.mission-vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

@media screen and (max-width: 768px) {
    .timeline::after {
        left: 31px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .timeline-item::after {
        left: 18px;
    }

    .left::after,
    .right::after {
        left: 18px;
    }

    .right {
        left: 0%;
    }
}

.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.filter-btn.active {
    background-color: #0056b3 !important;
    color: white !important;
}

.center-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.center-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.center-card .card-img-top {
    height: 180px;
    object-fit: cover;
}

.center-card .card-footer {
    background-color: rgba(0, 86, 179, 0.05);
    border-top: none;
}

#map {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    z-index: 1;
}

.region-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.region-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.contact-card {
    transition: all 0.3s ease;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.contact-icon {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
    transform: scale(1.1);
    background-color: #0056b3 !important;
}

#contactMap {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    z-index: 1;
}

.form-control,
.form-select {
    padding: 12px;
    border-radius: 8px;
}

textarea.form-control {
    min-height: 150px;
}

.scholarship-card {
    transition: all 0.3s ease;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.scholarship-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.scholarship-card .card-img-top {
    height: 180px;
    object-fit: cover;
}

.scholarship-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.eligibility-list {
    list-style-type: none;
    padding-left: 0;
}

.eligibility-list li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

.eligibility-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #28a745;
}

.card-hover {
    transition: all 0.3s ease;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.card-hover .card-img-top {
    height: 180px;
    object-fit: cover;
}

.benefit-list {
    list-style-type: none;
    padding-left: 0;
}

.benefit-list li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

.benefit-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #28a745;
}

.process-step {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #f8f9fa;
    color: black;
    height: 100%;
}

.process-step .step-number {
    width: 50px;
    height: 50px;
    background-color: #0056b3;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: bold;
    font-size: 1.5rem;
}

.certificate-sample {
    border: 2px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.certificate-sample:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}