.flatpickr-day.booked {
  background-color: #f0f0f0 !important;
  color: #aaa !important;
  position: relative;
  cursor: not-allowed;
  opacity: 0.6;
  border-radius: 6px;
}

.flatpickr-day.booked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;                           /* Circle size */
  height: 32px;
  border: 2px solid #ff4d4d;             /* Softer red */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
/* Red X centered */
.flatpickr-day.booked::after {
  content: "✖";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #808080;                        /* Dark red for contrast */
  font-size: 16px;
  font-weight: bold;
  pointer-events: none;
  z-index: 2;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header-left .logo {
  height: 40px;
}

.header-right p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}

body {
  padding-top: 120px; /* below the fixed header */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Times New Roman", Times, serif;
}

body {
     margin: 0;
  padding: 0;
    /*background-image: url("../image/hotel4.avif");*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*background-size: cover;*/
     min-height: 300vh;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.booking-background {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    max-width: 600px;
}

.booking-wrapper {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.booking-card {
    padding: 30px;
}

h1 {
    color: #1a2a6c;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
     font-family: "Times New Roman", Times, serif;;
}

h2 {
  color: #1a2a6c;
  font-size: 1.8em;
  margin: 30px 0 20px;
  border-bottom: 3px solid #b21f66;
  padding-bottom: 8px;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 1px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

h2:hover {
  color: #b21f66;
  border-color: #1a2a6c;
}


label {
    display: block;
    color:black;
    font-weight: 500;
    margin-top: 10px;
}

select, input, .radio-group {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
    transition: border-color 0.3s ease;
}

select:focus, input:focus {
    outline: none;
    border-color: #1a2a6c;
    box-shadow: 0 0 5px rgba(26, 42, 108, 0.3);
}

.radio-group {
    display: flex;
    gap: 20px;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.breakfast-wrapper {
  margin-top: 15px;
}

.breakfast-label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}


button.submit-btn {
    width: 100%;
    padding: 12px;
    margin-top: 20px;
    background-color: #1a2a6c;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button.submit-btn:hover {
    background-color: #b21f66;
}

.note-box {
    background-color: #f9f9f9;
    padding: 10px;
    border-left: 4px solid #1a2a6c;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    color: #666;
    font-style: italic;
}

#childAgeInputs {
    margin-top: 10px;
}

#childAgeInputs label {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}

#childAgeInputs input {
    width: 60px;
    display: inline-block;
} 
.gallery-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.gallery-section h2 {
  font-size: 2rem;
  color: #1e2b5c;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.breakfast-wrapper {
  /* spacing between items */
  margin-top: 10px;
  font-weight: bold;
}


.site-footer {
  background-color: #000;
  color: #fff;
  padding: 30px 50px;
  text-align: center;
  margin-top: auto;

  /* Force full width */
  width: 100vw;        /* Full viewport width */
  position: relative;
  left: 50%;           /* Center relative to parent */
  right: 50%;
  margin-left: -50vw;  /* Cancel parent padding/margin */
  margin-right: -50vw;
}


.footer-social {
  margin-bottom: 15px;
}

.footer-social a {
  color: #fff;
  margin: 0 10px;
  font-size: 24px;
  display: inline-block;
  background: #1a1a1a;
  padding: 12px;
  border-radius: 50%;
  transition: background 0.3s;
}

.footer-social a:hover {
  background: #333;
}

.footer-text {
  font-size: 14px;
  color: #ccc;
}

.container {
  background-image: url('../images/hotel15.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh; /* Add this! */
}
/* Change color and style of Important Notes heading */
.left-col h2 {
  color: #05204A; /* Dark navy blue */
  font-size: 1.8em;
  font-weight: bold;
  border-bottom: 2px solid #05204A;
  padding-bottom: 6px;
  margin-bottom: 15px;
  font-family: 'Georgia', serif;
}

/* Optional: Light refresh of note content */
.note-box {
  color: #333;
  font-size: 1.05em;
  background-color: #f8fafd; /* Light background */
  padding: 20px;
  border-left: 4px solid #05204A;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  font-style: italic;
}


body, main, .flex-container, .content, .section {
  margin-top: 0;
  padding-top: 120px; /* or lower */
}
/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Two-column layout wrapper */
.two-col-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 120px;
}

/* Left notes column */
.left-col {
  flex: 1;
  min-width: 300px;
}
.left-col h2 {
  color: #b21f66;
  border-bottom: 2px solid #b21f66;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-family: 'Georgia', serif;
}


.note-box {
  background: #f9f9f9;
  border-left: 5px solid #1a2a6c;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Right booking column */
.right-col {
  flex: 1;
  min-width: 300px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Form Elements */
form {
  display: flex;
  flex-direction: column;
}

form label {
  margin-top: 15px;
  font-weight: 600;
}

form input,
form select {
  padding: 10px;
  margin-top: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.submit-btn {
  margin-top: 20px;
  padding: 12px;
  background: #1a2a6c;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.submit-btn:hover {
  background: #b21f66;
}

/* Responsive fallback */
@media (max-width: 768px) {
  .two-col-layout {
    flex-direction: column;
  }

  .left-col, .right-col {
    width: 100%;
  }
}

  .fixed-header {
  margin-bottom: 0;
  padding-bottom: 0;
    padding: 50px;
    position: fixed;
  top: 0;
  left: 0;
  right: 0;
    width: 100%; 
    background-color: #fff;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .header-left h2 {
    
    margin: 0;
    font-family: 'Georgia', serif;
    font-size: 24px;
    font-weight: normal;
  }

  .header-right p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
    padding-left: 10px;
  }

  body {
    padding-top: 0;
  }
/* Make header mobile-friendly */
@media (max-width: 768px) {
  .fixed-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px; /* Reduce space */
    text-align: left;
  }

  .header-right {
    margin-top: 8px;
    text-align: left;
  }

  .header-right p {
    font-size: 13px;
    display: block; /* Stack lines */
  }
}

/* Make booking form mobile-friendly */
@media (max-width: 768px) {
  .two-col-layout {
    flex-direction: column;
    padding: 20px; /* Reduce space on small screens */
    gap: 20px;
  }

  .booking-background, .right-col, .left-col {
    max-width: 100%;
    width: 100%;
    padding: 15px;
  }

  h1, h2 {
    font-size: 1.5em; /* Scale down headings */
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* Ensure right column fits properly */
  .right-col {
    width: 100% !important;
    padding: 15px;
    margin: 0;
    box-shadow: none; /* Optional: reduce visual clutter */
    border-radius: 0;
  }

  /* Scale down form elements */
  .right-col h2 {
    font-size: 1.4em;
    text-align: center;
    margin-top: 15px;
  }

  .right-col label {
    font-size: 14px;
  }

  .right-col input,
  .right-col select {
    font-size: 14px;
    padding: 8px;
  }

  .submit-btn {
    font-size: 16px;
    padding: 12px;
    margin-top: 20px;
    width: 100%;
  }

  /* Remove side padding from layout container to make full width */
  .two-col-layout {
    padding: 10px;
    gap: 15px;
  }
}
