/* =============================================
   Altai Footer & Booking Form Plugin Styles
   ============================================= */

.altai-footer {
  background: #0d1b2a;
  color: #cdd6e0;
  font-family: 'Barlow', 'Segoe UI', sans-serif;
  padding: 0;
  margin-top: 40px;
  border-top: 2px solid #00bcd4;
}

.altai-footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px 40px;
  align-items: flex-start;
}

/* ---- COLUMNS ---- */
.altai-col { flex: 1; min-width: 220px; }
.altai-booking { flex: 1.4; min-width: 280px; }

.altai-col h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,188,212,0.3);
  padding-bottom: 10px;
}

/* ---- CONTACT ---- */
.altai-contact ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.altai-contact ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #a0b4c8;
  margin-bottom: 10px;
  line-height: 1.5;
}
.altai-contact .icon {
  font-size: 15px;
  flex-shrink: 0;
}

.altai-payments {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 12px;
  width: fit-content;
}
.altai-payments span {
  font-size: 10px;
  font-weight: 700;
  color: #1a3a5c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pay-badge {
  background: #1a3a5c;
  color: #ffffff !important;
  padding: 3px 8px !important;
  border-radius: 4px;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.altai-tripadvisor {
  font-size: 12px;
  color: #00bcd4;
  background: rgba(0,188,212,0.08);
  border: 1px solid rgba(0,188,212,0.2);
  border-radius: 6px;
  padding: 7px 12px;
  width: fit-content;
}

/* ---- ABOUT ---- */
.altai-about ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.altai-about ul li { margin-bottom: 10px; }
.altai-about ul li a {
  color: #a0b4c8;
  text-decoration: none;
  font-size: 14px;
  transition: color .2s;
}
.altai-about ul li a:hover { color: #00bcd4; }

.altai-socials {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.altai-social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0,188,212,0.12);
  border: 1px solid rgba(0,188,212,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00bcd4;
  text-decoration: none;
  transition: background .2s, border-color .2s;
}
.altai-social-btn:hover {
  background: rgba(0,188,212,0.25);
  border-color: #00bcd4;
}
.altai-social-btn svg {
  width: 18px;
  height: 18px;
}

.altai-partner {
  background: rgba(0,188,212,0.06);
  border: 1px solid rgba(0,188,212,0.15);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 12px;
  color: #8aa8c0;
  line-height: 1.7;
}
.altai-partner p { margin-bottom: 6px; }
.altai-partner p:last-child { margin-bottom: 0; }
.altai-partner strong { color: #cdd6e0; }

/* ---- BOOKING FORM ---- */
.altai-booking-box {
  background: #132233;
  border: 1px solid rgba(0,188,212,0.2);
  border-radius: 12px;
  padding: 28px 26px;
}
.altai-booking-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  border: none;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
}
.altai-booking-box > p {
  font-size: 13px;
  color: #7a9ab5;
  line-height: 1.6;
  margin-bottom: 20px;
}

.altai-booking-box form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.altai-booking-box input,
.altai-booking-box textarea {
  background: #ffffff;
  border: 1px solid #dce4ea;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 13px;
  font-family: inherit;
  color: #1a2a3a;
  outline: none;
  width: 100%;
  transition: border-color .2s;
}
.altai-booking-box input::placeholder,
.altai-booking-box textarea::placeholder {
  color: #9aacba;
}
.altai-booking-box input:focus,
.altai-booking-box textarea:focus {
  border-color: #00bcd4;
}
.altai-booking-box textarea {
  resize: vertical;
  min-height: 100px;
}
.altai-booking-box button {
  background: #00bcd4;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background .2s;
  font-family: inherit;
}
.altai-booking-box button:hover { background: #0097a7; }

.altai-success {
  background: rgba(0,188,100,0.1);
  border: 1px solid rgba(0,188,100,0.3);
  border-radius: 8px;
  padding: 16px;
  color: #00c878;
  font-size: 14px;
  text-align: center;
}

/* ---- BOTTOM BAR ---- */
.altai-footer-bottom {
  border-top: 1px solid rgba(0,188,212,0.15);
  text-align: center;
  padding: 16px 30px;
  font-size: 12px;
  color: #4a6a85;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .altai-footer-inner {
    flex-direction: column;
    padding: 30px 20px;
    gap: 28px;
  }
  .altai-col, .altai-booking { min-width: 100%; }
}
