@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

body {
  font-family: "Quicksand", sans-serif;
  background: #fff;
  overflow: auto;
  color: #000;
  font-size: 14px;
  overflow-x: hidden;
  padding-top: 102px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  transition: all 400ms ease;
}

img {
  max-width: 100%;
}

input,
button {
  outline: none;
  box-shadow: none;
}

.owl-carousel .owl-item img {
  width: auto;
}

.mobile {
  display: none !important;
}

.text-end {
  text-align: right;
}

.sectionHeading h2 {
  font-size: 56px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.sectionHeading h4 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.sectionHeading h3 {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  font-family: "Playfair Display", serif;
}

.sectionHeading .para {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
}

.mainHeader {
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 400ms ease;
  position: fixed;
  box-shadow: 0 0 10px #0000001c;
}

header.mainHeader.fixedHeader {
  background: #fff;
}

.listInline {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 10px;
}

.unorderList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gap20 {
  gap: 20px;
}

.navbar-brand img {
  max-width: 170px;
}

nav#mainNav {
  background: #ffffff !important;
  padding: 15px 0;
}

nav#mainNav .navbar-nav.ms-auto {
  margin-top: 17px;
}

nav#mainNav .nav-item>a {
  font-size: 15px;
  color: #000000;
  padding: 10px 5px;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 700;
}

nav#mainNav .nav-item>a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #ed3a4c;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 500ms ease;
}

nav#mainNav .nav-item>a:hover:after {
  width: 100%;
  transition: all 500ms ease;
}

nav#mainNav .nav-item>a:hover {
  color: #02a5ff;
}

nav#mainNav .nav-item {
  padding: 0 10px;
}

.dropmenu {
  position: relative;
}

.dropmenuWrp {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 150px;
  padding: 5px 0;
  box-shadow: 4px 10px 10px #0000002e;
  display: none;
}

.dropmenuWrp li a {
  display: block;
  padding: 5px 10px;
  color: #5b3700;
  font-size: 14px;
}

.dropmenu:hover .dropmenuWrp {
  display: block;
}

/*========dropmenu-css=========*/
.dropMenuContainer {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999999;
  top: 100%;
  background: #fff;
  padding: 20px 15px 15px;
  border-radius: 18px;
  transform: translateY(50px);
  visibility: hidden;
  transition: all 500ms ease;
  opacity: 0;
}

.megamenu:hover .dropMenuContainer {
  visibility: visible;
  transform: translateY(0px);
  transition: all 500ms ease;
  opacity: 1;
  box-shadow: 0px 8px 10px #0000004a;
}

.megamenu h4 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #170101;
  font-weight: 700;
  height: 45px;
}

.megamenu ul li a {
  font-size: 14px;
  color: #203245;
  padding: 5px;
  text-transform: capitalize;
}

.megamenu ul li {
  position: relative;
  padding-left: 15px;
}

.megamenu ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 16px;
  padding-right: 0.5em;
  position: absolute;
  top: 3px;
  left: 0;
}

.megamenu ul {
  list-style-type: none;
  padding: 0;
}

.megamenu,
.dropmenu {
  display: flex;
  align-items: center;
  gap: 5px;
}

.megamenu ul li a {
  color: #000;
  display: block;
  padding: 5px 0px;
  font-weight: 500;
  border-radius: 10px;
}

.megamenu ul li a:hover {
  color: #ed3a4e;
}

.dropMenuContainer h3 {
  font-size: 18px;
  font-weight: 600;
  color: #d36f4d;
  position: relative;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.dropMenuContainer h3:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #d36f4d;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.dropmenu>ul {
  position: absolute;
  left: 0;
  list-style-type: none;
  padding: 0;
  min-width: 300px;
  background: #fff;
  top: 100%;
  padding: 5px;
  border-radius: 7px;
  transform: translateY(50px);
  visibility: hidden;
  transition: all 500ms ease;
  opacity: 0;
  box-shadow: 0px 8px 10px #0000004a;
  z-index: 999;
}

.dropmenu ul li a {
  display: block;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  border-radius: 7px;
  width: 100%;
}

.dropmenu ul li a:hover {
  color: #ed3a4c;
}

.dropmenu:hover>ul {
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease;
  transform: translateY(0px);
}

.dropmenu>ul .dropmenu ul {
  left: 100%;
  top: 0;
  box-shadow: 0px 8px 10px #0000004a;
}

.dropmenu .dropmenu>.fas {
  position: absolute;
  right: 5px;
  top: 7px;
  transform: rotate(270deg);
}

nav#mainNav .nav-item>a:hover,
.dropmenu:hover>a {
  color: #ed3a4e !important;
}

.dropmenuWrp li a:hover {
  background: #f5f5f5;
}

.dropmenuToggle {
  position: absolute;
  right: 0;
  top: 19px;
  color: #fff;
}

.lineBtn,
.colorBtn,
.blueBtn,
.greyBtn {
  display: inline-flex;
  padding: 8px 25px;
  background: #f4364f;
  color: #fff !important;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 18px;
  border: solid 1px transparent;
  font-weight: 600;
  border-radius: 3px;
}

