@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


:root {
  --main-color: #055193;
  --secondary-color: #A6CE39;
  --secondary-text: #282f34;
  --fonts-color: #787878;
  --blackfont-color: #282f34;
  --white-color: #ffffff;
  --black-color: #000000;
  --body-font-family: "Nunito Sans", serif;
  --head-font-family: "Roboto Condensed", serif;
}

body {
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif !important;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-size: 17px;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
}


.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.container {
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
}

input[type='number']::-webkit-inner-spin-button {
  display: none;
}

.sticky-top {
  position: fixed !important;
  animation: fadeInDown 0.6s linear;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* ----------------------------------------------------------------------------------------------- */
.cursor-follower {
  width: 30px;
  height: 30px;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: url(../img/icons/plane.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
}

/* ------------------------------------------------------------------------------------------------ */

.hero-slider {
  position: relative;
  width: 100%;
  height: 1100px;
  overflow: hidden;
}

.hero-slider .hero-bg-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slider .video-box {
  width: 100%;
  height: 100%;
}

.hero-slider .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .hero-bg-slider .carousel-inner {
  width: 100%;
  height: 100%;
}

.hero-slider .hero-bg-slider .carousel-item {
  width: 100%;
  height: 100%;

}

.hero-slider .hero-bg-slider .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .hero-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 260px 100px 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-slider .hero-content-wrapper .title-box {
  margin-bottom: 30px;
  text-align: center;
}

.hero-slider .hero-content-wrapper .title-box span.sub-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #A6CE39;
  font-weight: 600;
  display: block;
}

.hero-slider .hero-content-wrapper .title-box h1 {
  font-size: 86px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  line-height: 5.4rem;
}

.hero-slider .hero-content-wrapper .title-box h1 span {
  display: block;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(to right, #0088ff 20%, #b4fc00);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 94px;
}


.hero-slider .hero-content-wrapper .title-box p.animeText {
  min-height: 50px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  text-transform: capitalize;
  color: #A6CE39;
}

.typed-cursor {
  display: none;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-stage {
  padding: 30px 0;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item {
  filter: grayscale(100%);
  transition: all 0.4s;
  transform: scale(.8);
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item:hover {
  filter: grayscale(0);
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item.center {
  filter: grayscale(0);
  transform: scale(1.1);

}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  border: 3px solid #fff;
  border-radius: 10px 10px 0 0;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0));
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item .img-box {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item:hover .img-box img {
  transform: scale(1.2);
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item .content {
  position: absolute;
  bottom: 10px;

}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item .content h3 {
  color: #fff;

  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 10px;
  background: linear-gradient(to right, #055193 20%, #A6CE39);
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 0 12px #000000;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item .content span.day {
  position: absolute;
  top: -30px;
  left: 10px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item .content p.price {
  position: absolute;
  top: -74px;
  left: 10px;
  padding: 4px 10px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  border-radius: 6px;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item p.tag {
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 4px 10px;
  background-color: #73B458;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-item p.tag svg {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  animation: spin 2s infinite alternate;
}



.hero-slider .hero-content-wrapper .hero-carousel {
  position: relative;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-nav svg {
  position: absolute;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  padding: 10px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  opacity: .6;
  transition: all 0.4s;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-prev svg {
  top: 50%;
  left: -10px;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-next svg {
  top: 50%;
  right: -10px;
}

.hero-slider .hero-content-wrapper .hero-carousel .owl-nav svg:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.4) rotate(360deg);
}



@media (min-width:992px) and (max-width:1200px) {
  .hero-slider .hero-content-wrapper {
    padding: 250px 80px 0;
  }

  .hero-slider .hero-content-wrapper .title-box h1 span {
    font-weight: 700;
    font-size: 82px;
  }
}

@media (max-width:992px) {
  .hero-slider {
    height: 1000px;
  }

  .hero-slider .hero-content-wrapper {
    padding: 180px 30px 0;
  }

  .hero-slider .hero-content-wrapper .title-box h1 {
    font-size: 64px;
  }

  .hero-slider .hero-content-wrapper .title-box h1 span {
    font-weight: 600;
    font-size: 64px;
  }
}

@media (max-width:768px) {
  .hero-slider {
    height: 960px;
  }

  .hero-slider .hero-content-wrapper {
    padding: 170px 40px 0;
  }

  .hero-slider .hero-content-wrapper .title-box h1 {
    font-size: 56px;
    line-height: 4rem;
  }

  .hero-slider .hero-content-wrapper .title-box h1 span {
    font-weight: 600;
    font-size: 48px;
  }

  .hero-slider .hero-content-wrapper .title-box p.animeText {
    font-size: 22px !important;
    font-weight: 600;
  }
}

@media (max-width:568px) {

  .hero-slider {
    height: 800px;
  }

  .hero-slider .hero-content-wrapper {
    padding: 160px 0 0;
  }

  .hero-slider .hero-content-wrapper .title-box {
    margin-bottom: 0;
    text-align: center;
  }

  .hero-slider .hero-content-wrapper .hero-carousel .owl-item {
    filter: grayscale(100%);
    transition: all 0.4s;
    transform: scale(.8);
  }

  .hero-slider .hero-content-wrapper .hero-carousel .owl-item:hover {
    filter: grayscale(0);
  }

  .hero-slider .hero-content-wrapper .hero-carousel .owl-item.center {
    filter: grayscale(0);
    transform: scale(.9);
  }

  .hero-slider .hero-content-wrapper .title-box span.sub-title {
    font-size: 16px;
  }

  .hero-slider .hero-content-wrapper .title-box h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
  }

  .hero-slider .hero-content-wrapper .title-box h1 span {
    font-weight: 500;
    font-size: 32px;
  }

  .hero-slider .hero-content-wrapper .hero-carousel .owl-stage {
    padding: 10px 0;
  }

  .hero-slider .hero-content-wrapper .hero-carousel .owl-prev svg {
    top: 50%;
    left: 5px;
  }

  .hero-slider .hero-content-wrapper .hero-carousel .owl-next svg {
    top: 50%;
    right: 5px;
  }
}



.slider-enquiry-form {
  margin-top: -40px;
  position: relative;
  overflow: hidden;
  z-index: 2;

}

.slider-enquiry-form form {
  padding: 30px;
  background: linear-gradient(to right, #055193 20%, #A6CE39);

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  border-bottom: 3px solid #496600;
  border: 10px solid #fff;
  margin-bottom: 10px;
}

.slider-enquiry-form form label {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}

.slider-enquiry-form form select {
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  border-bottom: 1px solid #fff !important;
  border: none;
  background-color: transparent;
  transition: all 0.4s;
}

.slider-enquiry-form form select:focus {
  box-shadow: none;
}

.slider-enquiry-form form .sub-btn input {
  padding: 10px 40px;
  font-size: 18px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 50px;
  background-color: #fff;
  margin-top: 18px;
  color: #055193;
  border-bottom: 2px solid #000 !important;
  border: none;
  transition: all 0.4s;
}

.slider-enquiry-form form .sub-btn input:hover {
  background-color: #A6CE39;
  color: #fff;
}



@media (max-width:992px) {
  .slider-enquiry-form form .form-group {
    margin-bottom: 10px;
  }
}



.popular-destination {
  padding: 80px 0;
  position: relative;
  overflow: hidden;

}

.popular-destination::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/category_bg.png);
}

.section-title span.sub-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #055193;
  letter-spacing: 1px;
  font-weight: 600;
}

.section-title.dark-bg span.sub-title {
  color: #A6CE39;
}

.section-title h2.title {
  font-size: 44px;
  font-weight: 300;
}

.section-title.dark-bg h2.title {
  color: #fff;
}

.section-title h2.title span {
  font-weight: 700;
  color: #000;
  position: relative;
}

.section-title h2.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/border-bottom.svg) no-repeat bottom center;
}

.section-title.dark-bg h2.title span::before {
  filter: brightness(0) invert(1);
}

.section-title.dark-bg h2.title span {
  color: #A6CE39;
}

.section-title p.text {
  color: #787878;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 17px;
}

.section-title.space h2.title {
  margin-bottom: 30px;
}

.section-title p.text strong {
  color: #000;
  text-transform: capitalize;
}

.section-title p.text span {
  font-style: italic;
  color: #496600;
  font-weight: 600;
  text-transform: capitalize;
}



@media (max-width:992px) {


  .section-title span.sub-title {
    font-size: 18px;
  }
}

@media (max-width:568px) {
  .section-title h2.title {
    font-size: 32px;
  }

  .section-title span.sub-title {
    font-size: 18px;
  }
}


.popular-destination .item-box-wrapper {
  margin-top: 40px;
}

.popular-destination .item-box-wrapper .item-box {
  position: relative;
  margin-bottom: 30px;
  border: 10px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  overflow: hidden;
}

.popular-destination .item-box-wrapper .item-box .img-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;

}

.popular-destination .item-box-wrapper .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}

.popular-destination .item-box-wrapper .item-box:hover .img-box img {
  transform: scale(1.1);
}

.popular-destination .item-box-wrapper .item-box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.popular-destination .item-box-wrapper .item-box:hover .content {
  background-color: transparent;
}

.popular-destination .item-box-wrapper .item-box .content h4.title a {
  color: #fff;
  font-size: 22px;
  padding: 14px 20px;
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 4px solid #A6CE39;
  border-right: 1px solid #fff;
  border-radius: 2px 50px 50px 2px;
  display: inline-block;
  transition: all 0.4s;
}

.popular-destination .item-box-wrapper .item-box .content h4.title a:hover {
  background-color: #A6CE39;
  color: #000;
}

/* .popular-destination .item-box-wrapper .item-box .content a {
  padding: 10px 30px;
  background-color: #A6CE39;
  font-weight: 700;
  color: #000;
  display: inline-block;
  transition: all 0.4s;
}

.popular-destination .item-box-wrapper .item-box .content a:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
} */

.popular-destination .item-box-wrapper .item-box p.text {
  margin-bottom: 0;
  padding: 30px 10px;
  position: absolute;
  bottom: -30%;
  text-align: center;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, #000 50%, rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 18px;
  transition: all 0.4s;
}

.popular-destination .item-box-wrapper .item-box p.text a {
  color: #A6CE39;
  font-weight: 700;
}

.popular-destination .item-box-wrapper .item-box:hover p.text {
  bottom: 0;
}

.button-group {
  margin-top: 50px;
  position: relative;
}

.button-group a {
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #a0b95f;
  transition: all 0.4s;
  font-weight: 700;
  font-size: 20px;
  gap: 7px;
}

.button-group a:first-child {
  background-color: #A6CE39;
  color: #000;
  margin-right: 6px;
}

.button-group.dark-bg a:first-child {
  background-color: #A6CE39;
  color: #000;
}

.button-group a:nth-child(2n) {
  color: #055193;
  border-color: #055193;
}

.button-group.dark-bg a:nth-child(2n) {
  color: #fff;
  border-color: #fff;
}

.button-group a svg {
  transition: all 0.4s;
}

.button-group.dark-bg a:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.button-group a:hover {
  background-color: #003252;
  color: #fff;
  border-color: #000;
  box-shadow: rgba(5, 81, 147, 0.6) 0px 3px 8px;
}

.button-group a:hover svg {
  transform: translateX(6px) scale(1.1);
}

@media (max-width:1200px) {
  .popular-destination .carousel-wrapper {
    margin-top: 20px;
    padding: 0 40px;
  }

  .button-group a {
    font-size: 18px;
  }
}

@media (max-width:568px) {
  .popular-destination .carousel-wrapper {
    margin-top: 0;
    padding: 0 20px;
  }

  .popular-destination .carousel-wrapper .owl-stage {
    padding: 10px 0 20px;
  }

  .popular-destination .carousel-wrapper .owl-item {
    transform: scale(1);
    filter: blur(2px) grayscale(50%);
  }


  .popular-destination .carousel-wrapper .owl-item.center {
    transform: scale(1);
    filter: blur(0) grayscale(0%);

  }

  .button-group a {
    padding: 10px 12px;
    border-radius: 50px;
    font-size: 16px;
  }

  .button-group a:first-child {
    background-color: #A6CE39;
    color: #000;
    margin-right: 0;
  }

}



.about-section {
  padding: 80px 0 150px;
  position: relative;
  background: url(../img/background/india-tourist-bg.png) no-repeat fixed bottom;
  background-size: cover;
  overflow: hidden;
}

.about-section.innerpage {
  padding: 10px 0 80px;
  position: relative;
  background: none;
  background-size: cover;
}

.about-section.innerpage::before {
  display: none;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.about-section .section-title h2.title {
  font-size: 78px;
}

.about-section .about-content-wrapper {
  margin-top: 40px;
  position: relative;
}

.about-section .about-content-wrapper .text-content {
  position: relative;
  padding-right: 40px;
}

.about-section .about-content-wrapper .text-content h4.sub-heading {
  color: #fff;
  text-transform: capitalize;
  font-style: italic;
  padding-left: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  border-left: 4px solid #A6CE39;
  margin-bottom: 20px;
}

.about-section.innerpage .text-content h4.sub-heading {
  color: #003252;
  border-color: #003252;
}

.about-section.innerpage .text-content h4.sub-heading span {
  color: #608600 !important;
  font-weight: 600;
}

.about-section .about-content-wrapper .text-content h4.sub-heading span {
  color: #A6CE39;
  font-weight: 600;
}

.about-section .about-content-wrapper .text-content p.text {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  font-weight: 300;
}

.about-section.innerpage .text-content p.text {
  color: rgba(0, 0, 0, 0.8);
}

.about-section.innerpage .about-content-wrapper .text-content p.text strong {
  color: #003252;
}

.about-section .about-content-wrapper .text-content p.text strong {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.about-section .about-content-wrapper .text-content p.text span {
  font-style: italic;
  color: #A6CE39;
  text-transform: capitalize;
  font-weight: 500;
}

.about-section.innerpage .text-content p.text span {
  color: #608600;
  font-weight: 600;
}

.about-section .about-content-wrapper .text-content ul.point-list {
  position: relative;
}

.about-section .about-content-wrapper .text-content ul.point-list li {
  color: #fff;
  margin-bottom: 6px;
  display: flex;
  align-items: center;


}

.about-section.innerpage .text-content ul.point-list li {
  color: #000;
}

.about-section .about-content-wrapper .text-content ul.point-list li svg {
  color: #A6CE39;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.about-section.innerpage .text-content ul.point-list li svg {
  color: #608600;
}

.about-section .about-content-wrapper .text-content ul.point-list li:hover {
  color: #A6CE39;
  cursor: pointer;
}

.about-section.innerpage .text-content ul.point-list li:hover {
  color: #608600;
}

.about-section .about-content-wrapper .img-content .img-box {
  position: relative;
  text-align: end;
}

.about-section .about-content-wrapper .img-content .img-box img {
  width: 360px;
  height: 540px;
  border-radius: 180px;
  border: 10px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  object-fit: cover;
}

.about-section .about-content-wrapper .img-content .img-box img:last-child {
  position: absolute;
  top: 20%;
  width: 350px;
  height: 460px;
  object-fit: cover;
  left: 0;
}


@media (max-width:1200px) {
  .about-section .about-content-wrapper .text-content {
    padding-right: 20px;
  }

}

@media (max-width:992px) {
  .about-section .about-content-wrapper .text-content {
    padding-right: 0;
  }

}

.about-feature-section {
  background: url(../img/background/category_bg.png);
}

.about-feature-section .about-feature-box {
  margin-top: -70px;
}

.about-feature-section .about-feature-box .feature-box {
  padding: 20px;
  position: relative;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #000;
  transition: all 0.4s;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 10px;
}


.about-feature-section .about-feature-box .feature-box .icon {
  width: 60px;
  margin-top: -40px;
  margin-bottom: 20px;

}

.about-feature-section .about-feature-box .feature-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  filter: drop-shadow(0 -2px 1px #000)
}

.about-feature-section .about-feature-box .feature-box p.title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 6px;
}

.about-feature-section .about-feature-box .feature-box p.title span {
  color: #A6CE39;
  font-weight: 700;
}

.about-feature-section .about-feature-box .feature-box p.text {
  margin-bottom: 0;
  color: #e1e1e1;
  font-size: 17px;
  height: 140px;
  overflow-y: auto;
}

.about-feature-section .about-feature-box .feature-box p.text span {
  color: #A6CE39;
  text-transform: capitalize;
  font-style: italic;
}


@media (min-width:992px) and (max-width:1200px) {
  .about-section .about-content-wrapper .img-content .img-box img:last-child {
    position: absolute;
    top: 20%;
    width: 260px;
    height: 380px;
    object-fit: cover;
    left: 0;
  }

  .about-feature-section .about-feature-box .feature-box p.text {
    height: auto;
    overflow-y: none;
  }

}

@media (max-width:992px) {
  .about-section .about-content-wrapper .img-content {
    margin-top: 40px;
  }

  .about-section .about-content-wrapper .img-content .img-box {
    position: relative;
    text-align: end;
    display: flex;
    gap: 5px;
    align-items: center;
  }

  .about-section .about-content-wrapper .img-content .img-box img {
    width: 48%;
    height: 460px;
    border-radius: 30px 0 0 30px;
    border: 2px solid #fff;
  }

  .about-section .about-content-wrapper .img-content .img-box img:last-child {
    position: relative;
    border-radius: 0 30px 30px 0;
    width: 48%;
    height: 460px;
    object-fit: cover;

  }

  .about-feature-section .about-feature-box .feature-box p.text {
    height: auto;
    overflow-y: none;
  }
}

@media (max-width:568px) {
  .about-section {
    padding-bottom: 260px;
  }

  .about-section .section-title h2.title {
    font-size: 56px;
  }

  .about-section .about-content-wrapper .img-content .img-box {
    position: relative;
    text-align: center;
    display: block;
  }

  .about-section .about-content-wrapper .img-content .img-box img {
    width: 100%;
    height: 320px;
    border-radius: 0 0 0 0;
    border: 2px solid #fff;
    margin-bottom: 10px;

  }

  .about-section .about-content-wrapper .img-content .img-box img:last-child {
    position: absolute;
    top: 50%;
    border-radius: 0 0 0 0;
    width: 80%;
    left: 50px;
    height: 280px;
    object-fit: cover;

  }
}



.tour-package-section {
  padding: 80px 0;
  position: relative;
  background: url(../img/background/category_bg.png);
  overflow: hidden;
  width: 100%;
}

.tour-package-section::before {
  content: "";
  position: absolute;
  left: 60px;
  width: 100%;
  height: 100%;
  background: url(../img/background/shape1.png) no-repeat;
  animation: animeUpDown 5s infinite alternate ease-in-out;
}

@keyframes animeUpDown {
  0% {
    transform: translateY(13%);
  }

  100% {
    transform: translateY(15%);

  }
}

.tour-package-section .tour-box-wrapper {
  margin-top: 40px;
  position: relative;
}

.tour-package-section .tour-box-wrapper .nav-link {
  background-color: transparent;
  color: #055193;
  font-weight: 500;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  font-size: 18px;
  margin: 0 1px;
  border: 2px solid transparent;
  border-radius: 0;
  transition: all 0.4s;
}


.tour-package-section .tour-box-wrapper .nav-link.active {
  width: 100%;
  border: 2px solid #000 !important;
}


.tour-package-section .tour-box-wrapper .nav-tab-content {
  margin-top: 40px;
  position: relative;
}

.tour-package-section .tour-box-wrapper .child-box:nth-child(2n) .tour-box {
  background-color: #001c35;
}

.tour-package-section .tour-box-wrapper .tour-box {
  border-radius: 10px;
  background-color: #003252;
  padding: 12px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.tour-package-section .tour-box-wrapper .tour-box:hover {
  background-color: #001c35;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(-10px);
}

.tour-package-section .tour-box-wrapper .tour-box .img-box {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.tour-package-section .tour-box-wrapper .tour-box .img-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 900;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s;
}

.tour-package-section .tour-box-wrapper .tour-box:hover .img-box a {
  transform: scale(1);
  opacity: 1;
}

.tour-package-section .tour-box-wrapper .tour-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.tour-package-section .tour-box-wrapper .tour-box:hover .img-box img {
  transform: scale(1.2);
}

.tour-package-section .tour-box-wrapper .tour-box ul {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.tour-package-section .tour-box-wrapper .tour-box ul li {
  padding: 4px 14px;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #608600;
  color: #fff;
  font-weight: 700;
}

.tour-package-section .tour-box-wrapper .tour-box ul li:last-child {
  background-color: #055193;
}

.tour-package-section .tour-box-wrapper .tour-box .content {
  padding: 10px 12px;
}

.tour-package-section .tour-box-wrapper .tour-box .content .rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.tour-package-section .tour-box-wrapper .tour-box .content .rating svg {
  color: #ffa500;
  width: 14px;
  height: 14px;
}

.tour-package-section .tour-box-wrapper .tour-box .content .rating span {
  font-size: 14px;
  font-weight: 600;
  color: #e1e1e1;
  display: inline-block;
  margin-left: 5px;
}

.tour-package-section .tour-box-wrapper .tour-box .content h3.title a {
  color: #fff;
  font-size: 26px;
  display: block;
  transition: all 0.4s;
}

.tour-package-section .tour-box-wrapper .tour-box .content span.location a {
  color: #e1e1e1;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.tour-package-section .tour-box-wrapper .tour-box .content span.location svg {
  width: 12px;
  height: 12px;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #A6CE39;
  color: #A6CE39;
}

.tour-package-section .tour-box-wrapper .tour-box .content p.text {
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
  height: 80px;
  overflow-y: auto;
  margin-bottom: 0;
}

.tour-package-section .tour-box-wrapper .tour-box .content p.text span {
  color: #A6CE39;
  font-style: italic;
  font-weight: 500;
}

.tour-package-section .tour-box-wrapper .tour-box .content p.text strong {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.tour-package-section .tour-box-wrapper .tour-box .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.tour-package-section .tour-box-wrapper .tour-box .price-box .box {
  width: 50%;
  text-align: center;
  padding: 10px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.tour-package-section .tour-box-wrapper .tour-box .price-box .box:last-child {
  border-right: none;
}

.tour-package-section .tour-box-wrapper .tour-box .price-box p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 800;
}

.tour-package-section .tour-box-wrapper .tour-box .price-box span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tour-package-section .tour-box-wrapper .tour-box .book-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
  padding: 4px 10px;
  border-radius: 50px;
  background-color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
  color: #003252;
  transition: all 0.4s;
  margin-right: 6px;
}

.tour-package-section .tour-box-wrapper .tour-box .book-btn a:nth-child(2n) {
  background-color: transparent;
  color: #fff;
}

.tour-package-section .tour-box-wrapper .tour-box .book-btn a:hover {
  background-color: #A6CE39;
  color: #000;
}

.tour-package-section .tour-box-wrapper .tour-box .book-btn a:nth-child(2n) svg {
  background-color: #fff;
  color: #055193;
}

.tour-package-section .tour-box-wrapper .tour-box .book-btn a svg {
  width: 16px;
  height: 16px;
  padding: 6px;
  border-radius: 50%;
  background-color: #003252;
  color: #fff;
  transition: all 0.4s;
}

.tour-package-section .tour-box-wrapper .tour-box .book-btn a:hover svg {
  transform: translateX(10px) scale(1.1);
  background-color: #fff;
  color: #000;
}

.tour-package-section .tour-box-wrapper .tour-box p.note {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
  text-align: end;
  text-transform: capitalize;
}

.tour-package-section .tour-box-wrapper .tour-box p.note svg {
  animation: spin 1s infinite alternate;
  color: #A6CE39;
}

.tour-package-section .tour-box-wrapper .button-group a {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.tour-package-section .tour-box-wrapper .button-group a:hover {
  background-color: #A6CE39;
  border-color: #A6CE39;
  color: #000;
}


@media (max-width:768px) {
  .tour-package-section .tour-box-wrapper .tour-box .content p.text {
    color: #fff;
    line-height: 24px;
    font-weight: 300;
    font-size: 15px;
    height: 120px;
    overflow-y: auto;
    margin-bottom: 0;
  }


}

@media (max-width:568px) {
  .tour-package-section .tour-box-wrapper .tour-box .img-box {
    height: 220px;
  }

  .tour-package-section .tour-box-wrapper .tour-box .content h3.title a {
    font-size: 26px;
  }

  .tour-package-section .tour-box-wrapper .tour-box .price-box .box {
    text-align: center;
    padding: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

}



.whyus-section {
  padding: 80px 0;
  position: relative;
}

.whyus-section .section-title {
  margin-bottom: 40px;
}

.whyus-section .item-box {
  position: relative;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  padding: 40px 18px;
  background: url(../img/background/rajasthan-camel-bg.jpg) no-repeat fixed;
  margin-bottom: 40px;
  border: 6px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.4s;
}

.whyus-section .item-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);

}

.whyus-section .item-box:hover {
  transform: translateY(-14px);
}

.whyus-section .item-box img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
  animation: zoomInOutImg 1s infinite alternate;
}

@keyframes zoomInOutImg {
  0% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1.1);
  }
}

.whyus-section .item-box .content {
  padding-left: 10px;
}

.whyus-section .item-box h5 {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  position: relative;
}

.whyus-section .item-box h5 span {
  color: #A6CE39;
}

.whyus-section .item-box p.text {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  margin-bottom: 0;
}

.whyus-section .item-box p.text a {
  color: #A6CE39;
  font-weight: 700;
}

.whyus-section .item-box .rating span {
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  font-weight: 700;
  padding: 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 50px;
  transition: all 0.4s;
}

.whyus-section .item-box:hover .rating span {
  background-color: #608600;
  color: #fff;

}

.whyus-section .item-box .rating span svg {
  color: #000;
  transition: all 0.4s;
}

.whyus-section .item-box:hover .rating span svg {
  color: #fff;
}

@media (min-width:992px) and (max-width:1200px) {
  .whyus-section .item-box h5 {
    font-size: 22px;
  }
}

@media (max-width:568px) {
  .whyus-section .item-box h5 {
    font-size: 20px;
  }
}

.mini-package-carousel-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}


.mini-package-carousel-section .section-title {
  margin-bottom: 30px;
}

.mini-package-carousel-section .section-title span.sub-title {
  color: #055193;
}

.mini-package-carousel-section.local-theme span.sub-title {
  color: #055193;
}

.mini-package-carousel-section .section-title h2 span {
  color: #055193;
}

.mini-package-carousel-section.local-theme h2 span {
  color: #000;
}

.mini-package-carousel-section .owl-carousel {
  position: relative;
}

.mini-package-carousel-section .owl-item .main-content {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
  border-radius: 10px;
}

.mini-package-carousel-section .owl-item .main-content .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mini-package-carousel-section .owl-item .main-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.mini-package-carousel-section .owl-item .main-content:hover .img-box img {
  transform: scale(1.2);
}

.mini-package-carousel-section .owl-item .main-content span.tag {
  position: absolute;
  top: 14px;
  background: #A6CE39;
  color: #000;
  display: inline-block;
  line-height: 8px;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mini-package-carousel-section.local-theme .owl-item .main-content span.tag {
  background-color: #ffd007;
  color: #000;
}

.mini-package-carousel-section .owl-item .main-content span.tag::before {
  content: ' ';
  position: absolute;
  border-left: 16px solid #A6CE39;
  border-top: 0px solid transparent;
  border-bottom: 12px solid transparent;
  width: 0;
  display: block;
  height: 0;
  top: 0;
  right: -15px;
}

.mini-package-carousel-section .owl-item .main-content span.tag::after {
  content: ' ';
  position: absolute;
  border-left: 16px solid #A6CE39;
  border-top: 12px solid transparent;
  border-bottom: 00px solid transparent;
  width: 0;
  height: 0;
  display: block;
  bottom: 0;
  right: -15px;
}

.mini-package-carousel-section.local-theme .owl-item .main-content span.tag::before,
.mini-package-carousel-section.local-theme .owl-item .main-content span.tag::after {
  border-left: 16px solid #ffd007;
}

.mini-package-carousel-section .owl-item .main-content p.title {
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 14px #000;

}

.mini-package-carousel-section .owl-item .main-content .view a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
  transform: scale(1.7);
  opacity: 0;
  visibility: hidden;
}

.mini-package-carousel-section .owl-item .main-content:hover .view a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;

}

.mini-package-carousel-section .owl-item .main-content .view a span {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.4s;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.mini-package-carousel-section .owl-item .main-content .view a span:hover {
  background-color: #fff;
  color: #000;

}



.mini-package-carousel-section .owl-item h6 {
  text-align: center;
  text-transform: capitalize;
  color: #000;
}

.mini-package-carousel-section.local-theme .owl-item h6 {
  color: #000;
}

.mini-package-carousel-section .owl-carousel .owl-nav svg {
  position: absolute;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  opacity: .7;
  transition: all 0.4s;
}



.mini-package-carousel-section .owl-carousel .owl-prev svg {
  top: 40%;
  left: 0;
}

.mini-package-carousel-section .owl-carousel .owl-next svg {
  top: 40%;
  right: 0;
}

.mini-package-carousel-section .owl-carousel .owl-nav svg:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.4) rotate(360deg);
}

