 .custom-know-more {
     background-color: #ffba5a;
     color: white;
     border: none;
     transition: background-color 0.3s ease;
 }

 .custom-know-more:hover {
     background-color: #ff5722;
     /* Darker coral on hover */
     color: white;
 }

 .image-slider-hero {
     position: relative;
     height: 100vh;
     width: 100%;
     overflow: hidden;
 }

 .hero-slide {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center center;
     opacity: 0;
     transition: opacity 1.5s ease-in-out;
     z-index: 0;
 }

 .hero-slide.active {
     opacity: 1;
     z-index: 1;
 }

 .gradient-overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
     z-index: 1;
 }

 .site-hero .container {
     position: relative;
     z-index: 2;
 }

 .btn-book-now {
    background: linear-gradient(135deg, #ff7e5f, #feb47b); /* nice gradient */
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    box-shadow: 0 8px 16px rgba(255, 126, 95, 0.4);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-book-now:hover {
    background: linear-gradient(135deg, #feb47b, #ff7e5f);
    color: white;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 12px 24px rgba(255, 126, 95, 0.5);
}

.btn-book-now::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-20deg);
    transition: 0.5s;
}

.btn-book-now:hover::after {
    left: 130%;
}
 .site-hero .z-2 {
     z-index: 2;
     position: relative;
 }

 .image-slider-hero {
     position: relative;
     height: 100vh;
     width: 100%;
     overflow: hidden;
 }

 .hero-slide {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center center;
     opacity: 0;
     transition: opacity 1.5s ease-in-out;
     z-index: 0;
 }

 .hero-slide.active {
     opacity: 1;
     z-index: 1;
 }

 .gradient-overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
     z-index: 1;
 }

 .site-hero .container {
     position: relative;
     z-index: 2;
 }

 .btn-book-now.book-now-fixed {
     position: absolute;
     bottom: 40px;
     left: 50%;
     transform: translateX(-50%);
     background-color: #ffba5a;
     color: #fff;
     padding: 12px 30px;
     font-size: 18px;
     font-weight: bold;
     border: none;
     border-radius: 30px;
     text-decoration: none;
     z-index: 5;
     transition: background-color 0.3s ease, transform 0.2s ease;
 }

 .btn-book-now:hover {
     background-color: #e0a84a;
     transform: translateX(-50%) translateY(-2px);
     color: #fff;
 }

 .slider-arrows {
     position: absolute;
     top: 50%;
     width: 100%;
     display: flex;
     justify-content: space-between;
     padding: 0 30px;
     transform: translateY(-50%);
     pointer-events: none;
     z-index: 5;
 }

 .slider-arrows .arrow {
     font-size: 40px;
     color: white;
     background: rgba(0, 0, 0, 0.4);
     padding: 8px 15px;
     border-radius: 50%;
     cursor: pointer;
     pointer-events: auto;
     transition: background 0.3s;
 }

 .slider-arrows .arrow:hover {
     background: rgba(0, 0, 0, 0.7);
 }

 .slider-arrows {
     z-index: 1000;
 }

 .image-slider-hero {
     position: relative;
     overflow: hidden;
 }

 .image-slider-hero {
     position: relative;
     height: 100vh;
     width: 100%;
     overflow: hidden;
 }

 .hero-slide {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center;
     opacity: 0;
     transition: opacity 1s ease-in-out;
     z-index: 0;
 }

 .hero-slide.active {
     opacity: 1;
     z-index: 1;
 }

 .gradient-overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
     z-index: 2;
 }

 .slider-arrows {
     position: absolute;
     top: 50%;
     width: 100%;
     display: flex;
     justify-content: space-between;
     transform: translateY(-50%);
     z-index: 3;
     padding: 0 20px;
     pointer-events: none;
 }

 .slider-arrows .arrow {
     font-size: 40px;
     color: white;
     background: rgba(0, 0, 0, 0.5);
     padding: 10px 16px;
     border-radius: 50%;
     cursor: pointer;
     pointer-events: auto;
     user-select: none;
     transition: background 0.3s;
 }

 .slider-arrows .arrow:hover {
     background: rgba(0, 0, 0, 0.8);
 }

 .btn-book-now.book-now-fixed {
     position: absolute;
     bottom: 40px;
     left: 50%;
     transform: translateX(-50%);
     background-color: #ffba5a;
     color: #fff;
     padding: 12px 30px;
     font-size: 18px;
     font-weight: bold;
     border: none;
     border-radius: 30px;
     text-decoration: none;
     z-index: 4;
     transition: background-color 0.3s, transform 0.2s;
 }

 .btn-book-now:hover {
     background-color: #e0a84a;
     transform: translateX(-50%) translateY(-2px);
     color: #fff;
 }

 .slider-arrows {
     position: absolute;
     top: 50%;
     width: 100%;
     display: flex;
     justify-content: space-between;
     transform: translateY(-50%);
     z-index: 3;
     padding: 0 20px;
     /* pointer-events removed! */
 }

 section {
     font-family: 'Segoe UI', sans-serif;
 }

 h1,
 h3 {
     letter-spacing: 0.5px;
 }

 @media (max-width: 576px) {
     .row .col-3 {
         flex: 0 0 33.3333%;
         max-width: 33.3333%;
     }
 }

