.maincolor{color:#d93947;}
.logo{width:180px;}
.mainbg{background-color:#d93947;}
.icon-hover:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition: 0.3s ease;
  }
  .object-fit-cover {
    object-fit: cover;
  }
  .h-280{height:280px!important;}
  .img-fixed{width:100%; overflow:hidden;}
.text-justify{text-align: justify;}
.icons{color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 14px;}
    .service-list li a {
    display: block;
    background-color: #d93947;
    color: white;
    padding: 10px 15px;
    margin-bottom: 8px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .service-list li a:hover {
    background-color: #1b1d1f !important; 
    text-decoration: none;
  }
  .custom-table thead {
      background-color: #1b1d1f !important;
      color: #ffffff;
    }

    .custom-table tbody tr:nth-of-type(odd) {
      background-color: #f9e6f4 !important; 
    }
        .custom-table tbody tr:nth-of-type(even) {
      background-color: #f9e6f4 !important; 
      background-color: #1b1d1f !important; 
      color:#ffffff!important;
    }

    .custom-table tbody tr:hover {
      background-color: #1b1d1f !important; 
      color:#ffffff!important;
    }
      .star-rating {
      color: #ffc107 !important;
      font-size: 1.2rem;
    }

    .image-wrapper {
      position: relative;
      overflow: hidden;
    }

    .hover-info {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.7); /* Transparent black */
      color: #fff;
      padding: 10px;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      text-align: center;
    }

    .image-wrapper:hover .hover-info {
      opacity: 1;
    }

    .hover-info a {
      color: #fff;
      text-decoration: none;
    }

    .hover-info a:hover {
      text-decoration: underline;
    }
      .accordion-button {
    background-color: #d93947;
    color: #ffffff;
  }

  .accordion-button:not(.collapsed) {
    background-color: #d93947;
    color: #ffffff;
    box-shadow: none;
  }

  .accordion-button:hover {
    background-color: #d93947;
    color: #ffffff;
  }

  .accordion-button:focus {
    box-shadow: none;
  }
  
  @media only screen and (max-width: 600px) {
      .logo{width:120px;}
      .h-280{height:370px!important;}
  }