
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #f5ae36;
  text-decoration: none;
}

a:hover {
  color: #322f2f;
  text-decoration: none;
}


@media (min-width: 1200px){
.h1, h1 {
          font-size: 50px;
        color: #012b73;
    text-transform: capitalize;
    line-height: 1.5em;
}


}
section#about h1 a {
    font-size: 34px;
    color: #003e7a;
    text-transform: capitalize;
    line-height: 1.5em;
}

section#about a {
    color: #444444;font-size: 16px;
}

.btn-get-started {
    /* background: aqua; */
    /* padding: 10px; */
    background: #f5ae36;
    padding: 10px 25px;
    /* margin-left: 30px; */
    margin-right: 15px;
    border-radius: 50px;
    color: #fff;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 140px;
  z-index: 996;
  background:#ffd90b;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top em {
  font-size: 30px;
  color: #05437e;
  line-height: 0;
}

.back-to-top:hover {
  background: #fff;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
/* @media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media only screen and (max-width: 480px){
#hero h3 {
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 42px;
    color: #fefefe;
    font-size: 21px;
}}
@media only screen and (max-width: 320px){
#hero h3 {
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 45px!important;
    color: #fefefe;
    font-size: 23px!important;
}
} */

@media (max-width: 480px){
.col-xs-12.span1_of_1.book_date {
    width: 100%!important;
}}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px; 
}

#header .header-container {
  background: #fff;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo {
  overflow: hidden;
  padding: 16px 30px 12px 30px;
 
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #053e7c;
  }

  #header.header-scrolled,
  #header .header-container {
    background: #053e7c;
  }

  #header .logo {
    padding-left: 0;
  }

  #header .logo h1 {
    font-size: 24px;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 25px;
  color: #36343a;
  transition: 0.3s;
  font-size:15px;
  font-weight: 500;
  text-transform: CAPITALIZE;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color:#f9d90c;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #05437e;
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 50px;
  color: #ffffff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #10b981;
  background: #05437e;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #009970;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size:60px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #f9d90c;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #f9d90c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #009970;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* #hero {
  width: 100%;
  height: 80vh;
  background: url("../img/Wells-State-Park.jpg") center center;
  background-size: cover;
  position: relative;
}

#hero .container {
  padding-top: 80px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h3 {
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 56px;
  color: #fefefe;
  font-size: 20px;
}

#hero .pra {
  color: #eee;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
      background: #f5ae36;
    border: 2px solid #f4ad36;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    padding-top: 60px;
  }

  #hero h3 {
    font-size: 20px;
    line-height: 36px;
  }
}
 */
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f6f7;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h5 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h5::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #009970;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f6f6f7;
  text-align: center;
  padding: 5px 0;
}

.clients img {
  width: 40%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #eecd00;
    font-family: 'Libre Baskerville', serif;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;    font-size: 14px;

}

.about .content ul em {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #315d4d;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    background: #05437e;
    padding: 20px 0 2px 0;
    color: #fff;
    border-bottom: 2px solid #fedb016b;
}
.counts a{
     
    color: #fff;
}
.counts a:hover {
    color: #fff;
}
.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.img-fluid {
    max-width: 100%!important;
    height: auto;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #305c4c;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
display: inline-block;
    background: rgb(245 174 54);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    font-size: 16px;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #009970;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
  transition: 0.3s;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #009970;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.why-us .icon-boxes .icon-box:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta1 {padding: 60px 0; overflow: hidden;}
.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url(../img/lobby_view.webp) fixed center center;
    background-size: cover;
    padding: 60px 0;
}



.cta p {
  color: #fff;    text-align: center;

}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #05427c;
    color: #ffffff;
    background: #10b981;

}

.cta .cta-btn:hover {
  background: #05437e;
  border: 2px solid #05437e; color:#fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
 /*  border: 1px solid #009970; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #009970;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box .srvc {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 19px; color: #305c4c; font-family: 'Libre Baskerville', serif;transition: ease-in-out 0.3s;   
}



.services .icon-box p {
  font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: #009970;
}

.services .icon-box:hover .icon {
  color: #fff;
 /*  background: #009970; */
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #009970;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.section-title h6 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h6::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #009970;
  bottom: 0;
  left: 0;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009970;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009970;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #00cc95;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009970;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009970;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #009970;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #009970;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #009970;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #00805d;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f7;
  margin-top: 100px;
}