.slider-arrows {
     position: absolute;
     top: 50%;
     width: 100%;
     z-index: 5;
     display: flex;
     justify-content: space-between;
     padding: 0 20px;
     transform: translateY(-50%);
     pointer-events: none;
     /* So that only arrows are clickable */
 }

 .slider-arrows .arrow {
     font-size: 24px;
     /* ✅ Smaller size */
     color: #fff;
     /* Adjust color as needed */
     cursor: pointer;
     background: none;
     /* ✅ No background */
     border: none;
     pointer-events: auto;
     /* Allow clicks */
     transition: transform 0.2s ease-in-out;
 }

 .slider-arrows .arrow:hover {
     transform: scale(1.2);
     /* Optional: slight zoom on hover */
     color: #ffe37c;
     /* Optional: hover color */
 }

 .button2 {
     display: inline-block;
     border-radius: 8px;
     background-color: #fff;
     color: #000;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: 700;
     padding: 10px 18px;
     text-align: center;
     text-decoration: none;
     transition: all 0.4s ease;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
     position: relative;
     overflow: hidden;
 }

 .button2 span {
     position: relative;
     display: inline-block;
     transition: all 0.3s ease;
 }

 .button2 span::after {
     content: ' >>';
     position: absolute;
     opacity: 0;
     right: -20px;
     transition: all 0.4s ease;
 }

 .button2:hover {
     background-color: #000;
     color: #fff;
     transform: scale(1.05);
 }

 .button2:hover span {
     padding-right: 18px;
 }

 .button2:hover span::after {
     opacity: 1;
     right: 0;
 }

 /* .button3 {
     display: inline-block;
     border-radius: 8px;
     background-color: #ffe37c;
     color: #000;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: 700;
     padding: 10px 18px;
     text-align: center;
     text-decoration: none;
     transition: all 0.4s ease;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
     position: relative;
     overflow: hidden;
 } */

 /* .button3 span {
     position: relative;
     display: inline-block;
     transition: all 0.3s ease;
 }

 .button3 span::after {
     content: ' >>';
     position: absolute;
     opacity: 0;
     right: -20px;
     transition: all 0.4s ease;
 }

 .button3:hover {
     background-color: #000;
     color: #fff;
     transform: scale(1.05);
 }

 .button3:hover span {
     padding-right: 18px;
 }

 .button3:hover span::after {
     opacity: 1;
     right: 0;
 } */

 .button4 {
     display: inline-block;
     border-radius: 4px;
     background-color: #f1f4ff;
     border: none;
     color: #000;
     text-align: center;
     font-size: 14px;
     height: auto;
     width: 100px;
     padding: 5px 5px;
     cursor: pointer;
     transition: all 0.4s ease;
     position: relative;
     overflow: hidden;
     text-decoration: none;
     vertical-align: center;
 }

 .button4 span {
     position: relative;
     display: inline-block;
     transition: all 0.3s ease;
 }

 .button4 span::after {
     content: ' >>';
     position: absolute;
     opacity: 0;
     right: -20px;
     transition: all 0.4s ease;
 }

 .button4:hover span {
     padding-right: 18px;
 }

 .button4:hover span::after {
     opacity: 1;
     right: 0;
 }

 .button5 {
     display: inline-block;
     border-radius: 4px;
     background-color: #ffe37c;
     border: none;
     color: #000;
     text-align: center;
     font-size: 14px;
     height: auto;
     width: 100px;
     padding: 5px 5px;
     cursor: pointer;
     transition: all 0.4s ease;
     position: relative;
     overflow: hidden;
     text-decoration: none;
     vertical-align: center;
 }

 .button5 span {
     position: relative;
     display: inline-block;
     transition: all 0.3s ease;
 }

 .button5 span::after {
     content: ' >>';
     position: absolute;
     opacity: 0;
     right: -20px;
     transition: all 0.4s ease;
 }

 .button5:hover span {
     padding-right: 18px;
 }

 .button5:hover span::after {
     opacity: 1;
     right: 0;
 }

 .cabin-img-wrapper {
     max-width: 100%;
     transition: transform 0.3s ease;
 }

 .cabin-img:hover {
     transform: scale(1.05);
 }

 @media (max-width: 768px) {
     .private-cabins-section .row {
         text-align: center;
     }

     .badge {
         display: inline-block;
         margin-top: 10px;
     }

     .cabin-img-wrapper {
         margin: auto;
     }
 }

 .cabin-text {
     font-family: 'Georgia', serif;
     color: #333;
     line-height: 1.7;
 }

 .cabin-heading {
     font-size: 20px;
     font-weight: 600;
 }

 .button,
 .button1 {
     display: inline-block;
     border-radius: 4px;
     border: none;
     color: #000;
     text-align: center;
     font-size: 14px;
     height: 40px;
     width: 100px;
     cursor: pointer;
     margin-top: 10px;
     position: relative;
     transition: all 0.5s;
 }

 .button {
     background-color: #f1f4ff;
 }

 .button1 {
     background-color: #ffe37c;
 }

 .button span,
 .button1 span {
     position: relative;
     transition: 0.5s;
 }

 .button:hover span,
 .button1:hover span {
     padding-right: 25px;
 }

 .button span::after,
 .button1 span::after {
     content: '\00bb';
     position: absolute;
     opacity: 0;
     top: 0;
     right: -20px;
     transition: 0.5s;
 }

 .button:hover span::after,
 .button1:hover span::after {
     opacity: 1;
     right: 0;
 }

 .custom-know-more {
     background-color: #ffba5a;
     color: white;
     border: none;
     transition: background-color 0.3s ease;
 }

 .custom-know-more:hover {
     background-color: #ffa527;
     color: white;
 }

 .cabin-btn {
     display: inline-block;
     background-color: #f1f4ff;
     color: #000;
     font-weight: 600;
     font-size: 16px;
     padding: 10px 24px;
     border: none;
     border-radius: 12px;
     text-decoration: none;
     text-align: center;
     transition: background-color 0.3s ease, transform 0.2s;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
 }

 .cabin-btn:hover {
     background-color: #ffcc00;
     color: #000;
     transform: translateY(-2px);
     text-decoration: none;
 }

 .call-to-action-section {
     min-height: 300px;
     /* Adjust this value as needed. Try 250px, 300px, 400px etc. */
     display: flex;
     /* Helps vertically center content if row align-items-center isn't enough */
     align-items: center;
     /* Ensures content is vertically centered within the min-height */
     padding-top: 5rem;
     /* Maintain some padding for larger screens */
     padding-bottom: 5rem;
     /* Maintain some padding for larger screens */
 }

 /* You might want to adjust padding on smaller screens if min-height is set */
 @media (max-width: 767.98px) {
     .call-to-action-section {
         padding-top: 3rem;
         padding-bottom: 3rem;
         min-height: unset;
         /* Remove min-height on small screens if it causes issues */
     }
 }