.mini-package-carousel-section .view-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #000;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  transition: all 0.4s;
}


.mini-package-carousel-section .view-btn:hover {
  transform: scale(1.1);
  background-color: #000;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.mini-package-carousel-section.local-theme .view-btn:hover {
  background-color: #000;
  border: 2px solid #000 !important;
  color: #fff;
  border-bottom: transparent;
}





.testimonial-section {
  background-color: #003252;
  padding: 50px 0;
  position: relative;
  background: url(../img/background/testimonial-bg.jpeg) center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 20px;
}

.testimonial-section .bg-icon img {
  position: absolute;
  top: 80px;
  left: 100px;
  width: 200px;
  opacity: .2;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);

}

.testimonial-section .section-title {
  margin-bottom: 40px;
}

.testimonial-section .owl-item {
  background-color: #000;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #fff;
  transition: all 0.4s;
  filter: brightness(70%) blur(2px);
}

.testimonial-section .owl-item:hover {

  filter: brightness(100%) blur(0);
}

.testimonial-section .owl-item.center {
  background-color: #055193;
  filter: brightness(100%);
}

.testimonial-section .owl-item .rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.testimonial-section .owl-item .rate span {
  padding: 4px 10px;
  border: 1px dashed #A6CE39;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.testimonial-section .owl-item .rate .rating {
  display: flex;
  align-items: center;
}

