@font-face {
  font-family:  Alexandria Light;
  src:url(Alexandria-Light-BF66909490125d0.ttf) format(ttf);
  
}

*{
  font-family: Alexandria Light;
  
}

body {
  
  margin: 0;
  line-height: 1.6;
  background: #D0E9FA;
background: linear-gradient(180deg, rgba(208, 233, 250, 1) 34%, rgba(63, 161, 159, 1) 85%);
}

header {
  background: #d0e9fa;
  color: #fff;
}


/* General Reset */
* {
  font-family: "Alexandria Light", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navbar Container */
nav {
  background: #3b9492;
  
}

/* Navbar List */
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

/* Navbar Items */
nav ul li {
  margin: 0;
}

/* Navbar Buttons */
nav ul li button {
  background: none;
  border: none;
  color: #d0e9fa;
  font-family: "Alexandria SemiBold", sans-serif;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
  
}

.business-container {
  max-width: 800px;
  margin: 60px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.business-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.business-scope h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.black-text {
  color: #333;
}

.red-text {
  color: #e60000;
}

.business-scope ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #444;
  line-height: 1.7;
  font-size: 16px;
}

.quotation-box {
  margin-top: 50px;
  padding: 20px;
  border-left: 5px solid #e60000;
  background-color: #ffeaea;
  border-radius: 10px;
  color: #e60000;
  font-size: 16px;
  font-style: italic;
  transition: background-color 0.4s ease;
}

.quotation-box:hover {
  background-color: #ffcccc;
}

.quote-icon {
  font-size: 28px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.timeline-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;

}

h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 2.2em;
}

/* Timeline Styles */
.timeline {
    position: relative;
    padding-left: 50px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #3498db;
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.timeline-item:hover {
    transform: translateX(5px);
}

.year {
    position: absolute;
    left: -50px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3498db;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 0 0 4px white, 0 3px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.timeline-item:hover .year {
    background: #2980b9;
    transform: scale(1.1);
}

.content {
    padding: 20px;
    background: #f8f9fa;
    border-left: 3px solid #3498db;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}

.timeline-item:hover .content {
    background: #ebf5fb;
    border-left-width: 5px;
}

/* Metrics Styles */
.timeline-metrics {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
}

.metric {
    flex: 1;
    min-width: 150px;
    margin: 10px;
    padding: 20px;
    background: #e8f4fc;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.metric:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
    background: #d4e6f7;
}

.number {
    font-size: 2em;
    font-weight: bold;
    color: #2980b9;
    margin-bottom: 5px;
}

.label {
    font-size: 0.9em;
    color: #7f8c8d;
    text-transform: uppercase;
}

/* Location Styles */
.location {
    text-align: center;
    padding: 15px;
    background: #2c3e50;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.location:hover {
    background: #1a252f;
    transform: scale(1.02);
}

/* Responsive Styles */
@media (max-width: 600px) {
    .timeline {
        padding-left: 30px;
    }
    
    .timeline::before {
        left: 10px;
    }
    
    .year {
        left: -30px;
        width: 30px;
        height: 30px;
        font-size: 0.8em;
    }
    
    .timeline-metrics {
        flex-direction: column;
    }
    
    .metric {
        min-width: 100%;
    }
}

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

/* Header Styles */
.csr-header {
    text-align: center;
    margin-bottom: 50px;
}

.csr-header h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.csr-header h1 span {
    color: #3498db;
}

.csr-header .subtitle {
    color: #7f8c8d;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Content Layout */
.csr-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.csr-image {
    flex: 1;
    min-width: 300px;
}

.image-placeholder {
    background: linear-gradient(135deg, #3498db, #2c3e50);
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.2);
    transition: all 0.5s ease;
}

.csr-image:hover .image-placeholder {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.3);
}

.csr-initiatives {
    flex: 1;
    min-width: 300px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.distribution-container {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Header Styles */
.network-header {
    text-align: center;
    margin-bottom: 50px;
}

.network-header h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.network-header h2 span {
    color: #3498db;
    font-weight: 400;
}

.header-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2c3e50);
    margin: 15px auto;
    border-radius: 2px;
}

/* Stats Grid */
.network-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    justify-items: center;
}

/* Stat Cards */
.stat-card {
    background: white;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    width: 100%;
    max-width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.2);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #3498db, #2c3e50);
    transition: all 0.4s ease;
}

.stat-card:hover::before {
    height: 10px;
}

.stat-icon {
    font-size: 2.5rem;
    color: #3498db;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.2);
    color: #2c3e50;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 10px 0;
    transition: all 0.3s ease;
}

.stat-card:hover .stat-number {
    color: #3498db;
}

.stat-label {
    font-size: 1.1rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.stat-plus {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #3498db;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.stat-card:hover .stat-plus {
    opacity: 1;
    transform: translateY(0);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.stat-card {
    animation: fadeIn 0.6s ease forwards;
    opacity: 0;
}

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }

/* Responsive Styles */
@media (max-width: 768px) {
    .network-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .network-header h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .network-stats {
        grid-template-columns: 1fr;
    }
    
    .stat-card {
        max-width: 100%;
    }
}

.footprint-container {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Header Styles */
.footprint-header {
    text-align: center;
    margin-bottom: 50px;
}

.footprint-header h1 {
    font-size: 3rem;
    color: #2c3e50;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footprint-header h1 span {
    color: #3498db;
    font-weight: 400;
}

.header-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2c3e50);
    margin: 15px auto;
    border-radius: 2px;
}

.subtitle {
    color: #7f8c8d;
    font-size: 1.1rem;
    margin-top: 10px;
}

/* Base Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f8fafc;
    margin: 0;
    padding: px;
    color: #333;
}

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

/* Header Styles */
.footprint-header {
    text-align: center;
    margin-bottom: 50px;
}

.footprint-header h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin: 0;
}

