
        .hero-section {   position: relative; width: 100%; height: 100vh; min-height: 500px; overflow: hidden; }
        .hero-image {  position: absolute;  top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
        .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); }
        .hero-content {  position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 40px 60px; color: white; max-width: 1400px; margin: 0 auto;  }
        .hero-label {  font-size: 18px; font-weight: 400; margin-bottom: 20px; letter-spacing: 0.5px; display: flex; align-items: center; font-style: italic; }
        .hero-label::before { content: ''; display: inline-block; width: 50px; height: 1px;  background-color: white; margin-right: 15px; }
        .hero-title { font-size: 50px; font-weight: 400; line-height: 1.2; margin-bottom: 30px; max-width: 800px; }
        .hero-description { font-size: 20px; font-weight: 300; line-height: 1.7; max-width: 1100px; font-family: 'Arial', sans-serif; }

        .container { max-width: 1200px; margin: 0 auto; padding: 40px 20px;}
        .about-header { text-align: left; margin-bottom: 30px; }
        .about-header h3 { font-size: 14px; font-weight: normal; font-style: italic; color: #666; margin-bottom: 20px; position: relative; padding-left: 80px; }
        .about-header h3::before { content: ''; position: absolute; left: 0; top: 50%; width: 60px; height: 1px; background-color: #666;}
        .intro-text { font-size: 20px; line-height: 1.5; margin-bottom: 30px; font-weight: normal; }
        .description { font-size: 14px; color: #666; line-height: 1.8; margin-bottom: 20px; }
        .leadership-section {  display: flex; margin: 10px 0;  background: linear-gradient(to right, #eef5fd 0%, #ffffff 40%, transparent 40%); min-height: 400px; align-items: center; }
        .leadership-title { color: rgb(0, 0, 0); font-size: 48px;  padding: 40px 60px; flex: 0 0 40%; }
        .leadership-cards { display: flex; gap: 30px; padding: 40px; flex: 1; }
        .leader-card { position: relative; width: 300px; box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 25px;    transition: box-shadow 0.3s ease, transform 0.3s ease;}
        .leader-card:hover{    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);     transform: translateY(-5px);}
        .leader-card img { width: 100%; height: 400px; object-fit: cover; }
        .leader-info {  background-color: #1a1a1a; color: white; padding: 20px; position: absolute; bottom: 0; left: 0; right: 0; }
        .leader-info h3 {  font-size: 18px; margin-bottom: 5px; }
        .leader-info p { font-size: 12px; color: #ccc; }
        .mission-vision-section {   margin: 20px 0; }
        .mission-box, .vision-box { display: flex; align-items: flex-start; margin-bottom: 40px; gap: 40px; }
        .icon { flex: 0 0 100px; display: flex; justify-content: center; align-items: center; }
        .icon svg {  width: 60px; height: 60px; }
        .content-box { flex: 1; }
        .content-box h2 { font-size: 36px; margin-bottom: 30px; font-weight: normal; }
        .content-box p { font-size: 14px; color: #666; line-height: 1.8; margin-bottom: 15px; }
    
        .awards-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px;}
        .awards-header h2 { font-size: 36px; font-weight: normal; }
        .slider-controls { display: flex; gap: 10px; }
        .slider-btn {  width: 40px;  height: 40px; border: none; background-color: #d0d0d0; cursor: pointer; display: flex; align-items: center;  justify-content: center;  transition: background-color 0.3s; }
        .slider-btn:hover { background-color: #b0b0b0; }
        .slider-btn.next { background-color: #666; color: white; }
        .slider-btn.next:hover {  background-color: #555; }
        .awards-slider {  overflow: hidden; position: relative; }
        .awards-track { display: flex; gap: 20px; transition: transform 0.5s ease;  }
        .award-card {  flex: 0 0 calc(16.666% - 17px); min-width: 180px; }
        .award-card img { width: 100%; height: auto; display: block; }
        @media screen and (max-width: 1024px) {
            .hero-content { padding: 40px 40px; }
            .hero-title { font-size: 40px !important; }
            .hero-description { font-size: 18px; }
            .content-box h2 { font-size: 24px !important; }
            .awards-header h2 { font-size: 24px !important; }
            .leadership-section { flex-direction: column; background: #f4f7fc; }
            .leadership-title { flex: 1; width: 100%; font-size:20px ; }
            .leadership-cards { flex-direction: column; align-items: center; }
            
        }
        @media screen and (max-width: 768px) {
            .hero-content { padding: 30px 30px; }
            .hero-label {  font-size: 16px; }
            .hero-label::before { width: 40px; }
            .hero-title { font-size: 35px !important; }
            .hero-description { font-size: 16px; }
            .intro-text { font-size: 16px; }
            .leadership-title { font-size: 20px; }
            .content-box h2 { font-size: 24px !important; }
            .awards-header h2 { font-size: 24px !important; }
            .mission-box, .vision-box { flex-direction: column; }
            
        }
        @media screen and (max-width: 480px) {
            .hero-section { height: 100vh; min-height: 600px; }
            .hero-content { padding: 20px 20px; justify-content: center; }
            .hero-label { font-size: 14px; margin-bottom: 15px; }
            .hero-label::before { width: 30px; margin-right: 10px; }
            .hero-title { font-size: 32px !important; margin-bottom: 20px; }
            .hero-description { font-size: 15px; line-height: 1.6;  }
            .content-box h2 { font-size: 20px !important; }
            .awards-header h2 { font-size: 20px !important; }
           
        } 