/* timeline start */
.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}

@media (min-width: 768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: 0.25rem dotted #3b82f6;
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: 0.3125rem;
  }
  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem dotted #3b82f6;
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: 0.3125rem;
  }
}

.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b82f6;
}

.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #3b82f6;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: 0.5;
}
/* timeline end */

/* accordian start */
#accordion-style-1 h1,
#accordion-style-1 a {
  color: #d5ae82;
}

#accordion-style-1 .btn-link {
  font-weight: 400;
  color: gray;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
}

#accordion-style-1 .card-body {
  border-top: 2px solid #d5ae82;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
  display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
  background: #d5ae82;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
}
/* accordian end */

/* card start */
.card {
  background-color: #fff;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-header {
  padding: 0;
}

.card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.card-img-top:hover {
  transform: scale(1.1);
}

.card-title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.card-text {
  color: #777;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.btn-primary {
  background-color: #f06449;
  border-color: #f06449;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
  background-color: #d34c35;
  border-color: #d34c35;
}

.rounded-pill {
  border-radius: 50px;
}

.text-primary {
  color: #f06449;
}
/* card end */

/* btn hover black bg start */
.call-to-book:hover {
  background-color: #000 !important;
}
/* btn hover black bg end */

/* tour packages card start */
.main {
  max-width: 1200px;
  margin: 0 auto;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

.card_image {
  position: relative;
  max-height: 250px;
}

.card_image img {
  width: 100%;
  height: 100%;
}

.card_price {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 45px;
  border-radius: 0.25rem;
  background-color: #fff;
  font-weight: 700;
  color: #004375;
  font-size: 20px;
  font-weight: 700;
}

.card_price span {
  font-size: 12px;
  margin-top: -2px;
}

.note {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid silver;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  position: relative;
  padding: 16px 12px 32px 24px;
  margin: 16px 8px 8px 0;
  max-height: 290px;
  overflow-y: scroll;
}

.card_content::-webkit-scrollbar {
  width: 8px;
}

.card_content::-webkit-scrollbar-track {
  box-shadow: 0;
  border-radius: 0;
}

.card_content::-webkit-scrollbar-thumb {
  background: #c89b3f;
  border-radius: 15px;
}

.card_title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.card_title::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c89b3f;
  content: "";
}

hr {
  margin: 24px auto;
  width: 50px;
  border-top: 2px solid #c89b3f;
}

.card_text p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.card_text p:last-child {
  margin: 0;
}
/* tour packages card end */

/* monsoon package start */
.package {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 330px;
  margin: 20px;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
  max-width: 100%;
}

.image-container:hover .image {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.image-container:hover .overlay {
  opacity: 1;
}

.text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.details {
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
  width: 100%;
}

h2 {
  font-size: 20px;
  margin-top: 0;
}

p {
  color: #777;
  margin-bottom: 10px;
}

.price {
  font-size: 28px;
  margin-bottom: 20px;
  color: rgb(21 58 170);
  font-family: "Poppins";
}

.book-now {
  display: inline-block;
  background-color: #f44336;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.book-now:hover {
  background-color: #e53935;
}

@media screen and (max-width: 600px) {
  .package {
    width: 100%;
  }
}
/* monsoon package end */

/* cruise package start */
.card {
  max-width: 400px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.card-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.card-image:hover .image {
  transform: scale(1.05);
}

.card-content {
  padding: 20px;
  text-align: center;
}

.title {
  font-size: 28px;
  margin-top: 0;
  color: #333333;
}

.details {
  color: #777777;
  margin-bottom: 20px;
  font-size: 16px;
}

.btn-tp {
  display: inline-block;
  background-color: #f44336;
  color: #ffffff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s;
  font-size: 16px;
}

.btn-tp:hover {
  background-color: #e53935;
}

@media screen and (max-width: 600px) {
  .card {
    width: 100%;
  }
}
/* cruise package end */

/* weather card start */
.weather-display {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

.weather-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #ffffff34;
  background-color: transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.weather-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
}

.weather-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.weather-info {
  text-align: center;
}

.weather-city {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.weather-description {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.weather-temp {
  font-size: 28px;
  font-weight: bold;
}

@keyframes weatherIconAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.w_card {
  position: absolute;
  right: 2rem;
  top: 4rem;
  background-color: #ffffff68 !important;
}

@media (max-width: 900px) {
  .w_card {
    display: none;
  }
}
/* weather card end */

/* contact us start */
input:focus ~ label,
textarea:focus ~ label,
input:valid ~ label,
textarea:valid ~ label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .styled-input {
    width: 100%;
  }
}

.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide {
  width: 650px;
  max-width: 100%;
}

input,
textarea {
  padding: 30px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #2d2d2d;
  color: white;
  border-radius: 4px;
}

input:focus,
textarea:focus {
  outline: 0;
}

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}

.submit-btn {
  float: right;
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  background-color: #4b8cfb;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
    float: none;
    text-align: center;
  }
}

input[type="checkbox"] + label {
  color: #ccc;
  font-style: italic;
}

input[type="checkbox"]:checked + label {
  color: #f00;
  font-style: normal;
}
/* contact us end */
