@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body{
    background: #000 !important;
}
#header .top-header {
  /*background-color: #3cb371;*/
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
#header .top-header:before {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
}
@media (max-width: 768px) {
  #header .top-header {
    padding: 10px 10px;
  }
}
#header .top-header .inner-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
#header .top-header .inner-wrap ul {
  display: flex;
}
#header .top-header .inner-wrap ul li {
  padding: 0 10px;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  #header .top-header .inner-wrap ul li {
    padding: 0 5px;
  }
}
#header .top-header .inner-wrap ul li:last-child {
  border: 0;
  align-items: center;
}
#header .top-header .inner-wrap ul li a {
  font-size: 14px;
}
@media (max-width: 768px) {
  #header .top-header .inner-wrap ul li a {
    font-size: 10px;
  }
}
#header .top-header .inner-wrap ul li a i {
  margin-right: 8px;
}
#header .top-header .inner-wrap ul li a {
  color: #fff;
}
#header .top-header .inner-wrap .header-social-icons {
  align-items: center;
}
#header .top-header .inner-wrap .header-social-icons span {
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
}
#header .top-header .inner-wrap .header-social-icons ul li {
  border: 0;
  padding: 0 2px;
}
@media (max-width: 767px) {
  #header .top-header .inner-wrap .header-info-wrap {
    display: none;
  }
  #header .top-header .inner-wrap .header-social-icons {
    width: 100%;
    justify-content: center;
  }
}

.navbar-logo {
  padding: 5px;
  color: #fff;
  width: 80px;
}

.main-header {
  padding: 5px 20px !important;
  /*background-color: #fff;*/
  background: #000;
  padding: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  right: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.8s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
#navbarSupportedContent {
  justify-content: flex-end;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}
#navbarSupportedContent ul li {
  padding: 0 10px;
}
#navbarSupportedContent ul li a {
  border-bottom: 2px solid transparent;
  font-size: 14px;
  color: #000;
}
#navbarSupportedContent ul li a i {
  margin-right: 10px;
}
#navbarSupportedContent ul li a:hover {
  color: #3cb371;
}
#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}
#navbarSupportedContent > ul > li.active > a {
  color: #3cb371;
  border-bottom: 2px solid #3cb371;
  transition: all 0.7s;
}

.dropdown-menu li {
  width: 100%;
  float: none;
  padding: 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #015f9d;
  color: #fff !important;
}

.search-overlay {
  z-index: -1000;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-overlay.s--active {
  z-index: 9999;
}

.scroll-cont {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

.content {
  padding: 50px;
}

.desc {
  max-width: 900px;
  margin: 0 auto;
  font-size: 25px;
}

.search {
  position: relative;
  width: 50px;
  height: 50px;
  perspective: 1000px;
}
.search:not(.s--active) {
  cursor: pointer;
}
.search.s--hidden {
  opacity: 0;
}
.search.s--cloned {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-left: -25px;
  margin-top: -25px;
  margin-right: 0;
  margin-bottom: 0;
}
.search.s--moving {
  transition: transform 0.4s cubic-bezier(0.56, -0.49, 0.58, 0.9);
}
.search__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #3cb371;
  transition: all 0.6s ease;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}
.search.s--active .search__bg {
  transform: translate3d(-50%, -50%, 0) scale(111.36);
}
.search__box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: all 0.45s ease;
}
.search.s--active .search__box {
  width: 510px;
  height: 100px;
  border-radius: 50px;
}
.search__input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  transition: opacity 0s;
}
.search__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search.s--active .search__input {
  padding: 24px 90px 24px 40px;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.18s 0.48s;
}
.search__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: translate(14px, 14px) rotate(45deg);
  transition: all 0.48s;
}
.search__line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: inherit;
  height: inherit;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  opacity: 0;
  transition: opacity 0.3s;
}
.search.s--active .search__line:before {
  opacity: 1;
  transition: opacity 0.3s 0.42s;
}
.search.s--active .search__line {
  width: 36px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(180px, 11px) rotate(-45deg);
}
.search__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.search.s--active .search__close {
  right: 44px;
  top: 34px;
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .search {
    display: none;
  }
}

.mobile-header {
  display: none;
  background-color: #fff;
}

