section {
    padding: 0!important;
}

.stars-flex {
  display: flex;
  gap: 25px;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap; 
  margin-top: 32px;
}

.hotel-rating-card {
  flex: 1 1 0;
  min-width: 160px;
  height: 125px;
  max-width: 270px;
  background: #fff;
  box-shadow: 0px 1px 32px 0px rgba(176, 174, 174, 0.16);
  padding: 22px 24px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #4B2574;
  transition: box-shadow 0.2s;
}

.hotel-rating-number {
  color: #4B2574;
  font-family: "Gilroy Extra Bold";
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
}

.hotel-star-svg {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 4px;
  display: inline-block;
}
.hotel-rating-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; /* aralıq */
}

.filter {
     margin-top: 23px;
     margin-bottom: 32px;
     background: #F0EFF5;
}

.filter-title {
    font-family: 'Gilroy Extra Bold', Arial, sans-serif;
    color: #4B2574;
    font-size: 1.15rem;
    font-weight: 800;
}
.custom-input-group {
    position: relative;
    width: 100%;
}
.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    pointer-events: none;
    opacity: 0.8;
}
.filter-input {
    padding-left: 44px !important;
    border: none;
    border-bottom: 2px solid #4B2574;
    border-radius: 0;
    background: transparent;
font-family: "Gilroy Light" !important;
    color: #4B2574;
    font-size: 1rem;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
}
.filter-input:focus {
    border-color: #6238a8;
    background: transparent;
}
.dm {
    width: 100%;
    border-radius: 0 0 8px 8px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 2px 12px rgba(90,62,162,0.08);
    z-index: 1000;
    margin-top: 2px;
    max-height: 260px;
    overflow-y: auto;
}
.di {
    color: #4B2574;
    font-size: 1rem;
    padding: 8px 18px;
    cursor: pointer;
}
.di:hover, .di.active {
    background: #f5eefd;
    color: #6238a8;
}
.star-item img {
    vertical-align: middle;
    margin-right: 2px;
}


.hotel-map-section {
    background: #F0EFF5;
    padding: 24px 10px;
    margin-top: 23px;
}
.hotel-list {
    display: flex;
    flex-direction: column;

      max-height: 1020px;
  overflow-y: auto;
  padding-right: 4px; /* skroll barın üstündə kontent kəsilməsin deyə */
  scrollbar-width: thin;
  scrollbar-color: #4B2574 #ede
}
.hotel-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 32px 0px rgba(176, 174, 174, 0.16);
    padding: 24px 26px 26px 26px;
    margin-bottom: 24px;
    position: relative;
}
.hotel-card-title {
    font-family: "Gilroy Extra Bold", Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #4B2574;
}

#hotel-search.filter-input::placeholder {
    color: #3C1053;
    opacity: 1;
}

#city-search.filter-input::placeholder {
    color: #3C1053;
    opacity: 1;
}

.hotel-superior {
    font-style: italic;
    color: #4B2574;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    font-family: "Publico Azerbaijan Text" !important;
    margin-top: 4px;
}
.hotel-card-header {
    font-family: "Gilroy Extra Bold", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #4B2574;
}
.hotel-map-link {
    color: #FF595A;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.15s;
    white-space: nowrap;
}
.hotel-map-link:hover { color: #c2283d; }
.hotel-card-stars-row {
    margin-bottom: 16px;
    margin-top: 2px;
    border-bottom: 1px solid rgba(219, 223, 240, 0.20);
    padding-bottom: 16px;
}
.hotel-stars .star {
    width: 22px;
    height: 22px;
    margin-right: 4px;
}
.hotel-card-bottom {
    margin-top: 12px;
    color: rgba(60, 16, 83, 0.70);
    font-size: 14px;
font-family: "Gilroy Light" !important;
    opacity: 0.88;
}

.gm-ui-hover-effect {
    position: absolute!important;
    right: 5px!important;
    top: 5px!important;
    /* background-color: #FF595A!important; */
    border-radius: 50%;
    width: 30px!important;
    height: 30px!important;
    border: 0.361px solid #572A86!important;
    background: rgba(87, 42, 134, 0.50)!important;
    box-shadow: 0 0.361px 11.544px 0 rgba(176, 174, 174, 0.16)!important;
}

.gm-ui-hover-effect span {
    background-color: #FFFFFF!important;
    margin: 0px!important;
    margin-inline: auto!important;
}

.gm-style-iw-d {
    padding: 15px!important;
}

#clear-filters {
    cursor: pointer;
}
.pin-icon {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    opacity: 0.6;
}
.hotel-address {
    display: inline-block;
    vertical-align: middle;
    color: rgba(60, 16, 83, 0.7);
}
.hotel-map {
    width: 100%;
    min-height: 470px;
    height: 100%;
    background: #edeaf2;
    border-radius: 10px;
    overflow: hidden;
    /* Map JS ilə dolacaq */
}

#star-dropdown {
    text-align: left;
    color: #3C1053;
    opacity: 1; 
}

.cig {
    position: relative;
}
.cig input {
    padding-right: 32px;
}
.cig::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    width: 18px;
    height: 18px;
    pointer-events: none;
    background: url('/img/down-arrow.svg') no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
    z-index: 3;
    opacity: .7;
}

.gm-style-iw {
    border: 0.721px solid #572A86!important;
    border-radius: 12px !important;
}

.gm-style-iw-tc {
    display: none;
}



@media (max-width: 991.98px) {
    .hotel-map-section { padding: 10px 2px; }
    .hotel-map { min-height: 320px; }
    .hotel-card { padding: 17px 12px 10px 12px; }
}



@media (max-width: 991.98px) {
  .hotel-rating-card { font-size: 0.95rem; }
}

@media (max-width: 767.98px) {
  .stars-flex { gap: 16px; }
  .hotel-rating-card { min-width: 100%; max-width: 100%; }
}
