.navbar-top {
  background-color: #112e2e;
  border-bottom: 1px solid #2f5c5c;
}
.navbar-top .social ul li a {
  font-size: 14px;
  color: #112e2e;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  display: block;
  background: #babb67;
  margin-left: 5px;
  border-radius: 3px;
}
.navbar {
  background: #123634;
}
.navbar .navbar-nav .nav-link {
  font-size: 15px;
  padding-right: 25px;
  padding-left: 25px;
  text-transform: uppercase;
}
.navbar .navbar-nav .active {
  color: #c5bb7c !important;
}
.navbar .navbar-nav .nav-link:hover {
  color: #c5bb7c !important;
}
.navbar .navbar-right .button {
  border: 1px solid #babb67;
  text-transform: uppercase;
}
.navbar .navbar-right .button i {
  color: #babb67;
}
.navbar .navbar-right .button:hover {
  background-color: #babb67;
  border: 1px solid #babb67;
}
.header .caption h5 {
  color: #c5bb7c;
}
.header .caption h1 {
  font-size: 60px;
  line-height: 80px;
}
.header .caption .button-2 {
  border: 1px solid #c5bb7c;
  background-color: #c5bb7c;
  color: #000000;
  text-transform: uppercase;
}
.about {
  background: #1a4846;
}
.about .button-3 {
  border: 1px solid #babb67;
  background-color: #babb67;
  color: #000000;
  text-transform: uppercase;
}
.section-subtitle {
  color: #c5bb7c !important;
}
.about p {
  font-size: 16px;
  color: #c9c9c9;
  margin-bottom: 0px;
  text-align: justify;
}
.offers1 {
  background: #123634;
}
.rooms1 {
  background: #1a4846;
}
.rooms1 .item .img {
  width: 100%;
  height: 320px;
}
.rooms1 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rooms1 .item .wrap .cont p {
  font-size: 15px;
  line-height: 24px;
  color: #eeeeee;
}
.rooms1 .item .wrap .cont .details {
  font-size: 14px;
  margin-top: 7px;
}
.rooms1 .item .wrap .arrow a {
  padding: 7px 20px !important;
  width: auto;
  height: auto;
  border-radius: 5px;
  font-size: 14px;
}
.rooms1 .item .wrap .arrow .price {
  font-size: 18px;
  color: #c5bb7c !important;
}
.amenities {
  background: #112e2e;
}
.amenities .item {
  background-color: #1a4846;
}
.amenities .item .cont.up {
  transform: translateY(10px);
}
.amenities .item .cont .icon i {
  color: #a8a470 !important;
}
.amenities .item:hover {
  background: #c5bb7c;
}
.amenities .item:hover .cont h5,
.amenities .item:hover .cont .icon i {
  color: #112e2e !important;
}
.gallery {
  background: #1a4846;
}
.gallery .item .img {
  width: 100%;
  height: 390px;
}
.gallery .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offers2 {
  padding: 100px 0;
}
.offers2 .title-box {
  position: relative;
  z-index: 9;
  padding-bottom: 200px;
}
.offers2 .item {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000000;
  background-color: #c5bb7c;
  padding: 20px !important;
  margin-bottom: 10px;
}
.offers2 .item h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.offers2 .item:hover h5 {
  color: #000000;
}
.booking-inner button[type="submit"],
input[type="submit"] {
  background-color: #123634;
}
.booking-inner button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #fff;
}
.footer .top {
  background: #103734;
}
.footer .top .social-icons li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.footer .top .item h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #c3ba7c;
  font-weight: 600;
  letter-spacing: 1px;
}
.footer .top .item ul.contactList {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.footer .top .item ul.contactList li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.footer .top .item ul.contactList li i {
  font-size: 18px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  background: #afb072;
  color: #000000;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
}
.footer .top .item ul.contactList li p,
.footer .top .item ul.contactList li p a {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: #eeeeee !important;
}
.footer .top .item ul.linkList {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.footer .top .item ul.linkList li {
  margin-bottom: 12px;
}
.footer .top .item ul.linkList li a {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #eeeeee;
}
.footer .bottom {
  padding: 10px 0;
  background: #afb072;
}
.footer .bottom p {
  font-size: 15px;
  margin: 0;
  color: #000000;
}
.contact .map {
  filter: grayscale(0);
  border-radius: 0;
  margin-bottom: -10px;
}
.booking-inner {
  padding: 20px;
}
.booking-inner .form1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-inner .form1 .input1_wrapper {
  width: 25%;
  min-width: 25%;
}
.booking-inner .form1 .input1_wrapper .input1_inner input {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #fff;
  padding: 18.25px 40px 18.25px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
}
.booking-inner .form1 .input1_wrapper .input1_inner:after {
  display: none;
}
.rooms3 {
  background-color: #123634;
}
.rooms3 .item a {
  display: block;
  width: 100%;
}
.rooms3 .item .img img {
  width: 100%;
  border-radius: 5px;
  height: 450px;
  object-fit: cover;
}
.video-gallery {
  background: #112e2e;
}
.video-gallery .item video {
  border-radius: 10px;
  background: #000000;
}
.contact {
  padding-top: 60px;
  background: #112e2e;
}
.contact p {
  font-family: "Gilda Display";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #babb67;
  margin-bottom: 15px;
}
.header .caption h4 {
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
}
.attraction-title {
  font-weight: bold;
  font-size: 18px;
}
.details li {
  list-style-type: disc;
  margin-left: 20px;
}
.details li strong {
  font-weight: bold;
}
.details {
  font-size: 17px;
  margin-bottom: 0px;
  margin-top: 15px;
  color: #a29a6a;
  padding: 0;
}
.details li:first-child {
  list-style-type: auto;
  color: #fff;
}
ul.dicehide li {
    list-style-type: disc;
    color: #a29a6a;
}
ol.list-group-numbered.bg-transparent {
    padding: 0;
    color: #fff;
}
.dise-none li:first-child {
  list-style-type: disc;
  color: #a29a6a;
}
.linkblog a {
  color: blue;
}
.blog {
  padding-top: 60px;
  background: #112e2e;
}
.blog p {
  font-size: 18px;
  color: #c9c9c9;
  margin-bottom: 0px;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  background: #4caf50;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.google-icon {
  position: absolute;
  bottom: -4px;
  right: -4px;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
}

.google-icon img {
  width: 14px;
  height: 14px;
}

.user-info {
  margin-left: 10px;
  flex: 1;
  overflow: hidden;
}

.user-name {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.verified {
  color: #1a73e8;
  margin-left: 4px;
  font-size: 13px;
}

.time {
  font-size: 12px;
  color: #888;
}

.stars {
  margin: 10px 0 5px;
  color: #fbbc04;
  font-size: 16px;
}

.review-text {
  font-size: 14px;
  color: #333;
  max-height: 150px;
  overflow: auto;
}
.review .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 25px; 
}
.review  .owl-dots {
    margin-top: 35px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 25px; 
}

.highlight-tile {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2); /* Light orange */
  border: 2px solid #f57c00; /* Saffron/Orange border */
  box-shadow: 0 6px 20px rgba(245, 124, 0, 0.4);
  color: #4e2600;
  font-family: 'Segoe UI', sans-serif;
}
 
@media (max-width: 767px) {
  .navbar {
    height: 127px;
  }
  .header .caption h1 {
    font-size: 36px;
    line-height: 60px;
  }
  .section-title {
    font-size: 30px;
    line-height: 42px;
  }
  .booking-inner .form1 {
    display: block;
  }
  .booking-inner .form1 .input1_wrapper {
    width: 100%;
    min-width: 100%;
  }
  .review-text {
    font-size: 14px;
    color: #333;
    max-height: auto;
    overflow: auto;
  }
}
