* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    /* --theme-color1: #be5000; */
    /* --theme-color1: #FFFDD0; */
    --theme-color1: #f3e8b7;
    --theme-color2: #1395ba;
}

body {
    overflow-x: hidden;
    padding: 0 !important;
    margin: 0 !important;
    font-family: "Montserrat", sans-serif !important;
}
.wp-singular {
	font-family: "Montserrat", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
    font-family: "Marcellus", serif !important;
}

ul li {
    list-style-type: none;
}

ul {
    margin-bottom: 0 !important;
}

ol,
ul {
    padding-left: 0 !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
	font-family: "Montserrat", sans-serif !important;
}

section p {
    color: #242424;
}

img {
    max-width: 100%;
}


button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.pt-100 {
    padding-top: 100px;
}

.primary-btn {
    background-color: var(--theme-color1);
    color: #000;
    display: block;
    padding: 15px 30px !important;
    font-size: 16px;
    font-weight: 500;
    transition: .4s;
    max-width: max-content;
    text-transform: capitalize;
    border: none;
    position: relative;
    border-radius: 12px;
    letter-spacing: 1px;
    overflow: hidden;
}

.primary-btn:hover {
    color: #fff;
	background-color: var(--theme-color2);
}

.primary-btn span {
    position: relative;
}

.primary-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
}

