html {
    scroll-padding-top: 150px;
    scroll-padding-top: 150px
}

/*==================================================
                start cover css
  ==================================================*/
.card-pin {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.card-pin:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

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

.card-pin .img-pin-last {
    height: 420px;
}


.card-pin-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 12px 16px;
    text-align: center;
    z-index: 10;
}

.card-pin-title a {
    color: white;
    text-decoration: none;
}

.category-cover {
    background: no-repeat fixed;
    background-attachment: fixed;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 222;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    background-position: 50% 50%;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.cover {
    padding: 20px 50px 20px 50px;
}

.tour__details__cat {
    border: 2px dashed #6c757d;
    padding: 11px;
    border-radius: 15px;
}

.tailor-container {
    background-color: #be1e2e1a
}

.tailor-contact {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin-top: 20px;
    z-index: 223;
    position: absolute;
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    max-width: 1320px;
}

.tailor-contact-item {
    width: 100%;
    padding: 40px;
    text-align: center;
}

.tailor-contact-item img {
    width: 40px;
    padding-bottom: 10px;
}

.tailor-contact-item:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: none;
}

.tailor-contact-item:nth-child(2) {
    border-right: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
}

.tailor-contact-item:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
}

.tailor-contact-item h3 {
    color: var(--second-color);
}

.tailor-form {
    margin-top: 250px;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.category-cover .overlay {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: #33333312;
    width: 100%;
}

.category-para {
    line-height: 2.1;
    font-size: 16px;
    letter-spacing: 0.75px;
    margin: auto 25%;
}

.category-cover nav {
    border-bottom: none;
}

.category-cover-Details {
    position: relative;
    z-index: 20;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    text-align: center;
}

.hero-cap {
    padding: 10px;
}

.hero-cap h1 {

    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

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

.hero-caption h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.breadcrumb-item a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0.75px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 15px;
    list-style: none;
    justify-content: center;
    margin-top: 15px;
    background-color: #c2c0bde3;
    padding: 19px;
    border-radius: 21px;
    box-shadow: 0 20px 25px -5px var(--tw-shadow-color, lab(0% 0 0 / .3)), 0 8px 10px -6px var(--tw-shadow-color, lab(0% 0 0 / .3));
}

.tours .umberlla {
    position: absolute;
    top: 2rem;
    left: 2rem;
    padding: 0;
    animation: itupdown .8s infinite alternate;
    -webkit-animation: itupdown .8s infinite alternate;
}

/*==================================================
                    end cover css
      ==================================================*/
/*===============================================================
        start  Contacts
    ===============================================================*/

.contact-me {
    min-height: 700px;
    position: relative;
    overflow: hidden;
    z-index: 222;
}

.overlay-contact {
    background-color: #be1e2e1a;
}

.contact-me .section-title {
    margin-bottom: 0;
}

.contact-me .section-title h2 {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 45px;
}

.Contact-me .section-name {
    margin-bottom: 50px;
}

form.contact-info {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.form-item {
    margin-bottom: 20px;
}

.contact-info h2 {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.75px;
    margin-bottom: 20px;
}

.contact-me .single-contact {
    display: flex;
    align-items: center;
    padding: 1rem 0 1rem 1.5rem;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.contact-me input {
    height: 50px !important;
}

.contact-me textarea {
    height: 200px !important;
}

.contact-detail {
    border-left: 3px double #ddd;
    padding-left: 15px;
    color: var(--main-color);
    display: flex;
    margin: 1.90rem 0;
}

.contact-detail h5 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--main-color);
}

.contact-detail p {
    margin-bottom: 0;
    color: var(--black-color);
}

.contact-detail a span {
    line-height: 50px;
    font-size: 25px;
    margin-right: 1rem;
    color: var(--main-color);
}

.close {
    line-height: 45px;
    padding-right: 10px;
}

.number-big {
    position: absolute;
    bottom: 10px;
    right: 0.5rem;
    transform: rotate(349deg);
}

.number-big .fa-address-book {
    font-size: 100px;
    color: #ddd;
    opacity: 0.5;
}

.envlope-air {
    position: absolute;
    left: 0;
    top: 3rem;
    transform: rotate(92deg);
}

/*===============================================================
          end Contacts
      ===============================================================*/
.about-us-info {
    display: flex;
    justify-content: space-around;
}

.about-us {
    padding: 60px 0;
}

.beach-ball {
    position: absolute;
    right: 6rem;
    animation: rotate2 6s linear infinite;
}

.destiniations .blog-shape-rocket {
    position: absolute;
    right: 0;
    top: 2rem;
    animation: scaleup 1s infinite alternate;
}

.about-us-img .about-shape {
    position: absolute;
    left: 3rem;
    transform: rotate(282deg);
    top: 1rem;
}

.about-us-para {
    background-color: #fff4ef;
    padding: 18px;
}

.about-us-para h2 {
    font-size: 36px;
    color: var(--main-color);
}

.lc-block img {
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.aboutUs-banner {
    padding: 50px 0;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.aboutservice-box {
    text-align: center;
    padding-top: 20px;
}

.aboutUs-banner h3 {
    color: var(--main-color);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 45px;
}

.aboutservice-box img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.aboutUs-banner .aboutservice-box p {
    color: var(--main-color);
}

.tour-details-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--black-color);
}

.tour-details-dsc p {
    font-size: 16px;
    color: var(--p-color)
}

.tour-details-highlight {
    padding: 20px 0;
}

.tour-details-highlight ul li {
    margin-bottom: 10px;
    display: block;
}

.tour-details-highlight ul li:before {
    font: var(--fa-font-solid);
    content: "\e4fd";
    width: 20px;
    height: 20px;
    color: var(--main-color);
    margin-right: 5px;
    font-size: 16px;
}

#tour-details-thumb {
    overflow: hidden;
}

