@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Modern+Antiqua&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
font-family: "Open Sans", sans-serif;

}
a {

  text-decoration: none;
}
h1, h2, h3, h4 {

  font-family: "Modern Antiqua", serif;
}
:root {
 
--clr-white:#ffffff;
--clr-black:#1e0a39;
--clr-black2:#202020;
--clr-orange: #d09b2b;
--clr-green:#103f39;
--clr-darkgreen:#0b2b27;
--clr-yellow:#c5bda5;


}



.welcome {
	background:url(../images/welcomebg.jpg) repeat;

  margin-top: -250px;
  z-index: 1000;
  position: relative;
  padding: 50px 0px;
}
.welcome-leaf-bamboo {
  width: 180px;

}

.welcome_txt {
	padding:0px 30px;
}

.welcome_txt h2 {
	font-size: 38px;
	color:var(--clr-darkgreen);
}
.welcome_txt h3 {
	font-size:30px;
	color:var(--clr-orange);
	letter-spacing: 1px;
}
.welcome_txt p {
	font-size: 15px;
	color: #023125;
	font-weight: 500;
	line-height: 28px;
	text-align: justify;
}
.welcome_img img {
	width: 85%;
	height: auto;
	border:solid 5px;
	border-color: rgba(255,255,255,0.2)
}

.overview-ing-hme {
  position: relative;
  float: left;

  padding-right: 180px;
  padding-bottom: 80px;
	
}
.overview-ing-hme img {
  border:solid 1px #023125;
}
.overview-ing-hme .over-img-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 400px;
  padding: 8px 8px 8px 8px;
  background-color: rgba(255,255,255,1);
  
}
.over-img-btn img {
  border:solid 0px #023125;

}
.top-and-bottom {
  position: relative;
  margin-top: 30px;

  padding-top: 20px;
}
.top-and-bottom::before {
  content:'';
  position: absolute;
  background-color:var(--clr-orange);
  width: 30%;
  height: 5px;
  top: 0;
  left:0;
}
.btn-orange {
  background-color: var(--clr-orange);
  color: var(--clr-white);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 20px;
}
.btn-orange:hover {
  background-color: var(--clr-green);
  color: var(--clr-white);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 20px;
}
@media (max-width: 768px){
.welcome {
padding: 0px;
}
}


 .amenities-section {
    background-color:#fffcf2;
      align-items: stretch;
      padding: 50px 0px;
    }
    .amenities-image {
      flex: 1;
      min-height: 550px;
      background: url("../images/amenities_bg.jpg") no-repeat center center/cover;
      margin:50px 0px;

    }
    .amenities-content {
      width: 65%;
      background: #0f3f37;
      color: #fff;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
    right: 5%;
    height: 600px;
    margin-top: -25px;
    float: right;
    }
    .amenities-content h2 {
     
      margin-bottom: 20px;
    }
    .amenities-list {
      /*display: grid;*/
      grid-template-columns: repeat(2, 1fr);
      gap: 15px 40px;
      margin-top: 20px;
      line-height: 32px;
    }
    .amenities-list i {
      color: #c8a84b;
      margin-right: 10px;
    }

    @media (max-width: 768px){

 .amenities-content {
      width: 90%;
      background: #0f3f37;
      color: #fff;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
    right: 5%;
    height: auto;
    margin-top: -25px;
    float: right;
    margin-bottom: 70px;
    }
      .amenities-list {
      display: block;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px 40px;
      margin-top:10px;
    }
    .welcome_img img {
      width: 100%;
    }
    }


    
.resort {
	
	background:url(../images/rooms_bg_main.jpg) repeat;
	
	
}
.suites {
	padding: 40px 9% 20px 9%;
}

.suites h2 {
	font-size: 38px;
	color: #054d3b;
	text-align: center;
	padding-bottom: 15px;

}
.resort .nav-item {

	margin:0px 5px;
	color: #054d3b;
}
.suites .nav-tabs {
	
	margin-bottom: 20px;
	padding: 5px;border: 0px;

}