.breadcrumbs h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4c55;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #ffffffcf;
    font-size: 16px;
    background: #02284b;
    font-weight: 400;
}
#footer a{
  color:#ffffff;
  
 
}
.footer-contact {
    border-right: 1px #cccccca6 solid;
    border-left: 1px #cccccc82 solid;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #033463;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 11px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00c28e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffffff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #009970;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #00664b;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #ddbd03;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fedb01;
    color: #033463;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: #033463;
  text-decoration: none;
}
.title4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #e4c609;
    font-family: 'Libre Baskerville', serif;
    transition: ease-in-out 0.3s;
}
.title6 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #305c4c;
    font-family: 'Libre Baskerville', serif;
    transition: ease-in-out 0.3s;
}
.title6 a{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #305c4c;
    font-family: 'Libre Baskerville', serif;
    transition: ease-in-out 0.3s;
}
.agileits_reservation {
    z-index: 999;
    background-image: linear-gradient(to bottom, #05437e82 16%, #617c9e91 68%);
    padding: 1em;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(24 24 23 / 42%);
    -moz-box-shadow: 0px 1px 8px 0px rgba(24, 24, 23, 0.42);
    box-shadow: 0px 1px 8px 0px rgb(24 24 23 / 42%);
    margin-top: -107px;     position: relative;

}
.span1_of_1 {
    float: left;
    list-style: none;
    /* width: 30.9%; */
    padding-top: 10px;
}
.agileits_reservation input[type="text"], select#adult, select#children, select#selrooms, .phone_email1 input[type="email"] {
    width: 100%;
    color: #1d6554;
    font-size: 15px;
    padding: 10px 19px 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #ccc;
}
.date_btn input[type="submit"] {
    text-transform: capitalize;
    width: 100%;
    background: #ffd800;
    color: #05437e;
    padding: 10px 0;
    border: none;
    font-size: 14px;
    outline: none;
    font-weight: 800;
    letter-spacing: 2px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.agileits_reservation em.bi {
    position: absolute;
    color: #555;
    font-size:13px;
    margin-top: 14px;
    margin-left: 3px;
}
.date_btn input[type="submit"]:hover {
    background: #ffffff;
    color: #050505;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 17px;
    text-align: justify;
}

@media (min-width: 992px){
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #365c4c;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.gpdn {
    padding-top: 10px;
    color: #fff;
}
.title-2 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #305c4c;
    font-family: 'Libre Baskerville', serif;
}
.videoWrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0
}
.videoWrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
div#container-fluid\ tp {
    margin-top: 80px;
}
/* ================= HERO ================= */

.hero {
  position: relative;
  height: 100vh;
  /* background: url('../img/Confederacy.webp') center/cover no-repeat; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.6)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    /* font-size: clamp(60px, 3.9vw, 140px); */
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    font-weight: bold;
}


/* STAY word - fixed width so layout never shifts */
.static-word {
  min-width: 220px;
  text-align: right;
  color: #FFFFFF;
  text-shadow: 0 10px 40px rgba(0,0,0,0.5);
}


/* Rotator container */
.word-rotator {
    position: relative;
    height: 1.2em;
    perspective: 1000px;
    min-width: 350px;
    display: none;
}

/* Individual words */
.word {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: bottom;
  transition: transform 0.6s cubic-bezier(0.77,0,0.18,1),
              opacity 0.6s ease;
			  color: #e7c400; /* Soft Fairfield-inspired blue */
  text-shadow: 0 10px 40px rgba(0,0,0,0.6);

}
.hero-subtitle {
    font-family: 'Source Sans 3', sans-serif;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    text-align: center;
}
/* Active word */
.word.active {
  opacity: 1;
  transform: rotateX(0deg);
  animation: softGlow 4s ease-in-out infinite alternate;
}

@keyframes softGlow {
  from {
    text-shadow: 0 10px 40px rgba(0,0,0,0.6);
  }
  to {
    text-shadow: 0 15px 60px rgba(141,179,199,0.4);
  }
}
/* ================= HERO BACKGROUND ================= */

.hero {
  position: relative;
  height: 77vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out, transform 8s ease;
  transform: scale(1);
}

/* Active image */
.bg-slide.active {
  opacity: 1;
  transform: scale(1.08); /* subtle zoom effect */
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(10, 25, 45, 0.75) 0%,
    rgba(10, 25, 45, 0.55) 40%,
    rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
}
/* Content */
.hero-content {
position: relative;
z-index: 2;
color: #fff;
margin-top:100px;
}
/* ================= RESPONSIVE ADJUSTMENTS ================= */

/* Tablets / iPads (max-width: 1024px) */
@media (max-width: 1024px) {
.hero {
 
  height: 70vh;
 
}
  .hero-title {
    flex-direction: column;/* Slightly reduce the minimum font size and gap */
    font-size: clamp(50px, 7vw, 90px);
    gap: 10px;
	
  }
  
  .static-word {
    min-width: auto;
    width: 100%;
    text-align: center;
  }
  
  .word-rotator {
    min-width: 280px; /* Scale down constraints */
  }
}

