* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@font-face {
  font-family: myfont;
  src: url('../fonts/NotoSans-Italic-VariableFont_wdth\,wght.ttf') format('truetype');
}

@font-face {
  font-family: myfont-1;
  src: url('../fonts/Roboto-Italic-VariableFont_wdth\,wght.ttf') format('truetype');
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: #333;
}

.top-head {
  background-color: #f9d05a;
  padding: 5px 0;
  font-size: 0.9rem;

}


p,
span,
li,
button,input {
  font-family: myfont-1;

}

h1,
h2,
h3,
h4,
h5,
h6,label {
  font-family: myfont;

}

a {
  text-decoration: none;
  color: inherit;
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.wow {
  visibility: hidden;
}

/* Needed for animations */
.mb-0 {
  margin-bottom: 0 !important;
}

/* Header Styles */
.main-header {
  background: #292727;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



.icon-header a {
  transition: color 0.3s ease;
  font-size: 16px;
}

.icon-header a:hover {
  color: #2c2c2c;
}

.navbar-brand img {
  height: auto;
  max-width: 150px;
}

.navbar-nav li a {
  color: #fff;
  font-size: 21px;
  font-family: normal;
}

/* .nav-link {
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  transition: color 0.3s ease;
} */

/* .active {
  background-color: #fff;
  border-radius: 20px;



} */
.navbar-nav {
  position: relative;
  display: flex;
  gap: 20px;
}

.nav-link {
  position: relative;
  padding: 8px 16px;
  color: #fff;
  transition: color 0.3s ease;
  z-index: 1;
}

.nav-link.active {
  color: #000;
}
.nav-item.active .nav-link {
  background-color: #fff;
  color: #000 !important;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.nav-item .nav-link {
  position: relative;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-indicator {
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  z-index: 0;
  width: 0;
  left: 0;
}


.active a {
  color: #000 !important;
}

.nav-link:hover {
  color: #f5c65e;
}
.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 21px;
  padding: 0.5em 1em;
}
.dropdown-menu ul li .dropdown-item:hover {
  color: #f5c65e !important;
  background-color: #000;
}



.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu li a {
  color: gray;
  padding: 0.5em 1em;
}



.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
  color: #fdff !important;
}

.btn-box-1 {
  background: #f5c65e;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: none;
}
.btn-box-1 a{
  font-size: 20px;
  color: #000;
}

.btn-box-1:hover {
  background: #f5c65e;
  transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
  height: 80vh;
  min-height: 600px;
  position: relative;
  background: url('../images/banner/bg.jpeg') center/cover no-repeat;
}

/* .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4 );
} */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(129 137 145 / 51%) 0%, /* Logo's navy blue (LIGHTHOUSE) */ rgb(24 24 24 / 29%) 100% /* Logo's accent blue (underline) */);
  mix-blend-mode: multiply;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  height: 100%;
}

.welcome-text {
  font-size: 2.2rem;
  color: #f5c65e;
  margin-bottom: 1rem;
}

.hero-content h1 {
  font-size: 5rem;
  max-width: 899px;
  margin: 0 auto 2rem;
  line-height: 1.2;
}

/* Services Section */
/* Services Section Styles */

/* About Section */
.about-img img {
  border-radius: 30px;
  box-shadow: 3px -4px 12px 0px #02020242;
}

.about-section-two {
  padding: 5rem 0;
}

.about-section-two .image-column {
  position: relative;
}

.about-section-two .image-1,
.about-section-two .image-2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.about-section-two .image-1 {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-section-two .image-2 {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 60%;
  height: 250px;
  z-index: 1;
}
.icon-circle-1 {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5c65e;
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 48px;
  height: 100%;
  width: 2px;
  background: #eee;
}

/* facilities section start here  */
.facilities-section {
 
  background:
    url(../images/banner/bg-contact5.jpg) center/cover no-repeat,
    rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
  padding: 60px 0;
  text-align: center;
  background-attachment: fixed;
}

.facilities-section h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: 600;
}