.testimonial-section .owl-item .rate svg {
  color: #ffa500;
  width: 16px;
}

.testimonial-section .owl-item p.name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-section .owl-item p.message {
  color: rgba(255, 255, 255, 0.8);
  height: 120px;
  overflow-y: auto;
}

.testimonial-section .owl-item p.message svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.testimonial-section .owl-item .detail {
  display: flex;
  justify-content: space-between;

  align-items: center;
  gap: 10px;
}

.testimonial-section .owl-item .detail p {
  color: #A6CE39;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

.testimonial-section .owl-item .detail span.date {
  font-size: 14px;
  color: #fff;
}

.testimonial-section .img-box {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #fff;
}


.testimonial-section .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 3px;
  transition: all 0.4s;

}

.testimonial-section .owl-dots .owl-dot.active {
  width: 28px;
  border-radius: 10px;
  background-color: #A6CE39;
}



.cta-section {
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cta-section .swiper {
  width: 100%;
  padding: 0 80px;
  overflow: hidden;
}

.cta-section .img-box {
  width: 100%;
  height: 600px;
  border: 4px solid #fff;
  overflow: hidden;
  position: relative;

}

.cta-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-section .img-box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  background-color: #000;
}

.cta-section .img-box .content p {
  margin-bottom: 0;
}

.cta-section .img-box .content p.title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.cta-section .img-box .content p.text {
  color: #fff;
  text-transform: capitalize;
}

.cta-section .swiper-pagination {
  bottom: -28px !important;
}

.cta-section .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  border-radius: 50%;
  background-color: #000;
  opacity: .2;
  height: 12px;
  transition: all 0.4s;
}

.cta-section .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 6px;
  opacity: 1;
}

.cta-section .text-content {
  padding-left: 20px;
  position: relative;
  padding-top: 30px;
}

.cta-section .text-content h2 {
  font-size: 58px;
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: 14px;
}

.cta-section .text-content h2 span {
  font-weight: 700;
}

.cta-section .text-content h6.sub-title {
  font-size: 24px;
  color: #055193;
  margin-bottom: 30px;
  font-style: italic;
  padding-left: 16px;
  border-left: 4px solid #055193;
}

.cta-section .text-content ul li {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s;
  color: #282f34;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.cta-section .text-content ul li svg {
  color: #a0b95f;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.cta-section .text-content .enq-btn-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.cta-section .text-content .enq-btn-box span {
  display: block;
  font-weight: 700;
  color: #000;
}

.cta-section .text-content .btn-box {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.cta-section .text-content .btn-box a.main-btn {
  display: inline-block;
  padding: 6px 14px;
  background-color: #055193;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  transition: all 0.4s;
}

.cta-section .text-content .btn-box a.main-btn:hover {
  background-color: #a0b95f;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cta-section .text-content .btn-box p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}

.cta-section .text-content .btn-box .call-btn {
  color: #055193;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.4s;
}

.cta-section .text-content .btn-box .call-btn:hover {
  color: #000;
}

@media (min-width:992px) and (max-width:1200px) {
  .cta-section .swiper {
    width: 100%;
    padding: 0 40px 0 0;

  }

  .cta-section .text-content h2 {
    font-size: 48px;
  }

  .cta-section .text-content .enq-btn a {
    font-size: 54px;
  }
}

@media (max-width:992px) {
  .cta-section .swiper {
    width: 100%;
    padding: 0 0 0 0;

  }

  .cta-section .text-content {
    margin-top: 30px;
  }

  .cta-section .text-content h2 {
    font-size: 48px;
  }

  .cta-section .text-content .enq-btn a {
    font-size: 54px;
  }
}

@media (max-width:568px) {

  .cta-section .img-box {
    width: 100%;
    height: 440px;
    border: 4px solid #fff;
    overflow: hidden;

  }

  .cta-section .text-content {
    margin-top: 30px;
  }

  .cta-section .text-content h2 {
    font-size: 42px;
  }

  .cta-section .text-content .enq-btn a {
    font-size: 36px;
  }
}





.cta-offer-section {
  padding: 60px 0;
  position: relative;
  background: url(../img/background/sea-sunset-bg.jpg) no-repeat fixed top;
  background-size: cover;
}

.cta-offer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.cta-offer-section .inner-content {
  text-align: center;
}

.cta-offer-section .inner-content span.sub-title {
  font-size: 22px;
  color: #ffd007;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
}

.cta-offer-section .inner-content h3 {
  font-size: 58px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000;
}

.cta-offer-section .inner-content h3 span {
  font-weight: 700;
  color: #ffd007;
}

.cta-offer-section .inner-content p.text {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}

.cta-offer-section .inner-content p.text span {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px dashed #ffd007;
  font-weight: 700;
  color: #ffd007;
  background-color: rgba(0, 0, 0, 0.4);
}

.cta-offer-section .inner-content .button-group a:first-child {
  background-color: #ffd007;
  border-color: #ffd007;
}

.cta-offer-section .inner-content .button-group a:first-child:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

@media (max-width:568px) {
  .cta-offer-section .inner-content span.sub-title {
    font-size: 18px;
  }

  .cta-offer-section .inner-content h3 {
    font-size: 44px;
  }
}



/* ------------------------------------------------------------------------------------------------------------ */



.gallery-video-section {
  padding: 80px 0;
  position: relative;
}

.gallery-video-section .section-title {
  margin-bottom: 30px;
}

.gallery-video-section .img-box {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;

}

.gallery-video-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.gallery-video-section .img-box:hover img {
  transform: scale(1.1);
}

.gallery-video-section .video-box {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.gallery-video-section .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-video-section .main-btn {
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #055193;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.4s;
  display: inline-block;
}

.gallery-video-section .main-btn:hover {
  transform: translateY(-10px);
  background-color: #A6CE39;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


/* ------------------------------------------------------------------------------------------------- */


.mid-video-ad-section {
  overflow: hidden;
  width: 100%;
}

.mid-video-ad-section .row>* {
  padding: 0;
}

.mid-video-ad-section .carousel-item {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 2px solid #055193;
}

.mid-video-ad-section .slider-styleone .left-content .video-box {
  width: 100%;
  height: 580px;
}

.mid-video-ad-section .slider-styleone .left-content .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mid-video-ad-section .slider-styleone .right-content .img-box {
  width: 100%;
  height: 580px;
  position: relative;
  overflow: hidden;
}

.mid-video-ad-section .slider-styleone .right-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
}

.mid-video-ad-section .slider-styleone .right-content .content {
  position: absolute;
  top: 40%;
  right: 20px;
  width: 70%;
  padding-right: 40px;
}

.mid-video-ad-section .slider-styleone .right-content .content h4.title {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', sans-serif !important;

}

.mid-video-ad-section .slider-styleone .right-content .content h4.title span {
  color: #A6CE39;
  font-weight: 700;
}

.mid-video-ad-section .slider-styleone .right-content .content p.text {
  color: #fff;
}

.mid-video-ad-section .slider-styleone .right-content .content a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #A6CE39;
  border-radius: 5px;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  color: #fff;
  transition: all 0.4s;
}

.mid-video-ad-section .slider-styleone .right-content .content a:hover {
  background-color: #fff;
  color: #000;
}


.mid-video-ad-section .carousel-control-prev {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-color: #000;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: .2;
}

.mid-video-ad-section .carousel-control-prev svg {
  width: 100%;
  height: 100%;
  transition: all 0.4s;

}

.mid-video-ad-section .carousel-control-prev:hover {
  background-color: #fff;
  opacity: 1;
}

.mid-video-ad-section .carousel-control-prev:hover svg {
  color: #A6CE39;
  transform: scale(1.2);
}

.mid-video-ad-section .carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-color: #000;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: .2;
}

.mid-video-ad-section .carousel-control-next svg {
  width: 100%;
  height: 100%;
  transition: all 0.4s;

}

.mid-video-ad-section .carousel-control-next:hover {
  background-color: #fff;
  opacity: 1;
}

.mid-video-ad-section .carousel-control-next:hover svg {
  color: #A6CE39;
  transform: scale(1.2);
}

.mid-video-ad-section .carousel-indicators {
  left: 100px;
}

.mid-video-ad-section .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.4s;
}

