@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* @tailwind base;
@tailwind components;
@tailwind utilities; */

/* font-family: "Inter", sans-serif; */

/* @import "tailwindcss"; */

/*..............common styles..............*/
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #464646;
  overflow-x: hidden;
  top: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;

  padding: 0;
  color: #383838;
  font-family: "Inter", sans-serif !important;
  line-height: 1.1;
}

.train-overview-para h2 {
  line-height: normal;
}

.train-overview-para ul {
  gap: 10px;
  margin-top: 20px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}

.train-overview-para ul li {
  list-style-type: none;
  background: #f8f2f2;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #eae1e1;
}

h1,
h2,
h3 {
  font-weight: 600 !important;
}

.faq-item p {
  color: #212529 !important;
}

.faq-item h3 {
  padding-right: 25px;
}

/* .faq-answer {
  color: #575757 !important;
} */

.text-sm,
p,
li,
a {
  font-size: 0.92rem !important;
}

.text-gray-700 {
  color: #4a5568;
}

.font-medium {
  font-weight: 500;
}

.p-0 {
  padding: 0;
}

.mb-4 {
  margin-bottom: 1rem;
}

.w-3 {
  width: 0.75rem;
}

.text-gray-400 {
  color: #cbd5e0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.h-3 {
  height: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-gray-500 {
  color: #a0aec0;
}

.inset-0 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute {
  position: absolute;
}

.p-4 {
  padding: 1rem;
}

.items-end {
  align-items: flex-end;
}

.flex {
  display: flex;
}

.h-54 {
  height: 10rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 18rem;
}

.items-stretch {
  align-items: stretch;
}

.text-base {
  font-size: 1rem;
}

.text-white {
  color: #fff;
}

.text-left {
  text-align: left;
}

.flex {
  display: flex;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.h-full {
  height: 100%;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.items-end {
  align-items: flex-end;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.overflow-hidden {
  overflow: hidden;
}

.h-70 {
  height: 20rem;
}

.flex-col {
  flex-direction: column;
}

.side-sticky-form {
  min-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  /* margin-bottom: 70px; */
}

.main-menu .mgmenu a:after {
  display: none;
}

.main-menu .mgmenu a h6 {
  color: #383838;
}


@media screen and (max-width: 1366px) {
  .faq-answer {
    font-size: 14px !important;
  }


  ::placeholder {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1600px) {
  h1 {
    font-size: 40px !important;
    font-weight: 600 !important;
  }

  h2 {
    font-size: 40px !important;
    font-weight: 500 !important;
  }

  h3 {
    font-size: 30px !important;
  }

  /* h4 {
    font-size: 50px !important;
} */

  h5 {
    font-size: 24px !important;
  }

  h6 {
    font-size: 16px !important;
  }

  p {
    /* margin: 0 0 15px !important; */
    line-height: 1.6 !important;
    /* font-size: 16px !important; */
    font-weight: normal;
  }

  li,
  p,
  a {
    font-size: 16px !important;
  }

  .faq-answer {
    font-size: 16px !important;
  }

  ::placeholder {
    font-size: 16px !important;
  }
}

.text-warning {
  color: #ef6d27 !important;
}

img {
  max-width: 100%;
}

a,
img {
  border: 0;
  text-decoration: none;
  outline: none;
}

.modal .bg-warning {
  background-color: #ef6d27 !important;
}

a,
a:link,
a:visited,
a:focus,
a:hover {
  color: #179ae2;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:hover {
  text-decoration: none;
}

input,
textarea,
select.form-control {
  font-family: "Inter", sans-serif;

  outline: none;
}

input[type="submit"] {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  transition: all 0.3s ease 0s;
  outline: none;
}

select.form-control {
  /* appearance: none;
  -webkit-appearance: none; */
  height: 35px !important;

  /* background-repeat: no-repeat;
  background-position: 96% center;
  background: url(/images/down-arrow.png) no-repeat;
  background-position: 96% 50%; */
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545 !important;
}

/* input:not([type="submit"]) {
    height: 50px !important;
    border-radius: 12px;
} */

input.form-control,
textarea.form-control {
  border: 1px solid #c3cad4;
  box-shadow: none !important;
  font-size: 0.8em !important;
}

textarea.form-control {
  height: 70px !important;
  border-radius: 12px;
}

p:last-child {
  margin-bottom: 0;
}

/* --- common background color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft,
.alignnone {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.aligncenter {
  margin: 10px auto;
  display: block;
}

/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */

.btn.orange-btn {
  transition: all 0.3s ease-out;
  background-color: #ef6d27;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
}

.btn.orange-btn:hover {
  background-color: #05164d;
  transition: all 0.3s ease-out;
  color: #fff;
}

.btn.orange-btn span {
  transform: translate(0px, 0px);
  transition: all 0.3s ease-out;
}

.btn.orange-btn:hover span {
  transform: translate(10px, 0px);
  transition: all 0.3s ease-out;
}

.btn.blue-btn {
  transition: all 0.3s ease-out;
  background-color: #05164d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
}

.btn.blue-btn:hover {
  background-color: #ef6d27;
  transition: all 0.3s ease-out;
  color: #fff;
}

.btn.blue-btn span {
  transform: translate(0px, 0px);
  transition: all 0.3s ease-out;
}

.btn.blue-btn:hover span {
  transform: translate(10px, 0px);
  transition: all 0.3s ease-out;
}

/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label {
  font-weight: normal;
}

.builder_radiobox ul li input[type="radio"] {
  opacity: 0;
}

.builder_radiobox ul li input[type="radio"]:empty~label {
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0 0 22px;
}

.builder_radiobox ul li input[type="radio"]:empty~label:before {
  position: absolute;
  display: block;
  top: 2px;
  bottom: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
}

/* --- checkbox and radio button Styles --- */

.common-padd {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.form-control {
  height: 35px;

  min-height: auto !important;
}

.form-floating>label {
  font-size: 14px;
}

.color-orange {
  color: #ef6d27 !important;
}

.color-blue {
  color: #305cde !important;
}

.common-header-center {
  text-align: center;
  margin-bottom: 1.5rem !important;
}

.common-header-center h2 {
  margin-bottom: 10px !important;
}

.common-header-center a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #08296c;
  gap: 10px;
}

.common-header-center p {
  max-width: 700px;
  margin: 0 auto !important;
}

.common-header-inline {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* .common-header-inline h2 {
  margin-bottom: 15px !important;
} */

.common-header-inline a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #08296c;
  gap: 10px;
}

/*..............common styles..............*/

/*-----scroll-bar-design----------*/

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3b3b3c;
  border-radius: 10px;
}

/*-----scroll-bar-design----------*/

header .logo-box img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.goog-te-gadget select:nth-child(2n) {
  display: none !important;
}

.lang-dropdown .goog-te-gadget:nth-child(2n) {
  display: none;
}

header {
  padding: 12px 0;

  border-bottom: 1px solid #eceaf3;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
}

header .top-sec ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  display: flex;
  align-items: center;
  font-weight: 600;
}

header .top-sec>ul {
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}

header .top-sec .lang-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

header .top-sec .lang-btn {
  border: 1px solid #ddd;
  background: white;
  border-radius: 999px;
  padding: 4px 20px 4px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;

  padding-right: 20px;
}

header .top-sec .lang-btn .arrow {
  font-size: 15px;
}

header .top-sec .lang-options {
  position: absolute;
  top: 110%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  list-style: none;
  margin: 0;
  padding: 6px 0;
  z-index: 9999;
  min-width: 100%;
}

header .top-sec .lang-options li {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
}

header .top-sec .lang-options li:hover {
  background-color: #f0f0f0;
}

header .top-sec .lang-btn .arrow {
  font-size: 15px;
  transition: transform 0.3s;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%);
}

header .top-sec .lang-btn .arrow.rotate {
  transform: rotate(180deg);
}

header .top-sec ul li:first-child span {
  margin-right: 10px;
  margin-top: -2px;
}

/* header main menu */

header .main-menu .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: relative;
  /* z-index: 999; */
}

.logo-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.logoslide .logo-box {
  flex-direction: column;
  display: flex;
  border: 1px solid #f7f2f2;
  height: 100px;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  object-position: center !important;
}

.logoslide .logo-box img {
  height: 60px !important;
  width: auto !important;
}

header .main-menu .nav-links {
  display: flex;
  list-style: none;
  /* gap: 10px; */
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

header .main-menu li.has-dropdown>a span {
  position: relative;
}

header .main-menu .navbar {
  padding: 0;
  border: none;
}

header .main-menu nav.navbar {
  justify-content: flex-end;
}

header .main-menu .nav-links li>a {
  text-decoration: none;
  color: #000;
  padding: 8px 14px;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
}

header .main-menu .nav-links li>a:hover {
  color: #05164d;
  transition: color 0.3s;
}

header .main-menu .arrow {
  font-size: 10px;
  margin-left: 0px;
  display: inline-block;
  transition: transform 0.3s;
}

header .main-menu .arrow svg {
  width: 8px !important;
}

/* header .main-menu .nav-links li:hover .arrow {
  transform: rotate(180deg);
} */

header .main-menu .has-dropdown {
  position: relative;
}

header .main-menu .has-dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 0;
  min-width: 250px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

header .main-menu .has-dropdown:hover ul {
  display: block;
}

header .main-menu .has-dropdown ul li a {
  color: #000;
  white-space: nowrap;
  padding: 8px 18px;
  text-decoration: none;
  display: block;
  font-size: 13px !important;
}

header .main-menu .has-dropdown ul li {
  transition: background-color 0.3s ease;
}

header .main-menu .has-dropdown ul li a,
header .main-menu .has-dropdown ul li .btn-link {
  transition: color 0.3s ease;
}

header .main-menu .has-dropdown ul li:hover {
  background-color: #e4dfe2;
}

header .main-menu .has-dropdown ul li:hover a,
header .main-menu .has-dropdown ul li:hover .btn-link {
  color: #000 !important;
}

header .main-menu .hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  width: 25px;
  height: 25px;
  padding: 0;
  justify-content: center;
  align-items: center;
}

header .main-menu .bar {
  width: 100%;
  height: 3px;
  background: #000;
  transition: all 0.3s ease;
}

header .main-menu .hamburger.open .top {
  transform: translateY(8px) rotate(45deg);
}

header .main-menu .hamburger.open .middle {
  opacity: 0;
}

header .main-menu .hamburger.open .bottom {
  transform: translateY(-8px) rotate(-45deg);
}

nav.navbar ul li a {
  font-size: 15px;
  font-weight: 500 !important;
}

/* header main menu */

footer .footer-wrapper {
  padding: 50px 0;
}

footer {
  background-color: #05164d;
}

footer .footer-tabs {
  border-top: 1px solid #162d77;
  border-bottom: 1px solid #162d77;
}

footer .footer-tabs {
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
  justify-content: center;
  margin-bottom: 30px;
}

footer .footer-tabs button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  min-width: 100px;
  padding: 10px 0px 10px 15px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
}

