:root{
--primary-blue:#1F5A99;
--network-teal:#1FA89A;
--light-bg:#f5f7fb;
--text-dark:#333;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, sans-serif;
}

body{
background:#f5f7fb;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

header{
background:white;
border-bottom:1px solid #ddd;
padding:10px 0;
}

.header-container{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
height:55px;
}

nav a{
margin-left:25px;
text-decoration:none;
color:#333;
font-weight:500;
}

nav a:hover{
color:#1FA89A;
}
/* HERO SECTION */

.hero{
background:linear-gradient(135deg,#1F5A99,#1FA89A);
color:white;
padding:100px 0;
text-align:center;
}

.hero-content h1{
font-size:36px;
margin-bottom:20px;
}

.hero-content p{
font-size:18px;
margin-bottom:30px;
line-height:1.6;
}

.btn-primary{
background:white;
color:#1F5A99;
padding:12px 30px;
border-radius:5px;
text-decoration:none;
font-weight:bold;
display:inline-block;
}

.btn-primary:hover{
background:#2E7CC4;
color:white;
}
.page-banner{
background:linear-gradient(135deg,var(--primary-blue),var(--network-teal));
color:white;
padding:80px 0;
text-align:center;
}

.page-banner h1{
font-size:36px;
margin-bottom:10px;
}
/* CONTACT HERO */

.contact-hero{
background:linear-gradient(135deg,#1F5A99,#1FA89A);
color:white;
text-align:center;
padding:100px 0 120px;
}

.contact-hero h1{
font-size:38px;
margin-bottom:15px;
}

.contact-hero p{
font-size:18px;
}


/* CONTACT BOX */

.contact-box{
margin-top:-80px;
padding-bottom:80px;
}

.contact-grid{
background:white;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
display:flex;
gap:40px;
padding:40px;
}


/* CONTACT INFO */

.contact-info{
flex:1;
}

.contact-info h3{
margin-bottom:20px;
color:#1F5A99;
}

.contact-info p{
margin-bottom:15px;
font-size:16px;
}

.contact-info i{
color:#1FA89A;
margin-right:10px;
}


/* CONTACT FORM */

.contact-form{
flex:1;
}

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

.contact-form input,
.contact-form textarea{
padding:12px;
border:1px solid #ddd;
border-radius:5px;
font-size:15px;
}

.contact-form textarea{
min-height:120px;
}

.contact-form button{
background:#1FA89A;
color:white;
border:none;
padding:12px;
border-radius:5px;
font-size:16px;
cursor:pointer;
}

.contact-form button:hover{
background:#1F5A99;
}
/* ABOUT HERO */

.about-hero{
background:url("../images/network-bg.jpg");
background-size:cover;
background-position:center;
height:300px;
position:relative;
}

.overlay{
background:linear-gradient(
rgba(31,90,153,0.8),
rgba(31,168,154,0.8)
);
height:100%;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:white;
}

.overlay h1{
font-size:40px;
margin-bottom:10px;
}



/* ABOUT CONTENT */

.about-content{
padding:80px 0;
background:#f5f7fb;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.about-text h2{
color:#1F5A99;
margin-top:20px;
margin-bottom:10px;
}

.about-text p{
line-height:1.7;
color:#444;
}

.about-text ul{
margin-top:10px;
}

.about-text li{
margin-bottom:8px;
}

.motto{
font-weight:bold;
font-size:22px;
color:#1FA89A;
margin-top:10px;
}

.about-image img{
width:100%;
border-radius:10px;
}
.about-page{
padding:80px 0;
background:#f5f7fb;
}

.about-page h1{
text-align:center;
margin-bottom:40px;
color:#1F5A99;
}

.about-card{
background:white;
padding:25px;
margin-bottom:20px;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.about-card h2{
color:#1F5A99;
margin-bottom:10px;
}

.about-card button{
margin-top:10px;
background:#1FA89A;
color:white;
border:none;
padding:8px 16px;
border-radius:5px;
cursor:pointer;
}

.about-card button:hover{
background:#1F5A99;
}

.hidden-content{
display:none;
margin-top:10px;
line-height:1.6;
}
/* ABOUT HERO */

.about-hero{
background:url("../images/network-bg.jpg");
background-size:cover;
background-position:center;
height:350px;
position:relative;
}

.hero-overlay{
background:linear-gradient(
rgba(31,90,153,0.8),
rgba(31,168,154,0.8)
);
height:100%;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:white;
}

.hero-overlay h1{
font-size:42px;
margin-bottom:10px;
}


/* ABOUT CONTENT */

.about-section{
padding:80px 0;
background:#f5f7fb;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.about-text h2{
color:#1F5A99;
margin-top:20px;
}

.about-text p{
line-height:1.7;
margin-top:10px;
color:#444;
}

.about-text ul{
margin-top:10px;
}

.about-text li{
margin-bottom:8px;
}

.motto{
font-size:22px;
font-weight:bold;
color:#1FA89A;
}

.about-image img{
width:100%;
border-radius:10px;
}
/* HERO */

.about-hero{
background:url("../images/network-bg.jpg");
background-size:cover;
background-position:center;
height:350px;
display:flex;
align-items:center;
justify-content:center;
}

.hero-overlay{
background:linear-gradient(
rgba(31,90,153,0.8),
rgba(31,168,154,0.8)
);
width:100%;
height:100%;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
color:white;
text-align:center;
}

.hero-overlay h1{
font-size:42px;
margin-bottom:10px;
}



/* ABOUT SECTION */

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

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.about-img{
width:100%;
border-radius:10px;
}



/* STORY */

.story-section{
background:#f5f7fb;
padding:80px 0;
text-align:center;
}

.story-section h2{
color:#1F5A99;
margin-bottom:20px;
}

.story-section p{
max-width:800px;
margin:auto;
line-height:1.7;
margin-bottom:15px;
}



/* VALUES */

.values-section{
padding:80px 0;
background:white;
text-align:center;
}

.values-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:40px;
}

.value-card{
background:#f5f7fb;
padding:25px;
border-radius:8px;
}



/* MOTTO */

.motto-section{
padding:80px 0;
text-align:center;
background:#f5f7fb;
}

.motto-text{
font-size:28px;
color:#1FA89A;
font-weight:bold;
margin:20px 0;
}
.who-section{
background:url("../images/network-bg.jpg");
background-size:cover;
background-position:center;
padding:120px 0;
position:relative;
}

.who-overlay{
background:linear-gradient(
rgba(31,90,153,0.85),
rgba(31,168,154,0.85)
);
padding:100px 0;
}

.who-content{
max-width:800px;
margin:auto;
color:white;
text-align:center;
}

.who-content h2{
font-size:36px;
margin-bottom:20px;
}

.who-content p{
line-height:1.8;
font-size:17px;
margin-bottom:15px;
}
