.tftline h3 {
    padding: 0px;
    background-color: #ffffff;
    z-index: 1;
}

.tour-extrct>span {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 30px 0px;
}

.tour-extrct>span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px dotted #b3b3b3;
    margin-top: 2px;
}

.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 10px;
}

.feature-ico {
    padding-right: 10px;
}

.feature-ico img {
    width: 35px;
}

.tour-extdsp {
    padding: 10px 0px;
}

.t-ext-map {
    display: flex;
    justify-content: space-between;
}

.t-map {
    width: 40%;
    margin-top: 20px;
    border: 1px solid #0000001a;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.t-ext-map-ext {
    width: calc(60% - 60px);
    margin-top: 20px;
    z-index: 0;
}

.t-map img {
    width: 100%;
}

.t-wmap-stz {
    width: 200px;
}

.t-wmap-stz img {
    width: 100%;
}

img.afrshtz {
    width: 70px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 8px;
}

.afrshtz-arrow::after {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 46px;
    background-image: url(../images/safari/wild-safari/map/map-pointer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 52px;
    height: 17px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.t-ext-map-ext table {
    text-align: left;
}

.t-ext-map-ext table tr td {
    padding: 5px 0px;
}

.t-ext-map-ext table tr td:nth-child(odd) {
    width: 100px;
    color: #000080;
    font-weight: bold;
}

.t-ext-map-ext table tr td:nth-child(odd)::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #000080;
    margin-right: 10px;
    border-radius: 50%;
    z-index: 2;
}

.t-ext-map-ext table tr td:nth-child(odd)::after {
    content: "";
    position: absolute;
    left: 3.5px;
    top: 18px;
    height: calc(100% - 33px);
    border-left: 0.5px dotted #0000ff;
    z-index: -1;
}

/*  */
.infotbsbtn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.infotbsbtn label {
    display: block;
    width: calc(100%/3);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: var(--color-light);
    position: relative;
    transition: 0.4s ease;
}

.infotbsbtn label:last-child {
    padding: 10px;
    border-right: 1px solid #ccc;
}

.infoimpts {
    display: none;
}

#datinfoex {
    counter-reset: h3;
    padding-top: 15px;
}

#datinfoex h3::before {
    content: counter(h3) " ";
    counter-increment: h3;
    width: 26px;
    aspect-ratio: 1;
    background-color: #000080;
    display: -ms-inline-grid;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    font-size: 15px;
    border-radius: 100%;
    margin-right: 10px;
}

#datinfoex h3 {
    margin: 15px 0px 20px;
}

#datinfoex h4 {
    position: relative;
    margin: 10px 0px 10px;
    font-weight: 400;
}

#datinfoex h4::before {
    content: "- ";
    left: 0;
}

#datinfoex ul,
#datinfoex ol {
    margin-bottom: 10px;
}

#datinfoex li {
    margin-left: 20px;
    line-height: 21px;
    list-style-type: decimal;
}

/* travel preparation */
#datinfoex {
    display: none;
}

#tb1if:checked~.infotbsbtn>.lalinf1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, var(--color-warm) 0%, var(--color-light) 90%);
}

#tb2if:checked~.infotbsbtn>.lalinf2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, var(--color-warm) 0%, var(--color-light) 90%);
}

#tb3if:checked~.infotbsbtn>.lalinf3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, var(--color-warm) 0%, var(--color-light) 90%);
}

#tb1if:checked~.infotbsbtn>.lalinf1::after {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid var(--color-warm);
    position: absolute;
    top: 100%;
}

#tb2if:checked~.infotbsbtn>.lalinf2::after {
    content: "";
    border: 8px solid transparent;
    border-top: 10px solid var(--color-warm);
    position: absolute;
    top: 100%;
}

#tb3if:checked~.infotbsbtn>.lalinf3::after {
    content: "";
    border: 8px solid transparent;
    border-top: 10px solid var(--color-warm);
    position: absolute;
    top: 100%;
}

#tb1if:checked~.infogtgoex>.dtalinf1 {
    display: block;
}

#tb2if:checked~.infogtgoex>.dtalinf2 {
    display: block;
}

#tb3if:checked~.infogtgoex>.dtalinf3 {
    display: block;
}

.infogtgoex #datinfoex p {
    margin-bottom: 10px;
}

/* end travel preparation */
.incoptns {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 40px 0px 15px;
    border: 1px solid #ccc;
}

.incoptns h3 {
    margin-right: 20px;
    position: relative;
    width: 13%;
}

.incoptns h3::before {
    content: "+";
    margin: 0px 10px;
}

.incoptns ol {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: #ddd;
    padding: 8px 10px;
    position: relative;
    border-radius: 2px 0px 0px 2px;
    width: 87%;
    font-weight: 300;
}

.incoptns ol::before {
    content: "";
    border: 8px solid transparent;
    border-right: 8px solid #ddd;
    position: absolute;
    right: 100%;
}