.sub-title {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    font-family: "Great Vibes", cursive !important;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.sub-title span {
    color: #000;
    position: relative;
}

.section-title {
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.owl-dot span {
    background: transparent !important;
    border: 2px solid var(--theme-color1);
}

.owl-dot.active span {
    background: var(--theme-color1) !important;
}

/*=================Header Start=============*/
/* ----- Smooth Sticky Navbar Start ---------- */
header {
    background: var(--theme-color1);
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 1000;
}

header.scrolled {
    position: fixed;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header.scrolled .top-header {
    display: none;
}

header.scrolled .website-logo {
    max-width: 100px;
}

header .primary-btn {
    border: 1px solid #000;
}

header.scrolled .primary-btn {
    border: 1px solid #000;
    font-size: 14px;
    padding: 10px 20px !important;
}

/* ----- Smooth Sticky Navbar End ---------- */
.top-header {
    background: var(--theme-color1);
}

.top-header .row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.website-logo {
    max-width: 130px;
}

.top-header-left a {
    color: #000;
    transition: .5s;
    font-weight: 500;
    font-size: 14px;
}

.top-header-left a i {
    color: #000;
}

.top-header-left a:hover,
.top-header-left a:hover i {
    color: var(--theme-color2);
}

.top-header-left a:first-child {
    margin-right: 10px;
}

.top-header-right {
    text-align: right;
}

.top-header-right ul {
    display: flex;
    justify-content: end;
    gap: 30px;
	display: none !important;
}

.top-header-right i {
    color: #000;
}

.top-header-right i:hover {
    color: var(--theme-color2);
}

#navbarHover {
    justify-content: center;
}

.navbar-hover .navbar-brand {
    padding: 0;
}

.navbar-hover .navbar-brand img {
    max-width: 140px;
}

.navbar-hover .nav-link {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 3px;
    color: #000;
}

.navbar-hover .dropdown-item {
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 11px;
}

.navbar-hover .dropdown-menu .dropdown-item:hover, .navbar-hover .dropdown-menu .dropdown-item.active {
    background: #1496ba;
    color: #fff;
}

.navbar-nav {
    column-gap: 10px;
}

.navbar-hover .nav-link:hover,
.navbar-hover .nav-link:focus {
    color: var(--theme-color2);
}

/* <!-- ------------ Mobile Menu Start ---------- --> */
.mobile-menu-icon {
    background-color: #000 !important;
}

.navbar-toggler-icon {
    background-image: url('../images/menu.png') !important;
}

.mobile-menu .nav-item a {
    color: #000;
    max-width: max-content;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-toggler-icon {
    background-image: url('../images/menu.png') !important;
}

/* <!-- ------------ Mobile Menu End ---------- --> */
/*=================Header End =============*/
/*================= Body Section Start=============*/
/* ------ Banner Section --------- */
.home-banner {
    position: relative;
    margin-top: 100px;
    height: 700px;
    overflow: hidden;
}

/* .home-banner::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    height: 110px;
    width: 100%;
    background: url(../images/banner-bottom-mountain.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
} */

.home-banner .row {
    height: 100%;
}

.owl-banner,
.owl-banner .owl-stage-outer,
.owl-banner .owl-stage,
.owl-banner .owl-item,
.owl-banner .items,
.owl-banner .items img {
    height: 100% !important;
    object-fit: cover;
}

.owl-banner .items::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(89deg, #0e0e0e -3.06%, rgba(14, 14, 14, 0) 70.52%);
}

.owl-banner button.owl-prev {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    right: 0;
    color: #fff !important;
    backdrop-filter: blur(5px);
    height: 50px;
    width: 50px;
    line-height: 50px;
    transition: .4s;
    font-size: 20px;
    border-radius: 100%;
    background: #00000029 !important;
}

.owl-banner button.owl-next {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    right: 0;
    color: #fff !important;
    backdrop-filter: blur(5px);
    height: 50px;
    width: 50px;
    line-height: 50px;
    transition: .4s;
    font-size: 20px;
    border-radius: 100%;
    background: #00000029 !important;
}

.owl-banner button.owl-prev:hover,
.owl-banner button.owl-next:hover {
    background: var(--theme-color2) !important;
}

.banner-contents {
    width: 50%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-contents .sub-title {
    font-size: 25px;
    line-height: 40px;
}

.banner-contents h1 {
    color: #fff;
    font-size: 62px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    line-height: 70px;
}

.banner-btns {
    display: flex;
    gap: 60px;
    align-items: center;
    padding-top: 50px;
}

.banner-video-btn {
    color: #fff;
    font-weight: 600;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

.banner-video-layer {
    position: relative;
    margin-right: 25px;
}

.banner-video-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 16px;
    position: absolute;
}

.banner-video-btn .layer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    animation: blink 2s infinite ease-in-out;
}

@keyframes blink {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.banner-btns .modal-content {
    border: 10px solid #fff !important;

}

.banner-btns .btn-close {
    padding: 10px;
}

.banner-btns .banner-video-btn {
    position: relative;
    z-index: 1;
}

/* --- Banner End --- */
/* <!-- ------- About Section Start ---- --> */
.about .row {
    align-items: center;
}

.about-left {
    width: 95%;
}

.about .primary-btn {
    margin-top: 40px;
}

.about-right {
    position: relative;
}

.about-right::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: url('https://kenyaexpeditionltd.com/wp-content/uploads/2025/06/about-form-img.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}
.about-right::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000ab;
}
.enquiry-form {
    backdrop-filter: blur(5px);
    padding: 50px 30px 20px 30px;
    border-radius: 2px;
    position: relative;
	z-index: 1;
}

.enquiry-form .row {
    row-gap: normal;
}

.enquiry-form .primary-btn {
    margin: auto;
    padding: 20px 130px 20px 110px !important;
    border-radius: 2px;
    margin-top: 30px;
}

.enquiry-form input.form-control,
.enquiry-form .form-select {
    height: 45px;
}

.enquiry-form .form-control,
.enquiry-form .form-select {
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    border-radius: 2px;
    background: #ffffff7f;
}

.enquiry-form .form-control::placeholder,
.enquiry-form .form-control:focus,
.enquiry-form .form-control[type="text"],
.enquiry-form .form-control[type="email"],
.enquiry-form select,
.enquiry-form select:focus,
.enquiry-form .form-control {
    border-color: #fff !important;
}

.enquiry-form-title {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.enquiry-form-col {
    position: relative;
}

.enquiry-form-col i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #313131;
}

.enquiry-form-col-textarea i {
    top: 15%;
}

.enquiry-form-col-textarea textarea.form-control {
    height: 125px;
}

/* <!-- ------- About Section End ---- --> */
/* <!-- ------- Top Activities Section Start ---- --> */
.activities-img {
    overflow: hidden;
    height: 610px;
    width: 100%;
    border-radius: 2px;
}

.activities-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: .5s;
}

.activities-img:hover img {
    transform: scale(1.02);
}

.activities-content-col {
    background: #f2f8fb;
}

.activities-content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    height: 100%;
    position: relative;
}

.activities-content .offer-img {
    width: 350px;
    position: absolute;
    left: -15px;
    top: 0;
    background: transparent;
}

.activities-content-left-col .activities-content .section-title {
    padding-top: 50px;
}

.activities-contact {
    display: flex;
    gap: 30px;
}

.activities-contact a {
    transition: .5s;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
}

.activities-contact p {
    display: flex;
    flex-direction: column;
}

.activities-contact p span {
    font-size: 20px;
    text-transform: capitalize;
}

.activities-contact p strong {
    font-size: 30px;
}

.activities-contact a:hover span,
.activities-contact a:hover strong,
.activities-contact a:hover svg {
    color: var(--theme-color2);
    fill: var(--theme-color2);
}

/* <!-- ------- Top Activities Section End ---- --> */
/* <!-- ------- servicess Section Start ---- --> */
.services {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.services .row {
    row-gap: 30px;
    align-items: center;
    justify-content: center;
}

.services .row .primary-btn {
    margin-left: auto;
}

.services .services-box {
    overflow: hidden;
    height: 420px;
    display: block;
    position: relative;
    transition: .5s;
}

.services .services-box img {
    height: 100%;
    object-fit: cover;
    transition: .5s;
    width: 100%;
}

.services .services-box:hover img {
    transform: scale(1.02);
}

.services-contents {
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .8s;
    transform: translateX(-50%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.734) 50%,
            rgb(0, 0, 0) 100%);
    width: 100%;
    text-align: center;
    height: 45%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.services .services-box:hover .services-contents h5 {
    margin-top: 40px;
}

.services-contents h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 80px;
    transition: .5s;
}

.services .primary-btn {
    margin: 30px auto 0 auto;
}

/* <!-- ------- servicess Section End ---- --> */
/* <!-- ------- Destination Section Start ---- --> */

.destination-contents {
    padding-top: 40px;
    width: 80%;
    margin: auto;
}

.destination .row {
    row-gap: 40px;
    align-items: center;
    justify-content: center;
}

.destination .destination-box {
    display: block;
    position: relative;
}

.destination .destination-box img {
    height: 400px;
    object-fit: cover;
    transition: .5s;
    width: 100%;
}

.destination-box-contents {
    text-align: center;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.destination-box-contents h5 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.destination-box-contents p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.destination-box-contents .primary-btn {
    margin: auto;
}

/* <!-- ------- Destination Section End ---- --> */
/* <!-- ------- room Section Start ---- --> */
.room {
    position: relative;
    margin-top: 100px;
    background: var(--theme-color1);
    padding-bottom: 200px;
    padding-top: 100px;
}

.room .row {
    align-items: center;
}

.room-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #fff;
    padding: 100px 50px 80px 80px;
    position: absolute;
    width: 70%;
    left: 8%;
    top: 57%;
    transform: translateY(-50%);
}

.room .section-title {
    width: 60%;
}

.room .section-title p {
    padding: 50px 0;
}

.room-slider {
    width: 90%;
    margin-left: auto;
    box-shadow: 6px 6px 16px 1px rgba(0, 0, 0, 0.2);
}

.room-box {
    border-radius: 2px;
    height: 600px;
    width: 100%;
    display: block;
    position: relative;
    transition: .5s;
}

.room-badge {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #000;
    background: var(--theme-color1);
    padding: 4px 10px;
    z-index: 1;
    text-transform: capitalize;
}

.room-box-img {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    transition: .5s;
}

.room-box-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.room-box:hover img {
    transform: scale(1.03);
}

.room-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.734) 40%,
            rgb(0, 0, 0) 100%);
}

