/* ==========================================================
   HOME PAGE SECTIONS
========================================================== */

.projects-section,
.programs-section,
.impact-section{

padding:100px 0;

}

.impact-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:30px;

text-align:center;

margin-top:50px;

}

.impact-grid h3{

font-size:3rem;

color:var(--primary);

margin-bottom:10px;

}

.projects-section img{

width:100%;

height:220px;

object-fit:cover;

border-radius:12px;

margin-bottom:20px;

}

.text-center{

text-align:center;

margin-top:40px;

}

@media(max-width:768px){

.projects-section,
.programs-section,
.impact-section{

padding:70px 0;

}

.projects-section img{

height:180px;

}

}

/* ==========================================================
   FINAL HOME SECTIONS
========================================================== */

.publications-section,
.partners-section,
.news-section,
.newsletter-section,
.contact-preview{

padding:100px 0;

}

.partners-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(150px,1fr));

gap:40px;

align-items:center;

margin-top:50px;

}

.partners-grid img{

width:100%;

max-width:160px;

margin:auto;

filter:grayscale(100%);

opacity:.75;

transition:.3s;

}

.partners-grid img:hover{

filter:none;

opacity:1;

transform:scale(1.05);

}

.newsletter-section{

background:linear-gradient(135deg,#0077B6,#00CFFF);

text-align:center;

}

.newsletter-section h2,

.newsletter-section p{

color:#fff;

}

.newsletter-form{

max-width:700px;

margin:40px auto 0;

display:flex;

gap:20px;

}

.newsletter-form input{

flex:1;

}

.contact-preview{

text-align:center;

}

.contact-preview p{

max-width:700px;

margin:20px auto 35px;

}

@media(max-width:768px){

.publications-section,
.partners-section,
.news-section,
.newsletter-section,
.contact-preview{

padding:70px 0;

}

.newsletter-form{

flex-direction:column;

}

}

.announcement-bar{

background:#00CFFF;

padding:10px 0;

text-align:center;

font-size:.95rem;

font-weight:600;

color:#021526;

}

.announcement-bar a{

color:#021526;

font-weight:700;

text-decoration:none;

}