.colorBtn:hover {
  background: transparent;
  color: #f4364f !important;
  border: solid 1px #f4364f;
}

.lineBtn {
  background: transparent;
  border: solid 1px #d36d29;
  color: #d36d29 !important;
}

.blueBtn {
  background: #253f89;
  padding: 10px 25px;
  color: #fff !important;
}

.greyBtn {
  background: #eaecfd;
  color: #616167 !important;
  text-transform: none;
  border: none;
  font-size: 12px;
  outline: none !important;
}

.ed-com-t1-left {
  position: absolute;
  right: 0;
  top: 0;
}

ul.num {
  position: relative;
  padding: 0px 1px 0 19px;
  margin-left: 0;
  height: 31px;
  display: flex;
  align-items: center;
  margin-top: -16px;
  display: flex;
  list-style-type: none;
}

ul.num li a {
  background: #253d52;
}

ul.num:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 32px solid #253d52;
  border-left: 20px solid white;
  left: 0;
  top: 0;
}

.ed-com-t1-left ul li:first-child a {
  border-right: 2px solid #e7ebef;
}

.ed-com-t1-left ul li a {
  color: #fff;
  padding: 5px 14px;
  line-height: 21px;
  font-size: 14px;
  display: block;
}

section.serarcDedst h3 {
  color: white;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

.serarcDedst {
  padding: 0;
  background: #253d52;
  padding: 10px 0;
}

.serarcDedst .container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.searchInput {
  width: 100%;
  max-width: 540px;
}

.searchInput input {
  height: 45px;
}

.sectionHeading h2 {
  color: #f4364f;
  font-size: 44px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.tl-1 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #eee;
}

.tl-2 {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  position: relative;
  top: 5px;
  width: 12px;
  border: 1px solid #ebc131;
  border-radius: 50px;
}

.tl-3 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #eee;
}

.tour-mig-lc-con {
  position: absolute;
  width: 100%;
  margin-top: -125px;
  padding: 20px 20px 0px 20px;
  display: block;
  text-align: right;
}

.tour-mig-lc-con h5 {
  font-size: 26px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 2px;
}

.tour-mig-like-com {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.myimgbg1:before {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.28) 10%,
      rgba(84, 84, 84, 0.02) 80%) !important;
}

.tour-mig-like-com:before {
  content: "";
  position: absolute;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.82) 10%,
      rgba(84, 84, 84, 0.35) 80%);
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 5px;
}

.tour-mig-lc-con {
  position: absolute;
  width: 100%;
  padding: 20px 20px 0px 20px;
  display: block;
  text-align: right;
  bottom: 30px;
}

.offer {
  background: url(https://www.bestvoyage.in/images/myimg/placebg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.offer .container {
  position: relative;
  z-index: 9;
}

.overlayColor {
  content: "";
  position: absolute;
  background: linear-gradient(to right,
      rgba(22, 40, 105, 0.91) 46%,
      rgba(0, 0, 0, 0.41) 100%);
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

.offer-l ul li a {
  border-radius: 70px;
  width: 60px;
  height: 60px;
  vertical-align: sub;
  background: #f4364f;
  /* border: 1px solid #a59d9d; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.offer-l ul li a img {
  width: 35px;
  padding: 0px;
  height: 35px;
  margin-left: 0;
}

.offer-l ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  text-align: center;
}

.offer-l ul li span {
  display: block;
  color: #ecdee0;
}

.offer-l ul li span {
  display: block;
  color: #ecdee0;
  margin-top: 10px;
}

.offer h2 {
  color: #fff;
  font-size: 30px;
}

.about-section h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #2b3d51;
}

.about-text {
  color: #6c757d;
  line-height: 1.5;
  font-size: 15px;
}

.calendar-section{
  display: none;
}

.hotel-select{
  display: none;
}

.emails-texts {
  /* color: #000; */
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e9e9e9;
  color: #2b3d51;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.telegram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  color: #0e0d0d;
  border: 1px solid blue;
  border-radius: 2px;
  text-decoration: none;
  font-size: var(--fnt-13);
  transition: all 0.3s ease;
  margin-top: 12px;
  gap: 10px;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  color: #0e0d0d;
  border: 1px solid #25D366;
  border-radius: 2px;
  text-decoration: none;
  font-size: var(--fnt-13);
  transition: all 0.3s ease;
  margin-top: 12px;
  gap: 10px;
}

.instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  color: #0e0d0d;
  border: 1px solid #ee2a7b;
  border-radius: 2px;
  text-decoration: none;
  font-size: var(--fnt-13);
  transition: all 0.3s ease;
  margin-top: 12px;
  gap: 10px;
}

.insta-text {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footerLinks ul li a {
  color: #313131;
  display: block;
  font-size: var(--fnt-13);
  font-weight: 700;
  padding: 5px 0;
}

.payment h4 {
  font-size: 17px;
  color: #0e0d0d;
}

.payment h4 span {
  font-size: 10px;
  color: #8f8f8f;
}

.copyright-section {
  background-color: #2b3d51;
  color: white;
  padding: 15px 0;
  font-size: 13px;
}

.dFooter_viewMore[data-v-6c47db6b] {
  cursor: pointer;
  height: 50px;
  left: 50%;
  position: absolute;
  text-align: center;
  bottom: -30px;
  /* transform: translateX(-50%) rotate(0); */
}

.semi-ellipse-curve {
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 35px;
  text-align: center;
  transform: rotate(180deg) translateX(50%);
  width: 138px;
}

.dFooter_viewMore_curve {
  left: 50%;
  position: absolute;
  top: -35px;
}

footer.footer-section {
  position: relative;
  overflow: hidden;
  background: #fafbfe;
}

.note {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.disclaimer-section {
  font-size: 11px;
  color: #6c757d;
}

.tourb2-ab-p-3 {
  background: #253d52;
  padding: 20px 0px;
}

.tourb2-ab-p3-com h4 span {
  font-size: 39px;
  font-weight: 600;
  padding-right: 10px;
  color: #ffc210;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.43);
  position: relative;
  top: 5px;
}

.tourb2-ab-p3-com h4 {
  font-size: 24px;
  font-weight: 600;
  padding-top: 2px;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.43);
  color: #fff;
}

.tourTabs div#nav-tab button {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: #253d52;
  width: 130px;
  text-align: center;
  border: none;
}

.tourTabs div#nav-tab button.active {
  background: #f1334c !important;
}