footer .footer-tabs button.active,
footer .footer-tabs button:hover {
  border-color: #162d77;
}

footer .footer-tabs button:not(:last-child) {
  border-right: 1px solid #162d77;
}

footer .footer-tabs button::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  right: 20px;
  background-image: url("/images/plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

footer .footer-tabs button.active::before {
  background-image: url("/images/minus.png");
}

footer .footer-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

footer .footer-content ul {
  list-style: none;
  padding: 0;
}

.footer-tabs {
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
  justify-content: center;
  margin-bottom: 30px;
}

.footer-tabs button {
  background: none;
  border: none;
  color: #fff;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
  position: relative;
  flex: 1;
  text-align: center;
  min-width: 100px;
}

@media (max-width: 576px) {
  .footer-tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-tabs button {
    padding: 8px 12px;
    font-size: 0.9rem;
    min-width: auto;
  }

  .footer-tabs button::after {
    right: 8px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .footer-tabs button {
    min-width: 80px;
  }
}

/* footer .footer-logo img {
    filter: brightness(0) invert(1);
    margin-bottom: 15px; 
} */

footer .footer-logo img {
  margin-bottom: 15px;
}

footer .logo-box p {
  margin: 0;
  color: #c4c4c4;
}

footer .footer-menu h3 {
  font-size: 16px !important;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px !important;
}

footer .footer-menu ul li a {
  font-size: 16px;
  color: #c4c4c4;
  font-weight: 500;
}

footer .footer-menu ul li {
  padding: 5px 0;
}

footer .footer-contact h3 {
  font-size: 16px !important;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px !important;
}

footer .footer-contact ul li a {
  font-size: 16px;
  color: #c4c4c4;
  font-weight: 500;
}

footer .footer-contact ul li {
  padding: 5px 0;
  color: #c4c4c4;
  position: relative;
  padding-left: 35px;
}

footer .footer-contact ul li span {
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
}

footer .footer-contact ul li span img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

footer .footer-media h5 {
  text-align: center;
  color: #fff;
}

footer .footer-media ul li a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9f6f9;
  border-radius: 80px;
}

footer .footer-media ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: center;
}

footer .copyright-sec p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0 !important;
}

footer .copyright-sec {
  padding: 30px 0;
}

/* ----------home------------ */
.banner-section {
  background: linear-gradient(101.27deg,
      rgba(48, 92, 222, 0.2) 2.04%,
      rgba(134, 128, 108, 0.2) 36.3%,
      rgba(108, 64, 116, 0.2) 70.55%,
      rgba(26, 50, 120, 0.2) 97.04%);
  padding: 40px 0;
}

.banner-section .swiper-button-prev,
.banner-section .swiper-button-next {
  display: none;
}

.banner-section .slider-content-wraper>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section .slider-content-wraper {
  position: relative;
  height: 500px;
  border-radius: 25px;
  overflow: hidden;
}

.banner-section .button {
  text-align: center;
  width: 100%;
  padding: 25px;
  position: absolute;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.banner-section span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.banner-section span.swiper-pagination-bullet {
  background-color: #a1a1a1 !important;
  opacity: 1;
}

.banner-section .swiper-slide {
  padding: 0px;
}

.banner-section .slider-content {
  border-radius: 25px;
  /* box-shadow: 0 0 14px #00000047; */
}

.banner-section .swiper-pagination {
  bottom: 2px !important;
}

.banner-section .right-box {
  padding: 0px 0;
}

.banner-section .right-box .button {
  text-align: center;
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  height: 100%;
  /* background-color: #00000073; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}

.banner-section .right-box h1 {
  color: #fff;
}

/* --------slider with card----- */

.slider-card {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #05164d 29.36%, #ffac46 70.36%, #ffcc32) border-box;
  border: 1px solid transparent;
  border-radius: 30px;
  /* box-shadow: 0 0 10px #00000036; */
  padding: 20px;
  overflow: hidden;

}

.faq-accordion .faq-item:first-child .faq-wrap:before {
  top: 25px;
  height: calc(100% - 25px);
}

.slider-card .image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}

.slider-card .image-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  gap: 5px;
  padding: 15px;
}

.slider-card .image-box ul li {
  background-color: #ffcc32;
  padding: 3px 11px;
  border-radius: 50px;
  color: #46166b;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.slider-card .slider-content-wraper {
  height: 250px;
  overflow: hidden;
}

.slider-card .slider-content-wraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.using-for-dubbl-slider .slider-card .swiper-pagination.swiper-pagination-custom.swiper-pagination-horizontal {
  max-width: 111px;
  background-color: #00000091;
  color: #fff;
  font-size: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 8px;
  bottom: 10px !important;
}