.facility-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}

.facility-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.facility-icon {
  font-size: 2.5rem;
  color: #f5c65e;
  margin-bottom: 15px;
}

.facility-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: myfont;
}

.facility-desc {
  font-size: 0.95rem;
  color: #555;
  font-family: myfont-1;
}

.section-heading {
  color: #f5c65e;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.section-heading-1 h2 {
  color: #f5c65e;
}

.section-heading::before,
.section-heading::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #f5c65e;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

/* Rooms Section */
.section-title-1{
font-size: 46px;
font-family: 'Gilda Display', serif;
font-weight: 400;
color: #f5c65e;
position: relative;
margin-bottom: 20px;
line-height: 1.25em;
}
.section-title-1::after{
  content: '';
  width: 30px;
  height: 1px;
  background-color: #f5c65e;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;

}
.bg-blck {
  background: #222;
}
.section-subtitle span {
  color: #aa8453;
}
.section-title {
  font-size: 46px;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.color-2 {
  color: #adadad;
}
.reservations {
  display: flex;
  align-items: center;
}
.reservations .icon {
  position: relative;
  top: 3px;
}
.reservations a{
  text-decoration: none;
  font-size: 25px;
  color: #ffff  ;
}
.reservations .icon span {
  font-size: 40px;
  color: #8e6d45;
}
.reservations .text {
  margin-left: 10px;
}

/* .pricing-card {
  background-color: #f8f5f0;
  margin-bottom: 30px;
} */
.owl-carousel .owl-item {
  padding: 15px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffc107 !important;
}
.pricing-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.pricing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pricing-card .desc {
  padding: 29px;
  color: #333;
  margin-top: 40px;
}
.pricing-card .name {
  line-height: 1;
  margin: 0;
  font-family: 'Gilda Display', serif;
  font-size: 24px;
  color: #222;
  margin-bottom: 20px;
}
.pricing-card .amount {
  margin: 0;
  line-height: 1;
  font-family: 'Gilda Display', serif;
  font-size: 40px;
  margin-bottom: 20px;
  color: #aa8453;
}
.pricing-card .amount span {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  color: #666;
}
.pricing-card .list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.pricing-card .list li {
  position: relative;
  font-size: 15px;
  padding-left: 30px;
}
.pricing-card .list li i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  color: #aa8453;
}
.pricing-card .list li i.unavailable {
  color: #666;
}



.section-padding {
  padding: 120px 0;
}
.bg-cream {
  background: #f8f5f0;
} 
.section-subtitle {
  font-size: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}
.section-title {
  font-size: 46px;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.rooms1 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.item:hover .position-re.o-hidden img {
  transform: scale(1.1) rotate(1deg); /* Slight rotation */
  

}
.owl-page .active{
  display:none;
}

.position-re {
  position: relative;
}
.o-hidden {
  overflow: hidden;
}
.rooms1 .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  background:rgba(0, 0, 0, 0.4) center,cover !important;
}
.owl-theme .owl-controls .owl-page {
  
  zoom: 1;
  display: none !important;
}
.rooms1 .item .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  background: #ffc107;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: 'Barlow Condensed', sans-serif;
  padding: 20px 3px;
  line-height: 1.5em;
}
.rooms1 .item .category a:hover{
  color: #000;
}
.rooms1 .item .con {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.rooms1 .item .con h6, .rooms1 .item .con h6 a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-padding h6 {
  color: #aa8453;
  font-size: 20px;
  margin-bottom: 20px;
}
.rooms1 .item .con h6, .rooms1 .item .con h6 a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.rooms1 .item .con h5, .rooms1 .item .con h5 a {
  position: relative;
  color: #f5c65e;
  font-size: 27px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rooms1 .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 30px;
}
.rooms1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rooms1 .facilities ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
  float: left;
}
.rooms1 .item .con i {
  color: #fff;
  font-size: 18px;
}
.flaticon-bed:before {
  content: '\f135';
}
[class^='flaticon-']:before, [class*=' flaticon-']:before, [class^='flaticon-']:after, [class*=' flaticon-']:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-bath:before {
  content: '\f13e';
}
[class^='flaticon-']:before, [class*=' flaticon-']:before, [class^='flaticon-']:after, [class*=' flaticon-']:after {
  font-family: Flaticon;
  font-style: normal;
}
.rooms1 .item .con .permalink {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline;
}
.rooms1 .con .permalink a {
  color: #fff;
  text-align: right;
}
.ti-arrow-right:before {
  content: "\e628";
}
/* Testimonials */
.testimonial-section {
  position: relative;
}