.suites .nav-tabs .nav-item {
  color: #fff;
  border-radius: 60px;

	border: 0px;
  background-color: var(--clr-orange);
	height: 100%;
}
.suites .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  border-radius: 60px;
 margin-top: 0px;
	border: 0px;
	background: #799e29;
	height: 100%;
}
.suites .nav-link {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
 margin-top: 0px;
 padding: 8px 0px 10px 0px;
	
}
.suites .nav-link:hover {
	color: #fff;
	border: 0px!important;
	background:#799e29;
	border-radius: 60px;
}
.suites .nav-link:focus {
	border: 0px!important;
	color: #fff;
	border-radius: 60px;
}
.suites .nav-link:focus-visible {
	border: 0px!important;
	color: #fff;
	border-radius: 60px;
}
.nav-tabs .nav-link {
	border: 0px!important;
	border-radius: 60px;
  text-transform: uppercase;
}
.nav-tabs .nav-link {
  margin-bottom: 0px;
  background: 0 0;
    background-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
border-radius: 60px;
	height: 100%;
}
.tab-content {
	padding:0px 0px;
	border:0px!important;
	border-radius: 0px;
}

.accordion-item {
  background-color: transparent!important;
  border: 0px solid rgba(0,0,0,.125);
	border-radius: 0px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #054d3b;
font-weight: 700!important
}
.accordion-header {

	font-weight: 700!important;
	font-size: 18px;
	margin-bottom: 1px;
	;
}

.accordion-button::after {
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 900;	
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 14px!important;
  color: #fff;
  text-align: left;
  background-color: #054d3b;
  border: 0;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	font-weight: 700!important
}
.accordion-button::after {
	background-image: none!important;
}
.tab-content img {
	width: 100%;
	height: auto;
}
.accordion-body {
	padding: 0px;
}

.suitebuttons {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
	bottom: 100px;
	

}
.suitebuttons a {
	font-weight: 600;
	padding: 10px 25px;
	margin: 5px;
	border-radius: 50px;
}
.btn_g {
background-color: rgba(121,158,41,0.8);
	color: #fff!important;
	text-decoration: none;
}
.btn_g:hover {
	background-color: rgba(255,255,255,0.8);
	color: #000!important;
	text-decoration: none;
}

  .room-section {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
    }
    .room-content {
   
      background: #0f3f37 url("../images/rooms_bg.jpg"); /* optional subtle pattern */
      color: #fff;
      padding: 50px;
  
       height: 100%;

    }
    .room-content h2 {
    color: #fff;

      font-size: 24px;
      text-align: left;
    }
    .room-content p {
      margin-bottom: 20px;
    }
    .room-content .btn-custom {
      background: #fff;
      color: #0f3f37;
      font-weight: 600;
      border-radius: 50px;
      padding: 10px 25px;
      border: none;
    }
    .room-content .btn-custom:hover {
      background: #c8a84b;
      color: #fff;
    }
    .room-image {
 
    height: 100%;
   
    }
    .room-image img {
      width: 100%;
      height: auto;
    }

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

	.accordion-header {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
  }
  	.accordion-button {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
  }

  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
	
	.suitebuttons {
	display: block;
	justify-content: center;
	position: relative;
	z-index: 10;
	bottom: 50px;
		height: 0px;
	

}
.accordion-body {

  padding: 0px 12px;
  margin-top: -1px;
}
}
.packages {
  background-color:#fffcf2;
  padding: 50px 0px ;

}

.packages h2 {
  font-size: 38px;
  color: #054d3b;
  text-align: center;
  padding-bottom: 15px;
}

/*#news-slider {
  margin-top: 80px;
}*/
.post-slide {

  margin: 20px 15px 20px;
  border-radius: 0px;
  padding-top: 1px;

}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin: 0px;

}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(1, 62, 56, 0.74) 0%,
    rgba(3, 136, 58, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 60px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
    font-family: "Open Sans", sans-serif;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: var(--clr-blue);
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px ;
  float: left;
  font-size: 14px;
font-weight: 600;
  color: var(--clr-darkgreen);

  text-transform: uppercase;
  text-decoration: none;
}
.post-slide .read-more:hover {

  text-decoration: none;
  color: var(--clr-orange);
  text-decoration: none;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}


  .owl-nav {
    display: none;
  }

  .owl-pagination {
    text-align: center;
}
.owl-page {
	 display: inline-block;
}
 .owl-page span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: flex;
      background: #fff;
      border: 2px solid ;
	 border-color: var(--clr-blue);
      margin: 0 5px;
    }
 .owl-page .active span {
      box-shadow: none;
 }