.room-title {
    border-bottom: 1px solid #ffffffb0;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}

.room-title a {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    text-align: center;
    max-width: max-content;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: auto;
}

.room-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffffb0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.room-features p {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.room-features i {
    color: #fff;
    font-size: 15px;
}

.room-btn a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    transition: .4s;
    max-width: max-content;
    text-transform: capitalize;
    position: relative;
    padding-right: 30px;
    margin: auto;
}

.room-btn a::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2.12207C12 3.16637 13.0349 4.72907 14.0811 6.04147C15.4283 7.73117 17.0361 9.20727 18.881 10.3343C20.2631 11.1782 21.9414 11.9883 23.2896 11.9883M12 21.8789C12 20.8346 13.0349 19.2719 14.0811 17.9595C15.4283 16.2699 17.0361 14.7937 18.881 13.6667C20.2631 12.8228 21.9414 12.0127 23.2896 12.0127M23.2896 12.0005H0.710403' stroke='white'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

.owl-room button.owl-prev {
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    left: -10%;
    color: #000 !important;
}

.owl-room button.owl-next {
    position: absolute;
    top: 95%;
    transform: translateY(-50%);
    left: -10%;
    color: #000 !important;
}

.owl-room button.owl-prev:hover,
.owl-room button.owl-next:hover {
    background-color: transparent !important;
}

.owl-room button.owl-prev i,
.owl-room button.owl-next i {
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transition: .4s;
    font-size: 20px;
    border-radius: 100%;
}

.owl-room button.owl-prev i:hover,
.owl-room button.owl-next i:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    transition: .4s;
    color: #fff;
}

/* <!-- ------- room Section End ---- --> */
/* ---- Testimonial section Start ---- */
.testimonial {
    position: relative;
    padding-bottom: 80px;
/*     margin-bottom: 60px; */
}

.ratings i {
    color: #ffd30e;
    font-size: 14px;
}

.ratings {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 80px;
    margin-top: 40px;
    position: relative;
    justify-content: center;
    text-align: center;
}

