/* 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 #bebebe;
    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;
}
.child-despoints::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #f6b512;
    border-radius: 50%;
}

/* ====Best time to Travel ====*/
.custome-best-table {
    width: 100%;
    border: 1px solid #e8e9ea;
    border-radius: 10px;
    overflow: hidden; 
    border-collapse: separate;
    border-spacing: 0;
}
.main-content-best-box h2 {
    margin-bottom: 20px;
}
.main-content-best-box p {
    font-weight: 300;
    line-height: 26px;
}
.table.custome-best-table thead tr th {
    background: #efefef;
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
}
.table.custome-best-table tbody tr th {
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
}
.table.custome-best-table tbody tr td {
    padding: 20px;
    font-size: 14px;
}
table.custome-best-table tbody tr:nth-child(even) td {
    background-color: #f9f9f9 !important;
}
table.custome-best-table tbody tr:nth-child(even) th {
    background-color: #f9f9f9 !important;
}
.best-season-guide-point {
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
}
.best-season-guide-point h4 i {
    margin-right: 12px;
}
.best-season-guide-point ul {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.best-season-guide-point ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0cbcb;
    font-size: 15px;
    font-weight: 300;
}
.best-season-guide-point ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.best-season-guide-point ul li i.bi.bi-check-circle {
    color: #f6b512;
}
.best-season-guide-point ul li i.bi.bi-x-circle {
    color: #ff0000;
}
.best-season-guide-cont.give-top-spsps {
    padding-top: 20px;
}
/* ====quote box ====*/
.qutaion-box-national {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.quote-section {
    background: #f9f9f9;
    border-radius: 15px;
    overflow: hidden;
}
.quote-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 30px 30px 30px 55px;
}
.quote-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.quote-icon {
    font-size: 40px;
    font-weight: bold;
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 10px;
    left: 25px;
}
.quote-text {
    font-size: 15px;
    color: #333;
}
.author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/* ====Travel Guide Section=== */
.travel-guide-slider .travel-guide-card {
    border-radius: 10px;
    overflow: hidden;
    background: #f9f9f9;
    height: 100%;
    border: 1px solid #dfded7;
}
.travel-guide-slider .travel-guide-pic img {
    height: 220px;
    object-fit: cover;
}
.travel-guide-slider .travel-guide-para {
    padding: 20px 20px 30px 20px;
}
.travel-guide-slider .travel-guide-para h6 {
    font-size: 15px;
    color: #888;
    margin-bottom: 5px;
    font-weight: 400;
}
.travel-guide-slider .travel-guide-para h4 {
    font-size: 16px;
    margin: 0;
}
.travel-guide-slider .carousel-control-prev,
.travel-guide-slider .carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgb(246 181 18);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.travel-guide-slider .travel-guide-card a {
    text-decoration: none;
}
.travel-guide-pic {
    width: 100%;
    overflow: hidden;
}
.travel-guide-slider .travel-guide-card:hover h4 {
color:#f6b512;
}
.travel-guide-slider .travel-guide-card:hover img{
 transform: scale(1.1);
 transition: 0.5s;
}

/* ===white linkdetais para sec== */
section.white-how-plan-sec {
    width: 100%;
    position: relative;
}
ul.linkking-para-box-list {
    padding: 0;
    width: 100%;
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
    list-style: none;
}
ul.linkking-para-box-list li::after {
    content: "|";
    margin-left: 10px;
    color: #f6b512;
}
ul.linkking-para-box-list li:last-child::after {
    content: "";
}
.white-yellow-text-box h2 {
    font-size: clamp(20px, 3vw, 32px); 
    padding: 0;
    margin-bottom: 20px;
    font-weight:500;
}

/* ==== tab Design css=== */
.way-to-explore-details .explore-image {
    height: 100%;
}
.way-to-explore-details .explore-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.way-to-explore-details img {
    display: block;
}
.align-items-stretch {
    display: flex;
}
.new-tab-sdesig-box {
    width: 100%;
    position: relative;
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.new-tab-sdesig-box li {
    width: 100%;
    border: 1px solid #9a8d8d;
    border-right: none;
}
.new-tab-sdesig-box li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow:hidden;
}
.new-tab-sdesig-box li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #9a8d8d;
    overflow:hidden;
}
.new-tab-sdesig-box li button{
    width: 100%;
    text-align: center;
     padding: 10px;
}
.nav-pills .nav-link {
min-width: 100%;
border-radius: 0px
}
.nav-pills .nav-link.active {
    background: #333333;
    min-width: 100%;
    border-radius: 0px
}
.way-to-explore-details {
    background: #f9f9f9;
    overflow: hidden;
}
.way-to-explore-details .explore-content h2 {
    font-size: clamp(20px, 2.5vw, 30px);
    margin: 15px 0;
    font-weight: 500;
}
.way-to-explore-details .explore-content h6 {
    font-size: 20px;
    font-weight: 400;
}