.incoptns ol li {
    margin-left: 20px;
}

.explore-more {
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin: 20px 0px;
}

.expmoin {
    width: calc(100%/4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 260px;
    padding: 20px;
    position: relative;
    ;
    transition: .8s ease;
}

.expmoin:not(:first-child) {
    margin-left: 20px;
}

.expmoin img {
    height: 70px;
}

.exmdtls {
    text-align: center;
    margin-top: 30px;
}

.exmdtls h3 {
    margin-bottom: 15px;
}

.exmdtls a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--btn-primary-bg);
    font-size: 14px;
    color: var(--btn-primary-text);
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .6px;
    padding: 4px 0px;
    visibility: hidden;
    opacity: 0;
}

.expmoin:hover {
    border: 1px solid var(--color-primary);
}

.expmoin:hover>.exmdtls a {
    opacity: 1;
    visibility: visible;
}

.exmdtls a:hover {
    background: var(--btn-bg);
}

#expa-collp {
    display: none;
}

.expa-collpcnt {
    max-height: 1800px;
    overflow: hidden;
    transition: max-height 0.6s ease;
    position: relative;
}

#expa-collp:checked~.dtalinf1>.expa-collpcnt {
    max-height: 340px;
}

.toggle-btn {
    display: none;
}

#expa-collp:checked~.dtalinf1 .toggle-btn {
    display: block;
    cursor: pointer;
    color: #0000ff;
    text-align: center;
    width: 60%;
    margin: 20px auto 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

#expa-collp:checked~.dtalinf1 .expa-collpcnt::after {
    background-image: linear-gradient(transparent 0px, rgba(255, 255, 255, 0.9) 52px, #fff 80px);
    width: 100%;
    height: 80px;
    position: absolute;
    content: "";
    transition: opacity 50ms linear;
    bottom: 0;
    z-index: 1;
}

.dsttbs {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.dsttbs label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: var(--color-light);
    position: relative;
    transition: 0.4s ease;
}

.dsttbs label:last-child {
    border-right: 1px solid #ccc;
}

#dstnatfld {
    position: relative;
    overflow: hidden;
    display: none;
    margin-top: 35px;
}

.dsnttop {
    display: flex;
    align-items: start;
}

.fstdsdt {
    width: calc(100%/3);
    display: flex;
    align-items: start;
    justify-content: center;
}

.fstdsdt:not(:last-child) {
    margin-right: 30px;
}

.dstsys h4 {
    padding-bottom: 3px;
}

.dstsys p {
    font-size: 15px;
    padding-bottom: 0px;
}

.dstico {
    margin-right: 10px;
}

.dstico img {
    width: 30px;
}

.dsntbtm {
    margin-top: 15px;
}

.dstntwlds {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    -webkit-grid-gap: 30px;
    align-items: end;
    gap: 10px;
}

.dsntbtm h3 {
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 30px 0px;
    text-align: center;
}

.dstntwld {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dstntwinf {
    font-size: 15px;
    text-align: center;
}

.dstntwinf p {
    padding: 0px;
    font-weight: 500;
}

.dstntwinf span {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.dstntwinf.green span::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-radius: 100%;
    background-color: #0a8b05;
}

.dstntwinf.orange span::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-radius: 100%;
    background-color: #f8a909;
}

.dstntwinf.red span::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-radius: 100%;
    background-color: #d83a39;
}

.dstntwinf.grey span::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-radius: 100%;
    background-color: #999;
}

.sfrgud {
    margin-top: 50px;
}

.guidlns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.gudit {
    border-bottom: .2px dashed #ccc;
    padding: 20px 10px;
}

.gudltp>div {
    font-size: 19px;
}

.gudltp {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.gudltp h3 {
    margin-left: 10px;
}

.gudltp span {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}

.gudit>div blockquote {
    position: relative;
    padding-left: 15px;
    font-style: oblique;
}

.gudit>div blockquote:after {
    background-color: #ddd;
    border-radius: 2px;
    left: 0px;
    bottom: 0rem;
    content: "";
    position: absolute;
    top: 0rem;
    width: 3px;
}

.gudcncl {
    margin: 30px 0px 20px;
}

.gudcncl span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

/* home */
.mntbtr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0px 10%;
}

.mntbtr a:last-child {
    display: none;
}

.mntbtd h3 {
    width: max-content;
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    /* text-transform: uppercase; */
    color: var(--btn-alt-text);
    background: var(--btn-alt-bg);
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: .6px;
    /* font-variant: small-caps; */
    /* font-stretch: ultra-condensed; */
}

.mntbtd {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.mntbtd img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    border-radius: 5px;
    transition: transform 0.2s ease-out;
    z-index: -1;
}

.mntbtd:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.mntbtd:hover h3 {
    background: var(--color-white);
}