.tourTabs div#nav-tab {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  border: none;
}

.mobilenamev h3 {
  font-size: 18px;
  color: black;
}

.mobilenamev h4 {
  font-size: 14px;
  color: black;
}

.tour-mig-lc-img img {
  width: 100%;
  border-radius: 5px;
  /* height: 145px; */
}

.tour-mig-like-com:hover img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
}

.tour-mig-like-com:before {
  background: none !important;
}

.myimgbg1:before {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.28) 10%,
      rgba(84, 84, 84, 0.02) 80%) !important;
}

.myimgbg1 img {
  height: auto;
}

.contact-item {
  font-weight: 600;
  font-size: 16px;
}

.icon-containers {
  color: #949494;
  font-size: 18px;
}

.border-right {
  border-right: solid 1px #e1e1e1;
}

.banner .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  background: #999 !important;
  border-radius: 50%;
  font-size: 18px !important;
  color: #ffffff70 !important;
  left: 10px;
}

.banner .owl-nav button.owl-next {
  right: 10px;
  left: auto;
}

.banner .owl-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.banner .owl-dots button {
  width: 10px;
  height: 10px;
  background: #666;
  border-radius: 50%;
}

.banner .owl-dots button.active {
  background: #000;
}

.stickyButton {
  border-radius: 25px;
  text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    display: flex
;
    padding: 12px 20px;
    line-height: 1.625rem !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    outline: 0 !important;
    border: solid 1px #3b5998;
    background: linear-gradient(to bottom, #f4364f, #dc2039);
    font-size: 13px;
    position: fixed;
    transform: rotate(-90deg);
    left: 0;
    top: 20%;
    z-index: 9999;
    right: -36px;
    left: auto;
    align-items: center;
    gap: 10px;
}

.blink {
  animation: blink 0.95s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.01% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #52c3c7;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scroll-to-top.visible {
  opacity: 1;
}

.scroll-to-top:hover {
  background-color: #3daeae;
}

.about-section h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-align: left;
}

.about-text {
  color: var(--light-text);
  line-height: 1.5;
  font-size: 15px;
  font-family: var(--font-family-sans-serif);
  text-align: left;
}

.price-tag {
  color: #36c6a0;
  font-weight: bold;
  font-size: 1.5rem;
}

.original-price {
  text-decoration: line-through;
  color: #888;
  font-size: 1rem;
}

.badge-corner {
  position: absolute;
  top: 34px;
  left: 0px;
  padding: 5px 17px;

  background-color: #ff5e5e;
  color: white;
  font-size: 12px;
  border-radius: 0px;
  z-index: 10;
}

.main-image-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.main-image {
  width: 100%;
  height: 473px;
  object-fit: cover;
}

