.impact-section {
position: relative;
width: 100%;
background-color: var(--bg);
padding: 48px 0;
overflow: hidden;
}
.hero-impact-v-shapes {
width: 100%;
max-width: 1240px;
height: 850px;
left: -40px;
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
overflow: visible;
opacity: 0.8;
}
.impact-description {
max-width: 840px;
margin: 0 auto;          
padding: 0 20px;         
text-align: left;
position: relative;
z-index: 1;
}
.impact-description p {
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px; 
letter-spacing: -1.1%;       
color: var(--text-sub);          
margin-bottom: 12px; 
}
.impact-image-wrapper {
position: relative;
z-index: 1;
width: 100%;
max-width: 1280px;
margin: 0 auto;
overflow: hidden;
box-sizing: border-box;
}
.impact-outcome-img {
width: 100%;
max-width: 1440px;
height: auto;           
max-height: 720px;      
display: block;
object-fit: cover;      
}
.impact-outcome-section {
width: 100%;
height: auto; 
background-color: var(--bg);
padding-bottom: 60px;
}
.impact-outcome-container {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 50px; 
display: flex;
flex-direction: column;
gap: 80px;
box-sizing: border-box;
}
.io-row {
display: flex;
align-items: center;
justify-content: space-between;
column-gap: 10px;
width: 100%; }
.io-row-reverse {
flex-direction: row-reverse;
}
.io-image-wrapper {
flex: 1.4;
width: 100%;
max-width: 652px;
height: 400px;
flex-shrink: 0;
display: flex;
justify-content: center;
position: relative;
overflow: hidden;
border-radius: 12px;
}
.io-image-wrapper::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
pointer-events: none;
}
.io-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 20% 40%;
display: block;
border-radius: 12px; 
}
.io-img-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none; 
border-radius: 12px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.io-content {
flex: 1;
width: 100%;
max-width: 550px;
display: flex;
flex-direction: column;
}
.io-content p {
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: var(--text-sub);
letter-spacing: -1.1%;
}
.io-content p span {
display: block;
margin-top: 12px;
} @media screen and (min-width: 1281px) and (max-width: 1920px) {
.page-content-v-shapes {
width: 100%;
max-width: 1240px;
height: 850px;
left: -40px;
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
overflow: visible;
opacity: 0.4;
}
.impact-image-wrapper {
position: relative;
z-index: 1;
width: 100%;
max-width: 1280px; 
margin: 0 auto; border-radius: 8px;
overflow: hidden;
box-sizing: border-box;
}
.impact-outcome-img {
width: 100%;
max-width: 1280px;
height: 720px;
display: block;
object-fit: cover;
}
.impact-outcome-section {
width: 100%;
padding: 0 30px;
height: auto;
background-color: var(--bg);
}
.impact-outcome-container {
width: 100%;
max-width: 1440px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
} @media screen and (min-width: 768px) and (max-width: 1280px) {
.top-bar {
padding: 0 20px;
height: 45px;
}
.top-links {
gap: 20px;
height: 45px;
}
.top-links a {
font-size: 10.5px;
}
.top-links .search-btn {
width: 90px;
height: 32px;
padding: 4px 12px;
font-size: 9px;
gap: 6px;
}
.main-nav {
padding: 0 25px;
height: 80px;
position: relative;
}
.logo {
height: 48px;
}
.menu-toggle {
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: var(--text);
cursor: pointer;
z-index: 1002;
}
.nav-links {
position: fixed;
top: 100px; 
left: -100%;
width: 100%;
height: calc(100vh - 125px);
background-color: var(--white);
flex-direction: column;
align-items: flex-start;
padding: 30px;
gap: 16px;
transition: left 0.3s ease-in-out;
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
overflow-y: auto;
z-index: 1001;
margin: 0;
}
.nav-links.active {
left: 0;
}
.nav-links > li {
width: 100%;
border-bottom: 1px solid var(--bg-soft);
padding-bottom: 14px;
}
.nav-links a {
font-size: 15px;
width: 100%;
justify-content: space-between;
}
.dropdown-menu {
position: relative !important; 
top: 0 !important;
left: 0 !important;
transform: none !important;
width: 100% !important;
max-width: 100% !important;
height: auto;
box-shadow: none !important;
border: none;
background: var(--bg);
border-radius: 8px;
margin-top: 10px;
padding: 5px 10px;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
display: none; 
box-sizing: border-box;
}
.dropdown.active .dropdown-menu,
.dropdown:hover .dropdown-menu {
display: flex !important;
max-height: 400px; 
}
.dropdown-menu li {
width: 100% !important;
max-width: 100% !important;
text-align: left;
border-bottom: 1px solid #E7E9ED;
}
.dropdown-menu li a {
font-size: 13.5px;
padding: 12px 10px;
width: 100%;
}
.hero-section {
height: 200px;
}
.hero-bg-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: 15% top; 
z-index: 1;
}
.hero-content h1 {
font-size: 36px;
letter-spacing: 0.8px;
}
.hero-v-shape--left {
width: 400px;
height: 260px;
left: -30px;
top: -50px;
opacity: 0.7;
}
.hero-v-shape--right {
width: 400px;
height: 240px;
right: -30px;
bottom: -20px;
opacity: 0.7;
}
.impact-section{
padding: 36px 0;
min-height: auto;
}
.hero-impact-v-shapes {
width: 100%;
overflow: hidden;
opacity: 0.4;
}
.hero-impact-image {
position: absolute;
width: auto;
height: 100%;
object-fit: cover;
display: block; 
}
.impact-description {
max-width: 760px;
padding: 0 30px;
}
.impact-description p {
margin-bottom: 14px;
}
.impact-image-wrapper {
padding: 30px 25px;
display: flex;
justify-content: center;
align-items: center;
}
.impact-outcome-img {
width: 100%;
height: auto;
object-fit: contain;
}
.impact-outcome-container {
padding: 0 24px;
gap: 30px;
}
.io-row, 
.io-row-reverse {
display: flex;
align-items: flex-start;
gap: 25px;
width: 100%;
}
.io-image-wrapper {
flex: unset;
}
.io-content {
width: 100%;
max-width: 100%;
flex: unset;
}
} @media screen and (min-width: 320px) and (max-width: 768px) {
.impact-section {
position: relative;
width: 100%;
background-color: var(--bg);
padding: 60px 0;
min-height: 760px;
overflow: hidden;
}
.hero-impact-v-shapes{
position: absolute;
top: 0;
bottom: 30%;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
opacity: 0.4;
}
.hero-impact-image {
bottom: 22%;
position: absolute;
width: auto;
height: 100%;
object-fit: cover;
display: block;
}
.impact-description {
width: 100%;
max-width: 600px;
padding: 0 30px; 
margin: 0 auto;
box-sizing: border-box;
}
.impact-image-wrapper {
width: 100%;
max-width: 100%;      
padding: 20px 15px;   
margin: 0 auto;
box-sizing: border-box;
}
.impact-outcome-img {
width: 100%;
height: auto;         
max-height: 260px;    
object-fit: cover;    
display: block;
}
.impact-outcome-section {
width: 100%;
background-color: var(--bg);
}
.impact-outcome-container {
width: 100%;
max-width: 100%;
padding: 0 20px;
display: flex;
flex-direction: column;
gap: 40px; 
}
.io-row, .io-row-reverse {
flex-direction: column !important;
gap: 20px;
width: 100%;
}
.io-image-wrapper {
max-width: 100%;
flex: unset;
overflow: hidden;
}
.io-content {
width: 100%;
max-width: 100%;
flex: unset;
}
.io-content p span {
margin-top: 10px;
display: block;
}
}