.ratings .row {
    width: 100%;
}

.ratings-box-col {
    position: relative;
}

.ratings-box-col:not(:last-child):after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #cdcdcd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial .primary-title,
.testimonial .sub-title {
    text-align: center;
}

.ratings-box-text {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
    justify-content: center;
}

.ratings-box-text h2 {
    font-size: 20px;
}

.testimonial-box {
    transition: .4s;
    margin: 10px;
    position: relative;
    text-align: center;
}

.client-details {
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    text-align: center;
}

.client-details h5 {
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
}

.client-comments {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 25px;
}

.client-comments i {
    font-size: 30px;
    margin-right: 10px;
}

.owl-testimonial button.owl-prev {
    position: absolute;
    bottom: -85px;
    left: 45%;
    color: #000 !important;
}

.owl-testimonial button.owl-next {
    position: absolute;
    bottom: -85px;
    left: 50%;
    color: #000 !important;
}

.owl-testimonial button.owl-prev:hover,
.owl-testimonial button.owl-next:hover {
    background-color: transparent !important;
}

.owl-testimonial button.owl-prev i,
.owl-testimonial button.owl-next i {
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transition: .4s;
    font-size: 20px;
    border-radius: 100%;
}

.owl-testimonial button.owl-prev i:hover,
.owl-testimonial button.owl-next i:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    transition: .4s;
    color: #fff;
}

/* ---- Testimonial section End ---- */
/*================= Body Section End=============*/

/*================= Footer Start =============*/
.footer-content {
    position: relative;
    background: var(--theme-color1);
    padding-top: 70px;
}

.footer-logo a img {
    width: 150px;
}

.footer-logo p {
    margin-top: 20px;
    color: #000 !important;
}

footer a {
    color: #000;
    transition: .4s;
    display: flex;
    max-width: max-content;
}

.quick-links a {
    text-transform: capitalize;
}

.footer-contact ul a:hover i {
    margin-right: 20px;
}

footer ul li a i {
    margin-right: 10px;
    margin-top: 4px;
    transition: .5s;
    color: #000;
}

.footer-title {
    color: #000;
    text-transform: capitalize;
    font-size: 30px;
    position: relative;
}

footer ul {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quick-links ul li a {
    position: relative;
    overflow: hidden;
    font-weight: 500;
}

.quick-links ul li a:hover {
    padding-left: 20px;
    color: var(--theme-color2);
}

.quick-links ul li a::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: -20px;
    top: 4px;
    color: #000;
    font-size: 10px;
}

.quick-links ul li a:hover::before {
    left: 0;
    color: var(--theme-color2);
}

.footer-social {
    flex-direction: row;
    margin-top: 30px;
    gap: 30px;
}

.footer-social li a {
    font-size: 20px;
    text-align: center;
    display: flex;
    border-radius: 2px;
    max-width: unset;
    justify-content: center;
    align-items: center;
}

.footer-social li a:hover i {
    margin: 0;
}

.footer-social li a:hover i,
.footer-social li a:hover svg path {
    color: var(--theme-color2) !important;
}

.footer-social li i {
    margin: 0;
    transition: .4s;
    color: #000 !important;
}

div.footer-bottom {
    border-top: 1px solid #00000030;
    margin-top: 50px !important;
}

.footer-bottom p {
    padding: 10px 0;
    color: #000 !important;
}

.footer-bottom p a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.footer-bottom p a:hover {
    text-decoration: underline !important;
    color: var(--theme-color2);
}

.footer-bottom-right p {
    text-align: right;
}

.details-page-call-to-action {
    background: #231f20;
    width: 92%;
    margin: 70px auto 70px auto;
    padding: 60px;
    position: relative;
	border: 5px solid var(--theme-color1);
	box-shadow: 6px 6px 16px 1px rgba(0, 0, 0, 0.4);
}

.details-page-call-to-action .package-details-page-primary-title {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
	text-align: center;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
}

.call-to-action-sub-title {
    display: block;
    font-size: 52px;
    padding-top: 10px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 65px;
	letter-spacing: 0;
}
.details-page-call-to-action p {
    color: #fff !important;
    text-align: center;
    width: 75%;
    margin: auto;
    padding-top: 15px;
}
.details-page-call-to-action p span {
    font-size: 45px;
    display: block;
    font-weight: 600;
    line-height: 50px;
}
.call-to-action-left .primary-btn {
    margin-top: 30px;
}

