.top-space-header{
    margin-top: -46px;
}
.logo-image{
    width: 150px;
}
@media (max-width:576px){
    .top-space-header{
        margin-top: 0px;
    }
    .logo-image{
        width: 55px !important;
    }
}

.hi-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%; 
    width: 150px; 
    height: 150px;
    margin: 0 auto; 
  }
  
  .hi-icon .img-1 {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    display: block;
  }

  .modal-backdrop.show {
    opacity: 0.6; 
    background-color: rgba(0, 0, 0, 0.5);
}
#brochuremodal .modal-content {
    background-color: rgba(255, 255, 255, 0.95); 
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-footer {
    border-top: none !important;
}

#submitBtn {
  background-color: #F2A700;
  color: white;
  border: none;
}
#submitBtn:hover {
  background-color:#000000; 
}
@media (max-width: 767.98px) {
  .carousel-caption h1 {
    font-size: 1.5rem;
    display: block;
  }
}

/*update 9/8/25*/
.brochures {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .brochures {
    margin-top: 20px;
    padding: 15px;
    background: #F8F8F8;
    border-radius: 6px;
  }
  .brochures h4 {
    font-size: 1.2rem;
  }
  .brochures p {
    font-size: 0.95rem;
  }
}
/*-------------*/