* {
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--color-1) transparent;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}
p {
  font-family: var(--font);
}
.theme_btn {
  background-color: var(--color-1);
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font);
  text-transform: uppercase;
  border-radius: 35px;
  border: 2px solid var(--color-1);
  transition: all 0.5s;
  margin-top: 20px;
  box-shadow: 0px 5px 5px 0px transparent;
  text-decoration: none;
  font-family: var(--font) !important;
  width: 200px;
  display: inline-block;
  text-align: center;
}
.theme_btn i {
  margin-left: 6px;
  transition: all 0.5s;
}
.theme_btn:hover {
  background-color: transparent;
  color: var(--color-1);
  box-shadow: 0px 5px 5px 0px #00000036;
}
.theme_btn:hover i {
  transform: translate(10px, 0);
}
.heading h1 {
  font-size: 55px;
  font-weight: 700;
  margin: 0;
  line-height: 56px;
  /* text-transform: uppercase; */
  font-family: var(--font2);
}
.heading .title {
  color: var(--color-1);
  font-weight: 500;
  position: relative;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.back-to-top {
  background-color: var(--color-2);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 25px;
  width: 56px;
  height: 56px;
  z-index: 999;
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
.back-to-top:hover {
  background-color: var(--color-1);
  color: #fff;
}
.back-to-top:active {
  box-shadow: none;
  background-color: var(--color-1);
  color: #fff;
}
.right_padding {
  padding-right: 60px;
}
.left_padding {
  padding-left: 60px;
}
/* ************************************************************* header ********************************************************* */
header .navbar-brand {
  padding: 0;
}
header .navbar-brand img {
  width: 250px;
}
header .navbar {
  padding: 0;
}
header .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header .navbar .dropdown-menu {
  border-bottom-left-radius: 10px;
  border: 1px solid #eee;
  border-bottom: 5px solid var(--color-1);
  padding: 0;
  min-width: 300px;
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  top: 61px;
  box-shadow: 0 26px 40px -33px #000;
  border-bottom-right-radius: 10px;
  border-top: 0;
  max-height: 500px;
  overflow-y: auto;
}
header .navbar .dropdown-menu li .dropdown-item {
  font-size: 17px;
  font-family: var(--font2);
  font-weight: 500;
  padding: 10px 20px;
  border-bottom: 1px solid #e4e4e4;
}
header .dropdown-item i {
  color: var(--color-1);
  float: right;
  font-size: 11px;
}
/* Hide by default */
.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Show on hover */
.dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}

.navbar .dropdown-menu.menuMega {
  width: 100% !important;
  min-width: 100% !important;
  position: fixed;
  background: #fff;
  left: 0;
  top: 75px;
  border-radius: 0;

  box-shadow: 0 26px 20px -33px #000;
  border-bottom: 5px solid var(--color-1);
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  background-color: var(--color-1);
  color: #fff;
}
.navbar .dropdown-item:hover i {
  color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1.1rem 1rem;
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  font-family: var(--font);
  position: relative;
  font-weight: 600;
}
.header.fixed_top .nav-link {
  color: #000;
  font-weight: 500;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  border: none;
  font-size: 14px;
  font-weight: 600;
}
/* .nav-item .nav-link::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -19px;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  border-radius: 34px;
}
.nav-item .nav-link:hover::before {
  transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
} */
.nav-item .nav-link:hover {
  background-color: var(--color-1);
  color: #fff;
}
.search.btn {
  background-color: transparent;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #fff;
  font-size: 15px;
}
.search.btn:hover {
  background-color: var(--color-1);
  color: #fff;
  border-color: var(--color-1);
}
.header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  top: 0;
}
.fixed_top {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 0px 10px 0px #000000ad;
}
.header .menudiv {
  min-height: 50vh;
  max-height: 50vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
.header .menudiv .dropdown-item {
  font-size: 15px;
  white-space: break-spaces;
  font-family: var(--font);
  text-transform: capitalize;
  font-weight: 500;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  line-height: 17px;
}
.header h5 {
  font-family: var(--font2);
  font-size: 20px;
  color: var(--color-1);
}
.offcanvas-fullscreen {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.search-box {
  max-width: 60%;
  margin: auto;
}
.search-box input.form-control {
  background: rgba(0, 0, 0, 0.31);
  color: #fff;
  padding: 15px;
  border: 1px solid #fff;
  font-size: 20px;
  outline: none !important;
  box-shadow: none !important;
}
.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-box button {
  background: var(--color-1);
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 20px;
  cursor: pointer;
}
.search-box h1 {
  font-size: 70px;
  font-family: var(--font2);
  color: #fff;
  margin-bottom: 0;
}
.search-box p {
  font-size: 20px;
  color: #fff;
  margin: 0px;
}
.offcanvas-fullscreen .btn-close.btn-close-white {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  border: 2px solid;
}
#main_nav .all {
  height: 100%;
  background-image: url(https://academy.skicorp.in/uploads/system/58463b550a7e65aac67dcbc9e2f2ed24.jpg);

  position: relative;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}
#main_nav .all .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: grid;
  align-content: center;
  justify-content: center;
}
#main_nav .all .overlay h1 {
  color: #fff;
  font-weight: bold;
  margin: 0;
}
#main_nav .all .overlay p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  font-family: var(--font1);
  font-weight: 500;
  margin: 0;
}
#main_nav .all .overlay .btn {
  margin-top: 15px;
  background-color: var(--color-1);
  color: #fff;
  padding: 10px 20px;
  border-radius: 35px;
  font-size: 17px;
  font-weight: 500;
  font-family: var(--font);
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
/* ************************************************** banner ********************************************************** */
.banner {
  position: relative;
}
.shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.banner-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-slide {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-content {
  text-align: center;
  color: white;
  animation: fadeInUp 1s ease-in-out;
}
/* .banner-content h1 {
	font-size: 70px;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: var(--banner_font);
} */
.banner-content h1 {
  font-size: 80px;
  /* margin-bottom: 10px; */
  font-weight: 800;
  font-family: var(--font);
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  line-height: 78px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.banner-content p {
  font-size: 20px;
  font-family: var(--font2);
  line-height: 20px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional: Dimming overlay */
.banner-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: grid;
  align-content: center;
  justify-content: center;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  color: #fff;
  font-size: 25px;
  padding: 0;
  transition: background 0.3s, color 0.3s;
  width: 40px;
  height: 50px;
  background: var(--color-1);
}

/* .slick-prev:hover, .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
} */
.slick-prev::before {
  display: none;
}
.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.32);
}
.slick-next::before {
  display: none;
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none;
  }
}