/*====kilimanjaro white===*/
.white-yellow-main-pic {
    width: 100%;
    margin: 20px 0px;
}
.white-yellow-tittle p {
    color: #838383;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}
.white-yellow-tittle {
    width: 100%;
    border-left: 2px solid #f6b512;
    text-align: left;
    padding: 0 20px 0 20px; 
    margin-top: 20px;
}


.cta-banner {
    display: flex;
    align-items: stretch;
    max-width:100%;
    min-height:300px;
    overflow: hidden;
    border-radius: 4px;
}
.cta-image {
    width: 45%;
    flex-shrink: 0;
    overflow: hidden;
}
.cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cta-content {
    flex: 1;
    background: #f9f9f9;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-items: flex-start;
}
.cta-label {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #666;
}
.cta-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
}

/* ====Related Packages css ====*/
.safari-card-box {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 1px 5px #9fa7b133;
}
ul.tour-hiegt-points {
    width: 100%;
    position: relative;
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 0px;
    gap: 10px;
}
ul.tour-hiegt-points li {
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 24px;
}
ul.tour-hiegt-points li:nth-child(1) {
    background: #5242b81a;
    border: 1px solid #bdbcc2;
}
ul.tour-hiegt-points li:nth-child(2) {
    background: #f8efda;
}
ul.tour-hiegt-points li:nth-child(3) {
    background: #fbefef;
}
ul.tour-hiegt-points li:nth-child(4) {
    background: #f9f9f9;
}
.safari-card-details h3 {
    font-size: clamp(16px, 1.5vw, 19px);
    margin: 15px 0;
    font-weight: 500;
}
.pack-pricebox {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    justify-content: space-between;
}
.pack-pricebox h4 {
    font-size: clamp(10px, 0.9vw, 12px);
    padding: 0;
    margin: 0;
    color: #7c7c7c;
    font-weight: 400;
}
.pack-pricebox h4 strong {
    font-size: clamp(14px, 1.5vw, 18px);
    color: #000;
    padding-left: 5px;
    font-weight: 500;
}
.pack-pricebox h4 span {
    color: #cc950d;
}
.safari-card-details {
    width: 100%;
    padding: 25px;
}
.safari-card-pic {
    overflow: hidden;
}
.safari-card-box a {
    text-decoration: none;
    color: inherit;
}
.safari-card-box:hover img{
    transform: scale(1.1);
    transition: .5s;
}
.safari-card-box:hover h3 {
    text-decoration: underline;
     text-decoration-color: #f8b712;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px; 
}



/*====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:0px !important;
}
.destination-main-points {
    border-left: none;
    padding-left: 0px;
    border-top: 1px solid #bebebe;
    padding-top: 40px;
    margin-top: 40px;
}
.travel-style-slider .slide {
    flex: 0 0 100%;
    margin: 0px;
}
.child-despoints {
    padding-left: 30px;
}
.table-box {
    overflow: scroll;
}
.park-gallery-box {
    width: 100%;
}
.guide-cta-rigt-btn {
    text-align: left;
    margin-top: 30px;
}
.cta-sa-logo {
    text-align: center;
    margin-bottom: 25px;
}
.cta-sa-cont {
    text-align: center;
    margin-bottom: 30px;
}
.cta-sa-btn {
    padding-left: 0px;
    text-align: center;
}
.author-img {
    width: 95px;
    height: 95px;
}
.new-tab-sdesig-box {
    width: 100%;
    display: flex;
    overflow: scroll;
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-tab-sdesig-box > li {
  flex: 0 0 50%; 
  max-width: 50%;
}
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.kili-landf {
    display: none;
}
.cta-banner {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.cta-image {
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
}
.tabjump-box h4 {
    display: none;
}
section.tabjump-sec {
    position: sticky !important;
    top: 64px;
    z-index: 10;
    background: #ffffff;
}
ul.vistjump-list {
    display: flex;
    gap: 15px;
    row-gap: 6px;
    padding: 0 0 12px 0; /* space for scrollbar */
    margin: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.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;
}
.desti-welcome-sec .row .col-md-7 {
    width: 100%;
}
.desti-welcome-sec .row .col-md-5 {
  width: 100%;  
}
.coomon-heading-box {
    width: 100%;
}
.table-box {
    overflow: scroll;
}
.new-tab-sdesig-box {
    width: 100%;
    display: flex;
    overflow: scroll;
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-tab-sdesig-box > li {
    flex: 0 0 25%;
    max-width: 25%;
}
.rating-head-bestday {
    width: 100%;
}
section.tabjump-sec {
    position: sticky !important;
    top: 75px;
    z-index: 10;
    background: #ffffff;
}
}