/* Mobile Phones (max-width: 768px) */
@media (max-width: 768px) {
  .hero-title {
    /* Stack the words vertically for the cleanest look on narrow screens */
    flex-direction: column;
    gap: 5px;
    font-size: clamp(35px, 8vw, 55px);
  }

  .static-word {
    /* Remove fixed widths and center the text */
    min-width: auto;
    width: 100%;
    text-align: center;
  }

  .word-rotator {
    /* Remove fixed widths and allow it to take full container width */
    min-width: auto;
    width: 100%;
    height: 1.2em; /* Keeps the container height intact for the absolute positioned words */
  }

  .word {
    /* Ensure the rotating words center align with the static word */
    text-align: center;
  }

  .hero-subtitle {
    /* Shrink the subtitle slightly to fit mobile padding */
    font-size: 12px;
    margin-top: 15px;
    padding: 0 20px;
    line-height: 1.4;
  }
}

/* ================= ULTRA CINEMATIC HERO BOOKING ================= */

.hero-booking {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  position: relative;
  perspective: 1200px;
  animation: bookingFade 1.2s ease forwards;
  opacity: 0;
  transform: translateY(40px);
}

/* Glass Panel */
.booking-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;

  padding: 24px 50px;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.05)
  );

  backdrop-filter: blur(25px) saturate(140%);
  -webkit-backdrop-filter: blur(25px) saturate(140%);

  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.25);

  box-shadow:
    0 40px 100px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.4);

  transition: transform 0.4s ease;
}



/* Tablet / iPad (Screens smaller than 1024px) */
@media (max-width: 1024px) {
  .hero-booking {
    margin-top: 50px;
    padding: 0 20px; /* Prevents touching the screen edges */
  }

  .booking-inner {
    flex-wrap: wrap; /* Allows items to wrap to the next line if needed */
    justify-content: center;
    gap: 25px;
    padding: 24px 30px;
  }

  .booking-item {
    min-width: 140px; /* Slightly smaller for tablet */
  }

  /* Hide the vertical dividers on tablet to keep the wrapped layout clean */
  .booking-divider {
    display: none; 
  }
}

/* Mobile Devices (Screens smaller than 768px) */
@media (max-width: 768px) {
  .hero-booking {
    margin-top: 10px;
    padding: 0 15px;
  }

  .booking-inner {
    flex-direction: column; /* Stacks everything vertically */
    align-items: stretch;   /* Makes inputs fill the container width */
    padding: 30px 25px;
    gap: 20px;
    /* Adjust border animation sizing for mobile */
    background-size: 200% 200%;
  }

  .booking-item {
    min-width: 100%;
  }

  .booking-item span {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .booking-item input,
  .booking-item select {
    width: 100%; /* Ensures inputs take full width of the mobile column */
    padding: 8px 0;
  }

  .booking-btn {
    margin-top: 10px;
    width: 100%; /* Full-width button for easy mobile tapping */
    padding: 16px;
    font-size: 14px;
  }
}



.section-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--green);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 4vw, 38px);
    color: var(--dark);
    margin-bottom: 0px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-desc {
    font-family: 'Source Sans 3', sans-serif;
    color: #555;
    font-size: 17px;
    line-height: 1.7;
    /* max-width: 700px; */
    font-weight: normal;
}

.title-line {
    width: 50px;
    height: 3px;
    background: var(--gold);
    border-radius: 2px;
    margin: 9px 0 29px;
}

.amenity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 28px;
    margin-top: 50px;
}

.amenity-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.25s;
    box-shadow: var(--shadow);
}

.amenity-card .icon-wrap
 {
    /* width: 72px; */
    /* height: 72px; */
    border-radius: 50%;
    /* background: var(--light-bg); */
    border: 2px solid var(--border);
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    /* margin: 0 auto 18px; */
}

.amenity-card .icon-wrap img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.amenity-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--dark);
    margin-bottom: 10px;
}

.amenity-card p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14.5px;
    color: #666;
    line-height: 1.65;
    text-align: center;
}

.room-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 28px;
}

.room-card {
    background: var(--white);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: box-shadow 0.25s;
}

.room-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.room-body {
    padding: 24px;
}

.room-tag {
    display: inline-block;
    background: var(--gold);
    color: var(--dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.room-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--dark);
    margin-bottom: 8px;
    font-weight: bold;
}

.room-body p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14.5px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 16px;
    text-align: left;
}

.room-features {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 0;
}