@media (max-width: 991px) {
  .main-header {
    display: none;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    width: 100%;
    z-index: 9999;
    left: 0;
    align-items: center;
  }
  .mobile-header .navbar-logo {
    width: 80px !important;
  }
  .mobile-header #menu {
    background: #3cb371;
    height: 70%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
  }
  .mobile-header #menu.open {
    opacity: 1;
    visibility: visible;
  }
  .mobile-header #menu.open li:nth-child(1) {
    animation-delay: 0.1s;
  }
  .mobile-header #menu.open li:nth-child(2) {
    animation-delay: 0.2s;
  }
  .mobile-header #menu.open li:nth-child(3) {
    animation-delay: 0.3s;
  }
  .mobile-header #menu.open li:nth-child(4) {
    animation-delay: 0.4s;
  }
  .mobile-header #menu.open li:nth-child(5) {
    animation-delay: 0.5s;
  }
  .mobile-header #menu.open li:nth-child(6) {
    animation-delay: 0.6s;
  }
  .mobile-header #menu.open li:nth-child(7) {
    animation-delay: 0.7s;
  }
  .mobile-header #menu.open li:nth-child(8) {
    animation-delay: 0.8s;
  }
  .mobile-header #menu.open li:nth-child(9) {
    animation-delay: 0.9s;
  }
  .mobile-header #menu.open li:nth-child(10) {
    animation-delay: 1s;
  }
  .mobile-header #menu.open li {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
  }
  .mobile-header #menu ul:hover a {
    opacity: 0.5;
  }
  .mobile-header #menu ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
  }
  .mobile-header #menu ul a:hover {
    opacity: 1;
  }
  .mobile-header #menu .main-nav {
    position: relative;
    top: 60%;
    transform: translateY(-50%);
    height: 500px;
    overflow-y: auto;
  }
  .mobile-header #menu .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-header #menu .main-nav a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 1rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-header #menu .main-nav a:first {
    padding-top: 0;
  }
  .mobile-header #menu .main-nav .dropdown-menu {
    left: 0;
    width: 100%;
  }
  .mobile-header #menu .menu-footer {
    padding: 2rem;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
  .mobile-header #menu .menu-footer ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-header #menu .menu-footer ul li {
    display: inline;
    margin: 0 1rem;
  }
  .mobile-header #menu .menu-footer a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-header .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 50px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 50px;
    z-index: 1110;
  }
  .mobile-header .toggle-menu span {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
  }
  .mobile-header .toggle-menu span:before, .mobile-header .toggle-menu span:after {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
  }
  .mobile-header .toggle-menu span:before {
    top: 7px;
  }
  .mobile-header .toggle-menu span:after {
    top: -7px;
  }
  .mobile-header .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
  }
  .mobile-header .toggle-menu.active span:before, .mobile-header .toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  }
  .mobile-header .toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .mobile-header .toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}
