 /* Custom Styles */
 body {
     font-family: sans-serif;
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 .navbar {
     background-color: #008060 !important;
     /* Green from the logo */
     padding: 1rem 2rem;
 }

 .navbar-brand {
     font-size: 1.5rem;
     font-weight: bold;
     color: white !important;
 }

 .navbar-nav .nav-link {
     color: white !important;
     padding: 0.5rem 1rem;
 }

 .navbar-nav .nav-link:hover {
     color: #ddd !important;
 }

 .hero {
     position: relative;
     /* To allow absolute positioning of other elements if needed */
     width: 100%;
     height: auto;
     /* Adjust as needed or use a fixed height */
     overflow: hidden;
     /* To contain the image if it overflows */
 }

 .hero-image {
     display: block;
     /* Prevent extra space below the image */
     width: 100%;
     height: auto;
     /* Maintain aspect ratio */
 }

 /* Optional: If you want to ensure a minimum height for the hero section */
 /* .hero {
min-height: 400px;
} */

 /* Responsive adjustments (example: make the image take full width on smaller screens) */
 @media (max-width: 768px) {}

 .business-divisions {
     padding: 4rem 2rem;
     background-color: #fff;
 }

 .business-divisions h2 {
     color: #008060;
     text-align: center;
     margin-bottom: 2rem;
     font-size: 2rem;
     font-weight: bold;
 }

 .division-card {
     position: relative;
     overflow: hidden;
     border-radius: 5px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     margin-bottom: 1.5rem;
 }

 .division-card img {
     width: 100%;
     height: auto;
     display: block;
     transition: transform 0.3s ease-in-out;
 }

 .division-card:hover img {
     transform: scale(1.05);
 }

 .division-overlay {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     background: rgba(0, 0, 0, 0.6);
     color: white;
     padding: 1rem;
     text-align: center;
     opacity: 0;
     transition: opacity 0.3s ease-in-out;
 }

 .division-card:hover .division-overlay {
     opacity: 1;
 }

 .division-overlay h3 {
     margin-bottom: 0;
     font-size: 1.2rem;
     font-weight: bold;
 }

 .footer {
     background-color: #333;
     color: white;
     text-align: center;
     padding: 1rem;
     font-size: 0.9rem;
 }

 .btn-social {
     width: 35px;
     height: 35px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     font-size: 1rem;
 }

 /* Responsive adjustments */
 @media (max-width: 768px) {
     .hero h2 {
         font-size: 2rem;
     }

     .hero p {
         font-size: 1rem;
     }
 }

 .careers-hero {
     background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('./images/banner2.jpg') center/cover no-repeat;
     /* Replace 'careers-hero.jpg' */
     color: white;
     text-align: left;
     padding: 6rem 2rem;
 }

 .careers-hero h1 {
     font-size: 3rem;
     font-weight: bold;
     margin-bottom: 0.5rem;
 }

 .careers-hero p {
     font-size: 1.2rem;
     margin-bottom: 1.5rem;
 }

 .careers-hero .btn {
     padding: 1rem 1.5rem;
     font-size: 1.1rem;
     border-radius: 5px;
     text-decoration: none !important;
     display: inline-flex;
     align-items: center;
     gap: 0.5rem;
     border: none;
 }

 .careers-hero .btn-primary {
     background-color: #00a651 !important;
     /* A slightly brighter green */
     color: white !important;
 }

 .careers-hero .btn-secondary {
     background-color: #008060 !important;
     /* The main green */
     color: white !important;
 }

 .careers-hero .btn:hover {
     opacity: 0.9;
 }

 /* Responsive adjustments */
 @media (max-width: 768px) {
     .careers-hero {
         padding: 4rem 1rem;
         text-align: center;
     }

     .careers-hero h1 {
         font-size: 2.5rem;
     }

     .careers-hero p {
         font-size: 1rem;
     }

     .careers-hero .btn {
         width: 100%;
         margin-bottom: 1rem;
     }
 }

 .sustainability-hero {
     background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./images/banner-3.webp') center/cover no-repeat;
     /* Replace 'sustainability-hero.jpg' */
     color: white;
     text-align: left;
     padding: 6rem 2rem;
 }

 .sustainability-hero h1 {
     font-size: 3rem;
     font-weight: bold;
     margin-bottom: 0.5rem;
 }

 .sustainability-hero h2 {
     font-size: 1.8rem;
     margin-bottom: 1rem;
     font-weight: normal;
 }

 .sustainability-hero p {
     font-size: 1.1rem;
     margin-bottom: 1.5rem;
 }

 .sustainability-hero .btn {
     background-color: #00a651 !important;
     /* A slightly brighter green */
     color: white !important;
     border: none;
     padding: 1rem 1.5rem;
     font-size: 1.1rem;
     border-radius: 5px;
     text-decoration: none !important;
     display: inline-flex;
     align-items: center;
     gap: 0.5rem;
 }

 .sustainability-hero .btn:hover {
     opacity: 0.9;
 }

 /* Responsive adjustments */
 @media (max-width: 768px) {
     .sustainability-hero {
         padding: 4rem 1rem;
         text-align: center;
     }

     .sustainability-hero h1 {
         font-size: 2.5rem;
     }

     .sustainability-hero h2 {
         font-size: 1.4rem;
     }

     .sustainability-hero p {
         font-size: 1rem;
     }

     .sustainability-hero .btn {
         width: 100%;
     }
 }

 .students-hero {
     background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./images/banner-5.webp') center/cover no-repeat;
     /* Replace 'students-hero.jpg' */
     color: white;
     text-align: left;
     padding: 6rem 2rem;
 }

 .students-hero h1 {
     font-size: 3rem;
     font-weight: bold;
     margin-bottom: 0.5rem;
 }

 .students-hero p {
     font-size: 1.2rem;
     margin-bottom: 1.5rem;
 }

 .students-hero .btn {
     background-color: #00a651 !important;
     /* A slightly brighter green */
     color: white !important;
     border: none;
     padding: 1rem 1.5rem;
     font-size: 1.1rem;
     border-radius: 5px;
     text-decoration: none !important;
     display: inline-flex;
     align-items: center;
     gap: 0.5rem;
 }

 .students-hero .btn:hover {
     opacity: 0.9;
 }

 /* Responsive adjustments */
 @media (max-width: 768px) {
     .students-hero {
         padding: 4rem 1rem;
         text-align: center;
     }

     .students-hero h1 {
         font-size: 2.5rem;
     }

     .students-hero p {
         font-size: 1rem;
     }

     .students-hero .btn {
         width: 100%;
     }
 }

 .about-us-hero {
     background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('./images/banner-4.webp') center/cover no-repeat;
     /* Replace 'about_us_hero.jpg' */
     color: white;
     text-align: left;
     padding: 4rem 2rem;
     /* Adjusted padding */
 }


 .about-us-hero h1 {
     font-size: 3rem;
     font-weight: bold;
     margin-bottom: 0.5rem;
 }


 .about-us-hero p {
     font-size: 1.2rem;
     margin-bottom: 1.5rem;
 }


 .about-us-hero .btn {
     background-color: #00a651 !important;
     /* A slightly brighter green */
     color: white !important;
     border: none;
     padding: 1rem 1.5rem;
     font-size: 1.1rem;
     border-radius: 5px;
     text-decoration: none !important;
     display: inline-flex;
     align-items: center;
     gap: 0.5rem;
 }


 .about-us-hero .btn:hover {
     opacity: 0.9;
 }

 .about-us-hero .btn i {
     font-size: 1.2rem;
 }


 /* Responsive adjustments */
 @media (max-width: 768px) {
     .about-us-hero {
         padding: 3rem 1rem;
         /* Adjusted padding */
         text-align: center;
     }


     .about-us-hero h1 {
         font-size: 2.5rem;
     }


     .about-us-hero p {
         font-size: 1rem;
     }


     .about-us-hero .btn {
         width: 100%;
     }

     ul.navbar-nav.ms-auto {
         text-align: center;
         padding-top: 2px;
     }

     li.nav-item {
         border: 1px solid white;
         padding: 5px;
     }
 }


 .whatsapp-button {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background-color: #25D366;
     color: white;
     font-weight: bold;
     padding: 10px 15px;
     border-radius: 25px;
     text-decoration: none;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     transition: background-color 0.3s ease;
     position: fixed;
     bottom: 20px;
     right: 20px;
     z-index: 999;
 }

 .whatsapp-button img {
     width: 24px;
     height: 24px;
 }

 .whatsapp-button:hover {
     background-color: #1ebe5b;
 }