.package-includes {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.includes-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.includes-icon i {
  font-size: 24px;
  color: #36c6a0;
  margin-bottom: 5px;
}

.flight-info {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.flight-row {
  background-color: #f2fbf9;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.hotel-select {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.calendar-section {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.calendar-grid {
  width: 100%;
}

.calendar-grid th {
  text-align: center;
  padding: 10px;
  font-weight: 600;
}

.calendar-grid td {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.calendar-grid td.active {
  /* background-color: #36c6a0;
                color: white; */
  border-radius: 50%;
}

.calendar-day {
  margin-bottom: 5px;
}

.calendar-price {
  font-size: 12px;
  color: #36c6a0;
  font-weight: bold;
}

.send-query-btn {
  font-size: 10px;
  padding: 2px 5px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  color: #666;
  border-radius: 3px;
}

.overview-section,
.inclusions-section {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.section-heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
  /* border-bottom: 1px solid #eee; */
  padding-bottom: 10px;
  /* text-align: center;
            margin-left: 312px; */
}

.section-headings {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
  /* border-bottom: 1px solid #eee; */
  padding-bottom: 10px;
  text-align: center;
  /* margin-left: 312px; */
}

.hotel-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.hotel-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.hotel-details {
  padding: 15px;
}

.hotel-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: -16px;
}

.hotel-nights {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 10px;
}

.hotel-price {
  color: #36c6a0;
  font-weight: 600;
  font-size: 16px;
}

.action-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;

}

.btn-book-now {
  background-color: #36c6a0;
  color: white;
  border: none;
  border-radius: 40px;
}

.btn-book-now:hover {
  background-color: #2ca382;
  color: white;
}

.btn-send-inquiry {
  background-color: #ff5e5e;
  color: white;
  border: none;
  border-radius: 40px;
}

.btn-send-inquiry:hover {
  background-color: #e74e4e;
  color: white;
}

.btn-view-deal {
  background-color: #36c6a0;
  color: white;
  border: none;
  width: 35%;
}

.btn-view-deal:hover {
  background-color: #2ca382;
  color: white;
}

.inclusion-item {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.inclusion-icon {
  color: #36c6a0;
  margin-right: 10px;
  font-size: 16px;
  margin-top: 5px;
}

.exclusion-icon {
  color: #ff5e5e;
  margin-right: 10px;
  font-size: 16px;
  margin-top: 5px;
}

.footer-section {
  background-color: #f5f5f5;
  padding: 0px;
  text-align: center;
  font-size: 0.8rem;
  color: #888;
  padding-top: 20px;
}

.destination-badge {
  background-color: #f2f2f2;
  color: #666;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.cities-label {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .header-banner {
    text-align: center;
  }

  .action-buttons {
    /* flex-direction: column; */
    gap: 6px;
    display: flex;
    margin-left: 10px;
  }

  .main-image {
    height: 200px;
  }

  .price-tag {
    font-size: 1.2rem;
  }

  .original-price {
    font-size: 0.9rem;
  }

  .hotel-img {
    height: 100px;
  }
}

.day-underline {
  display: inline-block;
  width: 30px;
  /* control the underline width */
  border-bottom: 5px solid red;
  text-align: center;
}

.day-underlines {
  display: inline-block;
  width: 30px;
  /* control the underline width */
  border-bottom: 5px solid green;
  text-align: center;
}

.header-banner {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 480px) {
  .calendar-grid td {
    padding: 5px !important;
  }
}

#blog-banner {
  background: url("https://assets.traveltriangle.com/blog/wp-content/themes/harmony/img/search_banner.png?var=29062018") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertical center */
  align-items: center;
  /* Horizontal center */
  padding: 1rem;
  text-align: center;
}

#blog-banner h2 {
  color: rgb(15, 14, 14);
  font-size: 45px;
  font-family: "Arial";
}

#blog-banner p {
  color: rgb(7, 6, 6);
  font-size: 20px;
  font-family: "Arial";
}

@media (max-width: 767px) {
  #blog-banner {
    min-height: 40vh;
  }
}

#privacy-policy {
  background-color: #f8f9fa;
}

.privacy-policy-banner {
  position: relative;
  /* Needed for ::before to be positioned correctly */
  background: url("../images/contactusbg.c5d6343.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.privacy-policy-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Use height instead of min-height here */
  background: rgba(0, 0, 0, 0.2);
  /* Overlay */
  z-index: 0;
}

.privacy-policy-banner h2 {
  color: white;
  font-size: 30px;
  margin-top: 60px;
  font-family: "Sans-serif";
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.privacy-policy-banner p {
  color: white;
  font-size: 20px;
  font-family: "Sans-serif";
  font-weight: 600;
  position: relative;
  z-index: 1;
}

#privacy-policy-breadcrumb {
  background-color: #515b62;
  display: flex;
  align-items: center;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.custom-breadcrumb .breadcrumb-item a {
  color: black;
}

.custom-breadcrumb .breadcrumb-item.active {
  color: blue;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  color: #fff;
  /* or any color you want */
  padding: 0 10px;
  font-size: 16px;
  /* Adjust size if needed */
}

@media (max-width: 576px) {
  .privacy-policy-banner h2 {
    color: white;
    font-size: 41px;
    font-family: "Sans-serif";
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-top: 117px;
  }
}

.faq-content h2 {
  color: #36C9C1;
  font-size: 18px;
  font-weight: bold;
  text-align: start;
  font-family: 'quicksand', sans-serif';

}

.faq-heading {
  padding-top: 8px;
  color: #36C9C1;
  font-size: 17.5px;
  font-weight: bold;
  text-align: center;
  font-family: inherit;
  text-decoration: underline;
}

.faq-question button {
  padding-top: 8px;
  color: #727272;
  cursor: pointer;
  font-size: 15px;
  font-family: 'quicksand', sans-serif;

}

#faq-answers {
  font-size: 15px;
  background: none;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 20px;
  justify-content: center;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  color: rgba(17, 34, 51, 0.88);
  overflow: inherit;
}

.accordion {
  background: none;
  border: none;
}

.accordion-item {
  background: none;
  border: none;
}

.accordion,
.accordion-item,
.accordion-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #727272 !important;
  box-shadow: none !important;
}

