@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;

}

.navbar-custom {
  position: absolute;
  padding: 8px 20px;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 58px 22px -10px #000000ab inset;
}

.nav-link {
  color: #f9f9f9 !important;
  font-weight: 600;
}

.dropdown-toggle::after {
  margin-left: 0.3rem;
}

/* Blinking button styles */
.blinking-btn {
  background: linear-gradient(45deg, #ff0000, #ff0808);
  border: none;
  color: white;
  padding: 4px 20px;
  font-size: 17px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  animation: blink 1.5s infinite;
}

.blinking-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
  color: white;
  text-decoration: none;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

/* Dropdown menu styling */
.dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 10px;
}

.dropdown-item {
  color: #333 !important;
  font-weight: 500;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background: #939393;
  color: white !important;
  transform: translateX(5px);
}

.call-info {
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.call-icon {
  border: 1px solid white;
  border-radius: 50%;
  padding: 0.3rem;
}

.cart-btn {
  position: relative;
  margin-right: 1rem;
  color: white;
}

.cart-btn .badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: red;
}

.login-btn {
  border: 1px solid white;
  border-radius: 2rem;
  padding: 0.3rem 1rem;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: transparent;
}

.navbar-nav .nav-item {
  margin-right: 1rem;
}

.logo-main {
  width: 22%;
}


.booking-sec {
  color: white;
  margin-top: 0px;
  padding: 0px 150px;
  z-index: 99;

}

.book-sec-1-container {
  position: relative;
  padding: 24px;
  background-color: rgb(225 225 225);
  border-radius: 15px;
  bottom: 53px;
  z-index: 999;
}

.form-label {
  margin-bottom: 0.5rem;
  color: #313131;
  font-weight: 550;
  font-size: 15px;
}

.book-sec-1-search-btn {
  background-color: #792ff6;
  color: #fff;
  margin-top: 36px;
  font-weight: 550;
}

.book-sec-1-search-btn:hover {
  background-color: rgb(255, 255, 255);
  color: #000;
  border: 2px solid #c60000;
}


/* /././/././../././././/./././././//././././././././/./. */