.room-features li {
    font-size: 12.5px;
    background: var(--light-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 4px 12px;
    color: var(--dark);
}

.highlights-strip {
    background: var(--green);
    padding: 56px 20px;
}

.hl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 32px;
    text-align: center;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hl-item .hl-num {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.hl-item p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    margin-top: 6px;
}

.cta-strip {
    background: linear-gradient(90deg, var(--dark), #2a3f6e);
    padding: 40px 20px;
    text-align: center;
}

.cta-strip p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    margin-bottom: 14px;
}

.cta-strip a.btn-gold {
    background: var(--gold);
    color: var(--dark);
    padding: 13px 32px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
}



:root {
    --green: #006838;
    --green-dark: #00502b;
    --gold: #FBAF17;
    --dark: #1a2744;
    --text: #333;
    --light-bg: #f7f9f7;
    --border: #e2e8e2;
    --white: #fff;
    --shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
}


/*Attraction*/

.cat-tab {
    padding: 9px 22px;
    border-radius: 30px;
    border: 2px solid var(--green);
    color: var(--green);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.cat-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.cat-tab.active, .cat-tab:hover {
    background: var(--green);
    color: var(--white);
}

.attractions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    margin-top: 50px;
}

.attraction-card {
    background: var(--white);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: box-shadow 0.25s, transform 0.25s;
}

.attraction-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.card-body {
    padding: 22px;
}

.badge-top {
    background: #fff4e0;
    color: #b37a00;
}

.badge-nearby {
    background: #fff4e0;
    color: #b37a00;
}

.badge-history {
    background: #fff4e0;
    color: #b37a00;
}

.badge-nature {
    background: #fff4e0;
    color: #b37a00;
}

.card-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--dark);
    margin-bottom: 10px;
}

.card-body p {
    font-size: 14.5px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 14px;
}

.card-distance {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--green);
    font-weight: 600;
}

.card-distance::before {
    content: '📍';
    font-size: 14px;
}

/*Attraction end*/


/*Direction section attraction*/

.map-cta {
    background: #02284b;
    border-radius: 16px;
    padding: 48px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.map-cta h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: var(--white);
    margin-bottom: 14px;
}

.map-cta p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.map-cta a.btn {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    margin-right: 12px;
    transition: all 0.2s;color: #fff!important;
}
.btn-gold {
    background: var(--gold);
    color: var(--dark);
}


.btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.map-embed iframe {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    border: 0;
}


.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 50px;
}

.map-frame {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.map-frame iframe {
    width: 100%;
    height: 589px;
    border: 0;
    display: block;
}

.info-card {
    background: var(--white);
    border-radius: 14px;
    padding: 32px;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--green);
}

.info-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--dark);
    margin-bottom: 22px;
}

.info-row {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border);
    align-items: flex-start;
}

.info-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #e8f5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.info-row-text strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    margin-bottom: 4px;
}

.info-row-text span, .info-row-text a {
    font-size: 15px;
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
}

.dir-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.dir-card {
    background: var(--white);
    border-radius: 12px;
    padding: 26px;
    box-shadow: var(--shadow);
    border-left: 4px solid var(--green);
}

.dir-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--dark);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}

.dir-card h4 .icon {
    font-size: 22px;
}

.dir-card ol {
    padding-left: 18px;
}

.dir-card ol li {
    font-size: 14.5px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
}

.dir-card .distance-note {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    font-size: 13px;
    color: var(--green);
    font-weight: 600;
}







/*Direction section attraction end*/


