/* --- THEME VARIABLES --- */
:root { --brand-color: #ff5722; --brand-dark: #e64a19; --bg-body: #f4f6f8; --font-head: 'Roboto Condensed', sans-serif; --font-body: 'Inter', sans-serif; --card-border: #e1e4e8; --text-muted: #6c757d; --dark-bg: #1a1a2e; --dark-bg-secondary: #16213e; }
/* --- BASE STYLES --- */
body { font-family: var(--font-body); background-color: var(--bg-body); color: #111; font-size: 14px; line-height: 1.6; }
/* --- PAGE HEADER --- */
.page-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); padding: 60px 0; position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: 0.5; }
.page-header-content { position: relative; z-index: 1; text-align: center; }
.page-header h1 { font-family: var(--font-head); font-weight: 800; font-size: 42px; color: #fff; margin-bottom: 15px; }
.page-header-description { max-width: 800px; margin: 0 auto; font-size: 15px; line-height: 1.8; color: rgba(255, 255, 255, 0.8); font-weight: 400; padding: 0 20px; }
/* --- ABOUT CONTENT SECTION --- */
.about-content-section { background: #fff; padding: 60px 0; }
.about-image-wrapper { position: relative; overflow: hidden; border-radius: 16px; height: 100%; min-height: 450px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); }
.about-image-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.about-image-wrapper:hover img { transform: scale(1.05); }
.about-image-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px; background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
.about-image-overlay .badge { background: var(--brand-color); color: #fff; padding: 8px 20px; border-radius: 50px; font-size: 13px; font-weight: 600; display: inline-block; }
.about-text-content { padding: 20px 0 20px 40px; }
.about-text-content h3 { font-family: var(--font-head); font-weight: 800; font-size: 32px; color: #111; margin-bottom: 10px; line-height: 1.3; }
.about-text-content h3 span { color: var(--brand-color); }
.about-text-content .tagline { font-size: 16px; font-weight: 500; color: var(--brand-color); margin-bottom: 25px; font-style: italic; }
.about-text-content p { font-size: 14px; color: #555; line-height: 1.9; margin-bottom: 18px; text-align: justify; }
.about-text-content .highlight-box { background: linear-gradient(135deg, rgba(255, 87, 34, 0.08) 0%, rgba(255, 87, 34, 0.03) 100%); border-left: 4px solid var(--brand-color); padding: 20px 25px; border-radius: 0 12px 12px 0; margin: 25px 0; }
.about-text-content .highlight-box p { margin: 0; font-weight: 500; color: #333; }
.about-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 25px; }
.about-feature-item { display: flex; align-items: center; gap: 12px; }
.about-feature-item i { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, rgba(255, 87, 34, 0.1) 0%, rgba(255, 87, 34, 0.05) 100%); display: flex; align-items: center; justify-content: center; color: var(--brand-color); font-size: 14px; flex-shrink: 0; }
.about-feature-item span { font-size: 13px; font-weight: 600; color: #333; }
/* --- VISION & MISSION SECTION --- */
.vision-mission-section { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); padding: 80px 0; position: relative; overflow: hidden; }
.vision-mission-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.vm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; position: relative; z-index: 1; }
.vm-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 40px; backdrop-filter: blur(10px); transition: all 0.3s ease; }
.vm-card:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-5px); }
.vm-card .icon-wrap { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, var(--brand-color) 0%, var(--brand-dark) 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 25px; }
.vm-card .icon-wrap i { font-size: 32px; color: #fff; }
.vm-card h3 { font-family: var(--font-head); font-weight: 800; font-size: 24px; color: #fff; margin-bottom: 15px; }
.vm-card p { font-size: 14px; color: rgba(255, 255, 255, 0.7); line-height: 1.8; margin: 0; }
/* --- TEAM SECTION --- */
.team-section { background: #fff; padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 50px !important; display: block !important; border: none !important; }
.section-title h2 { font-family: var(--font-head); font-weight: 800; font-size: 32px; color: #111; margin-bottom: 15px; position: relative; display: inline-block; }
.section-title h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: var(--brand-color); border-radius: 2px; }
.section-title p { font-size: 15px; color: var(--text-muted); max-width: 600px; margin: 20px auto 0; line-height: 1.7; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.team-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; }
.team-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12); }
.team-card .team-image { position: relative; overflow: hidden; height: 280px; }
.team-card .team-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.team-card:hover .team-image img { transform: scale(1.1); }
.team-card .team-social { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); padding: 40px 20px 20px; display: flex; justify-content: center; gap: 10px; transform: translateY(100%); transition: transform 0.3s ease; }
.team-card:hover .team-social { transform: translateY(0); }
.team-card .team-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; transition: all 0.3s ease; }
.team-card .team-social a:hover { background: var(--brand-color); }
.team-card .team-info { padding: 25px; text-align: center; }
.team-card .team-info h5 { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: #111; margin-bottom: 5px; }
.team-card .team-info .role { font-size: 13px; color: var(--brand-color); font-weight: 600; display: block; margin-bottom: 10px; }
.team-card .team-info .description { font-size: 12px; color: var(--text-muted); line-height: 1.6; margin: 0; }
/* --- RESPONSIVE 1199px --- */
@media (max-width: 1199px) {
.team-grid { grid-template-columns: repeat(2, 1fr); }
.page-header { padding: 35px 0;}
.page-header h1 { font-size: 36px; margin-bottom: 12px;}
.page-header-description { font-size: 14px;}
.about-content-section { padding: 35px 0;}
.about-text-content h3 { font-size: 26px;}
.about-text-content .tagline { font-size: 15px; margin-bottom: 12px;}
.about-text-content { padding: 15px 0 15px 20px;}
.about-image-wrapper { min-height: 340px;}
.about-text-content .highlight-box { padding: 15px 18px; margin: 20px 0;}
.about-feature-item i {width: 30px; height: 30px;}
.vision-mission-section { padding: 50px 0;}
.vm-card {padding: 30px;}
.vm-card .icon-wrap { width: 65px; height: 65px; margin-bottom: 20px; }
.team-section { padding: 35px 0; }
.section-title p { font-size: 14px; margin: 12px auto 0;}
.ection-title h2 {font-size: 26px; margin-bottom: 12px;}
.section-title {margin-bottom: 30px !important;}
}
/* --- RESPONSIVE 991px --- */
@media (max-width: 991px) {
.page-header { padding: 50px 0; }
.page-header h1 { font-size: 30px; }
.page-header-description { font-size: 14px; }
.vm-grid { grid-template-columns: 1fr; }
.about-image-wrapper { min-height: 350px; }
.about-features { grid-template-columns: 1fr; }
.section-title h2 {font-size: 26px; margin-bottom: 12px;}
}
/* --- RESPONSIVE 767px --- */
@media (max-width: 767px) {
.page-header { padding: 40px 0; }
.page-header h1 { font-size: 28px; }
.page-header-description { font-size: 13px; padding: 0 15px; }
.section-title h2 { font-size: 24px; }
.vm-card { padding: 20px; }
.about-text-content h3 { font-size: 24px; }
.about-content-section { padding: 30px 0; }
.vision-mission-section { padding: 30px 0; }
.team-section { padding: 50px 0; }
.about-text-content p { text-align: left; }
.vm-card h3 {font-size: 22px; margin-bottom: 10px;}
}
/* --- RESPONSIVE 575px --- */
@media (max-width: 575px) {
.about-text-content { padding: 0 0; }
.about-image-wrapper { min-height: 250px; }
.vm-card .icon-wrap { width: 60px; height: 60px; }
.vm-card .icon-wrap i { font-size: 24px; }
.team-card .team-image { height: 250px; }
.about-features { grid-template-columns: 1fr; }
.team-grid { grid-template-columns: 1fr; }

}