:root {
    --primary: #1c3048;
    --secondary: #d88a37;
    --accent: #1c3048;
    --dark: #1F2937;
    --light: #F8FCFF;
    --button-primary: #d88a37;
    --button-primary-hover: #1c3048;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #334155;
    background-color: #F8FAFC;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.25;
    margin-top: 0;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

p {
    font-size: 20px;
    margin-bottom: 1.25rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

img {
    width: 100%;
}

/* body{
    font-family: "Inter", sans-serif;
    background: var(--light);
    color: var(--dark);
} */

.navbar {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.logo {
    font-size: 32px;
    font-weight: 800;
    color: var(--accent);
    width: 100px;
}

.hero {
    background: linear-gradient(135deg, #E3F7FF, #F8FCFF);
    padding: 100px 0;
}

.hero h1 {
    font-size: 5.2rem;
    font-weight: 800;
    color: var(--light);
    line-height: 0.9;
    text-transform: uppercase;
}

.hero p {
    font-size: 1.2rem;
    color: var(--light);
}

.btn-primary {
    background: var(--button-primary);
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 100px;
    border: 2px solid var(--button-primary);
}

.btn-primary:hover {
    background: var(--button-primary-hover);
    border: 2px solid var(--button-primary);
    color: var(--button-primary);
}

.section-title {
    text-align: center;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 70px;
}

.feature-card,
.course-card,
.stat-card,
.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
}

.feature-card:hover,
.course-card:hover,
.stat-card:hover,
.testimonial-card:hover {
    transform: translateY(-8px);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-box i {
    font-size: 32px;
    color: var(--accent);
}

.stats {
    background: var(--accent);
}

.stats .section-title {
    color: #fff;
}

.home-cta {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
}

.home-cta h2 {
    font-size: 50px;
    color: #fff;
}

.footer {
    background: #0F172A;
    color: white;
}

.footer a {
    color: #ddd;
    text-decoration: none;
}

.footer a:hover {
    color: white;
}

.hero {
    background: url(../images/banner-home.png) center / cover no-repeat;
    height: 100vh;
    text-align: center;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    z-index: 1;
}

.hero .hero-content {
    z-index: 9;
}

li.nav-item a {
    color: #1c3048;
    font-weight: 700;
}

li.nav-item a:hover {
    color: #d88a37;
}

.section-title span {
    color: #d88a37;
}

/* Icon section  */

.courses-section {
    background-color: #f8fafc;
    padding: 5rem 0;
}

.section-title {
    color: var(--primary);
    font-weight: 700;
    position: relative;
}

.course-card {
    border: none;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 20px var(--accent);
    transition: all 0.3s ease-in-out;
    height: 100%;
    border: 1px solid var(--primary);
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

/* .icon-box {
    width: 50px;
    height: 50px;
    background-color: rgba(37, 99, 235, 0.1);
    color: var(--accent);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
} */

.course-title {
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.course-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.course-list li {
    color: #475569;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.course-list li i {
    color: var(--button-primary);
    margin-right: 0.75rem;
    font-size: 1.1rem;
}

.btn-corporate {
    background-color: transparent;
    border: 2px solid #e2e8f0;
    color: var(--primary);
    font-weight: 500;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    transition: all 0.2s ease;
    width: 100%;
    margin-top: auto;
    border-radius: 100px;
}

.course-card:hover .btn-corporate {
    background-color: var(--button-primary);
    border-color: var(--button-primary);
    color: #ffffff;
}

/* Icon section  */
/* Testimonials */
.testimonial-card h5 {
    color: var(--secondary);
}

.corporate-footer {
    background-color: var(--primary);
    color: var(--footer-dark-text);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
}

.corporate-footer .footer-top {
    padding: 5rem 0 3rem;
}

.corporate-footer .footer-brand-text {
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 14px;
    color: #fff;
}

.corporate-footer .footer-title {
    color: var(--secondary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

/* Subtle decorative underline matching your theme */
.corporate-footer .footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: var(--secondary);
}

.corporate-footer .footer-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.corporate-footer .footer-links li {
    margin-bottom: 0.75rem;
}

.corporate-footer .footer-links a {
    color: var(--light);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

/* Interactive orange highlight states */
.corporate-footer .footer-links a:hover {
    color: var(--secondary);
    transform: translateX(4px);
}

.corporate-footer .contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: var(--light);
}

.corporate-footer .contact-info i {
    color: var(--secondary);
    font-size: 1.1rem;
    margin-right: 0.75rem;
    margin-top: 0.2rem;
}

/* Social Icons Circle Badges */
.corporate-footer .social-icon {
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--secondary);
    color: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.corporate-footer .social-icon:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
    transform: translateY(-3px);
}

/* Bottom Copyright Bar */
.corporate-footer .footer-bottom {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.875rem;
}

.corporate-footer .footer-bottom a {
    color: var(--light);
    text-decoration: none;
}

.corporate-footer .footer-bottom a:hover {
    color: var(--secondary);
}
.innerHero {
    background-color: var(--primary);
    padding: 80px 0;
}
.innerHero h2 {
    color: #fff;
    font-size: 50px;
    margin: 0;
    text-transform: uppercase;
}
.btn-enroll {
            background-color: var(--primary-blue) !important;
            color: white !important;
            border-radius: 5px;
            font-weight: 500;
            padding: 8px 20px !important;
            border: none;
        }
        .btn-enroll:hover {
            background-color: #0077B5 !important;
        }

        /* Hero / Header Section */
        .about-hero {
            background: linear-gradient(180deg, var(--light-sky) 0%, rgba(255,255,255,1) 100%);
            padding: 80px 0 50px 0;
        }

        /* Mission / Vision Cards */
        .mv-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            background: #ffffff;
                border: 1px solid var(--primary);
        }
        .mv-card:hover {
            transform: translateY(-5px);
        }

        /* Team Section */
        .team-card {
            border: none;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            border-radius: 10px;
            overflow: hidden;
            background: #ffffff;
            height: 100%;
        }
        .team-image-container {
            height: 280px;
            overflow: hidden;
        }
        .team-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* CTA Banner */
        .cta-banner {
            background-color: var(--primary-blue);
            color: white;
            padding: 50px 0;
        }
        .btn-cta-light {
            background-color: white;
            color: var(--primary-blue);
            font-weight: 600;
            padding: 10px 30px;
            border-radius: 5px;
            border: none;
            transition: background 0.2s;
        }
        .btn-cta-light:hover {
            background-color: var(--light-sky);
        }
/* Media Query  */
@media screen and (max-width: 991px) {
    .hero {
        height: 100%;
    }
    .section-title {
        font-size: 40px;
    }
}