.slider-card .swiper-button-prev {
  width: 32px !important;
  height: 32px !important;
  background-color: #000000ca;
  border-radius: 50px;
  background-image: url("/images/button-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  left: 5px !important;
}

.slider-card .swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  background-color: #000000ca;
  border-radius: 50px;
  background-image: url("/images/button-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  right: 5px !important;
}

.slider-card .swiper-button-next::after,
.slider-card .swiper-button-prev::after {
  display: none;
}

.slider-card .content-box h3 {
  font-weight: 600;
  margin-bottom: 6px !important;
  font-size: 18px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-card ul.location-box {
  padding: 0;
  list-style: none;
}

.slider-card ul.location-box li {
  display: flex;
  gap: 10px;
}

.slider-card ul.location-box li .left-area span {
  position: relative;
  margin-top: -2px;
}

.slider-card ul.location-box li .left-area {
  font-weight: 600;
  color: #686a76;
  display: flex;
}

/* .tour-short-details {
  margin-bottom: 15px;
  min-height: 112px !important;
} */

/* .content-box-wraper-content {
  min-height: 110px !important;
} */

.tour-short-details p {
  color: #686a76 !important;
  font-size: 14px !important;
}

.tour-short-details div {

  color: #686a76 !important;
  font-size: 14px !important;

}

.slider-card ul.location-box li {
  margin-bottom: 6px;
}

.slider-card ul.location-box li .left-area h4 span {
  top: 0;
  display: block;
  font-weight: 600;
  color: #1c062d;
}

.slider-card ul.location-box li .left-area h4 {
  margin: 0 !important;
  font-size: 16px !important;
}

.slider-card .right-area h6 span {
  font-size: 18px;
  top: 5px;
  position: relative;
}

.slider-card .right-area h6 {
  margin: 0 !important;
  font-size: 33px !important;
  font-weight: 800;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.slider-card ul.fecility-box li {
  font-size: 12px !important;
  color: #05164d;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 3px;
  /* margin-bottom: 6px; */
}

.slider-card ul.fecility-box {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 44px;
}

.slider-card .btn.blue-btn {
  width: 100%;
}

.tourpackege-sec,
.lux-trains,
.lux-hotels,
.why-choose-sec,
.car-fleet {
  background: linear-gradient(101.27deg,
      rgba(48, 92, 222, 0.3) 2.04%,
      rgba(134, 128, 108, 0.3) 36.3%,
      rgba(108, 64, 116, 0.3) 70.55%,
      rgba(26, 50, 120, 0.3) 97.04%);
}

.tourpackege-sec .swiper-pagination {
  bottom: 0;
}

.tourpackege-sec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.tourpackege-sec span.swiper-pagination-bullet {
  background-color: #a1a1a1 !important;
  opacity: 1;
}

.using-for-dubbl-slider .swiper-pagination {
  bottom: 0 !important;
}

/* .using-for-dubbl-slider .swiper-wrapper {
  padding-bottom: 50px;
} */

.using-for-dubbl-slider .slider-card .swiper-wrapper {
  padding-bottom: 0px;
}

.tourpackege-sec .btm-sec {
  text-align: center;
  margin-top: 30px;
}

.srilanka-tourpackege-sec .swiper-pagination {
  bottom: 0;
}

.srilanka-tourpackege-sec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #05164d !important;
}

.srilanka-tourpackege-sec span.swiper-pagination-bullet {
  background-color: #a1a1a1 !important;
  opacity: 1;
}

.honeymoon-tour-sec>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.honeymoon-tour-sec {
  position: relative;
}

/* .honeymoon-tour-sec .content-box {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding-bottom: 25%;
} */

.honeymoon-tour-sec .content-box {
  z-index: 3;
  max-width: 800px;

  position: relative;
  height: 60vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.honeymoon-tour-sec::before {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 300px;
  z-index: 1;
  width: 100%;
  background: #ffffff;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
}

.honeymoon-tour-sec .content-box h2 {
  color: #fff;
}

.honeymoon-tour-sec .content-box h5 {
  color: #fff;
}

.honeymoon-tour-sec .content-box button {
  max-width: 170px;
  margin-top: 15px !important;
}

.luxury-tour .sngl-box {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}

.luxury-tour .sngl-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxury-tour .top-slider {
  margin-bottom: 30px;
}

.luxury-tour {
  position: relative;
}

.luxury-tour .content-box {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}

.luxury-tour .sngl-box-content {
  background-color: #305cde;
  width: 100%;
  max-width: 530px;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 0 27px #000000b0;
}

.luxury-tour .sngl-box-content h4 {
  color: #fff;
  margin-bottom: 15px !important;
  font-size: 40px;
}

.luxury-tour .sngl-box-content p {
  color: #fff;
  font-size: 16px;
}

.luxury-tour .btn.orange-btn:hover {
  background-color: #000;
}

.discover-india {
  position: relative;
}

.discover-india>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.discover-india .content-box {
  position: relative;
  z-index: 1;
}

.discover-india .common-header-center h2,
.discover-india .common-header-center p {
  color: #fff;
}

.discover-india .sngl-box {
  border-radius: 30px;
  background-color: #305cde;
  height: 100%;
}

.discover-india .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.discover-india .image-box {
  position: relative;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  padding-bottom: 100%;
}

.discover-india .content-box-wraper {
  padding: 20px;
  text-align: center;
}

.discover-india .content-box-wraper h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px !important;
  font-size: 20px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.discover-india .content-box-wraper p {
  color: #fff;
  margin-bottom: 10px !important;
}

.discover-india .content-box-wraper a {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #fff;
}

.discover-india .content-box-wraper a img {
  filter: brightness(0) invert(1);
}

.discover-india:before {
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -1px;
}

.top-services .sngl-box {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.top-services .sngl-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-services .content-box-wraper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  justify-content: space-between;
  align-items: flex-end;
  background: #ffffff;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.9) 14%,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0) 100%);
}

.top-services .content-box-wraper h5 {
  margin: 0 !important;
  color: #05164d;
  font-weight: 600;
  font-size: 17px !important;
  padding-bottom: 8px !important;
}

/* .top-services .content-box-wraper a {
  width: 35px;
  height: 35px;
  background-color: #05164d;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.top-services .content-box-wraper .img-inc {
  width: 35px;
  height: 35px;
  background-color: #05164d;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-rate .sngl-box {
  border: 1px solid #9b99a3;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.customer-rate .content-box p {
  margin-bottom: 10px;
}

.customer-rate .author h5 {
  font-weight: 600;
  color: #05164d;
  margin-bottom: 5px !important;
  font-size: 1rem !important;
}

.customer-rate .btm-button {
  text-align: center;
  margin-top: 30px;
}

.why-choose-sec .sngl-box {
  text-align: center;
}

.why-choose-sec .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-choose-sec .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.why-choose-sec .sngl-box h5 {
  margin-bottom: 5px !important;
  color: #fff;
  font-weight: 600;
}

.why-choose-sec .sngl-box p {
  color: #fff;
  margin-bottom: 0 !important;
}

.why-choose-sec .common-header-center h2 {
  color: #000;
}

.about-sec .left-box h2 {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px !important;
}

.about-sec p {
  margin-bottom: 0 !important;
}

/* .about-sec .container,
.why-choose-sec .container {
  max-width: 1100px !important;
} */

/*Media Query css*/

@media only screen and (min-width: 1700px) {
  .container {
    max-width: 1440px !important;
  }
}

@media only screen and (max-width: 1199px) {
  header .main-menu .nav-links li:hover .arrow {
    transform: rotate(0deg);
  }

  .top-sec {
    display: none;
  }

  .btn.blue-btn {
    padding: 9px 14px !important;
  }

  .btn.orange-btn {
    padding: 9px 14px;
  }

  .btn img {
    width: 15px;
  }

  .tourCard .tour-wrapper {
    border-bottom: none !important;
  }

  .tour-info {
    border-right: none !important;
  }

  header .main-menu .hamburger {
    display: flex;
    position: absolute;
    right: 10px;
    top: -35px;
    background: transparent;
  }

  header {
    padding: 12px 0;
    position: sticky;
    top: 0;

    background-color: #ffffff;

    z-index: 100;
  }

  .mg-menu-wrap.show {
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
  }

  header .main-menu .nav-links {
    position: absolute;
    top: 2%;
    left: 0;
    background: #fff;
    width: 100%;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    display: none;
    transition: all 0.3s ease;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f7eded; */
    border-radius: 8px;
    box-shadow: none;
    align-items: flex-start;
  }

  header .main-menu .nav-links.show {
    display: flex;
  }

  header .main-menu .has-dropdown ul {
    position: static;
    box-shadow: none;

    display: none;
  }

  header .main-menu .has-dropdown ul li a {
    /* padding: 8px 0px; */
    color: #000 !important;
  }

  header .main-menu .has-dropdown:hover ul {
    display: block;
    background: #f5f4f4;
    border: 0px !important;
  }
}

.lifecholan-wrapper {
  background: url(/images/bg-bg.svg) no-repeat;
  background-position: top center;
}

/* .listing-inner-wrapper {
  background: url(/images/bg-listing.svg) no-repeat;
  background-position: top center;
} */

/* .details-wrapper {
    padding-bottom: 70px;
} */

/* .tourCard {

    border-radius: 12px;
    position: relative;
    background: linear-gradient(to right, #05164D, #ef6d27);
    z-index: 0;
}

.tourCard::before {
    content: "";
    position: absolute;
    inset: .9px;

    border-radius: 11px;

    background: #fff;
    z-index: -1;
} */

.tourCard {
  background: linear-gradient(#fff, #fff) padding-box padding-box,
    linear-gradient(90deg, #05164d 29.36%, #ffac46 70.36%, #ffcc32) border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  padding: 20px;
}

.tourCard .tour-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.tourCard img {
  border-radius: 20px;
}

.left-banner img {
  height: 100% !important;
  max-height: 398px !important;
}

.right-banner img {
  height: 192px !important;
  max-height: 192px !important;
}

.c-sec {
  background: linear-gradient(#ef6d27, #ef6d27) padding-box padding-box,
    linear-gradient(90deg, #05164d 29.36%, #ffac46 70.36%, #ffcc32) border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  overflow: hidden;
}

.city-section.c-sec {
  background: linear-gradient(#05164d, #05164d) padding-box padding-box,
    linear-gradient(90deg, #05164d 29.36%, #ffac46 70.36%, #ffcc32) border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  overflow: hidden;
}

.c-sec li a:hover {
  color: #05164d !important;
  transition: color 0.3s ease;
}

/* .c-sec {


  z-index: 0;
  background: linear-gradient(to right, #05164D, #ef6d27);
  padding: 1px;
  border-radius: 12px;
  position: relative;
}

.c-sec:before {
  content: "";
  z-index: -1;
  background: #ef6d27;
  border-radius: 10px;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
} */

.sidebar-listing .list-unstyled {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sidebar-listing .list-unstyled li {
  color: #000;
  font-size: 16px;
  list-style: circle;
  margin-left: 18px;
}

.sidebar-listing .list-unstyled li.hover-link:hover {
  color: rgb(23, 154, 226) !important;
}

.city-section.c-sec:before {
  content: "";
  z-index: -1;
  background: #05164d;
}

.destinationSection,
.theme-section {
  background-color: #ef6d27;
}

.icon {
  font-size: 1.5rem;
}

.banner {
  position: relative;
  width: 100%;
  height: 350px;
  /* Adjust height as needed */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.banner-content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 20px;
}

.banner-title {
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease-in-out;
  margin-bottom: 0;
}

.banner-subtitle {
  color: white;
  font-size: 1.25rem;
  font-weight: normal;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease-in-out;
}

.banner:hover .banner-overlay {
  opacity: 0.9;
}

.banner:hover .banner-title,
.banner:hover .banner-subtitle {
  transform: translateY(-5px);
}

.tourCard .tour-wrapper {
  border-bottom: 2px dashed #ccc;
  flex-wrap: wrap;
  display: flex;
}

.tourCard .tour-wrapper .tour-info {
  border-right: 2px dashed #ccc;
}

.text-expansion {
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 1;
}

.text-expansion.line-clamp-2 {
  /* opacity: 0.8; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
}

.line-clamp-why-cc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  overflow: hidden;
  padding-right: 20px;
}

.ellipsis {
  display: inline;
  font-size: 1.2rem;
  color: #575757;
  vertical-align: baseline;
}

.btn-link:hover .arrow-icon {
  transform: translateX(4px) scale(1.2);
}

.arrow-icon {
  transition: transform 0.3s ease-in-out;
}

.arrow-icon.rotate {
  transform: rotate(180deg) scale(1.2);
}

.faq-container {
  border-radius: 8px;
  overflow: hidden;

  transition: transform 0.3s ease-in-out;
}

.faq-wrap {
  position: relative;
}

.faq-wrap::before {
  content: "";
  border-left: 1.4px dashed #ff991b;
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  left: 21px;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  width: 10px;
}

/* .faq-answer::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
} */

.faq-container:hover {
  transform: translateY(-5px);
}

.faq-header {
  font-size: 1.2rem;
  font-weight: 600;
}

.faq-accordion {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  border: 1px solid #ef6d27;
  border-radius: 8px;
}

.faq-question {
  background-color: #f3f3f3;
  border-radius: 8px;

  padding: 1rem;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  position: relative;

  color: #0d0d0c;
  font-weight: 500;
  transition: background-color 0.3s ease;
  /* position: relative; */
}

.faq-question.active {
  background-color: #fff5f0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 5px;
}

.faq-answer.open {
  background-color: #fff5f0;
}

.faq-arrow {
  /* width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ef6d27; */
  background: url(/arrow-down.svg) no-repeat;
  width: 26px;
  height: 14px;
  background-size: contain;
  top: 2px;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0px;
}

.faq-question.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  background-color: #fffaf5;
  border-radius: 8px;

  font-size: 0.95rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding-top: 0 !important;
  color: #212529 !important;
  font-weight: 400 !important;
  font-weight: normal;
  padding-left: 45px !important;
}

.faq-answer.open {
  max-height: 350px;
  overflow-y: auto;
  padding: 1rem;
}

.faq-question .me-2,
.faq-answer .me-2 {
  color: #ff6200;

  font-weight: bold;
}

.page-item {
  margin: 0 0.25rem;
}

.page-item .page-link {
  display: inline-block;

  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
  text-decoration: none;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item .page-link:hover,
.page-item .page-link:focus {
  color: #05164d;
  background-color: #f1f3f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-item.active .page-link {
  color: #fff;
  background-color: #05164d;
  border-color: #05164d;
}

.page-item.disabled .page-link {
  color: #adb5bd;
  background-color: transparent;
  cursor: not-allowed;
  pointer-events: none;
}

.page-link {
  border: none;
  outline: none;
}

.page-item:not(.active):not(.disabled) .page-link {
  border: 1px solid #dee2e6;
}

.page-item:not(.active):not(.disabled) .page-link:hover {
  border-color: #05164d;
  color: #05164d;
}

.swiper-pagination-bullets {
  display: none;
}

.left-box .swiper-pagination-bullets {
  display: block;
}

@keyframes hoverEffect {
  0% {
    transform: scale(1);
    filter: brightness(100%);
  }

  50% {
    transform: scale(1.05);
    filter: brightness(110%);
  }

  100% {
    transform: scale(1.03);
    filter: brightness(105%);
  }
}

.custom-hover:hover {
  animation: hoverEffect 0.4s ease-in-out forwards;
}

.custom-hover:not(:hover) {
  animation: none;
  transform: scale(1);
  filter: brightness(100%);
}

@keyframes smoothHover {
  0% {
    transform: scale(1);
    filter: brightness(100%);
  }

  100% {
    transform: scale(1.03);
    filter: brightness(90%);
  }
}

.custom-hover {
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
  /* cursor: pointer; */
}

.custom-hover:hover {
  animation: smoothHover 0.5s ease-in-out forwards;
}

.custom-hover:not(:hover) {
  transform: scale(1);
  filter: brightness(100%);
}

.overlay {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.group:hover .overlay {
  opacity: 0.15;
}

.details-wrapper .faq-toggle {
  font-size: 20px;
  color: #ef6d27;
  position: absolute;
  right: 16px;
}

.yarl__container {
  background-color: #000000d6 !important;
}

.form-floating .form-control {
  padding-right: 2.5rem;
}

.calendar-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.flatpickr-monthDropdown-months {
  z-index: 9999 !important;
}

.flatpickr-current-month {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  padding: 7px !important;
}

span.flatpickr-weekday {
  color: #fff !important;
}

/* Loader */
.loader {
  width: 40px;
  height: 40px;
  --c: no-repeat linear-gradient(orange 0 0);
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 21px 21px;
  animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@keyframes l5 {
  0% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }

  33% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    width: 60px;
    height: 60px;
  }

  66% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
    width: 60px;
    height: 60px;
  }

  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
  }
}

/* Full-page white loader wrapper */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  /* White background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* Always on top */
  overflow: hidden;
}

.tour-content .tour-title span {
  font-size: 20px;
  color: #05164d;
}

.tour-details span {
  font-size: 16px;
  color: #575757;
}

.train-title span {
  font-size: 20px;
  color: #05164d;
}

.train-details span {
  color: #575757;
}

/* .amenities {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #FF991B, #05164D) 1 0 1 0;
    padding: 0 30px;
    margin: 1.5rem 0 1.1rem;
} */

.amenities ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0d0d0c;
  font-size: 16px;
}

.bg-success-bg {
  background: #eafaea;
}

.bg-danger-bg {
  background: #fbebeb;
}

.nav-pills .nav-link {
  border-radius: 30px !important;
  background: linear-gradient(#fff, #fff) padding-box padding-box,
    linear-gradient(90deg, #05164d 29.36%, #ffac46 70.36%, #ffcc32) border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #000;

  text-align: center;
  outline: none;
  font-size: 15px;
}

.nav-pills .nav-link:hover {
  background: #05164d !important;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
  cursor: pointer;
  transition: width 0.3s ease;
}

.nav-pills .nav-link.active {
  background: #05164d !important;
  transition: width 0.3s ease;
}

.deals-packages {
  background: url(/images/deals-bg.svg) no-repeat;
  background-size: cover;
  width: 100%;
}

.faqs h2 {
  text-align: center !important;
}

.train-listing-wraper {
  /* background: url(/images/bg-train-sec.svg) no-repeat;
  background-size: cover; */
  width: 100%;
}

.train-journey-wrap {
  background: url(/images/journey-overview-bg.svg) no-repeat;
  background-size: contain;
  width: 100%;
}

.routes ul {
  flex-wrap: wrap;
  gap: 15px;
  padding-left: 4px;
  display: flex;
  margin: 20px 0px 0px;
}

.routes ul li {
  color: #000;
  position: relative;
  padding-left: 10px;
  font-size: 15px;
  list-style: none;
  text-transform: capitalize;
}

.routes ul li::before {
  content: "";
  background-color: #facc15;
  border-radius: 9999px;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;

  transform: translate(-50%, -50%);
}

.heritage-card img {
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.goog-te-gadget {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
}

.goog-te-combo {
  outline: none !important;
}

.goog-te-gadget select {
  border: 1px solid #ccc;
  padding: 7px 10px;
  border-radius: 20px;
}

.gap-50 {
  gap: 50px;
}

.svg-iconcard {
  filter: brightness(0) saturate(100%);
}

.gap-50 {
  gap: 50px;
}

.goog-te-gadget {
  font-size: 0 !important;
}

.goog-te-gadget span {
  display: none;
}

.exp-row span {
  font-size: 14px;
}

.modal {
  z-index: 1055 !important;
  /* Or a higher value if needed */
}

.modal-backdrop {
  z-index: 1050 !important;
  /* Or a slightly lower value than the modal */
}



.train-detail-wrapper .inc-exc {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.breadcrumb.nomargin ul {
  margin-bottom: 0px !important;
}

/* .center-faqs h3 {
  text-align: center !important;
} */

.why-c-box {
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box padding-box,
    linear-gradient(90deg,
      rgb(48, 92, 222) 29.36%,
      rgb(255, 172, 70) 70.36%,
      rgb(255, 204, 50)) border-box border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 10px;
  /* min-height: 305px; */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 600;
}

.why-c-box ul li {
  list-style: none;
  border-bottom: 1px solid #f2ecec;
  padding-bottom: 10px;
  position: relative;
}

/* .why-c-box ul li:last-child {
  border: 0px;
  padding-bottom: 0px;
} */

.why-c-box ul:last-child li:first-child {
  margin-top: 0.5rem !important;
}

.why-c-box ul:last-child li:last-child {
  border: 0px;
  padding-bottom: 0px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.bg-banner {
  background: url(/images/bg-banner.webp) no-repeat;
  background-size: contain;
}

.route-card {
  background: linear-gradient(#fff, #fff) padding-box padding-box,
    linear-gradient(90deg, #05164d 29.36%, #ffac46 70.36%, #ffcc32) border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 10px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.route-card p {
  color: #000;
  font-size: 13px !important;
  margin: 0px !important;
}

.route-card a {
  color: #305cde;
  font-size: 13px !important;
  margin: 0px !important;
}

.rent-car-list-route,
.vis-mis {
  background: url(/images/bg-gre.svg) no-repeat;
  background-position: top center;
}

@media (max-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

@media (min-width: 768px) {
  .end-martop {
    position: relative;
    margin-top: -400px;
    z-index: 9;
  }
}

.invalid-feedback {
  font-size: 12px !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}

.btn-close {
  position: absolute;
  right: -45px !important;
  outline: 0 !important;
  background-color: #fff !important;
  color: #fff !important;
  padding: 10px !important;
  border: 0px !important;
  opacity: 1 !important;
}

.modal-left-bg {
  background-image: url("/images/india.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.car-modal-left-bg {
  background-image: url("/images/car-rent.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hotel-modal-left-bg {
  background-image: url("/images/hotel-rent.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-content-left {
  position: absolute;
  z-index: 99;
  height: 100%;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.floating-button {
  position: fixed;
  top: 50%;
  right: 10px;

  background-color: #f26c21;
  color: white;
  padding: 20px 12px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  transform: translateY(-50%) rotate(180deg);

  transition: background-color 0.3s;
  z-index: 99;
  border: 0px;
}

.floating-button:hover {
  background-color: #d65c1c;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

/* Timeline vertical line - default grey dotted 1px */
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 3%;
  bottom: 0;
  width: 1px;
  border-left: 1px dotted #ccc;
  transform: translateX(-50%);
  z-index: 0;
  transition: border-color 0.3s ease;
}

/* On scroll: line becomes orange dotted */
.timeline.line-active::before {
  border-color: #ef6d27;
}

/* Timeline item container */
.timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 20px 0;
  opacity: 0.5;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Dot */
.timeline-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: white;
  border: 2px solid #ccc;
  border-radius: 50%;
  z-index: 2;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

/* Year text above dot */
.timeline-year {
  position: absolute;
  left: 50%;
  top: calc(50% - 60px);
  transform: translateX(-50%);
  font-weight: 600;
  background: white;

  border-radius: 20px;
  font-size: 25px;
  color: #ccc;
  z-index: 3;
  transition: color 0.3s ease;
}

/* First item dot & year orange by default */
.timeline-item.active .timeline-dot {
  border-color: #ef6d27;
  background-color: #ef6d27;
}

.timeline-item.active .timeline-year {
  color: #ef6d27;
}

/* Animate visible timeline items */
.timeline-item.animate {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item.animate .timeline-dot {
  border-color: #ef6d27;
  background-color: #ef6d27;
}

.timeline-item.animate .timeline-year {
  color: #ef6d27;
}

/* Boxes */
.timeline-box {
  width: 35%;

  z-index: 1;
}

.timeline-box.image-box {
  background: none;
  box-shadow: none;
  padding: 0;
}

/* Left and right ordering */
.timeline-item.left .content-box {
  order: 1;
}

.timeline-item.left .image-box {
  order: 2;
}

.timeline-item.right .content-box {
  order: 2;
}

.timeline-item.right .image-box {
  order: 1;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-dot {
    left: 20px;
  }

  .timeline-year {
    left: 20px;
    transform: translateX(0);
    font-size: 14px;
  }
}

/* General Navbar Styles */
.custom-navbar {
  position: relative;
  z-index: 1000;
}

/* .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
} */

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #007bff;
}

.arrow {
  font-size: 0.8em;
  margin-left: 5px;
}

/* Hamburger Menu */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hamburger span {
  width: 100%;
  height: 3px;
  background: #333;
  transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Mega Menu Styles */
.mega-menu {
  position: fixed;
  top: 89px;
  /* Adjust based on navbar height */
  left: 0;
  width: 100vw;
  background: transparent;

  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.mega-menu .container {
  background-color: #fff;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  border: 1px solid #f2eaea;
  border-radius: 8px;
}

.mega-menu-tabs {
  /* background-color: #efefef; */
  border-radius: 8px 0 0 8px;
  padding: 10px 0px;
}

.mega-menu-tabs .tab-button:last-child {
  border-bottom: 0px;
}

.menu-columns {
  background: #f3f7ff;
}

.mega-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mega-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
}

.mega-menu-tabs {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tab-button {
  padding: 7px 15px;

  border: none;
  text-align: left;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  border-radius: 4px;
  background: #fff;

  /* background: #ebf2fb url(/images/blue-arrow.png);
  background-repeat: no-repeat;
  background-position: 95%; */
  border-bottom: 1px solid #f0e7e7;
}

.tab-button.active,
.tab-button:hover {
  color: #fff;
  border-radius: 4px;
  background: #05164d url(/images/button-arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 14px;
}

.menu-columns .row {
  display: flex;
  flex-wrap: wrap;
}

.menu-promo {
  border-left: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-column h4 {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 0px;
  font-size: 13px;
  text-transform: capitalize;
}

.menu-column h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;

  height: 1px;
  background-color: #000;
}

.menu-column ul {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 10px;
}

.menu-column a {
  color: #555;
  text-decoration: none;
  font-size: 13px !important;
  padding: 0 !important;
  font-weight: 400;
}

.menu-column a:hover {
  color: #007bff;
}

.promo-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.menu-promo h5 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  white-space: pre-wrap;
  word-break: break-all;
}

.menu-promo p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0px;
}

.btn.btn-primary:hover {
  background: #0056b3;
}

/* Dropdown Menu */
.main-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  min-width: 200px;
}

.main-menu .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.main-menu .dropdown-menu li {
  padding: 0;
}

.main-menu .dropdown-menu a {
  padding: 10px 20px;
  display: block;
  color: #333;
  text-decoration: none;
}

.main-menu li>a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #333 !important;

  text-decoration: none;
  transition: color 0.3s ease;
}

.main-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: rgb(239, 109, 39);
  /* your border color */
  transition: width 0.4s ease;
}

.main-menu li a:hover::after {
  width: 100%;
}

header .main-menu .has-dropdown ul {
  max-height: 78vh;
  overflow-x: hidden;
  overflow-y: auto;
}

header .main-menu .has-dropdown ul li {
  position: relative;
  overflow: hidden;
  z-index: 1;

  transition: color 0.3s ease;
  border-top: 1px solid #f7ebeb;
}

header .main-menu .has-dropdown ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
}

header .main-menu .has-dropdown ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  /* start from right */
  width: 0%;
  height: 100%;
  background-color: #d8d7e4;
  z-index: -1;
  transition: width 0.4s ease;
}

header .main-menu .has-dropdown ul li:hover::before {
  width: 100%;
  /* animate to full width from right */
}

header .main-menu .has-dropdown ul li:hover {
  color: #fff;
  /* optional: change text color */
}

/* header .main-menu .nav-links li>a::after {
  bottom: 4px;
} */

.dropdown-menu li a:hover::after {
  width: 0%;
}

/* Responsive Styles */
@media (max-width: 1180px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links li {
    width: 100%;
    /* border-bottom: 1px solid #faeeee; */
  }

  .nav-links li:last-child {
    border-bottom: 0px;
  }

  .nav-links a {
    padding: 10px 15px;
  }

  .mega-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    transform: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }

  .mega-menu.show {
    visibility: visible;
    opacity: 1;
    height: auto;
    /* padding: 15px 0px; */
  }

  .mega-menu-inner {
    padding: 0;
  }

  .tab-button {
    flex: 1 1 50%;
    text-align: center;
  }

  /* .menu-column {
    margin-bottom: 20px;
  } */

  .menu-promo {
    text-align: center;
  }

  .promo-image {
    max-width: 100%;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    transform: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }

  .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}

@media screen and (min-width: 1200px) {

  /* Slide-up Animation */
  .slide-up {
    animation: slideUp 0.3s ease;
  }

  @keyframes slideUp {
    from {
      transform: translateY(10px);
      opacity: 0;
    }

    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}

/* 
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.menu-overlay.show {
  display: block;
  opacity: 1;
} */

/* #scrolled .mega-menu {
  top: 0px !important;
} */

@media screen and (max-width: 767px) {
  .mega-menu-tabs {
    flex-direction: row;
    flex-wrap: no-wrap;
    padding-right: 0;
    /* margin-bottom: 15px; */
    gap: 4px;
  }

  .btn-close {
    right: 0 !important;
    z-index: 99;
  }

  /* .menu-column {
    padding: 10px;
    background: #f5f4f4;
  } */

  .mega-menu-tabs .tab-button {
    padding: 6px 4px;
    font-size: 10px;

    text-align: center !important;
  }

  .menu-column ul {
    /* flex-direction: row; */
    gap: 8px;
  }

  .menu-column ul li {
    border: 0px;
  }
}

/* breadcrumb.css */

.breadcrumb-nav {
  display: block;
  width: 100%;
  overflow-x: auto;
  /* Enable horizontal scroll */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on iOS */
  scrollbar-width: none;
  /* Firefox */
}

.breadcrumb-nav::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Webkit browsers */
}

.breadcrumb-list {
  display: inline-flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0rem;
  /* gap: 0.5rem; */
  white-space: nowrap;
  /* Prevent line wrap */
  min-width: max-content;
  /* Allow horizontal scrolling */
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.breadcrumb-icon {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  color: #9ca3af;
}

.breadcrumb-link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
}

.breadcrumb-link:hover {
  color: #2563eb;
}

.breadcrumb-current {
  /* margin-left: 0.25rem; */
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Custom animations */
@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.animate-bounce {
  animation: bounce 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.animate-pulse {
  animation: pulse 1.5s infinite;
}

.color-blue {
  color: #305cde !important;
  /* Bootstrap primary color */
}

.vh-100 {
  height: 100vh;
}

.errorr {
  width: 100%;
  height: auto;
  margin: 40px auto;
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
}

.dracula {
  width: 230px;
  height: 230px;
  display: inline-block;
  margin: auto;
}

.errorr .p {
  color: #05164d;
  height: 100%;
  margin: 50px;
  display: inline-block;
  font-size: 200px !important;
  font-weight: bold;
}

.custom-404 {
  overflow-x: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
}

.con {
  width: 500px;
  height: 500px;
  position: relative;
  margin: 9% auto 0;
  animation: ani9 0.7s ease-in-out infinite alternate;
}

@keyframes ani9 {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(30px);
  }
}

.con>* {
  position: absolute;
  top: 0;
  left: 0;
}

.hair {
  top: -20px;
  width: 210px;
  height: 200px;
  background: #c0d7dd;
  border-radius: 0 50% 0 50%;
  transform: rotate(45deg);
  background: #33265c;
}

.hair-r {
  left: 20px;
  width: 210px;
  height: 200px;
  background: #c0d7dd;
  border-radius: 0 50% 0 50%;
  transform: rotate(45deg);
  background: #33265c;
}

.head {
  width: 200px;
  height: 200px;
  background: #c0d7dd;
  border-radius: 0 50% 0 50%;
  transform: rotate(45deg);
}

.eye {
  width: 20px;
  height: 20px;
  background: #111113;
  border-radius: 50%;
  top: 15%;
  left: 11.5%;
  transition: 0.3s linear;
}

.eye-r {
  left: 24%;
}

.mouth {
  width: 60px;
  height: 20px;
  background: #f26c21;
  top: 20%;
  left: 14%;
  border-radius: 50% / 0 0 100% 100%;
}

.mouth::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 13px solid #ffffff;
  left: 10px;
}

.mouth::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 13px solid #ffffff;
  left: 40px;
}

.blod {
  width: 8px;
  height: 20px;
  background: #f26c21;
  top: 23%;
  left: 17%;
  border-radius: 20px;
}

.blod::after {
  width: 2px;
  height: 10px;
  background: #fff;
  top: 20%;
  left: 10%;
  border-radius: 20px;
}

.blod2 {
  top: 23%;
  left: 20%;
  width: 13px;
  height: 13px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(130deg);
  animation: blod 2s linear infinite;
  opacity: 0;
}

@keyframes blod {
  0% {
    opacity: 1;
  }

  100% {
    background: #f26c21;
    opacity: 0;
    top: 50%;
  }
}

/* page-ms */
.page-ms {
  transform: translateY(-50px);
}

.errorr p.page-msg {
  text-align: center;
  color: #05164d;
  margin-bottom: 20px;

  font-size: 40px !important;
  font-weight: bold;
}

button.go-back {
  font-size: 30px;
  font-family: "Combo", cursive;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s linear;
  z-index: 9;
  border-radius: 10px;
  background: #c0d7dd;
  color: #33265c;
  box-shadow: 0 0 10px 0 #c0d7dd;
  margin-top: 20px;
}

.breadcrumb-nav {
  margin-bottom: 15px;
}

.menu-column h4.no-line {
  border-bottom: none !important;
}

.menu-column h4.no-line::after {
  display: none !important;
}

.menu-column h4.no-line::before {
  display: none;
}

.dot-r {
  margin-top: -3px;
}

.car-fleet-listitems {
  min-height: 144px;
}

@media (max-width: 680px) {
  /* header .container {padding: 0px !important;} */

  header {
    padding-top: 5px;
  }

  .car-fleet-listitems {
    min-height: auto;
  }

  .banner {
    align-items: flex-end;
  }

  .timeline-item.animate .timeline-year {
    color: #ef6d27;
    border: 1px solid #ccc;
  }

  .showing-count div {
    flex-direction: column;
    gap: 0 !important;
  }

  .banner-title {
    font-size: calc(1.325rem + 0.9vw) !important;
    text-align: center;
  }

  .banner-subtitle {
    font-size: 1rem;
    text-align: center;
  }

  .mg-menu-wrap.show {
    margin-top: 0px;
  }

  .faq-question img {
    margin-top: 2px;
  }

  .tour-wrapper .btn.blue-btn {
    padding: 9px 12px !important;
    gap: 5px;
    font-size: 13px !important;
    min-height: 42px;
  }

  .tour-wrapper .btn.orange-btn {
    padding: 9px 12px !important;
    gap: 5px;
    font-size: 13px !important;
    min-height: 42px;
  }

  .menu-column h4 {
    margin-bottom: 10px;

    font-size: 13px;
  }

  .mega-menu-tabs {
    background-color: transparent;

    padding: 0px;
  }

  .menu-columns {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  header .main-menu .nav-links li>a {
    padding: 5px 0px;
  }

  .nav-links>li {
    border-bottom: 1px solid #faf0f0;
  }

  .mega-menu .container {
    border: none;
    box-shadow: none;
    padding: 0px !important;
  }

  .mega-menu .h-54 {
    height: 85px !important;
  }

  .menu-columns.py-3 {
    padding: 0px 10px !important;
    background: #fff;
    margin: 0px !important;
  }

  .mega-menu-tabs {
    border-radius: 0;
  }

  .mega-menu h6 {
    margin: 0px;
    font-size: 14px;
  }

  /* .nav.nav-pills {
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overflow-x: auto;
  }

  .nav-pills .nav-link {
    white-space: nowrap;
  } */

  .side-sticky-form {
    min-height: auto;
  }

  .details-wrapper .faq-toggle {
    font-size: 22px;

    top: 10px;
  }

  .dot-r {
    margin-top: -2px;
  }

  .nav-pills .nav-link {
    width: 100%;
  }

  header .main-menu .nav-links.show {
    padding: 0 10px;
    gap: 0;
  }

  .faq-arrow {
    top: 2px;
  }

  .route-card {
    gap: 10px;
    justify-content: flex-start;
  }

  .faq-question {
    font-size: 0.9rem;
  }

  .content-box-wraper-content {
    min-height: auto !important;
  }

  footer .footer-tabs button:not(:last-child) {
    border-right: 0px;
    border-bottom: 1px solid #162d77;
    text-align: left;
  }

  footer .footer-tabs button {
    text-align: left;
  }

  footer .logo-box {
    margin-bottom: 0px;
    justify-content: flex-start;
  }

  .common-header-inline h2 {
    text-align: center;
  }

  .about-sec .right-box {
    margin-top: 15px;
  }

  .menu-promo {
    padding-top: 0px;
    text-align: left;
    display: none;
  }
}

@media (min-width: 577px) and (max-width: 1023px) {
  .footer-tabs button {
    min-width: 80px;
  }

  .slider-card {

    max-width: 412px;
  }

  .banner-content-left p {
    display: none;
  }

  .menu-promo {
    display: flex;
    flex-direction: column;
    border: 0px;
  }

  .mega-menu-tabs {
    flex-direction: row;
    gap: 2px;
    display: flex;
    padding: 0;
  }
}

@media (min-width: 1023px) {
  header .main-menu .hamburger {
    top: 20px;
  }

  header .main-menu .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }


  .menu-columns.world {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .es-header-container {
    margin-top: -70px !important;
  }

  .mg-menu-wrap {
    padding: 0px !important;
  }

  .mg-menu-wrap.show {
    height: 100%;
    overflow: visible;
  }

  .tourCard .btn {
    min-width: 170px;
    min-height: 44px;
  }

  /* .train-card-short-desc {
    min-height: 90px;
    margin-top: 15px;
  } */

  .page-not-found {
    overflow: hidden !important;
  }
}

input::placeholder {
  font-size: 0.82em !important;
  color: #888 !important;
  opacity: 0.8;
}

textarea::placeholder {
  font-size: 0.82em !important;
  color: #888 !important;
  opacity: 0.8;
}

.tourCard select,
.modal select {
  font-size: .72em !important;
  height: 35px;

  /* color: #888 !important; */
  border: 1px solid #c3cad4 !important;
  box-shadow: none !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  color: #fff !important;
  border: 0px !important;
}

/* Better Tooltip Design */
.tooltip {
  opacity: 1 !important;
}

.tooltip-inner {
  background-color: #05164d !important;
  /* Blue tone */
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 6px;
  max-width: 240px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #05164d !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #05164d !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #05164d !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #05164d !important;
}

.tour-short-details {
  margin-bottom: 10px;
}

.train-card-short-descc p {
  margin-bottom: 0 !important;
}

.main-menu li .menu-promo a:after {
  display: none;
}

.tour-short-details {
  margin-bottom: 10px;
}

/* .train-card-short-descc p {
  margin-bottom: 0 !important;
  min-height: 89px;
} */

.tourCard.heritage-card {
  box-shadow: none;
}

.react-tel-input .flag-dropdown {
  border: 0px !important;
  background: transparent !important;
}

.react-tel-input .flag-dropdown.open .selected-flag {
  background: transparent !important;
}

/* .form-control.date-input.is-invalid {
  background-image: none !important;
} */

.is-invalid+.calendar-icon {
  top: 30% !important;
  right: 8px !important;
  width: 15px;
}

.is-invalid+img {
  top: 30% !important;
  right: 8px !important;
  width: 15px;
}

.is-invalid+.calendar-icon {
  top: 22% !important;
}

.flatpickr-input+img {
  width: 15px;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
}

.calendar-icon img {
  width: 16px !important;
  height: 16px !important;
  margin-right: 3px;
}

/* .form-control.is-invalid {
  background: url(/images/info.svg) no-repeat !important;
  background-position: right 10px center !important;
  background-size: 12px 12px !important;
} */

.react-tel-input .selected-flag:hover,
.react-tel-input .selected-flag:focus {
  background-color: transparent !important;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp p {
  margin-bottom: 0px !important;
}

.yarl__navigation_next,
.yarl__navigation_prev {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0px;
}

.yarl__navigation_next svg g,
.yarl__navigation_prev svg g {
  fill: #000 !important;
}

.line-clamp p {
  margin-bottom: 0px !important;
}

.yarl__navigation_next,
.yarl__navigation_prev {
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  padding: 0px !important;
}

.pa-10 {
  padding: 10px;
}

.pa-10+span.arrow {
  align-items: center;
  display: flex;
  height: 42px;
  padding-top: 4px;
}

@media (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
  }

  .timeline-item.right {
    flex-direction: column;
  }

  .timeline-item.left {
    flex-direction: column-reverse;
  }

  .timeline-year {
    left: 0px;
    transform: none;
    left: 0;
  }

  .timeline-dot {
    left: 9px;
    transform: none;
  }

  .timeline-box {
    width: 100%;
  }

  .timeline-box.image-box {
    order: -1;
  }
}

@media (max-width: 576px) {
  .timeline-year {
    font-size: 0.8rem;
    padding: 4px 8px;
  }

  .timeline-box {
    padding: 10px;
  }

  h2 {
    font-size: 1.5rem;
  }

  .timeline-box h4 {
    font-size: 1rem;
  }

  .timeline-box p {
    font-size: 0.875rem;
  }
}

/* Make thumbnails smaller */
.yarl__thumbnails_thumbnail {
  border: 0px !important;
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
}

.yarl__thumbnails_thumbnail img {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 0 !important;
}

.yarl__thumbnails_thumbnail img:hover {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  /* IE 9 */
  -moz-transform: scale(1.5);
  /* Firefox */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
}

.yarl__thumbnails_thumbnail_active {
  transform: scale(1.2);
}

.yarl__slide {
  display: flex;
  flex-direction: column;
}

.yarl__thumbnails_container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.yarl__slide_image {
  width: 600px !important;
  height: 400px !important;
}

.line-clamp-hotel,
.line-clamp-train {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.refund-section p {
  margin-bottom: 0px !important;
}

.right-banner.gap-2 {
  gap: 0.7rem !important;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

.rotate-180 {
  transform: rotate(180deg);
}

.yarl__navigation_prev {
  left: 10px !important;
}

.yarl__navigation_next {
  right: 10px !important;
}

.light-slide-img img {
  max-width: 800px !important;
}

@media (min-width: 1500px) {
  .light-slide-img img {
    height: auto !important;
    width: auto !important;
    max-width: 900px !important;
  }
}

.swiper-button-prev {
  left: 20px !important;
}

.swiper-button-next {
  right: 20px !important;
}

.why-cc-car {
  background: url(/images/bg-train-sec.svg) 0px 0px / cover no-repeat;
  width: 100%;
}

.luxury-tour {
  background: url(/images/luxury-tour.webp) 0px 0px / cover no-repeat;
  width: 100%;
  padding: 8rem 0;
}

.why-c-box .tooltip-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  /* Prevents icon from shrinking */
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
}

.why-c-box .tooltip-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.why-c-box .tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translateX(-100%);
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  z-index: 10;
  white-space: normal;
  width: 250px;
  /* Increased width for longer content */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-size: 12px;
}

.about-us-rate .customer-rate {
  padding-bottom: 0px !important;
}

@media (max-width: 576px) {
  .tab-button {
    flex: 1 1 100%;
    text-align: left;
    white-space: pre-wrap;
  }

  .line-clamp-why-cc {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-right: 0px;
    display: -webkit-box;
    position: relative;
    overflow: visible;
  }

  .why-c-box .tooltip-icon {
    display: none;
  }

  .promo-image {
    width: 100%;
    height: auto;
  }

  .common-header-inline a {
    margin: 0 auto;
  }

  .why-c-box h4 span {
    display: none;
  }

  .tour-title {
    gap: 10px !important;
  }

  .modal .btn.blue-btn {
    width: 100%;
  }

  .train-overview-para ul li {
    width: 100%;
  }

  .review-list h3 {
    text-align: center;
  }

  .sort-rev {
    justify-content: center;
  }

  .why-choose-sec .sngl-box {
    padding: 20px 0px;
  }
}

.logo-slider-sec .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.logo-slider-sec .logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Ensures logos scale uniformly without distortion */
  transition: transform 0.3s ease;
  /* Optional: smooth scaling on hover */
}

.logo-slider-sec .logo-box:hover img {
  transform: scale(1.1);
  /* Optional: slight zoom effect on hover */
}

.bg-dark-contact,
.bg-dark-d {
  background-color: rgb(33 37 41 / 34%);
}

.home-about .about-sec.common-padd {
  padding-bottom: 0 !important;
}

.train-wrapper .banner {
  background-position: center;
}

.train-wrapper.hotel .banner {
  background-position: center;
}

.cus-holi .top-services {
  padding-top: 0px !important;
}

.customize-holiday .about-sec {
  padding-top: 0px !important;
}

.refund-section ul {
  padding-left: 18px;
}

.refund-section ul li {
  list-style: circle;
  margin-top: 5px;
}

.car-details-wrapper .banner {
  background-position: center;
}

.about-us-rate.rating .common-padd {
  padding-top: 0px !important;
}

h4.clickable-state a::after {
  display: none;
}

.mega-menu .btm-button .btn {
  color: #fff !important;
}

.mega-menu .btm-button .btn::after {
  display: none;
}

.destination-item h6 {
  font-size: 14px !important;
  margin-bottom: 0px !important;
}

@media screen and (min-width: 1024px) {
  .menu-columns .destination-item:nth-child(4n) {
    margin-bottom: 0px !important;
  }

  /* .mega-menu .btm-button {
    display: none;
  } */

  .menu-columns .destination-item:nth-child(5n) {
    margin-bottom: 0px !important;
  }

  .menu-columns .destination-item:nth-child(6n) {
    margin-bottom: 0px !important;
  }
}

.clickable-state:before {
  display: none;
}

.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}

.transition-3d-hover:focus,
.transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  cursor: pointer;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.card-group-md-row .border-bottom {
  border: none !important;
}

.card-group-md-row {
  padding: 1rem;
}

.mega-menu .btm-button .btn {
  color: #fff !important;
}

.mega-menu .btm-button .btn::after {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .side-sticky-form {
    min-height: auto;
  }

  .tab-button.active,
  .tab-button:hover {
    background: #05164d;
  }

  .mega-menu-tabs {
    padding: 0px;
  }
}

.mega-menu .custom-hover {
  cursor: pointer;
}

.left-banner .custom-hover {
  cursor: pointer;
}

.right-banner .custom-hover {
  cursor: pointer;
}

.timeline .timeline-item:last-child {
  margin: 0px;
}

.team-info {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.badge-pos {
  font-size: 0.6rem !important;
  top: 1rem !important;
  position: absolute;
  left: 1rem;
  background: #f26c21;
  padding: 2px 10px;
  border-radius: 20px;
  color: #fff;
}

.slider-box img {
  max-width: 500px;
}

@media (min-width: 680px) and (max-width: 1023px) {
  footer .footer-tabs button {
    padding: 5px 0;
    font-size: 10px;
  }

  footer .footer-tabs button:before {
    top: 8px;
    right: 4px;
  }
}

.menu-columns {
  max-height: 78vh;
  overflow-y: auto;
  overflow-x: hidden;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}

.menu-row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  gap: 12px;
}

.menu-columns .panel:last-child {
  padding-bottom: 15px;
}

.menu-column {
  flex: 0 0 calc(33.33% - 10px);
  /* 3 columns per row */

  padding: 0px 10px;
  border-radius: 5px;
}

/* Optional: make it responsive */
@media (max-width: 768px) {

  .tab-button.active,
  .tab-button:hover {
    background: #05164d;
  }

  .mega-menu-tabs {
    padding: 0px;
  }

  .menu-column {
    flex: 0 0 calc(50% - 10px);
    /* 2 columns per row on tablets */
  }

  .tab-button {
    background: #ebf2fb;
  }

  .tab-button.active,
  .tab-button:hover {
    background: #05164d;
  }
}

.clickable-state {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.clickable-state a {
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.menu-column .clickable-state.underLine a {
  position: relative;
  padding-bottom: 8px !important;
}

.clickable-state.underLine a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #000;
}

.menu-column .clickable-state.underLine span {
  position: relative;
  padding-bottom: 8px !important;
  width: 100%;
  display: block;
}

.clickable-state.underLine span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #000;
}

.menu-column .clickable-state.underLine.noLink span {
  position: relative;
  display: inline-block;
  padding-bottom: 8px !important;
  width: 100%;
}

.menu-column .clickable-state.underLine.noLink span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #000;
}

.tourCard {
  transition: all 0.3s ease;
}

/* .tourCard:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
} */

.active-category {
  font-weight: 600;
  color: #007bff;
  /* Blue or your theme color */
}

.active-category::before {
  color: #007bff;
}

.btn-close.modal-btN {
  right: 0px !important;
}

/* Hide Swiper when JS disabled */
body.no-js .js-only {
  display: none !important;
}

.noscript-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.honeymoon-btn-wrapper .book-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.noscript-grid a.book-btn img,
.honeymoon-btn-wrapper .book-btn img {
  display: inline-block;
}

/* Hover triggers visibility */
.has-mega-menu a:hover>.mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}





/* Dropdown */
.has-dropdown {
  position: relative;
}

.has-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.has-dropdown a:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mega-menu .menu-columns .panel {
  display: none;
}

input.sr-only:nth-of-type(1):checked~.row .mega-menu-tabs .tab-button:nth-of-type(1),
/* Second tab */
input.sr-only:nth-of-type(2):checked~.row .mega-menu-tabs .tab-button:nth-of-type(2),
/* Third tab */
input.sr-only:nth-of-type(3):checked~.row .mega-menu-tabs .tab-button:nth-of-type(3),
/* Fourth tab */
input.sr-only:nth-of-type(4):checked~.row .mega-menu-tabs .tab-button:nth-of-type(4),
/* Fifth tab */
input.sr-only:nth-of-type(5):checked~.row .mega-menu-tabs .tab-button:nth-of-type(5) {
  color: #fff;
  border-radius: 4px;
  background: #05164d url(/images/button-arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 14px;
}

/* First panel */
input.sr-only:nth-of-type(1):checked~.row .menu-columns .panel:nth-of-type(1),
/* Second panel */
input.sr-only:nth-of-type(2):checked~.row .menu-columns .panel:nth-of-type(2),
/* Third panel */
input.sr-only:nth-of-type(3):checked~.row .menu-columns .panel:nth-of-type(3),
/* Fourth panel */
input.sr-only:nth-of-type(4):checked~.row .menu-columns .panel:nth-of-type(4),
/* Fifth panel */
input.sr-only:nth-of-type(5):checked~.row .menu-columns .panel:nth-of-type(5) {
  display: block !important;
}

.mega-menu .menu-columns .panel {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input.sr-only:nth-of-type(1):checked~.row .menu-columns .panel:nth-of-type(1),
input.sr-only:nth-of-type(2):checked~.row .menu-columns .panel:nth-of-type(2),
input.sr-only:nth-of-type(3):checked~.row .menu-columns .panel:nth-of-type(3),
input.sr-only:nth-of-type(4):checked~.row .menu-columns .panel:nth-of-type(4),
input.sr-only:nth-of-type(5):checked~.row .menu-columns .panel:nth-of-type(5) {
  opacity: 1;
}

input.sr-only:nth-of-type(1):checked~.row .menu-columns .panel:nth-of-type(1) {
  display: block !important;
  opacity: 1;
}

input.sr-only[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Default: show mobile, hide desktop */
.mobile-menu {
  display: block;
}

.desktop-menu {
  display: none;
}

/* Show desktop menu and hide mobile on large screens (≥992px) */
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }

  .desktop-menu {
    display: block;
  }
}

.accordion-toggle-btn {
  cursor: pointer;
  font-size: 14px;
}

.arrow-icon.rotate {
  transform: rotate(180deg);
}

.tooltip-icon {
  position: relative;
}

.tooltip-text {
  display: none;
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 4px;
  top: 20px;
  left: 0;
  z-index: 10;
}

.tooltip-icon:hover .tooltip-text {
  display: block;
}

.plus-icon-btn {
  background: #05164d !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff !important;
}

.plus-icon-btn img {
  width: 15px;
  height: 15px;
}

/* Hide all tab contents initially */
.tab-content,
.footer-menu.about-tab,
.footer-menu.international-tab,
.footer-menu.india-tab,
.footer-menu.blogs-tab {
  display: none;
}

/* When tab checked — show relevant content */
#tab-about:checked~.footer-content .about-tab,
#tab-international:checked~.footer-content .international-tab,
#tab-india:checked~.footer-content .india-tab,
#tab-blogs:checked~.footer-content .blogs-tab {
  display: block;
}

/* Active tab styling */
.footer-tabs label {
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
}

footer .footer-tabs button::before {
  display: none;
}

footer .footer-tabs button label::before {
  content: "";
  background-image: url(/images/plus.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  right: 20px;
}

#tab-about:checked~.footer-tabs label[for="tab-about"]::before,
#tab-international:checked~.footer-tabs label[for="tab-international"]::before,
#tab-india:checked~.footer-tabs label[for="tab-india"]::before,
#tab-blogs:checked~.footer-tabs label[for="tab-blogs"]::before {
  background-image: url("/images/minus.png");
}

.bctotop {
  bottom: 25px;
  right: 40px !important;
  z-index: 99;
}

.common-padd.pt-0 {
  padding-top: 0 !important;
}

.common-padd.pb-0 {
  padding-bottom: 0 !important;
}

@media (max-width: 480px) {
  .menu-column {
    flex: 0 0 calc(50% - 10px);
    padding: 0px !important;
  }



  .mega-menu-tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .mega-menu-tabs .tab-button {
    flex: 0 0 calc(50% - 2px);
    box-sizing: border-box;
  }

  .btn.blue-btn {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }

  .btn.orange-btn {
    padding: 5px 10px !important;
    font-size: 12px !important;

  }

  .menu-row {
    background: #fbf8f8;
    padding: 10px;
  }

  .menu-columns {
    max-height: 45vh;
  }

  header .main-menu .arrow {
    margin-left: 5px;
  }

  header a {
    font-size: 13px !important;
  }

  .clickable-state a {
    font-size: 12px !important;
  }

  .menu-column .clickable-state.underLine.noLink span {
    font-size: 12px !important;
  }

  .bctotop {
    z-index: 99;
    bottom: 60px;
    right: 0px !important;
  }
}

.showw-full-text {
  max-height: inherit !important;
  overflow: visible !important;
}

.showw-full-text.text-expansion.line-clamp-2 {
  -webkit-line-clamp: none !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pb-15px {
  padding-bottom: 15px !important;
}

.fyEOvc {
  max-width: 100% !important;
}

@keyframes fall {
  0% {
    transform: translateY(-100vh) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

.confetti {
  position: fixed;
  pointer-events: none;
  z-index: 1000;
}

.text-gradient {
  color: #05164d;
}

.bg-gradient-custom {
  background: linear-gradient(to bottom, #fff1f2, #ffffff, #fff7e6);
}

.pulse-icon {
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

.tripadv-logo {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  /* margin-top: 20px; */
  height: auto;
  display: flex;
  align-items: center;
}

.tripadv-logo ul {
  margin-bottom: 0px !important;
}

.tripadv-logo #CDSWIDSSP {
  width: 100% !important;
}



.page-not-found header,
.page-not-found footer {
  display: none;
}

.page-not-found .floating-button {
  display: none;
}



.flatpickr-input {

  background: url(/images/calendar-icon.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 90%;

}


.showwww-ful {
  max-height: 100% !important;
}


.train-facilities ul {
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 5px;
  display: flex;
  margin: 0px;
}

.train-facilities ul li {
  color: #000;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  list-style: none;
  text-transform: capitalize;
}

.train-facilities ul li::before {
  content: "";
  background-color: #facc15;
  border-radius: 9999px;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}


.train-facilities .exp-row {
  display: none !important;
}

/* .flatpickr-calendar.open {
  display: inline-block;
  z-index: 9999999999 !important;
} */

#twiK #tawk-message-preview {
  display: none !important;
}


.rmap-section img {
  max-width: 550px;
  max-height: 700px;
}



.facilities-section .img-Box {
  width: 60px;
  height: 60px;
  background: rgb(240 183 39 / 17%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e08d40;
}

.facilities-section li span {
  text-transform: capitalize;
}


.clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

form small.text-muted {

  font-size: 11px !important;

}

/* .flatpickr-calendar.open {
  z-index: 98 !important;

} */

.line-clamp-hotel_one {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.line-clamp-hotel_three {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}


@media (min-width: 1280px) and (max-width: 1380px) {

  .side-sticky-form {
    min-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    /* margin-bottom: 70px; */
  }

  .slider-card {
    max-width: 352px !important;
  }

}

@media (min-width: 1381px) and (max-width: 1420px) {

  .side-sticky-form {
    min-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    /* margin-bottom: 70px; */
  }

  .slider-card {
    max-width: 412px !important;
  }

}


@media screen and (min-width: 1421px) {
  .side-sticky-form {
    min-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    /* margin-bottom: 70px; */
  }

  .slider-card {
    max-width: 452px !important;
  }

  .mega-menu {

    top: 93px;

  }

}