.texture-abt-1 {
  width: 19%;
  position: absolute;
  right: -111px;
  top: -10%;
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.texture-abt-2 {
  width: 20%;
  position: absolute;
  right: 37%;
  bottom: -4%;
  z-index: -1;
  animation: rotate 15s linear infinite;
}

.about-us {
  position: relative;
  margin-bottom: 60px;
  padding: 40px 0px;
}

.about-us .heading {
  font-size: 2.5rem;
  font-weight: 700;
}

.about-us .subheading {
  font-size: 1rem;
  color: #555;
}

.about-us .feature-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.about-us .feature {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.about-us .feature-title {
  font-weight: 600;
}

.about-us .cta-button {
  background-color: #792ff6;
  color: #fff;
  padding: 8px 16px;
  font-weight: bold;
  border: none;
  font-size: 14px;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.about-us .cta-button:hover {
  background-color: #4a1e9d;
}

.about-us .main-img {
  width: 76%;
  border-radius: 5px;
  height: 500px;
  float: right;
  object-fit: cover;
}

.about-us .overlay-img {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 226px;
  border-radius: 15px;
  height: 200px;
  object-fit: cover;
  border: 8px solid #ffffffd7;
  box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}

.about-us .travel-text {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 5rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #6c2bd9;
}

@media (max-width: 992px) {
  .about-us .travel-text {
    display: none;
  }

  .about-us .overlay-img {
    position: static;
    margin-top: 20px;
  }
}

.sub-titl-clr {
  color: #792ff6;
  margin-bottom: 5px;
  font-weight: 550;
}

/* /././././././/..//../././././././/../ */
.popular-destination__element::after {
  top: 0;
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  background: var(--gotur-base, #670103);
  filter: blur(150px);
  z-index: -1;
}

@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}

.popular-destination {
  overflow: hidden;
}

.popular-destination__element {
  position: absolute;
  right: 0;
  top: 40%;
  animation: topToBottom 3.5s ease-in-out infinite;
  z-index: -1;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
    margin-bottom: 0;
  }

  .popular-destination__element {
    display: block;
  }

}

.sec-title__title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: 700;
}

.destinations-card {
  position: relative;
}

.destinations-card__thumb {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 135px;
  border: 4px solid transparent;
  transition: all 0.4s ease-in-out;
}

.destinations-card__thumb img {
  height: 430px;
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.destinations-card__group-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  bottom: 60px;
  left: 10%;
  transform: translate(18%, 100px);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.destinations-card__group-card__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: var(--gotur-white, #fff);
  text-transform: capitalize;
  padding: 5.5px 10.5px;
  border-radius: 24px;
  background-color: var(--gotur-primary, #b90d0d);
  margin-bottom: 0;
}

.destinations-card__group-card__text:last-child {
  background-color: var(--gotur-base, #6d2bde);
}

.destinations-card__title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 70%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--gotur-primary, #F7921E);
  text-align: center;
}

.destinations-card__title a {
  text-decoration: none;
  color: #5a10da;
  font-weight: 550;
  transition: all 500ms ease;
}

.destinations-card__title a:hover {
  background-size: 100% 1px;
}

.destinations-card:hover .destinations-card__thumb {
  border-radius: 135px;
  border-color: var(--gotur-primary, #F7921E);
}

.destinations-card:hover .destinations-card__thumb img {
  transform: scale(1.1);
}

.destinations-card:hover .destinations-card__group-card {
  transform: translate(18%, 0px);
  opacity: 1;
}

.destinations-card__title {

  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  line-height: 70%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--gotur-primary, #F7921E);
  text-align: center;
  position: absolute;
  bottom: 62px;
  left: 52px;
  background-color: #f8f8f8c9;
  padding: 9px;
  border-radius: 15px;
}

.about-five {
  position: relative;
  background-color: var(--gotur-gray, #F3F8F6);
  z-index: 1;
}

.about-five__thumb {
  position: relative;
}

@media (min-width: 1200px) {
  .about-five__thumb {
    margin-right: -30px;
  }
}

@media (min-width: 1200px) {
  .about-five__thumb__item {
    margin-right: 89px;
  }
}

.about-five__thumb__item img {
  border-radius: 100px 0px;
  object-fit: cover;
  width: 100%;
}

.about-five__thumb__item-small {
  position: relative;
  margin-top: -262px;
  text-align: end;
}

.about-five__thumb__item-small img {
  border: 10px solid var(--gotur-white, #fff);
  border-radius: 100px 0px;
  object-fit: cover;
}

.about-five__thumb__item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -70%);
}

.about-five__thumb__item-video a {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gotur-white, #fff);
  color: var(--gotur-primary, #F7921E);
  font-size: 24px;
  border: 4px solid var(--gotur-base, #670103);
  position: relative;
  z-index: 1;
}

.about-five__thumb__item-video a .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--gotur-base-rgb, 99, 171, 69), 0.55);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.about-five__thumb__item-video a .ripple::before,
.about-five__thumb__item-video a .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--gotur-base-rgb, 99, 171, 69), 0.45);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.about-five__thumb__item-video a .ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-five__thumb__item-video a .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-five__thumb__item-video a:hover {
  background-color: var(--gotur-base, #670103);
}

.about-five__thumb__item-element {
  position: absolute;
  bottom: -5%;
  z-index: -1;
  left: 25%;
  transform: translateX(-30%);
  animation: topToBottom 3.5s ease-in-out infinite;
}

.about-five__thumb::after {
  content: "";
  width: 16px;
  height: 170px;
  border-radius: 100px;
  background-color: var(--gotur-base, #670103);
  position: absolute;
  top: 0;
  right: 25px;
  animation: topToBottom 5s ease-in-out infinite;
  z-index: -1;
}

.about-five__right .sec-title {
  padding-bottom: 22px;
  margin-right: -10px;
}

@media (min-width: 1200px) {
  .about-five__right {
    margin-left: 50px;
  }
}

.about-five__top__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--gotur-text, #595959);
  padding-bottom: 0;
  margin-bottom: 30px;
}

.about-five__feature {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 45px;
  justify-content: start;
}

.about-five__feature__icon {
  font-size: 44px;
  color: var(--gotur-base, #670103);
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.about-five__feature__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 5px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--gotur-black, #1D231F);
}

.about-five__feature__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 245px;
}

.about-five__feature__item:hover .about-five__feature__icon {
  color: var(--gotur-primary, #F7921E);
  transform: scaleX(-1);
}

.about-five__button {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
  width: 100%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .about-five__button {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

@media (max-width: 575px) {
  .about-five__button {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.about-five__button .gotur-btn .icon {
  background-color: var(--gotur-white, #fff);
  color: var(--gotur-base, #670103);
}

.about-five__button__author {
  display: flex;
  align-items: center;
}

.about-five__button__author__item {
  width: 40px;
  height: 40px;
  border: 2px solid var(--gotur-white, #fff);
  border-radius: 50%;
  overflow: hidden;
}

.about-five__button__author__item img {
  object-fit: cover;
  width: 100%;
}

.about-five__button__author__item__funfact {
  display: flex;
  align-items: center;
}

.about-five__button__author__item__funfact .count {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--gotur-base, #670103);
}

.about-five__button__author__item__funfact .text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--gotur-black, #1D231F);
  text-transform: capitalize;
}

.about-five__button__author__item+.about-five__button__author__item {
  margin-left: -15px;
}

.about-five__button__author__item-two {
  margin-left: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.about-five__button__author__item-two a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px dashed var(--gotur-base, #670103);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gotur-base, #670103);
}

.about-five__element-one {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.about-five__element-two {
  position: absolute;
  left: 0;
  top: 40%;
  animation: topToBottom 4s ease-in-out infinite;
  z-index: -1;
  display: none;
}

.about-five__element-two::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  background: var(--gotur-primary, #F7921E);
  opacity: 0.35;
  filter: blur(150px);
  right: 0;
}

@media (min-width: 1200px) {
  .about-five__element-two {
    display: block;
  }
}

@media (min-width: 1200px) {
  .about-five--two .about-five__right {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .about-five--two .about-five__thumb {
    margin-right: 32px;
  }
}

.about-five--two .about-five__thumb__item {
  border-radius: 10px;
  padding-left: 30px;
  margin-right: 0;
  padding-right: 73px;
}

.about-five--two .about-five__thumb__item img {
  border-radius: 10px;
}

.about-five--two .about-five__thumb__item-small {
  position: absolute;
  right: 0;
  bottom: 87px;
  border-radius: 16px;
}

.about-five--two .about-five__thumb__item-small img {
  border-radius: 16px;
}

.about-five--two .gotur-btn .icon {
  color: var(--gotur-primary, #F7921E);
}

.about-five--two .about-five__thumb__item-video {
  transform: translate(-50%, -50%);
}

.about-five--two .about-five__thumb__item-video a {
  width: 54px;
  height: 54px;
  border: 0px solid transparent;
  font-size: 15px;
}

.about-five--two .about-five__thumb__text {
  top: 10%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--gotur-white, #fff);
  background-color: var(--gotur-base, #670103);
  padding: 42px 14px 20px 15px;
  position: absolute;
  left: 0;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.about-five--two .about-five__element-three {
  position: absolute;
  left: 0;
  top: 40%;
  animation: topToBottom 4s ease-in-out infinite;
  z-index: -1;
  display: none;
}

@media (min-width: 1200px) {
  .about-five--two .about-five__element-three {
    display: block;
  }
}

.about-five--two .about-five__element-four {
  position: absolute;
  right: 0;
  top: 45%;
  animation: topToBottom 3.5s ease-in-out infinite;
  z-index: -1;
  display: none;
}

.about-five--two .about-five__element-four::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  background: var(--gotur-base, #670103);
  filter: blur(150px);
  z-index: -1;
}

@media (min-width: 1200px) {
  .about-five--two .about-five__element-four {
    display: block;
  }
}

.about-five--two .about-five__feature {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 23px;
}

.about-five--two .about-five__feature__item {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 575px) {
  .about-five--two .about-five__feature__item {
    gap: 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.about-five--two .about-five__feature__item:hover .about-five__feature__icon {
  background-color: var(--gotur-primary, #F7921E);
}

.about-five--two .about-five__feature__text {
  font-size: 16px;
  line-height: 178%;
  margin-bottom: 0;
  flex: 50%;
  position: relative;
}

.about-five--two .about-five__feature__text::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  background-color: var(--gotur-base, #670103);
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 575px) {
  .about-five--two .about-five__feature__text::after {
    display: none;
  }
}

.about-five--two .about-five__feature__content {
  flex: 50%;
  display: flex;
  align-items: center;
  gap: 23px;
}

.about-five--two .about-five__feature__content .about-five__feature__icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gotur-base, #670103);
  font-size: 40px;
  color: var(--gotur-white, #fff);
}

.about-five--two .about-five__feature__content .about-five__feature__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--gotur-black, #1D231F);
}

.popular-destination__element::after {
  top: 0;
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  background: var(--gotur-base, #670103);
  filter: blur(150px);
  z-index: -1;
}

@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}

.popular-destination {
  overflow: hidden;
  background: url(../images/plan.png) no-repeat;
}

.section-space {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
  background-color: #fff;

}

.dest-pplr {
  position: absolute;
  bottom: -3%;
  width: 18%;
  box-shadow: 0px -22px 0px 0px inset #ababab;
}

.pstn-rltv {
  position: relative;
  z-index: 999;
}


/* /././././/.//././././/./.././/./././././.././././././/./ */


.cnt-slogan {
  margin-top: 80px;
  padding: 40px 5px;
  background: url(../images/q2.jpg) no-repeat rgb(46 46 46 / 90%);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.cnt-slogan p {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
}

.cnt-slogan h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
}

.packages-card:hover {
  box-shadow: 0 0 20px #696969;
}

.packages-card-body {
  text-align: left;
}

.packages-card-body i {
  margin-right: 5px;
  margin-bottom: 6px;
}

.clr-main {
  color: #792ff6;
}

.packages-card-body h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #36008d;
}

.packages-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease;
  background-color: #fffffff3;
}

.packages-card:hover {
  transform: translateY(-5px);
}

.packages-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.packages-card-body {
  padding: 15px;
  height: 160px;
  overflow-y: scroll;
}

.packages-card .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}

.packages-card .badge-new {
  background-color: #28a745;
  color: #fff;
}

.packages-card .badge-featured {
  background-color: #ff9500;
  color: #fff;
}

.packages-card-price {
  font-size: 18px;
  font-weight: bold;
  color: #6c63ff;
  margin-top: 10px;
}

.packages-card-rating {
  color: #ffa500;
  margin-top: 0px;
}

.favorite-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #ccc;
  cursor: pointer;
}

.favorite-icon:hover {
  color: #ff0000;
}

/* /./...//.//./././././././././././/././/. */

.carousel-container {
  position: relative;
  overflow: hidden;
  padding: 30px 0px;
}

.card-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  transition: transform 0.5s ease;
}

.car-card {
  flex: 0 0 calc(25% - 15px);
  box-sizing: border-box;
}

.card {
  height: 100%;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.card img {
  height: 200px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: none;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.carousel-btn.prev {
  left: -5px;
}

.carousel-btn.next {
  right: -5px;
}

@media (max-width: 992px) {
  .car-card {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 576px) {
  .car-card {
    flex: 0 0 100%;
  }
}

.car-card .card a {
  background-color: #f0f0f0;
  font-weight: 500;
  color: #626262;
  font-size: 14px;
}

.car-card .card a:hover {
  background-color: #cfcfcf;
}

.service-cards h2 {
  margin-bottom: 20px;
}

.card-title {
  font-size: 16px;
  font-weight: 550;
  margin: 0px;
}



.card-text:last-child {
  font-size: 14px;
  margin-top: -5px;
  color: #792ff6;
  font-weight: 550;
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #ededed;
  padding: 0px 11px;
  border-radius: 16px;
}

.service-cards {
  padding-top: 50px;
  background: url(../images/cartex.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}

.srvc-car-dtl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.card-body i {
  font-size: 14px;
  line-height: 28px;
  margin-right: 5px;
  color: #792ff6;
}

.icon-text-11 {
  font-size: 12px;
}

.service-cards h2 {
  font-size: 2.5rem;
}

/* /././././././././././././././/././././ */

.white-heading {
  color: #ffffff;
}

.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.white-heading span {
  color: #ffffff;
}

/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(../images/testimnl-tex.png) no-repeat rgba(25, 70, 79, 0.684);
  background-blend-mode: multiply;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-size: cover;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 10px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

/* /././/././././././././/././.. */
.latst-updt {
  padding: 40px 10px;
  background: url(../images/tex.jpg) no-repeat;
  background-size: cover;
}

.latst-updt h2 {
  font-size: 2.5rem
}

.ltst-card-11 {
  display: flex;
  justify-content: space-between;
}

.latest-news {
  text-align: center;
  margin: 40px 0;
}

.news-card {
  border: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.news-card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.news-badge {
  color: #792ff6;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
  padding: 5px 10px;
  display: inline-block;
}

.news-date {
  font-size: 14px;
  color: #6c757d;
}

.news-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}


/* /././///././/./.././.././..//./././././././ */

.ft-an {
  text-decoration: none;
  color: #ffffff;
}

.footer h5 {
  font-size: 26px;
  margin-bottom: 17px;
}

.footer a {
  font-size: 16px;
}

.i-font-size {
  font-size: 17px !important;
  margin-right: 5px;
}

.footer p {
  font-size: 16px;
}

.footer .input-group {
  width: 95%;
}

.footer {
  background: url(../images/cartex.png) center center no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.copyright {
  padding: 12px;
  background-color: #1e1e1e8a;
}

.copyright p {
  font-size: 14px;
  margin: 0px;
}

.footer a:hover {
  color: #0d6efd;
}

.input-group button {
  background-color: #6c63ff;
  border-color: #6c63ff;
}

.input-group button:hover {
  background-color: #5145d4;
  border-color: #5145d4;
}

.footer i {
  font-size: 1.5rem;
}

.foot-logo {
  width: 28%;
  margin-bottom: 15px;
  border-radius: 13px;
}

.footer ul li {
  padding-bottom: 10px;
}


@media (max-width: 768px) {
  .booking-sec {
    padding: 0 10px;
  }

  .navbar-custom {
    padding: 8px 0px;
  }
}

/* /././././././././.././../././././. */
.all-banner-1 img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/* /./..//.//./././././././.about us section.//.././//../././/./..//.//./.// */


.about-section {
  background: url(../images/cartex.png) no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 50px;
}

.about-section .content-column .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 40px;
}

.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  margin-left: 50px;
}

.about-section .image-column .inner-column:after {
  position: absolute;
  content: '';
  right: 40px;
  top: 0px;
  left: 100px;
  bottom: 61px;
  z-index: -1;
  border: 2px solid #792ff6;
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: '';
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 90%;
  display: block;
  height: 470px;
  object-fit: cover;
  box-shadow: -9px 9px 4px #4c4c4c74;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
  background-color: #ffffff99;
  border-radius: 10px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: #792ff6;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #510acb;
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #792ff6;
  text-decoration: none;
}

.sec-title2 {
  color: #fff;
}

.sec-title {
  position: relative;
  padding-bottom: 10px;
}

.sec-title .title {
  position: relative;
  color: #792ff6;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sec-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
}


/* /..///.//./ */


.why-us {
  text-align: center;
  background-color: aliceblue;
}

.why-us h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why-us p {
  color: #792ff6;
  margin-bottom: 40px;
  font-weight: 550;
}

.why-us-card {
  border: none;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.2s ease-in-out;
}

.why-us-card:hover {
  transform: translateY(-10px);
}

.why-us-card img {
  width: 50px;
  margin-bottom: 15px;
}

.why-us-card h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why-us-card p {
  color: #6c757d;
}

.card-bg-1 {
  background-color: #f9f9ff;
}

.card-bg-2 {
  background-color: #e8faff;
}

.card-bg-3 {
  background-color: #fff4f4;
}

.card-bg-4 {
  background-color: #f9f9ff;
}

.why-us {
  padding-top: 40px;
  padding-bottom: 40px;
}

.why-us h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}




/* /./././././/./.contact s page/.//./././././././. */

.c-tex-background img {
  right: -3%;
  position: absolute;
  width: 16%;
  bottom: -96%;
  z-index: -1;
}

.c-tex-background-1 img {
  position: absolute;
  width: 16%;
  bottom: -59%;
  z-index: -1;
  left: 0%;
}

.heading_c {
  position: absolute;
  width: 100%;

}

.heading_c h1 {
  margin-top: -250px;
  width: 100%;
  text-align: center;
  font-size: 65px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 30px #000000;
}

.cont {
  padding: 40px;
  margin: 30px 0px;
  margin-bottom: 0;
}

.cont h1 {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  text-decoration: underline;
}

.cont h4 {
  color: #792ff6;
  font-size: 22px;
  font-weight: bold;
}

.cmsg {
  background: url(../images/tex10.jpg) repeat;
  background-size: cover;
  padding: 60px;
  position: relative;
}

.cmsgimg img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 5px 5px 10px #333;
}

.cmsg h1 {
  color: #792ff6;
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  text-decoration: underline;
}

.cmsg textarea {
  margin-top: 30px;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #e0dddd;
}

.cmsg1 {
  padding-top: 20px;
  padding-left: 20px;
}

.form-control {
  height: 50px;
}

.cbtn {
  margin-top: 30px;
  text-align: center;
}

.cbtn button {
  color: #fff;
  background-color: #792ff6;
  border: 0;
  padding: 5px 30px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
}


.cmap {
  position: relative;
  margin-bottom: 60px;
}

.cmap h1 {
  text-decoration: underline;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  color: #F48634;
}

.contactus {
  padding-top: 60px;
  padding-bottom: 40px;
}

.contactus h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.contact-crd-new-card {
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
  box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.contact-crd-new-card a {
  text-decoration: none;
}

.contact-crd-new-card:hover {
  background: #38009ac5;
}

.contact-crd-new-card:hover .contact-crd-new-icon i {
  color: #222;
  background: #fff;
}

.contact-crd-new-card:hover .contact-crd-new-title,
.contact-crd-new-card:hover .contact-crd-new-text {
  color: #fff;
}

.contact-crd-new-body {
  height: 235px;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact-crd-new-icon i {
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #4c03c9;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact-crd-new-title {
  margin-bottom: 0.75rem;
  font-size: 25px;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 550;
  color: #011152;
}

.contact-crd-new-text {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  color: #021045;
}



/* /././././/../packages--page/.//././/././/.././../././ */


.pack {
  background: url(../images/cartex.png) no-repeat;
  background-size: cover;
  padding: 60px;
  padding-bottom: 60px;
}

.pack h5 {
  text-align: center;
  margin-bottom: 40px;
  color: #792ff6;
  font-size: 17px;
}

.pack h1 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: #000000;
}

.pack1 h6 {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.pack img {
  width: 100%;
  height: 220px;
  position: relative;
  object-fit: cover;
  border-radius: 12px;
}


.pack_f {
  background-color: #f0eded;
  position: relative;
  padding: 10px;
  border-radius: 15px;
}

.pack4 {
  padding: 10px 7px;
  position: relative;
  background-color: #782ff6c6;
  margin: 0px 20px;
  margin-top: -18px;
  border-radius: 10px;

}

.p_para p {
  margin-bottom: 20px;
  color: #757474;
  font-size: 16px;
  line-height: 25px;
}


.pack3 h4 {
  margin-top: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: #373737;
}

.pack_f .p_price {
  position: absolute;
  right: 10px;
  top: 45px;
  background-color: #970101b8;
  padding: 6px;
}

.p_price h5 {
  margin: 0;
  font-weight: 550;
  color: #fff;
  font-size: 15px;
}

.pack_f i {
  font-size: 9px;
}


.but1 a {
  text-decoration: none;
  color: #fff;
  background-color: #0f52da;
  padding: 8px 14px;
  font-weight: bold;
}

.but2 {
  text-align: right;
  margin-bottom: 12px;

}

.but2 a {
  text-decoration: none;
  color: #fff;
  padding: 8px 25px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 5px;
  background-color: #792ff6;
  padding: 8px 25px;
  font-weight: bold;
}

.pac-c-body {
  height: 236px;
  overflow-y: scroll;
  padding: 14px;
}

/* /././..///./././bookinf page/..//.//./../././/. */

.bg-car-book {
  background: url(../images/cartex.png) no-repeat center center;
}

.book-my-trip-section-main {
  background: url(../images/cartex.png) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  padding: 60px 0;
}

.book-my-trip-section {
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
}

.book-my-trip-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: 700;
}

.book-my-trip-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 530px;
  display: flex;
  flex-direction: column;
}

.book-my-trip-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.trip-image-slider-container {
  position: relative;
  height: 250px;
}

.trip-image-slider {
  width: 100%;
  height: 250px;
  position: relative;
}

.trip-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.trip-slide.active {
  opacity: 1;
}

.trip-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trip-slider-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.trip-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.trip-dot.active {
  background: white;
  transform: scale(1.2);
}

.trip-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.trip-card-title {
  font-size: 19px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.trip-card-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.trip-specialities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.trip-specialty-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 3px solid #667eea;
}

.trip-specialty-item:hover {
  transform: translateX(5px);
  box-shadow: 0 3px 10px rgba(102, 126, 234, 0.2);
}

.trip-specialty-icon {
  font-size: 1.2rem;
  color: #667eea;
  margin-right: 10px;
  width: 25px;
  text-align: center;
}

.trip-specialty-text {
  font-weight: 600;
  color: #2c3e50;
  font-size: 12px;
}

.book-now-btn {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border: none;
  padding: 9px 28px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  width: 100%;
}

.book-now-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  background: linear-gradient(135deg, #764ba2, #667eea);
}

.book-now-btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .book-my-trip-title {
    font-size: 2rem;
  }

  .trip-card-title {
    font-size: 1.5rem;
  }

  .trip-specialities {
    grid-template-columns: 1fr;
  }

  .trip-image-slider-container {
    height: 250px;
  }

  .book-my-trip-card {
    height: auto;
    margin-bottom: 30px;
  }

  .about-us .main-img {
    width: 76%;
    border-radius: 5px;
    height: 320px;
    margin-left: 36px;
    float: none;
    object-fit: cover;
  }

  .about-us .overlay-img {
    width: 318px;
    border-radius: 15px;
    margin-left: 36px;
    height: 256px;

  }


}

.view-info-card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.view-info-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.view-info-row {
  border-bottom: 1px solid #e9ecef;
  padding: 12px 0;
}

.view-info-row:last-child {
  border-bottom: none;
}

.view-info-label {
  font-weight: 600;
  color: #495057;
}

.view-info-value {
  color: #212529;
}

.view-info-status-badge {
  font-size: 0.9rem;
  padding: 6px 12px;
}

.view-info-price-highlight {
  background: linear-gradient(135deg, #7b5aff 0%, #000000 100%);
  color: white;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}

.view-info-feature-tag {
  background-color: #e3f2fd;
  color: #1976d2;
  padding: 4px 8px;
  border-radius: 15px;
  font-size: 0.85rem;
  margin: 2px;
  display: inline-block;
}

.view-info-safety-tag {
  background-color: #e8f5e8;
  color: #2e7d32;
  padding: 4px 8px;
  border-radius: 15px;
  font-size: 0.85rem;
  margin: 2px;
  display: inline-block;
}

.view-info-tour-card {
  background: linear-gradient(135deg, #0f0011 0%, #3f3f3f 100%);
  color: white;
  border-radius: 10px;
  padding: 20px;
  height: 340px;
  overflow-y: scroll;
}

.view-info-btn-custom {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 25px;
  padding: 10px 30px;
  color: white;
  font-weight: 500;
}

.view-info-btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
}

.view-info-availability-section {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  margin: 15px 0;
}

.info-sec-1 {
  padding: 30px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 20px;
}

.view-hdng {
  font-weight: 600;
  font-size: 2.5rem;
}

.view-sub-hdng {
  color: #7a15df;
}

/* /./../.iteinary page/.//./././ */

.itinerary-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sightseeing-card {
  border-radius: 8px;
  overflow: hidden;
}

.sightseeing-card-main {
  padding: 15px;
  box-shadow: 0 2px 5px rgba(133, 133, 133, 0.354);
  background: url(../images/cartex.png) no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.sightseeing-card-main:hover {
  box-shadow: 0 0 10px #979797;
}

.fnt-sub-ttl {
  font-size: 16px;
  font-weight: 650;
  color: #323232;
}

.sightseeing-card-main img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border: 6px solid #dddddd;
  border-radius: 10px
}

.itinerary-ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.itinerary-subttl {
  color: #792ff6;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 550;
}

.ttl-extra {
  background-color: #6e0084;
  padding: 5px;
  font-size: 19px;
  border-radius: 10px;
  color: #fff;
  margin-right: 10px;
}

.accordion-button:not(.collapsed) {
  background-color: #a600ff17;
  padding: 12px;

}

.accordion-button:focus {
  border-color: #792ff6 !important;
  box-shadow: none !important;
}

.accordion-button {
  font-size: 21px;
  font-weight: 600;
  color: #565656 !important;
  border: none !important;
}

.accordion {
  border: none;
}

.sightseeing-card .card-body {
  padding: 15px;
}


.route-section h5 {
  font-weight: bold;
  font-size: 21px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8900d9;
}

.route-section p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: 550;
  line-height: 23px;
}


/* /././././/./new itineary page././/.//.//.//. */

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.tour-header {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tour-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.tour-location {
  color: #921ddb;
  font-size: 14px;
  margin-bottom: 15px;
}

.rating-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.rating-stars {
  color: #ffc107;
}

.rating-text {
  font-size: 14px;
  color: #666;
}

.tour-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.btn-icon {
  background: none;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 6px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

.btn-icon:hover {
  background-color: #f0f0f0;
}

.main-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.tour-images {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.main-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  position: relative;
  cursor: pointer;
}

.image-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  pointer-events: none;
}

.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding: 10px;
}

.thumbnail {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.thumbnail:hover {
  transform: scale(1.05);
}

/* Lightbox Styles */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.lightbox-image {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.lightbox-close:hover {
  background: rgba(0, 0, 0, 0.9);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.lightbox-nav:hover {
  background: rgba(0, 0, 0, 0.9);
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.lightbox-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 768px) {
  .lightbox-content {
    max-width: 95%;
    max-height: 95%;
  }

  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }
}

.features-section {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.features-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-tag {
  background: #efe3fd;
  color: #8819d2;
  padding: 5px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
}

.price-section {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 15px;
}

.price-display {
  text-align: center;
  margin-bottom: 20px;
}

.price-from {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.price-amount {
  font-size: 36px;
  font-weight: 700;
  color: #7c3aed;
  margin-bottom: 5px;
}

.price-per-person {
  font-size: 14px;
  color: #666;
}

.booking-form {
  margin-bottom: 20px;
}

.booking-info {
  margin-bottom: 20px;
}

.info-item {
  margin-bottom: 8px;
}

.info-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 1px;
  display: block;
  font-size: 14px;
}

.info-value {
  background: #f8f9fa;
  padding: 5px 12px;
  border-radius: 6px;
  color: #333;
  font-size: 14px;
  border: 1px solid #e9ecef;
}

.ticket-info {
  background: #f8f9fa;
  padding: 5px 12px;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}

.ticket-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 0;
  font-size: 14px;
  color: #333;
}

.ticket-row:not(:last-child) {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 8px;
  padding-bottom: 2px;
}

.bld {
  font-weight: 700;
}

.form-group {
  margin-bottom: 15px;
}

.form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.passenger-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
}

.passenger-btn {
  background: #f0f0f0;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.passenger-btn:hover {
  background: #e0e0e0;
}

.cost-breakdown {
  margin-bottom: 20px;
}

.cost-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  font-size: 14px;
}

.cost-item.total {
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.btn-book {
  width: 100%;
  background: #7c3aed;
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 5px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  display: block;
}

.btn-book:hover {
  background: #f5f5f5;
  border: 2px solid #6d28d9;
  color: #6d28d9;
}

.highlights-section {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 10px;
}

.highlight-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7c3aed;
  color: white;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.highlight-text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.day-plan {
  margin-top: 20px;
}

.day-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.day-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.day-header {
  padding: 15px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.day-number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #7c3aed;
}

.day-number span {
  background: #7c3aed;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.day-title {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  flex-grow: 1;
  margin-left: 15px;
}

.day-content {
  padding: 15px 20px;
  background: white;
  display: none;
}

.day-content.active {
  display: block;
}

.day-content p {
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.day-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .main-content {
    grid-template-columns: 1fr;
  }

  .thumbnail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-tags {
    justify-content: center;
  }

  .price-section {
    position: static;
  }
}


.booking-panel .form-control {
  height: 40px;
}


@media (max-width: 768px) {
  .main-content {
    grid-template-columns: 1fr;
  }

  .thumbnail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-tags {
    justify-content: center;
  }

  .price-section {
    position: static;
  }
}

.non-bld {
  font-weight: 500 !important;
  font-size: 14px;
}

.contact-main {
  background: url(../images/cartex.png) center center no-repeat;
  padding: 80px 0;

}

.card-box {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.section-title {
  margin-bottom: 30px;
  font-weight: 600;
  color: #333;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f1f1f1;
  padding: 13px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.info-item:hover {
  transform: translateY(-5px);
  background: #eaeaea;
}

.info-item i {
  font-size: 22px;
  color: #2c3e50;
  min-width: 30px;
}

.info-item h4 {
  font-weight: 600;
  margin: 0 0 5px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #f9f9f9;
  transition: 0.3s;
  font-size: 16px;
  height: 40px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #007bff;
  background: #fff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.15);
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.submit-btn {
  background: linear-gradient(to right, #007bff, #6610f2);
  color: white;
  padding: 8px 26px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 16, 242, 0.3);
}

.alert {
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.alert.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.map-section {
  margin: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .equal-height {
    display: flex;
    align-items: stretch;
  }

  .card-box {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .contact-main {
    padding: 50px 0;
  }

  .card-box {
    padding: 25px;
    margin-bottom: 30px;
  }
}

/* Modern Tour Card Styles */
.tour-card-modern {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  height: 100%;
  animation: fadeInUp 0.6s ease forwards;
}

.tour-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.tour-image-container {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.tour-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tour-card-modern:hover .tour-image {
  transform: scale(1.1);
}

.tour-heart {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.tour-heart:hover {
  background: #fff;
  transform: scale(1.1);
}

.tour-heart i {
  color: #ff4757;
  font-size: 16px;
}

.tour-card-body {
  padding: 15px;
}

.tour-title {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-details {
  margin-bottom: 0;
}

.tour-detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #6c757d;
  font-size: 14px;
}

.tour-detail-item i {
  width: 16px;
  text-align: center;
}

.tour-price {
  display: flex;
  margin-top: 1px;
  justify-content: space-between;
}

.price-label {
  font-size: 12px;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-value {
  font-size: 20px;
  font-weight: 700;
  color: #27ae60;
  margin-top: 2px;
}

.custom-view-btn {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  margin-top: -17px;
}

.custom-view-btn:hover {
  background: linear-gradient(135deg, #5a67d8, #6b46c1);
  box-shadow: 0 12px 24px rgba(102, 126, 234, 0.4);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .tour-card-modern {
    margin-bottom: 20px;
  }

  .tour-image-container {
    height: 180px;
  }

  .tour-title {
    font-size: 18px;
  }

  .price-value {
    font-size: 20px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.features-tags h3 {
  font-weight: 600;
  color: #582eff;
  text-transform: capitalize;
}

.carousel-control-prev {
  left: -115px !important;
}

.carousel-control-next {
  right: -115px;
}

.card-link-wrapper {
  display: block;
  transition: transform 0.2s ease;
  border-radius: 8px;
}

.card-link-wrapper:hover {
  text-decoration: none;
  color: inherit;
  transform: scale(1.01);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.card-link-wrapper {
  display: block;
  transition: transform 0.2s ease;
  border-radius: 8px;
}

.card-link-wrapper:hover {
  text-decoration: none;
  color: inherit;
  transform: scale(1.01);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.disabled-card {
  pointer-events: none;
  opacity: 0.7;
}