.description_section {
    background: #222831;
    color: #ffffff;
}
.description_section h1 {
    font-weight: bold;
    align-items: center;
}
.description_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.description_section .heading_container {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.description_section .detail-box {
    align-items: center;    
}

   

.description_section .img-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .description_section .img-box img {
        width: 100%;
        max-width: 445px;
        position: relative;
        z-index: 2;
    }

.description_section .detail-box p {
    margin-top: 15px;
}

/* .description_section .detail-box a:hover {
    background-color: #e69c00;
} */

.info-box {
    background-color: #0667db; /* light blue background */
    border-left: 4px solid #007BFF; /* accent border */
    border-radius: 8px; /* rounded corners */
    padding: 16px;
    margin-top: 20px;
    font-size: 0.95rem;
    color: #ffffff;
    margin-bottom: 30px;
  }

.history_section .detail-box h3 {
    color: #0667db; 
    font-weight: bold;
}

  .carousel-wrapper {
    max-width: 600px; /* or any size you prefer */
    margin: 0 auto; /* center the carousel */
  }

  .carousel-item img {
    max-height: 400px; /* or adjust based on your image size */
    object-fit: cover;
    width: 100%;
    border-radius: 8px; /* optional, for rounded corners */
  }

  /* Smaller height on mobile */
  @media (max-width: 576px) {
    .carousel-item img {
      height: 200px;
    }
}

.carousel_section {
    background: #222831;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
    .carousel_section h2 {
        align-items: center;
        padding-bottom: 30px;
    }
.carousel_section .heading_container {
        text-align: center;
        align-items: center;
    }

    .carousel_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

.carousel-header h2 {
        align-items: center;
        padding-bottom: 30px;
    }