.mid-video-ad-section .carousel-indicators button.active {
  background-color: #A6CE39;
  transform: scale(1.2);
}

@media (min-width:1200px) and (max-width:1400px) {
  .mid-video-ad-section .slider-styleone .right-content .content h4.title {
    font-size: 28px;
  }

}

@media (min-width:992px) and (max-width:1200px) {
  .mid-video-ad-section .slider-styleone .right-content .content h4.title {
    font-size: 28px;
  }

  .mid-video-ad-section .slider-styleone .left-content .video-box {
    height: 460px;
  }

  .mid-video-ad-section .slider-styleone .right-content .img-box {
    height: 460px;
  }

  .mid-video-ad-section .slider-styleone .right-content .content {
    position: absolute;
    top: 30%;
    right: 20px;
    width: 80%;
    padding-right: 30px;
  }


}

@media (max-width:992px) {
  .mid-video-ad-section .slider-styleone .right-content .content h4.title {
    font-size: 28px;
  }

  .mid-video-ad-section .slider-styleone .left-content .video-box {
    height: 460px;
  }

  .mid-video-ad-section .slider-styleone .right-content .img-box {
    height: 460px;
  }

  .mid-video-ad-section .slider-styleone .right-content .content {
    position: absolute;
    top: 40%;
    right: 20px;
    width: 60%;
    padding-right: 30px;
  }

  .mid-video-ad-section .carousel-indicators {
    left: 0;
  }


}

@media (max-width:768px) {

  .mid-video-ad-section .slider-styleone .right-content .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 0;
    text-align: center;
    padding: 0 20px !important;
  }


}

@media (max-width:568px) {

  .mid-video-ad-section .slider-styleone .left-content .video-box {
    height: 420px;
  }

  .mid-video-ad-section .slider-styleone .right-content .img-box {
    height: 420px;
  }

}






.banner-cta-section {
  position: relative;
  overflow: hidden;
}

.banner-cta-section .img-box {
  width: 100%;
  height: 180px;
}

.banner-cta-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}


@media (max-width:768px) {
  .banner-cta-section .img-box {
    width: 100%;
    height: 100%;
  }
}


.mini-package-box-section {
  position: relative;
  padding: 40px 0 0;
}

.mini-package-box-section .item-box {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 4px;
  overflow: hidden;
}

