/********** Template CSS **********/
:root {
    --primary: #003d6c;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}
/* Default navbar style */


body {
    padding-top: 60px; /* Adjust this value based on your navbar height */
}



/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}



/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/********** Template CSS **********/
:root {
    --primary: #003d6c;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}
.text-primary-blue {
    color: #003d6c !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}


.btn.btn-primary {
    margin: 10px;
    background-color: #0b264d; /* Set the background color of the button */
    --bs-btn-bg: #0b264d; /* Optional: for Bootstrap custom properties */
}

.btn.btn-primary i::before {
    color: white !important; /* Set the icon color to white */
}



.btn.btn-secondary {
    background-color: #6c757d; /* Secondary button background */
    --bs-btn-bg: #6c757d; /* Optional: for Bootstrap custom properties */
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}



/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
    height: auto; /* Default to auto for mobile */
}

@media (min-width: 768px) { /* Apply fixed height for screens 768px and larger */
    .service-item {
        height: 300px; /* Adjust the fixed height as needed */
    }
}
.lightbox-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.lightbox-wrapper img {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.lightbox-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}
.bg-secondary {
    background-color: #545c63 !important;
}
.lightbox-wrapper:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.lightbox-wrapper:hover::after {
    opacity: 1;
}


.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}



.inner-page-banner {
    position: relative;
    height: 300px; /* Adjust height as needed */
    overflow: hidden; /* Ensure no extra content spills out */
}

.inner-page-banner .banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image scales and covers the container */
}

.inner-page-banner h1 {
    font-size: 2rem;
    margin: 0;
}

.inner-page-banner p {
    font-size: 1rem;
    margin: 0;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .inner-page-banner {
        height: 200px; /* Reduce height on smaller screens */
    }
    .inner-page-banner h1 {
        font-size: 1.5rem;
    }
    .inner-page-banner p {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .inner-page-banner {
        height: 150px; /* Further reduce height on very small screens */
    }
    .inner-page-banner h1 {
        font-size: 1.25rem;
    }
    .inner-page-banner p {
        font-size: 0.75rem;
    }
}
.fc .fc-toolbar-title {
    font-size: 1em !important;
    margin: 0 !important;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0px !important;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 0px !important;
}
  /* Container for the Calendar */
  #bookingCalendar {
    max-width: auto;
    margin: 20px auto;
    padding: 15px;
    background-color: #ad982bb3;
    border-radius: 10px;
    border: 1px solid #ddd;
    /* box-shadow: 0 4px 6px rgb(0 0 0 / 53%); */
    /* border-radius: 10px; */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    /* background-color: #fff; */
    /* padding: 10px; */
}

.row.resort {
    box-shadow: 0 4px 6px rgb(0 0 0 / 53%);
}

/* Toolbar Styles */
.fc-toolbar {
    background-color: #6a633e2e !important;
    /* Blue background for toolbar */
    border-radius: 5px;
    padding: 10px;
}

.fc-toolbar-title {
    color: #ffffff;
    /* White title text */
    font-size: 16px;
    font-weight: bold;
}

.fc-button {
    background-color: #ffffff;
    /* White buttons */
    color: #007bff;
    /* Blue text */
    border: none;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.fc-button:hover {
    background-color: #e6f0ff;
    /* Light blue on hover */
}

/* Calendar Days */
.fc-daygrid-day {
    background-color: #f9f9f9;
    /* Light gray background for days */
    border: 1px solid #ddd;
    /* Thin border */
}

.fc-daygrid-day:hover {
    background-color: #e6f7ff;
    /* Light blue on hover */
}

.fc-daygrid-day-number {
    font-size: 12px;
    /* Smaller font size for day numbers */
    font-weight: bold;
    color: #333;
    /* Dark gray text */
}

/* Event Styles */
.fc-event {
    background-color: #ff5722;
    /* Bright orange event background */
    color: #fff;
    /* White text */
    font-size: 10px;
    /* Smaller font size for events */
    border-radius: 3px;
    padding: 2px 4px;
}

.fc-event:hover {
    background-color: #e64a19;
    /* Darker orange on hover */
}

/* Today Highlight */
.fc-day-today {
    background-color: #cce5ff;
    /* Light blue for today */
}

/* Center the Calendar Section */
.calendar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    /* Full-page height */
    padding: 20px;
}

.fc .fc-toolbar-title {
    font-size: 0.75em !important;
    margin: 0 !important;
}

a.fc-col-header-cell-cushion {
    color: #c5b76a;
}

a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-past {
    border-color: bisque !important;
    background-color: blanchedalmond !important;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0em !important;
    ;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    /* position: absolute; */
    min-height: 0em !important;
    ;
}

.fc .fc-daygrid-day-events {
    margin-top: 0px !important;
    ;
}

