.image-heading {
    position: relative;
   text-align: center;
    left: 50%; /* Center the heading horizontally */
    transform: translateX(-50%); /* Adjust horizontally to center it properly */ 
    padding: 5px 10px; /* Adjust padding as needed */
    font-size: 14px; /* Adjust font size as needed */
    color: #242424; /* Adjust text color as needed */
    
    
  }
  /* CSS for gallery section */

/* Optional: Style for album controls */
.album-controls {
  margin-top: 20px;
  text-align: center; /* Center align the controls */
}

/* Optional: Style for album control links */
.album-controls a {
  margin: 0 10px; /* Add spacing between control links */

  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;

  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}


    #radio-cards-container {
      margin-top: 5rem;
      width: 75vw;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .radio-card {
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      width: 300px;
      margin-right: 2rem;
      margin-bottom: 2rem;
      padding: 3rem;
      transition: all 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
  }
  
  .radio-card:hover {
      border: 2px solid #016787;
      cursor: pointer;
  }
  
  .radio-card-check {
      display: none;
      position: absolute;
      top: 1.5rem;
      left: 1.5rem;
  }
  
  .radio-card-check i {
      font-size: 1.6rem;
      color: #016787;
  }
  
  .text-center {
      text-align: center;
  }
  
  .radio-card-icon img {
      width: 80px;
  }
  
  .radio-card-label {
      margin-top: 1rem;
      font-weight: 600;
      font-size: 1.2rem;
  }
  
  .radio-card-label-description {
      margin-top: 0.5rem;
      color: rgba(0, 0, 0, 0.7);
  }
  
  .radio-card.selected {
      border: 2px solid #016787;
  }
  
  .radio-card.selected .radio-card-check {
      display: inline-flex;
  }
    /* Custom alert style */
    .alert-custom {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }
  
          .percent {
      position: relative;
  }
  
  .percent svg {
      transform: rotate(-90deg);
  }
  
  .percent circle {
      fill: none;
      stroke: #e5e5e5;
      stroke-width: 20;
      transition: stroke-dashoffset 0.3s;
  }
  
  .percent .fill {
      stroke: #38a3e8;
      stroke-dasharray: 0 314;
      stroke-dashoffset: calc(314 - (var(--percent) / 100 * 314));
      transition: stroke-dashoffset 1s ease-out;
  }
  
  .number {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 24px;
  }
  
  .number h3 {
      margin: 0;
  }
  
  .number h3 span {
      font-size: 14px;
      color: #999;
  }
  /* Custom styles for the carousel container */
  #demo {
  
    overflow: hidden; /* Hide overflowing content */
    margin: auto; /* Center the carousel */
    width: 550px; /* Set the default width of the carousel */
    height:150px;
  
    /* Responsive adjustments for smaller screens */
    @media (max-width: 767px) {
      width: 100%; /* Set the width to 100% for screens smaller than 767px */
    }
  }
  .slider1.slick-dotted.slick-slider{
    max-width: 650px;
    margin: 0 auto 0px;
   margin-left: 30px;
  
    margin-right: 30px;
    margin-top: 0px;
   
  }
  @media only screen and (max-width: 768px) {
    .slider1.slick-dotted.slick-slider{
      width:350px;
      margin-left: 0px;
      margin-right: 0px;
    }
  
  
    .slider1 div img {
        max-height: 200px; /* Adjust this value according to your requirements */
        width: 100%;
        margin: auto; /* Center the image horizontally */
        display: block; /* Ensure the image is displayed as a block element */
    }
  }
  
  .slider1 div{
    
    font-size: 35px;
    font-weight: bold;
    text-align: center;
   
    
  }
  .slider1 .slick-dots{
    bottom:-15px;
  }

 .slider1 .slick-dots li button:before{
    margin-left:20px ;
  }
  .slider1 .slick-dots li button:before{
    color: #003ba8;
    content: '•';
    background: #0059ff;
    border-radius: 50%;
    font-size: 10px;
    line-height: 12px;
    width: 10px;
    height: 10px;
    
  }
   
  .slick-dots .animated-dot{
    margin-left:20px;
    background-image: url("https://img.icons8.com/fluency/48/circled-play.png");

    background-repeat: no-repeat;
    background-size: cover;
    height: 14px;
    width: 16px;
    }
  
  /* progress bar */
  
  
  /* common slider-nav */
  .slider1 .previous-slide, .slider1 .next-slide{
    height: 18px;
    width: 18px;
    position:absolute;
    top: auto;
    bottom: -15px;
    left: auto;
    right: auto;
    cursor: pointer;
    z-index: 2;
  }
  .slider1 .previous-slide{
    background: url("https://img.icons8.com/color/48/000000/back--v1.png"  ) no-repeat;

    background-size: contain;
    
  }
  .slider1 .next-slide{
    background: url("https://img.icons8.com/color/48/000000/forward.png ") no-repeat;

    background-size: contain;
    background-position: right;
  }
  
  
  .slider1 {
    .slider1 {
      position: relative;
      width: 100%; /* Ensure the slider container fills its parent container */
    }
  }
  
  /* Ensure each slide div fills the width of the slider container */
  .slider1 div {
    width: 100%;
  }
  
  /* Ensure each image fills the width of its slide div */
  .slider1 img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    object-fit:fill; /* Ensure the image covers the entire slide */
  }
  
  @media screen and (max-width: 576px) {
    /* Adjust styles for smaller devices */
    .slider1 img {
        height: 300px;
        width: 100%;
        margin: auto;
        display: block;
        object-fit: cover; /* Maintain aspect ratio and fill container */
    }

    .slider1 {
        max-width: 100%; /* Ensure the slider container doesn't overflow */
    }

    .slick-slider {
        max-width: 100%; /* Ensure the slider container doesn't overflow */
    }
    /* .slider1 .previous-slide, .slider1 .next-slide{

      margin-left: 20px;
    } */
}
  
  .card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .card:hover {
    transform: scale(1.05); /* Increase the size on hover */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* Add a subtle shadow on hover */
  }
  
  .card:hover .card-title {
    color: #ff5733; /* Change title color on hover */
  }
  
  .card:hover .card-text {
    color: #333; /* Change text color on hover */
  }
  
  .card-title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    color: #333; /* Default title color */
  }
  
  .card-text {
    color: #666; /* Default text color */
  }
  
  
  
  
  .gallery {
    padding: 60px 0;
  }
  
  .albums {
    display: flex;
  }
  
  .albums img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
  }
  
  .albums img:hover {
    transform: scale(1.1);
  }
  
  .cards-container {
    display: flex;
    animation: scroll 20s linear ;
  
  }
  
  .cards {
    width: 300px; /* Adjust the width of each card */
    height: 100px;
    padding: 40px;
    margin-right: 20px; /* Adjust the spacing between cards */
    background-color: #f0f0f0;
  }
  
  .cards-wrapper {
    width: 60%; /* Adjust the width of the cards wrapper */
    margin: 0 auto; /* Center the cards container */
    justify-content: center;
    overflow: hidden;
  }
  @keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
  }
  
  .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .responsive-button1 {
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 16px;
    text-align: center;
    background-color: #005b88;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .responsive-button1:hover{
       background-color: rgba(73, 205, 168, 0.7)!important;
       font-weight: 300;
  }
  .responsive-button2 {
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 16px;
    text-align: center;
    background-color: #299A9F;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .responsive-button2:hover{
    background-color: rgba(0, 201, 144, 0.7);
    font-weight: 300;
  }
  @media screen and (max-width: 768px) {
    .button-container {
      flex-direction: column;
      align-items: stretch;
    }
  
    .responsive-button1 {
      margin: 5px 0;
      width: 100%;
    }
    .responsive-button2 {
      margin: 5px 0;
      width: 100%;
    }
  }