.icmt-hero-image {
    height: 600px;
    object-fit: cover;
    width: 100%;
}

.icmt-hero-title {
    font-size: 100px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
    margin-bottom: 20px;
}

.icmt-hero-description {
    text-align: left;
    color: white;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
}

.icmt-btn-primary {
    background-color: darkred;
    color: white;
    font-size: larger;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    transition: all 0.3s;
}

.icmt-btn-primary:hover {
    background-color: #a52a2a;
    transform: translateY(-2px);
}

.icmt-section-title {
    font-size: 70px;
    text-align: center;
    margin: 40px 0 20px;
    line-height: 1.2;
}

.icmt-section-subtitle {
    font-size: 65px;
    text-align: center;
    margin: 40px 0 20px;
    line-height: 1.2;
}

.icmt-section-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 0 10px;
}

.icmt-features-list {
    padding-left: 20px;
    margin-bottom: 30px;
}

.icmt-features-list li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 18px;
}

.icmt-career-list {
    padding-left: 20px;
    margin-bottom: 30px;
}

.icmt-career-list li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 18px;
}

.icmt-faq-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.icmt-faq-question {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.icmt-faq-answer {
    font-size: 16px;
    margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .icmt-hero-title {
        font-size: 80px;
    }
    
    .icmt-section-title, .icmt-section-subtitle {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    .icmt-hero-title {
        font-size: 60px;
    }
    
    .icmt-section-title, .icmt-section-subtitle {
        font-size: 50px;
    }
    
    .icmt-hero-image {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .icmt-hero-title {
        font-size: 40px;
    }
    
    .icmt-section-title, .icmt-section-subtitle {
        font-size: 40px;
    }
    
    .icmt-hero-image {
        height: 400px;
    }
    
    .icmt-hero-description {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .icmt-hero-title {
        font-size: 32px;
    }
    
    .icmt-section-title, .icmt-section-subtitle {
        font-size: 32px;
    }
    
    .icmt-hero-image {
        height: 350px;
    }
    
    .icmt-section-text, .icmt-features-list li, .icmt-career-list li {
        font-size: 16px;
    }
}
