/* Welcome Section Css */
section.tabjump-sec {
    width: 100%;
    position: relative;
    padding: 20px 0px;
    box-shadow: 0 1px 5px #9fa7b133;
}
.tabjump-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.vistjump-list {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.vistjump-list li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    text-underline-offset: 32px;
    text-decoration-thickness: 2px;
}
ul.vistjump-list li a:hover {
    color: #f6b512;
    text-decoration: underline;
    text-underline-offset: 32px;
    text-decoration-thickness: 2px;
}
.tabjump-box h4 {
    font-size: clamp(14px, 2vw, 20px);
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tabjump-box h4 i {
    color: #f6b512;
    margin-right: 10px;
    font-size: 32px;
}
.destination-welcome-box h2 {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 20px;
}
.destination-welcome-box p {
    font-size: 17px;
}
.child-despoints p {
    font-size: 15px;
}
.destination-main-points {
    width: 100%;
    position: relative;
    border-left: 1px solid #969798;
    padding-left: 60px;
}
.child-despoints {
    width: 100%;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}
.destination-main-points .child-despoints:last-child {
    margin-bottom: 0;
}
.destination-main-points .child-despoints:first-child i {
    font-size: 47px;
    color: #f6b512;
    margin-right: 10px;
    position: absolute;
    top: -13px;
    left: -29px;
}
.destination-main-points .child-despoints:first-child::before {
    display: none;
}
.child-despoints::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #f6b512;
    border-radius: 50%;
}
/* ====Tour Highlights=== */
.highlights-sec-right {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 50px;
}
.hight-slide-cont {
    width: 100%;
    padding: 30px 10px 0px 10px;
}
.tourHighlights-controls {
    width: 90%;
    position: absolute;
    bottom:0px;
    left: 55%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 5;
    justify-content: space-between;
}
.tourHighlights-controls .carousel-control-prev,
.tourHighlights-controls .carousel-control-next {
    position: static;  
    width: 40px;
    height: 40px;
}
.bestday-common-indicators {
    bottom: -22%;
    transform: translateY(-50%);
    z-index: 8;
    text-align: center;
}
.carousel-indicators.bestday-common-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333 !important;
    border: 0;
    margin: 5px;
    opacity: 1;
}
.carousel-indicators.bestday-common-indicators .active {
    background-color: #f6b512 !important;
}
/* =====Safari Jeeps ====*/
.safari-vehicle-box {
    width: 100%;
    position: relative;
    background: #fff4e0;
    padding: 40px;
}
.points-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    margin-bottom: 20px;
}
.vehicle-hig-points .points-box:last-child {
    margin-bottom: 0;
}
.dots-points {
    width: 10px;
    height: 10px;
    background: #f6b512;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}
.details-points p {
    font-size: 15px;
}
.safari-vehicle-parts { 
    width: 100%; 
    border: 1px solid #f6b512; 
}
.about-main-cart {
    width: 100%;
    padding-top: 20px;
}

/*===Visited Tanzania== */
.travel-visit-box {
    align-items: center;
    border: 1px solid #eceae5;
    border-radius: 17px;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding: 21.5px 13px 16.5px 7px;
    transition: background-color .3s;
}
.card-achievement-icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    max-width: 135px;
    width: 100%;
}
.card-achievement-icon picture {
    display: flex;
    height: 85px;
    justify-content: center;
    width: 113px;
}
.card-achievement-icon picture img {
    display: block;
    height: 100%;
    object-fit: contain;
}
.card-achievement__desc {
    position:relative;
    color: #a49175;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 25px;
    transition: color .3s;
}
.card-achievement__desc:before {
    background-color: #eceae5;
    content: "";
    height: 64px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 1px;
}
.travel-tittle-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #c49f75;
    font-weight: 500;
    letter-spacing: 1px;
}


/*====Responsive Code====*/
@media (max-width: 767px) {
  .tabjump-box {
    align-items: flex-start;
    flex-direction: column;
}
ul.vistjump-list {
    display: flex;
    gap: 15px;
    row-gap: 6px;
    flex-wrap: wrap;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.destination-main-points {
    border-left: none;
    padding-left: 0px;
    border-top: 1px solid #bebebe;
    padding-top: 40px;
    margin-top: 40px;
}
.highlights-sec-right {
    padding-left: 0px;
    padding-top: 20px;
}
.tourHighlights-controls {
    width: 100%;
    bottom: -40px;
    left: 50%;
}
.bestday-common-indicators {
    bottom: -10%;
}
.best-time-month-box ul li {
    width: 20%;
}
.best-time-month-box ul {
    flex-wrap: wrap;
}
.travel-style-slider .slide {
    flex: 0 0 100%;
    margin: 0px;
}
.child-despoints {
    padding-left: 30px;
}
ul.vistjump-list {
    width: 100%;
    display: flex;
    gap: 15px;
    row-gap: 6px;
    padding: 0;
    margin: 20px 0 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
ul.vistjump-list li {
    flex: 0 0 calc(33.33% - 5px);
    list-style: none;
    scroll-snap-align: start;
}
span.hide-tab-para {
    display: none;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
.coomon-heading-box {
    width: 100%;
}
.rating-head-bestday {
    width: 100%;
}
.traveler-visit-brand .row {
    width: 100%;
    display: flex;
    row-gap: 20px;
}
.traveler-visit-brand .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
.highlights-main .row .col-md-6 {
    width: 100%;
}
.highlights-sec-right {
    padding-left: 0px;
    margin-top: 40px;
}
.tourHighlights-controls {
    width: 100%;
    left: 50%;
}
.bestday-common-indicators {
    display: none;
}
span.hide-tab-para {
    display: none;
}
section.tabjump-sec {
    position: sticky !important;
    top: 75px;
    z-index: 10;
    background: #ffffff;
}
}

