body{
  background-color: #f7f7f740;
}
.main-header {
    z-index: 99;
    width: 100%;
    position: relative;
    background-color: #f7f7f7 !important;
}
.header-top .header-top-wrap .header-top-left .booking{
  margin-right: 0px !important;
}
.header-top .header-top-wrap .header-top-left .booking i {
    color: #ffffff !important;
 
}
.animate-charcter {
    text-transform: uppercase;
    font-weight: 500;
    background-image: linear-gradient(75deg, #61a92e 0%, #ffffff 29%, #ffffff 67% 67%, #61a92e 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s 
linear infinite;
    display: inline-block;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@keyframes textclip {
	to {
		background-position: 200% center;
	}
}
.home-btn-island {
    text-align: center;
    padding: 15px;
}

/* Floating Neon Effect */
.neon-pulse-btn {
    position: relative;
    display: inline-block;
    padding: 14px 36px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    background: linear-gradient(90deg, #00ff88, #00b3ff);
    overflow: hidden;
    transition: transform 0.3s ease;
    animation: floatPulse 3s ease-in-out infinite;
}

.neon-pulse-btn:hover {
    transform: translateY(-5px) scale(1.05);
}

/* Moving neon border */
.neon-pulse-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    border: 2px solid transparent;
 background: linear-gradient(90deg, #46903f, #46903f, #ffffff);
    background-size: 300%;
    animation: borderGlow 4s linear infinite;
    z-index: -1;
}

/* Inner shadow glow */
.neon-pulse-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.8);
    z-index: -2;
}

/* Floating pulse animation */
@keyframes floatPulse {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }
    50% {
        transform: translateY(-6px);
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.9);
    }
}

/* Border glow animation */
@keyframes borderGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.header-lower.is-fixed.is-small {
    top: 0px;
    margin: 0 !important;
    opacity: 1;
    visibility: visible;
    background-color: #f7f7f7 !important;

}
.travel-video .mask-video {
    position: absolute;
    left: -25%;
    bottom: -28%;
    width: 50%;
}
/* 
.widget-banner-contact {
    background-image: url("assets/images/home-pgae-bg-inner-sec.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */

/* start social media footer */
.social-media-footer li a i{
    font-size: 25px;
}
.social-media-footer {
    /* margin-top: 2rem; */
  /* position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%); */
  margin:0;
  padding:0;
  display:flex;
  /* justify-content: center;
  align-items: center;
  text-align: center; */
}
.social-media-footer li {
  list-style:none;
}
.social-media-footer li a {
  display:flex;
  position:relative;
  width:50px;
  height:50px;
  line-height:50px;
  font-size:30px;
  text-align:center;
  text-decoration:none;
  justify-content: center;
  align-items: center;
  color:#000;
  margin-right: 30px;
  transition:.5s;
}
.social-media-footer li a span {
  position:absolute;
  transition: transform .5s;
}
.social-media-footer li a span:nth-child(1),
.social-media-footer li a span:nth-child(3){
  width:100%;
  height:3px;
  background:#000;
}
.social-media-footer li a span:nth-child(1) {
  top:0;
  left:0;
  transform-origin: right;
}
.social-media-footer li a:hover span:nth-child(1) {
  transform: scaleX(0);
  transform-origin: left;
  transition:transform .5s;
}

.social-media-footer li a span:nth-child(3) {
  bottom:0;
  left:0;
  transform-origin: left;
}
.social-media-footer li a:hover span:nth-child(3) {
  transform: scaleX(0);
  transform-origin: right;
  transition:transform .5s;
}

.social-media-footer li a span:nth-child(2),
.social-media-footer li a span:nth-child(4){
  width:3px;
  height:100%;
  background:#46903f;
}
.social-media-footer li a span:nth-child(2) {
  top:0;
  left:0;
  transform:scale(0);
  transform-origin: bottom;
}
.social-media-footer li a:hover span:nth-child(2) {
  transform: scale(1);
  transform-origin: top;
  transition:transform .5s;
}
.social-media-footer li a span:nth-child(4) {
  top:0;
  right:0;
  transform:scale(0);
  transform-origin: top;
}
.social-media-footer li a:hover span:nth-child(4) {
  transform: scale(1);
  transform-origin: bottom;
  transition:transform .5s;
}