.tour-details-package-title {
    text-align: center;
    background: var(--black-color);
    padding: 15px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.tour-details-package-content,
.tour-details-info-box,
.tour-details-deals-box {
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 3px 12px;
    border: 1px Solid var(--black-color);
}

.price-discount {
    text-decoration: line-through;
    color: #dc3545 !important;
    display: inline !important;
    font-size: 17px;
    font-weight: 600;
}

.tour-details-deals-dsc {
    max-width: 250px;
}

.tour-details-info-icon {
    margin-right: 1em;
    font-size: 24px;
    color: var(--main-color);
}

.tour-details-cat-wrap p span {
    color: var(--black-color);
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 20px;
}

.tour-details-deals-text a {
    color: var(--second-color);
    font-size: 18px;
    line-height: 1;
}

.tour-details-deals-thumb {
    margin-right: 1em;

}

.tour-details-deals-rating span {
    color: var(--main-color);
}

.tour-details-faq-area .accordion-items {
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 0.5rem;
    box-shadow: 0px 0px 6px 0px #dc35451f;

}

.tour-details-faq-area .accordion button {
    color: var(--black-color);
}

.tour-details-faq-area .accordion button[aria-expanded='true'] {
    color: var(--second-color);
}

.accordion-body img {
    max-width: 300px;
}

.tour-details-faq-area .accordion-items h2 {
    padding-left: 1rem;
}

.tour-details-thumb img {
    border-radius: 10px;
}

.accordion-header .intinery-day {
    background-color: var(--main-color);
    padding: 7px;
    border-radius: 5px;
    color: #fff;
    margin-right: 0.5em;
    min-width: 70px;
}

.tour-details-faq-area .accordion-items .accordion-buttons .intinery-day {
    background-color: var(--main-color);
    padding: 7px;
    border-radius: 5px;
    color: #fff;
    margin-right: 0.5em;
    min-width: 70px;
}

.tour-details-included-content {
    background: #f0f1f2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #dc35451f;
}

.tour-details-included-content h4 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 21px;
    color: #be1e2d;
}

.tour-details-included-content ul li {
    display: block;
    padding: 0.30rem 0;
    font-weight: 500;
}

.included {
    background: #19875430;
}

.exclude {
    background-color: #be1e2e1a;
}

