/* CUSTOM CODE */
/* INFLUX INFOTECH */
.main-header__logo img {
    width: 100%;
    height: auto;
}
.topbar-one__info-text {
    font-family: var(--trevlo-font, "DM Sans", sans-serif);
    font-size: var(--trevlo-size-xl, 14px);
    color: #fcf2ff;
    font-weight: 500;
    margin-bottom: 0;
}
@media (max-width: 1199px){
.main-header__inner {
    padding-top: 5px;
    padding-bottom: 5px;
}
}
.main-slider-one__image::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.2);
}
.main-menu .main-menu__list > li > a {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: all 500ms ease;
    letter-spacing: 1px;
}
.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a {
    color: #ffc202;
    text-shadow: 0 0 0.5px currentColor;
}
.topbar-one {
    position: relative;
    background-color: #ffc202;
    z-index: 1;
}
.destination-one__card-title {
    font-size: 25px;
    color: var(--trevlo-white, #ffffff);
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: left;
}
.tour-listing-one {
    background-color: var(--trevlo-white, #ffffff);
    position: relative;
    padding: 60px 0;
    background-position: top center;
    background-repeat: no-repeat;
}
.sec-title {
    margin-bottom: 30px;
}
.tour-listing__card-content {
    padding: 25px 25px 30px;
    position: relative;
    z-index: 1;
    background-color: var(--trevlo-white, #ffffff);
    border-radius: 10px;
}
.main-footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: left;
    margin-top: 10px;
}
section.destination-one {
    padding-top: 70px;
    padding-bottom: 70px;
    /* background-image: url(../images/backgrounds/sitebg1.jpg);
    background-position: center;
    background-size: cover; */
}
section.about-one {
    padding-top: 70px;
    background-image: url(../images/backgrounds/sitebg2.jpg);
    background-position: center;
    background-size: cover;
}
section.testimonial-one.testimonial-one--home {
    background-image: url(../images/backgrounds/sitebg3.jpg);
    background-position: center;
    background-size: cover;
}
h1.tour-listing-details__dastination-title {
    font-size: 30px;
    color: #000;
}
.main-header__logo a {
    font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
    color: #000 !important;
    font-size: 33px;
}
.main-footer__logo-box p {
    font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
    text-align: center;
    font-size: 27px;
    color: #ffc20b;
}
.main-footer {
    position: relative;
    padding-top: 50px;
    background-color: #130f10;
    z-index: 1;
}
.main-footer__bottom {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #080607;
}
.main-footer__copyright {
    font-weight: 400;
    color: var(--trevlo-gray, #928496);
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tour-listing-details__destination {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--trevlo-white2, #FAF5EE);
    margin-bottom: 40px;
}
.tour-listing-details__ratings-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
p.tour-listing-details__overview-text.wow.animated.fadeInUp.animated {
    color: #000;
    font-weight: normal;
    font-size: 17px;
}
.tour-listing-details__faq .accrodion-content p {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    text-align: justify;
    font-weight: normal;
}
.tour-listing-details__faq .accrodion {
    position: relative;
    display: block;
    background-color: var(--trevlo-white2, #FAF5EE);
    border-radius: 10px;
    padding: 15px 30px;
    overflow: hidden;
    transition: all ease 500ms;
    border: 1px solid var(--trevlo-white2, #FAF5EE);
}
.tour-listing-details__faq .accrodion-title h4 {
    padding-right: 15px;
    position: relative;
    font-size: 18px;
    color: var(--trevlo-primary, #2D2330);
    line-height: 1.5;
    margin-bottom: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.tour-listing-details__included-list-one li i {
    position: relative;
    top: 6px;
    font-size: 16px;
    color: #00c70f;
}
.tour-listing-details__included-list-two li i {
    position: relative;
    top: 5px;
    display: inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #ff0000;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 18px;
}
.tour-listing-details-right {
    padding-bottom: 50px;
}
.tour-listing-details__included-list-one.tour-highlights li i {
    position: relative;
    top: 6px;
    font-size: 16px;
    color: #ffc202;
}
.tour-listing-details__title {
    font-size: var(--trevlo-size-7xl, 30px);
    text-transform: capitalize;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 22px;
}
.tour-listing-details__included {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
    margin-bottom: 30px;
}
.logo-slogan {
    float: right;
    margin-left: 20px;
    font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
    font-size: 35px;
    color: #000;
    line-height: 40px;
    padding-top: 10px;
    margin-bottom: 0px;
}
.main-menu .main-menu__list > li + li {
    margin-left: 30px;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.tour-listing-details__sidebar-form-input input[type=text] {
    position: relative;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 56px;
    padding: 0 30px;
    border-radius: 0px;
    background-color: var(--trevlo-white2, #FAF5EE);
    /* border: 1px solid var(--trevlo-white3, #EBE6DE); */
}
form.tour-listing-details__sidebar-form label {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
}
.form-one__input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 60px;
    background-color: var(--trevlo-white2, #FAF5EE);
    padding: 20px 30px 20px 30px;
    border-radius: 0;
}
.tour-listing-details__sidebar-form-date-arrow {
    position: absolute;
    top: 70%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--trevlo-secondary, #736D75);
    cursor: pointer;
}
.tour-listing-details__sidebar-form-input .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 56px;
    outline: none !important;
    border-radius: 0;
    border: none;
    background-color: var(--trevlo-white2, #FAF5EE) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--trevlo-secondary, #736D75) !important;
    font-family: var(--trevlo-font, "DM Sans", sans-serif);
    font-size: var(--trevlo-size-2xl, 16px);
    line-height: 56px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-radius: 0;
}
.tour-listing-details__sidebar-form-input .bootstrap-select .dropdown-menu > li > a {
    font-family: var(--trevlo-font, "DM Sans", sans-serif);
    font-size: var(--trevlo-size-xl, 14px);
    font-weight: 500;
    padding: 5px 30px;
    color: var(--trevlo-secondary, #736D75);
    background-color: var(--trevlo-white2, #FAF5EE);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-page {
    background-color: var(--trevlo-white, #ffffff);
    position: relative;
    padding-top: 50px;
}
/* Default styles for the slider image */
.main-slider-one__image {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px; /* Default height */
    width: 100%;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
    overflow: hidden;
    background-color: var(--trevlo-black, #000000);
}

/* Media query for landscape orientation on mobile devices */
@media only screen and (max-width: 767px) {
    .main-slider-one__image {
        height: 300px; /* Adjust the height as needed for landscape orientation on mobile devices */
        max-width: 100%; /* Set maximum width to 100% */
    }
}


/* Sticky Button Styles */
.sticky-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #ffc202;
    color: #fff;
    padding: 3px 12px;
    cursor: pointer;
    border-radius: 100%;
    z-index: 1000;
    font-weight: 700;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    font-size: 25px;
}

div#enquiryForm h3 {
    text-align: center;
    margin-bottom: 20px;
}
  
  /* Popup Form Styles */
  .popup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1100;
  }
  
  .close-popup {
    position: absolute;
    top: -30px;
    right: 10px;
    cursor: pointer;
    color: #fff;
}
  
  /* Overlay Styles */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Transparent black background */
    z-index: 1000;
  }
  
  /* Media Query for Mobile */
  @media only screen and (max-width: 767px) {
    .sticky-button {
      display: none; /* Hide the sticky button on small screens */
    }
  }
  /* Media Query for Mobile */
@media only screen and (max-width: 767px) {
    .sticky-button {
      display: block; /* Adjust to 'block' or 'flex' based on your design */
    }
  }
  .page-header__bg.testi {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/testimonial.jpg);
    opacity: 0.4;
}
.trevlo-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
    padding-top: 50px;
}
.page-header__bg.gt-tour {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/golden-triangle-tours.jpg);
    opacity: 0.4;
}
.page-header__bg.samedays {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/same-day-tours.jpg);
    opacity: 0.4;
}
.page-header__bg.raj {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/rajasthan-tours.jpg);
    opacity: 0.4;
}
.page-header__bg.contact {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/contact-us.jpg);
    opacity: 0.4;
}
.page-header__bg.abouts {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/backgrounds/why-choose-bg-1.jpg);
    opacity: 0.4;
}
.about-one__counter__title {
    font-weight: 400;
    line-height: 1;
    color: var(--trevlo-white, #ffffff);
    font-size: 30px;
    font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
    margin: 0;
    text-align: center;
}
.why-choose-one {
    position: relative;
    background-color: var(--trevlo-primary, #2D2330);
    padding: 60px 0;
}
section.offer-one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.tour-listing-details__destination-right {
    display: block;
    align-items: center;
    gap: 40px;
    padding-left: 75px;
}
.tour-listing-details__destination-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    margin-bottom: 10px;
}
.contact-page__info-container {
    margin-top: 90px;
    position: relative;
    padding-bottom: 60px;
}
.contact-page__info-row {
    max-width: 1172px;
    background-color: var(--trevlo-primary, #2D2330);
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
}
.contact-page__info {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}