.facebook:hover {
  color: #46903f;
}
.facebook:hover span { 
  background: #3b5998;
}
.twitter:hover {
  color: #1da1f2;
}
.twitter:hover span { 
  background: #1da1f2;
}
.instagram:hover {
  color: #c32aa3;
}
.instagram:hover span { 
  background: #c32aa3;
}
.google:hover {
  color: #dd4b39;
}
.google:hover span { 
  background: #dd4b39;
}
.social-media-footer li a .twitter {
  color: #1da1f2;
}
.social-media-footer li a:hover:nth-child(3) {
  color: #c32aa3;
}
.social-media-footer li a:hover:nth-child(4) {
  color: #dd4b39;
}
/* End social media footer */

/* image gsap  */
.image-banner-contact {
  position: relative; /* keeps it in the column */
  width: 70%;
  text-align: center;
}
.image-banner-contact img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* End img gsap */
.nav-tabs-activities .nav-item .nav-link{
    font-size: 16px !important;
}

.clip-text {
    font-size: 200px !important;
    font-weight: 800;
    line-height: 200px !important;
    text-align: center;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: -5px;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .clip-text {
    color: transparent;
    -webkit-background-clip: text;
    background-image: url(../../assets/images/activities-bg.jpg) ;
    background-size: 100% !important;
    background-position: center;
  }
}

.icon-box-style1 {
    border: 1px solid rgba(224, 224, 224, 0.28);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06);
    padding: 25px 15px 25px 15px !important;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.tf-widget-activities .tabs-activities-content .activities-content .icon-activitis i {
    font-size: 30px !important; 
}
.tf-widget-activities .tabs-activities-content .activities-content .icon-activitis {
    width: 90px !important;
    height: 90px !important;
    border-radius: 100%;
    background-color: rgba(1, 6, 4, 0.1);
    color: #FFFFFF;
}

.widget-testimonial-style01{
padding-top: 150px !important;
}

.slider-home1 .silider-image .mask-slide {
    width: 30% !important;
    z-index: 2;
    height: 100%;
    opacity: 0.5;
}
.travel-video .mask-video {
    position: absolute;
    left: -10% !important;
    bottom: -6% !important;
    width: 28% !important;
}