footer {
  background-color: #11131b;
  color: #fff;
  padding: 60px 0 0;
  font-family: "Segoe UI", sans-serif;
}
footer .carousel-item img {
  width: 100%;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #3cb371;
}
footer .footer-logo {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
footer .footer-logo img {
  height: 40px;
}
footer .footer-social a {
  font-size: 18px;
  margin-right: 12px;
  color: #fff;
  background: #1b1e27;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
footer .footer-social a:hover {
  background: #3cb371;
  color: #000;
}
footer .footer-links a {
  display: block;
  color: #bbb;
  text-decoration: none;
  margin-bottom: 10px;
}
footer .footer-links a:hover {
  color: #3cb371;
}
footer .footer-links i {
  margin-right: 8px;
}
footer .footer-contact i {
  color: #3cb371;
  margin-right: 10px;
  font-size: 18px;
}
footer .footer-contact p {
  margin-bottom: 10px;
}
footer .footer-gallery img {
  width: 95%;
  height: 80px;
  object-fit: cover;
  margin: 4px;
  border-radius: 5px;
}
footer .footer-bottom {
  background-color: #1b1e27;
  padding: 15px 0;
  font-size: 14px;
  color: #aaa;
}
footer .footer-bottom a {
  color: #aaa;
  margin-left: 15px;
  text-decoration: none;
}
footer .footer-bottom a:hover {
  color: #3cb371;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: #3cb371;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  z-index: 999;
  transition: all 0.3s;
}

.back-to-top:hover {
  background-color: #015f9d;
  color: #fff;
}

.Advance-Slider {
  width: 100%;
  overflow: hidden;
}
.Advance-Slider .ot-hero-bg {
  position: absolute;
  inset: 0;
}
.Advance-Slider .ot-hero-bg:before {
  content: "";
  height: 100%;
  width: 62%;
  background-image: -webkit-linear-gradient(left, #B4EABB 0%, #B2E3C8 0%, #B2DDE0 0, rgba(178, 240, 244, 0.85) 0%, rgba(170, 236, 250, 0.7) 0%, rgba(172, 229, 240, 0.6) 77.13%, rgba(173, 226, 236, 0.440266) 88.14%, rgba(176, 216, 223, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.Advance-Slider .hero-style1 {
  position: relative;
  z-index: 5;
  padding: 160px 0;
  max-width: 700px;
  color: #000;
  padding-bottom: 300px;
}
.Advance-Slider .hero-style1 .hero-title {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .Advance-Slider .hero-style1 .hero-title {
    font-size: 50px;
  }
}
.Advance-Slider .hero-style1 .hero-text {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 30px;
}
.Advance-Slider .hero-subtitle {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 20px;
}

.Advance-Slider button.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  z-index: 99;
  border: none;
  margin: auto;
  font-size: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .Advance-Slider button.slick-arrow {
    width: 35px;
    height: 35px;
  }
}

.Advance-Slider .img-fill {
  position: relative;
  height: 100%;
}

.Advance-Slider .img-fill img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: myMove 10s linear infinite;
}

.Advance-Slider .item {
  overflow: hidden;
  outline: none;
}

.Advance-Slider button.slick-next.slick-arrow {
  right: 0;
  left: auto;
}

.Advance-Slider button.slick-arrow:before {
  content: "<";
  top: 0;
  left: 0;
  margin: auto;
  font-family: fontawesome;
  font-size: 18px;
}

.Advance-Slider button.slick-next.slick-arrow:before {
  transform: scaleX(-1);
  display: block;
}

.Advance-Slider .img-fill:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background-image: linear-gradient(90deg, #B4EABB 0%, #B2E3C8 0, #B2DDE0 0%, rgba(178, 240, 244, 0.15) 0, rgba(170, 236, 250, 0.15) 0, rgba(172, 229, 240, 0.15) 0%, rgba(173, 226, 236, 015) 0%, rgba(176, 216, 223, 0) 100%);
    opacity: 0.01;
}

.Advance-Slider button.slick-arrow {
  perspective: 360px;
}

.Advance-Slider button.slick-arrow .thumb {
  position: absolute;
  height: 100px;
  width: 150px;
  left: 100%;
  top: -28px;
  transform-origin: 0% 0%;
  transform: rotate3d(1, 0, 0, 90deg);
}

.Advance-Slider button.slick-arrow .thumb img {
  height: 100%;
  width: 100%;
}

.Advance-Slider button.slick-next .thumb {
  left: auto;
  right: 100%;
}

.Advance-Slider button.slick-prev.hover-out .thumb,
.Advance-Slider button.slick-prev .thumb {
  animation: out-left 300ms ease 0ms 1 forwards;
}

.Advance-Slider button.slick-prev.hover-in .thumb {
  animation: in-left 300ms ease 0ms 1 forwards;
}

.Advance-Slider button.slick-next.hover-out .thumb,
.Advance-Slider button.slick-next .thumb {
  animation: out-right 300ms ease 0ms 1 forwards;
  transform-origin: 100% 50%;
}

.Advance-Slider button.slick-next.hover-in .thumb {
  animation: in-right 300ms ease 0ms 1 forwards;
}

.Advance-Slider button.slick-prev:hover {
  transform: translateX(-100%);
}

.Advance-Slider button.slick-prev {
  transition: all 0.3s ease;
}

.Advance-Slider button.slick-next:hover {
  transform: translateX(100%);
}

.Advance-Slider button.slick-next {
  transition: all 0.3s ease;
}

.Advance-Slider ul.slick-dots li button img {
  height: 0;
  width: 20px;
  top: 0;
  object-fit: cover;
  transition: height 0.2s ease 0.2s, width 0.2s ease 0s;
  position: relative;
  left: -50%;
}

.Advance-Slider ul.slick-dots li button a {
  position: absolute;
  height: 90px;
  bottom: 100%;
  width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.2s ease 0.2s;
  padding-bottom: 10px;
}

.Advance-Slider ul.slick-dots li button {
  position: relative;
  display: flex;
  justify-content: center;
}

.Advance-Slider ul.slick-dots li button:hover img {
  height: 80px;
  width: 140px;
  transition: height 0.2s ease, width 0.2s ease 0.2s;
}

.Advance-Slider ul.slick-dots li button:hover a {
  width: 140px;
  transition: all 0.3s ease 0s;
}

.Advance-Slider ul.slick-dots li button:hover {
  opacity: 1;
}

.Advance-Slider ul.slick-dots li button:before {
  content: "";
  bottom: calc(100% - 10px);
  left: 7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  opacity: 0;
  transition: 0.3s ease 350ms;
}

.Advance-Slider ul.slick-dots li button:hover:before {
  opacity: 1;
  transition: 0.3s ease 0s;
}

.Advance-Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.Advance-Slider .item .contain-wrapper {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .Advance-Slider .item .contain-wrapper {
    padding: 0 40px;
  }
}

.Advance-Slider .item .contain-wrapper .dots-contain {
  display: none;
}

.Advance-Slider .item h3 {
  margin: 0px;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-transform: capitalize;
}

.Advance-Slider .item {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.Advance-Slider .item h5 {
  font-size: 20px;
  font-weight: 300;
  padding: 10px 0 0;
  margin: 0;
  text-transform: capitalize;
}

.Advance-Slider .item .contain-wrapper .info {
  max-width: 1200px;
}

.Advance-Slider .item h5 span {
  color: #00BCD4;
}

.Advance-Slider .item h3 span {
  color: #00BCD4;
}

.Advance-Slider .item h3 {
  animation: fadeOutRight 1s both;
}

.Advance-Slider .item.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}

.Advance-Slider .item h5 {
  animation: fadeOutLeft 1s both;
}

.Advance-Slider .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}