.mini-package-box-section .item-box .img-box {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.mini-package-box-section .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.mini-package-box-section .item-box:hover img {
  transform: scale(1.1);
  filter: brightness(70%);
}

.mini-package-box-section .item-box .content {
  position: absolute;
  bottom: 0;
  left: 6px;
}

.mini-package-box-section .item-box .content p.price {
  margin-bottom: 0;
  padding: 2px 6px;
  background-color: #fff;
  color: #000;
  width: fit-content;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mini-package-box-section .item-box .content span {
  color: #fff;
  font-size: 15px;
  position: relative;
  text-shadow: 0 0 4px #000;
}

.mini-package-box-section .item-box p.title {
  padding: 2px 0 2px 6px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.mini-package-box-section .main-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 40px;
  border-radius: 50px;
  border: 2px solid #055193;
  color: #055193;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.4s;
}

.mini-package-box-section .main-btn svg {
  transition: all 0.4s;
}

.mini-package-box-section .main-btn:hover {
  background-color: #055193;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.1);
}

.mini-package-box-section .main-btn:hover svg {
  transform: translateX(10px);
}

@media (max-width:1200px) {
  .mini-package-box-section .item-box {
    margin-bottom: 20px;
  }
}





/* ----------------------------------------------------------------------------------------------------------------------------------------------- */

.main-blog-section {

  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.main-blog-section .blog-box-container {
  margin-top: 50px;
}

.main-blog-section .blog-box {
  width: 100%;
  text-align: center;
}

.main-blog-section .blog-box .img-box {
  width: 100%;
  height: 260px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.main-blog-section .blog-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.main-blog-section .blog-box:hover .img-box img {
  filter: brightness(60%);
  transform: scale(1.1);
}

.main-blog-section .blog-box .img-box span.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 10px;
  background-color: #A6CE39;
  color: #fff;
}

.main-blog-section .blog-box .content {
  background-color: #fff;
  border-radius: 20px;
  border-top: 2px solid #000;
  border-left: 1px solid rgba(0, 0, 0, .08);
  border-right: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 10px;
  margin-top: -20px;
  z-index: 1;
  position: relative;
}

.main-blog-section .blog-box h4 a {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  font-size: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 10px;
  transition: all 0.4s;
}

.main-blog-section .blog-box:hover h4 a {
  color: #055193;
}
.main-blog-section .blog-box span.date {
  text-align: end;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 10px;
}

.main-blog-section .blog-box p.text {
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  letter-spacing: 1px;
}

.main-blog-section .blog-box a.view-btn {
  padding: 6px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.4s;

}

.main-blog-section .blog-box a.view-btn svg {
  transition: all 0.4s;
}

.main-blog-section .blog-box a.view-btn:hover svg {
  transform: translateX(6px);
}

.main-blog-section .blog-box a.view-btn:hover {
  color: #055193;
}
.main-blog-section .owl-nav button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-blog-section .owl-nav button.owl-prev{
  left: -10px;
}
.main-blog-section .owl-nav button.owl-next{
  right: -10px;
}
.main-blog-section .owl-nav button svg{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #000;
  transition: all 0.4s;
}
.main-blog-section .owl-nav button:hover svg{
  transform: scale(1.4);
}

.main-blog-section .main-btn{
  padding: 10px 20px;
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #055193;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s;
}
.main-blog-section .main-btn:hover{
  transform: translateY(-6px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #A6CE39;
  color: #000;
}
.main-blog-section .main-btn svg{
  color: #fff;
  transition: all 0.4s;
  width: 22px;
  height: 22px;
}
.main-blog-section .main-btn:hover svg{
  color: #000;
  transform: translateX(6px) scale(1.1);

}

/* --------------------------------------------------------------------------------------- */


.innerservice-singlepage-title {
  padding: 320px 0 80px;
  background: url(../img/background/innerpage-title-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  text-align: center;
  overflow: hidden;
}



.innerservice-singlepage-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.innerservice-singlepage-title p.offer {
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;

}

.innerservice-singlepage-title p.offer span {
  color: #A6CE39;
  font-weight: 600;
  padding: 6px 10px;
  border: 1px dashed #A6CE39;
  background-color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

.innerservice-singlepage-title p.offer svg {
  color: #ffa500;
  animation: spin 2s infinite alternate;
}

.innerservice-singlepage-title h2 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
}

.innerservice-singlepage-title h2 span {
  color: #A6CE39;
}

.innerservice-singlepage-title table {
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.innerservice-singlepage-title table td:last-child {
  background-color: #A6CE39;
  color: #000;
}

.innerservice-singlepage-title table td {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
}

.innerservice-singlepage-title table tr:nth-child(2n) td:first-child {
  background-color: #A6CE39;
  color: #000;
}

.innerservice-singlepage-title table tr:nth-child(2n) td:last-child {
  color: #fff;
  background-color: #000;
}

.divider {
  display: flex;
  align-items: center;
  margin: 15px 0;
  min-height: 1px;
  min-width: 100%;
  background: linear-gradient(270deg, #ffffff0d -.13%, #e0e0e00d 0, #fff 49.17%, #e0e0e00d);
}

.divider.dark {
  background: linear-gradient(270deg, #0000000d -.13%, #3333330d 0, #000000 49.17%, #3333330d);
}

.innerservice-singlepage-title .price-box {
  padding: 10px 0;

}

.innerservice-singlepage-title .price-box span.price-label {
  color: #fff;
  font-size: 15px;
  margin-right: 5px;
  text-shadow: 0 0 5px #000;
  background-color: #000;
  border-radius: 4px;
  padding: 3px;
}

.innerservice-singlepage-title .price-box p.price {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;

}

.innerservice-singlepage-title .price-box p.note {
  color: #fff;
  text-transform: capitalize;
  margin-top: 10px;
}

.innerservice-singlepage-title .price-box p.price span {
  font-weight: 500;
  font-size: 18px;
  position: relative;
}

.innerservice-singlepage-title .price-box p.price span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(4deg);
  width: 100%;
  height: 3px;
  background-color: #A6CE39;

}

.innerservice-singlepage-title .main-btn {
  padding: 6px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}


@media (max-width:768px) {
  .innerservice-singlepage-title {
    padding: 220px 0 80px;
  }

  .innerservice-singlepage-title h2 {
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
  }

}





.breadcrumb-box {
  position: relative;
  padding: 50px 0 20px;
}

.breadcrumb-box ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumb-box ul li {
  position: relative;
}

.breadcrumb-box ul li::after {
  content: "/";
  font-size: 14px;
  font-weight: 700;
  color: #055193;
  margin-left: 6px;
}

.breadcrumb-box ul li a {
  color: #055193;
  font-size: 15px;
  font-weight: 700;
}

.breadcrumb-box ul li.active {
  font-size: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);

}

.breadcrumb-box ul li.active::after {
  display: none;
}


@media (max-width:568px) {
  .breadcrumb-box ul {
    display: block;
  }

  .breadcrumb-box ul li {
    position: relative;
    display: inline-block;
  }

}



.innersingle-page-content {
  padding: 40px 0 80px;
  position: relative;
}

.innersingle-page-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/category_bg.png);
  opacity: .6;
}

.innersingle-page-content .top-main-box .title {
  position: relative;
}

.innersingle-page-content .top-main-box .title h3.title {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width:568px) {
  .innersingle-page-content .top-main-box .title h3.title {
    font-size: 32px;
  }

}

.innersingle-page-content .top-main-box .title h3.title span {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);

}

.innersingle-page-content .top-main-box .title span.tag {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 10px;
  background-color: #608600;
  letter-spacing: 1px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  left: 6px;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.innersingle-page-content .top-main-box .title span.tag svg {
  animation: spin 2s infinite alternate;

}

.innersingle-page-content .top-main-box .destination p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.innersingle-page-content .top-main-box .destination p strong {
  font-weight: 900;
}

.innersingle-page-content .main-seo-content {
  margin-top: 30px;
  padding: 26px 20px;
  background-color: rgba(5, 81, 147, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(5, 81, 147, 0.07);
}

.innersingle-page-content .main-seo-content h5 {
  font-weight: 700;
  display: flex;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.innersingle-page-content .main-seo-content h5 svg {
  width: 18px;
  height: 18px;
}

.innersingle-page-content p.text {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.innersingle-page-content p.text a {
  color: #055193;
  font-weight: 700;
  text-transform: capitalize;
}

.innersingle-page-content p.text strong {
  color: #000;
}

.innersingle-page-content p.text span {
  font-style: italic;
  font-weight: 700;
  color: #608600;
}

.innersingle-page-content .main-seo-content ul li,
.innersingle-page-content .more-packages li {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 14px;
  transition: all 0.3s;
}

.innersingle-page-content .main-seo-content ul li a,
.innersingle-page-content .more-packages li a {
  color: #003252;
  font-weight: 700;
  text-transform: capitalize;
}

.innersingle-page-content .main-seo-content ul li:hover {
  color: #608600;
}

.innersingle-page-content .main-seo-content ul li span {
  font-weight: 700;
  color: #608600;
}




.innersingle-page-content .main-seo-content .seo-content-box {
  margin-top: 40px;
}



.innersingle-page-content .main-seo-content .read-more-toggle {
  display: block;
  text-align: end;
  font-weight: 900;
  color: #000;
}


.innersingle-page-content .main-seo-content .faq-section {
  margin-top: 50px;
}


.faq-section h5 svg {
  animation: none;

}

.faq-section .accordion-item {
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
}

.faq-section .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-radius: 4px;
  padding: 12px 20px;
  background-color: #fff;
  box-shadow: none;
}

.faq-section .accordion-button::after {
  background: url(../img/icons/plus-circle.png);
  background-size: cover;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #055193;
  color: #fff;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background: url(../img/icons/minus-circle.png);
  background-size: cover;
}

.faq-section .accordion-body {
  font-size: 16px;
  letter-spacing: 1px;

}

.faq-section .accordion-body a {
  color: #608600;
  font-weight: 800;
  text-transform: capitalize;
}

.faq-section .accordion-body span {
  color: #608600;
  font-style: italic;
}

.faq-section .accordion-body em {
  font-weight: 700;
  color: #000;

}

.innersingle-page-content .main-seo-content .tour-itinerary {
  margin-top: 40px;
}

.innersingle-page-content .main-seo-content h4.title {
  font-weight: 700;
  display: flex;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.25rem;
}


.innersingle-page-content .main-content-wrapper .gallery-box {
  padding: 60px 0 20px;
}

.innersingle-page-content .main-content-wrapper .gallery-box .inner-gallery-full {
  width: 100%;
  height: 500px;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 10px;
}

.innersingle-page-content .main-content-wrapper .gallery-box .inner-gallery-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innersingle-page-content .main-content-wrapper .gallery-box .inner-gallery-thumb .swiper-slide {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 6px;
  opacity: 0.7;
  transition: all 0.4s;
  filter: grayscale(100%);
}

.innersingle-page-content .main-content-wrapper .gallery-box .inner-gallery-thumb .swiper-wrapper {
  padding-bottom: 20px;
}

.innersingle-page-content .main-content-wrapper .gallery-box .inner-gallery-thumb .swiper-slide-thumb-active {
  opacity: 1;
  filter: grayscale(0);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.innersingle-page-content .main-content-wrapper .gallery-box .inner-gallery-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innersingle-page-content .main-content-wrapper .gallery-box .swiper-button-next:after,
.innersingle-page-content .main-content-wrapper .gallery-box .swiper-button-prev:after {
  color: #fff;
}

.innersingle-page-content .main-content-wrapper .tour-plan-box {
  padding: 30px 20px;
  background-color: rgba(5, 81, 147, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(5, 81, 147, 0.07);
}

.innersingle-page-content .main-content-wrapper h3.heading {
  font-weight: 700;
  display: flex;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin-bottom: 20px;
}





.innersingle-page-content .main-content-wrapper h3.heading svg {
  animation: spin 8s infinite linear;
}

.innersingle-page-content .tour-plan-box .accordion-item {
  background-color: transparent;
  border: none;
  position: relative;
  margin-bottom: 20px;
  border-radius: none;
}

.innersingle-page-content .tour-plan-box .accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../img/icons/location-pin.png);
  background-size: cover;
  opacity: .4;
}

.innersingle-page-content .tour-plan-box .accordion-button:not(.collapsed)::before {
  opacity: 1;
  background: url(../img/icons/location-pin-red.png);
  background-size: cover;
}

.innersingle-page-content .tour-plan-box .accordion-button {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  position: relative;
  padding-left: 40px;
  gap: 24px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}


.innersingle-page-content .tour-plan-box .accordion-button:not(.collapsed) {
  color: rgba(0, 0, 0, 1);
}

.innersingle-page-content .tour-plan-box .accordion-button span {
  padding: 4px 10px;
  background-color: #055193;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 4px;
  position: relative;
  transition: all 0.4s;
}

.innersingle-page-content .tour-plan-box .accordion-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #055193;
  transition: all 0.4s;
}

.innersingle-page-content .tour-plan-box .accordion-button:not(.collapsed) span {
  background-color: #608600;

}

.innersingle-page-content .tour-plan-box .accordion-button:not(.collapsed) span::after {
  border-left: 16px solid #608600;
}

.innersingle-page-content .tour-plan-box .accordion-body {
  padding-left: 40px;
  position: relative;
}

.innersingle-page-content .tour-plan-box .accordion-body::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 12px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #A6CE39;
  transition: all 0.3s;
}

.innersingle-page-content .tour-package-include {
  margin: 40px 0;
}

.innersingle-page-content .tour-package-include .item-box {
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  height: 330px;
  overflow-y: auto;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: rgba(5, 81, 147, 0.07);
}

.innersingle-page-content .tour-package-include .item-box.exclude {
  background-color: transparent;
}


.innersingle-page-content .tour-package-include .item-box h6 {
  color: #055193;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.innersingle-page-content .tour-package-include .item-box.exclude h6 {
  color: #db000b;
}

.innersingle-page-content .tour-package-include .item-box ul li {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
  font-size: 15px;
}

.innersingle-page-content .tour-package-include .item-box ul li svg {
  width: 16px;
  height: 16px;
  color: #608600;
}

.innersingle-page-content .tour-package-include .item-box.exclude ul li svg {
  color: #db000b;
}

.innersingle-page-content .policy-box {
  padding: 30px 20px;
  background-color: rgba(5, 81, 147, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(5, 81, 147, 0.07);
}

.innersingle-page-content .policy-box h6 {
  font-weight: 700;
  text-transform: capitalize;
  border-left: 4px solid #A6CE39;
  padding: 4px 0 4px 8px;
}

.innersingle-page-content .policy-box p.text {
  padding-left: 10px;
  font-size: 16px;
}

.innersingle-page-content .related-link-box {
  margin-top: 50px;
  padding: 30px 20px;
  background-color: rgba(5, 81, 147, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(5, 81, 147, 0.07);
}

.innersingle-page-content .related-link-box ul li a {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 0;
  color: #055193;
  font-weight: 600;
  transition: all 0.3s;
}

.innersingle-page-content .related-link-box ul li a:hover {
  color: #000;
  transform: translateX(5px);
}

.innersingle-page-content .related-link-box ul li a svg {
  margin-right: 8px;
}

.innersingle-page-content .related-link-box ul li a span.tag {
  display: inline-block;
  font-size: 12px;
  background-color: #A6CE39;
  border-radius: 2px;
  padding: 2px 6px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.innersingle-page-content .sidebar-content {
  height: 100%;
  height: 100%;
  position: relative;
  padding-left: 30px;
}

.innersingle-page-content .sidebar-content .booking-box {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid rgba(5, 81, 147, 0.2);
  position: sticky;
  top: 100px;
}

.innersingle-page-content .sidebar-content .booking-box .price-box {
  background-color: #055193;
  padding: 20px 14px;
  background: url(../img/background/rajasthan-camel-bg.jpg);
  background-size: cover;
  position: relative;
}

.innersingle-page-content .sidebar-content .booking-box .price-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.innersingle-page-content .sidebar-content .booking-box .price-box span.text {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
  position: relative;
}

.innersingle-page-content .sidebar-content p.note {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.innersingle-page-content .sidebar-content p.note svg {
  color: #A6CE39;
}

.innersingle-page-content .sidebar-content .booking-box p.offer {
  margin-bottom: 3px;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.innersingle-page-content .sidebar-content .booking-box p.offer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.innersingle-page-content .sidebar-content .booking-box p.price {
  margin-bottom: 0;
  color: #A6CE39;
  font-size: 44px;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.innersingle-page-content .sidebar-content .booking-box p.price span {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.innersingle-page-content .sidebar-content .booking-box .button-box {
  padding: 20px;
}

.innersingle-page-content .sidebar-content .booking-box .button-box a {
  display: block;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 6px;
  border-radius: 50px;
  font-weight: 700;
  border: 3px solid transparent;
  transition: all 0.4s;
}

.innersingle-page-content .sidebar-content .booking-box .button-box a:first-child {
  background-color: #87bd00;
  color: #fff;
}

.innersingle-page-content .sidebar-content .booking-box .button-box a:last-child {
  border: 3px solid #055193;
  color: #055193;
}

.innersingle-page-content .sidebar-content .booking-box .button-box a:hover {
  background-color: #055193;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.innersingle-page-content .sidebar-content .booking-box .button-box a svg {
  transition: all 0.4s;
}

.innersingle-page-content .sidebar-content .booking-box .button-box a:hover svg {
  transform: translateX(10px) scale(1.1);
}

.innersingle-page-content .sidebar-content .cta-box {
  padding: 15px 20px;
  position: relative;
  text-align: center;
}

.innersingle-page-content .sidebar-content .cta-box h6 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

.innersingle-page-content .sidebar-content .cta-box a {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.innersingle-page-content .sidebar-content .cta-box a span {
  font-size: 14px;
  color: #055193;
}

.innersingle-page-content .sidebar-content .cta-box a svg {
  width: 18px;
  height: 18px;
  padding: 10px;
  border-radius: 50%;
  background-color: #87bd00;
  color: #fff;
  animation: vibratePhone 0.6s infinite alternate;
  transform-origin: center;
}


@keyframes vibratePhone {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(10deg);
  }

  80% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


@media (max-width:1400px) {
  .innersingle-page-content .sidebar-content {
    padding-left: 0;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .innersingle-page-content .sidebar-content .booking-box p.price {
    font-size: 36px;
  }

  .innersingle-page-content .sidebar-content .cta-box {
    padding: 15px 10px;
  }

  .innersingle-page-content .sidebar-content .cta-box a {
    font-size: 18px;
  }
}

@media (max-width:992px) {
  .innersingle-page-content .sidebar-content {
    margin-top: 40px;
  }
}

@media (max-width:568px) {
  .innersingle-page-content .sidebar-content .cta-box a {
    font-size: 20px;
  }

  .innersingle-page-content .sidebar-content .booking-box p.price {
    font-size: 40px;
  }

  .innersingle-page-content .sidebar-content .cta-box a svg {
    width: 16px;
    height: 16px;
    padding: 6px;

  }
}









.innerservice-title {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.innerservice-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.innerservice-title .carousel-item {
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.innerservice-title .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innerservice-title .inner-content {
  position: absolute;
  bottom: 160px;
  left: 0;
  width: 100%;
  text-align: center;
}

.innerservice-title .inner-content h2 {
  color: #fff;
  font-size: 96px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0 0 10px #000;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.innerservice-title .inner-content h2 img {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 80px;
  height: 80px;
}

.innerservice-title .inner-content span.tagline {
  color: #A6CE39;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 0 5px #000;
}

.innerservice-title .inner-content p.subtitle {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-style: italic;
}

.innerservice-title .inner-content p.subtitle span {
  color: #A6CE39;
}

.innerservice-title .inner-content p.price-info {
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
}

.innerservice-title .inner-content p.price-info span.price {
  color: #A6CE39;
  font-weight: 800;
}

.innerservice-title .inner-content p.typed-price-info {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  min-height: 70px;
  margin-bottom: 0;

}

.innerservice-title .inner-content p.typed-price-info #tour-name {
  font-weight: 500;
  color: #A6CE39;
}

.innerservice-title .inner-content p.typed-price-info #tour-price {
  font-weight: 700;
  color: #A6CE39;
}

.innerservice-title .quicklocation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}

.innerservice-title .quicklocation ul li {
  display: inline-block;
  position: relative;
}

.innerservice-title .quicklocation ul li a {
  padding: 0 14px;
  border-radius: 50px;
  color: #000;
  font-weight: 700;
  /* background-color: #A6CE39; */
  animation: floatY 2s ease-in-out infinite;
  display: inline-block;
  position: relative;
  z-index: 2;
}

/* 
.innerservice-title .quicklocation ul li:nth-child(2n) a {
  background-color: #ffd007;
} */


/* 🎨 Balloon Colors by Class */
.innerservice-title .quicklocation ul li.pink-text a {
  background: #ff5e7d;
}

.innerservice-title .quicklocation ul li.blue-text a {
  background: #6ec6ff;
}

.innerservice-title .quicklocation ul li.purple-text a {
  background: #9c27b0;
  color: #fff;
}

.innerservice-title .quicklocation ul li.yellow-text a {
  background: #f4c430;
  color: #333;
  /* better contrast on yellow */
}

.innerservice-title .quicklocation ul li.green-text a {
  background: #009905;
  color: #fff;
}

/* Sequential animation delays */
.innerservice-title .quicklocation ul li:nth-child(1) a {
  animation-delay: 0s;
}

.innerservice-title .quicklocation ul li:nth-child(2) a {
  animation-delay: 0.4s;
}

.innerservice-title .quicklocation ul li:nth-child(3) a {
  animation-delay: 0.8s;
}

.innerservice-title .quicklocation ul li:nth-child(4) a {
  animation-delay: 1.2s;
}

.innerservice-title .quicklocation ul li:nth-child(5) a {
  animation-delay: 1.6s;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
    opacity: 1;
    box-shadow: rgba(255, 255, 255, 0) 0px 0 16px;
  }

  50% {
    transform: translateY(-10px);
    opacity: 1;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 0 16px;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
    box-shadow: rgba(255, 255, 255, 0) 0px 0 16px;
  }
}



.quicklocation .balloon-wrapper {
  position: absolute;
  top: -80px;
  left: 50%;
  /* adjust as needed */
  transform: translateX(-50%);
  width: 50px;
  height: 70px;
  pointer-events: none;
}

.quicklocation .balloon-wrapper .balloon {
  width: 50px;
  height: 60px;
  border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  position: relative;
  animation: float 3s ease-in-out infinite;
  box-shadow: inset -3px -4px 0 rgba(255, 255, 255, 0.2);
}

.quicklocation .balloon-wrapper .balloon::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 1px;
  height: 34px;
  background: #999;
  transform: translateX(-50%);
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-8px) rotate(4deg);
  }

  100% {
    transform: translateY(0) rotate(-2deg);
  }
}



/* 🎨 Balloon Colors by Class */
.pink-balloon .balloon {
  background: #ff5e7d;
}

.blue-balloon .balloon {
  background: #6ec6ff;
}

.purple-balloon .balloon {
  background: #9c27b0;
}

.yellow-balloon .balloon {
  background: #f4c430;
  color: #333;
  /* better contrast on yellow */
}

.green-balloon .balloon {
  background: #009905;
}


.bubble {
  position: absolute;
  bottom: 0;
  font-weight: 600;
  opacity: 0.1;
  animation: floatUp 9s linear infinite;
  white-space: nowrap;
  pointer-events: none;
  font-size: 14px;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  color: #fff;
  transition: transform .8s ease;
  z-index: 1;
}

@keyframes floatUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.1;
  }

  50% {
    opacity: .6;
  }

  100% {
    transform: translateY(-100vh) scale(1.2);
    opacity: 0;
  }
}

@media (max-width:992px) {
  .innerservice-title .inner-content h2 {
    color: #fff;

    font-size: 64px;
  }

  .innerservice-title .inner-content p.price-info {
    font-size: 28px;
  }

  .innerservice-title .inner-content p.typed-price-info {
    font-size: 28px;

  }

}

@media (max-width:568px) {
  .innerservice-title {
    position: relative;
    height: 640px;
    overflow: hidden;
  }

  .innerservice-title .carousel-item {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }

  .innerservice-title .inner-content h2 {
    color: #fff;
    font-size: 44px;
  }

  .innerservice-title .inner-content span.tagline {
    font-size: 26px;
  }

  .innerservice-title .inner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
  }

  .quicklocation .balloon-wrapper {
    display: none;
  }

  .innerservice-title .bubble-container {
    display: none;
  }

  .innerservice-title .quicklocation ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }

  .innerservice-title .inner-content p.price-info {
    font-size: 24px;
  }

  .innerservice-title .inner-content p.typed-price-info {
    font-size: 24px;

  }
}

.innerservice-content {
  position: relative;
  padding: 10px 0 40px;
  overflow: hidden;
}

.innerservice-content .top-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.innerservice-content .top-title h3 {
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 20px;
}

.innerservice-content .top-title h3 span {
  padding-bottom: 4px;
  background: url(../img/background/border-bottom.svg) no-repeat bottom;

}

.innerservice-content .top-title a {
  padding: 10px 20px;
  background-color: #055193;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 4px;
  animation: bounce 4s infinite;
  display: inline-block;
}

.innerservice-content .top-title p.destination {
  font-size: 20px;
  font-weight: 700;
  color: #055193;
  margin-bottom: 0;
}

.innerservice-content p.text {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  letter-spacing: 1px;
}

.innerservice-content p.text span {
  font-style: italic;
  font-weight: 700;
  color: #608600;
  text-transform: capitalize;
}

.innerservice-content p.text a {
  color: #055193;
  font-weight: 700;
}

.innerservice-content p.text strong {
  color: #000;
}

.innerservice-content h4.title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width:992px) {
  .innerservice-content .top-title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 26px;
  }

}

.innerservice-content .main-seo-content .left-content {
  padding-right: 40px;
}

.innerservice-content .main-seo-content .toggle-btn {
  text-align: end;
}

.innerservice-content .main-seo-content .read-more-toggle {
  padding: 4px 20px;
  background-color: #055193;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;

}

.innerservice-content .main-seo-content .link-list li a {
  color: #055193;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  transition: all 0.4s;
}

.innerservice-content .main-seo-content .link-list li a:hover {
  color: #608600;
}

.innerservice-content .main-seo-content .link-list li svg {
  margin-right: 8px;
  color: #A6CE39;
}

.innerservice-content .main-seo-content .link-list li span.tag {
  background-color: #608600;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
}

.innerservice-content .innergallery-wrapper {
  padding: 80px 0 40px;
  position: relative;
}

.innerservice-content .innergallery-wrapper .img-box {
  width: 100%;
  height: 500px;
}

.innerservice-content .innergallery-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innerservice-content .innergallery-wrapper .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;

}

.innerservice-content .innergallery-wrapper .owl-prev {
  left: 0;
}

.innerservice-content .innergallery-wrapper .owl-next {
  right: 0;
}

.innerservice-content .innergallery-wrapper .owl-nav button svg {
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  transition: all 0.4s;
  opacity: .7;
}

.innerservice-content .innergallery-wrapper .owl-nav button svg:hover {
  transform: scale(1.4);
  opacity: 1;
}


.innerservice-attraction {
  margin: 30px 0;
  position: relative;
  padding: 60px 0;
  background: url(../img/background/rajasthan-camel-bg.jpg) no-repeat fixed top;
  background-size: cover;
  overflow: hidden;
}

.innerservice-attraction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}