.tour-details-included-content ul li:before {
    font: var(--fa-font-solid);
    content: "\f058";
    width: 20px;
    height: 20px;
    color: green;
    margin-right: 10px;
    font-size: 16px;
    padding-right: 0;
    border-radius: 50%;
    /* background-color: #fff; */
    padding: 3px;
}

.tour-details-note-include.tour-details-note-highlight .tour-details-included-content ul li:before {
    font: var(--fa-font-solid);
    content: "\f058";
    width: 20px;
    height: 20px;
    color: #3e3d3f;
    margin-right: 10px;
    font-size: 16px;
    padding-right: 0.5rem;
}

.tour-details-note-include.tour-details-note-highlight .tour-details-included-content .tour-details-exclude ul li:before {
    font: var(--fa-font-solid);
    content: "\f058";
    width: 20px;
    height: 20px;
    color: var(--main-color);
    margin-right: 10px;
    font-size: 16px;
    padding-right: 0.5rem;
}

.tour-details-included-content.tour-details-exclude ul li:before {
    font: var(--fa-font-solid);
    content: "\f057";
    width: 20px;
    height: 20px;
    color: #bd1e2d;
    margin-right: 10px;
    font-size: 16px;
    padding-right: 0;
    border-radius: 50%;
    /* background-color: #fff; */
    padding: 3px 5px;
}

.tour-details-cat-icon span {
    margin-top: 15px;
    margin-right: 10px;
}

.tour-details-cat-icon span img {
    width: 50px;
}

.tour-details-cat-social ul li a {
    background: #bd1e2d;
    padding: 10px;
    color: #f9f9f9;
    margin-right: 1em;
    border-radius: 15px;
}

.tour-details-meta,
.tour-details-meta-review {
    color: var(--second-color);
    font-weight: 500;
    padding-right: 20px;
}

.tour-details-meta-icon,
.tour-details-meta-review-icon {
    margin-right: 10px;
    color: var(--main-color);
}

.tour-details-tour-box {
    border: 1px dashed var(--main-color);
    border-radius: 10px;
}

.tour-details-tour-box ul {
    padding: 20px;
}

.tour-details-tour-box ul li {
    margin-right: 1em;
    margin-bottom: 1em;
}

.tour-details-tour-box ul li a {
    color: var(--black-color);
    font-weight: 600;
}

.tour-details-tour-box ul li a span {
    color: var(--main-color);
    margin-right: 0.5em;
}

.tour-details-package-box {
    width: 100%;
    border: 1px solid var(--main-color);
    padding: 20px;
    /* margin: 10px 25px; */
    align-items: center;
    display: flex;
    justify-content: space-between;
    /* flex-basis: 80%; */
}

.tour-video iframe {
    height: 500px !important;
    border-radius: 20px;
}

.tour-details-package-name span,
.tour-details-package-email span,
.tour-details-package-Phone span,
.tour-details-package-date span,
.tour-details-package-code span {
    flex-basis: 20%;
    font-size: 16px;
    font-weight: 500;
}

.tour-details-package-name .tour-details-package-box,
.tour-details-package-email .tour-details-package-box,
.tour-details-package-Phone .tour-details-package-box,
.tour-details-package-date .tour-details-package-box,
.tour-details-package-code .tour-details-package-box {
    padding: 0;
    border: none;
}

.tour-details-package-code span {
    flex-basis: 20%;
}

.tour-details-package-code .tour-details-package-box {
    flex-basis: 80%;
}

.tour-details-package-box .fa-calendar-days {
    width: 50px;
    background: var(--black-color);
    height: 44px;
    line-height: 50px;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    position: absolute;
    right: 0;
}

.hasDatepicker {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#datepicker:focus {
    transform: none !important;
}



.tour-details-package-box input,
.tour-details-package-box select {
    height: 44px;
    border-radius: 10px;
    background-color: #F3F6FD;
    box-shadow: 0px 0px 9px 2px #eee;
    border: 1px solid #ddd;
}

.tour-details-package-box input[type="text"]:focus,
.tour-details-package-box input[type="email"]:focus,
.tour-details-package-box input[type="tel"]:focus {
    outline: none;
    border: 1px dashed var(--second-color);
    transform: scale(1.05);
}