.footprint-header h1 span {
    color: #064d7c;
}

.header-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2c3e50);
    margin: 15px auto;
    border-radius: 2px;
}

.subtitle {
    color: #4e5353;
    font-size: 1.1rem;
    margin-top: 10px;
}

/* Map Container */
.map-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.map-image-wrapper {
    position: relative;
    flex: 1;
    min-width: 300px;
    max-width: 900px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}



/* Map Markers */
.map-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.marker-pin {
    width: 20px;
    height: 20px;
    background-color: #e74c3c;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.marker-label {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(-150%);
    background-color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.map-marker:hover .marker-pin {
    transform: scale(1.3);
    background-color: #c0392b;
}

.map-marker:hover .marker-label {
    opacity: 1;
    visibility: visible;
    top: 40px;
}



/* Responsive Styles */
@media (max-width: 768px) {
    .map-container {
        flex-direction: column;
    }
    
    .map-image-wrapper {
        width: 100%;
    }
    
    .locations-list {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Updated for this map's dimensions */
.map-image-wrapper {
    position: relative;
    width: 600px;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Enhanced marker styling for better visibility */
.marker-pin {
    width: 16px;
    height: 16px;
    background: #e74c3c;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.marker-label {
    background: rgba(255,255,255,0.9);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

@media (max-width: 480px) {
    .footprint-header h1 {
        font-size: 2rem;
    }
    
    .locations-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .footprint-header h1 {
        font-size: 2.2rem;
    }
    
    .locations-list {
        grid-template-columns: 1fr;
    }
}
/* Initiative Cards */
.initiative-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid #3498db;
}

.initiative-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-left-width: 6px;
}
.distribution-network {
  text-align: center;
  padding: 60px 20px;
  position: relative;
}

.distribution-network h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
}

.distribution-network .red {
  color: #e02828;
}

.distribution-network .black {
  color: #2e2e2e;
}

.distribution-network {
  text-align: center;
  padding: 80px 20px;
  position: relative;
  font-family: 'Segoe UI', sans-serif;
}

.distribution-network h2 {
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: 700;
}

.red {
  color: #e02828;
}

.black {
  color: #2b2b2b;
}

.network-circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.circle {
  background: #d2edfd;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.circle:hover {
  transform: scale(1.05);
}

.number {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.label {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}



.initiative-icon {
    background: #e8f4fc;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3498db;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.initiative-card:hover .initiative-icon {
    background: #3498db;
    color: white;
    transform: scale(1.1);
}

.initiative-text h3 {
    color: #2c3e50;
    margin: 0 0 8px 0;
    font-size: 1.1rem;
}

.initiative-text p {
    color: #7f8c8d;
    margin: 0;
    line-height: 1.5;
    font-size: 0.9rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.initiative-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.initiative-card:nth-child(1) { animation-delay: 0.1s; }
.initiative-card:nth-child(2) { animation-delay: 0.2s; }
.initiative-card:nth-child(3) { animation-delay: 0.3s; }
.initiative-card:nth-child(4) { animation-delay: 0.4s; }

/* Responsive Styles */
@media (max-width: 768px) {
    .csr-content {
        flex-direction: column;
    }
    
    .csr-header h1 {
        font-size: 2rem;
    }
    
    .image-placeholder {
        height: 300px;
    }
    
    .csr-initiatives {
        grid-template-columns: 1fr;
    }
}

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

h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 40px;
    font-size: 2.2em;
}

h1 span {
    color: #7f8c8d;
    font-size: 0.8em;
    font-weight: normal;
}

/* Tenders Grid */
.tenders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* Tender Card */
.tender-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-left: 4px solid #3498db;
}

.tender-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-left-width: 6px;
}

.tender-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    position: relative;
}

