/* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #2a2a2a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

a {
  color: #0057a8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #b00;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

/* sirf css hi do */
table {
  border-collapse: collapse;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

p {
  margin: 0 0 11px 0;
}

strong {
  font-weight: 700;
  color: #111;
}

/* ===== LAYOUT ===== */
.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 14px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* ===== TOP BAR ===== */
.top-bar {
  background: #b30000;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
  letter-spacing: 0.3px;
}

.top-bar a {
  color: #ffe066;
  text-decoration: none;
}

/* ===== HEADER ===== */
.site-hdr {
  background: #111;
  border-bottom: 3px solid #b30000;
  padding: 10px 0;
}

.site-hdr .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hdr-logo a {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.hdr-logo a:hover {
  color: #ffe066;
}

.hdr-phone {
  color: #ffe066;
  font-size: 15px;
  font-weight: 700;
}

.hdr-phone a {
  color: #ffe066;
  text-decoration: none;
}

/* ===== BANNER ===== */
.banner-wrap {
  background: #f2f2f2;
  overflow: hidden; /* Prevent overflow issues */
}

.banner-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive Banner - No breaking, no white gaps */
.banner-container {
  width: 100%;
  background: #f2f2f2;
}

/* ===== MAIN LAYOUT ===== */
.main-wrap {
  display: flex;
  gap: 22px;
  padding: 18px 0;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

.mn-content {
  flex: 1;
  min-width: 0; /* Prevents flex overflow */
  overflow-x: hidden;
}

.mn-side {
  width: 270px;
  flex-shrink: 0;
}

/* ===== SIDEBAR ===== */
.sb-box {
  background: #fafafa;
  border: 1px solid #ddd;
  margin-bottom: 18px;
}

.sb-box-hd {
  background: #111;
  color: #fff;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.sb-box-bd {
  padding: 13px;
}

.sb-call {
  display: block;
  background: #b30000;
  color: #fff !important;
  text-align: center;
  padding: 11px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  margin-bottom: 8px;
}

.sb-call:hover {
  background: #8a0000;
  color: #fff !important;
}

.sb-wa {
  display: block;
  background: #25d366;
  color: #fff !important;
  text-align: center;
  padding: 11px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  margin-bottom: 8px;
}

.sb-wa:hover {
  background: #1da851;
  color: #fff !important;
}

.sb-area li {
  padding: 5px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 12px;
}

.sb-area li:last-child {
  border-bottom: 0;
}

.sb-area li::before {
  content: "\25B8";
  margin-right: 5px;
  color: #b30000;
  font-size: 10px;
}

.sb-step {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
}

.sb-step:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sb-step-n {
  display: inline-block;
  background: #b30000;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  font-weight: 700;
  margin-right: 7px;
}

.sb-trust li {
  padding: 4px 0;
  font-size: 12px;
}

.sb-trust li::before {
  content: "\2713";
  margin-right: 5px;
  color: #1a8c00;
  font-weight: 700;
}

.sb-pay {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 7px;
}

.sb-pay span {
  background: #e8e8e8;
  border: 1px solid #bbb;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 700;
  color: #444;
}

/* ===== CONTENT ===== */
.sec {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eee;
}

.sec:last-child {
  border-bottom: 0;
}

.sec p {
  font-size: 14px;
  line-height: 1.65;
  color: #2a2a2a;
}

/* ===== GALLERY ===== */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.gal-card {
  border: 1px solid #ddd;
  background: #fff;
}

.gal-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.gal-card-inf {
  padding: 6px 8px;
  font-size: 11px;
}

.gal-card-inf span {
  display: block;
  margin-bottom: 1px;
}

.gal-card-inf .gn {
  font-weight: 700;
  color: #111;
  font-size: 12px;
}

.gal-card-inf .gd {
  color: #666;
}

.gal-btn {
  display: block;
  background: #111;
  color: #fff !important;
  text-align: center;
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
}

.gal-btn:hover {
  background: #b30000;
  color: #fff !important;
}

.gal-ov {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.gal-ov.on {
  display: flex;
}

.gal-pop {
  background: #fff;
  max-width: 480px;
  width: 92%;
  position: relative;
}

.gal-pop-x {
  position: absolute;
  top: -28px;
  right: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: 0;
  font-weight: 700;
}

.gal-pop img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
}

.gal-pop-tbl {
  padding: 13px;
}

.gal-pop-tbl table td {
  padding: 5px 7px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

.gal-pop-tbl table td:first-child {
  font-weight: 700;
  color: #111;
  width: 36%;
  background: #f9f9f9;
}

/* ===== CATEGORIES ===== */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.cat-card {
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: stretch;
}

.cat-card-img {
  width: 90px;
  flex-shrink: 0;
}

.cat-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-card-bd {
  padding: 9px 10px;
  flex: 1;
}

.cat-card-bd h4 {
  font-size: 13px;
  margin-bottom: 4px;
  color: #111;
}

.cat-card-bd p {
  font-size: 11px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.35;
}

.cat-card-lk {
  display: flex;
  gap: 7px;
}

.cat-card-lk a {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 7px;
  text-decoration: none !important;
}

.cat-card-lk .cc {
  background: #b30000;
  color: #fff !important;
}

.cat-card-lk .cw {
  background: #25d366;
  color: #fff !important;
}

/* ===== AREA GUIDE ===== */
.area-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.area-it {
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
}

.area-it h5 {
  font-size: 12px;
  margin-bottom: 4px;
  color: #111;
}

.area-it p {
  font-size: 11px;
  color: #555;
  margin-bottom: 3px;
  line-height: 1.35;
}

/* ===== HOTELS ===== */
.htl-list {
  margin-top: 10px;
}

.htl-list li {
  padding: 7px 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.htl-list li:nth-child(odd) {
  background: #f9f9f9;
}

.htl-list li span {
  font-weight: 700;
  color: #111;
}

/* ===== SERVICE TAGS ===== */
.svc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0;
}

.svc-tags a {
  display: inline-block;
  background: #f0f0f0;
  border: 1px solid #bbb;
  padding: 4px 10px;
  font-size: 11px;
  color: #333 !important;
  text-decoration: none !important;
}

.svc-tags a:hover {
  background: #b30000;
  color: #fff !important;
  border-color: #b30000;
}

/* ===== RATE TABLE ===== */
.rate-tbl {
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.rate-tbl td {
  padding: 6px 9px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

.rate-tbl td:first-child {
  font-weight: 700;
  color: #111;
  width: 38%;
  background: #f9f9f9;
}

/* ===== FORUM ===== */
.frm-th {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  background: #fff;
}

.frm-th-hd {
  background: #f5f5f5;
  padding: 9px 12px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.frm-th-hd h5 {
  font-size: 13px;
  margin: 0;
  color: #0057a8;
}

.frm-th-meta {
  font-size: 10px;
  color: #888;
}

.frm-th-bd {
  padding: 12px;
}

.frm-th-bd p {
  font-size: 12px;
  line-height: 1.55;
  color: #444;
  margin-bottom: 6px;
}

.frm-th-bd p:last-child {
  margin-bottom: 0;
}

/* ===== FAQ ===== */
.faq-it {
  border: 1px solid #ddd;
  margin-bottom: 7px;
  background: #fff;
}

.faq-q {
  padding: 10px 12px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111;
  background: #f9f9f9;
}

.faq-q::after {
  content: "+";
  font-size: 16px;
  color: #b30000;
  font-weight: 700;
}

.faq-q.on::after {
  content: "-";
}

.faq-a {
  padding: 0 12px;
  max-height: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.55;
  color: #444;
}

.faq-a.open {
  padding: 10px 12px;
  max-height: 400px;
}

/* ===== SAFETY ===== */
.safe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.safe-it {
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
}

.safe-it h5 {
  font-size: 12px;
  margin-bottom: 4px;
  color: #b30000;
}

.safe-it p {
  font-size: 11px;
  color: #555;
  line-height: 1.4;
}

/* ===== BOOKING STEPS ===== */
.bk-steps {
  margin-top: 10px;
  counter-reset: bk;
}

.bk-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
}

.bk-step::before {
  counter-increment: bk;
  content: counter(bk);
  background: #b30000;
  color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  font-size: 13px;
  margin-right: 12px;
  flex-shrink: 0;
}

.bk-step h5 {
  font-size: 12px;
  margin-bottom: 2px;
}

.bk-step p {
  font-size: 11px;
  color: #555;
  line-height: 1.35;
}

/* ===== DISCLAIMER ===== */
.disc {
  background: #fff8e1;
  border: 1px solid #e6c240;
  padding: 13px;
  margin-top: 18px;
}

.disc h5 {
  color: #996b00;
  margin-bottom: 5px;
  font-size: 13px;
}

.disc p {
  font-size: 11px;
  color: #666;
  line-height: 1.45;
}

/* ===== FOOTER ===== */
.site-ftr {
  background: #111;
  color: #999;
  padding: 22px 0;
  margin-top: 25px;
  border-top: 3px solid #b30000;
}

.site-ftr p {
  text-align: center;
  font-size: 12px;
  margin: 0;
}

.site-ftr a {
  color: #ffe066;
}

/* ===== FIXED BAR ===== */
.fx-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #111;
  border-top: 2px solid #b30000;
  z-index: 9998;
  padding: 7px 0;
}

.fx-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.fx-wa,
.fx-call {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 16px;
}

.fx-wa {
  background: #25d366;
}

.fx-call {
  background: #b30000;
}

.fx-num {
  color: #ffe066;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

body {
  padding-bottom: 55px;
}

/* ===== RESPONSIVE ===== */

/* Tablets and small desktops */
@media (max-width: 992px) {
  .main-wrap {
    flex-direction: column;
  }

  .mn-side {
    width: 100%;
  }

  .gal-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .safe-grid {
    grid-template-columns: 1fr;
  }

  .area-grid {
    grid-template-columns: 1fr;
  }

  /* Banner fix for tablet */
  .banner-wrap img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}

/* Mobile Devices */
@media (max-width: 768px) {
  /* Prevent any overflow on mobile */
  body,
  .wrap,
  .main-wrap,
  .mn-content {
    overflow-x: hidden;
  }

  .wrap {
    padding: 0 12px;
    width: 100%;
  }

  .gal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }

  .gal-card img {
    height: 130px;
  }

  .cat-grid {
    grid-template-columns: 1fr;
  }

  .cat-card-img {
    width: 75px;
  }

  h1 {
    font-size: 17px;
  }

  h2 {
    font-size: 15px;
  }

  h3 {
    font-size: 14px;
  }

  .site-hdr .wrap {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .frm-th-hd {
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
  }

  .htl-list li {
    flex-direction: column;
    gap: 1px;
  }

  .fx-bar .wrap {
    gap: 8px;
  }

  .fx-wa,
  .fx-call {
    font-size: 11px;
    padding: 4px 10px;
  }

  .fx-num {
    font-size: 12px;
  }

  /* Banner fix for mobile - no breaking, no white gaps */
  .banner-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .banner-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: auto;
    max-width: 100%;
  }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .wrap {
    padding: 0 8px;
    width: 100%;
    max-width: 100%;
  }

  .gal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .gal-card img {
    height: 110px;
  }

  .gal-card-inf {
    padding: 4px 6px;
  }

  .sb-box-bd {
    padding: 9px;
  }

  /* Additional banner fixes for small screens */
  .banner-wrap,
  .banner-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .banner-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* Extra small devices */
@media (max-width: 360px) {
  .gal-grid {
    gap: 4px;
  }

  .gal-card img {
    height: 95px;
  }

  .fx-wa,
  .fx-call {
    font-size: 9px;
    padding: 3px 6px;
  }

  .fx-num {
    font-size: 10px;
  }
}