.fc,
.fc *,
.fc :after,
.fc :before {
    box-sizing: border-box;
}
@media (min-width: 1024px) {
    .grid-item {
        height: 300px;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .grid-item {
        height: auto;
    }
}
.navbar-logo {
    height: 50px;
    width: auto; /* Maintain aspect ratio */
}



@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
body {
  font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial,   sans-serif;
  font-size: 16px;
  color: #212529;
  position: relative;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  line-height:1.2 !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  /* font-size: 13px; */
  direction: ltr;
}

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  /* height: 100%; */
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */


footer{
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer p {
color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 0;
  font-family: 'Open Sans';
  width: 100%;
    word-wrap: break-word;
  line-height: 25px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer .authorWindow a{
  color: white;
  text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
}


.modal-content {
    border-radius: 10px;
}
.modal-title {
    color: #ff5722;
}

.number {
    font-size: 36px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns on large screens */
    gap: 1rem;
}

/* For medium screens (tablets) */
@media (max-width: 992px) {
    .reviews-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 columns on tablets */
    }
}

/* For small screens (mobile devices) */
@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr; /* 1 column on mobile devices */
    }
}
/* Banner sliders */
.owl-carousel .slider-item {
    position: relative;
    /* Ensure the slider items are positioned relative to each other */
}

/* Ensure the container-xxl comes after the counter section */

/* Optional styling for carousel items */
.resort-carousel .item {
    padding: 10px;
}

.resort-carousel .item img {
    width: 100%;
    border-radius: 8px;
}

/* Optional: Adjust text and content */
.resort-carousel .text-center {
    padding: 15px;
}

/* Position the arrows on the left and right side */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent background for visibility */
    border-radius: 50%;
    padding: 10px;
    z-index: 10;
}

.owl-prev {
    left: 10px;  /* Left arrow position */
}

.owl-next {
    right: 10px; /* Right arrow position */
}

/* Optional: Add hover effect for arrows */
.owl-prev:hover, .owl-next:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}


/* Owl Carousel Slider */
.banner-slider .slider-item img {
    width: 100%;
    height: 100vh; /* Full height for the banner */
    object-fit: cover; /* Ensure the image covers the container */
    display: block;
}
/* Counters on top of the banner */
/* Banner Counters Container */
.banner-counters {
    position: absolute;
    top: 188px; /* Adjust based on your banner */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5); /* Optional: Background for contrast */
    padding: 20px;
    border-radius: 10px;
    z-index: 10;
}

/* Strategy Heading */
.strategy-heading {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}

/* Row for Counters */
.counters-row {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between counter items */
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

/* Counter Item Styling */
.counter-item {
    text-align: center;
    color: white;
    min-width: 120px; /* Minimum width to maintain uniformity */
    flex: 1; /* Allow counters to distribute evenly */
}

/* Icon Styling */
.counter-item i {
    font-size: 36px;
    margin-bottom: 5px;
    color: #ffffff;
}

/* Number Styling */
.counter-item .number {
    font-size: 40px;
    font-weight: bold;
    margin: 5px 0;
}

/* Description Text */
.counter-item p {
    font-size: 16px;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .counters-row {
        flex-direction: column; /* Stack counters vertically */
        gap: 10px;
    }

    .counter-item {
        min-width: 100px;
    }

    .counter-item i {
        font-size: 28px;
    }

    .counter-item .number {
        font-size: 28px;
    }

    .counter-item p {
        font-size: 14px;
    }
}
/* In your app.css or style section */
.card-img, .resort-image {
    object-fit: cover;
    width: 100%;
    height: 200px;
}




/* Transparent Navbar by default */
.navbar {
    background-color: #1d1a1a57 !important;
    transition: background-color 0.3s ease-in-out;
}
/* .navbar-light.scrolled {
    background-color: rgba(0, 123, 255, 1)!important;
} */

/* Sticky Navbar Background when Scrolling */
.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

/* Change background when scrolling */
/* .sticky-top.navbar.scrolled {
    background-color: rgba(37, 19, 117, 0.9) !important; /* Semi-transparent white */
/* } */ 
.navbar-light.scrolled .nav-link {
    color: black !important; /* Set text color to black */
}
.navbar-light.scrolled .navbar-nav .nav-link {
    color: black !important;

}

/* Navbar Links Styling */
.navbar-light .navbar-nav .nav-link {
    color: #ffff !important;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}
/* Styling for top header */
#top-header {
    background-color: #007BFF; /* Blue color or you can customize this */
    color: white;
    font-size: 16px;
    position: sticky; /* Makes the header sticky */
    top: 0; /* Ensures it sticks at the top of the page */
    z-index: 1000; /* Ensures it stays above other content */
    width: 100%; /* Ensures the header spans the full width */
    padding: 3px 0; /* Adjust padding as needed */
}

/* Ensure all text inside the top header is white */
#top-header .text-dark {
    color: white !important; /* Ensure the text is white in the top header */
}

/* Remove underline from links */
#top-header a {
    font-size: 16px;
    text-decoration: none;
    color: white; /* Ensure links are white */
}

/* Navbar adjustments to avoid overlap with the sticky header */
.navbar {
    margin-top: 0; /* Remove margin to avoid overlap */
    padding-top: 5px; /* Adjust padding as needed */
}



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    /* color: #FFFFFF !important; */
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

/* Make navbar sticky across all screen sizes */
.navbar-light.sticky-top {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    /* background: #FFFFFF; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds shadow for better visibility */
    transition: top 0.3s;
}