.owl-page.active span {
        background: var(--clr-blue)!important;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 40px 15px;
  }
}
.art01 {
    background-image: url(../images/art01.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  height: 130px;
    background-color:#fffcf2;
    margin-top: -50px;
}


 .testi-section {
    background-color:#fffcf2;
      align-items: stretch;
      padding: 80px 0px;
    }
    .testi-image {
      flex: 1;
      min-height: 500px;
      background: url("../images/testibg.png") no-repeat center center/cover;
      margin:50px 0px;

    }
    .testi-content {
      width: 40%;
      background: #0f3f37;
      color: #fff;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
    left: 5%;
    height: 550px;
    margin-top: -25px;
    float: left;
    }
    .testi-content h2 {
     
      margin-bottom: 20px;
    }
    .testi-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px 40px;
      margin-top: 20px;
    }
    .testi-list i {
      color: #c8a84b;
      margin-right: 10px;
    }

    @media (max-width: 768px){

 .testi-content {
      width: 90%;
      background: #0f3f37;
      color: #fff;
      padding: 40px ;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
    right: 0%;
    min-height: 550px;
    margin-top: -25px;
    height: auto;
   
    float: left;
    }
      .testi-list {
      display: block;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px 40px;
      margin-top:10px;
    }
 
    }
  .testimonial-section {
  
      color: #fff;
      padding: 0px 20px;
      text-align: left;
    }
    .testimonial-section h6 {
      font-size: 0.9rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #d1d1d1;
    }
    .testimonial-section h2 {
     
      margin: 15px 0 30px;
    }
    .testimonial-text {
      font-size: 1.1rem;
      font-style: italic;
      margin-bottom: 30px;
    }
    .testimonial-author {
      display: flex;
      align-items: center;
    }
    .testimonial-author img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-right: 15px;
    }
    .author-info {
      font-size: 0.95rem;
      color: #d1d1d1;
    }
    .carousel-indicators [data-bs-target] {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #fff;
      opacity: 0.6;
    }
    .carousel-indicators .active {
      background-color: #c8a84b; /* gold color */
      opacity: 1;
    }

    .carousel-indicators {
  position: relative;

  justify-content: left;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 0%;
}


.facilities {
  background-color:#fffcf2;
  padding: 50px 0px ;
  background-image: url(../images/faq_bg.jpg);
  background-repeat: repeat;


}




    .facilitiestxt h2 {
      font-size: 36px;
      margin-bottom: 10px;
      color: #104534;
    }

    .facilitiestxt p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 25px;
      color: #333;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .facilityimg img {
      width: 100%;height: 100%;
      object-fit: cover;
    }
  

      .facility .accordion {
      max-width: 900px;
      margin: auto;
    }

    .facility .accordion-item {
      margin-bottom: 5px;
      position: relative;
    }

    .facility .accordion-header {
      font-size:18px;
      font-weight: 400!important;
      cursor: pointer;
      padding: 10px 50px 10px 0;
      position: relative;
      font-family: "Modern Antiqua", serif;
    }

    .facility .accordion-header::after {
      content: "+";
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 22px;
      color: #c9932f;
      transition: transform 0.3s, content 0.3s;
    }

    .facility .accordion-header.active::after {
      content: "-";
      font-size: 26px;
    }

    .facility .accordion-content {
      display: none;
      margin-top: 0px;
      padding: 20px;
      background: white;
      border-radius: 4px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      color:var(--clr-black);
      font-size: 16px;
      line-height: 1.5;
    }

    .facility .accordion-content.show {
      display: block;
    }

.reviewbg {
  background: url(../images/reviewbg.png);
  background-repeat: repeat;
  padding: 50px;
}

     .reviews-section {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap:2px;
      padding: 40px;
    }

    .review-card {
      position: relative;
      min-height: 500px;
      border-radius: 0px;
      overflow: hidden;
      display: flex;
      align-items: top;
      justify-content: center;
      color: white;
      text-align: center;
      padding-top: 40px;
    }

    .review-card::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: linear-gradient(to bottom, rgba(9, 49, 44, 1), rgba(255,255,255,0) 50%);
      z-index: 1;
    }