.related-tour-para {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tailor-container input:focus {
    outline: none;
    border: 1px solid var(--main-color);
    transform: scale(1.05);
}

.tailor-container input[type="number"] {
    background: #f9f9f9;
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
    padding: 13px 20px;
    resize: none;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border-radius: 15px;
}

.tailor-container input[type="number"]:focus {
    background-color: #fff;
    border: 1px solid var(--main-color);
}

#tour-details-thumb {
    width: 100%;
    height: 510px;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
}

.tour-details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.tour-details-thumb .swiper-slide img {
    max-width: 850px;
    height: 510px;
    object-fit: cover;
}

.nice-select {
    width: 100%;
    border: 1px solid var(--second-color) !important;
    margin: 10px 25px;
    background-color: #f9f9f9;
}

.filter-result .nice-select {
    max-width: 200px;
    height: 47px;
}

.nice-select .list {
    width: 100%;
}

.nice-select .list .option {
    display: block;
}

.tour-details-passenger-categories {
    font-size: 16px;
}

.it-cart-input {
    width: 36px !important;
    height: 31px !important;
    margin: 6px 5px;
    border-radius: 10px;
    border: 1px dashed var(--second-color);
}

.it-cart-minus,
.it-cart-plus {
    border: 1px solid #ddd;
    padding: 1px 3px;
    height: 24px;
}

.tour-details-service-checkbox input {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.tour-details-package-total-text {
    border-top: 1px solid var(--black-color);
    padding-top: 14px;
    padding-bottom: 14px;
}

.tour-details-package-total-text span {
    color: var(--main-color);
    margin-left: 10px;
}

.btn-tour-details {
    width: 100%;
    height: 50px;
    background-color: var(--black-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}

.btn-tour-details:hover {
    background-color: var(--second-color);
    color: #fff;
}

.sub-category .blog-item {
    margin-bottom: 1.5rem;
}

.filter-result {
    align-items: center;
    box-shadow: 5px 0px 8px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    padding: 10px;
}

.filter-result p {
    margin: 0;
    margin-left: 10px;
    color: var(--second-color);
}

.Filter-content {
    border-radius: 10px;
    background-color: #be1e2e1a;
    padding: 20px;
}

.range-number {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.filter-btn {
    width: 100px;
    height: 50px;
    background-color: var(--main-color);
    color: var(--second-color);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.75px;
}

.ui-slider-handle {
    border-radius: 50%;
    background-color: #ffefde !important;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--main-color)
}

/*fix inputs label */
.input-content label {
    position: absolute;
    top: -0.6rem;
    z-index: 20;
    left: 20px;
    font-size: 15px;
}

.input-content label::before {
    content: "";
    width: 100%;
    top: 41%;
    height: 10px;
    background: #f9f9f9;
    position: absolute;
    z-index: -1;
}

.tailor-container .input-content label::before {
    background: #fff;
    top: 23%;
}

.input-content input[type="text"]:focus+label,
.input-content input[type="email"]:focus+label,
.input-content input[type="number"]:focus+label,
.input-content textarea:focus+label,
.input-content input[type="date"]:focus+label,
.input-content input[type="text"]:not(:placeholder-shown)+label,
.input-content textarea:valid+label,
.input-content input[type="date"]:valid+label .input-content input:not(:placeholder-shown)+label {
    left: 10px;
    font-size: 14px;
    color: var(--main-color);
}

.input-content textarea:focus:not(:placeholder-shown)+label,
.input-content textarea:focus:not(:empty)+label {
    top: -10px;
    left: 10px;
    font-size: 12px;
    color: var(--main-color);
}

/*fix inputs label */

/*transfer carousel */
.section-title p {
    letter-spacing: 0.75px;
    padding: 0 30px;
    font-size: 14px;
}

.transfer-cars .swiper-slide img {
    width: 400px;
    border-radius: 20px;
    height: 450px !important;
    min-height: 400px !important;
    object-fit: cover;
}

.transferCation {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 1rem;
    padding: 12px;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 90%);
    transition: 0.3s;
    text-align: center;
    color: var(--main-color);
    width: calc(400px - 30px);
}

/*transfer carousel */

/* Blogs Details */
.blog_area.single-post-area {
    background: #f9f9f9;
}

.feature-img img {
    width: 850px;
    min-width: 100%;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;

}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px;
    }
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px;
    }
}