/* ********************************** top destination ******************************************* */
.top_destinations .heading {
  margin-bottom: 60px;
}
.top_destinations .box {
  overflow: hidden;
  border-radius: 15px;
  height: 270px;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.5s;
  box-shadow: 0px 17px 9px -12px #00000094;
}
.top_destinations .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top_destinations .box .info {
  position: absolute;
  top: 0;
  /* background-color: rgba(0, 0, 0, 0.6); */
  height: 100%;
  padding: 10px 40px;
  display: grid;
  align-content: end;
  width: 100%;
  transition: all 0.3s;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgb(5, 37, 68) 100%
  );
}
.top_destinations .box:hover {
  box-shadow: 0px 17px 9px -12px #00000094;
  transform: scale(1.02);
}
.top_destinations .box:hover .info {
  background: linear-gradient(
    to bottom,
    rgba(21, 92, 154, 0.75) 0%,
    rgb(0, 11, 21) 100%
  );
}
.top_destinations .box .info h4 {
  color: #fff;
  font-family: var(--font2);
  font-weight: 700;
  font-size: 22px;
}
.top_destinations .box .info p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--font2);
}
.top_destinations .box .info .explore_btn {
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  display: block;
}
/* ******************************************** Why Choose Visakha Tourism **************************************** */
.why_choose {
  /* background-color: #f0f0f0; */
  border-radius: 50px;
  background-image: url(../images/abt_bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.why_choose .txt {
  padding-right: 40px;
}
.why_choose .txt h1 {
  font-size: 55px;
  font-family: var(--font);
  color: #000;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 30px;
}
.why_choose .txt p {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: var(--font2);
}
.why_choose .img {
  position: relative;
}
.why_choose img.img-fluid {
  width: 510px;
  margin-left: auto;
  display: block;
  box-shadow: 0px 17px 14px -12px #00000094;
  height: 570px;
  border-radius: 50px;
  border: 4px solid #fff;
}
.why_choose .img .abt_png_img {
  width: 70%;
  position: absolute;
  bottom: -30px;
  left: -30px;
  filter: drop-shadow(18px -12px 14px #0000007a);
}
/* ****************************************************** what we offer *************************************************** */
.what_we_offer {
  padding-bottom: 10em;
}
.what_we_offer .feature-box {
  padding: 40px;
  border-radius: 20px;
  transition: all 0.4s;
}
.what_we_offer .feature-box i {
  font-size: 60px;
}
.what_we_offer .feature-box h5 {
  font-family: var(--banner_font);
  font-weight: 900;
  color: #000;
  font-size: 23px;
}
.what_we_offer .feature-box p {
  margin: 0;
  font-size: 16px;
  font-size: ;
  font-family: var(--font);
  line-height: 20px;
  color: #000;
}
.what_we_offer .feature-box:hover {
  background-color: var(--color-1) !important;
}
.what_we_offer .feature-box:hover p,
.what_we_offer .feature-box:hover h5,
.what_we_offer .feature-box:hover i {
  color: #fff !important;
}
/* ******************************* call to action *************************************** */
.cta_section {
  background: #e9f7ff;
  position: relative;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.cta_section .cta_bg_shape {
  position: absolute;
  width: 100%;
  top: -76px;
  left: 0;
  right: 0;
}
.cta_section p {
  font-size: 18px;
  color: #000;
}
.cta_section .btn_group .theme_btn {
  width: fit-content;
  padding: 10px 25px;
  font-size: 16px !important;
  text-transform: capitalize;
}
.cta_section .btn_group .theme_btn.explore_btn {
  background: transparent;
  color: var(--color-1);
  text-transform: capitalize;
}
/* ********************************************** testimonial ******************************************** */
.testimonial_section {
  background-image: url(../images/map_grey.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: left;
}

.testimonial-text {
  font-size: 20px;
  line-height: 28px;
  max-width: 90%;
  color: #000;
  font-family: var(--font2);
}
.testimonial-slide {
  min-height: 200px;
}
.testimonial-name {
  font-family: var(--banner_font);
  color: var(--color-1);
  font-weight: bold;
  font-size: 25px;
  margin: 0;
}
.testimonial-role {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}
.testimonial-stars i {
  font-size: 16px;
}

.testimonial-nav .nav-thumb {
  width: 50px;
  height: 50px;
  margin: 0 8px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid transparent;
  cursor: pointer;
}

.testimonial-nav .nav-thumb.active,
.testimonial-nav .slick-current .nav-thumb {
  border-color: #00b4d8;
}

.testimonial-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-arrows button {
  background: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 8px;
  font-size: 18px;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.testimonial-arrows button:hover {
  background-color: #00b4d8;
  color: #fff;
}
/* ************************************************* footer **************************************************** */
footer {
  background-color: #113d48;
}
.footer-box.footer-about img {
  width: 85%;
  max-width: 300px;
}
.footer-bottom {
  color: #fff;
  padding: 10px;
  background-color: #113d48;
  border-top: 1px solid rgba(233, 246, 249, 0.2);
}
.footer-box .footer-title {
  color: #fff;
  font-family: var(--banner_font);
  font-weight: 700;
  font-size: 24px;
}
.footer-box.footer-links .list-unstyled .footer-link {
  font-size: 15px;
  padding: ;
  line-height: 35px;
  font-family: var(--font);
  transition: all 0.4s ease;
}
.footer-box.footer-links .list-unstyled .footer-link:hover {
  color: var(--color-2);
}
.footer-box.footer-social .social-icons .footer-icon {
  display: grid;
  width: 45px;
  height: 45px;
  background-color: #456d77;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease;
  text-decoration: none;
  font-weight: ;
  place-content: center;
}
.footer-box.footer-social .social-icons .footer-icon:hover {
  background-color: var(--color-2);
}

/* ********************************************** Destinamtions Page ********************************************************* */
.inner_banner {
  height: 70vh;
  background-size: 100%;
  background-position: 100% -210px;
  background-attachment: fixed;
  display: grid;
  align-content: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.inner_banner .overlay {
  background-color: rgba(0, 0, 0, 0.42);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
.inner_banner .container {
  position: relative;
  z-index: 2; /* Bring text above the overlay */
}
.inner_banner h1 {
  color: #fff;
  font-family: var(--banner_font);
  font-size: 60px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
}
.inner_banner p {
  color: #fff;
  font-family: var(--font1);
  font-size: 20px;
  width: 70%;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.destination_details img {
  position: sticky;
  top: 100px;
  left: 0;
  border-radius: 20px;
  box-shadow: 0px 17px 9px -12px #00000094;
}

.timeline-wrapper {
  margin: auto;
  position: relative;
  padding: 0;
}

.timeline-line {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #d4dce2;
  transform: translateX(-50%);
}

.destination_details .timeline-wrapper .timeline-item {
  position: relative;
  width: 50%;
  padding: 0px 20px;
  box-sizing: border-box;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
}

.destination_details .timeline-item::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 16px;
  height: 16px;
  background: var(--color-1);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 0 4px #e6f0ff;
}

.timeline-item.left::before {
  right: -8px;
}

.timeline-item.right::before {
  left: -8px;
}

.destination_details .timeline-content {
  background: #eae9eddb;
  padding: 30px 30px;
  border-radius: 20px;
  position: relative;
  text-align: left;
}

.destination_details .timeline-item .timeline-content .time {
  font-weight: 700;
  color: var(--color-1);
  margin-bottom: 8px;
  font-size: 25px;
  font-family: var(--font1);
}

.destination_details .timeline-item .timeline-content .desc {
  font-size: 16px;
  color: #000;
  line-height: 18px;
  font-family: var(--font2);
}

@media (max-width: 768px) {
  .timeline-item {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding-left: 60px;
  }

  .timeline-item::before {
    left: 20px !important;
    right: auto !important;
  }

  .timeline-line {
    left: 20px;
  }
}

.days_journey_sec .txt_side h1 {
  font-weight: 700;
  font-size: 36px;
  font-family: var(--font2);
  color: var(--color-1);
  margin-bottom: 10px;
}
.days_journey_sec .txt_side p {
  font-size: 16px;
  font-family: var(--font2);
  color: var(--paragraph-text-color);
}
.days_journey_sec .img_side img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  box-shadow: 0px 17px 9px -12px #00000094;
}
.days_journey_sec .txt_side h4 {
  font-size: 20px;
  width: fit-content;
  color: #00c6a1;
  border-radius: 35px;
  font-weight: bold;
  font-family: var(--banner_font);
  border: ;
  margin: 0;
  font-style: italic;
}

.tour_price{
      background: #eee;
}
.tour-header {
  background: linear-gradient(to right, #00c6a1, #1e568f);
  color: white;
  padding: 40px 20px;
  text-align: center;
  animation: fadeInDown 1s ease-out;
}
.tour-header h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
  font-family: var(--font2);
  font-weight: 600;
}

.tour-header p {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 0;
}

.packagetour_section {
  margin: 40px auto;
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 1.2s ease-out;
}

.packagetour_section h2 {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
  font-family: var(--font1);
  font-weight: 700;
}

.packagetour_section ul {
    list-style: none;
    padding-left: 0;
}

.packagetour_section ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    position: relative;
    padding-left: 25px;
    font-family: var(--font2);
    color: #000;
}
.packagetour_section ul li p span {
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    background: #03bda024;
    margin-right: 7px;
    margin-bottom: 7px;
    color: #086f60;
    font-weight: 500;
}
.packagetour_section ul li::before {
    content: "✓";
    color: var(--color-2);
    position: absolute;
    left: 0;
    font-weight: 700;
}



@keyframes fadeInDown {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
