/* Hero Section - Exact match */
.hero {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.hero-content h1 {
    color: white;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    animation: fadeInUp 1s ease-out;
}

/* Breadcrumb - Exact purple color */
.breadcrumb {
    background: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.breadcrumb .container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.breadcrumb a {
    color: #6b21a8;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.sep {
    color: #6b21a8;
    font-weight: 500;
}

.current {
    color: #6b21a8;
    font-weight: 500;
}

/* =============================
   MISSION INTRO SECTION
============================= */

.mission-hero{
    padding:90px 20px;   /* background remove */
}

.mission-content{
    max-width:820px;     /* same width like screenshot */
    margin:0 auto;
    text-align:center;
}

.mission-heading{
    font-size:48px;
    font-weight:900;
    line-height:1.3;
    text-transform:uppercase;
    margin-bottom:40px;
    color:#000;
}

.mission-heading span{
    color:#e53935;
}

/* TEXT */

.mission-content p{
    font-size:18px;
    line-height:1.9;
    color:#333;
    margin-bottom:30px;
}

/* HIGHLIGHT WORD */

.mission-highlight{
    color:#e53935;
    font-weight:600;
}

.breadcrumb{
    background:#f3f4f6;
    padding:15px 0;
    border-bottom:1px solid #e5e7eb;
}

.breadcrumb .container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
    display:flex;
    align-items:center;
    gap:10px;
}

.breadcrumb a{
    color:#6b21a8;
    text-decoration:none;
    font-weight:500;
}

.breadcrumb a:hover{
    text-decoration:underline;
}

.sep{
    color:#6b21a8;
}

.current{
    color:#6b21a8;
}

.contact-wrapper{
padding:80px 0;
}

.contact-title{
text-align:center;
font-size:36px;
font-weight:800;
margin-bottom:60px;
}

.contact-title span{
color:#e63946;
}


/* GRID */

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:start;
}


/* INFO */

.info-item{
display:flex;
gap:20px;
margin-bottom:40px;
}

.info-item h3{
font-size:26px;
margin-bottom:6px;
}

.info-item p{
color:#444;
line-height:1.6;
}


/* ICON */

.icon-circle{
width:70px;
height:70px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
}

.blue{
background:#dbeafe;
color:#1e3a8a;
}

.green{
background:#dcfce7;
color:#166534;
}

.orange{
background:#fde7d6;
color:#9a3412;
}


/* FORM */

.contact-form h3{
font-size:30px;
margin-bottom:20px;
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:14px;
margin-bottom:18px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
}


/* BUTTON */

.submit-btn{
background:#e63946;
color:white;
padding:12px 28px;
border:none;
border-radius:6px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

.submit-btn:hover{
background:#c62828;
}

.container{
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
}

.contact-section{
padding:80px 0;
}

.contact-container{
max-width:1200px;
margin:auto;
display:flex;
justify-content:space-between;
gap:100px;
}

/* LEFT */

.contact-left{
flex:1;
}

.contact-item{
display:flex;
gap:25px;
margin-bottom:50px;
align-items:flex-start;
}

.contact-text h3{
font-size:30px;
margin-bottom:8px;
}

.contact-text p{
font-size:16px;
line-height:1.6;
color:#444;
max-width:350px;
}

/* ICON */

.icon-circle{
width:70px;
height:70px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
}

.blue{background:#dbe6f6;color:#1e3a8a;}
.green{background:#d9f1df;color:#14532d;}
.orange{background:#f3dfcc;color:#9a3412;}

/* RIGHT */

.contact-right{
flex:1;
}

.contact-right h2{
font-size:36px;
margin-bottom:30px;
}

/* FORM */

.contact-form{
display:flex;
flex-direction:column;
gap:20px;
}

.contact-form input,
.contact-form textarea{
padding:15px;
border:1px solid #ddd;
border-radius:8px;
font-size:16px;
width:100%;
}

.contact-form textarea{
height:150px;
}

/* BUTTON */

.submit-btn{
background:#e63946;
color:#fff;
border:none;
padding:14px 30px;
border-radius:6px;
font-weight:600;
width:140px;
cursor:pointer;
}

.map-section{
padding:80px 0;
background:#fff;
}

.map-wrapper{
width:100%;
height:500px;
border-radius:8px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.map-wrapper iframe{
width:100%;
height:100%;
border:0;
}