.th-header .menu-area {
    margin-top: -15px;
    margin-bottom: -30px;
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 0px;
    padding-top: 0px;
}
.header-layout1 .header-button .th-btn {
    background-color: #25d366;
}
.flag-icon {
  width: 22px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 2px;
}
.social-share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #EED26E;
  color: #fff;
}

.bg-smoke-bg {
    background-color: #d8d8d8!important;
}
.client-card{
    height: 150px;             
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-card img{
    width: 220px;              /* same width */
    height: 100px;              /* same height */
    object-fit: contain;     
}
.aminities-card {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
    .gy-80 {
        --bs-gutter-y: 200px;
    }
}
