
/* Just for demo height */
.section {
	height: auto;
	padding: 50px;
}
/*
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; 
 }*/
 body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  margin: 0;
   }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 0; }
  body.offcanvas-menu:before {
    content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999; }


.menu_cont{
  padding-left: 20px;
  padding-right: 20px;
}

 /*menu bar code*/
.carousel p {
  color: #fcf004;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 2000;
  position: fixed;
  top: 0;
  background: linear-gradient(90deg, #0c2e52, #ff0000);
  backdrop-filter: blur(6px);
  width: 100%; 
  transition: all 0.3s ease;
 }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 32px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 20px;
        font-size: 16px;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover, .site-navbar .site-navigation .site-menu > li > a:focus{
          color: #FFFF00 !important; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu {
      position: relative; }
      .site-navbar .site-navigation .site-menu  > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu  > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .dropdown .active {
          color: #007bff; }
        .site-navbar .site-navigation .site-menu .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .dropdown > li > a:hover {
              background: #eff1f3;
              color: #000; }
          .site-navbar .site-navigation .site-menu .dropdown > li > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .dropdown > li > .dropdown, .site-navbar .site-navigation .site-menu .dropdown > li {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu :hover > a, .site-navbar .site-navigation .site-menu:focus > a, .site-navbar .site-navigation .site-menu:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu:hover, .site-navbar .site-navigation .site-menu:focus, .site-navbar .site-navigation .site-menu:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu > li:hover > .dropdown, .site-navbar .site-navigation .site-menu:focus > .dropdown, .site-navbar .site-navigation .site-menu:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  /*background: #fff;*/
  background: linear-gradient(90deg, rgba(12,46,82,0.8), rgba(255,0,0,0.6));
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
	.site-mobile-menu a:hover {
	  color: #FFFF00 !important; /* optional hover highlight */
	}

/*mobile close button*/
.site-mobile-menu .site-mobile-menu-close span {
  color: #FFB6C1; /* red color */
  font-size: 30px; /* keep size as is */
  cursor: pointer;
  transition: color 0.3s ease;
}
.site-mobile-menu .site-mobile-menu-close span:hover {
  color: #fff; /* turn yellow on hover, optional */
}
/* ------------------*/

  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #ffffff; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
		/*color: #fff; /* all links white */
		color: rgba(255, 255, 255, 0.6);
		  font-weight: 400; /* normal weight */
		  transition: color 0.3s ease;
        padding-left: 20px;
        font-size: 20px; }
		.site-mobile-menu .site-nav-wrap > li > a[href="#home-section"] {
		  color: #fff; /* bright white for Home */
		  font-weight: 600; /* optional emphasis */
		}
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: rgba(255, 255, 255, 0.7);}
    .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #fff !important; }
	.sticky-wrapper .site-navbar .site-menu > li > a:hover {
        color: #FFFF00 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: linear-gradient(90deg, #022719, #006740);
    /*border-bottom: 1px solid transparent;*/
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #fff !important; /* nice highlight (optional) */		}
	/* When navbar is sticky */
	.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
	  color: rgba(255, 255, 255, 0.5); /* faded for all */
	}

	/* Make HOME active (highlighted) */
	.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a[href="#home-section"] {
	  color: #fff !important; /* bright white */
	  font-weight: normal;
	}

	/* Optional hover effect */
	.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
	  color: #FFFF00 !important;
	}

.infocontact a {
	font-size: 16px;
    color: #fff;
}
.site-logo {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.subtitle {
  color: rgba(255, 255, 0, 0.9);
  color: #FFFF00;/* nice yellow */
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo .subtitle {
  color: #FFFF00 !important;
}
.navbar-brand img {
  margin-right: 15px; /* increase/decrease as needed */
}
.infocontact .d-md-inline-block {
  font-size: 13px;
}
/*end of menu bar*/


 /*color of footer*/
.custom-nav {
    background: linear-gradient(90deg, #022719, #006740);
}

/*carousel height change*/
#heroCarousel {
  position: relative;
  overflow: hidden;
}

#heroCarousel .carousel-item {
  height: 360px;
}

#heroCarousel .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
    .carousel-item img {
        height: 500px; /* desktop */
    }
}
/*carousel subheading*/
.subheading{
	font-size: 30px;
	color: #FFFF00;
    /*color: #f15d30;*/
    font-family: "Arizonia", cursive;
}
.caps{
	font-weight: 400;
    font-size: 16px;
	box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.7),
    0 0 15px rgba(255, 255, 255, 0.08);
}

/*===========popular section==============*/
/* ===================== Popular Destinations ===================== */
.section {
  padding: 20px 15px; /* smaller padding on mobile */
  text-align: center;
}

.section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

/* Grid for cards*/
.destinations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .destinations {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .destinations {
    grid-template-columns: 1fr;
  }
}

/* Card styling */
.card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: 0.3s;
}

/* Hover effect */
.card:hover {
  transform: translateY(-10px);
}

/* Image */
.card img {
  width: 100%;
  height: 200px; /* default height */
  object-fit: cover;
  display: block;
}

/* Text */
.card h3 {
  margin: 15px 0;
}

.card p {
  padding: 0 15px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 300;

}

/* ===================== Responsive ===================== */

/* Tablet */
@media (max-width: 1024px) {
  .section h2 {
      font-size: 30px;
  }

  .card img {
      height: 180px; /* slightly smaller */
  }

  .card p {
      font-size: 13px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .section {
      padding: 15px 10px;
  }

  .section h2 {
      font-size: 26px;
  }

  .card img {
      height: 150px; /* smaller to prevent overlap */
  }

  .card p {
      font-size: 12px;
      padding: 0 10px 15px;
  }

  .destinations {
      gap: 15px;
  }
}


/*footer content*/

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between; /* pushes left & right */
  align-items: center;
  width: 100%;
}
.footer-title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-text {
  color: #FFFF00;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.social-icons {
  margin-bottom: 20px;
}

.social-icons a {
  color: #0e3b3f;
  margin-right: 10px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #1da1f2;
}

.copyright {
  font-size: 14px;
  color: #8a9a9d;
  margin: 0;
}
/* Mobile Responsive */
@media (max-width:768px){

.footer-container{
  flex-direction:column;
  align-items:flex-start;
}
.footer-title {
    font-size: 24px;
  }

  .footer-text {
    font-size: 14px;
  }

  .social-icons a {
    font-size: 16px;
    margin: 0 8px;
  }
}
/* Responsive */
@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .footer-title {
    font-size: 24px;
  }

  .footer-text {
    font-size: 14px;
  }

  .social-icons a {
    font-size: 16px;
    margin: 0 8px;
  }
}
.social-icons i {
  font-size: 20px;
  margin: 10px;
  color: #edff65;
  cursor: pointer;
  transition: 0.3s;
}

.social-icons i:hover {
  color: #1da1f2;
}