.accordion-body {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}


/* Move accordion icon (caret) to the left */
.accordion-button {
  padding-left: 1.5rem;
  /* Add space if needed */
  background: none;
  border: none;
  box-shadow: none;
  align-items: start;
}

.icon-toggle {
  margin-right: 0.5rem;
}

.accordion-button::after {
  /* display: none !important; */
}

.accordion-body {
  padding: 0;
}


.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 22px;
  font-weight: bold;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}

.logo-icon {
  margin-right: 10px;
  font-size: 28px;
}

.faq-section {
  background-color: white;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  margin-bottom: 25px;
}

.section-title {
  background-color: var(--primary-color);
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
}

.faq-item {
  border-bottom: 1px solid var(--border-color);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 15px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.faq-question:hover {
  background-color: #f9f9f9;
}

.faq-question.active {
  background-color: #f2f9fc;
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background-color: #fafafa;
}

.faq-answer.active {
  padding: 15px;
  max-height: 1000px;
  /* Increased to handle more content */
}

.faq-answer ul,
.faq-answer ol {
  padding-left: 20px;
  margin: 10px 0;
}

.faq-answer li {
  margin-bottom: 5px;
}

.icon {
  transition: transform 0.3s;
  font-size: 14px;
  min-width: 14px;
  margin-left: 10px;
}

.active .icon {
  transform: rotate(180deg);
}

.search-box {
  margin-bottom: 20px;
  position: relative;
}

.search-box input {
  width: 100%;
  padding: 12px 20px;
  padding-left: 40px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}

.search-box input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(0, 153, 204, 0.2);
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
}

.category-tabs {
  display: flex;
  margin-bottom: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 8px;
  padding-bottom: 5px;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-tab {
  background-color: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
}

.category-tab.active {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.contact-section {
  background-color: white;
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 25px 15px;
  text-align: center;
  margin-bottom: 25px;
}

.contact-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

.contact-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  min-width: 200px;
  border-radius: 8px;
  transition: all 0.3s;
  flex: 1 1 250px;
}

.contact-option:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
}

.contact-icon {
  font-size: 28px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.no-results {
  text-align: center;
  padding: 30px 15px;
  display: none;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
  /* margin-top: 40px; */
}

/* Enhanced Mobile Styles */
@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
  }

  .logo {
    margin-bottom: 5px;
  }

  .faq-question {
    padding: 15px 10px;
    font-size: 15px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .faq-answer.active {
    padding: 12px 10px;
  }

  .contact-options {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .contact-option {
    width: 100%;
    max-width: 100%;
    padding: 15px 5px;
  }

  .section-title {
    font-size: 16px;
    padding: 12px 15px;
  }

  .category-tab {
    padding: 6px 12px;
    font-size: 14px;
  }
}

/* Small mobile screens */
@media (max-width: 480px) {
  .container {
    padding: 10px;
  }

  .search-box input {
    padding: 10px 15px 10px 35px;
    font-size: 14px;
  }

  .faq-question {
    font-size: 14px;
  }

  .contact-title {
    font-size: 18px;
  }

  .logo {
    font-size: 18px;
  }

  .logo-icon {
    font-size: 22px;
  }
}

/* Animation for new items */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.5s ease forwards;
}

/* Highlight for search results */
.highlight {
  background-color: #ffe066;
  padding: 1px 0;
  border-radius: 2px;
}

/* Accessibility improvements */
.faq-question:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: -2px;
}

.category-tab:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: -2px;
}

/* Better touch targets for mobile */
@media (max-width: 768px) {

  .faq-question,
  .category-tab {
    min-height: 44px;
  }
}

.faq-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.faq-card {
  flex: 1 1 calc(33.333% - 20px);
  /* 3 cards per row */
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .faq-card {
    flex: 1 1 100%;
  }
}

.about-section h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-align: left;
}

.about-text {
  color: var(--light-text);
  line-height: 1.5;
  font-size: 15px;
  font-family: var(--font-family-sans-serif);
  text-align: left;
}

.faq-card img {
  height: 450px;
  width: 300px;
  object-fit: cover;
  /* optional: ensures image fills the space nicely */
  border-radius: 8px;
  /* optional: for rounded edges */
}

h1 {
  color: #505050;
  font-weight: 300;
  margin-bottom: 25px;
  /* margin-left: -1078px; */
  font-size: 31px;

}

.card {
  border: none;
  box-shadow: 3px 4px 7px 2px rgba(210, 210, 210, .6);
  border-radius: 8px;
  margin-bottom: 20px;
}

