:root {
    --primary-blue: #4fc3f7;
    --coral: #ff6b5a;
    --dark-teal: #2d5b5b;
}
body {
    font-family: garamond, serif;
    font-size: 20px;
    text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: consolas, monospace;
}
h1 {
    text-align: left;
}
.hero-section {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #5dd4ff 100%);
    min-height: 75vh;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.navbar {
    background: transparent !important;
    padding: 1.5rem 0;
}
.logo-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 0.5rem;
}
.navbar-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: white !important;
}
.nav-link {
    color: white !important;
    margin: 0 0.5rem;
    font-weight: 500;
}
.hero-content {
    padding: 4rem 0;
    padding-top: 0rem;
}
.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}
.btn-learn-more {
    background: rgb(255 255 255 / 0.2);
    border: 2px solid #fff;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    margin-right: 1rem;
    transition: all 0.3s;
}
.btn-learn-more:hover {
    background: #fff;
    color: var(--primary-blue);
}
.btn-youtube {
    background: #fff0;
    border: 2px solid #fff;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
}
.btn-youtube:hover {
    background: #fff;
    color: var(--primary-blue);
}
.services-section {
    padding: 0;
    margin-top: -80px;
    position: relative;
    z-index: 10;
}
.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
    transition: transform 0.3s;
    height: 100%;
    margin-bottom: 2rem;
}
.service-card:hover {
    transform: translateY(-10px);
}
.service-icon {
    font-size: 3.5rem;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
}
.service-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}
.about-header {
    text-align: center;
    padding: 4rem 0 2rem;
}
.about-label {
    font-size: 0.75rem;
    letter-spacing: 3px;
    color: #666;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}
.about-label::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #333;
}
.about-title {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #000;
}
.about-intro {
    max-width: 800px;
    margin: 0 auto;
    color: #888;
    line-height: 1.8;
}
.content-section {
    padding: 4rem 0;
}
.section-title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: #000;
}
.section-text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.stats-container {
    margin: 3rem 0;
}
.stat-item {
    margin-bottom: 2rem;
}
.stat-number {
    font-size: 3.5rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 0.5rem;
}
.stat-label {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #999;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
}
.image-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.award-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
    max-width: 200px;
}
.award-icon {
    width: 40px;
    height: 40px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.award-icon::before {
    content: "🧑‍💻";
    font-size: 1.5rem;
}
.award-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000;
}
.award-text {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5;
}
.our-programs {
    background-color: #045174;
}
.second-section {
    color: #fff;
}
.circle {
    color: #fff;
    border-style: dotted;
    border-bottom-width: 12px;
    display: flex;
    width: 80px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem auto;
}
.card-img-top {
    width: 45%;
    margin: 1rem auto 0 auto;
}
.partners-section {
    padding: 60px 0;
    background: #f8f9fa;
    overflow: hidden;
}
.logos-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.logos-wrapper {
    display: flex;
    animation: slide 30s linear infinite;
    white-space: nowrap;
}
.logos-wrapper img {
    height: 80px;
    margin: 0 40px;
    object-fit: contain;
}
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.logos-wrapper:hover {
    animation-play-state: paused;
}
.footer-section {
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 0 0 0;
}
.footer-logo {
    height: 60px;
    margin-bottom: 20px;
}
.footer-company-info p {
    color: #ccc;
    margin-bottom: 25px;
}
.social-links a {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    transition: color 0.3s ease;
}
.social-links a:hover {
    color: #0d6efd;
}
.footer-section h4 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-links a:hover {
    color: #0d6efd;
}
.footer-contact {
    list-style: none;
    padding: 0;
}
.footer-contact li {
    color: #ccc;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.footer-contact li i {
    margin-right: 10px;
    color: #0d6efd;
}
.footer-bottom {
    background-color: #111;
    padding: 20px 0;
    margin-top: 40px;
}
.footer-bottom p {
    color: #ccc;
    font-size: 14px;
}
.yt {
    text-decoration: none;
    color: #fff;
}
.yt:hover {
    color: #59caea;
}
@media (max-width: 768px) {
    .hero-subtitle {
        margin-bottom: 1.5rem;
    }
    .btn-youtube {
        margin-top: 1rem;
    }
    .stat-number {
        font-size: 2rem;
        font-weight: 300;
        margin-bottom: 0.5rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .logos-wrapper img {
        height: 60px;
        margin: 0 20px;
    }
    .footer-section {
        text-align: center;
    }
    .footer-contact li {
        flex-direction: column;
        align-items: center;
    }
}
.footer-links a:focus,
.social-links a:focus {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}
.logos-wrapper {
    will-change: transform;
    transform: translateZ(0);
}