.tabs_with_accordion_wrapper {
  position: relative;
  margin-top: -250px;
}
.tabs_with_accordion_wrapper .nav-tabs .nav-link {
  color: #fff;
}
.tabs_with_accordion_wrapper .nav-tabs .nav-link.active {
  background-color: #3cb371;
  color: #fff;
  border: none;
}
.tabs_with_accordion_wrapper .nav-tabs {
  border: 0;
}
.tabs_with_accordion_wrapper .accordion-item {
  background-color: #3cb371;
  color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-light-radius: 10px;
}
.tabs_with_accordion_wrapper .btn-search {
  background-color: black;
  color: white;
  width: 100%;
  height: 100%;
}
.tabs_with_accordion_wrapper {
  /* Custom radio buttons */
}
.tabs_with_accordion_wrapper .trip-options {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}
.tabs_with_accordion_wrapper .custom-radio {
  position: relative;
  display: inline-block;
}
.tabs_with_accordion_wrapper .custom-radio input[type=radio] {
  display: none;
}
.tabs_with_accordion_wrapper .custom-radio label {
  padding: 8px 20px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: white;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}
.tabs_with_accordion_wrapper .custom-radio input[type=radio]:checked + label {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .tabs_with_accordion_wrapper .tab-content .accordion-item {
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .tabs_with_accordion_wrapper .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}

.about-section {
  padding: 80px 20px;
}
.about-section .about-images {
  position: relative;
  margin-left: -60px;
}
.about-section .img-top {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  width: 70%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.about-section .img-main {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.about-section .about-heading {
  color: #1a1a1a;
  font-weight: bold;
  font-family: "Playfair Display", serif;
}
.about-section .section-subtitle {
  justify-content: start !important;
}
.about-section .feature-icon {
  font-size: 32px;
  color: #3cb371;
  margin-right: 15px;
}
.about-section .about-features .col-md-6 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.about-section .about-features h5 {
  font-family: "Playfair Display", serif;
}
.about-section .btn-discover {
  background-color: #3cb371;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  padding: 12px 30px;
}
.about-section .customer-group {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.about-section .customer-group img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}
.about-section .customer-group span {
  margin-left: 15px;
  color: #3cb371;
  font-weight: 600;
}
.about-section .about-listing {
  padding-left: 15px;
}
.about-section .about-listing li {
  list-style: circle;
}

.counter-section .stat-icon {
  border-radius: 50%;
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.counter-section .stat-title {
  font-size: 2rem;
  font-weight: 700;
}
.counter-section .stat-label {
  color: #6c757d;
}
.counter-section .border-end-custom {
  border-right: 1px dashed #ccc;
}

.popular-destination {
  position: relative;
  z-index: 1;
}
.popular-destination .small-heading {
  font-family: "Dancing Script", cursive;
}
.popular-destination .destination-slider .card {
  transform: scale(0.9);
  transition: transform 0.4s ease, opacity 0.4s ease;
  overflow: hidden;
  border: none;
  background: none;
  margin: 0 4px;
  width: 180px !important;
}
.popular-destination #locationTitle {
  font-family: "Playfair Display", serif;
}
.popular-destination .destination-slider .slick-center.card {
  transform: scale(1.01);
  overflow: visible;
}
.popular-destination .card-img-top {
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}
.popular-destination .overlay-card {
  position: relative;
  color: white;
}
.popular-destination .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popular-destination .destination-slider .card.slick-current {
  width: 280px !important;
}
.popular-destination {
  /* Animate content inside active slide */
}
.popular-destination .animated-content {
  opacity: 0;
  transform: translate(0);
  transition: all 0.5s ease-in-out;
}
.popular-destination .slick-current .animated-content {
  opacity: 1;
  transform: translate(0);
}
.popular-destination .slick-arrow {
  border: 1px solid #3cb371;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #3cb371;
}
.popular-destination .slick-arrow:hover {
  background-color: #3cb371;
  color: #fff;
}

.aeroplane-svg {
  overflow: hidden;
}
.aeroplane-svg svg {
  position: absolute;
  top: 0;
  right: 50%;
  width: 60%;
  height: 500px;
  z-index: -1;
}
.aeroplane-svg .flight-path {
  stroke: #cfd3dc;
  stroke-width: 3;
  stroke-dasharray: 10, 10;
  fill: none;
  animation: dashMove 8s linear infinite;
}
@keyframes dashMove {
  to {
    stroke-dashoffset: -1000;
  }
}
.aeroplane-svg .plane {
  width: 50px;
  offset-path: path("M100,500 C200,200 600,200 700,400 S1000,600 1200,300");
  offset-rotate: auto;
  animation: flyPlane 5s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@keyframes flyPlane {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@media (max-width: 768px) {
  .aeroplane-svg {
    display: none;
  }
}

.text-blue {
  color: #3cb371;
}

.why-section {
  padding: 60px 0;
}
.why-section h6 {
  color: #000;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.why-section .text-small {
  color: #3cb371 !important;
  font-family: "Dancing Script", cursive;
}
.why-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.why-section .why-icon {
  width: 70px;
  height: 70px;
  border: 2px solid #3cb371;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.why-section .why-inner-content {
  width: calc(100% - 80px);
}
.why-section .why-feature {
  display: flex;
  align-items: start;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
}
.why-section .why-feature:hover {
  transform: translateY(-5px);
}
.why-section .why-feature i {
  font-size: 24px;
  color: #3cb371;
}
.why-section .why-feature:hover .why-icon {
  background-color: #3cb371;
}
.why-section .why-feature:hover .why-icon i {
  color: #fff;
}
.why-section .why-image img {
  max-width: 100%;
  border-radius: 10px;
}

.package-card-wrap .offer-card {
  border-radius: 25px;
  color: #fff;
  padding: 2rem;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.package-card-wrap .offer-card:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.package-card-wrap .offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.package-card-wrap .offer-img {
  position: absolute;
  bottom: 50%;
  right: 20px;
  width: 45%;
  max-width: 300px;
  transform: translateY(50%);
}
.package-card-wrap .offer-content {
  z-index: 1;
  position: relative;
}
.package-card-wrap .offer-content h2 {
  font-family: "Roboto", sans-serif;
}
.package-card-wrap .offer-content p {
  font-family: "Playfair Display", serif;
}
.package-card-wrap .offer-content .btn-common-white {
  background-color: #fff;
  color: #3cb371 !important;
}
.package-card-wrap .offer-content .btn-common-white:hover {
  color: #fff !important;
}
.package-card-wrap .gradient-blue {
  background: linear-gradient(135deg, #00c9ff 0%, #92fe9d 100%);
}
.package-card-wrap .gradient-purple {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.package-section-wrap .tour-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.package-section-wrap .tour-card .card-body {
  position: relative;
}
.package-section-wrap .tour-card .card-body .uper-card-wrap {
  min-height: 140px;
  margin-bottom: 40px;
}
.package-section-wrap .tour-card .card-body .uper-card-wrap h5 {
  font-family: "Playfair Display", serif;
}
.package-section-wrap .tour-card .card-body .uper-card-wrap ul {
  font-size: 13px;
}
.package-section-wrap .tour-card .card-body .card-bottom-wrap {
  position: relative;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
}
.package-section-wrap .tour-card .card-body .card-bottom-wrap p {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .package-section-wrap .tour-card {
    height: auto !important;
  }
  .package-section-wrap .tour-card .uper-card-wrap {
    min-height: auto !important;
  }
}
.package-section-wrap .tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.package-section-wrap .tour-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.package-section-wrap .small-text {
  font-size: 0.8rem;
}
.package-section-wrap .favorite-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  padding: 8px;
  font-size: 1.1rem;
  cursor: pointer;
}
.package-section-wrap .icon-text {
  font-size: 12px;
  color: #3cb371;
}
.package-section-wrap .price {
  font-weight: 600;
  color: #3cb371;
}
.package-section-wrap .see-details {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  background-color: #3cb371;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.package-section-wrap .contact-us {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  background-color: #015f9d;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.package-section-wrap .section-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.package-section-wrap .sub-title {
  color: #3cb371;
  font-style: italic;
  font-weight: 600;
  margin-bottom: -0.5rem;
}

.color-red {
  color: red;
}

.video-section {
  text-align: center;
  padding: 4rem 1rem;
  background: url("map-bg.png") no-repeat center center;
  background-size: cover;
}

.video-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.video-section small {
  color: #3cb371;
  font-style: italic;
  font-weight: 600;
}

.btn-custom {
  background-color: #3cb371;
  color: #fff;
  font-weight: 500;
  padding: 0.6rem 1.5rem;
  border-radius: 0.5rem;
  margin: 0.5rem;
}

.video-wrapper {
  position: relative;
  margin-top: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3cb371;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-btn i {
  font-size: 2rem;
  color: white;
}

.modal-dialog {
  max-width: 800px;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.modal-body {
  padding: 0;
}

.modal-body iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.testimonial-slider .card {
  transition: transform 0.3s ease;
  border-radius: 1rem;
  background-color: #fff;
  margin: 0 10px;
  text-align: left;
}

.testimonial-slider .card:hover {
  transform: translateY(-5px);
}

.testimonial-slider p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.testimonial-slider h6 {
  font-size: 1.1rem;
}

.testimonial-slider .slick-dots {
  bottom: -30px;
}

.testimonial-slider .slick-dots li button:before {
  font-size: 10px;
  color: #198754;
  /* Bootstrap success color */
}

.testimonial-slider .slick-dots li.slick-active button:before {
  color: #198754;
}

.testimonial-slider img {
  object-fit: cover;
}

.testimonial-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.testimonial-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  background-color: #3cb371;
  font-size: 0;
  margin: 0 5px;
  border-radius: 50%;
}
.testimonial-slider .slick-dots li.slick-active button {
  background-color: #3cb371;
}
.testimonial-slider button.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  background: #3cb371;
  z-index: 99;
  border: none;
  margin: auto;
  font-size: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.testimonial-slider button.slick-arrow.slick-prev {
  left: 0;
}
.testimonial-slider button.slick-arrow.slick-next {
  right: 0;
}
.testimonial-slider button.slick-arrow:before {
  content: "<";
  top: 0;
  left: 0;
  margin: auto;
  font-family: fontawesome;
  font-size: 18px;
}
.testimonial-slider button.slick-next.slick-arrow:before {
  transform: scaleX(-1);
  display: block;
}

/* Optional: improve spacing on smaller screens */
@media (max-width: 576px) {
  .testimonial-slider .card {
    margin: 0 10px;
  }
}
.accordion-item {
  margin-bottom: 20px;
  border: 1px solid #3cb371 !important;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  background-color: #3cb371;
  color: #fff;
}

@media (max-width: 768px) {
  .Advance-Slider .item h3 {
    font-size: 45px;
  }
  .video-section h2,
  .package-section-wrap .section-title,
  .why-section h2,
  .about-section .about-heading {
    font-size: 2rem;
  }
}
.small-heading {
  font-size: 18px;
  font-weight: 700;
  color: #3cb371;
  font-family: "Dancing Script", cursive;
  text-transform: capitalize;
  margin-top: -0.2em;
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.shape {
  display: inline-block;
  height: 2px;
  width: 40px;
  background-color: #3cb371;
  border-radius: 99px;
  position: relative;
}

.dots {
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0;
}

.shape.left .dots {
  left: -12px;
}

.shape.right .dots {
  right: -12px;
}

.dots:before {
  content: "";
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}

.shape.left .dots:before {
  left: inherit;
}

.dots:before {
  content: "";
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}

.shape.right .dots:before {
  right: inherit;
}

.testimonial {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d5a80;
}
.testimonial-slide {
  padding: 40px 20px;
}
.testimonial_box-top {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}
.testimonial_box-icon {
  padding: 10px 0;
}
.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}
.testimonial_box-text {
  padding: 10px 0;
}
.testimonial_box-text p {
  color: #293241;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}
.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}
.testimonial_box-name {
  padding-top: 10px;
}
.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}
.testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.contact-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/children-img.jpg") center center/cover no-repeat;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.contact-bg-img{
 background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/house-boat-kerala.webp") center center/cover no-repeat;
}

.gallery-bg-img{
   background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/srinagar-img.jpg") center center/cover no-repeat; 
}

.about-bg-img{
  background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),  url("../images/dal-lake-Srinagar.jpg") center center/cover no-repeat; 
}

.tour-bg-img{
     background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),  url("../images/gallery/gallery8.jpg") center center/cover no-repeat; 
}

.contact-hero h1 {
  font-size: 4rem;
  font-weight: bold;
}

.breadcrumb-custom {
  font-size: 1.25rem;
}

.contact-box {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background-color: #3cb371;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.contact-icon.black {
  background-color: #000;
}

.contact-info {
  width: calc(100% - 60px);
}
.contact-info a {
  display: block;
  color: #3cb371;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
  border-radius: 1rem;
}

.contact-heading {
  border-bottom: 3px solid #3cb371;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.form-section {
  background-color: #f8f8f8;
  padding: 4rem 1rem;
}
.form-section .form-control {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px #ddd;
}
.form-section .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-section .form-group i {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  transform: translateY(-50%);
  color: #6c757d;
}
.form-section .form-button {
  background-color: #3cb371;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
}
.form-section .form-button:hover {
  background-color: #3cb371;
}
.form-section textarea.form-control {
  resize: none;
  height: 150px;
}

.tour-section {
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.tour-section .tour-content {
  max-width: 600px;
}
.tour-section .tour-content h5 {
  color: #3cb371;
  font-family: "Dancing Script", cursive;
  font-weight: 500;
}
.tour-section .tour-content h2 {
  font-weight: 800;
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.tour-section .tour-content p {
  color: #6c757d;
  margin-bottom: 2rem;
}
.tour-section .progress-label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-top: 1rem;
}
.tour-section input[type=range] {
  width: 100%;
  appearance: none;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #3cb371 var(--val), #ddd var(--val));
  outline: none;
}
.tour-section input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: #3cb371;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px #000;
}
.tour-section .tour-image {
  position: relative;
  max-width: 400px;
}
.tour-section .tour-image img {
  border-radius: 50%;
  width: 100%;
  border: 12px solid #3cb371;
}
.tour-section .video-button {
  position: absolute;
  top: 10%;
  left: 10%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tour-section .video-button i {
  font-size: 2rem;
  color: #3cb371;
}

.section-wrapper {
  position: relative;
  width: 500px;
  margin: 50px auto;
  height: 500px;
}
.section-wrapper .bg-circle {
  position: relative;
  width: 100%;
  border-radius: 50%;
  z-index: 2;
}
.section-wrapper .bg-circle:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 40px solid transparent;
  border-right-color: #3cb371;
  transform: rotate(0deg);
  z-index: -1;
  pointer-events: none;
}
.section-wrapper .bg-circle img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  height: 500px;
  padding: 30px;
}
.section-wrapper .video-thumb {
  position: absolute;
  top: 15%;
  left: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 10;
  border: 10px solid #fff;
}
.section-wrapper .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.section-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-wrapper .play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid green;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (max-width: 767px) {
  .section-wrapper {
    width: 350px;
    height: 350px;
  }
  .section-wrapper .bg-circle {
    width: 350px;
    height: 350px;
  }
  .section-wrapper .bg-circle img {
    height: 350px;
  }
  .section-wrapper .video-thumb {
    width: 120px;
    height: 120px;
    left: -15px;
    top: 25%;
  }
  .section-wrapper .play-button {
    width: 40px;
    height: 40px;
  }
}

.card-custom {
  background: linear-gradient(135deg, #ffffff, #f1f1f1);
  border: none;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  animation: fadeUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(20px);
  height: 100%;
  border: 4px solid #3cb371;
}

.card-custom:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 30px rgba(60, 179, 113, 0.8);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.card-icon {
  font-size: 2rem;
  color: #198754;
  margin-bottom: 15px;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.teams-section h5 {
  color: #3cb371;
  text-align: center;
  margin-bottom: 40px;
}
.teams-section .guide-card {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.teams-section .card-img-container {
  position: relative;
  overflow: hidden;
}
.teams-section .plus-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #28a745;
  border: none;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.teams-section .social-icons {
  display: none;
  margin-top: 10px;
}
.teams-section .social-icons.show {
  display: flex;
  justify-content: center;
  gap: 15px;
  animation: fadeIn 0.3s ease-in-out;
}
.teams-section .social-icons i {
  font-size: 20px;
  color: #28a745;
  background: #f1f1f1;
  padding: 8px;
  border-radius: 50%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.common-label {
  text-align: left !important;
  margin-bottom: 10px;
}

.form-control {
  padding: 15px;
}

.common-content-wrap p {
  margin: 10px 0 !important;
}
.common-content-wrap ul, .common-content-wrap ol {
  padding-left: 30px !important;
}

.travon-card {
  background-color: #111219;
  border-radius: 1rem;
  overflow: hidden;
  color: white;
  position: sticky;
  top: 100px; /* Distance from top when it should stick */
  z-index: 100;
  padding: 2rem;
  height: 600px;
  text-align: center;
}
.travon-card .inner-card {
  position: relative;
  z-index: 11;
}
.travon-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-left: 300px solid transparent;
  border-bottom: 300px solid #34B769;
  z-index: 0;
  height: 100%;
}
.travon-card .travon-logo {
  font-weight: bold;
  width: 180px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.travon-card .travon-logo-icon {
  width: 40px;
  height: 40px;
  background-color: #34B769;
  border-radius: 50%;
}
.travon-card .discount-box {
  background: linear-gradient(120deg, #f5f5f5, #e8f5e9);
  border-radius: 1rem;
  padding: 1.5rem;
  color: #333;
}
.travon-card .btn-dark-custom {
  background-color: #111219;
  border: none;
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
}
.travon-card .btn-dark-custom:hover {
  color: #3cb371;
}
.travon-card .highlight-green {
  color: #34B769;
  font-weight: bold;
}

.tour-info-box {
  background-color: #f8f9fa;
  border-radius: 1rem;
  padding: 2rem;
}
.tour-info-box h4 {
  font-family: "Playfair Display", serif;
}
.tour-info-box .tour-info-icon {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 0 2px #eaeaea;
}
.tour-info-box .tour-info-icon i {
  color: #34B769;
  font-size: 20px;
}
.tour-info-box .tour-label {
  font-weight: 600;
  color: #111219;
  font-family: "Playfair Display", serif;
}
.tour-info-box .tour-value {
  color: #6c757d;
}

.tour-tab-section {
  margin-top: 30px;
}
@media(max-width:576px){
.tour-tab-section #tourTabs{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tour-tab-section #tourTabs .nav-item{
    margin-bottom: 10px;
}
}
.tour-tab-section .tour-img {
  width: 100%;
}
.tour-tab-section .tab-btns .nav-link {
  background-color: #34B769;
  color: white;
  margin-right: 10px;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.tour-tab-section .tab-btns .nav-link.active {
  background-color: #1f5133;
}
.tour-tab-section .tab-content {
  padding-top: 2rem;
}
.tour-tab-section .tab-content h3 {
  font-family: "Playfair Display", serif;
}
.tour-tab-section .tab-img {
  border-radius: 1rem;
  width: 100%;
  object-fit: cover;
}
.tour-tab-section .tab-section {
  max-width: 800px;
  margin: auto;
  padding: 2rem 1rem;
}

.info-table-wrap {
  padding: 20px 0;
}
.info-table-wrap .info-table {
  overflow: hidden;
  background-color: #f5f5f5 !important;
  border-radius: 10px;
}
.info-table-wrap .info-table td, .info-table-wrap .info-table th {
  vertical-align: top;
  padding: 1rem 1.25rem;
}
.info-table-wrap .info-table tr:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.info-table-wrap .info-icon {
  color: #34B769;
  margin-right: 8px;
}
.info-table-wrap .info-icon.cross {
  color: #dc3545;
}

.reply-form {
  border-radius: 1rem;
  padding: 2rem;
  background-color: #f8f9fa;
}
.reply-form .star-rating {
  font-size: 1.5rem;
  color: #ffc107;
  cursor: pointer;
}
.reply-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.reply-form .btn-green {
  background-color: #34B769;
  border: none;
}
.reply-form .btn-green:hover {
  background-color: #2fa75f;
}

.tour-plan-wrap {
  margin-bottom: 30px;
}
.tour-plan-wrap .tour-box {
  margin-bottom: 20px;
  border-radius: 1rem;
}
.tour-plan-wrap .tour-box .tour-header {
  background-color: #f1f1f1;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
}
.tour-plan-wrap .tour-box .tour-body {
  padding: 1rem 1.5rem;
  color: #6c757d;
  font-size: 1rem;
}

.description-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.gallery-img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  object-fit: cover;
}

.gallery-col img {
  height: 250px;
}

.book-form-wrapper {
  background-color: #f8f9fa;
  border-radius: 1rem;
  overflow: hidden;
  max-width: 400px;
  margin: auto;
}
.book-form-wrapper .form-header {
  background-color: #34B769;
  color: white;
  padding: 1rem 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
}
.book-form-wrapper .form-body {
  padding: 1.5rem;
}
.book-form-wrapper .form-control, .book-form-wrapper .form-select {
  border-radius: 0.5rem;
  padding-right: 2.5rem;
}
.book-form-wrapper input[type=date] {
  padding-right: 1rem;
}
.book-form-wrapper .input-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
}
.book-form-wrapper .form-group {
  position: relative;
  margin-bottom: 1rem;
}
.book-form-wrapper .btn-book {
  background-color: #34B769;
  color: white;
  font-weight: bold;
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: none;
}
.book-form-wrapper .row-gap-1rem > .col {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.book-form-wrapper .row-gap-1rem {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.destination-wrap .destination-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.destination-wrap .destination-card h4 {
  font-size: 14px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  margin: 0;
}
.destination-wrap .destination-card img {
  width: 100%;
  height: 215px;
  display: block;
  transition: transform 0.3s ease;
}
.destination-wrap .destination-card:hover img {
  transform: scale(1.05);
}
.destination-wrap .destination-hover-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3cb371;
  color: #fff;
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
}
.destination-wrap .destination-card:hover .destination-hover-title {
  opacity: 1;
}

.modal {
  z-index: 99999;
}
.modal .btn-close {
  background-color: #fff;
}
.modal .modal-contact-btn {
  margin-bottom: 20px;
}
.modal .modal-contact-btn .btn-success {
  padding: 10px;
  border-radius: 8px;
}

.gallery-page .gallery-section {
  padding: 60px 0;
}
.gallery-page .gallery-title {
  text-align: center;
  margin-bottom: 40px;
}
.gallery-page .gallery-title span {
  display: block;
  color: #28a745;
  font-weight: 500;
  margin-bottom: 5px;
}
.gallery-page .gallery-title h2 {
  font-weight: bold;
}
.gallery-page .image-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 30px;
  height: 250px;
}
.gallery-page .image-card img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
  height: 100%;
}
.gallery-page .view-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #000;
  opacity: 0;
  z-index: 99;
  text-align: center;
}
.gallery-page .image-card:hover img {
  transform: scale(1.05);
}
.gallery-page .image-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.7;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
  border-radius: inherit;
}
.gallery-page .image-card:hover:after {
  transform: scaleX(1);
}
.gallery-page .image-card:hover .view-icon {
  opacity: 1;
}
.gallery-page .modal-img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.gallery-page .modal-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
}
.gallery-page .prev-btn {
  left: 10px;
}
.gallery-page .next-btn {
  right: 10px;
}
.gallery-page .video-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-page .video-card:hover {
  transform: scale(1.02);
}
.gallery-page .video-card img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery-page .video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 6px;
  font-size: 24px;
  color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.4);
  border: 4px solid #3cb371;
}
@media (min-width: 768px) {
  .gallery-page .video-col {
    padding: 0 15px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: 0.4s all ease-in-out;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Playfair Display", serif;
}

.btn-common {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #3cb371;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 21px 29px;
  min-width: 160px;
  border-radius: 5px;
}
.btn-common:before {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 600%;
  background-color: #1B4D31;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  transform: translateX(-50%) translateY(-50%) rotate(60deg);
  z-index: -1;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.btn-common:hover::before, .btn-common.active::before {
  height: 560%;
}

.btn-primary {
  background-color: #3cb371;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #3cb371;
}

.text-primary {
  color: #3cb371 !important;
}

.btn-outline-primary {
  color: #015f9d;
  border-color: #015f9d;
}

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*# sourceMappingURL=styles.css.map */




.accordion-btn-inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tour-tab-section .tab-content .accordion-body{
    text-align: justify;
}

.tour-tab-section .tab-content .accordion-body p{
    margin-bottom: 5px;
}