.whatsapp-icon img{
  width: 40px;
  position: fixed;
  bottom: 100px;
 z-index: 9999;
  right: 22px;

 
}
.chat-withus {
    background-color: #000000;
    position: fixed;
    color: #fff;
    padding: 5px 10px;
    bottom: 100px;
    z-index: 9999;
    right: 23px;
    font-size: 15px;
    width: 150px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/* heading */
.resversation-sec{
  padding-top: 0px;
  padding-bottom: 60px;
}
.island-sub-heading h5{
  font-size: 18px;
}
strong{
  font-weight: 800 !important;
}

/* resversation form */
    .island-form {
        background: #fff;
        border-radius: 20px;
        padding: 0px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    .island-form h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #23346b;
    }
    .island-form p {
        color: #666;
        margin-bottom: 25px;
    }
    .island-form .input-wrap {
        position: relative;
        margin-bottom: 20px;
    }
    .island-form .input-wrap i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #23346b;
        font-size: 18px;
        z-index: 2;
    }
    .island-form input,
    .island-form select,
    .island-form textarea {
        width: 100%;
        padding: 12px 40px;
        border-radius: 12px;
        border: 1px solid #ccc;
        font-size: 15px;
        transition: all 0.3s ease;
    }
    .island-form input:focus,
    .island-form select:focus,
    .island-form textarea:focus {
        border-color: #23346b;
        box-shadow: 0 0 6px rgba(35, 52, 107, 0.4);
        outline: none;
    }

    /* Custom dropdown arrow */
    .island-form select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2323346b' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") 
            no-repeat right 15px center/16px 16px;
    }

    .island-form button {
        background: #23346b;
        color: #fff;
        border: none;
        padding: 12px 30px;
        font-size: 16px;
        border-radius: 12px;
        cursor: pointer;
        transition: background 0.3s;
    }
    .island-form button:hover {
        background: #1a2650;
    }

    .contact-us .box-contact {
    border-radius: 8px;
    border: 1px solid #EDEEEE;
    padding: 30px 30px 30px 30px !important;
    box-shadow: 0px 15px 10px 0px rgba(242, 242, 242, 0.18);
}
.island-location ul li {
list-style-type: disc;
margin-left: 1rem;
margin-bottom: 15px;
}
.contact-us-location {
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-single-btn{
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    letter-spacing: 0.05em;
    color: #4DA528;
    font-family: "Poppins", sans-serif;
}
.inner-line{
  font-size: 14px;
}
.facilities-points ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.facilities-sec{
  background-color: #F3F8F6;
  padding-top: 80px;
  padding-bottom: 80px;
}
.attraction-sec{
    background-color: #F3F8F6;
    /* background-image: url('./assets/images/attraction-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain; */
  padding-top: 80px;
  padding-bottom: 80px;
}

.island-btn button:hover{
    background-color: transparent;
    transition: all 0.3s;
    border: unset;
}
/* rates pge css */
.rates{
  padding-top: 80px;
  padding-bottom: 80px;
  /* background-color: #F3F8F6; */
}
.rates-col{
  justify-content: center;
  align-items: center;
  display: flex;
 
}
.rates-content {
    /* width: 75%; */
    /* background-color: #F3F8F6; */
    padding: 1rem 2rem;
    /* border: 1px solid #000000; */
    box-shadow: 2px 1px 5px 2px #d5d5d5;
}
.rates-heading{
  margin-bottom: 20px;
}
.rates-heading h2{

  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rates-heading h6 {
    font-size: 15px;
    font-weight: 600;
}
.pack-space{
  margin-bottom: 100px;
}
/* Events css */
.events-img img {
    border-radius: 25px;
}
.events-content {
   
    padding: 1rem 2rem;
 
}
.events-heading{
  margin-bottom: 20px;
}
.events-heading h2{

  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.events-heading h6 {
   text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.events-sec{
   padding-top: 80px;
  padding-bottom: 80px;
}

 /* Custom islandtab styling */
    .islandtab .nav-link {
      border-radius: 12px;
      margin-bottom: 1rem;
      padding: 12px 15px;
      background: #f7f7f7 ;
      font-weight: 500;
      text-align: left;
      transition: all 0.3s ease;
      box-shadow: 0 2px 5px rgba(0,0,0,0.08);
      font-size: 16px;
      text-transform: uppercase;
      color: #46903f;
    }
    .islandtab .nav-link.active {
      background: #46903f;
      color: #fff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
      margin-bottom: 1rem;
    }
    .islandtab .nav-link:hover {
      background: #e9ecef;
      color: #46903f;
    }
    .tab-pane img {
      max-width: 100%;
      border-radius: 10px;
      margin-top: 15px;
    }
    .leader-data{
      background: #f7f7f7;
      border-radius: 25px;
      
  }
  .leader-inner-space{
    padding: 2rem 3rem;

  }
  .leader-inner-space h3{
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 700;
  }


  .amenities-content{
  background-color: #f7f7f7;
}
.amenities-content img{
  width: 50px;
filter: invert(46%) sepia(55%) saturate(564%) hue-rotate(79deg) brightness(90%) contrast(92%);
}
.amenities-content h3{
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-about-island{
  padding-top: 150px !important;
  padding-bottom: 150px;
}
.home-book-btn {
  background-color: #46903f;
  color: #fff;
  padding: 1rem 2rem;
}
.home-book-btn:hover{
  
    color: #46903f !important;
     background-color: #fff !important;
     border: 1px solid #46903f !important;


}
.island-location {
  width: 80;
}
.header-fliter-color{
  color: #fff;
}
.header-fliter-color input[type=text]{
  color: #fff;
}
.header-fliter-color:after {
    border-bottom: 1.7px solid #fff !important;
    border-right: 1.7px solid #fff !important;
}
.island-box-home{
 /* clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
}

/* new css btn */
.explore-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* margin: 0 auto; */
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  background: #f9fafb;
  border: 2px solid #f9fafb;
  border-radius: 9999px;
  padding: 8px 16px;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
  transition: color 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
}

.explore-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%) scale(1);
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #46903f;
  border-radius: 50%;
  z-index: -10;
  transition: all 0.7s ease;
}

.explore-btn:hover::before {
  left: 0;
  transform: translateY(-50%) scale(1.5);
}

.explore-btn:hover {
  color: #fff;
}

.arrow-icon {
  width: 32px;
  height: 32px;
  padding: 8px;
  border: 1px solid #374151;
  border-radius: 50%;
  background: transparent;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.explore-btn:hover .arrow-icon {
  transform: rotate(135deg);
  background-color: #fff;
  border: none;
}

.arrow-path {
  fill: #1f2937;
  transition: fill 0.3s ease;
}

.explore-btn:hover .arrow-path {
  fill: #46903f;
}

.svg-icon {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  transition: filter 0.3s ease, transform 0.3s ease;
  filter: invert(28%) sepia(8%) saturate(300%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

.island-box-home:hover .svg-icon {
    filter: invert(100%) sepia(100%) saturate() hue-rotate(100deg) brightness(100%) contrast(1005);
    transform: scale(1.1);
}
.island-box-home {
  text-align: center;
  padding: 25px 10px;
  border-radius: 20px;
  transition: background 0.3s ease;
}

.island-box-home:hover {
  background: #ffff;
}

.banner-filter-address {
    background-color: #fff;
    padding: 15px 0px 15px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.banner-filter-address .icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-bottom-icon {
    font-size: 22px;
    color: #fff;
}
.banner-filter-address h4 a{
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  color: #fff !important;
}
.island-banner-main-line {
  display: inline-block;
  
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: transparent;
  position: relative;
  color: #fff;
  font-size: 20px;
font-family: "Poppins", sans-serif;
    font-style: italic;
    /* font-family: 'Roboto', sans-serif;
      font-style: italic; */
}

.island-banner-main-line::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  /* background: #fff; */
  border-radius: 8px;
  z-index: -1;
  animation: expandWidth 2s ease-in-out forwards;
  color: #fff;
}

/* Keyframes for expanding background */
@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.space-top{
padding-top: 80px !important;

} 
.space-bottom{

padding-bottom: 80px !important;
} 
.get-call:hover {
    background-color: #46903f !important;
    color: #FFFFFF !important;
    /* border: 1px solid #fff !important; */
}
.attrac-link{
  background-color: #1675b6;
  color: #fff !;
  text-align: center;
}
.attrac-link a{ 
  color: #fff !important;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.attrac-content-bg{
  background: #fff;
  height: 575px;
  margin-bottom: 2rem;
 
}
.attrac-sec-content{
  width: 100%;
  padding: 2rem 2rem;
  font-size: 16px;
}
.attrac-sec-content h5{
margin-bottom: 10px;
}


/* inner booking page  */
.side-bar-right .block-heading{
color: #fff !important;
}

.room-content{
  border-bottom: 2px dotted #000;
  margin-bottom: 1rem;
}

.side-bar-right .form-label{
color: #fff !important;
}





        /*  new rv css 2*/


/* new css header lang */
.island-lang-dd {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    left: 25px;
}

.island-lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.island-lang-btn .arrow {
    font-size: 12px;
}

.island-lang-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    display: none;
    z-index: 999;
}

.island-lang-menu li {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}

.island-lang-menu li:hover,
.island-lang-menu li.active {
    background: #f2f2f2;
}

.notranslate {
    unicode-bidi: isolate;
}

  /* gallery page  */
  .gallery-inner-heading{
    background-color: #f5f5f5;
   
  }
    .gallery-inner-heading h3{
font-size: 22px;
color: #000;
text-align: center;
padding: 10px 0px;
    }

    .gallery-sec{
      margin-top: 80px;
      margin-bottom: 80px;
    }


    .book-now-btn {
    background-color: #fff;
    color: #46903f;
    padding: 8px 30px;
    font-weight: 700;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 rgba(70, 144, 63, 0.7);
    animation: pulseGlow 2s infinite;
    text-decoration: none;
}

/* Hover effect */
.book-now-btn:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(70, 144, 63, 0.4);
}

/* Glow pulse animation */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(70, 144, 63, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(70, 144, 63, 0);
    }
}

  .callt-to-action-button {
   z-index: 11;
  }




    .book-now-btn-inner {
    background-color: #46903f;
    color: #fff;
    padding: 8px 30px;
    font-weight: 700;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 rgba(70, 144, 63, 0.7);
    animation: pulseGlowone 2s infinite;
    text-decoration: none;
}

/* Hover effect */
.book-now-btn-inner:hover {
    background-color: #46903f;;

    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(70, 144, 63, 0.4);
}

/* Glow pulse animation */
@keyframes pulseGlowone {
    0% {
        box-shadow: 0 0 0 rgba(70, 144, 63, 0.7);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(70, 144, 63, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(70, 144, 63, 0);
    }
}




/* 
.footer-media{
  margin: 1rem;
} */







/* rv sites*/
/* Main Container - The "Island" */
.new-island-rv {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #eef0f2;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Tablet/Desktop: Switch to Side-by-Side layout */
@media (min-width: 992px) {
    .new-island-rv {
        flex-direction: row;
        align-items: stretch;
    }
    
    .island-image {
        flex: 0 0 35%; /* Image takes 35% width */
        min-height: 100%;
    }
    
    .island-content {
        flex: 1;
        padding: 40px;
    }
}

/* Image Styling */
.island-image {
    position: relative;
    height: 300px; /* Mobile height */
    overflow: hidden;
}

@media (min-width: 992px) {
    .island-image {
        height: auto;
    }
}

.island-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.new-island-rv:hover .island-image img {
    transform: scale(1.05);
}

.category-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
}

/* Content Area */
.island-content {
    padding: 25px;
    color: #000;
}

/* Header & Rates */
.island-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .island-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.island-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.island-meta {
    display: flex;
    gap: 15px;
    font-size: 18px;
    color: #46903f;
    font-weight: 600;
}
.island-meta i {
    color: #46903f;
    margin-right: 5px;
    font-size: 20px;
}

/* --- THE REQUESTED RATES HIGHLIGHT --- */
.rate-highlight {
    background: #46903f14; /* Light Blue Background */
    /* border: 1px solid #bee3f8; */
    padding: 12px 20px;
    border-radius: 12px;
    text-align: right;
    min-width: 200px;
}

.rate-highlight .currency {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #46903f;
    line-height: 1;
}

.rate-highlight .rate-details {
    display: flex;
    flex-direction: column;
}

.rate-highlight .per-night {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2d3748;
}
.rate-highlight .taxes {
    font-size: 0.7rem;
    color: #46903f;
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
}

/* Divider & Text */
.island-divider {
    border: 0;
    height: 1px;
    background: #e2e8f0;
    margin: 20px 0;
}

.section-label {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.island-description {
    line-height: 1.6;
    margin-bottom: 25px;
}
.deal-text {
  font-size: 18px;
}
/* Features Grid */
.feature{
  margin-bottom: 25px;
}
.feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr 1fr; /* 2 Columns */
    }
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
}

.feature-item i {
    color: #46903f; /* Green checkmarks/icons */
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Additional Info List */
.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 0.9rem;
}

.info-list li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 15px;
}

.info-list li::before {
    content: "•";
    color: #cbd5e0;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Deal Box */
.island-deal {
    background: linear-gradient(135deg, #2c5282 0%, #2b6cb0 100%);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.island-deal .deal-icon {
    font-size: 1.5rem;
    background: rgba(255,255,255,0.2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}


/* new tabs deisgn */
.modern-tabs {
    display: flex;
    justify-content: center; /* Centers the tabs */
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0;
}

.modern-tabs .nav-link {
    color: #555;
    font-weight: 600;
    border: none;
    background: transparent;
    padding: 15px 25px;
    position: relative;
    transition: color 0.3s ease;
}

.modern-tabs .nav-link:hover {
    color: #2c3e50; /* Darker color on hover */
}

.modern-tabs .nav-link.active {
    color: #e67e22; /* Orange accent color */
}

/* The animated line at the bottom */
.modern-tabs .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -2px; /* Pulls it down to cover the main border */
    left: 0;
    background-color: #46903f;
    transition: width 0.3s ease;
}

.modern-tabs .nav-link:hover::after,
.modern-tabs .nav-link.active::after {
    width: 100%;
}






/* rv sites silder */
.rv-sites-new-slider {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.rv-sites-new-slider img {
    height: 420px;
    object-fit: cover;
}

.category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #46903f;
    color: #fff;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    z-index: 2;
}
.carousel-control-prev-rv-sites{
  
}
/* reservation 
form */
/* Reservation Form */
.resver-new-form {
    background: #f7faf7;
    padding: 45px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Input wrapper */
.resver-new-form .input-wrap {
    position: relative;
}

/* Icon inside input */
.resver-new-form .input-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #46903f;
    font-size: 15px;
    pointer-events: none;
    z-index: 2;
}

/* Inputs, selects, textarea */
.resver-new-form .form-control {
    padding-left: 42px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #dce7dc;
    background: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Textarea */
.resver-new-form textarea.form-control {
    height: auto;
    padding-top: 12px;
}

/* Focus effect */
.resver-new-form .form-control:focus {
    border-color: #46903f;
    box-shadow: 0 0 0 3px rgba(70, 144, 63, 0.15);
    outline: none;
}

/* Placeholder */
.resver-new-form ::placeholder {
    color: #8a9b8a;
}

/* Submit Button */
.resver-new-form button[type="submit"] {
    background: linear-gradient(135deg, #46903f, #5fbf55);
    color: #fff;
    border: none;
    padding: 12px 38px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.resver-new-form button[type="submit"]:hover {
    background: linear-gradient(135deg, #3a7c34, #4cae4a);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(70,144,63,0.35);
}

.resver-new-form button i {
    margin-right: 6px;
}
.island-description strong{
  font-weight: 700 !important;
}
.island-features strong{
  font-weight: 600 !important;
}
.features strong{
  font-weight: 600 !important;
}
.island-info strong{
    font-weight: 600 !important;
}
.feature-list ul li strong{
font-weight: 600 !important;
}


.amenities-content:hover {
    /* background: #1675b6;    */
    background-color: #46903f;
}

.amenities-content:hover h3 {
    color: #fff !important;   /* white text */
}

/* Image turns white */
.icon-hover {
    transition: 0.3s;
}

.amenities-content:hover img {
    filter: brightness(0) invert(1);   /* makes image white */
}
.banner-open-date {
    font-family: 'Renegade Pursuit' !important;
    color: #ffffff;
    background: #fff4f400;
    /* width: 30%; */
    margin: auto;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 0 0 25px #000;
    font-weight: 700;
    text-transform: uppercase;
}
.new-icon-rv {
    color: #46903f;
    margin-right: 10px;
}

.lot-icons{
  width: 25px;
  margin-right: 10px;
}
.bg-color-lots{
  background-color:#46903f14;
  padding: 10px 1rem;
  margin-bottom: 20px;

}

.inner-cottage-list li {
  list-style-type: disc;
  margin-left: 2rem;  
}

.island-guest li ul li{
list-style-type: disc;
margin-left: 2rem;
}


.island-guest li{
  margin-bottom: 10px;
}
.gallyer-data{
  height: 300px;
  object-fit: cover;
  margin-bottom: 3rem;
}
.gallyer-data a video{
  height: 270px;
  object-fit: cover;
}
.gallyer-data img {
    cursor: pointer;
    transition: transform 0.3s ease;
     height: 280px;
  object-fit: cover;
}

.gallyer-data img:hover {
    transform: scale(1.02); /* Slight zoom on hover */
    opacity: 0.9;
}

/* Custom Color Styling */
        .bg-custom-green {
            background-color: #46903f !important;
            color: white;
        }
        .border-custom-green {
            border-color: #46903f !important;
            background-color: #46903f14 !important;
        }
      .table-bordered>:not(caption)>*>* {
     border: 1px solid #46903f !important;
}
        /* Ensure table text is bold as requested */
        .table-bold-text {
            font-weight: 700;
            color: #2c2c2c;
        }
        .event-note {
            font-weight: 400; /* Keep notes slightly lighter for readability */
            font-size: 0.85em;
            color: #46903f;
        }


        .events-below-line p{
         font-size: 18px;
         font-weight: 500;
        }
        /* .table-responsive {
    height: 100%;
}

.table {
    height: 100%;
} */
.single-height-set{
  height: 315px;
}

.soon-map{
      position: absolute;
    top: 0;
    bottom: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    /* background: rebeccapurple; */
    width: 100%;
}
.soon-map h6 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;

}
.island-para .text i, svg {
     color: #46903f;
     font-size: 20px;
}
.island-para .text  {
    margin-bottom: 15px;
}

.guest-new-icon i,svg{
   color: #46903f;
   margin-right: 5px;
     
}
.booking-desktop{
  display: block;
}
.booking-mobile{
  display: none;
}
.cottages-slider-btn-next{
  background: #000000;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 1%;
    bottom: 0;
    /* transform: translate(0%, 50%); */
    border-radius: 50px;
}
.cottages-slider-btn:hover{
  background-color:transparent !important;
    transition: all 0.3s;
    border: unset;
}



/* 
.cottages-slider-btn-next{
  background: #000000;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 1%;
    bottom: 0;
    border-radius: 50px;
}
.cottages-slider-btn-next:hover{
  background-color:transparent !important;
    transition: all 0.3s;
    border: unset;
}
.cottages-slider-btn-prev{
  background: #000000;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 1%;
    bottom: 0;
    border-radius: 50px;
}
.cottages-slider-btn-prev:hover{
  background-color:transparent !important;
    transition: all 0.3s;
    border: unset;
} */