/* =================== header ======================== */

header {
  width: 100%;
  padding: 10px 0 0;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px,
    rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

header.fixed-header {
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: -1px;
  left: 0;
  animation: sticky1 0.35s ease-out;
  background-color: #fff;
  z-index: 5;
}

@keyframes sticky1 {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

header .logo {
  margin-right: 50px;
  width: 140px;
}

header .logo span {
  color: #f8580a;
  font-weight: 900;
  font-size: 32px;
}

header .row ul li:not(:nth-last-of-type(1)) {
  margin-right: 20px;
}

header .col-left ul li a {
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

header .col-left ul li a.active {
  color: #f8580a;
  font-weight: 800;
}

header .col-left ul li a::after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 8px;
  background-color: #f8580a;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.5s ease-in-out;
}

header .col-left ul li a.active::after {
  width: 100%;
}

header .col-left ul li a:hover:after {
  width: 100%;
}

header nav {
  width: 100%;
  /* padding: 12px 0; */
  border-top: 1px solid #00000056;
  margin-top: 15px;
}

header nav ul li a {
  /* color: rgba(3, 2, 26, 0.6); */
  display: flex;
  align-items: end;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}

header nav ul li a:hover {
  color: #f8580a;
}

header nav ul li a i {
  line-height: 0;
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}

header nav ul {
  position: relative;
}

header nav ul li {
  padding: 12px 0;
  transition: all 0.5s ease-in-out;
}

header nav ul li ul li {
  padding: 0;
}

.full-menu {
  width: 100%;
  margin-top: 0px;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 11;
  transition: all 0.3s ease-in-out;
  /* display: none; */
}

header .user-login {
  position: relative;
  padding: 20px;
}

header .user-login .user-btn {
  background-color: #f6590a;
  padding: 12px 20px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 30px;
}

header .user-login .user-btn i {
  margin-right: 10px;
}

header .user-login .dropdown-menu {
  display: none;
  position: absolute;
  right: 24px;
  top: 65px;
  background: #f8580a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px;
  z-index: 2;
  width: 200px;
  text-align: left;
}

header .user-login .dropdown-menu li a {
  color: #fff;
}

header .user-login .dropdown-menu li i {
  margin-right: 6px;
}

header .common-tab .nav-list {
  margin-bottom: 10px;
}

header .common-tab .tab-list {
  padding: 10px;
  margin-bottom: 10px;
  background: #d7d7d750;
  color: #3fff;
  border-radius: 6px;
}

header .common-tab .nav-link {
  padding: 0;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

header .common-tab .nav-link.active {
  color: #000;
  font-weight: 800;
}

.full-menu .tab-content {
  display: none;
}

.full-menu .tab-content.active {
  display: block;
}

.full-menu .tab-content h5 {
  margin-bottom: 20px;
}

.full-menu .tab-content h5 a {
  font-size: 15px;
  color: #f8580a;
  position: relative;
  display: inline-block;
}

.full-menu .tab-content h5 a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-bottom: 2px dashed #ddd;
}

.full-menu .tab-content .inner-row .inner-col ul li a {
  padding: 5px 0;
  font-weight: 500;
  font-size: 13px;
}

.full-menu .nav-list {
  margin-bottom: 20px;
}

.full-menu .nav-list li {
  cursor: pointer;
}

.full-menu .nav-list .nav-link.active {
  color: #f8580a;
  font-weight: 600;
}

.full-menu .nav-list li:not(:nth-last-of-type(1)) {
  margin-right: 20px;
}

.full-menu .inner-row .inner-col:not(:nth-last-of-type(1)) {
  width: 16%;
  border-right: 1px solid #ddd;
}

.full-menu #nav-2 {
  border-top: 1px solid #ddd;
  padding: 10px 0 0 0;
}

.full-menu #nav-2 .inner-row .inner-col {
  width: 28%;
}

header .spacil-tour h5 {
  color: #f8580a;
}

header .spacil-tour .avilable-tour {
  margin: 10px 0 20px;
}

header .spacil-tour .avilable-tour li {
  margin-bottom: 20px;
  font-size: 13px;
}

header .avilable-tour ul li {
  width: 50%;
  row-gap: 20px;
}

header .spacil-tour .inner-row .inner-col:nth-of-type(1) {
  padding-left: 30px;
}

header .spacil-tour .inner-row .inner-col {
  width: 30% !important;
}

header .spacil-tour ul li a {
  font-weight: 500;
  font-size: 13px;
  flex-wrap: wrap;
}

header .spacil-tour ul li a strong {
  width: 100%;
  display: block;
  margin-bottom: 4px;
}

header .spacil-tour ul li a span {
  font-size: 12px;
  font-weight: 400;
}

header .solo-trip ul li {
  margin-bottom: 10px;
}

header .category-tour h6 {
  color: #f8580a;
  margin-bottom: 20px;
}

header .category-tour ul li {
  margin-bottom: 20px;
}

header .category-tour .img-text-box {
  display: block;
  width: 33.33%;
  padding: 10px 20px;
}