/* For screens larger than 992px, keep navbar fixed with shadow */
@media (min-width: 992px) {
    .navbar-light.sticky-top {
        position: fixed;
        top: 44px !important;
        left: 0;
        right: 0;
        width: 100%;
        /* background: #FFFFFF; */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }
}
.bg-primary-new {
    --bs-bg-opacity: 1;
    background-color: #003d6c !important;
}
/* For smaller screens (less than 992px), ensure the navbar is sticky */
@media (max-width: 991.98px) {
    .navbar-light.sticky-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #FFFFFF !important;
        z-index: 9999;
    }
    
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

/* Fixed navbar on scroll - hide when scrolled */
#navbar {
    transition: top 0.3s;
}

/* Make navbar fixed when scrolling */
.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Responsive Styles for Top Header */
#top-header {
    font-size: 14px; /* Smaller font for compact view */
    padding: 5px 0;
}
.navbar-logo {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.navbar-logo.highlighted-logo:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
    #top-header .text-light {
        font-size: 12px; /* Adjust font size for smaller screens */
    }
    #top-header .d-inline-flex {
        flex-wrap: wrap; /* Wrap long texts */
    }
}

/* Navbar Logo Adjustment */
.navbar-light .navbar-brand img {
    max-height: 50px; /* Adjust logo size */
    max-width: 100%;
}

/* Adjust Navbar Links for Smaller Screens */
.navbar-light .navbar-nav .nav-link {
    font-size: 16px; /* Smaller font size for links */
    padding: 10px 0;
}

@media (max-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0; 
        /* background-color: #1d1a1a57 !important; */

        
        /* Remove margin for better alignment */
    }
}

/* Ensure Navbar Toggler is Visible */
.navbar-toggler {
    border: none; /* Remove border for a clean look */
}

/* Adjust Social Media Buttons for Small Screens */
.btn-sm-square {
    height: 30px;
    width: 30px;
    font-size: 12px; /* Smaller size for icons */
}

@media (max-width: 576px) {
    .btn-sm-square {
        height: 25px;
        width: 25px;
        font-size: 10px; /* Further reduction for very small screens */
    }
}
    /* Remove black background color for navbar on mobile */
    @media (max-width: 992px) { /* Target devices smaller than 992px */
      
        .navbar-collapse {
            background-color: transparent !important; /* Ensure the dropdown menu is transparent */
        }
    }
/* Default height */
img.d-block.w-100.gallery-img {
    height: 300px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    img.d-block.w-100.gallery-img {
        height: 200px; /* Adjust height for smaller screens */
    }
}

/* Media query for extra-small screens */
@media (max-width: 576px) {
    img.d-block.w-100.gallery-img {
        height: 150px; /* Adjust height for extra-small screens */
    }
}
.modal-content {
    height: auto; /* Adjust height dynamically */
    display: flex;
    flex-direction: column; /* Stack header, body, and footer vertically */
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-body {
    display: flex;
    flex-direction: column; /* Stack content inside the body */
    align-items: center; /* Center content horizontally */
    justify-content: center; /* Center content vertically */
    width: 100%; /* Ensure full width inside modal */
}

.modal-body img {
    max-width: 100%; /* Image fits within its container */
    height: 600px; /* Maintain aspect ratio */
    margin: 0 auto; /* Center image */
}


/* Media query for medium screens */
@media (max-width: 992px) {
    img#modalImage {
        height: 400px; /* Adjust height for medium screens */
    }
}

/* Media query for small screens */
@media (max-width: 768px) {
    img#modalImage {
        height: 300px; /* Adjust height for small screens */
    }
}

/* Media query for extra-small screens */
@media (max-width: 576px) {
    img#modalImage {
        height: auto; /* Maintain aspect ratio for very small screens */
    }
}
.modal {
    z-index: 1056 !important; /* Ensure it's above the navbar */
}
.modal-dialog {
    margin-top: 70px; /* Adjust this value based on your navbar height */
}
p.mb-2 {
    font-size: inherit;
}

    @media (max-width: 768px) {
        .inner-page-banner h1 {
            margin-top: 101px;
            font-size: 1rem; /* Adjust font size for small screens */
            padding-left: 10px; /* Adjust padding for smaller screens */
        }
    }
    .inner-page-banner {
        position: relative;
        height: 400px; /* Adjust height of the banner */
        overflow: hidden;
    }

    .banner-image {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .banner-title {
        font-size: 3rem;  /* Default font size for larger screens */
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);  /* Adds shadow to the text for better readability */
        padding-left: 20px; /* Adjust space from the left */
    }

    /* Responsive styles */
    @media (max-width: 1200px) {
        .banner-title {
            font-size: 2.5rem; /* Slightly smaller font for medium screens */
        }
    }

    @media (max-width: 768px) {
        .banner-title {
            font-size: 2rem; /* Smaller font for tablets and small screens */
            padding-left: 15px; /* Reduced padding for smaller screens */
        }
    }

    @media (max-width: 576px) {
        .banner-title {
            font-size: 1.5rem; /* Even smaller font for mobile screens */
            padding-left: 10px; /* Reduced padding for smaller screens */
        }
    }