.section-title {
  position: relative;
  padding-bottom: 1rem;
  color: #f5c65e;
}


.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #f5c65e;
}

.testimonial-card {
  padding: 40px;
  background: #f6f7c9;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.swiper-button-next,
.swiper-button-prev {
  color: #2c3e50 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.5rem !important;
}

.swiper-pagination-bullet-active {
  background: #2c3e50 !important;
}

blockquote {
  font-style: italic;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .about-section-two .image-2 {
    right: -30px;
    bottom: -30px;
  }

  .navbar-nav {
    margin: auto;
    text-align: center;
    width: 100%;

  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 60vh;
    min-height: 400px;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .about-section-two .image-2 {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  .footer-column {
    margin-bottom: 2rem;
  }

  .active {
    width: 100px;
    margin: auto;



  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 1.75rem;
  }

  .welcome-text {
    font-size: 1rem;
  }

  .top-head span {
    display: block;
    margin-bottom: 0.5rem;
  }

  .navbar-brand img {
    max-width: 120px;
  }

  .navbar-nav {
    margin: auto;
    text-align: center;
    width: 100%;

  }
}




/* about section start here  */
.about-img img{
  width: 100%;
  margin-top: 90px;
}
.about-img-second img{
  width: 100%;
  border-radius: 30px;
    box-shadow: 1px 1px 12px 0px #89898942;
}

.about-section {
  position: relative;
  overflow: hidden;
  background: #f5eded70;
}

.section-header h2 {
  position: relative;
  padding-bottom: 1rem;
  color: #f5c65e;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #f5c65e;
}

.feature-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 123, 255, 0.1);
}

.feature-card i {
  color: #f5c65e;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: #007bff;
}

.text-primary {
  color: #007bff !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.rounded-3 {
  border-radius: 1rem !important;
}

/* service section start here  */

/* Section Background & Heading */
section.bg-light {
  background-color: #f8f9fa;
}

section .text-primary {
  color: #f5c65e !important;
  /* Custom blue tone */
}

/* Card Styles */
.card {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  background-color: #ffffff;
}

.card-body h5 {
  font-size: 26px;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Badge Styling */
.badge {
  font-size: 0.75rem;
  border-radius: 30px;
}

/* Card Image */
.card-img-top {

  object-fit: cover;
  border-bottom: 1px solid #eee;
}

/* Title & Icon */
.card-title i {
  font-size: 2.2rem;
  vertical-align: middle;
}

/* Text Adjustments */
.card-title {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.card-text {
  font-size: 0.95rem;
  color: #6c757d;
}


.card-service span {
  background-color: #f5c65e;
}

.card-title i {
  color: #f5c65e;
}


.service-header h2 {
  position: relative;
  padding-bottom: 1rem;
  color: #f5c65e;
}

.service-header h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #f5c65e;
}

.card-body a {
  padding: 8px 14px;
  background-color: #f5c65e;
  border-radius: 20px;
}

.card-body a:hover {
  background-color: #524e4e;
  color: #f5c65e;
}

.price-content p {
  font-size: 20px;
  font-weight: 800;
}

.price-content span {
  color: #f5c65e;
  font-size: 18px;
  font-weight: 600;
}

/* Responsive tweaks (optional) */
@media (max-width: 768px) {}

/* service section end here  */


/* testimonial start here  */
.testimonial-section {
  background-color: #f9f5f0;
  position: relative;
}

.quote-icon {
  font-size: 5rem;
  color: #e9e4dd;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.swiper-pagination-bullet {
  background: #bbb;
  opacity: 1;
  display: none !important;
}

.service-header {
  padding-top: 20px;
}

.swiper-pagination-bullet-active {
  background: #000;
}

/* testimonial end here  */

/* footer section start here  */
.footer area {
  color: #dfdfdf;

}

.footer-area {
  background-color: #1a1a1a !important;
}

.footer-brand h2 {
  letter-spacing: 2px;
  font-size: 2rem;
}

.footer-brand img {
  width: 120px;
}

.footer-area h5 {
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
}

.footer-area h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #f5c65e;
}

.footer-area a {
  transition: all 0.3s ease;
}

.footer-area a:hover {
  color: #fff !important;
  padding-left: 5px;
}

.footer-icons i {
  color: #f5c65e;
}







/* CSS */
.button-50 {
  appearance: button;
  background-color: #f5c65e;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0,#000 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 5px 10px 0;
  overflow: visible;
  padding: 12px 40px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-50:focus {
  text-decoration: none;
}

.button-50:hover {
  text-decoration: none;
  color: #000;
}

.button-50:active {
  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.button-50:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}


/* about page start here  */
.inner-banner {
  padding: 130px 0px 80px;
  text-align: center;
  color: #f5c65e;
  background-image: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / 17%)), url(../images/all-banner/bg-all.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
  padding: 0 30px 30px 30px;
  border-radius: 5px;
  margin-top: 30px;
}
.about-para{
  padding: 40px 0;
}
.about-main img{
  width: 100%;
  padding-top: 20px;
  object-fit: cover;
}


.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 65px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  position: absolute;
  top: -30px;
  background-color: #ffc107;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}

/* gallery page start here  */
.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.gallery-item img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1050;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.slide {
  display: none;
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: white;
  font-size: 40px;
  padding: 16px;
  transform: translateY(-50%);
  user-select: none;
}

.prev { left: 0; }
.next { right: 0; }


.banner-content h3{
  font-size: 39px;
  font-weight: 600;

}


/* single room page start here  */
.single-room img{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 53%);
}
.info-box i {
  color: #f5c65e !important;
}