header .category-tour .img-text-box img {
  border-radius: 6px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

header .category-tour .img-text-box h5 {
  font-size: 15px;
  margin: 6px 0;
  line-height: normal;
  color: #f8580a;
  padding-bottom: 5px;
  border-bottom: 2px dashed #ddd;
  position: relative;
  display: inline-block;
}

header .category-tour .img-text-box p {
  font-size: 14px;
}

header .common-tab .nav-link:hover {
  background-color: transparent;
}

header ul .dropdown-list:hover .dropdown-link i {
  transform: rotate(180deg);
}

header ul .dropdown-list:hover .full-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

header .visa-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .visa-row .col {
  width: 33.33%;
  border-right: 1px solid #ddd;
  padding: 0 20px;
}

header .visa-row .col:nth-last-of-type(1) {
  border-right: none;
}

header .visa-row .col ul {
  margin: 10px 0;
}

header .visa-row .col ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

header .visa-row .col figure img {
  margin: 10px 0;
  border-radius: 10px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

header nav ul .dropdown_list {
  position: relative;
}

header .dropdown_list .normal-dropdown ul li a {
  border-bottom: 2px dashed #ddd;
  display: inline-block;
  padding-bottom: 4px;
}

header nav ul .dropdown_list:hover a i {
  transform: rotate(180deg);
}

header .normal-dropdown {
  width: max-content;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 42px;
  left: -8px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}

header .visa_dropdown .normal-dropdown {
  right: 0;
  left: auto;
}

header .normal-dropdown li {
  padding: 5px 10px;
}

header nav ul .dropdown_list:hover .normal-dropdown {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

header .custom_packages ul li a {
  font-size: 14px;
  flex-wrap: nowrap;
  align-items: center;
}

header .custom_packages ul li a img {
  width: 40px;
  aspect-ratio: 1 / 1;
  margin-right: 14px;
}

/* toggle-button css */
header .toggle-button {
  width: 30px;
  display: none;
  flex-wrap: wrap;
  cursor: pointer;
  margin-left: 10px;
  position: absolute;
  top: 45px;
  right: 20px;
  z-index: 11;
}

header .toggle-button span {
  width: 26px;
  height: 3px;
  background-color: #F8580A;
  margin-bottom: 4px;
  transition: all 0.5s ease-in-out;
  z-index: 11;
}

.mobile-menu {
  display: none;
}


header .list-property span {
  background-color: #fffb15;
  color: red;
  padding: 4px;
  border-radius: 30px;
  text-align: center;
}

/*================ banner-section ============== */
.hero-section {
  position: relative;
  overflow: hidden;
}

.banner-section {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-text {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
}

.banner-text h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.banner-text p {
  font-size: 18px;
  opacity: 0.9;
  color: #fff;
}

.banner-wrapper .slick-arrow,
.features-section .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  cursor: pointer;
  background-color: #f8580a;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.banner-wrapper .slick-arrow::after,
.features-section .slick-arrow::after {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "font awesome 5 free";
  width: 40px;
  height: 40px;
  z-index: 11;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
}

.banner-wrapper .slick-next,
.features-section .slick-next {
  right: 0;
}

.banner-wrapper .slick-next::after,
.features-section .slick-next::after {
  content: "\f105";
}

.banner-wrapper .slick-dots {
  display: flex !important;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.banner-wrapper .slick-dots li:not(:nth-last-of-type(1)) {
  margin-right: 10px;
}

.banner-wrapper .slick-dots li button {
  font-size: 0;
  background-color: #d7ce34;
  border: none;
  outline: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.banner-wrapper .slick-dots .slick-active button {
  background-color: #f8580a;
}

/* ======================= .hotal-search-sec ====================== */
.hotal-search-sec {
  position: relative;
  margin-top: -140px;
  z-index: 4;
}

.hotal-search-sec .hotel-tab-wrapper {
  padding: 20px;
  background: #ffffff;
  border-radius: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hotal-search-sec .tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hotal-search-sec .tab-button {
  background: #f0f7fa;
  color: #333;
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hotal-search-sec .tab-button i {
  font-size: 16px;
  color: #05b3f8;
}

.hotal-search-sec .tab-button.active {
  background: linear-gradient(90deg, #05b3f8, #f8580a);
  color: #fff;
  box-shadow: 0 4px 15px rgba(5, 179, 248, 0.4);
}

.hotal-search-sec .tab-button.active i {
  color: #fff;
}

.hotal-search-sec .tab-button:hover {
  transform: translateY(-3px);
}

.hotal-search-sec .tab-content {
  display: none;
  width: 100%;
  margin-top: 25px;
  padding: 25px;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.hotal-search-sec .tab-content.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.4s ease-in-out;
}

.hotal-search-sec .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
}

.hotal-search-sec .form-group {
  flex: 1;
  min-width: 180px;
}

.hotal-search-sec .form-control {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.hotal-search-sec .form-control:focus {
  border-color: #05b3f8;
  box-shadow: 0 0 6px rgba(5, 179, 248, 0.3);
  outline: none;
}

.hotal-search-sec .enquire-btn {
  background: linear-gradient(90deg, #f8580a, #05b3f8);
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hotal-search-sec .enquire-btn:hover {
  background: linear-gradient(90deg, #05b3f8, #f8580a);
  box-shadow: 0 6px 18px rgba(5, 179, 248, 0.4);
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.room-guest-selector {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.selector-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selector-group label {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}

.counter-control {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.counter-btn {
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-btn:hover {
  background: #e0e0e0;
}

.counter-input {
  width: 40px;
  height: 30px;
  border: none;
  text-align: center;
  background: white;
  font-weight: bold;
}

/* ================= fatures section =============== */
.features-section .features-box {
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 10px;
  transition: all 0.5s ease-in-out;
}

.features-section .features-box .img-box,
.blog-wrapper .blog-slide .img-box {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.features-section .features-box .img-box img {
  height: 220px;
  width: 100%;
  border-radius: 5px 15px 0 0;
  transition: all 0.5s ease-in-out;
}

.features-section .features-box h5 {
  transition: all 0.5s ease-in-out;
  margin: 5px 0;
}

.features-section .features-box:hover .img-box img {
  transform: scale(1.4);
}

.features-section .features-box:hover .features-content h5 {
  color: #f8580a;
}

.features-content {
  padding: 12px 12px;
}

.features-content .rating {
  color: #ffb539;
}

.fetaures-timing li {
  margin-right: 30px;
}

.fetaures-timing li:nth-last-child(1) {
  margin-right: 0;
}

.fetaures-timing li i {
  margin-right: 10px;
  color: #f8580a;
}

.room-info {
  margin: 8px 0;
}

.room-info i {
  color: #f8580a;
  margin-right: 8px;
}

.price-box {
  border-top: 1px solid #d8d8d8;
  padding-top: 10px;
  margin-top: 10px;
}

.price-box h5 span {
  color: #f8580a;
}

.price-box .btn {
  color: #0d2a4d;
  font-size: 18px;
}

/* ================ latets section =============== */

.latest-hotel-wrapper {
  border-radius: 10px;
  cursor: pointer;
  display: block;
}

.latest-hotel-sec .slick-slide {
  margin-right: 30px;
}

.latest-hotel-wrapper::after {
  border-radius: 10px;
  background: linear-gradient(90deg,
      #000 0%,
      rgba(0, 0, 0, 0.3) 48%,
      rgba(0, 0, 0, 0) 59.65%) !important;
}

.latest-hotel-wrapper .common-text-heading .title {
  position: relative;
  margin-bottom: 20px;
}

.latest-hotel-wrapper .common-text-heading .title::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  background: linear-gradient(195deg, #f8580a 0%, #f22929 100%);
}

.latest-hotel-wrapper .common-text-heading {
  padding: 60px 50px 60px 70px;
  position: relative;
  z-index: 1;
}

.latest-hotel-wrapper .common-text-heading h6,
.latest-hotel-wrapper .common-text-heading p,
.latest-hotel-wrapper .common-text-heading ul li {
  color: #fff;
}

.latest-hotel-wrapper .common-text-heading h3 {
  color: #fff;
  margin: 5px 0 0;
}

.latest-hotel-wrapper .common-text-heading p {
  margin: 10px 0;
}

.latest-hotel-wrapper .common-text-heading .apply-btn {
  margin: 0;
}

.latest-hotel-wrapper .slick-arrow {
  display: none !important;
}

.latest-hotel_wrapper .slick-dots {
  display: flex;
  justify-content: center;
}

.latest-hotel_wrapper .slick-dots li {
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-color: #bebebe;
  border-radius: 50%;
  position: relative;
  bottom: -20px;
}

.latest-hotel_wrapper .slick-dots li.slick-active {
  background-color: #f6590a;
}

.latest-hotel_wrapper .slick-dots button {
  font-size: 0;
}

.all-inclusive .row {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 50px 20px;
}

.all-inclusive .row .col {
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.all-inclusive .row .col .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background-color: #d7ce34;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.all-inclusive .row .col .icon-box i {
  font-size: 24px;
  color: #000;
  transition: all 0.5s ease-in-out;
}

.all-inclusive .row .col:hover .icon-box i {
  transform: rotate(360deg);
}

.location-hotel-sec {
  background: #fff;
  padding: 60px 0;
}

.location-hotel .location-map {
  padding: 50px 0;
}

.hotel-package-sec .text-hide-show {
  height: 210px;
}

.related-posts .features-section .hotel-travel .img-box img {
  height: 200px;
  object-fit: cover;
}

.fixed-banner {
  padding: 0;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.banner-section .common-banner .common-text {
  max-width: 563px;
  padding: 48px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.fixed-banner .common-text h2 {
  font-size: 48px;
  font-family: sans-serif;
}

.fixed-banner .common-text h2,
.fixed-banner .common-text p {
  color: #fff;
}

/*================ about section  ======================*/

.about-section {
  padding: 70px 0;
}

.about-section .row .col {
  width: 48%;
}

.about-section .about-img {
  position: relative;
}

.about-section .about-img .img-1 {
  width: 380px;
  height: 380px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border: 8px solid #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-section .about-img .img-2 {
  width: 300px;
  height: 340px;
  object-fit: cover;
  position: absolute;
  bottom: -70px;
  right: 100px;
  z-index: 4;
  border: 8px solid #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-section .about-right {
  width: 48%;
}

.about-section .common-text-heading h2 {
  color: #0d2a4d;
  margin-bottom: 10px;
  font-weight: 700;
}

.about-section .common-text-heading h3 {
  color: #f8580a;
  margin-bottom: 20px;
}

.about-section .inner-row {
  margin-top: 30px;
}

.about-section .inner-row .inner-col .feature-box i {
  font-size: 30px;
  color: #f8580a;
  margin-bottom: 15px;
}

/* ================================ counter-sec ================================= */
.counter-sec {
  background: #f8f9fa;
}

.counter-sec .col {
  transition: all 0.3s ease-in-out;
  text-align: center;
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
  color: #fff;
  padding: 20px 20px;
  border-radius: 12px;
}

.counter-sec .col:hover {
  transform: translateY(-5px);
  background: linear-gradient(320deg, #f8580a 20%, #05b3f8 100%);
}

.counter-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

/* ============================ choose section ====================== */
.why-choose-sec {
  background: #f9fafb;
}

.why-choose-sec .sub-title {
  color: #f8580a;
  font-weight: 600;
  letter-spacing: 1px;
}

.why-choose-sec .inner-col {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.why-choose-sec .inner-col:hover {
  background: #f8580a;
  color: #fff;
  transform: translateY(-5px);
}

.why-choose-sec .inner-col:hover i {
  background: #fff;
  color: #f8580a;
}

.inner-col:hover p {
  color: #fff !important;
}

.why-choose-sec .choose-icon i {
  font-size: 24px;
  background: #f8580a;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.why-choose-sec .choose-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.why-choose-sec .choose-content p {
  font-size: 14px;
  color: #777;
  margin: 0;
}

.why-choose-sec .choose-img img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* ======================== latest-hotel-sec =======================*/

/* ======================== Renter-section ======================= */
.renters-sec .row .col,
.services-section .row .col {
  color: #fff;
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
  padding: 30px 20px;
  border-radius: 20px;
}

.renters-sec .row .col .renters-icon i,
.services-section .row .col .services-icon i {
  font-size: 28px;
}

.renters-sec .row .col .renters-info h4,
.services-section .row .col .services-info h4 {
  margin: 10px 0;
}

.renters-sec .row .col .renters-info p,
.services-section .row .col .services-info p {
  color: #f5f5f5;
}

/*==================== special-offer-sec =========================*/

.special-offer-sec {
  position: relative;
  bottom: -100px;
  z-index: 1;
}

.special-offer-sec .row {
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
  padding: 65px 35px;
  border-radius: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.special-offer-sec .row h6,
.special-offer-sec .row h2,
.special-offer-sec .row p {
  color: #fff;
}

.special-offer-sec .row .col-half a {
  display: block;
  margin-left: auto;
  padding: 10px 42px;
  font-size: 20px;
}

.special-offer-sec .row .col-half .whatsapp-btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}

/*=========================== testimonial sec =====================*/

.testimonial-sec {
  width: 100%;
}

.testimonial-sec .slick-slide {
  margin-right: 20px;
}

.testimonial-sec .travel-list {
  width: 100%;
  overflow-x: auto;
}

.testimonial-sec .travel-list ul li {
  padding: 12px 20px;
  background-color: #28b2b2;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.testimonial-sec .travel-list ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #f8580a;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.testimonial-sec .travel-list ul li:hover::after {
  left: 0;
}

.testimonial-sec .testimonial-box {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 1px solid #dddddd61;

  padding: 20px;
}

.testimonial-sec .testimonial-box .testimonial-rating {
  color: #ffb539;
}

.testimonial-sec .testimonial-box .img-box {
  position: relative;
  width: 100%;
}

.testimonial-sec .testimonial-box .img-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.testimonial-sec .testimonial-box .content-box {
  width: 100%;
  padding: 14px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px -2px 20px;
}

.testimonial-sec .testimonial-box .content-box h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-sec .testimonial-box .content-box p {
  margin: 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
}

.testimonial-sec .testimonial-card {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}

.testimonial-box p {
  margin: 12px 0;
}

.user-pic {
  display: flex;
  align-items: center;
}

.user-pic img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.user-pic h6 {
  font-size: 15px;
  font-weight: 600;
}

.user-pic span {
  font-size: 12px;
  color: #b1b1b1;
  letter-spacing: 0.5px;
}

.badge-testimonial,
.badge-testimonial {
  padding: 6px 10px;
  color: #fff;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px 0 0 0;
}

.badge-category {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #e9ac3b;
  border-radius: 0 0 0 10px;
}

.badge-date {
  background-color: #fff;
  color: #000;
}

/* ================= customer-review-page ================ */
.customer-review-page .row .testimonial-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
}

/* ================ blog-section================== */
.blog-section .slick-slide {
  margin-right: 20px;
}

.blog-slide {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 25px 70px 0px;
  margin-bottom: 25px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
  display: block;
}

.blog-slide:hover {
  transform: translateY(-10px);
}

.blog-date {
  position: absolute;
  top: 15px;
  left: 40px;
  background: #ffffff;
  color: #f8580a;
  font-weight: 600;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 0.9rem;
  box-shadow: 0 4px 10px rgba(36, 189, 199, 0.15);
  z-index: 5;
}

.blog-slide .img-box {
  overflow: hidden;
}

.blog-slide .img-box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blog-slide:hover .img-box img {
  transform: scale(1.08);
}

.blog-content {
  padding: 25px 20px 30px;
}

.blog-content .room-info {
  margin: 0 0 15px;
  color: #555;
}

.blog-info li i {
  margin-right: 8px;
  color: #f8580a;
}

.blog-content h4 {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.blog-slide:hover h4 {
  color: #f8580a;
}

.slick-prev::before {
  content: "\f104";
}

.slick-next::before {
  content: "\f105";
}

.blog-wrapper .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  cursor: pointer;
  background-color: #f8580a;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.blog-wrapper .slick-arrow::after {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "font awesome 5 free";
  width: 40px;
  height: 40px;
  z-index: 11;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
}

.blog-wrapper .slick-next {
  right: 0;
}

.blog-wrapper .slick-next::after {
  content: "\f105";
}

.blog-wrapper .slick-prev {
  left: 0px;
}

.blog-wrapper .slick-next {
  right: 0px;
}

.blog-wrapper .blog-slide {
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 10px;
  transition: all 0.5s ease-in-out;
}

/* ============================ blog-detail-page======================== */
.blog-detail-page .row .col-left,
.hotel-detail-page .row .col-left {
  width: 66%;
}

.blog-detail-page .row .col-right,
.hotel-detail-page .row .col-right {
  width: 30%;
}

.blog-detail-page .row .col-left .mid-img,
.hotel-detail-page .row .col-left .mid-img {
  border-radius: 20px;
  height: 220px;
  width: 100%;
}

.blog-info h2,
.hotel-info h2 {
  color: #0c2c7a;
  margin-top: 10px;
}

.blog-info .commented-text,
.hotel-info .commented-text {
  background-color: rgb(37 189 199 / 8%);
  border-left: 5px solid #f8580a;
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
}

.commented-text h6 {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color: #0c2c7a;
}

.commented-text h6::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #f8580a;
  left: 0;
  top: 10px;
}

.commented-sec .comment-row {
  display: flex;
  margin: 15px 0;
}

.commented-sec .comment-row .comment-col {
  margin-right: 20px;
}

.comment-text {
  width: 80%;
}

.search-box,
.category-box,
.recent-post-box,
.follow-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.blog-detail-page .col-right h5,
.hotel-detail-page .col-right h5 {
  margin-bottom: 20px;
}

.blog-detail-page .col-right h5::after,
.hotel-detail-page .col-right h5::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #f8580a;
  margin-top: 8px;
  border-radius: 3px;
}

.blog-detail-page .search-box .blog-search-form,
.hotel-detail-page .search-box .hotel-search-form {
  position: relative;
}

.blog-detail-page .blog-search-form input,
.hotel-detail-page .hotel-search-form input {
  padding: 12px 15px 12px 15px;
  border-radius: 15px;
  box-shadow: none;
  border-color: rgb(0 0 0 / 8%);
}

.blog-detail-page .blog-search-form button,
.hotel-detail-page .hotel-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: #f8580a;
}

.blog-detail-page .category-list a,
.hotel-detail-page .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid rgb(0 0 0 / 8%);
  transition: all 0.3s ease-in-out;
}

.blog-detail-page .category-list i,
.hotel-detail-page .category-list i {
  color: #f8580a;
  margin-right: 5px;
}

.blog-detail-page .category-list a span,
.hotel-detail-page .category-list a span {
  float: right;
}

.recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.recent-post-img {
  margin-right: 20px;
}

.recent-post-img img {
  width: 140px;
  border-radius: 30px 30px 30px 0;
}

.recent-post-bio h6 {
  font-size: 18px;
}

.recent-post-bio span {
  font-size: 14px;
  color: #f8580a;
  font-weight: 500;
}

.recent-post-bio span i {
  margin-right: 5px;
}

.social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 2px solid #f8580a;
  color: #f8580a;
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.comment-form {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin: 40px auto;
}

.comment-form h3 {
  font-size: 24px;
  color: #0c2c7a;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
}

.comment-form h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #f8580a;
  margin-top: 8px;
  border-radius: 3px;
}

/* ============================= hotel-sec page ======================== */
.hotel-sec {
  background: #f9fafc;
  padding: 60px 0;
}

.hotel-sec .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.hotel-sec .col-left {
  width: 25%;
}

.hotel-sec .col-right {
  width: 70%;
}

.hotel-sec .booking-sidebar {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.hotel-sec .booking-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.hotel-sec .booking-item:last-child {
  border-bottom: none;
}

.hotel-sec .booking-title {
  font-size: 18px;
  color: #0c2c7a;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
}

.hotel-sec .booking-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #f8580a;
  border-radius: 2px;
}

.hotel-sec .form-check {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.hotel-sec .form-check-input {
  accent-color: #f8580a;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.hotel-sec .form-check-label {
  font-size: 15px;
  color: #444;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hotel-sec .form-check-label span {
  color: #f8580a;
  font-weight: 500;
}

.hotel-sec .price-range-info {
  font-size: 15px;
  margin-bottom: 10px;
}

.hotel-sec .price-range-info input {
  border: none;
  background: transparent;
  font-weight: 600;
  color: #0c2c7a;
}

.hotel-sec .booking-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.hotel-sec .booking-sort h5 {
  color: #0c2c7a;
  font-size: 16px;
  font-weight: 600;
}

.hotel-sec .booking-sort-box {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px 20px;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hotel-sec .booking-sort-box :hover {
  border-color: #f8580a;
}

.hotel-sec .booking-sort-box select {
  border: none;
  outline: none;
  font-size: 16px;
}

.hotel-sec .hotel-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
}

.hotel-sec .hotel-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hotel-sec .hotel-img {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
}

.hotel-sec .hotel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-sec .hotel-img .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f8580a;
  color: #fff;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 50px;
}

.hotel-sec .add-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c2c7a;
  font-size: 18px;
  transition: all 0.3s ease;
}

.hotel-sec .add-wishlist:hover {
  background: #f8580a;
  color: #fff;
}

.hotel-sec .hotel-content {
  padding: 25px;
  flex: 0 0 60%;
  max-width: 60%;
}

.hotel-sec .hotel-title a {
  color: #0c2c7a;
  font-size: 20px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.hotel-sec .hotel-title a:hover {
  color: #f8580a;
}

.hotel-sec .hotel-content p {
  font-size: 15px;
  color: #777;
  margin-top: 5px;
}

.hotel-rate {
  margin: 10px 0;
}

.hotel-sec .hotel-rate .badge {
  background: #f8580a;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  padding: 3px 8px;
  margin-right: 10px;
}

.hotel-sec .hotel-rate-type {
  color: #0c2c7a;
  font-weight: 500;
}

.hotel-sec .hotel-rate-review {
  color: #777;
  font-size: 14px;
}

.hotel-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.hotel-sec .hotel-price-amount {
  color: #0c2c7a;
  font-size: 20px;
  font-weight: 700;
}

.hotel-sec .hotel-price-type {
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.hotel-text-btn a {
  background: #f8580a;
  color: #fff;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.hotel-sec .hotel-text-btn a:hover {
  background: #0c2c7a;
}

.hotel-sec .form-wrapper {
  padding: 20px;
  border-radius: 10px;
}

.hotel-sec .form-wrapper h3 {
  text-align: center;
  margin-bottom: 20px;
}

.hotel-sec .enquire-form {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000ba;
  z-index: 11;
  display: none;
}

.hotel-sec .enquire-form.active {
  display: block;
}

.hotel-sec .enquire-form .form-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  background-color: #fff;
}

.hotel-sec .enquire-form .form-wrapper .enquire-btn {
  margin: 0 auto;
  display: block;
}

.hotel-sec .cross-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #0897a9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.hotel-sec .cross-btn i {
  font-size: 18px;
  color: #ffff;
}

/* =================== team section ====================== */

.team-section {
  background: #f8f9fa;
}


.common-heading {
  text-align: center;
  margin-bottom: 60px;
}

.common-heading h6 {
  color: #f8580a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 15px;
}

.common-heading h2 {
  font-size: 2.5rem;
  color: #333;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.common-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%);
}

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.team-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.team-image-container {
  position: relative;
  overflow: hidden;
  height: 320px;
  width: 100%;
}

.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}

.team-card:hover .team-img {
  transform: scale(1.05);
}

.team-social-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px 20px 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.team-card:hover .team-social-overlay {
  transform: translateY(0);
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
  color: white;
  transform: translateY(-3px);
}

.team-content {
  padding: 20px;
  text-align: center;
}

.team-name {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.gradient-text {
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 20px;
}

/* Contact Info */
.team-contact {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  border-left: 4px solid #f8580a;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #555;
  font-size: 0.95rem;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item i {
  color: #f8580a;
  width: 20px;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .team-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .common-heading h2 {
    font-size: 2rem;
  }

  .team-image-container {
    height: 280px;
    /* Adjusted for mobile */
  }
}

@media (max-width: 480px) {
  .team-content {
    padding: 20px 15px;
  }

  .team-name {
    font-size: 1.3rem;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .team-image-container {
    height: 250px;
    /* Smaller on mobile */
  }
}

/* =================== contact section =========================== */
.contact-section {
  background: #f9fafb;
  padding: 80px 0;
}

.contact-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
}

.contact-info h5 {
  font-size: 1.1rem;
  color: #444;
  margin: 15px 0 10px;
  font-weight: 600;
}

.contact-icon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.contact-icon i {
  font-size: 24px;
  color: #f8580a;
  margin-right: 15px;
}

.contact-text h6 {
  font-size: 1rem;
  color: #333;
  margin: 3px 0;
}

iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border-radius: 12px;
  border: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ========================= appoinment section ========================= */

.appoinmnet-section .form-wrapper {
  background-color: #1a1a1a;
  padding: 40px;
  border-radius: 10px;
}

.appoinmnet-section.form-control:focus {
  border-color: #e5bb1f;
  outline: none;
}

.appoinmnet-section textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.appoinmnet-section input[type="submit"] {
  background-color: #e5bb1f;
  color: #000;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.appoinmnet-section input[type="submit"]:hover {
  background-color: #52f59d;
}

/* =========================== register page ======================== */
.registration-common-heading {
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(20deg, #f8580a 20%, #05b3f8 100%);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.registration-common-heading h3 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.registration-common-heading p {
  color: #fff;
}

.registration-page .form-header h2 {
  color: #f8580a;
}

.registration-page .registration-steps {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}

.registration-page .registration-steps::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: #e0e0e0;
  z-index: 1;
}

.registration-page .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1;
  max-width: 200px;
}

.registration-page .step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
}

.registration-page .step.active .step-circle {
  background: #f8580a;
}

.step.completed .step-circle {
  background: #4caf50;
}

.registration-page .step-text {
  font-size: 0.9rem;
  text-align: center;
  color: #666;
}

.registration-page .step.active .step-text {
  color: #f8580a;
  font-weight: bold;
}

.registration-page .registration-form-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 30px;
}

.registration-page .form-section {
  display: none;
}

.registration-page .form-section.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.registration-page .form-title {
  color: #f8580a;
  margin-bottom: 25px;
  font-size: 1.5rem;
  border-bottom: 2px solid #f8580a;
  padding-bottom: 10px;
}

.registration-page .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.registration-page .form-group {
  flex: 1;
  margin-bottom: 20px;
}

.registration-page .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.registration-page .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border 0.3s ease;
}

.registration-page .form-control:focus {
  border-color: #f8580a;
  outline: none;
  box-shadow: 0 0 0 2px rgba(242, 145, 31, 0.2);
}

.registration-page .form-hint {
  font-size: 0.85rem;
  color: #666;
  margin-top: 5px;
}

.registration-page .password-strength {
  margin-top: 5px;
  height: 5px;
  border-radius: 3px;
  background: #e0e0e0;
  overflow: hidden;
}

.registration-page .password-strength-bar {
  height: 100%;
  width: 0%;
  transition: all 0.3s ease-in-out;
}

.registration-page .password-strength.weak .password-strength-bar {
  width: 33%;
  background: #ff4757;
}

.registration-page .password-strength.medium .password-strength-bar {
  width: 66%;
  background: #ffa502;
}

.registration-page .password-strength.strong .password-strength-bar {
  width: 100%;
  background: #2ed573;
}

.registration-page .checkbox-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.registration-page .checkbox-group input {
  margin-right: 10px;
  margin-top: 3px;
}

.registration-page .checkbox-group label {
  font-size: 0.9rem;
  line-height: 1.4;
}

.registration-page .checkbox-group a {
  color: #f8580a;
  text-decoration: none;
}

.registration-page .checkbox-group a:hover {
  text-decoration: underline;
}

.registration-page .digilocker-section {
  background: #f8f9fa;
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  margin: 30px 0;
}

.registration-page .digilocker-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
}

.registration-page .digilocker-section h3 {
  color: #0d6efd;
  margin-bottom: 10px;
}

.registration-page .digilocker-section p {
  color: #666;
  margin-bottom: 20px;
}

.registration-page .digilocker-btn {
  background: #0d6efd;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.registration-page .digilocker-btn:hover {
  background: #0b5ed7;
}

.registration-page .kyc-options {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}

.registration-page .kyc-option {
  flex: 1;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.registration-page .kyc-option:hover {
  border-color: #f8580a;
}

.registration-page .kyc-option.selected {
  border-color: #f8580a;
  background: rgba(242, 145, 31, 0.05);
}

.registration-page .kyc-option i {
  font-size: 2rem;
  color: #f8580a;
  margin-bottom: 10px;
}

.registration-page .form-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.registration-page .btn {
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.registration-page .btn-prev {
  background: #6c757d;
  color: white;
}

.registration-page .btn-prev:hover {
  background: #5a6268;
}

.registration-page .btn-next,
.registration-page .btn-submit {
  background: #f8580a;
  color: white;
}

.registration-page .btn-next:hover,
.registration-page .btn-submit:hover {
  background: #da7e17;
}

.registration-page .btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.registration-page .login-redirect {
  text-align: center;
  margin-top: 20px;
}

.registration-page .login-redirect a {
  color: #f8580a;
  text-decoration: none;
  font-weight: 600;
}

.registration-page .login-redirect a:hover {
  text-decoration: underline;
}

.registration-page .success-message {
  text-align: center;
  padding: 40px;
}

.registration-page .success-icon {
  font-size: 4rem;
  color: #4caf50;
  margin-bottom: 20px;
}

/* ============================== LOGIN PAGE======================= */

.login-page .login-row {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
}

.login-page .login-row .col-left {
  background: linear-gradient(135deg, #f8580a 0%, #589af1 100%);
  color: #fff;
  padding: 50px 40px;
}

.login-page .login-row .col-right {
  padding: 50px 40px;
}

.login-page .col-right .login-header {
  text-align: center;
  margin-bottom: 40px;
}

.login-page .col-right .login-header h2 {
  color: #f8580a;
  margin-bottom: 10px;
}

.login-page .col-right .login-content {
  margin-bottom: 40px;
}

.login-page .col-left .content-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.login-page .login-row .col-left .content-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.login-page .col-left .content-text h4 {
  margin-bottom: 5px;
}

.login-page .col-left .content-text p {
  color: #fff;
}

.login-page .col-left .login-stats {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-top: 40px;
}

.login-page .col-left .stat-item h3 {
  margin-bottom: 5px;
}

.login-page .col-left .stat-item p {
  font-size: 0.9rem;
  opacity: 0.9;
}

.login-page .col-right .input-with-icon {
  position: relative;
}

.login-page .col-right .form-control {
  padding: 12px 40px;
}

.login-page .col-right .input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.login-page .col-right .password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
}

.login-page .col-right .remember-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.login-page .col-right .remember-me {
  display: flex;
  align-items: center;
}

.login-page .col-right .remember-me input {
  margin-right: 8px;
}

.login-page .col-right .forgot-password {
  color: #f8580a;
  text-decoration: none;
  font-size: 0.9rem;
}

.login-page .col-right .forgot-password:hover {
  text-decoration: underline;
}

.login-btn {
  width: 100%;
  padding: 15px;
  background: #f8580a;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.login-page .col-right .login-btn:hover {
  background: #da7e17;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(242, 145, 31, 0.3);
}

.login-page .col-right .login-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.login-page .col-right .divider {
  text-align: center;
  margin: 30px 0;
  position: relative;
}

.login-page .col-right .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
}

.login-page .col-right .divider span {
  background: white;
  padding: 0 15px;
  color: #666;
  font-size: 0.9rem;
  position: relative;
}

.login-page .col-right .social-login {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.login-page .col-right .social-btn {
  flex: 1;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
}

.login-page .col-right .social-btn.google {
  color: #db4437;
}

.login-page .col-right .social-btn.facebook {
  color: #4267b2;
}

.login-page .col-right .social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.login-page .col-right .social-btn.google:hover {
  border-color: #db4437;
  background: rgba(219, 68, 55, 0.05);
}

.login-page .col-right .social-btn.facebook:hover {
  border-color: #4267b2;
  background: rgba(66, 103, 178, 0.05);
}

.login-page .col-right .register-redirect {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.login-page .col-right .register-redirect a {
  color: #f8580a;
  text-decoration: none;
  font-weight: 600;
}

.login-page .col-right .register-redirect a:hover {
  text-decoration: underline;
}

.login-page .col-right .otp-section {
  display: none;
}

.login-page .col-right .otp-inputs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
}

.login-page .col-right .otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.login-page .col-right .otp-input:focus {
  border-color: #f8580a;
  outline: none;
  box-shadow: 0 0 0 2px rgba(242, 145, 31, 0.2);
}

.login-page .col-right .resend-otp {
  text-align: center;
  margin-bottom: 20px;
}

.login-page .col-right .resend-otp a {
  color: #f8580a;
  text-decoration: none;
}

.login-page .col-right .resend-otp a:hover {
  text-decoration: underline;
}

.error-message {
  color: #ff4757;
  font-size: 0.9rem;
  margin-top: 5px;
  display: none;
}

.success-message {
  color: #2ed573;
  font-size: 0.9rem;
  margin-top: 5px;
  display: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.952);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: white;
  padding: 40px;
  border-radius: 15px;
  top: 15%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
}

.modal-header {
  text-align: center;
  margin-bottom: 30px;
}

.modal-header h2 {
  color: #f8580a;
  margin-bottom: 10px;
}

/*=============================== booking page ===============================*/
.booking-page .common-heading {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #f8580a 0%, #74b0ff 100%);
  border-radius: 10px;
  color: #fff;
}

.booking-page .common-heading h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.booking-page .common-heading p {
  color: #fff !important;
}

.booking-page .booking-progress {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  position: relative;
}

.booking-page .booking-progress::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: #e0e0e0;
  z-index: 1;
}

.booking-page .progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1;
  max-width: 200px;
}

.booking-page .step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
  border: 3px solid white;
}

.booking-page .progress-step.active .step-circle {
  background: #f8580a;
  transform: scale(1.1);
}

.booking-page .progress-step.completed .step-circle {
  background: #4caf50;
}

.booking-page .step-text {
  font-size: 0.9rem;
  text-align: center;
  color: #666;
  font-weight: 600;
}

.booking-page .progress-step.active .step-text {
  color: #f8580a;
}

.booking-page .booking-content {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.booking-page .booking-steps {
  flex: 2;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.booking-page .booking-summary {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.booking-page .step-section {
  display: none;
  animation: fadeIn 0.5s ease;
}

.booking-page .step-section.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.booking-page .step-title {
  color: #f8580a;
  margin-bottom: 25px;
  font-size: 1.5rem;
  border-bottom: 2px solid #f8580a;
  padding-bottom: 10px;
}

.booking-page .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.booking-page .form-group {
  flex: 1;
  margin-bottom: 20px;
}

.booking-page .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.booking-page .required::after {
  content: " *";
  color: #ff4757;
}

.booking-page .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.booking-page .form-control:focus {
  border-color: #f8580a;
  outline: none;
  box-shadow: 0 0 0 2px rgba(242, 145, 31, 0.2);
}

.booking-page .guest-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  background: #f8f9fa;
}

.booking-page .guest-number {
  font-weight: bold;
  color: #f8580a;
  min-width: 30px;
}

.booking-page .room-selection {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.room-selection:hover {
  border-color: #f8580a;
  box-shadow: 0 3px 10px rgba(242, 145, 31, 0.1);
}

.booking-page .room-header {
  display: flex;
  justify-content: between;
  align-items: center;
  margin-bottom: 15px;
}

.booking-page .room-type {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.booking-page .room-price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #f8580a;
}

.booking-page .room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px 0;
}

.booking-page .room-feature {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  color: #666;
}

.booking-page .room-feature i {
  color: #f8580a;
}

.booking-page .room-select-btn {
  background: #f8580a;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.booking-page .room-select-btn:hover {
  background: #da7e17;
  transform: translateY(-2px);
}

.booking-page .room-select-btn.selected {
  background: #4caf50;
}

.booking-page .summary-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f8580a;
}

.booking-page .hotel-details {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.booking-page .hotel-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.booking-page .hotel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-page .hotel-info h3 {
  margin-bottom: 5px;
  color: #333;
}

.booking-page .hotel-location {
  color: #666;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.booking-page .booking-dates {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.booking-page .date-item {
  text-align: center;
}

.booking-page .date-label {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 5px;
}

.booking-page .date-value {
  font-weight: bold;
  color: #333;
}

.booking-page .price-breakdown {
  margin: 20px 0;
}

.booking-page .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.booking-page .price-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: bold;
  color: #f8580a;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #e0e0e0;
}

.booking-page .savings-badge {
  background: #4caf50;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  margin-left: 10px;
}

.booking-page .booking-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.booking-page .btn {
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.booking-page .btn-prev {
  background: #6c757d;
  color: white;
}

.btn-prev:hover {
  background: #5a6268;
}

.btn-next,
.btn-confirm {
  background: #f8580a;
  color: white;
}

.booking-page .btn-next:hover,
.booking-page .btn-confirm:hover {
  background: #da7e17;
  transform: translateY(-2px);
}

.booking-page .btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.booking-page .payment-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin: 20px 0;
}

.booking-page .payment-option {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.booking-page .payment-option:hover {
  border-color: #f8580a;
}

.booking-page .payment-option.selected {
  border-color: #f8580a;
  background: rgba(242, 145, 31, 0.05);
}

.booking-page .payment-icon {
  font-size: 2rem;
  color: #f8580a;
  margin-bottom: 10px;
}

.booking-page .secure-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #4caf50;
  font-size: 0.9rem;
  margin-top: 10px;
}

.booking-page .addon-options {
  margin: 20px 0;
}

.booking-page .addon-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.booking-page .addon-item:hover {
  border-color: #f8580a;
}

.booking-page .addon-item.selected {
  border-color: #f8580a;
  background: rgba(242, 145, 31, 0.05);
}

.booking-page .addon-info h4 {
  margin-bottom: 5px;
  color: #333;
}

.booking-page .addon-info p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

.booking-page .addon-price {
  font-weight: bold;
  color: #f8580a;
}

.booking-page .confirmation-section {
  text-align: center;
  padding: 40px 20px;
}

.booking-page .confirmation-icon {
  font-size: 4rem;
  color: #4caf50;
  margin-bottom: 20px;
}

.booking-page .confirmation-details {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  text-align: left;
}

.booking-page .detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.booking-page .detail-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ======================== booking confrimmation =================== */
.confirmation-page .confirmation-heading {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
  border-radius: 15px;
  color: white;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.confirmation-page .confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: confettiFall 5s linear infinite;
}

@keyframes confettiFall {
  0% {
    transform: translateY(-100px) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(500px) rotate(360deg);
    opacity: 0;
  }
}

.confirmation-heading .success-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  animation: bounce 1s ease;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

.confirmation-heading h3 {
  margin-bottom: 10px;
}

.confirmation-heading p {
  opacity: 0.9;
  margin-bottom: 15px;
}

.confirmation-heading .booking-id {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
}

.confirmation-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.confirmation-page .booking-details-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.confirmation-page .quick-actions-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  height: fit-content;
}

.confirmation-page .section-title {
  color: #f8580a;
  margin-bottom: 25px;
  font-size: 1.4rem;
  border-bottom: 2px solid #f8580a;
  padding-bottom: 10px;
}

.confirmation-page .hotel-summary {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.confirmation-page .hotel-image {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.confirmation-page .hotel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.confirmation-page .hotel-info {
  flex: 1;
}

.confirmation-page .hotel-info h2 {
  color: #333;
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.confirmation-page .hotel-location {
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.confirmation-page .rating {
  color: #f8580a;
  margin-bottom: 10px;
}

.confirmation-page .booking-timeline {
  display: flex;
  justify-content: space-between;
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.confirmation-page .timeline-item {
  text-align: center;
  flex: 1;
  position: relative;
}

.confirmation-page .timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}

.confirmation-page .timeline-icon {
  width: 50px;
  height: 50px;
  background: #f8580a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: white;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
}

.confirmation-page .date-label {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}

.confirmation-page .date-value {
  font-weight: bold;
  color: #333;
  font-size: 1.1rem;
}

.confirmation-page .details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.confirmation-page .detail-card {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #f8580a;
}

.confirmation-page .detail-card h4 {
  color: #333;
  margin-bottom: 10px;
  font-size: 1rem;
}

.confirmation-page .detail-card p {
  color: #666;
  margin: 0;
  font-size: 0.95rem;
}

.confirmation-page .price-breakdown {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
}

.confirmation-page .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.confirmation-page .price-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.confirmation-page .price-total {
  font-size: 1.3rem;
  font-weight: bold;
  color: #f8580a;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #e0e0e0;
}

.confirmation-page .action-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.confirmation-page .action-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.confirmation-page .action-btn:hover {
  border-color: #f8580a;
  background: rgba(242, 145, 31, 0.05);
  transform: translateY(-2px);
}

.confirmation-page .action-btn i {
  color: #f8580a;
  font-size: 1.2rem;
}

.confirmation-page .important-info {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 10px;
  padding: 20px;
  margin-top: 25px;
}

.confirmation-page .info-title {
  color: #856404;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.confirmation-page .info-list {
  color: #856404;
  margin: 0;
  padding-left: 20px;
}

.confirmation-page .info-list li {
  margin-bottom: 8px;
}

.confirmation-page .next-steps {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 40px;
}

.confirmation-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.confirmation-page .step-card {
  text-align: center;
  padding: 25px 15px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.confirmation-page .step-card:hover {
  background: rgba(242, 145, 31, 0.05);
  transform: translateY(-5px);
}

.confirmation-page .step-icon {
  width: 60px;
  height: 60px;
  background: #f8580a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: white;
  font-size: 1.5rem;
}

.confirmation-page .step-card h4 {
  color: #333;
  margin-bottom: 10px;
}

.step-card p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

.confirmation-page .support-section {
  background: linear-gradient(135deg, #f8580a 0%, #da7e17 100%);
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}

.confirmation-page .support-section h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.confirmation-page .support-section p {
  margin-bottom: 25px;
  opacity: 0.9;
  font-size: 1.1rem;
}

.confirmation-page .support-contacts {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.confirmation-page .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 25px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.confirmation-page .contact-item:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.contact-item i {
  font-size: 1.2rem;
}

@media print {

  .quick-actions-card,
  .support-section,
  .next-steps,
  header,
  footer {
    display: none !important;
  }

  .confirmation-page {
    max-width: 100%;
    padding: 0;
  }

  .confirmation-page {
    background: #4caf50 !important;
    -webkit-print-color-adjust: exact;
  }
}

/* ====================================== payment page ============================= */
.payment-page .payment-common-heading {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px;
  background: linear-gradient(135deg, #f8580a 0%, #da7e17 100%);
  border-radius: 15px;
  color: white;
}

.payment-common-heading h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.payment-page .payment-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.payment-page .payment-methods {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.payment-page .payment-summary {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.payment-page .section-title {
  color: #f8580a;
  margin-bottom: 25px;
  font-size: 1.4rem;
  border-bottom: 2px solid #f8580a;
  padding-bottom: 10px;
}

.payment-page .payment-tabs {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.payment-page .payment-tab {
  padding: 15px 25px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.payment-page .payment-tab.active {
  color: #f8580a;
  border-bottom-color: #f8580a;
}

.payment-page .payment-tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.payment-page .payment-tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.payment-page .upi-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  margin-bottom: 25px;
}

.payment-page .upi-option {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-page .upi-option:hover {
  border-color: #f8580a;
}

.payment-page .upi-option.selected {
  border-color: #f8580a;
  background: rgba(242, 145, 31, 0.05);
}

.payment-page .upi-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #f8580a;
}

.payment-page .form-group {
  margin-bottom: 20px;
}

.payment-page .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.payment-page .required::after {
  content: " *";
  color: #ff4757;
}

.payment-page .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.payment-page .form-control:focus {
  border-color: #f8580a;
  outline: none;
  box-shadow: 0 0 0 2px rgba(242, 145, 31, 0.2);
}

.payment-page .input-with-icon {
  position: relative;
}

.payment-page .input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.payment-page .input-with-icon .form-control {
  padding-left: 45px;
}

.payment-page .form-row {
  display: flex;
  gap: 15px;
}

.payment-page .form-row .form-group {
  flex: 1;
}

.payment-page .card-logos {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.payment-page .card-logo {
  width: 50px;
  height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #666;
}

.payment-page .netbanking-banks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 15px;
}

.payment-page .bank-option {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment-page .bank-option:hover {
  border-color: #f8580a;
}

.payment-page .bank-option.selected {
  border-color: #f8580a;
  background: rgba(242, 145, 31, 0.05);
}

.payment-page .bank-logo {
  width: 30px;
  height: 30px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.8rem;
  color: #666;
}

.payment-page .summary-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f8580a;
}

.payment-page .hotel-details {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.payment-page .hotel-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.payment-page .hotel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.payment-page .hotel-info h3 {
  margin-bottom: 5px;
  color: #333;
  font-size: 1.1rem;
}

.payment-page .hotel-location {
  color: #666;
  font-size: 0.9rem;
}

.payment-page .booking-dates {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.payment-page .date-item {
  text-align: center;
}

.payment-page .date-label {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 5px;
}

.payment-page .date-value {
  font-weight: bold;
  color: #333;
}

.payment-page .price-breakdown {
  margin: 20px 0;
}

.payment-page .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.payment-page .price-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: bold;
  color: #f8580a;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #e0e0e0;
}

.secure-payment {
  background: #e8f5e8;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

.payment-page .secure-payment i {
  color: #4caf50;
  font-size: 2rem;
  margin-bottom: 10px;
}

.payment-page .payment-btn {
  width: 100%;
  padding: 15px;
  background: #f8580a;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.payment-page .payment-btn:hover {
  background: #da7e17;
  transform: translateY(-2px);
}

.payment-page .payment-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.payment-page .payment-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  flex-wrap: wrap;
}

.payment-page .security-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  font-size: 0.9rem;
}

.payment-page .security-badge i {
  color: #4caf50;
}

/* ============================== privacy policy and terms condition ===================*/

.policy-page .policy-common-heading {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.policy-page .policy-common-heading h3 {
  color: #f8580a;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.policy-page .policy-common-heading p {
  color: #666;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}

.policy-page .last-updated {
  background: #f8f9fa;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #666;
}

.policy-page .policy-content {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-bottom: 40px;
}

.policy-page .policy-nav {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 30px;
}

.policy-page .policy-nav h3 {
  color: #f8580a;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.policy-page .policy-nav ul {
  list-style: none;
}

.policy-page .policy-nav li {
  margin-bottom: 10px;
}

.policy-page .policy-nav a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 5px 0;
}

.policy-page .policy-nav a:hover {
  color: #f8580a;
  transform: translateX(5px);
}

.policy-page .policy-nav i {
  margin-right: 10px;
  font-size: 0.8rem;
  color: #f8580a;
}

.policy-page .section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.policy-page .section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.policy-page .section h2 {
  color: #f8580a;
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.policy-page .section h2 i {
  margin-right: 10px;
  background: rgba(242, 145, 31, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-page .section h3 {
  color: #333;
  font-size: 1.3rem;
  margin: 25px 0 15px;
}

.policy-page .section p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #555;
}

.policy-page .section ul,
.policy-page .section ol {
  margin: 15px 0 15px 20px;
  color: #555;
}

.policy-page .section li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.policy-page .highlight-box {
  background: #f8f9fa;
  border-left: 4px solid #f8580a;
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
}

.policy-page .contact-info {
  background: linear-gradient(135deg, #f8580a 0%, #da7e17 100%);
  color: white;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}

.policy-page .contact-info h3 {
  color: white;
  margin-bottom: 15px;
}

.policy-page .contact-info p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}

.policy-page .contact-info a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.policy-page .contact-info a:hover {
  text-decoration: underline;
}

.tab-navigation {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.policy-page .tab-button {
  padding: 15px 30px;
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.policy-page .tab-button.active {
  color: #f8580a;
  border-bottom: 3px solid #f8580a;
}

.policy-page .tab-button:hover:not(.active) {
  color: #333;
  background: #f8f9fa;
}

.policy-page .tab-content {
  display: none;
}

.policy-page .tab-content.active {
  display: block;
}

.policy-page .back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #f8580a;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 3px 15px rgba(242, 145, 31, 0.3);
  transition: all 0.3s ease;
  z-index: 99;
}

.policy-page .back-to-top:hover {
  background: #da7e17;
  transform: translateY(-3px);
}

/* ===================== hotel-details-page================== */
.hotel-details-page .row .col-left {
  width: 65%;
}

.hotel-details-page .row .col-left .main-image img {
  border-radius: 10px;
  margin-bottom: 30px;
}

.hotel-details-page .row .col-left .property-location {
  color: #f8580a;
  margin: 15px 0;
}

.hotel-details-page .row .col-left .property-location i {
  margin-right: 10px;
}

.hotel-details-page .row .col-left .whatsapp-btn {
  padding: 12px 40px;
}

.hotel-details-page .col-left .quick-info ul li {
  margin: 8px 0;
}

.hotel-details-page .col-left .quick-info ul li i {
  color: #f8580a;
  margin-right: 10px;
}

.price-box h3 {
  color: #f8580a;
}

.availability p {
  margin: 15px 0;
}

.availability p i {
  margin-right: 10px;
  color: #f8580a;
}

.hotel-details-page .row .col-right {
  width: 30%;
}

.hotel-details-page .row .col-right .amenities-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
}

.amenities-box h4 {
  color: #f8580a;
  margin-bottom: 10px;
}

.amenities-box .amenities li .fa-check {
  margin-right: 10px;
  color: #f8580a;
}

/* ========================== loan-form-card ======================= */
.loan-form-card h2 {
  color: #f8580a;
}

/* ========================== footer css ==========================*/

/* footer css */

footer {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 150px 0 0;
  background: #f8580a;
}

/* footer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(To right, #00000052, #fff0);
} */

footer .container {
  position: relative;
  z-index: 1;
}

footer .col-left {
  width: 28%;
}

footer .col-left .flogo {
  width: 160px;
}

footer .social-icons {
  display: flex;
  align-items: center;
  justify-content: start !important;
}

footer .social-icons li i {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-icons li .fa-facebook {
  background-color: #0863f7;
}

footer .social-icons li .fa-instagram {
  background: linear-gradient(#9509ee, #f401bd, #f6590e, #f69a02);
}

footer .social-icons li .fa-linkedin {
  background-color: #007ab5;
}

footer .social-icons li .fa-youtube {
  background-color: #f70000;
}

footer .col-left h6 {
  margin-bottom: 10px;
}

footer .col-left p {
  margin: 20px 0;
}

footer .col-left p,
footer ul li a,
footer h6,
footer h4 {
  color: #fff;
}

footer .col-left ul li img {
  width: 140px;
}

footer .col-right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .col-right ul li a {
  display: flex;
  align-items: start;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}

footer .col-right ul li a:hover {
  color: #fff;
}

footer .col-right ul li a span {
  margin-right: 10px;
}

footer h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

footer ul li a {
  display: flex;
}

footer ul li a i {
  margin-right: 10px;
}

footer ul li {
  margin-bottom: 16px;
}

footer ul li img {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.custom-shape-divider-top-1715059545 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

.custom-shape-divider-top-1715059545 svg {
  position: relative;
  display: block;
  width: calc(135% + 1.3px);
  height: 112px;
}

.custom-shape-divider-top-1715059545 .shape-fill {
  fill: #ffffff;
}

footer .form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

footer .form-wrapper h6 {
  color: #000;
  text-align: center;
}

footer .form-wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #ffffff3d;
}

footer .form-wrapper .form-group {
  margin-bottom: 10px;
}

footer .form-wrapper .form-group .form-control {
  font-size: 14px;
  padding: 10px 16px;
}

footer .form-wrapper button {
  cursor: pointer;
}

footer .form-wrapper select {
  color: #828282;
}

footer .form-wrapper textarea {
  height: 120px;
  resize: none;
  min-height: 120px;
}

footer .location-map-footer iframe {
  border-radius: 8px;
}

footer .copy-right {
  margin-top: 20px;
}

footer .copy-right p {
  color: #fff;
  border-top: 1px solid #fff;
  padding: 20px 0 10px 0;
}

footer .copy-right p a {
  color: #ffff !important;
}