.togo-header-logo img {
    height: 130px;
    padding: 10px 0;
}

.page-header.is-sticky .togo-header-logo img {
    height: 90px;
}
.language-dropdown button.btn {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 10px;
}
.is-sticky .language-dropdown button.btn {
    color: var(--togo-common-black) !important;
}
@media (max-width: 406px) {
    .language-dropdown button.btn {
        font-size: 10px;
        letter-spacing: 0px;
        padding-right: 32px;
    }
}

.dropdown-item img,
.language-dropdown button.btn img {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    object-fit: cover;
    object-position: center center;
}

.galleryImages img {
    object-fit: cover;
}

.footer-section {
    padding: 60px 0 0;
    position: relative;
    background-position: center 60%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-overlay h3 {
    font-family: var(--togo-ff-marcellus);
}

.footer-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #ee7203;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.99) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
}
.footer-section li {
    padding: 5px 0;
}
.footer-section li a:hover {
    color: var(--togo-common-orange);
}
input.newsletter-input {
    border-radius: 40px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    height: 50px;
}
input.newsletter-input:focus {
    border-color: #fff;
    outline: none;
}
.submit-btn[type="submit"] {
    background: #ffffff;
    border-radius: 100px;
    padding: 12px 30px;
    height: 50px;
}
.submit-btn[type="submit"]:hover {
    background: var(--togo-common-orange);
    color: #fff;
}
.footer-line {
    height: 1px;
}

.footer-menu {
    border-top: 1px solid #fff;
}
.footerAdress {
    border-left: 1px solid #fff;
    padding-left: 30px;
}
.copyright-text {
    border-top: 1px solid #fff;
    padding: 20px 0 15px;
    text-align: center;
}
.copyright-text a{
    color: var(--togo-theme-primary);
        color: rgb(201, 27, 27);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  
    background: linear-gradient(90deg, rgb(155, 137, 91) 10%, rgb(242, 122, 33) 40%, rgb(175, 14, 18) 100%) text;

}

.togo-trand-item-thumb {
    position: relative;
}
.hoverText {
    background: #000000;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.hoverText .btn {
    font-size: 12px;
    width: max-content;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 10px 20px;
}

.hoverText .btn:hover {
    background-color: var(--togo-common-orange);
    border-color: var(--togo-common-orange);
}

.togo-trand-item:hover .hoverText {
    opacity: 1;
    visibility: visible;
}

/* .togo-tour-card-bottom p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    line-clamp: 3; 
    box-orient: vertical; 
} */

.l-info-pack-days ul {
    padding: 5px 0px 0px;
}

.l-info-pack-days ul li {
    position: relative;
    overflow: hidden;
    padding-left: 70px;
}

.l-info-pack-days ul li i {
    width: 40px;
    height: 40px;
    background: rgb(246 91 0);
    border-radius: 50%;
    text-align: center;
    padding: 9px 10px;
    margin-left: -68px;
    position: absolute;
    z-index: 99;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-info-pack-days ul li h4 {
    margin-top: 7px;
}

.l-info-pack-plac::after {
    content: "";
    background: transparent;
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    left: 22px;
    border-left: 3px dotted rgb(246 91 0);
}

.l-info-pack-plac:last-child::after {
    display: none;
}
.tour_head1 h6 {
    font-size: 20px;
}

.togo-testimonial-2-item-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10; /* number of lines to show */
    -webkit-box-orient: vertical;
    line-clamp: 10; /* standard property for newer browsers */
    box-orient: vertical; /* standard property for newer browsers */
}

.togo-trusted-card {
    text-align: center;
    width: 220px;
    text-align: center;
}