.call-to-action-btns {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 45px;
}
.call-to-action-btns .primary-btn {
	text-transform: unset !important;
}
.details-page-call-to-action .row {
    align-items: center;
}
/*================= Footer End =============*/
/*<!-- ----------------- Bottom to Top Scroll Button Start ------------------>*/
#scrollTopBtn {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
    border: none !important;
    background: var(--theme-color1);
    color: #000;
    height: 50px;
    width: 50px;
    font-size: 20px;
    filter: drop-shadow(2px 4px 6px black);
    z-index: 9;
    overflow: hidden;
}

#scrollTopBtn::before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -5%;
    background-color: var(--theme-color2);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    display: block;
}

#scrollTopBtn:hover::before {
    height: 110%;
}

#scrollTopBtn.show {
    display: block;
}

#scrollTopBtn:hover i {
    color: #fff;
    position: relative;
}

/*<!-- ----------------- Bottom to Top Scroll Button End ------------------>*/
/*<!-- ----------------- Whatsapp Chat Start ------------------>*/
.whatsapp-chat {
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    width: 35px;
    z-index: 9;
    filter: drop-shadow(2px 4px 6px black);
}

.icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.layer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #11ff00;
    transform: translate(-50%, -50%);
    animation: blink 2s infinite ease-in-out;
}

