/* Carousels */
.carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.hero-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
/* Navbar */
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* Floating Social */
.social-bar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.social-icon {
  background-color: var(--seagreen);
  color: #fff;
  padding: 12px;
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 21px;
  font-size: 18px;
  transition: 0.3s;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: .5px solid transparent;
}
.social-icon:hover {
  border: .5px solid transparent;
  background-color: var(--maroon);
}
/* About */
button .thumbnail {
  background: transparent !important;
}
.about-indicators button.thumbnail {
  width: 100px;
}
.about-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.about-indicators {
  position: static;
}
/* Ammenity */
#ammenity1 {
  background-image: url('/assets/images/cycling.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fitness-wrapper {
  position: relative;
  overflow: hidden;
}
.fitness-img {
  width: 100%;
  height: auto;
  display: block;
}
/* Background accent block */
.bg-accent {
  position: absolute;
  top: 80%;
  left: 80%;
  width: 20%;
  height: 100%;
  background-color: #f7f2ec;
  z-index: 1;
}
.fitness-content {
  position: relative;
  z-index: 2;
  background-color: #f7f2ec;
  padding: 3rem;
}
.modern-label {
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #6c757d;
  font-weight: 600;
}
.discover-btn {
  border: 1px solid #c7a47b;
  padding: 0.6rem 1.5rem;
  background: transparent;
  color: #c7a47b;
  font-weight: 500;
}
.discover-btn:hover {
  background: #c7a47b;
  color: white;
}
/* Textimonials */
em {
  color: var(--seagreen);
}
/* Controls */
.carousel-control-next {
  margin: 0 3em;
}
i.fa-arrow-right,
i.fa-arrow-left {
  background: none;
  border: 2px solid var(--seagreen);
  color: var(--seagreen);
  padding: 10px;
  border-radius: 100%;
  transition: background .6s ease;
}
i.fa-arrow-right:hover,
i.fa-arrow-left:hover {
  background: var(--seagreen);
  color: white;
}
.carousel-indicators-reviews {
  justify-content: flex-start;
  transform: translate(-40px, 50px);
}
.carousel-indicators-reviews [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid var(--seagreen);
}
.carousel-indicators-reviews .active {
  opacity: 1;
  background-color: var(--seagreen);
}
.control-btn {
  position: absolute;
  top: 8px;
  right: 10em;
}
.carousel-control-next,
.carousel-control-prev {
  top: 1em;
  left: 3em;
}
.testimonial-text {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
}
.wow {
  position: relative;
  grid-column: span 2;
}
.carousel-landmark {
  grid-column: span 3;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--maroon) !important;
}
/* Gallery */
.gallery-item img {
  border-radius: 12px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.gallery-item img:hover {
  transform: scale(1.03);
}
.filter-btns .btn {
  margin: 0 5px;
}
.custom-controls {
  position: absolute;
  top: 15px;
  right: 60px;
  z-index: 9999;
}
.lg-fullscreen-on .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Contact */
.contact-header {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
/* Privacy Hero */
/* Destination wedding */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated-tab {
  animation: fadeSlideIn 0.6s ease both;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
/* Styling */
.tab-content {
  position: relative;
  min-height: 300px;
}
.nav-link {
  font-size: 1.2rem;
  color: #333;
}
.nav-link.active {
  border-bottom: 2px solid #000;
  font-weight: bold;
}
.card-custom {
  background: #fff;
  padding: 2rem;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.card-custom img {
  width: 100%;
  height: auto;
}
/* Button Hover */
.chitraBtn-3 {
  padding: 5px;
}
.chitraBtn-3 span {
  color: rgb(255, 255, 255);
  background-color: var(--maroon);
}
.chitraBtn-3::before,
.chitraBtn-3::after {
  background: transparent;
  z-index: 2;
  position: absolute;
  content: "";
}
.chitraBtn.chitraBtn-hover-border-1::before,
.chitraBtn.chitraBtn-hover-border-1::after {
  width: 10%;
  height: 25%;
  transition: 0.35s;
}
.chitraBtn.chitraBtn-hover-border-1::before {
  top: 0;
  left: 0;
  border-left: 1px solid rgb(28, 31, 30);
  border-top: 1px solid rgb(28, 31, 30);
}
.chitraBtn.chitraBtn-hover-border-1::after {
  bottom: 0;
  right: 0;
  border-right: 1px solid rgb(28, 31, 30);
  border-bottom: 1px solid rgb(28, 31, 30);
}
.chitraBtn.chitraBtn-hover-border-1:hover::before,
.chitraBtn.chitraBtn-hover-border-1:hover::after {
  width: 99%;
  height: 98%;
}
.chitraBtn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.chitraBtn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}
/* Footer styles */
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background-image: url('../images/footer.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #8080801f;
  /* position: relative; */
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3B5998;
}
.twitter-bg {
  background: #55ACEE;
}
.google-bg {
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: transparent;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/* CTA */
#ctaSection {
  background-image: url('../images/mp2.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.cta-content {
  color: white;
}
.mnvcards{
  background-color: #465b3b;
}


.img-container-grid{
  display:flex;
  flex-wrap: wrap;
}

.smallsquare{
  max-width:20%;
  height:auto;
  flex:0 0 20%;
  padding-top:20%;
  display:grid;
  position:relative;
}

.h_rectangle{
  max-width: 40%;
  flex: 0 0 40%;
  padding-top:20%;
  position:relative;
}

.bigsquare{
  max-width:40%;
  height:auto;
  flex:0 0 40%;
  padding-top:40%;
  display:grid;
  position:relative;
}
.bigsquare_blank{
  max-width:40%;
  height:auto;
  flex:0 0 40%;
  display:flex;
  flex-wrap: wrap;
}
.inner_square{
  max-width:50%;
  flex: 0 0 50%;
  height:50%;
  position:relative;
}
.v_rectangle{
  max-width: 20%;
  flex: 0 0 20%;
  padding-top:40%;
  position:relative;
}

.img-grid-c{
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  object-fit:cover;
  object-position:center;
  padding:2.5px;
}
.modal-header{
  border-bottom: none !important;
}
.modal-footer{
  border-top: none !important;
}
.btn-close{
    background-color: var(--sand) !important;
    border-color: var(--seagreen) !important;
    color: white !important;
    &:focus{
    box-shadow: none !important;
    }
}
.form-control:focus{
  box-shadow: none !important;
  border: 1px solid var(--seagreen);
}
.accordion-button{
  background-color: #f7f2ec !important;
  color: var(--seagreen) !important;
  font-weight: bold;
  &:focus{
    box-shadow: none !important;
  }
}
.caption-background {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
  padding: 2rem;
  border-radius: 12px;
  max-width: 800px;
  margin: auto;
}


.whatsapp-wrapper {
  position: fixed;
  bottom: 90px;
  left: 20px; /* moved to left */
  text-align: center;
  z-index: 999;
}

.wp-label {
  background-color: var(--seagreen);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  &:hover{
    background-color: var(--maroon);
  }
}

.whatsapp-float {
  background-color: var(--seagreen);
  color: white;
  padding: 10px 14px;
  border-radius: 50%;
  font-size: 24px;
  display: table;
  &:hover{
    background-color: var(--maroon);
  }
}

.zoom-in-on-load {
  opacity: 0;
  transform: scale(1.1);
  animation: zoomIn 3s ease forwards;
  animation-delay: 0.3s;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hoverable:hover{
  scale: 1.04 !important;
  transition: .5s ease-in-out;
}