body {
    margin: 0;
    font-family: Arial, sans-serif;
}
.seea-section {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../assets/image/seea1.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-top: -30px;;
}
.hero-section {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../assets/image/batalgaajsan.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-top: -30px;;
}

.hero-section1 {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../assets/image/map.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-top: -30px;
}
.hero-section2 {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../assets/image/stan.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-top: -30px;
}
.hero-section3 {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../assets/image/hah.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-top: -30px;
}
.hero-section4 {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../assets/image/sdg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-top: -30px;
}
.hero-section5 {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../assets/image/plastic.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-top: -30px;
}
.hero-section6 {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../assets/image/hero6.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-top: -30px;
}
.hero-section7 {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../assets/image/hero7.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-top: -30px;
}
.hero-content {
    color: white;
    max-width: 600px;
    position: relative;
}

.hero-content h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-content p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Red background text next to images */
.red-background-text {
    position: absolute;
    right: -300px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e74c3c;
    color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 250px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 10;
}

.red-background-text h3 {
    margin: 0 0 10px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.red-background-text p {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.4;
}

/* Responsive design for red background text */
@media (max-width: 1200px) {
    .red-background-text {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 20px;
        max-width: 100%;
    }
}

.cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #2980b9;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #3498db;
}

.content-section {
    padding: 60px 80px;
}

.content-section h2 {
    font-size: 2em;
    margin-bottom: 30px;
    color: #2c3e50;
}

.content-section p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #34495e;
    margin-bottom: 20px;
}

.tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding: 0 80px;
}

.tab {
    padding: 15px 25px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    color: #34495e;
    text-transform: uppercase;
    font-weight: bold;
}

.tab.active {
    border-bottom-color: #2980b9;
    color: #2980b9;
}