.togo-trusted-card p {
    line-height: 1.2;
}
.togo-trusted-thumb {
    height: 100px;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.togo-trusted-thumb img {
    object-fit: contain;
}

.footerThumb div {
    background: #fff;
    padding: 5px;
    height: 80px;
    display: flex;

    align-items: center;
    justify-content: center;
}
.footerThumb img {
    height: 60px;
}
.footerThumb div:last-child img {
    height: 30px;
}

.creative-fullpage--slider {
    background-color: #ffffff;
    z-index: 2;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 100vh;
    font-size: 16px;
    display: flex;
    clip-path: none !important;
}
.creative-fullpage--slider .slider-inner {
    background: #000;
    height: 100vh;
    position: relative;
}
.creative-fullpage--slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    overflow: hidden;
}
.creative-fullpage--slider .swiper-slide .slider-inner img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;

    /* background: #EE7203;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.06) 100%); */
    /* background: #fdbb2d;
    background: linear-gradient(
        0deg,
        rgba(253, 187, 45, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background: #000000;
    background: radial-gradient(
        circle,
        rgba(0, 0, 0, 0) 27%,
        rgba(0, 0, 0, 0.3) 100%
    ); */
}
.togo-hero-5-heading {
    max-width: 650px;
}
.creative-btn--wrap .creative-slide--btn {
    color: #ffffff;
    margin-left: 18px;
    font-size: 1.4em;
    transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
    font-weight: 400;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: none;
    outline-color: transparent;
    box-shadow: none;
    will-change: transform;
    backface-visibility: hidden;
}

.creative-btn--circle .circle {
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    clip-path: circle(25% at 50% 50%);
    transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background-color: #ffffff;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition:
        transform 500ms cubic-bezier(0.49, 0, 0.01, 1),
        background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
    transform: translate(-100%, 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon .icon-arrow {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #000;
}
.creative-btn--circle .circle-outline {
    fill: transparent;
    width: 10px;
    stroke: #ffffff;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
    margin-left: 4pt;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
    position: absolute;
    left: 4pt;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transform-origin: right;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
    transform: translateX(18px);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
    transform: scale(0, 1);
}
.creative-btn--wrap .creative-slide--btn:hover {
    margin-left: 38px !important;
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
    clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
    transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
    transform: translate(0%, 0%);
    opacity: 1;
}
.swiper-button-next,
.swiper-button-prev,
.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    top: 50%;
    transition: all 0.4s;
    /* background-color: #ee7203; */
    background: #ffffff0d;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next:hover,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev:hover {
    background-color: #ee7203;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "\f178";

    color: #ffffff;
    font-size: 15px;
    font-family: "FontAwesome";
}
.swiper-button-prev::after {
    content: "\f177";
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
    right: 50px;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    left: 50px;
}
.swiper-container-h .slider-pagination-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    bottom: 30px;
    right: 50px;
    width: 200px;
    z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    color: #ffffff;
    line-height: 0;
    position: absolute;
    font-size: 20px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
    left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
    right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 200px !important;
}
.swiper-container-h
    .slider-pagination-area
    .swiper-pagination
    .swiper-pagination-progressbar-fill {
    background: #ffffff;
}
.swiper-container-h .swiper-button-next::after {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: var(--fa-style, 900);
    background: none;
    color: #ffffff;
    font-size: 20px;
}
.swiper-container-h .swiper-button-prev::after {
    content: "\f060";
    font-size: 20px;
}
.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
    background: #ffffff0d;
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        width: 100%;
        text-align: center;
        left: 0;
    }
    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .swiper-container-h .slider-pagination-area {
        width: 200px !important;
    }
    .swiper-container-h .swiper-button-next::after,
    .swiper-container-h .swiper-button-prev::after {
        font-size: 15px;
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        left: 10px;
    }
    .creative-fullpage--slider .swiper-container-h .swiper-button-next {
        right: 10px;
    }
    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        background: #ffffff3b;
    }
    .swiper-container-h .slider-pagination-area .swiper-pagination {
        bottom: 0 !important;
        width: 200px !important;
    }
}

/* ====================== Responsive Iphone =============================== */

/* ====================== Buy Me A Coffee =============================== */

.togo-hero-5-heading p.tag {
    font-size: 30px;
    font-weight: bold;
    font-family: var(--togo-ff-outfit);
}