@keyframes blink {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

/*<!-- ----------------- Whatsapp Chat End ------------------>*/
/*===================================Responsive Start==========================*/

@media only screen and (min-width: 1199px) {
    .navbar-hover .collapse ul li {
        position: relative;
    }

    .navbar-hover .collapse ul li:hover>ul {
        display: block;
        top: 100%;
    }

    .inner-dropdown {
        top: 10% !important;
        left: 100% !important;
    }

    .inner-dropdown-toggle::after {
        border-right: 0 !important;
        border-left: .3em solid !important;
        border-top: .3em solid transparent !important;
        border-bottom: .3em solid transparent !important;
        top: 50%;
        vertical-align: 1px !important;
    }

.navbar-hover .collapse ul ul {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 250px;
    padding: 0;
    border: 0;
}
}

@media only screen and (max-width: 991.5px) {

    /* hover dropdown menus */
    .navbar-hover .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
    }

    .row {
        margin: 0 !important;
        --bs-gutter: unset !important;
    }

    .mobile-menu {
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .top-header-logo {
        display: none;
    }

    .top-header {
        display: none;
    }

    .mobile-menu .navbar-nav {
        row-gap: 10px;
    }

    .banner-contents {
        width: 90%;
        text-align: center;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .owl-banner .items::before {
        background: #0000007d;
    }

    .banner-btns {
        justify-content: center;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .footer-offer-contents h2 span {
        display: block;
    }

    .footer-row {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
        row-gap: 20px;
    }

    .owl-banner {
        height: 100%;
    }

    .room .row {
        row-gap: 30px;
    }

    .owl-banner .owl-dots {
        margin-top: -70px !important;
    }

    .enquiry-form-title {
        font-size: 30px;
    }

    .primary-title {
        font-size: 32px;
        line-height: 35px;
    }

    .footer-row {
        row-gap: 20px;
    }

    .footer-bottom p {
        padding: 0;
        text-align: center;
    }

    div.footer-bottom {
        row-gap: normal !important;
        padding: 10px 0;
    }

    .home-banner {
        margin-top: 80px;
    }

    .destination-contents {
        width: 100%;
    }

    .room {
        margin-top: 50px;
        padding-bottom: 150px;
        padding-top: 50px;
    }

    .room-text {
        position: relative;
        width: 100%;
        left: unset;
        top: unset;
        transform: unset;
        padding: 40px;
    }

    .room-slider {
        width: 100%;
    }

    .owl-banner button.owl-next {
        top: 92%;
    }

    .owl-banner button.owl-prev {
        top: 82%;
    }

    .room .section-title p {
        padding: 25px 0;
    }

    .room .section-title {
        width: 100%;
    }

    .owl-room button.owl-prev {
        top: 110%;
        transform: translateY(0);
        left: 40%;
    }

    .owl-room button.owl-next {
        top: 110%;
        transform: translateY(0);
        left: 50%;
    }

    .activities-content-left-col .activities-content .section-title {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .activities-content .primary-title br {
        display: none;
    }

    .activities-content h2.primary-title.pb-5 {
        padding-bottom: 20px !important;
    }

    .owl-testimonial button.owl-prev {
        left: 42%;
    }

    .owl-testimonial button.owl-next {
        left: 52%;
    }

    .quick-links.ps-5 {
        padding-left: 0 !important;
    }

    footer .row {
        row-gap: 30px;
    }

    .ratings-box-col:not(:last-child):after {
        display: none;
    }

    .ratings-box-text {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .ratings {
        margin-bottom: 25px;
    }

    .about-right {
        margin-top: 40px;
    }

    .plr-100 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
	.details-page-call-to-action {
		margin: 40px auto 60px auto;
	}
}

@media only screen and (max-width: 425.5px) {
    .primary-title {
        font-size: 24px;
        line-height: 30px;
    }
.pt-100 {
    padding-top: 20px;
}
    .offcanvas.offcanvas-start {
        width: 300px !important;
    }
.about.plr-100.pt-100 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
    .about .primary-btn {
        margin-top: 20px;
        width: 100%;
    }

    .banner-contents h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .banner-contents .sub-title {
        font-size: 20px;
        line-height: 40px;
    }

    .banner-btns {
        justify-content: center;
        flex-direction: column;
        max-width: max-content;
        margin: auto;
    }

    .activities-content {
        padding: 50px 20px;
    }

    .banner-contents {
        width: 98%;
    }

    footer {
        padding-top: 0;
    }

    .home-banner {
        height: 500px;
		margin-top: 70px;
    }

    .enquiry-form {
        padding: 30px 0px 0 0px;
    }

    .destination-contents {
        width: 100%;
        padding-top: 0;
    }

    .room-features {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
    }

    .owl-room button.owl-prev {
        left: 32%;
    }

    .owl-room button.owl-next {
        left: 52%;
    }

    .activities-img {
        height: 300px;
    }

    .activities-content .section-title {
        padding-bottom: 0;
    }

    .destination .destination-box img {
        height: 300px;
    }

    .room .section-title {
        padding-bottom: 0;
    }

    .room-box {
        height: 550px;
    }

    .services .services-box {
        height: 400px;
    }

    .services .primary-btn {
        margin: 0 auto;
    }

    .activities-contact p strong {
        font-size: 25px;
    }

    .activities-contact svg {
        width: 40px;
        height: 40px;
    }

    .owl-testimonial button.owl-prev {
        left: 35%;
    }
	.details-page-call-to-action {
		margin: 0 auto 40px auto;
		padding: 30px 20px;
	}
	.call-to-action-sub-title {
		font-size: 30px !important;
		line-height: 35px !important;
	}
	.call-to-action-btns {
		padding-top: 30px;
		flex-direction: column;
		align-items: center;
	}
	.call-to-action-btns .primary-btn {
		padding: 15px !important;
    	font-size: 14px;
		text-align: center;
	}
	.owl-banner .owl-nav {
		display: none !important;
	}
}


/* ======== Bread Crumb Start ======= */
.bread-crumb {
    text-align: center;
    position: relative;
    min-height: 600px;
    overflow: hidden;
    margin-top: 115px;
}

.bread-crumb-banner {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bread-crumb::before {
    position: absolute;
    content: '';
    background: #00000058;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.single-package .bread-crumb-title {
	top: 50%;
}
.bread-crumb-title {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 60%;
    z-index: 2;
    width: 95%;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 3px 2px 3px #150302;
    color: #FFFFFF;
    text-shadow: 3px 2px 3px #150302;
}

/* ======== Bread Crumb End ======= */
/* ======================= Inner Page Start ========================== */
.inner-page-content {
    padding-top: 100px;
    padding-bottom: 20px;
}

/* <!-- ------- Package Page Start ---- --> */
.package-page-content .row {
    row-gap: 30px;
}

.package {
    position: relative;
}

.package-page-content .row {
    justify-content: center;
    row-gap: 30px;
}

.package-page-box {
    position: relative;
    transition: .5s;
    overflow: hidden;
    height: 450px;
    width: 100%;
}

.package-page-box-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.762) 600px);
}

.package-page-box-img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s;
    position: relative;
}

.package-page-box-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .5s;
}

.package-content {
    position: absolute;
    width: 90%;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: .5s;
}

.package-price {
    color: #fff;
    visibility: hidden;
    transition: .9s;
}

.package-content .package-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #fff;
    transition: .5s;
    max-width: max-content;
}

.package-page-box:hover .package-content {
    bottom: 40px;
}

.package-page-box:hover .package-price {
    visibility: visible;
}

.package-page-box-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    font-weight: 700;
    z-index: 1;
    text-transform: capitalize;
}

/*.package-short-details {*/
/*    padding-bottom: 100px;*/
/*    position: relative;*/
/*}*/

.package-short-details-col {
    position: relative;
}

.package-short-details-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    border: 1px solid #dbcb88;
}

.package-short-details-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.itinerary-faq-section {
    background-color: #e3dfd3;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.itinerary-faq {
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 65px;
    padding-right: 40px;
}

