/*--------------------
Form
--------------------*/
.form fieldset {
  border: none;
  padding: 0;
  margin: 20px 0;
  position: relative;
}

.form fieldset input {
  width: 100%;
  height: 48px;
  color: #333333;
  padding: 15px 40px 15px 15px;
  border-radius: 5px;
  font-size: 14px;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}

.form .nice-select {
  width: 100%;
  height: 48px;
  padding-top: 4px;
  border-radius: 10px;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}

.form .nice-select span {
  color: #333333;
  border-radius: 5px;
  font-size: 14px;
}

.projects-slides {
  margin-bottom: 100px;
}

.form-profile button {
  width: 100%;
  outline: none !important;
  background: linear-gradient(-5deg, #068865, #068865);
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 3px 0px rgba(115, 136, 89, 0.2);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 10px 0;
}

.roberto-contact-form-area {
  padding-top: 50px;
}

.after-book {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  /* Important for consistent borders with padding */

}

.after-book--details-header {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  ;
}

.after-book--details-desc {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.after-book--details-header span,
.after-book--details-desc span {
  padding-left: 4px;
  padding-right: 8px;
}

.after-book-succesfully {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.after-book-succesfully-desc {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 10px;
}

/*--------------------
Login Container
--------------------*/
.login-container {
  width: 500px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: center;
}

.roberto-about-us-area {
  margin-bottom: 100px;
}

@media screen and (max-width:600px) {
  .login-container {
    width: 100%;
    margin-top: 20px;
  }

  .profile-container {
    width: 100% !important;
  }

  .login-link {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {

  .after-book--details-header,
  .after-book--details-desc {
    font-size: 11px;
  }

  /* .after-book--details-header td {
    text-align: center;
  } */

  .roberto-about-area .hotel-search-form-area {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  .roberto-about-area {
    padding-bottom: 0;
  }

  .roberto-project-area {
    padding-top: 0;
  }

  .roberto-contact-form-area {
    padding-top: 0;
  }

  .projects-slides {
    margin-bottom: 60px;
  }

  .roberto-about-us-area {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .roberto-about-area .about-us-section {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px;
  }
}

.login-form {
  width: 90%;
  padding: 30px 50px;
}

#pills-passengers .card-body,
#pills-history .card-body {
  overflow-x: auto;
}

.login-form h2 {
  font-size: 20px;
  font-weight: bolder;
  margin-top: 23px;
  margin-bottom: 30px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.login-form fieldset::after {
  /* content: "\f133"; */
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  width: 20px;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* .login-form fieldset.phone::after {
  content: "\f095";
} */
.login-form fieldset.username::after {
  content: "\f007";
}

.login-form fieldset.password::after {
  content: "";
}

.login-form fieldset.passport::after {
  content: "\f02d";
}

.login-form fieldset.email::after {
  content: "\f0e0";
}

.login-form fieldset.address::after {
  content: "\f041";
}

.login-form fieldset.birthday::after {
  content: "";
  right: 0 !important;
  width: 0 !important;
}

.login-link a {
  color: #068865;
}

/* Profile Container Start*/

.profile-container {
  margin-top: 20px;
}

.nav-link {
  background-color: #EBEBEB;
  text-align: center;
  padding: 14px 0;
  font-size: 15px;
}

.nav-pills {
  gap: 10px;
}

.log-out-pill {
  background: #FFEAEA;
  color: #E20000;
}

.btn-search {
  background: #F7B227;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  font-size: 13px;
}

.welcome-content {
  background: inherit;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.card .card-img-top {
  width: auto;
  object-fit: fill;
  height: 250px;
}

.news-card {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  border-radius: 10px;
  border: none;
}

/* .our-room-slider {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 250px;
  gap: 1rem;
}


.room-card {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 16px;  
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;           
  max-height: 500px;
}

.room-card:hover{
  transform: scale(1.05); 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.room-card-img-top {
  width: 100%;
  height: auto;
  object-fit: cover;
  display:block;
}

.room-card-price {
  color: #098763;
  margin-bottom: 5px;
  font-size: 1.6rem; 
}

.room-card-price span {
  color: #afb4bf;
  font-size: 16px;      
}

.room-card-book-btn {
  margin-top: 32px;     
}

.room-card-book-btn a {
  background-color: rgb(9, 135, 99);
  text-align: center;
  color: #fff;
  font-size: 18px;   
  display: block;
  padding: 12px 0;      
  border-radius: 8px;  
}


.room-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;  
}
.room-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.room-card-body p {
  flex: 0 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
} */


/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

.body {
  /* min-height: 100vh; */
  padding: 50px 20px;
}

.slider-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.slider-title {
  text-align: center;
  color: white;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 50px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.room-slider {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 20px 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.room-slider::-webkit-scrollbar {
  display: none;
}

.room-card {
  flex: 0 0 350px;
  height: 450px;
  /* background: rgba(255, 255, 255, 0.95); */
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.room-card:hover {
  transform: translateY(-5px) scale(1.03);
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); */
}

.room-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s;
  z-index: 1;
}

.room-card:hover::before {
  transform: translateX(100%);
}

.room-card-img {
  width: 400px;
  height: 500px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.room-card-body {
  padding: 25px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.room-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 6px;
  line-height: 1.3;
}

.room-card-description {
  color: #7f8c8d;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 15px;
  opacity: 0.8;
}

.room-card-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #098763;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.room-card-price span {
  font-size: 1rem;
  color: #95a5a6;
  font-weight: 400;
}

.room-card-book-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.room-card:hover .room-card-book-btn {
  opacity: 1;
  transform: translateY(0);
}

.book-btn {
  background: linear-gradient(45deg, #667eea, #764ba2);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.book-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.room-card-features {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  gap: 8px;
}

.feature-badge {
  background: rgba(255, 255, 255, 0.9);
  color: #2c3e50;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .room-card {
    flex: 0 0 280px;
    height: 400px;
  }

  .slider-title {
    font-size: 2rem;
  }

  .room-slider {
    gap: 20px;
  }
}









.top-header-content {
  justify-content: space-between;
  ;
}

.top-social-area {
  margin-left: 20px;
}

.room-card-book-btn {
  margin-top: 24px;
}

.room-card-book-btn a {
  background-color: rgb(9, 135, 99);
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  display: block;
}

.about-us-section {
  margin-top: 100px;
}

div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background: unset !important;
}

.roberto-hotel-content-area {
  margin-top: 80px;
  margin-bottom: 80px;
}

.slick-prev:before {
  color: #098763 !important;
}

.slick-next:before {
  color: #098763 !important;
}

.top-social-area img,
.mobile-top-social-area img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.top-header-area .top-header-content {
  align-items: baseline;
}

.classynav ul {
  margin-right: 10px;
}

.main-image {
  width: 95%;
  max-width: 550px;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.overlap-image {
  width: 83%;
  position: absolute;
  bottom: -60px;
  left: 20%;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.google-maps-contact-content .google-maps-home iframe {
  height: 400px;
}

.image-wrapper {
  position: relative;
  padding-bottom: 4rem;
  /* space for overlap */
}

/* .classynav ul li a{
  margin: 0 10px;
} */