.is_destination_details .togo-hdr-transparent {
    position: static;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.is_destination_details
    .togo-header-style-2
    .togo-header-menu
    > nav
    > ul
    > li
    > a {
    color: #000;
}

.is_destination_details .language-dropdown button.btn {
    color: #000 !important;
}
.togo-breadcrumb-text li {
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 1px;
}
.togo-breadcrumb-text a {
    color: #fff;
}

.check_list li:before {
    content: "\f058";
    font-family: "FontAwesome";
    color: #34c759;
}

.info-month-table span {
    background: #e9e9e9;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.info-month-table span.active {
    background-color: #ee7203;
    color: #fff;
}
.togo-contact-widget-text i.fa-facebook {
    color: #1773ea;
    font-size: 40px;
}
.togo-contact-widget-text i.fa-instagram {
    color: #c91b1b;
    background: linear-gradient(
        to left top,
        rgb(131, 58, 180),
        rgb(253, 29, 29),
        rgb(252, 176, 69)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    font-size: 40px;
}
.tripadvisor-icon {
    height: 40px;
    border-radius: 50px;
}

.googleMap {
    height: 400px;
}

/* .togo-breadcrumb-bg::after {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgb(0 0 0 / 78%) 100%
    );
} */

.top-section {
    background: #f3f3f3;
    padding: 30px 0;
}

@media (max-width: 991.5px) {
    .top-section .col-md-6 > .d-flex {
        justify-content: start !important;
    }
    .top-section .togo-btn-primary {
        margin: auto !important;
    }
}

.top-section h2 {
    font-size: 30px;
}
.info-icon {
    width: 60px;
    height: 60px;
    background: var(--togo-theme-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    margin-right: 15px;
    flex: none;
}
.info-box h6 {
    margin: 0;
    font-weight: 500;
    color: #777;
}
.info-box h5 {
    margin: 5px 0 0;
    font-weight: 700;
    font-size: 16px;
}
.location-text {
    color: #777;
    font-size: 14px;
}

.l-info-pack-days ul {
    padding: 5px 0px 0px;
}

.l-info-pack-days ul li {
    position: relative;
    overflow: hidden;
    padding-left: 70px;
}

.l-info-pack-days ul li i {
    width: 40px;
    height: 40px;
    background: rgb(246 91 0);
    border-radius: 50%;
    text-align: center;
    padding: 9px 10px;
    margin-left: -68px;
    position: absolute;
    z-index: 99;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-info-pack-days ul li h4 {
    margin-top: 7px;
}

.l-info-pack-plac::after {
    content: "";
    background: rgb(206, 206, 206);
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    left: 19px;
}

.packagegallery {
    width: 100%;
}
.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
    width: auto;
    height: 300px;
}
.gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.viewImges {
    background: rgba(0, 0, 0, 0.5) url(../images/images-icon.png) no-repeat
        center center / 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 990;
    opacity: 0;
}
.gallery-slider .swiper-slide:hover .viewImges {
    opacity: 1;
}
.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 1;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

footer .footerAdress p {
    font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1045px) {
    footer .footerAdress p {
        font-size: 16px;
    }
}

.togo-tour-details-box-scroll {
    padding-right: 50px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #777 #f2f2f2;
    background: #fff;
    padding: 20px;
}

@media (max-width: 767px) {
    .togo-tour-details-box-scroll {
        height: auto !important;
        padding: 5px;
    }
    .l-info-pack-days ul li {
        padding-left: 50px;
    }
    .l-info-pack-days ul li i {
        margin-left: -50px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .top-section {
        padding: 0;
    }
}
.footer-social-media a {
    font-size: 30px;
}
.footer-social-media img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

body {
    background-image: url(https://exoticindiatourism.com/static/cestovka/img/pattern.png) !important;
    background-attachment: fixed;
}

.togo-testimonial-2-item-user-thumb {
    /* display: none; */
}

.togo-sidebar-wrapper {
    background: rgba(153, 136, 91, 0.4);
    padding: 40px;
    border-radius: 20px;
    margin-left: 30px;
}

.blog-detail-title {
    bottom: 10px;
    position: absolute;
    border: 0;
    z-index: 1;
}

.blog-detail-banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgb(0 0 0 / 78%) 100%
    );
}

.slider .slider__controls .slider__pagination {
    text-align: center;
    margin-top: 50px;
}
.slider .slider__controls .slider__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: #fff;
    opacity: 0.2;
    margin: 0 5px;
    border-radius: 20px;
    transition:
        opacity 0.5s,
        background-color 0.5s,
        width 0.5s;
    transition-delay: 0.5s, 0.5s, 0s;
}
.slider
    .slider__controls
    .swiper-pagination-clickable
    .swiper-pagination-bullet {
    cursor: pointer;
}

.flipthumb {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.other-service-info ul li {
    font-size: 16px;
    margin: 8px 0;
}

.other-service-info ul {
    margin-left: 20px;
}
.listing-info ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.listing-info li {
    font-size: 15px;
    margin: 5px 0;
}

.tour-summary-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.inquiry-textarea {
    height: 150px;
}

.galleryImage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 20px;
}

/* Common Image Style */
.galleryImage a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.galleryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.galleryImage a:hover img {
    transform: scale(1.1);
}

/* Different sizes (Important part) */

/* First big image (left tall) */
.galleryImage a:nth-child(1) {
    grid-row: span 2;
}

/* Second image (top small) */
.galleryImage a:nth-child(2) {
    grid-column: span 1;
}

/* Third image (right tall) */
.galleryImage a:nth-child(3) {
    grid-row: span 2;
}

/* Fourth & Fifth normal */
.galleryImage a:nth-child(4) {
    grid-column: span 1;
}
.galleryImage a:nth-child(5) {
    grid-column: span 1;
}

/* Sixth image bottom wide */
.galleryImage a:nth-child(6) {
    grid-column: span 1;
    position: relative;
}

.galleryImage a:nth-child(6)::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

/* Button styling */
.galleryImage button.btn {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 18px;
    border-radius: 20px;
    display: inline-block;
    color: var(--togo-common-black);
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 32px;
    right: 70px;
    z-index: 10;
}

@media (max-width: 991.5px) {
    .galleryImage a.btn {
        right: 15px;
        bottom: 20px;
    }
}
@media (max-width: 767px) {
    .galleryImage a.btn {
        right: 93px;
        bottom: 20px;
    }
}
@media (max-width: 508px) {
    .galleryImage a.btn {
        right: 70px;
    }
}
@media (max-width: 459px) {
    .galleryImage a.btn {
        right: 40px;
    }
}
@media (max-width: 400px) {
    .galleryImage a.btn {
        right: 20px;
    }
}

.togo-postbox-details-text ul {
    margin-left: 20px;
}

.togo-postbox-details-text blockquote {
    width: 100%;
    font-style: italic;
    color: #555555;
    padding: 20px 20px 20px 60px;
    border-left: 8px solid #d2cbb9;
    position: relative;
    background: #ededed;
}
.togo-postbox-details-text blockquote p {
    font-size: 20px;
}
.togo-postbox-details-text blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #ee7203;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: 30px;
}

.togo-postbox-details-text blockquote::after {
    content: "";
}

@media (max-width: 991px) {
    .galleryImage {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 150px;
    }
    .galleryImage a:nth-child(1),
    .galleryImage a:nth-child(3) {
        grid-row: span 1;
    }
}

@media (max-width: 767px) {
    .galleryImage {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
    }
    .galleryImage a:nth-child(1),
    .galleryImage a:nth-child(3) {
        grid-row: span 1;
    }

    .footer-overlay h3 {
        font-size: 22px;
    }
    .togo-sidebar-wrapper {
        margin: 0;
    }
    .togo-header-logo img {
        height: 100px;
    }
    .togo-pagination nav ul li span,
    .togo-pagination nav ul li a {
        width: auto;
        border-radius: 0 !important;
    }
}

.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}
.cookies-wrapper {
    position: fixed;
    bottom: 50px;
    max-width: 380px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    transition: left 0.3s ease;
    left: -100%;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.cookies-wrapper.show {
    left: 20px;
}

.cookies-wrapper h3 {
    font-size: 20px;
}

.cookies-wrapper .data p {
    color: #333;
    font-size: 14px;
}
.data p a {
    color: var(--togo-theme-primary);
    text-decoration: underline;
}

.togo-tour-details-related-sec .togo-tour-card-price-regular {
    font-size: 18px;
}

.fancybox-toolbar button.fancybox-button.fancybox-button--zoom,
.fancybox-toolbar button.fancybox-button.fancybox-button--play {
    display: none !important;
}

.cs-all-photo {
    font-size: 10px;
}

.text-case-none {
    text-transform: none;
}


.togo-from-checkbox label a{
    color:var(--togo-theme-primary);
}


.other-gallery-slider .swiper-slide {
    height: 420px;
}

.other-gallery-slider .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}




.other-gallery-thumbs .swiper-slide {
    height:100px;
    margin-top: 10px;
}
.other-gallery-thumbs .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
button.fancybox-button.fancybox-button--share {
    display: none !important;
}
.togo-pagination p.small.text-muted {
    display: none;
}