/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Make all sections 100vh for laptops */
section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.bg-dark {
    background-color: #0c0c0c!important;
}

.bg-red{
    background-color: #ce0000;
}

.bg-light-grey{
    background-color: #d9d9d9;
}

.img-cover{
    object-fit: cover;
    height: 100vh; 
    width: 100%;
    object-position: center;
}

.img-bnw{
    filter: grayscale(100%) contrast(1.4);
}

.btn-primary {
    background-color: #ff6b00;
    border-color: #ff6b00;
    padding: 10px 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #e05e00;
    border-color: #e05e00;
}

.btn-warning {
    background-color: #ff6b00;
    border-color: #ff6b00;
    color: white;
    padding: 10px 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-warning:hover {
    background-color: #e05e00;
    border-color: #e05e00;
    color: white;
}

.rounded-pill {
    border-radius: 50px !important;
}

.content-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hero Section */
.hero-section {
    background-image: url('https://images.pexels.com/photos/3601199/pexels-photo-3601199.jpeg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    color: white;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content {
    padding: 2rem 0;
}

.hero-content h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 1rem;
}

.tagline {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.admission-info {
    margin-bottom: 2rem;
}

.admission-info p {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Future Section */
.future-section {
    background-color: #000;
}

.future-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* Unemployment Section */
.unemployment-section {
    background-color: #f5f5f5;
}

.unemployment-chart {
    background-color: white;
    min-height: 100vh;
}

.education-content {
    padding: 4rem 2rem;
}

.education-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* What We Do Section */
.what-we-do-section {
    padding: 5rem 0;
}

.service-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}

.service-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.service-box p {
    font-size: 0.9rem;
}

.service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 1px;
}

/* Industry Learning Section */
.industry-learning-section {
    background-color: #000;
}

.industry-content {
    padding: 4rem 2rem;
}

.industry-image{
    height: 100%;
    object-fit: cover;
    border-radius: 1px;
}

.industry-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* Trainers Section */
.trainers-section {
    padding: 5rem 0;
    background-color: #f5f5f5;
}

.trainer-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trainer-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.trainer-title {
    color: #ff6b00;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* Contact Section */
.contact-section {
    padding: 5rem 0;
}

.contact-form-box {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-form-box h3 {
    color: #ff6b00;
    font-size: 1.5rem;
}

.form-control {
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* Footer */
footer {
    background-color: #111;
}

footer a {
    text-decoration: none;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #ff6b00 !important;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    section {
        height: auto;
        min-height: auto;
    }
    
    .hero-section {
        height: 100vh;
    }
    
    .hero-content h1 {
        font-size: 3.5rem;
    }
    
    .future-content, .education-content, .industry-content {
        padding: 3rem 1.5rem;
    }
    
    .service-box, .trainer-box {
        margin-bottom: 2rem;
    }
    
    .row.g-0 > [class*="col-"] {
        width: 100%;
    }
    
    .future-image img, .industry-image img, .unemployment-chart img {
        height: 300px;
        object-fit: cover;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .tagline {
        font-size: 1.2rem;
    }
    
    .admission-info p {
        font-size: 1rem;
    }
    
    
    .future-content h2, .education-content h2, .industry-content h2 {
        font-size: 2rem;
    }
    
    .service-number {
        font-size: 2rem;
    }
    
    .service-box h4 {
        font-size: 1rem;
    }
}
