/* breadcrumb css */
.breadcrumb {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb li:not(:nth-last-of-type(1)) {
  margin-right: 6px;
}

.breadcrumb li {
  font-size: 12px;
  transition: all 0.5s ease-in-out;
}

.breadcrumb li a {
  font-size: 12px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}

.breadcrumb li a:hover {
  color: #33b6bb;
}

.breadcrumb li i {
  font-size: 11px;
}

.breadcrumb li:nth-last-of-type(1) a {
  color: #a3a3a3;
}

/* scrollTop  icon css */
.scrollTop {
  position: fixed;
  bottom: 50px;
  left: 2%;
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}

.scrollTop.show {
  opacity: 1;
  visibility: visible;
}

.scrollTop i {
  color: #fff;
}

/* whatsapp and call button css */
.common--botton {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 52px;
  right: 47px;
  z-index: 8;
  transition: all 0.5s ease-in-out;
  /* display: none; */
}

.common--botton.call_now {
  bottom: 110px;
}

.common--botton.book-now {
  bottom: 170px;
}

.common--botton.book-now a {
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
}

.common--botton a {
  width: 50px;
  height: 50px;
  background-color: rgb(37 211 102);
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.common--botton a:hover {
  transform: scale(1.2);
}

.common--botton.call_now a {
  background-color: rgb(11 132 238) !important;
}

.common--botton a i {
  font-size: 25px;
  color: #fff;
}

.yellow-btn,
.whatsapp-btn,
.enquire-btn {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 6px;
  border: 1px solid #828282;
  font-weight: 500;
  line-height: 22px;
  font-size: 15px;
  border-radius: 45px;
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
  color: #000;
  width: max-content;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.yellow-btn i {
  transform: rotate(-45deg);
  margin-right: 10px;
}

.whatsapp-btn {
  color: #fff;
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
  border: 1px solid #f8580a;
}

.whatsapp-btn:hover {
  background: linear-gradient(320deg, #f8580a 20%, #05b3f8 100%);
}

.whatsapp-btn i {
  margin-right: 10px;
}

.enquire-btn {
  border: none;
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
  border: 1px solid #f8580a;
  color: #fff;
  padding: 5px 15px;
  transition: all 0.5s ease-in-out;
}

.enquire-btn i {
  transform: rotate(-45deg);
  margin-left: 8px;
}

.yellow-btn:hover {
  color: #000;
  background-color: #24b4bd;
  border: 1px solid #24b4bd;
}

.enquire-btn:hover {
  border: none;
  background: linear-gradient(243deg, #8c8f8f 12%, #3dbac2 100%);
}

.read-more-btn {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #f79420;
  font-weight: 700;
}

.color-orange {
  color: #f79420;
}

.simple-btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #0b57d0;
  font-weight: 700;
}

.mobile-booking-btn {
  display: none;
}

.simple-btn i {
  transform: rotate(-45deg);
  margin-left: 10px;
}

.read-more-btn i {
  transition: all 0.5s ease-in-out;
  margin-left: 6px;
}

.read-more-btn:hover i {
  margin-left: 10px;
}

.about-heading-text {
  margin-bottom: 20px;
}

.about-heading-text h2 {
  color: #0d2a4d;
  margin-bottom: 10px;
  font-weight: 700;
}

.common-text-heading {
  margin-bottom: 20px;
}

.common-text-heading h2 {
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.common-text-heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #f8580a 20%, #05b3f8 100%);
}

.breadcrumb-banner .breacrumb-text {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 150px 0;
  text-align: center;
}

.breadcrumb-banner .breacrumb-text p {
  color: #fff;
}

/* ==================== */
.mid-banner-sec .top-banner-text,
.mid-bottom-text {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 60px 0;
}

.view-all {
  color: #f8580a;
  font-weight: bold;
  font-size: 0.9em;
}

.view-all:hover {
  color: #09418c;
  text-decoration: underline;
}

.user-login {
  position: relative;
}

.user-btn {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 8px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  list-style: none;
  padding: 10px 0;
  z-index: 9999;
  width: 200px;
  text-align: left;
  border: 1px solid #e0e0e0;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.dropdown-menu a:hover {
  color: #09418c;
}

.dropdown-menu a i {
  width: 16px;
  text-align: center;
}

@media only screen and (max-width: 660px) {
  header .col-right {
    display: none;
  }
}
/* =============================  loader css ============================= */

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0c2461 0%, #1e3799 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.jpm-loader-container {
  text-align: center;
  color: white;
}

.jpm-hotel-animation {
  position: relative;
  width: 180px;
  height: 150px;
  margin-bottom: 30px;
}

.jpm-building {
  position: absolute;
  width: 120px;
  height: 100px;
  background: linear-gradient(to bottom, #ff9f1a 0%, #ff5722 100%);
  border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 20px rgba(255, 159, 26, 0.3);
}

.jpm-windows {
  position: absolute;
  width: 100px;
  height: 60px;
  top: 20px;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 5px;
}

.jpm-window {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  animation: windowGlow 1.5s infinite alternate;
}

.jpm-window:nth-child(2n) {
  animation-delay: 0.2s;
}

.jpm-window:nth-child(3n) {
  animation-delay: 0.4s;
}

.jpm-door {
  position: absolute;
  width: 30px;
  height: 40px;
  background: #5d4037;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px 5px 0 0;
}

.jpm-roof {
  position: absolute;
  width: 140px;
  height: 25px;
  background: #d32f2f;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
}

.jpm-logo-mark {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  color: #ff9f1a;
  text-shadow: 0 2px 10px rgba(255, 159, 26, 0.5);
}

.jpm-spinning-key {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  right: -40px;
  animation: spinKey 2s linear infinite;
}

.key-shape {
  width: 100%;
  height: 100%;
  background: gold;
  clip-path: polygon(
    30% 0%,
    70% 0%,
    70% 20%,
    100% 20%,
    100% 80%,
    70% 80%,
    70% 100%,
    30% 100%,
    30% 80%,
    0% 80%,
    0% 20%,
    30% 20%
  );
}

.jpm-loader-text {
  margin-top: 20px;
  text-align: center;
}

.jpm-loader-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ff9f1a;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.jpm-loader-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
  font-weight: 300;
}

.jpm-loading-dots {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 20px;
}

.jpm-dot {
  width: 10px;
  height: 10px;
  background: #ff9f1a;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out;
}

.jpm-dot:nth-child(1) {
  animation-delay: -0.32s;
}
.jpm-dot:nth-child(2) {
  animation-delay: -0.16s;
}

.jpm-progress-bar {
  width: 250px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.jpm-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #ff9f1a, #ff5722);
  width: 0%;
  animation: loadingProgress 2s ease-in-out infinite;
  border-radius: 4px;
}

@keyframes windowGlow {
  0% {
    opacity: 0.3;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  }
}

@keyframes spinKey {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes loadingProgress {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

/* Loader fade out */
.loaded #loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loaded #content {
  display: block !important;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Add these styles to your existing CSS */
.account-type-selection {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.account-type-card {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.account-type-card:hover {
  border-color: #f8580a;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.account-type-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
}

.account-icon {
  font-size: 3rem;
  color: #f8580a;
  margin-bottom: 20px;
}

.account-type-card h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.account-type-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.account-type-card li {
  padding: 8px 0;
  color: #666;
}

.account-type-card li i {
  color: #4caf50;
  margin-right: 10px;
}

.btn-select-type {
  background: #f8580a;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.btn-select-type:hover {
  background: #e0821c;
  transform: scale(1.05);
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.btn-back-type {
  background: #6c757d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-back-type:hover {
  background: #5a6268;
}

.address-section {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}

.browse-link {
  color: #f8580a;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}

.browse-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .account-type-selection {
    grid-template-columns: 1fr;
  }

  .form-header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .form-row {
    flex-direction: column;
  }
}

.registration-steps {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  position: relative;
}

.registration-steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50px;
  right: 50px;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1;
}

.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e0e0;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.step.active .step-circle {
  background: #f8580a;
  color: white;
}

.step.completed .step-circle {
  background: #4caf50;
  color: white;
}

.step-text {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

.step.active .step-text {
  color: #f8580a;
  font-weight: 600;
}

.form-section {
  display: none;
}

.form-section.active {
  display: block;
}

.alert {
  padding: 12px 15px;
  border-radius: 5px;
  margin: 15px 0;
}

.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-warning {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

/* Payment Page Styles */
.payment-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.summary-card {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.summary-card h4 {
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 10px;
}

/* Confirmation Page Styles */
.confirmation-heading {
  text-align: center;
  padding: 40px 0;
}

.success-icon {
  font-size: 80px;
  color: #28a745;
  margin-bottom: 20px;
}

.booking-id {
  background: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
}

.confirmation-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin: 30px 0;
}

.booking-details-card,
.quick-actions-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.section-title {
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .payment-summary,
  .confirmation-content {
    grid-template-columns: 1fr;
  }

  .booking-progress {
    flex-direction: column;
    gap: 10px;
  }
}

/* ====================  Booking History Page Styles  ================== */
.booking-history-page {
  background: #f9fafc;
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "Poppins", sans-serif;
}

.booking-history-page h2 {
  font-weight: 700;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.booking-history-page h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #fa8600ff, #f8580a);
  margin: 10px auto 0;
  border-radius: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
}

thead tr {
  background: linear-gradient(90deg, #f8580a, #f8580a);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

th,
td {
  padding: 14px 18px;
  text-align: center;
  vertical-align: middle;
}

tbody tr {
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease;
}

tbody tr:hover {
  background: #fff8ef;
  transform: scale(1.01);
}

.btn-outline-primary {
  border: 1px solid #f8580a;
  color: #f8580a;
  font-size: 13px;
  border-radius: 50px;
  padding: 6px 16px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.btn-outline-primary:hover {
  background: #f8580a;
  color: #fff;
}

/* 🌟 Status Badges */
.status-badge {
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  min-width: 90px;
}

.status-pending {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.status-confirmed {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.status-cancelled {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* 🌟 Responsive Table */
@media (max-width: 768px) {
  table thead {
    display: none;
  }

  table,
  table tbody,
  table tr,
  table td {
    display: block;
    width: 100%;
  }

  table tr {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
  }

  table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #f1f1f1;
  }

  table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    font-weight: 600;
    text-align: left;
    color: #495057;
  }
}

/* ======= ADDED STYLES FROM common2.css ======= */

/* Payment Status Styles */
.payment-status-completed {
  color: #28a745;
  font-weight: bold;
}

.payment-status-pending {
  color: #ffc107;
  font-weight: bold;
}

.payment-status-failed {
  color: #dc3545;
  font-weight: bold;
}

/* Status Badges */
.status-badge {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: bold;
}

.status-confirmed {
  background: #e8f5e8;
  color: #28a745;
}

.status-pending {
  background: #fff3cd;
  color: #856404;
}

.status-cancelled {
  background: #f8d7da;
  color: #721c24;
}

.status-completed {
  background: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}

/* Alert Styles */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeaa7;
  color: #856404;
}

.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

/* Button Styles */
.btn-outline-primary {
  color: #f2911f;
  border-color: #f2911f;
}

.btn-outline-primary:hover {
  background-color: #f2911f;
  color: white;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  color: white;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-primary {
  background-color: #f5804a;
  border-color: #f5804a;
  padding: 10px 25px;
}

.btn-primary:hover {
  background-color: #e66930;
  border-color: #e66930;
  color: #fff !important;
}

/* Responsive Table */
@media (max-width: 768px) {
  .table-responsive {
    font-size: 0.9rem;
  }

  .table td,
  .table th {
    padding: 8px;
  }
}