.info-box {
  transition: transform 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
}
.single-icon i{
  color: #f5c65e;
}
.single-border{
  border: 2px solid #f5c65e;
  box-shadow: 0 2px 10px rgb(0 0 0 / 13%);
}
.main-btn{
  padding: 11px 24px;
  font-size: 21px;
  background-color: #f5c65e;
  color: #000;
}

/* book now page start here  */
.section-padding {
  padding: 80px 0px;
}
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #efefef;
  border-radius: 15px;
}
form .group-box {
  display: flex
;
  gap: 20px;
}
form .group-box .box {
  width: 50%;
}
form label {
  display: block;
  margin-bottom: 5px;
}
form input, form textarea, form select {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
form input[type=submit] {
  width: 170px;
  padding: 10px 15px;
  font-size: 18px;
  color: #000;
  background: #f5c65e;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  form .group-box {
      flex-direction: column;
  }
  form input, form textarea, form select {
    width: 100% !important;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
form .group-box .box {
  width: 100%;
}
}
@media only screen and (max-width: 678px) {
  form input, form textarea, form select {
    width: 100% !;
  }
  form .group-box .box {
    width: 100%;
}


}


.google-review-btn {
  background-color: #4285F4;
  color: white;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.google-review-btn:hover {
  background-color: #3367D6;
  color: white;
  text-decoration: none;
}
.google-logo {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-color: #fff;
}
.banner-map{
  display: flex;
}
.contact-info{
  font-family: myfont-1;
}