.single-post-area blockquote {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid;
    margin: 0;
}

.comment-form-head {
    color: var(--main-color);
    margin: 15px 0;
}

.blog_details-head {
    margin: 15px 0;
}

.blog_details em {
    color: var(--black-color) !important;
}

.blog_details hr {
    height: 2px !important;
}

.blog-info-link li {
    float: left;
    font-size: 14px;
}

.blog-info-link li a {
    color: #333;
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
    color: var(--main-color);
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}

.blog-info-link li:last-child::after {
    display: none;
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table;
}

.blog_right_sidebar .single_sidebar_widget {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}

.blog_right_sidebar .single_sidebar_widget_update {
    background: #ffffff;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #f9f9f9;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: var(--main-color);
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.blog_right_sidebar .widget_title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 13px;
    color: #444;
    margin-bottom: 15px;
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.single_sidebar_widget .social-media li a:hover {
    background: var(--second-color);
    color: var(--main-color);
    border: 1px solid var(--white-color);
}

.post_item img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    max-width: 250px;
    padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: var(--main-color);
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px;
}

.blog_area.single-post-area .tours-info {
    background: #fff;
}

.blog_details ul,
.blog_details ol,
.blog_details li {
    list-style: disc;
    margin: unset;
    padding: unset;
    display: list-item;
}

.blog_details ul,
.blog_details ol {
    padding-left: 2rem;
    list-style: none;
    padding: 10px 2rem;
}

.pagination-box {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
}

.hero-cap nav {
    z-index: 9 !important;
}

html {
    scroll-behavior: smooth;
}

.tour-nav-container {
    position: relative;
}

.tour-nav {
    position: sticky;
    top: 76px;
    display: flex;
    gap: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.tour-nav li a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    padding: 6px 8px;
}

.tour-nav li a.active {
    color: #e63946;
    border-left: 3px solid #e63946;
    padding-left: 10px;
}

.tour__breadcrumb .breadcrumb {
    justify-content: start;
}