section#features-4 {
    background:#10b98114;
}
 .features-4 .features-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  position: relative;
}
@media (max-width: 1199px) {
  .features-4 .features-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image image" "left right";
  }
  .features-4 .features-grid .center-image {
    grid-area: image;
    justify-self: center;
  }
  .features-4 .features-grid .left-column {
    grid-area: left;
  }
  .features-4 .features-grid .right-column {
    grid-area: right;
  }
}
@media (max-width: 768px) {
  .features-4 .features-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "left" "right";
  }
}
.features-4 .features-column {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.features-4 .feature-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.75rem;
  border-radius: 16px;
  background-color: var(--surface-color);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.features-4 .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.features-4 .feature-card:hover .icon-wrapper {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 20%));
}
.features-4 .feature-card:hover .icon-wrapper i {
  color:#fff;
}
.features-4 .feature-card .icon-wrapper {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  transition: all 0.3s ease;
}
.features-4 .feature-card .icon-wrapper i {
  font-size: 28px;
  color: #01417e;
  transition: all 0.3s ease;
}
.features-4 .feature-card .content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}
.features-4 .feature-card .content p {
  font-size: 15px;
  color: color-mix(in srgb, #01417e, transparent 30%);
  margin-bottom: 0;
  line-height: 1.6;
}
.features-4 .center-image {
  position: relative;
  align-self: center;
}
.features-4 .center-image .device-wrapper {
  position: relative;
  padding: 20px;
  z-index: 2;
}
.features-4 .center-image .device-wrapper img {
  max-height: 550px;
  position: relative;
  z-index: 5;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}
.features-4 .center-image .device-wrapper .shape-decoration {
  position: absolute;
  width: 150%;
  height: 70%;
  top: 15%;
  left: -25%;
  background: linear-gradient(140deg, color-mix(in srgb, #053b86, transparent 80%) 0%, color-mix(in srgb, #093b73, transparent 95%) 100%);
  border-radius: 50%;
  z-index: 1;
  filter: blur(40px);
}
@media (max-width: 991px) {
  .features-4 .feature-card {
    padding: 1.5rem;
  }
  .features-4 .feature-card .icon-wrapper {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .features-4 .feature-card .icon-wrapper i {
    font-size: 24px;
  }
  .features-4 .feature-card .content h3 {
    font-size: 17px;
  }
  .features-4 .center-image .device-wrapper img {
    max-height: 450px;
  }
}
@media (max-width: 768px) {
  .features-4 .features-column {
    gap: 1.5rem;
  }
  .features-4 .center-image {
    margin: 2rem 0;
  }
  .features-4 .center-image .device-wrapper img {
    max-height: 400px;
  }
  .features-4 .center-image .shape-decoration {
    width: 120%;
    height: 60%;
  }
} 
:root {  --default-font: Roboto, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; --heading-font: Raleway; --nav-font: Poppins;--background-color: #f9fafb; --default-color: #374151; --heading-color: #111827; --accent-color: #10b981; --surface-color: #ffffff; --contrast-color: #ffffff; --nav-color: #ffffff; --nav-hover-color: #10b981; --nav-mobile-background-color: #ffffff; --nav-dropdown-background-color: #ffffff; --nav-dropdown-color: #374151; --nav-dropdown-hover-color: #10b981; scroll-behavior: smooth; }body {
  color: var(--default-color);
  background-color:#ffffff;
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}


@media (max-width: 1199px) {
  section, .section {
    scroll-margin-top: 66px;
  }
} .section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.section-title h3 {
  font-size: 32px;
  font-weight: 700;
  position: relative;    color: #023d79;

}
.section-title h3:before, .section-title h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background:#10b981;
  display: inline-block;
}
.section-title  h3:before {
  margin: 0 15px 10px 0;
}
.section-title  h3:after {
  margin: 0 0 10px 15px;
}
.section-title h4 {
  font-size: 32px;
  font-weight: 700;
  position: relative;color: #023d79;

}
.section-title h4:before, .section-title h4:after {
  content: "";
  width: 50px;
  height: 2px;
  background:#10b981;
  display: inline-block;
}
.section-title  h4:before {
  margin: 0 15px 10px 0;
}
.section-title  h4:after {
  margin: 0 0 10px 15px;
}
.section-title p {
  margin-bottom: 0;    text-align: center;
}
@media (max-width: 768px) {
  .section-title h3 {
    font-size: 20px;
  }
  .section-title h3:before, .section-title h3:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fcde16;
    display: inline-block;
  }
} 
 .post-slider {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--surface-color) 0%, color-mix(in srgb, var(--accent-color), transparent 95%) 100%);
}
.post-slider .blog-posts-slider .swiper-wrapper {
  height: auto !important;
}
.post-slider .blog-posts-slider .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.post-slider .blog-posts-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: color-mix(in srgb, var(--default-color), transparent 70%);
  opacity: 1;
  transition: all 0.3s ease;
}
.post-slider .blog-posts-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #038c6a;
  transform: scale(1.2);
}
.post-slider .blog-card {
  background: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-slider .blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
}
.post-slider .blog-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.post-slider .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.post-slider .blog-image .category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffb900;
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}
.post-slider .blog-image:hover img {
  transform: scale(1.05);
}
.post-slider .blog-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .post-slider .blog-content {
    padding: 25px;
  }
}
.post-slider .author-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.post-slider .author-info .author-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 3px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}
.post-slider .author-info .author-details {
  display: flex;
  flex-direction: column;
}
.post-slider .author-info .author-details .author-name {
  font-weight: 600;
  color: var(--heading-color);
  font-size: 14px;
  margin-bottom: 2px;
}
.post-slider .author-info .author-details .publish-date {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.post-slider h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: var(--heading-color);
}
@media (max-width: 768px) {
  .post-slider h3 {
    font-size: 18px;
  }
}
.post-slider h3 a {
  color:#05427c;
  transition: color 0.3s ease;
}
.post-slider h3 a:hover {
  color: #05427c;
}
.post-slider p {
  font-size: 16px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 25px;
  flex: 1;
}
.post-slider .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
@media (max-width: 576px) {
  .post-slider .blog-footer {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.post-slider .reading-time {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.post-slider .reading-time i {
  margin-right: 5px;
  font-size: 14px;
}
.post-slider .btn-read-more {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(45deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #000 10%));
  color: var(--contrast-color);
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.post-slider .btn-read-more span {
  margin-right: 8px;
}
.post-slider .btn-read-more i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.post-slider .btn-read-more:hover {
  transform: translateX(5px);
  background: linear-gradient(45deg, color-mix(in srgb, var(--accent-color), #000 10%), var(--accent-color));
  color: var(--contrast-color);
}
.post-slider .btn-read-more:hover i {
  transform: translateX(3px);
}
@media (max-width: 576px) {
  .post-slider .btn-read-more {
    align-self: flex-end;
  }
} 

 .about-3 {
  padding-top: 61px;
  padding-bottom: 60px;
}
.about-3 .about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 992px) {
  .about-3 .about-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.about-3 .image-gallery {
  position: relative;
}
.about-3 .image-gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .about-3 .image-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.about-3 .image-gallery .gallery-item {
  overflow: hidden;
  border-radius: 16px;
}
.about-3 .image-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.about-3 .image-gallery .gallery-item:hover img {
  transform: scale(1.05);
}
.about-3 .image-gallery .main-image {
  height: 500px;
  box-shadow: 0 20px 50px color-mix(in srgb, var(--default-color), transparent 85%);
}
@media (max-width: 576px) {
  .about-3 .image-gallery .main-image {
    height: 280px;
  }
}
.about-3 .image-gallery .side-image {
  height: 400px;
  align-self: end;
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .about-3 .image-gallery .side-image {
    height: 220px;
    margin-top: 0;
  }
}
.about-3 .image-gallery .experience-badge {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.about-3 .image-gallery .experience-badge .badge-inner {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 20%));
  color: var(--contrast-color);
  padding: 1.5rem 2.5rem;
  border-radius: 60px;
  text-align: center;
  box-shadow: 0 15px 40px color-mix(in srgb, var(--accent-color), transparent 60%);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 576px) {
  .about-3 .image-gallery .experience-badge .badge-inner {
    padding: 1rem 1.75rem;
  }
}
.about-3 .image-gallery .experience-badge .number {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 576px) {
  .about-3 .image-gallery .experience-badge .number {
    font-size: 2rem;
  }
}
.about-3 .image-gallery .experience-badge .label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .about-3 .info-panel {
    margin-top: 2rem;
  }
}
.about-3 .info-panel .panel-header {
  margin-bottom: 1.5rem;
}
.about-3 .info-panel .panel-header .tagline {
  display: inline-block;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--accent-color);
  padding: 0.5rem 1.25rem;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.about-3 .info-panel .panel-header h2 {
  font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
    color: #05437e;
}
@media (max-width: 768px) {
  .about-3 .info-panel .panel-header h2 {
    font-size: 2rem;
  }
}
.about-3 .info-panel .description {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.about-3 .info-panel .highlights-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 576px) {
  .about-3 .info-panel .highlights-row {
    grid-template-columns: 1fr;
  }
}
.about-3 .info-panel .highlight-box {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--surface-color);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s ease;
}
.about-3 .info-panel .highlight-box:hover {
  box-shadow: 0 10px 30px color-mix(in srgb, var(--default-color), transparent 90%);
  transform: translateY(-3px);
}
.about-3 .info-panel .highlight-box .icon-wrap {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-3 .info-panel .highlight-box .icon-wrap i {
  font-size: 1.5rem;
  color: var(--accent-color);
}
.about-3 .info-panel .highlight-box .highlight-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.about-3 .info-panel .highlight-box .highlight-content p {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
  line-height: 1.5;
}
.about-3 .info-panel .stats-row {
  display: flex;
  gap: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .about-3 .info-panel .stats-row {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.about-3 .info-panel .stats-row .stat-block {
  text-align: center;
  flex: 1;
}
@media (max-width: 576px) {
  .about-3 .info-panel .stats-row .stat-block {
    flex: 0 0 calc(50% - 0.75rem);
  }
}
.about-3 .info-panel .stats-row .stat-block h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #10b981;
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .about-3 .info-panel .stats-row .stat-block h3 {
    font-size: 1.75rem;
  }
}
.about-3 .info-panel .stats-row .stat-block span {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 35%);
  font-weight: 500;
  display: block;
  margin-top: 0.5rem;
}
.about-3 .info-panel .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: transparent;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  padding: 0.875rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.about-3 .info-panel .cta-button i {
  transition: transform 0.3s ease;
}
.about-3 .info-panel .cta-button:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}
.about-3 .info-panel .cta-button:hover i {
  transform: translateX(5px);
} 
.title5 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    transition: ease-in-out 0.3s;
}

section#counts p {
    text-align: center;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #053e7c;
}

.icon-wrap {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8aa0b4, #033463);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: 0.4s ease;
}

.icon-wrap i {
    font-size: 38px !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.amenity-card:hover .icon-wrap {
    transform: translateY(-6px);
    background: linear-gradient(135deg, #8c6b35, #c8a96b);
}
/* Inner page hero banner */
.inner-hero {
  background: linear-gradient(135deg,rgba(26,39,68,.88) 0%,rgba(0,104,56,.80) 100%),
              url('') center/cover no-repeat;
  padding: 90px 0 55px;
}
.inner-hero h1 { color:#fff; font-size:clamp(1.6rem,4vw,2.6rem); font-weight:700; margin-bottom:10px; }
.inner-hero p.lead { color:rgba(255,255,255,.85); font-size:1.05rem; max-width:640px; }
.inner-hero .breadcrumb { background:none; padding:0; margin-bottom:16px; }
.inner-hero .breadcrumb-item a { color:#FBAF17; text-decoration:none; }
.inner-hero .breadcrumb-item.active { color:rgba(255,255,255,.7); }
.inner-hero .breadcrumb-item+.breadcrumb-item::before { color:rgba(255,255,255,.4); }
/* Section spacing */
.inner-section { padding:70px 0; }
.inner-section.bg-light-green { background:#f4f9f6; }
/* Card styles matching homepage feature cards */
.amenity-card {
  background:#fff; border-radius:10px; padding:28px 22px; text-align:center;
  box-shadow:0 4px 20px rgba(0,0,0,.07); border:1px solid #e5ede9;
  transition:transform .25s,box-shadow .25s;
}
.amenity-card:hover { transform:translateY(-5px); box-shadow:0 10px 32px rgba(0,104,56,.13); }
.amenity-card .icon-wrapper { margin-bottom:14px; }
.amenity-card .icon-wrapper img { height:52px; width:auto; }
.amenity-card .title4 { font-size:.95rem; font-weight:700; margin-bottom:8px; }
.amenity-card p { font-size:.88rem; color:#666; margin:0; line-height:1.65; }
/* Attraction cards */
.attr-card { background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 4px 20px rgba(0,0,0,.08); transition:transform .25s; }
.attr-card:hover { transform:translateY(-4px); }
.attr-card img { width:100%; height:200px; object-fit:cover; }
.attr-card-body { padding:18px 20px; }
.attr-card-body .category-badge { display:inline-block; background:#006838; color:#fff; font-size:11px; font-weight:700; letter-spacing:1px; text-transform:uppercase; padding:4px 10px; border-radius:20px; margin-bottom:10px; }
.attr-card-body h5 { font-size:1rem; font-weight:700; margin-bottom:8px; color:#1a2744; }
.attr-card-body p { font-size:.875rem; color:#666; margin:0; line-height:1.6; }
/* Direction cards */
.dir-card { background:#fff; border-radius:10px; padding:24px; box-shadow:0 4px 20px rgba(0,0,0,.07); border-left:4px solid #006838; }
.dir-card h5 { font-weight:700; color:#1a2744; margin-bottom:12px; }
.dir-card ol { padding-left:18px; margin:0; }
.dir-card ol li { font-size:.88rem; color:#555; margin-bottom:6px; }
/* Pricing cards */
.price-card { background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 4px 24px rgba(0,0,0,.09); border:1px solid #e5ede9; transition:box-shadow .25s; }
.price-card:hover { box-shadow:0 10px 36px rgba(0,104,56,.14); }
.price-card.featured { border-color:#006838; border-width:2px; }
.price-card img { width:100%; height:210px; object-fit:cover; }
.price-card-body { padding:22px; }
.price-card-body .badge-tag { font-size:11px; font-weight:700; color:#888; letter-spacing:1px; text-transform:uppercase; }
.price-card-body h5 { font-size:1.1rem; font-weight:700; color:#1a2744; margin:6px 0 14px; }
.price-card-body ul { list-style:none; padding:0; margin-bottom:18px; }
.price-card-body ul li { font-size:.875rem; color:#555; padding:5px 0; border-bottom:1px solid #f0f0f0; }
.price-card-body ul li::before { content:'✓ '; color:#006838; font-weight:700; }
.btn-book-room { display:block; text-align:center; background:#006838; color:#fff; padding:11px; border-radius:7px; font-weight:700; font-size:.9rem; text-decoration:none; transition:background .2s; }
.btn-book-room:hover { background:#FBAF17; color:#1a2744; }
/* FAQ accordion */
.faq-accordion .accordion-button { font-weight:500; color:#1a2744; background:#f4f9f6; }
.faq-accordion .accordion-button:not(.collapsed) { background:#05437e; color:#fff; box-shadow:none; }
.faq-accordion .accordion-button:not(.collapsed)::after { filter:invert(1); }
.faq-accordion .accordion-body { font-size:.9rem; color:#555; line-height:1.7; }
/* Gallery */
.gallery-filter-btn { padding:8px 20px; border:2px solid #dee2e6; border-radius:25px; background:#fff; font-size:.875rem; font-weight:600; cursor:pointer; color:#1a2744; transition:all .2s; }
.gallery-filter-btn:hover,.gallery-filter-btn.active { background:#006838; border-color:#006838; color:#fff; }
.gal-item { position:relative; overflow:hidden; border-radius:9px; cursor:pointer; }
.gal-item img { width:100%; height:210px; object-fit:cover; transition:transform .4s,filter .3s; display:block; }
.gal-item:hover img { transform:scale(1.07); filter:brightness(.8); }
.gal-caption { position:absolute; bottom:0; left:0; right:0; background:linear-gradient(to top,rgba(26,39,68,.9),transparent); padding:28px 14px 12px; transform:translateY(100%); transition:transform .3s; }
.gal-item:hover .gal-caption { transform:translateY(0); }
.gal-caption span { color:#fff; font-size:.875rem; font-weight:600; display:block; }
.gal-caption small { color:#FBAF17; font-size:.75rem; }
.gal-item.hidden { display:none!important; }
/* Contact */
.contact-info-card { background:#05437e; color:#fff; border-radius:12px; padding:36px 30px; height:100%; }
.contact-info-card h4 { color:#FBAF17; font-size:1.2rem; font-weight:700; margin-bottom:18px; }
.contact-info-card .cinfo-row { display:flex; gap:14px; margin-bottom:16px; }
.contact-info-card .cinfo-row em { font-size:1.2rem; color:#FBAF17; margin-top:3px; flex-shrink:0; }
.contact-info-card .cinfo-row p { margin:0; font-size:.9rem; line-height:1.6; opacity:.9; }
.contact-form-card { background:#fff; border-radius:12px; padding:36px 30px; box-shadow:0 4px 24px rgba(0,0,0,.09); }
.contact-form-card h4 { color:#1a2744; font-weight:700; margin-bottom:20px; }
.contact-form-card .form-control,.contact-form-card .form-select { border-color:#d0ddd6; font-size:.9rem; }
.contact-form-card .form-control:focus,.contact-form-card .form-select:focus { border-color:#006838; box-shadow:0 0 0 .2rem rgba(0,104,56,.15); }
.btn-send { background:#006838; color:#fff; border:none; padding:11px 32px; border-radius:7px; font-weight:700; font-size:.95rem; transition:background .2s; }
.btn-send:hover { background:#FBAF17; color:#1a2744; }
/* Sitemap */
.sitemap-card { background:#fff; border-radius:10px; padding:26px 22px; box-shadow:0 4px 18px rgba(0,0,0,.07); border-top:3px solid #006838; }
.sitemap-card h5 { font-weight:700; color:#1a2744; margin-bottom:16px; font-size:.95rem; letter-spacing:.5px; text-transform:uppercase; }
.sitemap-card ul { list-style:none; padding:0; margin:0; }
.sitemap-card ul li { margin-bottom:8px; }
.sitemap-card ul li a { color:#006838; text-decoration:none; font-size:.9rem; font-weight:500; }
.sitemap-card ul li a:hover { color:#FBAF17; text-decoration:underline; }
.sitemap-card ul li small { display:block; color:#999; font-size:.8rem; }
/* Lightbox */
.lb-overlay { display:none; position:fixed; inset:0; z-index:9999; background:rgba(0,0,0,.92); align-items:center; justify-content:center; }
.lb-overlay.open { display:flex; }
.lb-inner { position:relative; max-width:90vw; }
.lb-inner img { max-height:82vh; max-width:88vw; border-radius:8px; object-fit:contain; display:block; }
.lb-close { position:absolute; top:-42px; right:0; background:none; border:none; color:#fff; font-size:2rem; cursor:pointer; line-height:1; }
.lb-close:hover { color:#FBAF17; }
.lb-prev,.lb-next { position:fixed; top:50%; transform:translateY(-50%); background:rgba(255,255,255,.15); border:none; color:#fff; font-size:1.5rem; padding:12px 16px; border-radius:6px; cursor:pointer; z-index:10000; transition:background .2s; }
.lb-prev { left:12px; } .lb-next { right:12px; }
.lb-prev:hover,.lb-next:hover { background:#006838; }
.lb-info { text-align:center; margin-top:12px; }
.lb-info span { color:#fff; font-weight:600; }
.lb-info small { color:#FBAF17; display:block; }
.lb-count { position:absolute; top:-40px; left:0; color:rgba(255,255,255,.6); font-size:.8rem; }
/* Value prop */
.value-card { background:#fff; border-radius:10px; padding:28px 20px; text-align:center; box-shadow:0 4px 18px rgba(0,0,0,.07); transition:transform .2s; }
.value-card:hover { transform:translateY(-4px); }
.value-card .icon-wrapper img { height:52px; width:auto; margin-bottom:14px; }
.value-card .title4 { font-size:.95rem; font-weight:700; margin-bottom:8px; }
.value-card p { font-size:.875rem; color:#666; margin:0; }
/* check list */
.check-list { list-style:none; padding:0; }
.check-list li { display:flex; gap:12px; margin-bottom:16px; font-size:.9rem; color:#444; }
.check-list li i { color:#006838; font-size:1.1rem; flex-shrink:0; margin-top:2px; }
.faq {
    color: #006838;
    font-weight: 700;
    border-bottom: 2px solid #006838;
    padding-bottom: 8px;
}
.que {
    color: #fbaf17;
    font-size: 23px;
    margin-bottom: 35px;
}