/* General Styles */
body {
    font-family: Arial, sans-serif;
}

.bg-green {
    background-color: #02913f;
}

.text-green {
    color: #009966;
}

.bg-orange-light
{
    background-color: rgb(255, 246, 240) !important;
}

.bg-orange {
    background-color: #FFA500;
}

.text-orange {
    color: #FFA500;
}

.fab, .fas {
    font-size: 1.5rem;
}

/* Header */
.navbar-brand img {
    height: 50px;
}

/*.navbar-nav .nav-link {
    color: white !important;
}
*/
.navbar-nav .nav-link:hover {
    color: #FFA500 !important;
}

/* Hero Section */
.hero-section {
    background-image: url('hero-background.jpg');
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.carousel-indicators button {
    background-color: white;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

/* Search Bar */
.search-bar {
    background-color: #f8f9fa;
}

/* Categories */
.categories {
    background-color: #f8f9fa;
}

/* Projects */
.projects {
    background-color: white;
}

.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card img {
    height: 200px;
    object-fit: cover;
}

/* News */
.news {
    background-color: white;
}

/* Announcements */
.announcements {
    background-color: white;
}

/* Key Stats */
.key-stats {
    background-color: white;
}

/* Partners */
.partners {
    background-color: #f8f9fa;
}

/* Contact */
.contact {
    background-color: white;
}

/* Footer */
footer {
    background-color: #02913f;
    color: white;
}

footer ul li a {
    color: white;
}

.actualites-section .text-justify {
  text-align: justify;
}

.actualites-section .btn-outline-success {
  border-width: 2px;
  padding: 6px 20px;
}

.object-fit-cover {
  object-fit: cover;
}

.carousel-caption {
  bottom: 45%;
  left: 0;
  right: 65%;
}

.carousel-caption-2 {
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-indicators button {
  background-color: #198754;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
}

.bg-orange {
  background-color: #f18700;
}

.text-green {
    color: #009966;
}

.partner-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Partners Section */
.partners-section {
    background-color: #f8f9fa; /* Light beige background */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .partner-logo {
        max-height: 150px; /* Ensure logos are not too large on smaller screens */
    }
}


.bg-green {
    background-color: #009966;
}

.border-green {
    border-color: #009966;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px; /* Overlap with the content box */
}

.contact-box {
    position: relative;
}

.content {
    position: relative;
    top: -10px; /* Overlap with the icon circle */
    background-color: white;
    border-top: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .contact-box {
        margin-bottom: 20px; /* Add spacing between boxes on smaller screens */
    }
}


 .contact-section {
            padding: 50px 0;
            text-align: center;
        }
        .contact-title {
            color: #018c39;
            font-weight: bold;
            margin-bottom: 50px;
        }
        .contact-box {
            border: 2px solid #018c39;
            padding: 40px 20px 20px 20px;
            background-color: #f5f8f5;
            position: relative;
            border-radius: 5px;
        }
        .contact-icon {
            width: 100px;
            height: 100px;
            background-color: #018c39;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -50px;
            left: 50%;
            transform: translateX(-50%);
        }
        .contact-icon img {
            width: 40px;
            height: 40px;
        }
        .contact-info {
            margin-top: 60px;
/*            font-size: 18px;*/
        }



.footer {
      background-color: #0f5c34;
      color: white;
      padding: 60px 20px 20px;
      position: relative;
    }
    .footer h4 {
      color: #f5821f;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .footer a {
      color: white;
      text-decoration: underline;
    }
    .footer a:hover {
      color: #f5821f;
    }
    .footer-logo img {
      max-width: 100%;
      height: auto;
    }

    footer h4 {
  margin-bottom: 1rem;
}

footer a:hover {
  color: #ffc107; /* Bootstrap Warning color */
}

    .social-icons img {
      width: 50px;
      margin: 0 10px;
      transition: transform 0.3s;
    }
    .social-icons img:hover {
      transform: scale(1.1);
    }
    .copyright {
      background-color: #222;
      padding: 10px 0;
      text-align: center;
      color: #ddd;
      font-size: 14px;
    }


.orange-line {
  width: 100%;
  height: 5px; /* Adjust thickness */
  background-color: #F57C00; /* SONAPIE Orange - you can tweak if needed */
}
