.icmt-hero-title {
    font-size: 100px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: white;
    margin-bottom: -20px;
}

.icmt-btn-primary {
    background-color: darkred;
    font-size: larger;
    color: white;
    border: none;
    padding: 12px 30px;
}

.icmt-btn-primary:hover {
    background-color: #a52a2a;
    color: white;
}

.icmt-section-title {
    font-size: 70px;
    text-align: center;
    margin-bottom: 20px;
}

.icmt-feature-list, .icmt-career-list, .icmt-admission-list {
    font-size: 18px;
    line-height: 1.6;
}

.icmt-feature-list li, .icmt-career-list li, .icmt-admission-list li {
    margin-bottom: 10px;
}

.icmt-faq-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.icmt-carousel-image {
    height: 600px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .icmt-hero-title {
        font-size: 80px;
    }
    
    .icmt-section-title {
        font-size: 60px;
    }
    
    .icmt-carousel-image {
        height: 500px;
    }
}

@media (max-width: 992px) {
    .icmt-hero-title {
        font-size: 60px;
    }
    
    .icmt-section-title {
        font-size: 50px;
    }
    
    .icmt-carousel-image {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .icmt-hero-title {
        font-size: 40px;
        margin-bottom: 0;
    }
    
    .icmt-section-title {
        font-size: 40px;
    }
    
    .icmt-carousel-image {
        height: 350px;
    }
    
    .icmt-btn-primary {
        font-size: medium;
        padding: 10px 20px;
    }
}

@media (max-width: 576px) {
    .icmt-hero-title {
        font-size: 32px;
    }
    
    .icmt-section-title {
        font-size: 32px;
    }
    
    .icmt-carousel-image {
        height: 300px;
    }
}