.tender-header h2 {
    margin: 0;
    font-size: 1.2em;
    color: #2c3e50;
    flex: 1;
}

.year-badge {
    background: #3498db;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 15px;
}

.tender-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tender-details li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: flex-start;
}

.tender-details li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.tender-details i {
    margin-right: 10px;
    color: #3498db;
    min-width: 20px;
    text-align: center;
    margin-top: 3px;
}

.tender-details strong {
    color: #2c3e50;
    margin-right: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .tenders-grid {
        grid-template-columns: 1fr;
    }
    
    h1 {
        font-size: 1.8em;
    }
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.tender-card {
    animation: fadeIn 0.5s ease forwards;
}

.tender-card:nth-child(1) { animation-delay: 0.1s; }
.tender-card:nth-child(2) { animation-delay: 0.2s; }
.tender-card:nth-child(3) { animation-delay: 0.3s; }
.tender-card:nth-child(4) { animation-delay: 0.4s; }

nav ul li button:hover {
  background-color: #d0e9fa;
  color: #3b9492;
}

.nav-button {
  background: none;
  border: none;
  padding: 15px 25px;
  font-family: "Alexandria SemiBold", sans-serif;
  text-transform: uppercase;
  color: #d0e9fa;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
}

.nav-button:hover {
  background-color: #d0e9fa;
  color: #3b9492;
}


.hero {
  background: url('hero-image.jpg') center/cover no-repeat;
  color: white;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 60px 20px;
}

.hero-content {
  background-color: rgba(255, 255, 255, 0.9); /* Light background for readability */
  color: #3fa19f;
  max-width: 900px;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #3fa19f;
}

.hero-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

.info-section {
  padding: 60px 20px;

  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.section-title .highlight {
  color: red;
  font-weight: bold;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.info-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 300px;
  text-align: left;
}
.info-card:hover{
background: #e4ecf5;
background: linear-gradient(0deg, rgba(228, 236, 245, 1) 34%, rgba(216, 240, 239, 1) 85%);
transform: translateY(-5px);
}

.info-card h3 {
  color: #3fa19f;
  margin-bottom: 15px;
  font-size: 1.3rem;
}


.info-card p, .info-card ul {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}


.info-card ul {
  padding-left: 20px;
  list-style-type: disc;
}

.org-chart-section {
  padding: 60px 20px;
  
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.section-title .highlight {
  color: red;
  font-weight: bold;
}

.chart-title {
  font-size: 1.8rem;
  margin: 30px 0;
}

.org-chart {
  display: flex;
  background: #e4ecf5;
background: linear-gradient(0deg, rgba(228, 236, 245, 1) 34%, rgba(216, 240, 239, 1) 85%);
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.csr-container {
  padding: 80px 20px;
  
  font-family: 'Segoe UI', sans-serif;
}

.csr-header {
  text-align: center;
  margin-bottom: 50px;
}

.csr-header h1 {
  font-size: 36px;
  color: #3b9492;
  margin-bottom: 10px;
}

.csr-header span {
  color: #e02828;
}

.csr-header .subtitle {
  color: #555;
  font-size: 18px;
}

.csr-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.csr-image img {
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.csr-initiatives {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 700px;
}

.initiative-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.initiative-card:hover {
  transform: translateY(-5px);
}

.initiative-icon {
  font-size: 32px;
  color: #3b9492;
  flex-shrink: 0;
}

.initiative-text h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #222;
}

.initiative-text p {
  margin: 0;
  color: #555;
  font-size: 15px;
}



.general {
  background-color: #3fa19f;
  color: white;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* Remove border and add black shadow to the whole chart */
.org-chart {
  border: none;
  border-radius: 12px;
  padding: 30px;
  background: #e4ecf5;
background: linear-gradient(0deg, rgba(228, 236, 245, 1) 34%, rgba(216, 240, 239, 1) 85%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Add black shadow to each box instead of border */
.org-node {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contact-footer {
  
  color: white;
  padding: 40px 20px;
  font-family: "Alexandria", sans-serif;
  text-align: center;
}

.contact-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-row {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}

.contact-row span:first-child {
  font-weight: bold;
  width: 120px;
}

.contact-row a {
  color: #fff03e;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-row a:hover {
  color: #009649;
}

.contact-footer {
  
  padding: 60px 20px;
  text-align: center;
}

.contact-card {
 background-color: #ffffff;
  border-radius: 16px;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 30px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card h2 {
  text-align: center;
  color: #002f5d;
  margin-bottom: 30px;
  font-size: 2rem;
}

.contact-item {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #333;
}

.contact-item i {
  font-size: 1.3rem;
  color: #009649;
  margin-top: 4px;
  min-width: 24px;
}

.contact-item a {
  color: #3b9492;
  text-decoration: none;
  font-weight: 500;
}

.contact-item a:hover {
  color: #009649;
  text-decoration: underline;
}


.org-level {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.org-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.4s ease;
}

.org-node {
  background: #e6f7f8;
  border-radius: 10px;
  padding: 12px 20px;
  min-width: 220px;
  color: #333;
  font-weight: 500;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.org-node:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.org-node.dept {
  background: #b3e2e3;
  font-weight: bold;
  font-size: 1rem;
}


.features {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px;
  background: #f0f0f0;
}

.card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  width: 30%;
  text-align: center;
}

.facility, .news, .contact {
  padding: 40px 20px;
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  margin: auto;
}

input, textarea {
  padding: 10px;
  font-size: 1rem;
}

button {
  padding: 10px;
  background: #002f5d;
  color: white;
  border: none;
  cursor: pointer;
}

footer {
  text-align: center;
  background: #002f5d;
  color: white;
  padding: 20px;
}


/* Smooth page load */
body {
    opacity: 0;
    transition: opacity 0.6s ease-in;
  }
  
  /* Animate hero text */
  .hero h1 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn 1s ease-out forwards;
    animation-delay: 0.3s;
  }
  
  /* Feature cards animation */
  .card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease-out forwards;
  }
  
  .card:nth-child(1) { animation-delay: 0.4s; }
  .card:nth-child(2) { animation-delay: 0.6s; }
  .card:nth-child(3) { animation-delay: 0.8s; }
  
  /* Fade in sections on scroll */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
  }
  
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Animations */
  @keyframes fadeSlideIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  
  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  

 /* Hide default nav menu on small screens */
.nav-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

/* Hamburger styles */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 30px;
  height: 25px;
  justify-content: space-between;
  margin: 10px;
}
.csr-container {
  padding: 40px 20px;
  text-align: center;
}

.csr-header h1 {
  font-size: 2rem;
  color: #333;
}

.csr-header span {
  color: #3b9492;
}

.subtitle {
  color: #666;
  font-size: 1rem;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.csr-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}

.csr-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Initiatives */
.csr-initiatives {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
}

.initiative-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 230px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.initiative-card:hover {
  transform: translateY(-5px);
}

.initiative-icon {
  font-size: 2.2rem;
  color: #3b9492;
  margin-bottom: 10px;
}

.initiative-text h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.initiative-text p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}


/* Responsive for mobile */
@media (max-width: 768px) {
  nav {
    background: none;
  }
 .logo {
  margin-left: auto;
  margin-right: auto;
 }
  .nav-menu {
  flex-direction: column;
  background: #3b9492;
  position: absolute;
  top: 70px;
  left: 0;
  width: 200px;
  display: flex;              /* Always use flex, and toggle visibility with opacity/transform */
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-bottom-right-radius: 10px;
  box-shadow: -12px 5px 5px rgba(0,0,0,0.2);
  z-index: 1000;
  margin-left: 7px;
  margin-top: 122px;
}

  .business-container{
    margin: 30px;
  }

  .nav-menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.hamburger {
  transition: transform 0.3s ease;
}

.hamburger.active {
  transform: scale(1.1); /* or scale(1.1), etc */
}

  .footprint-header h1 {
    font-size: 1.5rem;
  }

  .map-image-wrapper {
    max-width: 100%;
  }

  .marker-label {
    font-size: 0.7rem;
    padding: 2px 4px;
  }

  .marker-pin {
    width: 10px;
    height: 10px;
  }

  .footprint-container {
    padding: 10px;
  }


  .nav-menu li {
    margin: 10px 0;
    text-align: center;
  }

  .nav-button {
    padding: 10px 20px;
    display: block;
    color: #d0e9fa;
  }

  .hamburger {
    justify-content: center;
    display: flex;
    background:#3b9492 ;
    
    border-radius: 10px;

    width: 70px;
    height: 60px;
  }
  .hamburger img {
    width: 55px;
    display: flex;
  }
  .timeline-container{
        margin-left: 30px;
    margin-right: 30px;
  }

  
    .csr-content {
    flex-direction: column;
    align-items: center;
  }

  .csr-image img {
    max-width: 90%;
  }

  .csr-initiatives {
    flex-direction: column;
    align-items: center;
  }

  .initiative-card {
    width: 90%;
  }

  .csr-header h1 {
    font-size: 1.6rem;
  }

  .subtitle {
    font-size: 0.95rem;
  }
  
  

}