.innerservice-attraction .main-content .head-box {
  margin-bottom: 30px;
}

.innerservice-attraction .main-content span.tagline {
  color: #fff;
  font-size: 24px;
}

.innerservice-attraction .main-content h2 {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffa500;
  margin-bottom: 0;
}

.innerservice-attraction .main-content h2 span {
  color: #fff;
}

.innerservice-attraction .main-content h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  border-radius: 5px;
  height: 3px;
  background-color: #fff;
}

.innerservice-attraction .main-content p.text {
  color: #fff;
  letter-spacing: 1px;
}

.innerservice-attraction .main-content p.text span {
  color: #A6CE39;
  font-weight: 600;
}

.innerservice-attraction .main-content ul {
  position: relative;
}

.innerservice-attraction .main-content ul li {
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 6px;
  transition: all 0.4s;
}

.innerservice-attraction .main-content ul li:hover {
  color: #A6CE39;
}

.innerservice-attraction .main-content ul li svg {
  color: #A6CE39;
  margin-right: 6px;
}

.innerservice-attraction .main-content .cta-text p {
  font-size: 20px;

}

.innerservice-attraction .main-content .cta-text p span {
  color: #A6CE39;
}

.innerservice-attraction .gallery-box-wrapper {
  background-color: #000;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.innerservice-attraction .gallery-box-wrapper .img-box {
  width: 100%;
  height: 700px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #fff;
}

.innerservice-attraction .gallery-box-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innerservice-attraction .gallery-box-wrapper .owl-dots {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

}

.innerservice-attraction .gallery-box-wrapper .owl-dots button {
  background: #fff;
  color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50px;
  transition: all 0.4s;
}

.innerservice-attraction .gallery-box-wrapper .owl-dots button.active {
  width: 28px;
  background-color: #ffa500;
}



@media (min-width:992px) and (max-width:1200px) {

  .innerservice-attraction .main-content h2 {
    font-size: 44px;
  }
}

@media (max-width:992px) {
  .innerservice-attraction .gallery-box-wrapper {
    margin-top: 30px;
  }

  .innerservice-attraction .main-content h2 {
    font-size: 48px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffa500;
    margin-bottom: 0;
  }

  .innerservice-attraction .gallery-box-wrapper .img-box {
    width: 100%;
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #fff;
  }

}

@media (max-width:568px) {

  .innerservice-attraction .gallery-box-wrapper {
    border-radius: 8px;
  }

  .innerservice-attraction .gallery-box-wrapper .img-box {
    width: 100%;
    height: 440px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fff;
  }

}


.innertour-packages {
  position: relative;
  padding: 0 0 80px;
}

.innertour-packages .section-title {
  margin-bottom: 60px;
}

.innertour-packages .package-box-wrapper .package-box {

  padding: 10px;
  border-radius: 10px;
  background-color: rgba(5, 81, 147, 0.04);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 30px;
}

.innertour-packages .package-box-wrapper .package-box .img-box {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}

.innertour-packages .package-box-wrapper .package-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.innertour-packages .package-box-wrapper .package-box:hover .img-box img {
  transform: scale(1.2);
  filter: grayscale(50%);
}

@media (max-width:992px) {
  .innertour-packages .package-box-wrapper .package-box .img-box {
    margin-bottom: 20px;
  }
}

.innertour-packages .package-box-wrapper .package-box .content {
  padding: 10px 10px;
  position: relative;
}

.innertour-packages .package-box-wrapper .package-box .content ul {
  margin-bottom: 8px;
}

.innertour-packages .package-box-wrapper .package-box .content ul.tag li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  background-color: #608600;
  color: #fff;
  padding: 3px 8px;
}

.innertour-packages .package-box-wrapper .package-box .content ul.tag li:nth-child(2n) {
  background-color: #055193;
}

.innertour-packages .package-box-wrapper .package-box .content p.title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.innertour-packages .package-box-wrapper .package-box .content p.title a {
  color: #000;
  transition: all 0.4s;
  display: inline-block;
}

.innertour-packages .package-box-wrapper .package-box:hover .content p.title a {
  color: #055193;
}

.innertour-packages .package-box-wrapper .package-box .content p.info {
  font-size: 16px;
  font-weight: 700;
  color: #055193;
}

.innertour-packages .package-box-wrapper .package-box .content .include h6 {
  font-size: 18px;
  font-weight: 700;
}