.itinerary-box-days {
    padding: 5px 10px;
    background: var(--theme-color2);
    max-width: max-content;
    color: #fff;
	margin:0 0 15px;
}
.itinerary-box {
    position: relative;
    padding: 40px;
    border-left: 2px solid #000;
}
.itinerary-box::before {
    content: '';
    position: absolute;
    left: -16px;
    top: -20px;
    background: var(--theme-color2);
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    border: 8px solid #fff;
}
.itinerary-box-description {
    font-weight: 500;
}

.itinerary-box-title {
    text-transform: capitalize;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* <!-- ------- package Section End ---- --> */
/* <!-- ------- Destination Page Start ---- --> */
.destination-listing-content {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.destination-listing-box.destination-listing-large-box {
    background-color: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.destination-listing-box.destination-listing-large-box .destination-listing-box-content {
    background-color: #fff;
}

.destination-listing-box-content {
    padding: 10px 80px;
    background-color: #f2f2f2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.destination-listing-box-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.destination-listing-box-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    text-transform: capitalize;
    padding-bottom: 20px;
    color: #000;
    position: relative;
}

.destination-listing-box-content .primary-btn {
    margin-top: 30px;
}

.destination-details-col-section {
    padding-top: 100px;
}

.destination-details-content-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.destination-details-content-header h2 {
    font-size: 45px;
    line-height: 50px;
    text-transform: capitalize;
}

.destination-details-content-header p {
    width: 80%;
    margin: auto;
}

.destination-details-box-content {
    padding: 10px 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.destination-details-box-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.destination-details-highlights-points {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f2f2f2;
}

.destination-details-highlights-points .list-box {
    padding-top: 80px;
    justify-content: start;
    width: 70%;
    margin: auto;
}

.destination-details-best-time-travel {
    padding-top: 80px;
}

.destination-details-best-time-travel-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 80px;
}

/* <!-- ------- Destination Page End ---- --> */

.safari-row-col-img {
    position: relative;
}

.safari-row-col-large-img {
    width: 95%;
    height: 600px;
    object-fit: cover;
    object-position: center center;
    border-style: solid;
    border-width: 5px;
    border-color: #FFFFFF;
    box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.19);
}

.scenery-habitats {
    background: url(../images/pexels-pixabay-357209-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.scenery-habitats::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #ffffffc9;
}

.destination-listing-content-listing li {
    position: relative;
    padding-left: 15px;
    margin-top: 30px;
}

.destination-listing-content-listing li::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #000;
    font-size: 14px;
}

.destination-listing-content-col-slider-text ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.destination-listing-content-tripple-col .destination-listing-content-listing li::before {
    color: #fff;
}

.destination-listing-content-col-slider-text ul li {
    color: #fff;
}

.page-footer-references-box {
    background: url(../images/pexels-aditya-aiyar-615049-1407305.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 40px;
    box-shadow: 10px 12px 15px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.page-footer-references-box::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000ca;
}

.highlights-points .row {
    align-items: center;
}

.list-box {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
/*     justify-content: center; */
}

.highlights-points .list-box li {
    width: 100%;
}

.list-box li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

.list-box li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--theme-color2);
    background: #000;
    height: 6px;
    width: 6px;
    border-radius: 100%;
}

.package-include-exclude {
    padding-top: 80px;
}
.package-include-exclude-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px;
    height: 100%;
}
.package-include-exclude .list-box {
    justify-content: start;
}

.package-include-exclude li {
    width: 85%;
}

.package-details-featured-img img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.package-details-page-primary-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    text-transform: capitalize;
    padding-bottom: 20px;
    color: #000;
    position: relative;
}

.exclude-content ul li::before {
    content: '\f057';
    color: #dd3e3e;
}

.package-page-listings ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.package-page-listings li {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}

.package-page-listings i {
    color: #2874b4;
    margin-right: 10px;
    font-size: 15px;
}

.package-page-listings ul li:not(:last-child) {
    margin-bottom: 10px;
}

.more-destination-listing-content {
    padding-top: 70px;
}

.more-destination-listing-content-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #303030;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 50px;
}

.more-destination-listing-content-box {
    overflow: hidden;
    height: 320px;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.4);
    display: block;
    position: relative;
    margin: auto;
}

.more-destination-listing-content-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
}

.more-destination-listing-content-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.734) 90%,
            rgb(0, 0, 0) 100%);
    z-index: 2;
}

.more-destination-listing-content-box:hover h5 a {
    color: var(--theme-color1);
}

.more-destination-listing-content-contents {
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .8s;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 15px;
    z-index: 3;
}

.more-destination-listing-content-contents h5 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.more-destination-listing-content-contents h5 a {
    color: #fff;
}

.more-destination-listing-content-box:hover img {
    transform: scale(1.03);
}

/* ------ BLog Page Start --------- */
.blog-page-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.blog-page-box {
    display: flex;
    align-items: center;
    gap: 50px;
}

