       /* Style for the card container */
       .card-container {
        position: relative;
        width: 100%;
        /* max-width: 400px; You can adjust the max-width as needed */
        margin: auto;
        overflow: hidden;
        /* border-radius: 10px; */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s;
        cursor: pointer;
    }

    /* Style for the card image */
    .card-image {
        width: 100%;
        height: auto;
        /* border-radius: 10px; */
    }

    .main-heading-sepc{
          font-family: Audiowide;
          font-size: 24px;
          font-weight: 400;
          line-height: 31px;
          letter-spacing: 0em;
          text-align: left;
    }

    .second-sub-heading{
      font-family: Montserrat;
          font-size: 16px;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: 0em;
          text-align: left;
    }

    .list{

      display: flex; 
      gap: 10px; 
      align-items: center;
      color: transparent; 
      width: 178px; ; 
      height: 32px; 
    }

    /* Style for the overlay text */
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); /* Gray background color */
      color: white;
      opacity: 0;
      transition: opacity 0.3s;
      /* padding: 50px; */
      box-sizing: border-box;
 
  
  }
  

    /* Hover effect */
    .card-container:hover .overlay {
        opacity: 1;
    }

    .heading-uper{
      color: white; 
      font-family: Audiowide;
      padding-top: 1rem;
    }

    .heading-below{
      color: #333333; 
      font-family: Audiowide;
      padding-top: 1rem;
    }

    .main-heading{
      color: white; 
      
      font-family: Audiowide;
      padding-top: 1rem; 
      /*padding-left: 3rem;*/
    }


    .table-container {
      max-height: 13rem;
      overflow-y: auto;
  }
  
  .responsive-table {
      width: 100%;
      border-collapse: collapse;
  }
  
  .responsive-table, .responsive-table th, .responsive-table td {
      border: 1px solid #04242F;
  }
  
  .responsive-table th, .responsive-table td {
      padding: 16px;
      text-align: center;
  }
  
  .responsive-table th {
      background-color: #04242F;
      color: white;
  }


  .list{
    display: flex; 
    gap: 10px; 
    align-items: center ;
    color:transparent !important; 
    width: 178px; 
    height: 32px; 
  }

  .hide-links{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 15px;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 59px;
    bottom: 17px;
  
  }
  
  .hide-links-2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 15px;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 196px;
    bottom: 32px;
  }


  .home-categories-3 {
    /* background-color: #003B4D; */
    padding: 0 20px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: 2px solid #878787;
  border-radius: 6px;
  /* max-width: 80%; */
}


.content {
    background-color: white;
    padding: 36px;
    border-radius: 12px;
}

h2 {
    color: #003B4D;
}

.hide-links{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 59px;
  bottom: 17px;

}

.hide-links-2{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 196px;
  bottom: 32px;
}
  


    .slider_section .slider_bg_box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
      }
      
      .slider_section .slider_bg_box img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
      }
      
      .slider_section .slider_bg_box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }


      .slider_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      
      .slider_section #customCarousel1 {
        width: 100%;
        position: unset;
      }
      
      .slider_section .detail-box {
        color: #04233b;
      }
      
      .slider_section .detail-box h1 {
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #ffffff;
        font-size: 23px;
      }
      
      .slider_section .detail-box p {
        color: #fefefe;
        font-size: 14px;
      }
      
      .hero-video {
        object-fit: cover;
      }
      .slider_section .detail-box .btn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -5px;
        margin-top: 25px;
      }
      
      .slider_section .detail-box .btn-box a {
        margin: 5px;
        text-align: center;
        width: 165px;
      }

      .hero-video {
        object-fit: cover;
      }
      
      .slider_section .detail-box .btn-box .btn1 {
        display: inline-block;
        padding: 10px 15px;
        background-color: #0a97b0;
        color: #ffffff;
        border-radius: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
      }
      
      .slider_section .detail-box .btn-box .btn1:hover {
        background-color: #065968;
      }
      
      .slider_section .detail-box .btn-box .btn2 {
        display: inline-block;
        padding: 10px 15px;
        background-color: #000000;
        color: #ffffff;
        border-radius: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
      }
      
      .slider_section .detail-box .btn-box .btn2:hover {
        background-color: black;
      }
      
      .slider_section .carousel-indicators {
        position: unset;
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 45px;
      }
      
      .slider_section .carousel-indicators li {
        background-color: #ffffff;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        opacity: 1;
      }
      
      .slider_section .carousel-indicators li.active {
        width: 20px;
        height: 20px;
        background-color: #0a97b0;
      }

      @media screen and (max-width: 1440px) {
        .overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.7);
          color: white;
          opacity: 0;
          transition: opacity 0.3s;
          /* padding: 50px; */
          box-sizing: border-box;

      }
      }


    
      @media screen and (max-width: 768px) {
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            opacity: 0;
            transition: opacity 0.3s;
            /* padding: 50px; */
            box-sizing: border-box;
     
        }

        .heading-below{
          font-size: 8px !important;
          margin-left: -0.8rem !important;
        }

        .main-heading{
          color: white; 
          
          font-family: Audiowide;
          padding-top: 1rem; 
          /*padding-left: 3rem;*/
        }

        .hide-links{
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          align-items: flex-end;
          gap: 1px;
          position: absolute;
          z-index: 9999;
          top: 0;
          right: 7px;
          bottom: 8px;
        
        }
        
        .hide-links-2{
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          align-items: flex-end;
          gap: 5px;
          position: absolute;
          z-index: 9999;
          top: 0;
          right: 67px;
          bottom: 13px;
        }

        .list {
          display: flex;
          gap: 10px;
          align-items: center;
          color: transparent !important;
          width: 90px;
          height: 13px;
      }
      }

  