.card-header {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  padding: 15px 20px;
  font-weight: 600;
  color: #505050;
  font-size: 1.1rem;
}

.card-body {
  padding: 20px;
}

.form-label {
  color: #505050;
  font-weight: 500;
}

.form-control {
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 117, 135, 0.25);
  border-color: #6a7587;
}

.separator {
  height: 1px;
  background-color: rgb(49, 214, 30);
  margin: 5px 0;
  width: 300px;
  margin-left: 336px;
}

.btn-primary {
  background-color: #6a7587;
  border-color: #6a7587;
  padding: 10px 25px;
}

.btn-primary:hover {
  background-color: #596273;
  border-color: #596273;
}

.payment-method {
  margin-bottom: 15px;
}

.payment-info {
  font-size: 0.9rem;
  color: #6c757d;
}

.total-box {
  background-color: #f8f9fa;
  border-radius: 6px;
  padding: 15px;
  border: 1px solid #e9ecef;
}

.gateway-notice {
  font-size: 0.85rem;
  color: #6c757d;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .separator {
    /* height: 1px;
        background-color: rgb(49, 214, 30);
        margin: 4px 0;
        width: 300px; */
    margin-left: 31px;
  }

  .faq-card img {
    height: 276px;
    width: 166px;
    object-fit: cover;
    border-radius: 6px;
    margin-left: 73px;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #5ABBD7;

}

.sidebar {
  background-color: #2f3b4c;
  height: 50vh;
}

.term-sidebar {
  background-color: #2f3b4c;
  height: 165vh;
}

.sidebar .nav-link {
  color: white;
}

.term-sidebar .nav-link {
  color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: white;
  content: var(--bs-breadcrumb-divider, "/");
  /* margin-top: -4px; */
  margin-left: -11px;
}

#blog-standard-left-sidebar h2 {
  /* padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px; */
  font-size: 25px;
}

#blog-standard-left-sidebar p {
  /* padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px; */
  font-size: 15px;
}

@media (max-width: 768px) {
  #blog-standard-left-sidebar p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 15px;
    text-align: justify;
  }

  /* .places{
      margin-left: -10px;
    } */
}

.best-places-blog h2 {
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-family: Verdana, arial, Geneva, sans-serif;
}

@media (min-width: 768px) {
  .places {
    margin-left: 44px;
  }
}

.question {
  margin-left: 20px;
}

.tour-package-container {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}


/* about section  */
.about-section h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-align: left;
}

.about-text {
  color: var(--light-text);
  line-height: 1.5;
  font-size: 15px;
  font-family: var(--font-family-sans-serif);
  text-align: left;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}

.logo-icon {
  margin-right: 10px;
  font-size: 28px;
}

.faq-section {
  background-color: white;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  margin-bottom: 30px;
}

.section-title {
  background-color: var(--primary-color);
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
}

.faq-item {
  border-bottom: 1px solid var(--border-color);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.faq-question:hover {
  background-color: #f9f9f9;
}

.faq-question.active {
  background-color: #f2f9fc;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #fafafa;
}

.faq-answer.active {
  padding: 20px;
  max-height: 500px;
}

.icon {
  transition: transform 0.3s;
  font-size: 16px;
}

.active .icon {
  transform: rotate(180deg);
}

.search-box {
  margin-bottom: 30px;
  position: relative;
}

.search-box input {
  width: 100%;
  padding: 12px 20px;
  padding-left: 45px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}

.search-box input:focus {
  border-color: var(--primary-color);
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
}

.category-tabs {
  display: flex;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 6px;
  margin-left: 131px;
  background-color: #FAFBFE;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.custom-card-radius {
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.category-tab {
  /* background-color: var(--secondary-color);
        border: 1px solid var(--border-color); */
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
}

.category-tab.active {
  /* / background-color: var(--primary-color); */
  color: black;
  /* border-color: var(--primary-color); */
  border-bottom: 3px solid orangered;
}

.contact-section {
  background-color: white;
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.contact-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.contact-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  min-width: 200px;
  border-radius: 8px;
  transition: all 0.3s;
}

.contact-option:hover {
  background-color: #f5f5f5;
}

.contact-icon {
  font-size: 30px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.no-results {
  text-align: center;
  padding: 40px 20px;
  display: none;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
  /* margin-top: 50px; */
}

@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    text-align: center;
  }

  .contact-options {
    flex-direction: column;
    align-items: center;
  }

  .contact-option {
    width: 100%;
    max-width: 280px;
  }
}

/* Animation for new items */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.5s ease forwards;
}

/* Highlight for search results */
.highlight {
  background-color: #ffeb3b;
  padding: 2px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, ">");
}

@media (max-width: 768px) {
  .category-tabs {
    display: flex;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 6px;
    margin-left: -15px;
    background-color: #FAFBFE;
  }

  .about-para {
    text-align: justify;
  }
}