.blog-page-box-img {
    height: 450px;
    width: 48%;
}

.blog-page-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.blog-page-box-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 48%;
}

.blog-page-title {
    font-size: 35px;
    text-transform: capitalize;
    position: relative;
    color: #212529;
}

.blog-page-details-img {
    height: 600px;
    width: 100%;
}

.blog-page-details-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.blog-page-details-primary-title {
    font-size: 35px;
    text-transform: capitalize;
    position: relative;
    color: #212529;
    padding-top: 20px;
}

.blog-page-details-paragraph {
    padding-top: 20px;
}

.blog-page-details-content {
    width: 80%;
    margin: auto;
}

/* ------ BLog Page End --------- */
/* ======================= Inner Page End ========================== */
/*===================================Responsive Start==========================*/
@media only screen and (max-width: 991.5px) {

    .plr-100 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .bread-crumb {
        min-height: 400px;
    }

    .inner-page-content {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .blog-page-box {
        flex-direction: column;
        gap: 20px;
    }

    .blog-page-box-img {
        width: 100%;
    }

    .blog-page-box-content {
        width: 100%;
    }

    .blog-page-details-content {
        width: 100%;
    }

    .blog-page-details-primary-title {
        font-size: 25px;
    }

    .blog-page-details-primary-title.text-center.pb-5 {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }

    .blog-page-details-img {
        height: 250px;
    }
    .destination-details-col-section {
        padding-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 30px;
}
.destination-details-box-content {
    padding: 0 0 30px 0;
}
.destination-details-highlights-points {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.destination-details-highlights-points .list-box {
    padding-top: 40px;
    width: 90%;
}
.destination-details-best-time-travel {
    padding-top: 40px;
}
.destination-details-best-time-travel-content {
    padding-top: 40px;
}.destination-details-content-header p {
    width: 90%;
}
.destination-listing-box-content {
    padding: 40px;
}
.destination-listing-content {
    gap: 40px;
}
.destination-listing-box.destination-listing-large-box {
    padding-top: 40px;
    padding-bottom: 40px;
}
.package-short-details-col:not(:last-child)::after {
    display: none;
}
.package-short-details {
    padding-bottom: 40px;
}
.highlights-points .row {
    row-gap: 30px;
}
.itinerary-faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
}

.package-include-exclude.plr-100.mt-3 {
    padding-top: 40px;
    margin: 0 !important;
}
.package-include-exclude .row {
    row-gap: 30px;
}
}

@media only screen and (max-width: 426.5px) {

    .bread-crumb {
        min-height: 200px;
    }

    .bread-crumb-title {
		font-size: 25px;
		line-height: 30px;
	}

    .plr-100 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .inner-page-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .safari-row-col-large-img {
        width: 100%;
        height: 300px;
    }

    .tab-content {
        padding-top: 30px;
        margin-bottom: 45px;
    }

    .more-destination-listing-content {
        padding-top: 45px;
    }

    .more-destination-listing-content-title {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 40px;
    }

    .blog-page-box-img {
        height: 250px;
    }

    .blog-page-title {
        font-size: 25px;
        line-height: 35px;
    }

    .blog-page-content {
        gap: 35px;
    }
    .destination-details-content-header h2 {
    font-size: 32px;
    line-height: 35px;
}
.destination-details-col-section {
    padding: 30px 20px 0 20px !important;
}
.destination-details-box-img img {
    height: 250px;
}
.destination-listing-box-title {
    font-size: 32px;
    line-height: 35px;
}
.destination-listing-box-content {
    padding: 30px 20px;
}
.destination-listing-box-img img {
    height: 250px;
}
.package-details-page-primary-title {
    font-size: 32px;
    line-height: 40px;
}
.package-details-featured-img img {
    height: 250px;
}
.package-details-page-primary-title.text-center.mb-5 {
    margin: 20px !important;
}
.package-include-exclude li {
    width: 98%;
}
.package-price {
    visibility: visible !important;
}
}

/*===================================Responsive End==========================*/

/*===================================Responsive End==========================*/

/* Prevent GTranslate white space issues */
/* .gtranslate_wrapper {
    display: inline-block;
    vertical-align: middle;
}

.gtranslate_wrapper select {
    padding: 5px 10px;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
}
.gtranslate_wrapper iframe, 
.gtranslate_wrapper select {
    max-width: 100%;
    height: auto;
    margin: 0 !important;
}
body > iframe:first-of-type {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
} */




/*  */


.custom-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    border-style: solid;
    border-width: 4px 1px 1px 1px;
    border-color: #aebec6;
    transition: transform 0.3s;
    display: block;
    height: 165px;
    width: 100%;
    overflow: hidden;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.custom-card img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}