.innertour-packages .package-box-wrapper .package-box .content .include ul li {
  display: inline-block;
  padding: 4px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: 16px;
}

.innertour-packages .package-box-wrapper .package-box .content .include ul li svg {
  color: #608600;
}

.innertour-packages .package-box-wrapper .package-box .price-box {
  background-color: #fff;
  padding: 20px;
  text-align: end;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 10px;

}

@media (max-width:768px) {
  .innertour-packages .package-box-wrapper .package-box .price-box {
    text-align: center;
  }
}

.innertour-packages .package-box-wrapper .package-box .price-box span.text {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

.innertour-packages .package-box-wrapper .package-box .price-box p.price {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 0;
}

.innertour-packages .package-box-wrapper .package-box .price-box span.info {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #055193;
}

.innertour-packages .package-box-wrapper .package-box .price-box .button-grp {
  margin-top: 10px;
}

.innertour-packages .package-box-wrapper .package-box .price-box .button-grp a {
  display: block;
  text-align: center;
  padding: 6px 10px;
  background-color: #A6CE39;
  margin-bottom: 6px;
  border-radius: 50px;
  font-weight: 700;
  border: 2px solid #A6CE39;
  color: #fff;
  transition: all 0.4s;
}

.innertour-packages .package-box-wrapper .package-box .price-box .button-grp a:last-child {
  background-color: transparent;
  border: 2px solid #055193;
  color: #055193;

}

.innertour-packages .package-box-wrapper .package-box .price-box .button-grp a:hover {
  background-color: #055193;
  color: #fff;
  border-color: #055193;
}

.innertour-packages .sidebar-wrapper {
  position: sticky;
  top: 100px;
  width: 100%;
  padding-left: 30px;
}

.innertour-packages .sidebar-box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.innertour-packages .sidebar-box h4 {
  padding: 16px 20px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #055193;
  color: #fff;
}

.innertour-packages .sidebar-box ul {
  padding: 4px 14px;
}

.innertour-packages .sidebar-box ul li a {
  color: #055193;
  display: inline-block;
  transition: all 0.4s;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
}

.innertour-packages .sidebar-box ul li a span.tag {
  padding: 0 4px;
  background-color: #A6CE39;
  color: #000000;
  font-weight: 900;
  font-size: 12px;
  border-radius: 4px;
}

.innertour-packages .sidebar-box ul li:hover a {
  transform: translateX(5px);
}

.innertour-packages .sidebar-box ul li svg {
  margin-right: 6px;
  color: #A6CE39;
  transition: all 0.4s;
  border-radius: 50%;
}

.innertour-packages .sidebar-box ul li:hover svg {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(1.2);
}

.main-sidecta-box {
  position: sticky;
  padding: 30px 20px;
  top: 100px;
  text-align: center;
  background: url(../img/background/rajasthan-camel-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.main-sidecta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.main-sidecta-box span {
  color: #A6CE39;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.main-sidecta-box h3 {
  color: #fff;
}

.main-sidecta-box p.text {
  color: #fff;
  padding: 6px;
  border: 1px dashed #A6CE39;
  margin-top: 30px;
  margin-bottom: 60px;
}

.main-sidecta-box .call-btn a {
  display: inline-flex;
  margin-right: 4px;
  align-items: center;
  gap: 6px;
  position: relative;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
  border: 2px solid #fff;
  font-weight: 700;
  color: #000;
  transition: all 0.4s;
}

.main-sidecta-box .call-btn a:last-child {
  margin-right: 0;
  background-color: transparent;
  color: #A6CE39;
  border-color: #A6CE39;
}

.main-sidecta-box .call-btn a svg {
  width: 18px;
  height: 18px;
}

.main-sidecta-box .call-btn a:hover {
  background-color: #A6CE39;
  color: #fff;
  border-color: #A6CE39;
}




.innercontact-page {
  position: relative;
  padding: 0 0 80px;
}

.innercontact-page .contact-info-wrapper span.subtitle {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  color: #055193;
}



.innercontact-page h4 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.innercontact-page h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #000;
}

.innercontact-page .contact-info-wrapper p.text {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 1px;
}

.innercontact-page .contact-info-wrapper p.text span {
  font-style: italic;
  font-weight: 700;
  color: #055193;
}

.innercontact-page .contact-info-wrapper .item-box {
  margin-top: 30px;
}

.innercontact-page .contact-info-wrapper .item-box h6 {
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.innercontact-page .contact-info-wrapper .item-box h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #000;
}

.innercontact-page .contact-info-wrapper .item-box .content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.innercontact-page .contact-info-wrapper .item-box .content .icon svg {
  width: 18px;
  height: 18px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 50px;
  color: #000;
}

.innercontact-page .contact-info-wrapper .item-box .content p {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 16px;
}

.innercontact-page .contact-info-wrapper .item-box .content p svg {
  color: rgba(0, 0, 0, 0.8);
}

.innercontact-page .contact-info-wrapper .item-box .content p a {
  display: block;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  transition: all 0.4s;
}

.innercontact-page .contact-info-wrapper .item-box .content p a:hover {
  color: #055193;
}

.innercontact-page .contact-info-wrapper .item-box .content p a.phone {
  font-size: 26px;
}



.innercontact-page .right-content {
  padding-left: 120px;
  position: relative;
}

.innercontact-page .right-content h4 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.innercontact-page .right-content h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #000;
}

.innercontact-page .right-content p.text {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.innercontact-page .form-content .form-control,
.innercontact-page .form-content .form-select {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.07);
  border-radius: 0;
}

.innercontact-page .form-content label {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

.innercontact-page .form-content label span {
  color: #db000b;
  font-size: 18px;
}

.innercontact-page .form-content button {
  padding: 10px 30px;
  border-radius: 50px;
  color: #055193;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #055193;
  margin-top: 20px;
  transition: all 0.4s;

}

.innercontact-page .form-content button:hover {
  background-color: #055193;
  color: #fff;
}

.innercontact-page .form-content button svg {
  transition: all 0.4s;
}

.innercontact-page .form-content button:hover svg {
  transform: translateX(10px) scale(1.2);
  color: #fff;
}


@media (min-width:992px) and (max-width:1200px) {
  .innercontact-page .right-content {
    padding-left: 40px;
    position: relative;
  }
}

@media (max-width:992px) {
  .innercontact-page .right-content {
    padding-left: 0;
    margin-top: 40px;
    position: relative;
  }
}





/* ------------------------------------------------------------------------------------------------------------------------- */


.innergallery-section {
  padding: 0 0 80px;
  position: relative;
}

.innergallery-section .gallery-img-wrapper {
  position: relative;
  margin-bottom: 40px;
}


.innergallery-section .gallery-img-wrapper .img-box {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 6px;
  border-bottom: 5px solid #0b3833;
}

.innergallery-section .gallery-img-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.innergallery-section .gallery-img-wrapper .img-box:hover img {
  transform: scale(1.2);
  filter: brightness(50%);
}

.innergallery-section .gallery-img-wrapper .img-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px;
  height: 60px;
  color: #fff;
  transition: all 0.4s;
}

.innergallery-section .gallery-img-wrapper .img-box:hover svg {
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width:992px) {
  .innergallery-section .gallery-img-wrapper .img-box {
    height: 360px;
  }
}

@media (max-width:568px) {
  .innergallery-section .gallery-img-wrapper .img-box {
    height: 320px;
    border-radius: 0;
  }
}





/* ------------------------------------------------------------------------------------------------------------- */


.enquiry-modal .modal-content {
  z-index: 999;
  background-color: #055193;
  top: 40px;
  border-radius: 10px;
}

.enquiry-modal .modal-content .btn-close {
  background: transparent;
  opacity: 1;
  position: absolute;
  top: 2px;
  right: 12px;
  z-index: 1;

}

.enquiry-modal .modal-content .btn-close svg {
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 4px;
  background-color: #fff;
  border-radius: 5px;
  color: #055193;
}

.enquiry-modal .modal-content .modal-body {
  padding: 20px 30px 20px;
}

.enquiry-modal .modal-content .modal-body h5 {
  color: #fff;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
}

.enquiry-modal .modal-content .modal-body h5 span {
  color: #A6CE39;
  font-weight: 700;
}

.enquiry-modal .modal-content .modal-body h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
}

.enquiry-modal .modal-content .modal-body p.text {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
  font-size: 15px;

}

.enquiry-modal .modal-content .modal-body p.text span {
  color: #A6CE39;
  font-weight: 700;
}

.enquiry-modal .modal-content .modal-body label {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.enquiry-modal .modal-content .modal-body .form-control,
.enquiry-modal .modal-content .modal-body .form-select {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  padding: 4px 14px;
}

.enquiry-modal .modal-content .modal-body .form-control::placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}

.enquiry-modal .modal-content .modal-body button {
  padding: 6px 30px;
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.4s;

}

.enquiry-modal .modal-content .modal-body button:hover {
  transform: scale(1.1);
  background-color: #A6CE39;
  color: #000;
}



/* ---------------------------------------------------------------------------------------------------------------------------------- */

.innerdestination-grid {
  padding: 0 0 80px;
  position: relative;
}

.innerdestination-grid .item-box-wrapper {
  margin-top: 20px;
}

.innerdestination-grid .search-box {
  position: relative;
}

.innerdestination-grid .search-box svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #055193;
}

.innerdestination-grid .search-box input {
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-size: 16px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
}

.innerdestination-grid .search-box input::placeholder {

  color: rgba(0, 0, 0, 0.8);
}

.innerdestination-grid .item-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all 0.4s;
}

.innerdestination-grid .item-box:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.innerdestination-grid .item-box .img-box {
  width: 100%;
  height: 300px;
}

.innerdestination-grid .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.innerdestination-grid .item-box:hover .img-box img {
  transform: scale(1.1);
  filter: brightness(80%);
}