.icon_wrapper[data-v-34d9787c] {
  background-color: var(--light-bg);
  border: 1px solid #080808;
  border-radius: 4px;
  display: inline-block;
  height: 45px;
  position: relative;
  transform: rotate(45deg);
  width: 45px;
}

.customer-speaks .carousel-item {
  padding: 15px;
  background: #f9f9f9;
  border-radius: 10px;
  min-height: 200px;
}

.customer-speaks .review h5 {
  font-weight: bold;
  color: #333;
}

.icon_wrapper i {
  font-size: 20px;
  /* or your preferred size */
  color: #c00;
  /* or your preferred color */
  margin-right: 10px;
}

.career-fluid {
  max-width: 101%;
  height: auto;

}

@media (max-width: 768px) {
  .career-fluid {
    max-width: 107%;
    height: auto;
    margin-left: -13px;
  }
}

.media-card {
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: white;
  overflow: hidden;
}

.media-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.media-card .card-header {
  background-color: white;
  border-bottom: none;
  padding: 20px 20px 0;
}

.media-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #414a4c;
  margin-bottom: 15px;
}

.media-card .date {
  color: #d35400;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
}

.media-card .card-text {
  color: #777;
  line-height: 1.6;
  font-size: 0.95rem;
}

.media-card .card-body {
  padding: 15px 20px 20px;
}

.media-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.btn-read-more {
  /* background-color: #d35400; */
  color: #d35400;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.btn-read-more:hover {
  /* background-color: #a04000; */
  color: #a04000;
}

.navbar-brand {
  font-size: 1.8rem;
  font-weight: 700;
  color: white !important;
}

.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .main-title {
    font-size: 2rem;
  }

  .media-card {
    margin-bottom: 20px;
    width: 110%;
    margin-left: -15px;
  }
}

.media-card {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}

.media-card {
  max-height: 380px;
  /* Set desired height for scrollable content */
  overflow-y: scroll;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-dot {
  width: 12px;
  height: 12px;
  background-color: #fafbfc;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -25px;
}

.year-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.timeline-content {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.timeline-left {
  margin-left: 30px;
}

.timeline-right {
  margin-right: 30px;
}

.year {
  color: #007bff;
}

.title {
  color: #555;
  font-size: 14px;
}

span {
  font-weight: bold;
  color: #333;
}

@media (max-width: 767px) {
  .timeline-dot {
    left: -15px;
  }


  .timeline-left,
  .timeline-right {
    margin-left: -7px;
    margin-right: -19px;
  }

}

.timeline-item {
  position: relative;
  padding-left: 30px;
}

.timeline-dot {
  width: 14px;
  height: 14px;

  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
}

/* Line between dots */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 6px;
  width: 2px;
  height: 260px;
  background-color: #ccc;
  z-index: 1;
}

/* Remove line for last item */
.timeline-item:last-child::before {
  height: 10px;
  /* small tail */
}

/* Cut off line after last item */
.col-sm-6 .timeline-item:last-child::before {
  content: '';
  bottom: 50%;
  /* only half the line under the last dot */
}

ul.list-inline {
  display: flex;
  flex-wrap: nowrap;
  /* prevents wrapping to the next line */
  justify-content: center;
  /* centers the items horizontally */
  padding-left: 0;
  list-style: none;
  overflow-x: auto;
  /* Optional: adds horizontal scroll if too wide */
  gap: 50px;
  /* Optional: spacing between items */
}

ul.list-inline li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fourSlider .owl-nav {
  display: flex;
  justify-content: space-between;
  bottom: 200px;
  position: relative;
  left: -45px;
  width: calc(100% + 90px);
}

.fourSlider .owl-dots {
  text-align: center;
  top: -15px;
  position: relative;
}

.owl-dots {
  display: flex;
  gap: 5px;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 6px;
}

.owl-dots button {
  width: 7px;
  height: 7px;
  background: #C7C7C7 !important;
  border-radius: 50%;
}

.owl-dots button.owl-dot.active {
  background: #19aeeb !important;
}

.nav-pills .nav-link {
  background: #253d52;
  /* color: #fff; */
  border-radius: 0px;
}

.company_logo .owl-nav {
  display: flex;
  justify-content: space-between;
  bottom: 60px;
  position: relative;
  left: -45px;
  width: calc(100% + 90px);
}

.singleSlider .owl-dots {
  transform: none;
}

.testimonials-wrap {
  padding: 40px 0;
}

.heading-section {
  text-align: center;
}

.sub-heading {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 15px;
}

.testimonial-box {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .03);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}

.carousel-testimonial .item {
  padding: 30px 10px;
}

.quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}

.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}

.position {
  color: #adadad;
  font-size: 14px;
}