.about-us img {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.hero-bottom-nav {
    background-color: #f0f1f2;
    position: relative;
    z-index: 200;
}

.breadcrumb-banner .hero-bottom-nav {
    background-color: var(--second-color);
    position: sticky;
    z-index: 200;
    top: 100%;
}

.hero-bottom-nav a {
    display: inline-block;
    color: var(--second-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.hero-fixed {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 17px;
    margin-top: 20px;
    padding: 20px;
}

.hero-fixed.is-fixed {
    position: fixed;
    border-radius: 0 0 15px 15px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
    top: 48px !important;
    z-index: 998;
    padding: 9px 0;
    padding-top: 20px;
}

.table-responsive {
    border: 1px solid #888888;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.tour-pricing-table {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 0px #dc35451f;
    overflow: hidden;
    border: none;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.tour-pricing-table thead {
    background: linear-gradient(135deg, #0c1428, #0c1428);
    color: #fff;
}

.tour-pricing-table th {
    padding: 21px 40px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.tour-pricing-table td {
    padding: 1.5rem 2rem;
    vertical-align: middle;
    color: #0c1428;
    transition: all 0.3s ease;
    font-size: 22px;
}

.tour-pricing-table tr:hover {
    background: #f3efef;
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    color: #0c1428;
}

.tour-pricing-table tr {
    border-bottom: 1px solid #0c1428;
    transition: all 0.3s ease;
}

.package-type {
    font-weight: 600;
    color: var(--second-color);
    font-size: 1.1rem;
}

.price .strong .strong {
    color: var(--main-color);
}

.nice-select {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 12px 16px;
}

.nice-select.open {
    border-color: #ff990a;
    box-shadow: 0 10px 30px rgba(255, 153, 10, .3);
}

.nice-select.open .list {
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

::-webkit-scrollbar {
    background: 0 0;
    width: 0;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .3)
}


@media (max-width: 575.98px) {
    .cover {
        padding: 0 !important;
    }

    .breadcrumb-item {
        flex: 0 0 auto;
        margin-right: 0px;
    }

    .breadcrumb-item a {
        color: #000;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        position: relative;
        text-transform: capitalize;
        letter-spacing: 0.75px;
    }

    /* .breadcrumb::-webkit-scrollbar {
        display: none;
    } */

    .breadcrumb {
        display: flex;
        padding: 0 0;
        margin-bottom: 15px;
        list-style: none;
        margin-top: 15px;
        /*background-color: #e6e6e6;
        */
       background-color: rgba(0,0,0,0.1);
        padding: 15px;
        border-radius: 20px 0 !important;
        box-shadow: 0 20px 25px -5px var(--tw-shadow-color, lab(0% 0 0 / .3)), 0 8px 10px -6px var(--tw-shadow-color, lab(0% 0 0 / .3));
        justify-content: flex-start;
        flex-wrap: nowrap !important;
        -webkit-border-radius: 20px 0 !important;
        -moz-border-radius: 20px 0 !important;
        -ms-border-radius: 20px 0 !important;
        -o-border-radius: 20px 0 !important;
        overflow: scroll;
}

    .hero-cap h1 {
        font-size: 23px;
    }

    .tour__breadcrumb .breadcrumb {
        display: flex;
        flex-wrap: nowrap !important;
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch !important;
        justify-content: flex-start !important;
        background-color: #f9f9f9;
    }

    .tour__breadcrumb {
        padding: 0 !important;
    }

    .tour__breadcrumb .breadcrumb-item {
        flex: 0 0 auto;
        margin-right: 0;
    }

    .tour-details-cat-item {
        margin-right: 7px !important;
        border: 1px solid #99999957;
        padding: 6px;
        border-radius: 21px;
    }

    .tour__details__cat {
        flex-wrap: wrap;
        gap: 9px;
    }

    .share-box {
        flex-wrap: wrap;
        gap: 0;
        margin-bottom: 23px;
    }

    input[type="date"] {
        padding: 13px 10px;
    }

    #tour-details-thumb {
        width: 100%;
        height: 387px;
        overflow: hidden;
    }

    .tour-details-thumb .swiper-button-next {
        transform: translateX(-59%) translateY(191px) !important;
        left: 97% !important;
        -webkit-transform: translateX(-58%) translateY(263px);
        -moz-transform: translateX(-58%) translateY(263px);
        -ms-transform: translateX(-58%) translateY(263px);
        -o-transform: translateX(-58%) translateY(263px);
    }

    .tour-details-thumb .swiper-button-prev {
        transform: translateX(-58%) translateY(263px) !important;
        left: 3% !important;
        -webkit-transform: translateX(-58%) translateY(190px) !important;
        -moz-transform: translateX(-58%) translateY(263px) !important;
        -ms-transform: translateX(-58%) translateY(263px) !important;
        -o-transform: translateX(-58%) translateY(263px) !important;
    }

    .table-responsive {
        margin-bottom: 23px;
    }

    .tour-pricing-table {
        overflow: scroll;
        text-wrap-mode: nowrap;
    }

    .hero-fixed.is-fixed {
        position: fixed;
        border-radius: 0 0 15px 15px;
        box-shadow: var(--box-shadow);
        overflow: hidden;
        top: 26px !important;
        z-index: 998;
        padding: 9px 0;
        padding-top: 31px;
        padding-bottom: 14px;
        overflow: scroll;
        text-wrap-mode: nowrap;
        gap: 14px;
        border-radius: 0;
        padding-right: 20px;
    }

    .hero-fixed {
        overflow: scroll;
        text-wrap-mode: nowrap;
        gap: 14px;
        border-radius: 0;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        border-radius: 15px;
        margin-bottom: 17px;
        margin-top: 20px;
        padding: 20px;
    }

}

v .hero-bottom-nav a {
    color: #333;
    transition: color 0.3s ease;
}

.hero-bottom-nav a.active {
    color: #BE1E2D;
}

/* ********* */
/* Floating label CSS */