.innerdestination-grid .item-box .content {
  padding: 20px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.innerdestination-grid .item-box .content p {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 0.4s;
}

@media (max-width:568px) {
  .innerdestination-grid .item-box .img-box {
    width: 100%;
    height: 240px;
  }
}


.tour-navigation-buttons {
  margin: 40px 0 10px;
  display: flex;
  justify-content: space-between;

}

.tour-navigation-buttons a {
  padding: 8px 16px;
  font-size: 17px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #A6CE39;
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}

.tour-navigation-buttons a:last-child {
  background-color: #055193;
  color: #fff;

}

.tour-navigation-buttons a:last-child:hover {
  background-color: #000;
  color: #FFF;
}

.tour-navigation-buttons a:hover {
  background-color: #055193;
  color: #fff;
}



/* ----------------------------------------------------------------------------------------------------------- */




.innertaxi-content {
  position: relative;
  padding: 60px 0;
}

.innertaxi-content h2.title {
  font-size: 38px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.innertaxi-content h2.title span {
  font-weight: 700;
}

.innertaxi-content p.text {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  letter-spacing: 1px;
}

.innertaxi-content p.text span {
  font-style: italic;
  font-weight: 700;
  color: #608600;
  text-transform: capitalize;
}

.innertaxi-content p.text a {
  color: #055193;
  font-weight: 700;
}

.innertaxi-content p.text strong {
  color: #000;
  font-weight: 700;
}

.innertaxi-content h4.subtitle {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}

.innertaxi-content h4.subtitle span {
  font-weight: 700;
}




.innertaxi-content ul {
  position: relative;
}

.innertaxi-content ul li {
  color: #000;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 6px;
  transition: all 0.4s;
}

.innertaxi-content ul li:hover {
  color: #A6CE39;
}

.innertaxi-content ul li svg {
  color: #A6CE39;
  margin-right: 6px;
}

.innertaxi-content .main-content-wrapper {
  margin-top: 50px;
}

.innertaxi-content .main-content-wrapper .content-box {
  margin-bottom: 50px;
}

.innertaxi-content .main-content-wrapper .img-box {
  width: 100%;
  height: 400px;
  position: sticky;
  top: 100px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.innertaxi-content .main-content-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.innertaxi-content .main-content-wrapper .img-box:hover img {
  transform: scale(1.1);
}

.innertaxi-content .main-content-wrapper .cta-box {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.innertaxi-content .main-content-wrapper .cta-box p {
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.innertaxi-content .main-content-wrapper .cta-box a {
  font-size: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #A6CE39;
  transition: all 0.4s;
}

.innertaxi-content .main-content-wrapper .cta-box a:hover {
  color: #003252;
}


.innertaxi-content .other-service-wrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 10px;
}

.innertaxi-content .other-service-wrapper ul li a {
  padding: 10px 20px;
  background-color: #003252;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  transition: all 0.4s;
}

.innertaxi-content .other-service-wrapper ul li a:hover {
  background-color: #009905;
  color: #fff;
}


@media (max-width:992px) {
  .innertaxi-content .main-content-wrapper .img-box {
    margin-bottom: 30px;
  }
}

@media (max-width:568px) {
  .innertaxi-content .main-content-wrapper .img-box {
    height: 320px;
  }

  .innertaxi-content .other-service-wrapper ul {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }

  .innertaxi-content .main-content-wrapper .cta-box a {
    font-size: 28px;
  }

  .innertaxi-content .main-content-wrapper .cta-box p {
    font-size: 18px;
  }
}







.fleet-section {
  position: relative;
  padding: 80px 0;
  background: url(../img/scorpio-bg.webp);
}

.fleet-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.fleet-section .section-title {
  position: relative;
  margin-bottom: 30px;
}

.fleet-section .item-box {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  border: 2px solid #fff;
}

.fleet-section .item-box .img-box {
  width: 100%;
  height: 250px;

}

.fleet-section .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.fleet-section .item-box:hover .img-box img {
  transform: scale(1.2);
}

.fleet-section .item-box .content {
  padding: 30px;
  background-color: #000;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -20px;
  position: relative;
}

.fleet-section .item-box h3 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.fleet-section .item-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fleet-section .item-box ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fleet-section .item-box ul li svg {
  color: #000;
  width: 14px;
  height: 14px;
  padding: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 auto;
}

.fleet-section .item-box ul li span {
  color: #ccc;
  font-size: 12px;

}

.fleet-section .item-box p.price {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.fleet-section .item-box p.price span {
  color: #A6CE39;
  font-weight: 800;
}

.fleet-section .item-box a {
  display: block;
  text-align: center;
  padding: 10px 14px;
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 10px;
  color: #001c35;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.fleet-section .item-box a:hover {
  background-color: #009905;
  color: #fff;
}

.fleet-section .item-box span.note {
  color: #ccc;
  font-size: 14px;
}

.fleet-section .item-box span.note svg {
  color: #A6CE39;
  margin-bottom: 2px;
  margin-right: 4px;
}

.fleet-section .item-box .rating span {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 50px;
  background-color: #282f34;
  color: #fff;
  font-size: 14px;
}

.fleet-section .item-box .rating span svg {
  color: #A6CE39;
  animation: spin 2s infinite alternate;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width:568px) {
  .fleet-section .item-box .content {
    padding: 30px 15px;
  }
}



/* ----------------------------------------------------------------------------------------------------------- */


.innerblog-title {
  padding: 300px 0 100px;
  background: url(../img/background/blog-title.webp) no-repeat;
  background-size: cover;
  position: relative;
}

.innerblog-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.innerblog-title span.tagline {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.innerblog-title h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 56px;
}

.innerblog-title h1 span {
  color: #A6CE39;
}

@media (max-width:1200px) {
  .innerblog-title h1 {
    font-size: 46px;
  }

}

@media (max-width:768px) {
  .innerblog-title {
    padding: 220px 0 100px;
  }

  .innerblog-title h1 {
    font-size: 38px;
  }
}


/* -------------------------------------------------------------------------------------------- */

.bloglist-section {
  padding: 80px 0;
  position: relative;
}

.bloglist-section .blog-box-first {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.bloglist-section .blog-box-first .img-box {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.bloglist-section .blog-box-first .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.bloglist-section .blog-box-first .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s ease-in-out;
}

.bloglist-section .blog-box-first:hover .img-box img {
  transform: scale(1.1);
}

.bloglist-section .blog-box-first .img-box span.tag {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #A6CE39;
  display: inline-block;
  z-index: 1;

}

.bloglist-section .blog-box-first .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px 30px;
  z-index: 1;
}

.bloglist-section .blog-box-first .content h2 a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  font-size: 38px;
}

.bloglist-section .blog-box-first .content h2 a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.bloglist-section .blog-box-first .content h2 a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.bloglist-section .blog-box-first .content p.text {
  color: #fff;
}

.bloglist-section .blog-box-first .content span.date {
  color: rgba(255, 255, 255, 0.6);
}


.bloglist-section .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: all 0.4s;
}

.bloglist-section .carousel-indicators button.active {
  opacity: 1;
  background-color: #A6CE39;
  transform: scale(1.4);
}

.bloglist-section .blog-box {
  position: relative;
  padding: 10px;
  border: 1px solid #A6CE39;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.bloglist-section .blog-box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bloglist-section .blog-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.bloglist-section .blog-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.bloglist-section .blog-box:hover .img-box img {
  transform: scale(1.1);
}

.bloglist-section .blog-box .img-box span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 10px;
  background-color: #A6CE39;
  color: #fff;
}

.bloglist-section .blog-box .content {
  position: relative;
}

.bloglist-section .blog-box .content h2 a {
  display: block;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 13px;
  transition: all 0.4s;
}

.bloglist-section .blog-box:hover .content h2 a {
  color: #055193;
}

.bloglist-section .blog-box .content h2 a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #626262;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.bloglist-section .blog-box .content h2 a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.bloglist-section .blog-box .content p.text {
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
}

.bloglist-section .blog-box .content span.date {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

@media (max-width:1200px) {
  .bloglist-section .blog-box .content h2 a {
    font-size: 24px;
  }
}

@media (max-width:768px) {
  .bloglist-section .blog-box-first .content h2 a {
    font-size: 28px;
  }

  .bloglist-section .blog-box .img-box {
    height: 280px;
  }

  .bloglist-section .blog-box .content {
    margin-top: 20px;
  }

  .bloglist-section .blog-box .content h2 a {
    font-size: 28px;
  }
}



/* ----------------------------------------------------------------------------------------------------------------------- */


.blog-sidebar {
  position: relative;
  height: 100%;
  width: 100%;
}

.blog-sidebar .sidebar-offer-cta {
  padding: 40px;
  background: url(../img/travelling-nav-bg.webp) no-repeat;
  background-size: cover;
  position: sticky;
  top: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.blog-sidebar .sidebar-offer-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.1));
}

.blog-sidebar .sidebar-offer-cta .logo img {
  width: 100px;
  position: relative;
  margin-bottom: 20px;
}

.blog-sidebar .sidebar-offer-cta h3 {
  color: #fff;
  font-size: 46px;
  text-transform: capitalize;
  font-weight: 300;
}

.blog-sidebar .sidebar-offer-cta h3 span {
  color: #A6CE39;
  font-weight: 600;
}

.blog-sidebar .sidebar-offer-cta p {
  color: #fff;
}

.blog-sidebar .sidebar-offer-cta p span {
  color: #A6CE39;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-sidebar .sidebar-offer-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  position: relative;
  font-weight: 700;
  transition: all 0.4s;
  border-radius: 4px;
}

.blog-sidebar .sidebar-offer-cta a svg {
  transition: all 0.4s;
}

.blog-sidebar .sidebar-offer-cta a:hover {
  background-color: #A6CE39;
  color: #fff;
  transform: translateY(-4px);
}

.blog-sidebar .sidebar-offer-cta a:hover svg {
  transform: translateX(6px);
}




/* ---------------------------------------------------------------------------------------------------------------------- */
.singleblog-page {
  padding: 80px 0;
  position: relative;
}

.singleblog-page .main-content {
  padding-right: 40px;
  position: relative;
}

.singleblog-page .main-content h2 {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.singleblog-page .main-content .info {
  text-align: end;
  margin-bottom: 20px;
}

.singleblog-page .main-content span.date {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.singleblog-page .main-content p.tagline {
  padding: 10px 0 10px 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #055193;
  border-radius: 10px;
  margin-bottom: 20px;
  font-style: italic;
  border-left: 4px solid #A6CE39;
}

.singleblog-page .main-content p.text {
  line-height: 30px;
  color: #333;
  position: relative;
  font-size: 18px;
}

.singleblog-page .main-content p.text span {
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}

.singleblog-page .main-content p.text strong {
  color: #000;
  text-transform: capitalize;
}

.singleblog-page .main-content p.text a {
  text-transform: capitalize;
  font-weight: 700;
  color: #055193;
}

.singleblog-page .main-content .main-img-box {
  width: 100%;
  height: 440px;
  margin: 30px 0;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.singleblog-page .main-content .main-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.singleblog-page .main-content h3.sub-title {
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 32px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;

}

.singleblog-page .main-content h3.sub-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #000;
  border-radius: 5px;
}

.singleblog-page .main-content h5 {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.singleblog-page .main-content ul.list {
  margin-bottom: 20px;
}

.singleblog-page .main-content ul.list li {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 10px;
}

.singleblog-page .main-content ul.list li span {
  font-style: italic;
  text-transform: capitalize;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

.singleblog-page .main-content ul.list li strong {
  color: #000;
}

.singleblog-page .main-content ul.list li a {
  font-weight: 600;
  color: #055193;
  text-transform: capitalize;
}

.singleblog-page .main-content .cta-text-box {
  padding: 20px;
  position: relative;
  border-radius: 10px;
  background: url(../img/background/hawa-mahal-bg.webp) no-repeat fixed;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  margin: 30px 0;
}

.singleblog-page .main-content .cta-text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.singleblog-page .main-content .cta-text-box h4 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
}

.singleblog-page .main-content .cta-text-box h4 span {
  color: #A6CE39;
  font-weight: 600;
}

.singleblog-page .main-content .cta-text-box p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
}

.singleblog-page .main-content .cta-text-box a {
  display: inline-block;
  padding: 6px 20px;
  background-color: #fff;
  position: relative;
  font-weight: 800;
  color: #055193;
  border-radius: 3px;
  transition: all 0.4s;
}

.singleblog-page .main-content .cta-text-box a:hover {
  background-color: #055193;
  color: #fff;
}




.explore-more-box {
  padding: 30px;
  position: relative;
  margin: 30px 0;
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.explore-more-box h6 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 22px;
  text-transform: capitalize;
}

.explore-more-box ul li {
  margin-bottom: 10px;
}

.explore-more-box ul li a {
  color: #055193;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  transition: all 0.4s;
}

.explore-more-box ul li a svg {
  margin-right: 6px;
}

.explore-more-box ul li a:hover {
  color: #000;
}



.image-gallery-wrapper {
  margin: 30px 0;
  position: relative;
}

.image-gallery-wrapper .img-box {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.image-gallery-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.image-gallery-wrapper .img-box:hover img {
  transform: scale(1.1);
}


@media (max-width:1200px) {

  .singleblog-page .main-content {
    padding-right: 0;
  }

  .singleblog-page .main-content h2 {
    font-size: 42px;
  }

  .singleblog-page .main-content .main-img-box {
    width: 100%;
    height: 360px;
  }

}

@media (max-width:768px) {

  .singleblog-page .main-content {
    padding-right: 0;
  }

  .singleblog-page .main-content h2 {
    font-size: 36px;
  }

  .singleblog-page .main-content .main-img-box {
    width: 100%;
    height: 300px;
  }

  .singleblog-page .main-content .cta-text-box h4 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
  }

}




/* --------------------------------------------------------------------------------------------------------------------------- */

.blog-faq {
  margin: 40px 0;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

.blog-faq h4 {
  margin-bottom: 30px;
}

.blog-faq .accordion-item {
  border-radius: 0;
}

.blog-faq .accordion-button {
  background-color: #055193;
  color: #fff;
  border-radius: 0 !important;
  box-shadow: none;
  font-size: 17px;
  font-weight: 600;
}

.blog-faq .accordion-button:not(.collapsed) {
  background-color: #000;
}

.blog-faq .accordion-button::after {
  background-image: url(../img/icons/plus-sign.png);
  background-size: cover;
  filter: invert(1);
  width: 14px;
  height: 14px;
}

.blog-faq .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/minus.png);

}