.carousel-testimonial .owl-nav {
  text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.destinationCard {
  overflow: hidden;
}

.destinationCard .tour-mig-lc-img img {
  border-radius: 40px;
  filter: brightness(0.7);
}

.destinationCard:hover .destinationContent {
  bottom: 10px;
}

.destinationContent {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  transition: bottom 0.3s linear;
  /* Smooth transition */
}

.destinationContent .bookBtn {
  background: #39c9bb;
  color: #fff;
  border-radius: 25px;
  margin-top: 20px
}

.overlayColor-2 {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgb(22 40 105 / 26%) 46%, rgba(0, 0, 0, 0.41) 100%);
  top: 0px;
  bottom: 40px;
  left: 0px;
  width: 100%;
  z-index: 1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-bottom: 3px solid #5ABBD7;
  background: inherit;
  color: #5ABBD7;
  font-size: 20px;
  font-weight: 600;
}

.login-pills .nav-link {
  border-bottom: 3px solid #c5c5c5;
  background: inherit;
  color: #c5c5c5;
  font-size: 20px !important;
  font-weight: 600;
}

.LoginModal_dividerLeft,
.LoginModal_dividerRight {
  display: flex;
  min-height: 1px;
  background: linear-gradient(270deg, #515151, #51515100);
  width: 100%;
}

.LoginModal_dividerLabel {
  display: flex;
  align-items: center;
  color: #202020;
  font-size: 14px;
  line-height: 21px;
  min-width: 152px;
  font-weight: 600;
}

.LoginModal_dividerRight {
  background: linear-gradient(90deg, #515151, #51515100);
}

.LoginModal_dividerBox {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 15px;
}

.LoginModal_googleReviewBox {
  display: flex;
  border-radius: 50%;
  background: #f4f4f4;
}

.LoginModal_tabIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 100%;
}

.inn-page-bg {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}

.inn-page-con-bg {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px -2px 7px rgba(150, 150, 150, 0.4);
}

.spe-title {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.spe-title h2 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  margin-top: 0px;
  text-transform: capitalize;
  font-size: 44px;
  color: #253d52;
  /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59); */
}

.spe-title h2 span {
  color: #f4364f;
  font-size: 44px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
}

.title-line {
  margin-top: -10px;
}

.tl-1 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #eee;
}

.tl-2 {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  position: relative;
  top: 5px;
  width: 12px;
  border: 1px solid #ebc131;
  border-radius: 50px;
}

.tl-3 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #eee;
}

#heading {
  text-transform: uppercase;
  color: #243d53;
  font-weight: normal;
  font-size: 22px;
}

#msform {
  text-align: center;
  position: relative;
  /* margin-top: 20px */
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}

/* #msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px
} */

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #243d53;
  outline-width: 0
}

#msform .action-button {
  width: 100px;
  background: #243d53;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311B92
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000
}

.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #243d53;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #243d53;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #243d53
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f007"
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f095"
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030"
}

#progressbar #experience:before {
  font-family: FontAwesome;
  content: "\f6fc"
}

#progressbar #link:before {
  font-family: FontAwesome;
  content: "\f0c1"
}

#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 15px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #243d53
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: #243d53
}

.fit-image {
  width: 100%;
  object-fit: cover
}

.input-error {
  border: 2px solid red;
}

.package-nav .active{
  color: #5ABBD7 !important;
}

.package-nav{
  color: #0e0e0e ;
}

.itenary-btn:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
    transform: rotate(-180deg) !important;
}
.itenary-btn::after {
    flex-shrink: 0  !important;
    width: 1.25rem  !important;
    height: 1.25rem  !important;
    margin-left: auto  !important;
    content: ""  !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e)  !important;
    background-repeat: no-repeat  !important;
    background-size: 1.25rem  !important;
    transition: transform .2s ease-in-out  !important;
}
.themeColor{
  color:#253d52;
}
.themeColor2{   
  color:#5ABBD7;
}

.mobile-floating-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  text-align: center;
  font-family: sans-serif;
}

.mobile-floating-bar a {
  flex: 1;
  padding: 12px 0;
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.whatsapp-btn {
  background-color: #25d366;
}

.call-btn {
  background-color: #234aa3;
}

.mobile-floating-bar i {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.desktop-floating-buttons {
  position: fixed;
  top: 35%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.desktop-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright; 
  padding: 12px 6px;
  width: 140px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: background 0.3s;
}
.desktop-btn span{
color: #fff;

}

.desktop-btn i {
  font-size: 20px;
  margin-bottom: 5px;
}

.desktop-btn.whatsapp {
  background-color: #25d366;
}

.desktop-btn.call {
  background-color: #234aa3;
}
@media only screen and (min-width: 768px) {
  .mobile-floating-bar {
    display: none;
  }
}

            .floating-buttons {
  position: fixed;
  top: 40%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.floating-btn {
    writing-mode: sideways-rl;
    text-orientation: upright;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  width: 60px;
  height: 120px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.floating-btn i {
  margin: 6px 0;
  font-size: 18px;
}

/* Specific Styles */
.whatsapp {
  background-color: #25D366;
}

.call {
  background-color: #1e40af;
}
.floating-buttons span{
    color: #fff;
}
@media only screen and (max-width: 768px) {
  .desktop-floating-buttonsHide {
    display: none;
  }
}