.review-card:hover {
opacity: 0.8;

   background-color: #000;

    }
    .review-content {
      position: relative;
      z-index: 2;
    }

    .review-content h3 {
      margin: 0;
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 10px;
      color: var(--clr-white);
    }

    .review-content img {
      width: 120px;
      margin-top: 10px;
      filter: brightness(0) invert(1); /* makes logos white */
    }

    /* Responsive */
    @media (max-width: 900px) {
      .reviews-section {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .reviews-section {
        grid-template-columns: 1fr;
      }
      .reviewbg {

  padding: 50px 0px;
}
    }

footer {
  background-color: var(--clr-green);
}
    /* Top contact info */
    .footer-top {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 30px 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-item {
      text-align: center;
      flex: 1;
      padding: 10px;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-item:last-child {
      border-right: none;
    }

    .footer-item i {
      font-size: 24px;
      margin-bottom: 8px;
      display: block;
      background:var(--clr-darkgreen);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      line-height: 50px;
      margin: 0 auto 10px auto;
      color: var(--clr-white);
    }

    .footer-item h4 {
      margin: 5px 0;
      font-size: 16px;
        color: var(--clr-white);
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
    }

    .footer-item p {
      margin: 2px 0;
      font-size: 14px;
      color: #ccc;
    }

    /* Bottom footer */
    .footer-bottom {
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr 1fr;
      gap: 30px;
      padding: 40px;
      color: #fff;
    }

    .footer-logo img {
      width: 220px;
      margin-bottom: 10px;
    }

    .footer-logo h2 {
      font-size: 28px;
      margin: 0;
    }

    .footer-logo p {
      font-size: 14px;
      color: #aaa;
    }

    .footer-links h4 {
      margin-bottom: 10px;
      font-size: 20px;
    }

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

    .footer-links ul li {
      margin: 5px 0;
    }

    .footer-links ul li a {
      text-decoration: none;
      color: #ccc;
      font-size: 14px;
    }

    .footer-links ul li a:hover {
      color: #f4b63a; /* gold highlight */
    }

    .newsletter h4 {
      margin-bottom: 10px;
      font-size: 20px;
    }

    .newsletter p {
      font-size: 14px;
      color: #aaa;
    }

    .newsletter input {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border: 1px solid #555;
      background: transparent;
      color: #fff;
    }

    .newsletter button {
      background: #f4b63a;
      border: none;
      padding: 10px 20px;
      border-radius: 20px;
      color: #000;
      font-weight: bold;
      cursor: pointer;
    }

    .newsletter button:hover {
      background: #d99a27;
    }

    /* Social icons */
    .social {
      margin-top: 15px;
    }

    .social a {
      display: inline-block;
      margin-right: 10px;
      font-size: 28px;
      color: #fff;
      text-decoration: none;
    }

    .social a:hover {
      color: #f4b63a;
    }

    /* Bottom note */
    .footer-note {
      text-align: left;
      padding: 15px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 14px;
      color: #aaa;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .footer-bottom {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 600px) {
      .footer-top {
        flex-direction: column;
      }
      .footer-bottom {
        grid-template-columns: 1fr;
      }
          .footer-item {
 
      border-right: 0px solid rgba(255, 255, 255, 0.2);
    }
    }

    .footer-nav {
      background: #0c3c35;
      border-top: 1px solid rgba(255,255,255,0.2);
      border-bottom: 1px solid rgba(255,255,255,0.2);
      text-align: center;
      padding: 15px 0;
      height: auto;
    }

    .footer-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .footer-nav ul li {
      margin: 0 20px;
    }

    .footer-nav ul li a {
      text-decoration: none;
      color: #d4c48d; /* golden beige */
      font-size: 16px;
      transition: color 0.3s ease;
    }

    .footer-nav ul li a:hover {
      color: #f4b63a; /* gold highlight */
    }

    /* Responsive */
    @media (max-width: 768px) {
      .footer-nav ul {
        flex-direction: column;
      }
      .footer-nav ul li {
        margin: 10px 0;
      }
    }