/* Responsive overrides for restored hotelmanya site */
img { max-width: 100%; height: auto; }
.container, .container-fluid { width: 100% !important; max-width: 1170px; box-sizing: border-box; padding-left: 15px; padding-right: 15px; }
*, *::before, *::after { box-sizing: border-box; }
.row { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
[class*="col-"] { padding-left: 15px; padding-right: 15px; box-sizing: border-box; }

/* Default desktop grid based on bootstrap col-lg-X */
@media (min-width: 1200px) {
  .col-lg-1{width:8.333%}.col-lg-2{width:16.666%}.col-lg-3{width:25%}.col-lg-4{width:33.333%}
  .col-lg-5{width:41.666%}.col-lg-6{width:50%}.col-lg-7{width:58.333%}.col-lg-8{width:66.666%}
  .col-lg-9{width:75%}.col-lg-10{width:83.333%}.col-lg-11{width:91.666%}.col-lg-12{width:100%}
  #header-mobile { display: none !important; }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  #header-pc { display: none !important; }
  #header-mobile { display: block !important; }
  [class*="col-lg-"] { width: 50%; }
  .col-lg-12 { width: 100%; }
  .col-lg-8, .col-lg-10, .col-lg-9 { width: 100%; }
  .solMenu { width: 100%; margin-bottom: 20px; }
  .content { width: 100%; }
  input[type="text"], select, .ui-corner-all { width: 100% !important; max-width: 100%; }
  .otelResim { float: none; text-align: center; }
  .otelResim img { width: 100%; max-width: 400px; height: auto; }
  .otelBilgi { width: 100%; padding-left: 0 !important; margin-top: 15px; }
}

/* Mobile */
@media (max-width: 767px) {
  #header-pc { display: none !important; }
  #header-mobile { display: block !important; }
  [class*="col-lg-"], [class*="col-md-"], [class*="col-sm-"] { width: 100% !important; }
  .container { padding: 10px; }
  h1 { font-size: 22px; }
  h2 { font-size: 18px; }
  input[type="text"], input[type="password"], select, .ui-corner-all { width: 100% !important; max-width: 100%; box-sizing: border-box; margin-bottom: 8px; }
  .btn-ara, .btn-yerayirt { width: 100% !important; margin-top: 10px; }
  .hotel-form .row { margin-bottom: 10px; }
  .otelResim { float: none; text-align: center; width: 100%; }
  .otelResim a { display: block; width: 100%; }
  .otelResim img { width: 100% !important; height: auto !important; max-width: 520px; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 4px; }
  .otelBilgi { width: 100%; padding: 10px 0 !important; }
  .otelAdi h2 { font-size: 16px; }
  .yildizBg { display: inline-block; }
  .footer { padding: 20px 10px; }
  .footer .ulFooter li { width: 100%; display: block; margin-bottom: 15px; }
  .footerSosyal { margin-top: 15px; }
  .topMenu, .headerMenu { padding: 0; }
  .topMenu li, .headerMenu li { display: block; margin: 5px 0; }
  .nav-menu-icon { float: left; padding: 12px; }
  .nav-menu-logo { text-align: center; padding: 8px; }
  .nav-menu-logo img { max-height: 40px; }
  .header-bg { align-items: center; justify-content: space-between; }
  .nav-menu-right { display: flex; gap: 8px; padding-right: 0; margin-left: auto; }
  .nav-menu-right a { color: #0b3d70; font-size: 11px; font-weight: 600; white-space: nowrap; }
  #mobilMenu { position: fixed; top: 0; left: 0; width: 80%; max-width: 300px; height: 100vh; background: #fff; z-index: 1000; overflow-y: auto; padding: 20px; box-shadow: 2px 0 8px rgba(0,0,0,0.2); display: none; }
  #mobilMenu.open { display: block; }
  #menuBg { position: fixed; top:0; left:0; width:100%; height:100vh; background: rgba(0,0,0,0.5); z-index: 999; display: none; }
  #menuBg.open { display: block; }
  .pageTitle h1 { font-size: 18px; }
  .sirala { float: none !important; margin-top: 10px; }
  .solMenu { width: 100%; margin-bottom: 20px; }
  .content { width: 100%; }
  table { display: block; overflow-x: auto; }
}

#header-mobile { display: none; }

/* Make all buttons styled and clickable */
.btn-ara, .btn-yerayirt, input[type=submit] {
  background: #EB4D00; color: #fff; border: none; padding: 10px 20px; cursor: pointer; border-radius: 4px; font-weight: bold;
}
.btn-ara:hover, .btn-yerayirt:hover, input[type=submit]:hover { background: #c43e00; }
a { cursor: pointer; }
