* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}
    
/* ===== Width ===== */
body::-webkit-scrollbar {
    width: 10px;
}

/* ===== Track ===== */
body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 1);
}
 
/* ===== Handle ===== */
body::-webkit-scrollbar-thumb {
    background: #ffbb0d;
    border-radius: 30px;
    transition: all linear 0.3s;
}

/* ===== Handle on hover ===== */
body::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

p,
a,
span,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.sticky-top{
    z-index: 9!important;
}

.link-over-card{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.btn-container{
    margin-top: 15px;
    text-align: center;
}

.btn-permalink-black{
    display: inline-block;
    padding: 12px 30px;
    background: #000;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    margin-right: 10px;
    transition: all linear 0.3s;
}

.btn-permalink-white{
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    margin-right: 10px;
    transition: all linear 0.3s;
}

.btn-permalink-white:hover,
.btn-permalink-black:hover{
    background: #FFBB0D;
    color: #fff;
}

/* ============================================= */
/* ============================== Header Section */
/* ============================================= */
.header-top .container{
    max-width: calc(100% - 100px);
}

.header-top{
    padding: 10px 0;
    background: #fff;
    text-align: center;
}

.header-top-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-content ul li{
    display: inline-block;
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.header-top-content .header-contact ul li:first-child{
    margin-right: 30px;
}

.header-top-content .header-contact ul li .fa{
    margin-right: 5px;
}

.header-top-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-top-nav ul li a{
    text-decoration: none;
}

.header-nav-link li a{
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-right: #282828 solid 1px;
    padding-right: 15px;
    margin-right: 15px;
}

.header-social-link li a .fa-brands{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 5px;
    background: #000;
    color: #fff;
}


/* =============== Header Bottom =============== */

.header-bottom{
    background: #000;
    transition: all ease-in-out 0.3s;
}

/*.header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all ease-in-out 0.3s;
}*/

.header-bottom .container{
    max-width: calc(100% - 100px);
}

/* =============== Header Logo =============== */
.header-bottom .header-logo{
    padding: 10px 0;
}

/* =============== Mega Menu =============== */
#mega-menu-wrap-header-menu{
    background: #000;
    border-radius: 0;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu{
    background: transparent;
    text-align: right;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
    padding: 35px 10px;
    height: auto;
    line-height: inherit;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
    background: transparent;
    font-weight: 500;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    background: transparent;
    font-weight: 500;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:nth-child(6) > a{
    width: 200px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    padding-left: 40px;
    line-height: 14px;
    margin-left: 5px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:nth-child(6) > a span{
    display: block;
    margin-bottom: 5px;
    color: #FFBB0D;
    font-size: 12px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:nth-child(6) > a:hover{
    color: #fff;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:nth-child(6) > a::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #FFBB0D;
    font-size: 36px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:nth-child(7) > a.mega-menu-link{
    background: #000;
    padding: 10px 20px 10px 50px;
    color: #fff;
    border-radius: 5px;
    border: #fff solid 2px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:nth-child(7) > a.mega-menu-link::before{
    position: absolute;
    top: -3px;
    left: 15px;
    color: #FFBB0D;
    font-size: 30px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:nth-child(7) > .mega-sub-menu{
    border-top: 23px solid #000;
}

.header-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.sidebar-open{
    display: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
    height: 30px;
    padding: 0;
    border: none;
    transition: all linear 0.3s;
}

.sidebar-open:hover{
    color: #ffbb0d;
}

/* ===== Sidebar ===== */
#sidebar{
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #000;
    z-index: 9999;
}

body.sidebar-open{
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    width: 100%!important;
}

body::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    transition: all ease-in-out 0.3s;
}

body.sidebar-open::before{
    width: 100%;
}


#sidebar.sidebar{
    padding: 50px 15px 0 30px;
    overflow-y: scroll;
    transition: all ease-in-out 0.3s;
}

#sidebar.active{
    right: 0;
}

/* ===== Width ===== */
.sidebar::-webkit-scrollbar {
    width: 10px;
}

/* ===== Track ===== */
.sidebar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 1);
}
 
/* ===== Handle ===== */
.sidebar::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 30px;
    transition: all linear 0.3s;
}

.sidebar:hover::-webkit-scrollbar-thumb{
    background: rgba(255, 255, 255, 0.1);
}

/* ===== Handle on hover ===== */
.sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.sidebar-close{
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    color: #fff;
    font-size: 20px;
    height: 30px;
    padding: 0;
    border: none;
    transition: all linear 0.3s;
}

.sidebar-close:hover{
    color: #ffbb0d;
}

.menu-sidebar-menu-container{
    margin-top: 30px;
}

.menu-sidebar-menu-container .menu-item{
    list-style: none;
    text-align: right;
}

.menu-sidebar-menu-container .menu-item a{
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    transition: all ease-in-out 0.3s;
}

.menu-sidebar-menu-container .menu-item a::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    transition: all ease-in-out 0.3s;
}

.menu-sidebar-menu-container .menu-item a::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #ffbb0d;
    transition: all ease-in-out 0.3s;
    z-index: 1;
}

.menu-sidebar-menu-container .menu-item.current-menu-item a::after,
.menu-sidebar-menu-container .menu-item a:hover::after{
    width: 100%;
}

.menu-sidebar-menu-container .menu-item.current-menu-item a,
.menu-sidebar-menu-container .menu-item a:hover{
    color: #ffbb0d;
}

.sidebar .show-mobile{
    display: none;
}

/* ============================================= */
/* ============================== Banner Section */
/* ============================================= */
.banner {
    position: relative;
    overflow: hidden;
}

.banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    z-index: 2;
}

.banner img{
    width: 100%;
    height: auto;
}

.banner-search{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.banner-text{
    text-align: center;
}

.banner-text h4{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.banner-text h2{
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.banner-form{
    max-width: 672px;
    margin: 30px auto 0;
}

.banner-form .form-group{
    position: relative;    
}

.banner-form .form-group .btn-submit{
    position: absolute;
    top: 50%;
    right: 5px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-form .form-group .form-control{
    padding: 15px 70px 15px 30px;
    border-radius: 50px;
    height: 60px;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.banner .achivements-container{
    display: none;
}

/* ============================================= */
/* ======================== Achivements Section */
/* ============================================= */
.achivements{
    position: relative;
    padding-bottom: 30px;
}

.achivements-container{
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 9;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);

}

.achivements-container .item{
    padding: 30px 18px;
}

.achivements-item{
    display: flex;
    align-items: center;
    min-height: 40px;
    background: #fff;
    gap: 10px;
    border-right: #282828 solid 1px;
}

.achivements-item span{
    display: block;
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

/* ============================================= */
/* ============================= Welcome Section */
/* ============================================= */
.welcome{
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
    background: #fff;
}

.welcome .row{
    display: flex;
    align-items: center;
}

.welcome-content h4{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.welcome-content h1{
    color: #000;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.welcome-content h1 strong{
    color: #FFBB0D;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.welcome-content p{
    margin-bottom: 15px;
    color: #282828;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.welcome-content ul li{
    position: relative;
    padding-left: 25px;
    list-style: none;
    color: #282828;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.welcome-content ul li::before{
    content: '\f058';
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-family: 'fontawesome';
    font-size: 16px;
}

.welcome-content .btn-link{
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.welcome-content .btn-link:hover{
    background: #FFBB0D;
}

.welcome-thumbnail img{
    width: 100%;
    height: auto;
}

/* ============================================= */
/* ==================== Destination Card Section */
/* ============================================= */
.destination-card{
    position: relative;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
}

.destination-card:hover{
    transform: translateY(-5px);
}

.destination-card-thumbnail{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.destination-card-thumbnail::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
    z-index: 1;
}

.destination-card-thumbnail img{
    width: 100%;
    height: auto;
    transition: all linear 0.5s;
}

.destination-card:hover img{
    transform: scale(1.2);
}

.destination-card-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.destination-card-content h4 a{
    display: inline-block;
    margin: 10px 0 15px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: all linear 0.3s;
}

.destination-card-content h4 a:hover{
    color: #FFBB0D;
}

.destination-card-content span{
    display: inline-block;
    padding: 8px 20px;
    background: #FFBB0D;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    border-radius: 50px;
}

/* ============================================= */
/* ======================== Package Card Section */
/* ============================================= */
.package-card{
    position: relative;
    transition: all ease-in-out 0.3s;
}

.package-card:hover{
    transform: translateY(-5px);
}

.package-card-thumbnail{
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.package-card-thumbnail::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.package-card-thumbnail img{
    width: 100%;
    height: auto;
}

.package-card-thumbnail img{
    width: 100%;
    height: auto;
    transition: all linear 0.5s;
}

.package-card:hover img{
    transform: scale(1.2);
}

.package-card-thumbnail .destination-name{
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 12px;
    display: inline-block;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    z-index: 9;
    border-radius: 30px;
}

.package-card-thumbnail .destination-name .fa-solid{
    color: #FFBB0D;
}

.package-card-content{
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(170, 170, 170, 0.5);
    border-top: none;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.package-card-content h4 a{
    display: block;
    text-decoration: none;
    color: #181106;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    transition: all linear 0.3s;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.package-card-content h4 a:hover{
    color: #FF8A00;
}

.package-card-content ul{
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.package-card-content ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    gap: 5px;
}

.package-card-content ul li:last-child{
	flex: 1;
	border: 1px solid rgba(170,170,170,.5);
	border-radius: 5px;
	padding: 5px 0;
	justify-content: center;
}

.package-card-content ul li span{
    display: block;
    font-family: 'Poppins', sans-serif;
}

.package-card-content ul li .activity-content span:first-child{
    color: #616161;
    font-size: 11px;
    font-weight: 400;
}

.package-card-content ul li .activity-content span:last-child{
    color: #282828;
    font-size: 14px;
    font-weight: 500;
}

.package-card-content ul li .fa{
    position: relative;
    top: -1px;
    width: 15px;
}

.package-card-content ul li:first-child .fa{
    color: #3468C0;
}

.package-card-content ul li:last-child .fa{
    color: #F57F23;
}

.package-card-link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: #D9D9D9 solid 1px 
}

.package-card-link .btn-link{
    display: inline-block;
    padding: 8px 10px;
    width: 120px;
    background: #000;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    margin-right: 10px;
    transition: all linear 0.3s;
}

.package-card-link .btn-link:hover{
    background: #FF8A00;
}

.package-card-link .starting,
.package-card-link .price{
    display: block;
}

.package-card-link .starting{
    color: #616161;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.package-card-link .price{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

/* ============================================= */
/* ================== Best Selling Trips Section */
/* ============================================= */
.best-selling-trips{
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: #FCFCFC;
}

.best-selling-trips .section-title{
    margin-bottom: 50px;
    text-align: center;
}

.best-selling-trips .section-title h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.best-selling-trips .section-title p{
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.best-selling-trips .item{
    padding: 10px 0;
}

#bestSellingTripsSlider .owl-nav button.owl-next{
    position: absolute;
    top: calc(50% - 20px);
    right: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #ccc;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#bestSellingTripsSlider .owl-nav button.owl-prev{
    position: absolute;
    top: calc(50% - 20px);
    left: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #ccc;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#bestSellingTripsSlider .owl-nav button.owl-next span,
#bestSellingTripsSlider .owl-nav button.owl-prev span{
    height: 48px;
}

#bestSellingTripsSlider .owl-nav button.owl-next:hover,
#bestSellingTripsSlider .owl-nav button.owl-prev:hover{
    background: #000;
    color: #fff;
    opacity: 1;
}

#bestSellingTripsSlider .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 0 2px;
    transition: all linear  0.3s;
}

#bestSellingTripsSlider .owl-dots .owl-dot:hover span,
#bestSellingTripsSlider .owl-dots .owl-dot.active span{
    background: #000;
    width: 30px;
}

/* ============================================= */
/* ================ Top Trekking Regions Section */
/* ============================================= */
.top-trekking-regions{
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: url('../imgs/top-trekking-regions-bg.jpg');
    background-size: cover;
}

.top-trekking-regions .section-title{
    margin-bottom: 50px;
    text-align: center;
}

.top-trekking-regions .section-title h2{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.top-trekking-regions .section-title p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.top-trekking-regions .item{
    padding: 10px 0;
}

#topTrekkingRegionsSlider .owl-nav button.owl-next{
    position: absolute;
    top: calc(50% - 20px);
    right: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#topTrekkingRegionsSlider .owl-nav button.owl-prev{
    position: absolute;
    top: calc(50% - 20px);
    left: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#topTrekkingRegionsSlider .owl-nav button.owl-next span,
#topTrekkingRegionsSlider .owl-nav button.owl-prev span{
    height: 48px;
}

#topTrekkingRegionsSlider .owl-nav button.owl-next:hover,
#topTrekkingRegionsSlider .owl-nav button.owl-prev:hover{
    background: #FFBB0D;
    color: #000;
    opacity: 1;
}

#topTrekkingRegionsSlider .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 0 2px;
    transition: all linear  0.3s;
}

#topTrekkingRegionsSlider .owl-dots .owl-dot:hover span,
#topTrekkingRegionsSlider .owl-dots .owl-dot.active span{
    background: #FFBB0D;
    width: 30px;
}

/* ============================================= */
/* ============================ Discover Section */
/* ============================================= */
.discover{
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: #fff;
}

.discover-left-content h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 48px;
    margin-bottom: 15px;
}

.discover-left-content h2 span{
    font-size: 64px;
    font-family: 'Poppins', sans-serif;
}

.discover-left-content p{
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 15px;
}

.discover-left-content ul li{
    display: inline-block;
}

.discover-left-content ul li a{
    display: inline-block;
    padding: 10px 30px;
    margin-top: 15px;
    background: #000;
    border: #000 solid 2px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    margin-right: 10px;
    transition: all linear 0.3s;
}

.discover-left-content ul li:last-child a{
    background: #fff;
    color: #000;
}

.discover-left-content ul li a:hover{
    background: #fff;
    color: #000;
}

.discover-left-content ul li:last-child a:hover{
    background: #000;
    color: #fff;
}

.discover-right-content{
    padding: 40px 30px;
    background: #000;
    border-radius: 5px;
}

.discover-right-content h2{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.discover-right-content ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.discover-right-content ul li:last-child{
    margin-bottom: 0;
}

.discover-right-content ul li .list-icon{
    width: 60px;
}

.discover-right-content ul li span{
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.discover-right-content ul li p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

/* ============================================= */
/* ============================= Reviews Section */
/* ============================================= */
.reviews-section{
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}

.reviews-item{
    padding: 20px;
    border-radius: 10px;
    border: #CDCDCD solid 1px;
    transition: all ease-in-out 0.3s;
}

.reviews-item:hover{
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.reviews-item-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.reviews-item-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.reviews-item-title h4{
    color: #000;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.reviews-item-rating span{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.reviews-item-content p{
    color: #33393D;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

/* ============================================= */
/* ======================= Popular Treks Section */
/* ============================================= */
.popular-treks{
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: #FCFCFC;
}

.popular-treks .section-title{
    margin-bottom: 50px;
    text-align: center;
}

.popular-treks .section-title h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.popular-treks .section-title p{
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.popular-treks .item{
    padding: 10px 0;
}

#popularTreksSlider .owl-nav button.owl-next{
    position: absolute;
    top: calc(50% - 20px);
    right: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #ccc;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#popularTreksSlider .owl-nav button.owl-prev{
    position: absolute;
    top: calc(50% - 20px);
    left: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #ccc;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#popularTreksSlider .owl-nav button.owl-next span,
#popularTreksSlider .owl-nav button.owl-prev span{
    height: 48px;
}

#popularTreksSlider .owl-nav button.owl-next:hover,
#popularTreksSlider .owl-nav button.owl-prev:hover{
    background: #000;
    color: #fff;
    opacity: 1;
}

#popularTreksSlider .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 0 2px;
    transition: all linear  0.3s;
}

#popularTreksSlider .owl-dots .owl-dot:hover span,
#popularTreksSlider .owl-dots .owl-dot.active span{
    background: #000;
    width: 30px;
}

/* ============================================= */
/* ======================= Journey Lands Section */
/* ============================================= */
.journey-lands{
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: url('../imgs/ourney-lands-bg.jpg') no-repeat center center;
    background-size: cover;
}

.journey-lands .section-title{
    margin-bottom: 50px;
    text-align: center;
}

.journey-lands .section-title h2{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.journey-lands .item{
    padding: 10px 0;
}
/* ===== Nav Tabs ===== */
.journey-lands .nav-pills{
    justify-content: center;
}

.journey-lands .nav-pills .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.journey-lands .nav-pills .nav-link.active{
    color: #000;
    background: #fff;
}

/* ===== Slider ===== */
#journeyAllLandsSlider .owl-nav button.owl-next,
#journeyNepalLandsSlider .owl-nav button.owl-next,
#journeyBhutanLandsSlider .owl-nav button.owl-next,
#journeyTibetLandsSlider .owl-nav button.owl-next{
    position: absolute;
    top: calc(50% - 20px);
    right: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#journeyAllLandsSlider .owl-nav button.owl-prev,
#journeyNepalLandsSlider .owl-nav button.owl-prev,
#journeyBhutanLandsSlider .owl-nav button.owl-prev,
#journeyTibetLandsSlider .owl-nav button.owl-prev{
    position: absolute;
    top: calc(50% - 20px);
    left: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#journeyAllLandsSlider .owl-nav button.owl-next span,
#journeyAllLandsSlider .owl-nav button.owl-prev span,
#journeyNepalLandsSlider .owl-nav button.owl-next span,
#journeyNepalLandsSlider .owl-nav button.owl-prev span,
#journeyBhutanLandsSlider .owl-nav button.owl-next span,
#journeyBhutanLandsSlider .owl-nav button.owl-prev span,
#journeyTibetLandsSlider .owl-nav button.owl-next span,
#journeyTibetLandsSlider .owl-nav button.owl-prev span{
    height: 48px;
}

#journeyAllLandsSlider .owl-nav button.owl-next:hover,
#journeyAllLandsSlider .owl-nav button.owl-prev:hover,
#journeyNepalLandsSlider .owl-nav button.owl-next:hover,
#journeyNepalLandsSlider .owl-nav button.owl-prev:hover,
#journeyBhutanLandsSlider .owl-nav button.owl-next:hover,
#journeyBhutanLandsSlider .owl-nav button.owl-prev:hover,
#journeyTibetLandsSlider .owl-nav button.owl-next:hover,
#journeyTibetLandsSlider .owl-nav button.owl-prev:hover{
    background: #FFBB0D;
    color: #000;
    opacity: 1;
}

#journeyAllLandsSlider .owl-dots .owl-dot span,
#journeyNepalLandsSlider .owl-dots .owl-dot span,
#journeyBhutanLandsSlider .owl-dots .owl-dot span,
#journeyTibetLandsSlider .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 0 2px;
    transition: all linear  0.3s;
}

#journeyAllLandsSlider .owl-dots .owl-dot:hover span,
#journeyAllLandsSlider .owl-dots .owl-dot.active span,
#journeyNepalLandsSlider .owl-dots .owl-dot:hover span,
#journeyNepalLandsSlider .owl-dots .owl-dot.active span,
#journeyBhutanLandsSlider .owl-dots .owl-dot:hover span,
#journeyBhutanLandsSlider .owl-dots .owl-dot.active span,
#journeyTibetLandsSlider .owl-dots .owl-dot:hover span,
#journeyTibetLandsSlider .owl-dots .owl-dot.active span{
    background: #FFBB0D;
    width: 30px;
}

/* ============================================= */
/* ======================== Testimonials Section */
/* ============================================= */
.testimonials{
    position: relative;
    overflow: hidden;
    padding: 70px 0 50px;
    background: #FCFCFC;
}

.testimonials .section-title{
    margin-bottom: 50px;
    text-align: center;
}

.testimonials .section-title h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.testimonials .section-title p{
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.testimonials-card{
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(170, 170, 170, 0.5);
}

.testimonials-card-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.testimonials-card-title .user-avatar{
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: #FFBB0D solid 1px;
}

.testimonials-card-title .user-avatar img{
    width: 100%;
    height: auto;
}

.testimonials-card-title .icon-qoute{
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}

.testimonials-card-title .icon-qoute .fa{
    color: #AAAAAA;
    font-size: 60px;
}

.testimonials-card-content p{
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    margin-bottom: 15px;
}

.testimonials-card-user .user-name{
    display: block;
    color: #282828;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.testimonials-card-user .country,
.testimonials-card-user .rating{
    display: block;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.testimonials-card-user .rating{
    color: #282828;
}

.testimonials-card-user .rating .fa{
    display: inline-block;
    margin: 0 5px0 10px;
    color: #FFBB0D;
}

.testimonials .item{
    padding: 10px 0;
}

#testimonialsSlider .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #ccc;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#testimonialsSlider .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #ccc;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#testimonialsSlider .owl-nav button.owl-next span,
#testimonialsSlider .owl-nav button.owl-prev span{
    height: 48px;
}

#testimonialsSlider .owl-nav button.owl-next:hover,
#testimonialsSlider .owl-nav button.owl-prev:hover{
    background: #000;
    color: #fff;
    opacity: 1;
}

#testimonialsSlider .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 0 2px;
    transition: all linear  0.3s;
}

#testimonialsSlider .owl-dots .owl-dot:hover span,
#testimonialsSlider .owl-dots .owl-dot.active span{
    background: #000;
    width: 30px;
}

/* ============================================= */
/* ================================= FAQ Section */
/* ============================================= */
.frequently-asked-questions{
    position: relative;
    overflow: hidden;
    padding: 70px 0 50px;
    background: #fff;
}

.frequently-asked-questions .section-title{
    margin-bottom: 50px;
    text-align: center;
}

.frequently-asked-questions .section-title h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.package-faqs-content .accordion,
.frequently-asked-questions .accordion{
    padding: 5px 20px;
    border-radius: 5px;
    border: #dee2e6 solid 1px;
}

.package-faqs-content .accordion-item,
.frequently-asked-questions .accordion-item{
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.package-faqs-content .accordion-item:first-child,
.frequently-asked-questions .accordion-item:first-child{
    border-top: none;
}

.package-faqs-content .accordion-item:last-child,
.frequently-asked-questions .accordion-item:last-child{
    border-bottom: none;
}

.package-faqs-content .accordion-button,
.frequently-asked-questions .accordion-button{
    padding: 15px 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.package-faqs-content .accordion-button:not(.collapsed),
.frequently-asked-questions .accordion-button:not(.collapsed){
    color: #000;
    background-color: #fff;
}

.package-faqs-content .accordion-button:not(.collapsed)::after,
.frequently-asked-questions .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.package-faqs-content .accordion-body,
.frequently-asked-questions .accordion-body{
    padding: 15px 0;
}

.package-faqs-content .accordion-body p,
.frequently-asked-questions .accordion-body p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    margin-bottom: 15px;
}

/* ============================================= */
/* ===================== News & Articles Section */
/* ============================================= */
.news-articles{
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: #FCFCFC;
}

.news-articles .section-title{
    margin-bottom: 50px;
    text-align: center;
}

.news-articles .section-title h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.news-articles .section-title p{
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.news-articles-card{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all ease-in-out 0.5s;
    box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.6);
}

.news-articles-card:hover{
    transform: translateY(-5px);
}

.news-articles-card-thumbnail{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.news-articles-card-thumbnail::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.news-articles-card-thumbnail img{
    width: 100%;
    height: auto;
    transition: all linear 0.5s;
}

.news-articles-card:hover img{
    transform: scale(1.2);
}

.news-articles-card-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    z-index: 9;
}

.news-articles-card-content .posted-date{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.news-articles-card-content .category{
    display: inline-block;
    padding: 8px 15px;
    background: #FFBB0D;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 14px;
    border-radius: 3px;
}

.news-articles-card-content h4 a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    transition: all linear 0.5s;
}

.news-articles-card-content h4 a:hover{
    color: #FFBB0D;
}

.news-articles  .section-parmalink{
    text-align: center;
}

.news-articles .section-parmalink .btn-link{
    display: inline-block;
    padding: 10px 30px;
    background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.news-articles .section-parmalink .btn-link:hover{
    background: #FFBB0D;
    color: #000;
}

/* ============================================= */
/* ================= Speak to an Experts Section */
/* ============================================= */
.experts{
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
    background: #FCFCFC;
}

.experts-container{
    padding: 50px 0 1px;
    background: url('../imgs/experts-bg.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 200px 0 200px;
}

.experts .section-title{
    margin: 0 auto 15px;
    max-width: 60%;
    text-align: center;
}

.experts .section-title h2{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.experts .section-title p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.experts .section-content{
    width: 500px;
    margin: 0 auto;
}

.experts .section-content .item{
    padding: 50px 0 15px;
}

.experts .experts-item{
    text-align: center;
}

.experts .active{
    position: relative;
    z-index: 1;
}

.experts .active.center{
    position: relative;
    z-index: 9;
}

.experts .owl-carousel .owl-item img{
    width: 90px;
    height: 90px;
	border-radius: 50%;
	border: #fff solid 5px;
    transition: all ease-in-out 0.3s;
}

.experts .owl-carousel .owl-item.center img{
    width: 100px;
    height: 100px;
    border: #FFBB0D solid 5px;
    transform: scale(1.8);
}

.experts .owl-carousel .owl-item.center .country-name img{
	border: none;
}

.experts .active .experts-item-content{
    display: none;
}

.experts .active.center .experts-item-content{
    display: block;
}

.experts-item-content h4{
    margin: 50px 0 0;
    color: #FFBB0D;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.experts-item-content h4{
    margin: 50px 0 10px;
    color: #FFBB0D;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.experts-item-content span{
    display: block;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.experts-item-content span.country-name{
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.experts-item-content span.country-name img{
    width: 20px!important;
    height: 15px!important;
}

.experts-item-content span.phone-number{
    color: #AAAAAA;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experts-item-content span.phone-number svg{
    height: 20px;
}

/* ============================================= */
/* ============================== Footer Section */
/* ============================================= */
.footer{
    background: url('../imgs/footer-bg.jpg') no-repeat center center;
    background-size: cover;
}

.footer-content{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-block h4{
    color: #AAAAAA;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-block h5{
    display: inline-block;
    margin: 15px 0;
    padding: 8px 10px;
    background: #FFBB0D;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.footer-block h6{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.footer-contact-info ul li{
    position: relative;
    padding-left: 25px;
    list-style: none;
    color: #AAAAAA;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.footer-contact-info ul li::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'fontawesome';
    font-size: 14px;
    color: #FFBB0D;
}

.footer-contact-info ul li:first-child::before{
    content: '\f095';
}

.footer-contact-info ul li:last-child::before{
    content: '\f0e0';
}

.associated-block ul{
    display: flex;
    justify-content: center;
    align-items: self-end;
    list-style: none;
    gap: 5px;
}

.associated-block{
    margin-top: 30px;
}

.associated-block ul li{
    list-style: none;
    position: relative;
    width: 25%;
}

.associated-block ul li span{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    min-height: 50px;
}

.associated-block ul li span img{
    width: 30px;
    height: auto;
}

.footer-block-link ul{
    padding-left: 18px;
}

.footer-block-link ul li{
    color: #AAAAAA;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
}

.footer-block-link ul li a{
    display: inline-block;
    text-decoration: none;
    color: #AAAAAA;
}

/* ===== Footer Payment Subcribe ===== */
.footer-subcribe-block{
    position: relative;
    overflow: hidden;
    transform: translateY(-50%);
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px -20px rgba(0,0,0,0.5);
    z-index: 9;
}

.footer-subcribe-block::before{
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 60px);
    background: #000;
}

.footer-subcribe-content{
    padding-right: 15px;
}

.footer-recommendation-content{
    padding-left: 15px;
}

.footer-subcribe-block h4{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.footer-recommendation-content .r-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.footer-recommendation-content .r-img img{
    width: 33%;
    height: auto;
}

.na-form-group{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.tnp-subscription{
    margin: 0 auto!important;
}

.tnp-subscription input.tnp-email{
    background-color: #F5F5F5!important;
    border-radius: 3px!important;
    height: 47px!important;
}

.tnp-subscription input.tnp-submit{
    padding: 9px 30px!important;
    background-color: #FFBB0D!important;
    border-radius: 3px!important;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 600!important;
    font-family: 'Poppins', sans-serif!important;
    transition: all linear 0.3s;
}

.tnp-subscription input.tnp-submit:hover{
   background-color: #000!important;
}

.footer-copyright{
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-copyright p{
    color: #aaa;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.footer-copyright p span,
.footer-copyright p a{
    text-decoration: none;
    color: #FFBB0D;
}

/* ============================================= */
/* =========================== Goto Top Sections */
/* ============================================= */
.scroll-to-top {
    position: fixed;
    bottom: 60px;
    left: 15px;
    z-index: 999;
}

.scroll-to-top a{
    text-decoration: none;
}

.scroll-to-top a .fa{
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

.scroll-to-top a:hover .fa{
    background: #FFBB0D;
    color: #000;
}

/* ============================================= */
/* ============================== Bredcrumb Page */
/* ============================================= */
.bredcrumb-banner-banner{
    position: relative;
    z-index: 1;
}

.bredcrumb-banner-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.bredcrumb-title{
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.bredcrumb-title h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.bredcrumb-title-list{
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.bredcrumb-title-list span{
    color: #FFBB0D;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.bredcrumb-title-list span a{
    color: #fff;
    text-decoration: none;
}

.bredcrumb-title-list span .fa{
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
}

.page-content{
    padding: 70px 0 150px;
    background: #Fff;
}

.page-description{
    text-align: center;
}

.page-description .page-title{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.page-description .page-title span{
    display: block;
    color: #aaa;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.page-description p{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    margin-bottom: 15px;
}

/* ============================================= */
/* ============================== About Us Page */
/* ============================================= */
.about-us-items{
    padding-bottom: 80px;
    background: #fff;
}

.about-us-item{
    padding: 20px 15px;
    border: #aaa solid 1px;
    text-align: center;
    border-radius: 5px;
}

.about-us-item h4{
    color: #4A4A4A;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0 15px;
}

.about-us-item p{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}

.about-layer{
    margin-bottom: 150px;
    background: url('../imgs/about-layer-bg.jpg') no-repeat center center;
    background-size: cover;
}

.about-layer-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-layer-content{
    width: 50%;
}

.about-layer-content h4{
    color: #FFBB0D;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.about-layer-content h2{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0 30px;
}

.about-layer-content a{
    display: inline-block;
    padding: 12px 30px;
    background: #FFBB0D;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    margin-right: 10px;
    transition: all linear 0.3s;
}

.about-layer-content a:hover{
    background: #fff;
}

.about-layer-image img{
    margin: -40px 0;
}

/* ============================================= */
/* =============================== Our Team Page */
/* ============================================= */
.our-team-list{
    background: #fff;
    padding-bottom: 120px;
}

.our-team-item{
    position: relative;
    padding: 15px;
    border: #aaa solid 1px;
    border-radius: 5px;
    margin-bottom: 30px;
}


/* ===== Width ===== */
.our-team-item-card::-webkit-scrollbar {
    width: 8px;
}

/* ===== Track ===== */
.our-team-item-card::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}
 
/* ===== Handle ===== */
.our-team-item-card::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 30px;
    transition: all linear 0.3s;
}

.our-team-item-card:hover::-webkit-scrollbar-thumb{
    background: #FFBB0D;
}

/* ===== Handle on hover ===== */
.our-team-item-card::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.our-team-intro{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.our-team-profile{
    width: 130px;
    height: 130px;
    border-radius: 5px;
}

.our-team-profile img{
    width: 100%;
    height: auto;
}

.our-team-title .position{
    display: block;
    color: #aaa;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.our-team-title h4.name{
    display: block;
    color: #4A4A4A;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.our-team-title .country-name{
    display: block;
    margin: 5px 0;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.our-team-title .country-name img{
    width: 20px;
    height: 15px;
}

.our-team-title .phone-number{
    padding: 5px;
    border: #aaa solid 1px;
    border-radius: 5px;
    display: block;
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.our-team-bio p{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    margin-top: 15px;
}

/* ============================================= */
/* =================== Legal Documentations Page */
/* ============================================= */
.legal-documents-content{
    padding-bottom: 120px;
    background: #fff;
}

.legal-documentation-item{
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 30px;
    border: #aaa solid 1px;
}

.legal-documentation-item img{
    width: 100%;
    height: auto;
}

/* ============================================= */
/* ==================== Testimonials Page */
/* ============================================= */
.testimonials-page-content{
    padding: 50px 0 150px;
}

/* ============================================= */
/* ==================== Why Adventure Acute Page */
/* ============================================= */
.discover-page-content{
    padding-bottom: 150px;
}

.discover-video{
    margin-top: 30px;
}

/* ============================================= */
/* ============= Frequently Asked Questions Page */
/* ============================================= */
.faq-page-content{
    padding-top: 0;
    padding-bottom: 150px;
}

/* ============================================= */
/* ============================== Contact Us Page */
/* ============================================= */
.contact-us-google-map{
    position: relative;
}

.contact-us-google-map iframe{
    width: 100%;
    height: 550px;
}

.contact-us-content{
    padding: 70px 0;
    background: #Fff;
}

.contact-us-content .page-description{
    text-align: left;
}

.about-us-details{
    padding: 20px;
    border: #ccc solid 1px;
    border-radius: 5px;
}

.about-us-details h4{
    color: #000;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}

.about-us-details h5{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 10px;
}

.about-us-details-content li{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    list-style: none;
    gap: 15px;
    margin-bottom: 10px;
}

.about-us-details-content li span svg{
    position: relative;
    top: 2px;
    width: 20px;
}

.about-us-details-content li span{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.about-us-details-content li:first-child span{
    font-weight: 600;
}

.about-us-working-hour li{
    margin-left: 18px;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
}

.contact-us-content .inquiry-form{
    margin-top: 0;
}

/* ============================================= */
/* ===================== Destination Single Page */
/* ============================================= */
.destination-by-packages{
    padding: 70px 0 150px;
    background-image: linear-gradient(#F8F8F8, rgba(255, 255, 255, 0));
}

.destination-by-packages .section-title{
    margin: 0 auto 30px;
    text-align: center;
    max-width: 70%;
}

.destination-by-packages .section-title h2{
    color: #181106;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.destination-by-packages .section-title p{
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

/* ============================================= */
/* ======================== Packages Single Page */
/* ============================================= */
.packages-bredcrumb-list span{
    display: block;
    margin-bottom: 10px;
    color: #FFBB0D;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.packages-bredcrumb-list span a{
    color: #4A4A4A;
    text-decoration: none;
}

.packages-bredcrumb-list span .fa{
    display: inline-block;
    margin: 0 5px;
    color: #4A4A4A;
    font-size: 14px;
}

/*========== Title ==========*/
.package-content .main-post-title{
    color: #000;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.package-content .short-description p{
    margin-bottom: 30px;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.scroll-package-content{
    padding-top: 50px;
}

.scroll-package-content-testimonials{
    margin-top: 0x;
}

.package-content .post-sub-title{
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.package-content .post-sub-short-desciption p{
    color: #4A4A4A;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

/*========== Packages Navbar Items ==========*/
#navbar-packages{
    background: #000;
    box-shadow: 0 5px 30px -15px rgba(0, 0, 0, 0.2);
    z-index: 1020!important;
}

#navbar-packages .container{
    max-width: 100%;
}

.navbar-packages-items{
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-packages-items a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding: 15px;
    background: #000;
    text-align: center;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.navbar-packages-items a span{
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: all ease-in-out 0.3s;
    display: flex;
    gap: 10px;
}

.navbar-packages-items a span svg{
    width: 20px;
    height: 15px;
}

.navbar-packages-items a svg path{
    fill: #fff;
    transition: all ease-in-out 0.3s;
}

.navbar-packages-items a:hover{
    background: #eee;
}

.navbar-packages-items a.active{
    background: #fff;
}

.navbar-packages-items a:hover span,
.navbar-packages-items a.active span{
    color: #000;
}

.navbar-packages-items a:hover svg path,
.navbar-packages-items a.active svg path{
    fill: #000;
}

/*========== Packages Good To Know ==========*/
.overview-good-to-know{
    padding: 30px;
    background: rgba(3, 65, 184, 0.06);
    margin: 25px 0 5px;
    border-radius: 5px;
}

.overview-good-to-know h4{
    color: #4A4A4A;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.overview-good-to-know ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.overview-good-to-know ul li svg{
    width: 40px;
}

.overview-good-to-know ul li span{
    display: block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: initial;
}

.overview-good-to-know ul li .good-to-know-name{
    font-size: 14px;
    color: #5B5B5B;
    font-weight: 400;
}

.overview-good-to-know ul li .good-to-know-value{
    font-size: 15px;
    color: #5B5B5B;
    font-weight: 500;
}

/*========== Packages Highlight ==========*/
.packages-overview h4{
    color: #000;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 10px;
}

.packages-overview p{
    margin-bottom: 15px;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.packages-overview ul{
    margin: 15px 0 20px;
}

.packages-overview ul li{
    position: relative;
    padding-left: 25px;
    list-style: none;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.packages-overview ul li::before{
    content: '\f178';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    color: #4A4A4A;
    font-weight: 700;
    font-family: 'fontawesome';
}

.packages-overview blockquote{
    position: relative;
    background: #F8F8F8;
    padding: 30px;
}

.packages-overview blockquote::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 60%;
    transform: translateY(-50%);
    background: #000;
    border-radius: 15px;
}

.packages-overview blockquote p{
    margin-bottom: 0;
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.overview-good-to-know p img{
    width: 100%;
    height: auto;
}

/*========== Packages Itinerary ==========*/
.itinerary-content .accordion{
    position: relative;
    background: transparent;
    margin-bottom: 25px;
    padding-left: 35px;
}

.itinerary-content .accordion::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 1px;
    height: calc(100% - 20px);
    background: #D1D1D1;
}

.itinerary-content .accordion .accordion-item{
    position: relative;
    border: none;
    border-bottom: #D1D1D1 solid 1px;;
    background: transparent;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.itinerary-content .accordion .accordion-item::before{
    content: '';
    position: absolute;
    top: 16px;
    left: -42px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #D1D1D1;
}

.itinerary-content .accordion .accordion-item:last-of-type{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.itinerary-content .accordion .accordion-item .accordion-header .accordion-button{
    position: relative;
    display: block;
    padding: 10px 0;
    padding-right: 30px;
    border: none;
    background: transparent;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    box-shadow: none;
}

.itinerary-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
    box-shadow: none;
    background: transparent;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.itinerary-content .accordion .accordion-item .accordion-header .accordion-button::before{
    content: '\f106';
    position: absolute;
    top: 15px;
    right: 0;
    width: 25px;
    height: 25px;
    color: #4A4A4A;
    font-size: 20px;
    font-family: 'fontawesome';
}

.itinerary-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before{
    content: '\f107';
}

.itinerary-content .accordion .accordion-item .accordion-header .accordion-button span{
    display: inline;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.itinerary-content .accordion .accordion-item .accordion-header .accordion-button span:first-child{
    color: #000;
    font-weight: 600;
}

.itinerary-content .accordion .accordion-item .accordion-header .accordion-button span:first-child{
    color: #000;
}

.itinerary-content .accordion .accordion-item .accordion-body{
    padding: 0;
}

.itinerary-content .accordion .accordion-item .accordion-body p{
    margin-bottom: 15px;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
}

.itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 15px 0 20px;
}

.itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul li svg{
    width: 36px;
}

.itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul li span{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: initial;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul li .itinerary-name{
    color: #5B5B5B;
    font-weight: 400;
}

.itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul li .itinerary-value{
    color: #5B5B5B;
    font-size: 15px;
    font-weight: 500;
}

/*========== Packages Inclusions ==========*/
.inclusions-inner-content h4{
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 15px;
}

.inclusions-inner-content p{
    margin-bottom: 15px;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.inclusions-inner-content ul{
    margin: 15px 0 20px;
}

.inclusions-inner-content ul li{
    position: relative;
    padding-left: 30px;
    list-style: none;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.inclusions-inner-content ul li::before{
    content: '\f058';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    color: #4A4A4A;
    font-weight: 700;
    font-family: 'fontawesome';
}

.inclusions-excluded-content{
    padding: 0 30px;
    background: rgba(255, 187, 13, 0.06)
}

.inclusions-excluded-content ul li::before{
    content: '\f057';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    color: #4A4A4A;
    font-weight: 700;
    font-family: 'fontawesome';
}

.inclusions-inner-content blockquote{
    position: relative;
    background: #F8F8F8;
    padding: 30px;
}

.inclusions-excluded-content blockquote{
    background: #ebddb6;
}

.inclusions-inner-content blockquote::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 60%;
    transform: translateY(-50%);
    background: #000;
    border-radius: 15px;
}

.inclusions-inner-content blockquote p{
    margin-bottom: 0;
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/*========== Package Equipment ==========*/
.equipment-content{
    padding: 30px;
    background: rgba(3, 65, 184, 0.06);
    margin: 30px 0; 
}

.equipment-content-desciption h4{
    color: #393939;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 15px;
}

.equipment-content-desciption p{
    margin-bottom: 15px;
    color: #393939;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

.equipment-content-desciption ul{
    margin: 15px 0 20px;
}

.equipment-content-desciption ul li{
    position: relative;
    padding-left: 30px;
    list-style: none;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.equipment-content-desciption ul li::before{
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    color: #4A4A4A;
    font-weight: 700;
    font-family: 'fontawesome';
}

/*========== Package Trip Map ==========*/
.trip-map-content .trip-map{
    padding: 15px;
    border: #aaa solid 1px;
    border-radius: 5px;
}

/*========== Package Gallery ==========*/
.package-gallery-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 300px;
}

.package-gallery-item .btn-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.package-gallery-item .btn-image .fa{
    color: #fff;
    font-size: 42px;
}

/* ============================== FAQs Section */
.package-faqs-content .accordion-button,
.package-faqs-content .accordion-button:not(.collapsed){
    color: #4A4A4A;
}

.package-faqs-content .accordion-body p{
    color: #4A4A4A;
    line-height: 26px;
}

/* ============================== Reviews Section */
.package-testimonials-list{
    margin-top: 30px;
    padding: 30px 0 50px;
    border-top: #aaa solid 1px;
}

#packageTestimonialsSlider .owl-nav button.owl-next{
    position: absolute;
    top: calc(100% + 10px);
    right: calc(50% - 50px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#packageTestimonialsSlider .owl-nav button.owl-prev{
    position: absolute;
    top: calc(100% + 10px);
    left: calc(50% - 50px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#packageTestimonialsSlider .owl-nav button.owl-next span,
#packageTestimonialsSlider .owl-nav button.owl-prev span{
    height: 48px;
}

#packageTestimonialsSlider .owl-nav button.owl-next:hover,
#packageTestimonialsSlider .owl-nav button.owl-prev:hover{
    background: #FFBB0D;
    color: #000;
    opacity: 1;
}

#packageTestimonialsSlider .owl-dots{
    display: none;
}

/* ============================== Related Information Section */
.package-related-information{
    padding: 30px;
    margin-bottom: 50px;
    background: rgba(255, 187, 13, 0.06);
    border-radius: 5px;
}

.package-related-information h4{
    margin-bottom: 15px;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.package-related-information p{
    margin-bottom: 15px;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.package-related-information p strong{
    font-weight: 600;
}

/* ============================== Package Side Section */
.package-side-content{
    top: 80px;
    padding: 20px;
    border: #aaa solid 1px;
    border-radius: 5px;
    margin-top: 50px;
}

.package-side-title .sm-title{
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.package-side-title .discounted-price{
    display: block;
    margin-top: 15px;
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.package-side-title h4{
    margin-bottom: 15px;
}

.package-side-title h4 .regular-price{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.package-side-title h4 .per-person{
    color: #4A4A4A;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.offer-discount{
    padding: 20px;
    background: rgba(255, 187, 13, 0.06);
    border-radius: 5px;
    margin-bottom: 20px;
}

.offer-discount .accordion .accordion-item{
    border: none;
    background: transparent;
}

.offer-discount .accordion .accordion-item .accordion-header .accordion-button {
    padding: 0;
    border: none;
    background: transparent;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    box-shadow: none;
}

.offer-discount .accordion .accordion-body{
    padding: 0;
    margin-top: 10px;
}

.offer-discount .accordion .accordion-body ul li{
    padding: 10px 0;
    list-style: none;
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
    color: #4A4A4A;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-between;
}

.packages-book-form .form-group-flex{
    display: flex;
    align-items: center;
}

.packages-book-form .form-button-group{
    display: flex;
    align-items: center;
    border: rgba(0, 0, 0, 0.3) solid 1px;
    border-radius: 5px;
    padding: 3px;
}

.packages-book-form .form-group-flex label{
    color: #181106;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.packages-book-form .form-button-group .btn-number{
    background: #eee;
    border-radius: 3px;
}

.packages-book-form .form-button-group .form-control{
    background: #fff;
    text-align: center;
    border:none;
    border: #D9D9D9 solid 1px;
    height: 40px;
    border-radius: 3px;
}

.packages-book-form .form-button-group .form-control:disabled {
    background-color: #fff;
    opacity: 1;
    border: none;
    text-align: center;
}

.packages-book-form  .form-group-price{
    padding: 20px 0 30px;
    justify-content: space-between;
}

.packages-book-form  .form-group-price p{
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.packages-book-form  .form-group-price strong{
    color: #181106;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.packages-book-form .form-group-relative{
    position: relative;
}

.packages-book-form .form-group-relative label{
    position: relative;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.packages-book-form .form-group-relative svg{
    position: absolute;
    bottom: 11px;
    right: 13px;
}

.packages-book-form .form-group-relative .form-control{
    height: 50px;
    color: #B7B7B7;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border: #D9D9D9 solid 1px;
    border-radius: 3px;
}

.packages-book-form .form-group-relative .form-control::placehoder{
    color: #B7B7B7;
}

.packages-book-form .btn-check-availability{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: #000;
    transition: all linear 0.3s;
}

.packages-book-form .btn-quick-inquiry{
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    border: #000 solid 1px;
    transition: all linear 0.3s;
}

.packages-book-form .btn-book-now{
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    background: #FFBB0D;
    transition: all linear 0.3s;
}

.packages-book-form .packages-share{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.packages-book-form .packages-share p{
    color: #393939;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.packages-book-form .packages-share span{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.packages-book-form .packages-share a{
    text-decoration: none;
}

.packages-book-form .packages-share a .fa-brands,
.packages-book-form .packages-share a .fa-solid,
.packages-book-form .packages-share a .fa-regular{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border: #D9D9D9 solid 1px;
    color: #393939;
    transition: all linear 0.3s;
}

.packages-book-form .packages-share a .fa-brands:hover,
.packages-book-form .packages-share a .fa-solid:hover,
.packages-book-form .packages-share a .fa-regular:hover{
    background: #000;
    color: #fff;
}

.process-to-book-form label{
    color: #33393D;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.process-to-book-form .form-control{
    height: 40px;
    color: #33393D;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.process-to-book-form .form-button-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 20px;
}

.process-to-book-form .form-button-group .btn-default{
    width: 40px;
    height: 40px;
    background: #eee;
}

.package-price-calulation .calulation-process{
    display: block;
    color: #33393D;
    font-size: 14px;
    font-weight: 400;
    border-bottom: #ccc dashed 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.package-price-calulation .calulation-result{
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.package-price-calulation .calulation-additional-fee{
    display: block;
    color: #33393D;
    font-size: 14px;
    font-weight: 400;
}

.process-to-book-form .btn-process-to-book{
    padding: 0 30px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: #000;
    border-color: #000;
}

.process-to-book-form .btn-process-to-book:hover{
    background: #FFBB0D;
	color: #000;
}

.packages-book-form .btn-availability{
    padding: 0 30px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: #FFBB0D;
    border-color: #FFBB0D;
}

.packages-book-form .btn-availability:hover{
    background: #000;
	color: #FFBB0D;
}

/* ===== Check Availability & Private Trip ===== */
.filter-trips-form-control{
    max-width: 300px;
    height: 50px;
}

.available-trips-item,
.available-trips-item-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.available-trips-item{
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.available-trips-item-content .trip-icon .fa,
.available-trips-item-content .trip-icon .fa-regular{
    color: #000;
    margin-right: 10px;
    font-size: 16px;
}

.available-trips-item-content .trip-for span{
    display: block;
}

.available-trips-item-content .btn-book-trip-now{
    display: inline-block;
    border-radius: 3px;
    color: #FFBB0D;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    background: #000;
    border-color: #000;
}

.available-trips-item-content .btn-book-trip-now:hover{
    background: #FFBB0D;
	color: #000;
}

/* ============================== Booking Page */
.booking-form-group{
    padding: 30px;
    padding-bottom: 0;
    border: 0.1px solid #f9f9f9;
    box-shadow: 0px 0px 8px rgba(195, 195, 195, 0.25);
    border-radius: 10px;
    margin-top: 30px;
}

.booking-form-group h3{
    color: #021522;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 20px;
}

.booking-form-group label{
    display: block;
    margin-bottom: 5px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
}

.booking-form-control{
    color: #33393D;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
    background: #fff;
    border: #CDCDCD solid 1px;
    border-radius: 5px;
    height: 48px;
    margin-bottom: 30px;
}

textarea.booking-form-control{
    height: 150px;
}

.package-number-block{
    display: flex;
    flex-direction: column;
    align-items: end;
}

.package-number-inner-block{
    display: inline-block;
}

.booking-form-button-group{
    position: relative;
    border: #CDCDCD solid 1px;
    border-radius: 5px;
    padding: 3px;
    max-width: 250px;
}

.booking-form-button-group button{
    position: absolute;
    top: 2px;
    background: #eee;
    border-radius: 3px;
    outline: none;
    padding: 8px 20px;
}

.booking-form-button-group button.btn:hover{
    background: #eee;
}

.booking-form-button-group button.btn:focus{
    background: #eee;
}

.booking-form-button-group button.btn:focus{
    background: #eee;
}

.booking-form-button-group button.de-number,
.booking-form-button-group button.decrease-number{
    left: 2px;
}

.booking-form-button-group button.in-number,
.booking-form-button-group button.increase-number{
    right: 2px;
}

.booking-form-button-group input.form-control{
    background: #fff;
    text-align: center;
    height: 40px;
    border-radius: 3px;
    border: none;
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
}

.btn-booking-now{
    padding: 12px 30px;
    margin: 30px 0;
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.btn-booking-now:hover{
    background: #000;
    color: #fff;
}

.additional-package-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #ccc solid 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.additional-package-item:last-child{
    border-bottom: none;
}

.additional-package-item .additional-title{
    width: 30%;
}

.additional-package-item .additional-title h4{
    color: #021522;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.additional-package-item .additional-title h4{
    color: #021522;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.selected-trip-summury{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: #ccc solid 1px;
    margin-top: 10px;
    padding-top: 15px;
}

.selected-trip-summury .left-content{
    width: 60%;
}

.selected-trip-summury .right-content{
    width: 40%;
}

.selected-trip-summury h3{
    color: #021522;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.selected-trip-summury h3 span{
    display: block;
}

.selected-trip-summury h6{
    color: #021522;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* ===== Package Booking Summary ===== */
.package-booking-summary{
    padding: 25px;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.package-booking-summary .post-thumbnail{
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
}

.package-booking-summary .post-thumbnail img{
    width: 100%;
    height: auto;
}

.package-booking-summary h4{
    color: #021522;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.package-booking-summary .trip-summary{
    padding: 15px;
    border-radius: 10px;
    border: #D9D9D9 solid 1px;
    margin-bottom: 15px;
}

.package-booking-summary .trip-summary h5{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.package-booking-summary .trip-summary ul li{
    list-style: none;
    color: #021522;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.package-booking-summary .trip-summary ul li span{
    color: #393939;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.package-booking-summary .price-summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-booking-summary .price-summary h5{
    color: #021522;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.package-booking-summary .price-summary h5:last-child{
    color: #05A140;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.initial-payment-discount{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.initial-payment-text{
    color: #021522;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.initial-payment-percentage{
    color: #021522;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* ============================== Similar Packages Section */
.similar-packages{
    padding: 50px 0 150px;
    background: #fff;
}

.similar-packages .section-title{
    margin-bottom: 30px;
}

.similar-packages .section-title h2{
    color: #181106;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.similar-packages .item{
    padding: 10px 0;
}

#relatedPackagesSlider .owl-nav button.owl-next{
    position: absolute;
    top: calc(50% - 20px);
    right: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #ccc;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#relatedPackagesSlider .owl-nav button.owl-prev{
    position: absolute;
    top: calc(50% - 20px);
    left: -25px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: #ccc;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 1.0);
}

#relatedPackagesSlider .owl-nav button.owl-next span,
#relatedPackagesSlider .owl-nav button.owl-prev span{
    height: 48px;
}

#relatedPackagesSlider .owl-nav button.owl-next:hover,
#relatedPackagesSlider .owl-nav button.owl-prev:hover{
    background: #000;
    color: #fff;
    opacity: 1;
}

#relatedPackagesSlider .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 0 2px;
    transition: all linear  0.3s;
}

#relatedPackagesSlider .owl-dots .owl-dot:hover span,
#relatedPackagesSlider .owl-dots .owl-dot.active span{
    background: #000;
    width: 30px;
}

/* ============================================= */
/* ======================== Package Archive Page */
/* ============================================= */
.package-archive-page-content{
    padding-bottom: 150px;
}

.package-archive-page-content .package-card{
    margin-bottom: 30px;
}

.package-archive-page-pagination .pagination{
    display: block;
    text-align: center;
}

.package-archive-page-pagination .pagination .nav-links .page-numbers{
    display: inline-block;
    padding-top: 3px;
    width: 36px;
    height: 30px;
    text-decoration: none;
    border: #181106 solid 1px;
    border-radius: 3px;
    color: #181106;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.package-archive-page-pagination .pagination .nav-links .page-numbers.current{
    background: #000;
    border: #000 solid 1px;
    color: #fff;
}

.package-archive-page-pagination .pagination .nav-links .prev.page-numbers,
.package-archive-page-pagination .pagination .nav-links .next.page-numbers{
    width: initial;
    height: initial;
    border: none;
}

/* ============================================= */
/* ==================== Destination Archive Page */
/* ============================================= */
.destination-archive-page-content{
    padding-bottom: 150px;
}

.destination-archive-page-content .destination-card{
    margin-bottom: 30px;
}

.destination-archive-page-pagination .pagination{
    display: block;
    text-align: center;
}

.destination-archive-page-pagination .pagination .nav-links .page-numbers{
    display: inline-block;
    padding-top: 3px;
    width: 36px;
    height: 30px;
    text-decoration: none;
    border: #181106 solid 1px;
    border-radius: 3px;
    color: #181106;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.destination-archive-page-pagination .pagination .nav-links .page-numbers.current{
    background: #000;
    border: #000 solid 1px;
    color: #fff;
}

.destination-archive-page-pagination .pagination .nav-links .prev.page-numbers,
.destination-archive-page-pagination .pagination .nav-links .next.page-numbers{
    width: initial;
    height: initial;
    border: none;
}

/* ============================================= */
/* ============================== Blog Page */
/* ============================================= */
.blog-page-content{
    padding-bottom: 150px;
}

.blog-page-pagination .pagination{
    display: block;
    text-align: center;
}

.blog-page-pagination .pagination .nav-links .page-numbers{
    display: inline-block;
    padding-top: 3px;
    width: 36px;
    height: 30px;
    text-decoration: none;
    border: #181106 solid 1px;
    border-radius: 3px;
    color: #181106;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.blog-page-pagination .pagination .nav-links .page-numbers.current{
    background: #000;
    border: #000 solid 1px;
    color: #fff;
}

.blog-page-pagination .pagination .nav-links .prev.page-numbers,
.blog-page-pagination .pagination .nav-links .next.page-numbers{
    width: initial;
    height: initial;
    border: none;
}

/* ============================================= */
/* ============================== Single Blog Page */
/* ============================================= */

.single-blog-content{
    padding: 70px 0 150px;
    background: #Fff;
}

.single-blog-page-title h2{
    color: #181106;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.single-blog-page-title h4{
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.single-blog-page-title h4 span{
    font-family: 'Poppins', sans-serif;
}

.single-blog-page-title h4 span:first-child,
.single-blog-page-title h4 span:nth-child(2){
    margin-right: 30px;
}

.single-blog-page-title h4 span svg{
    margin-right: 5px;
}

.single-blog-page-content figure{
	width: 100%!important;
	height: auto;
}

.single-blog-page-content img{
	width: 100%;
	height: auto;
}

.single-blog-page-content p{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    margin-bottom: 15px;
}

.single-blog-page-content p strong{
    color: #181106;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.single-blog-page-content blockquote{
    position: relative;
    background: #F8F8F8;
    padding: 30px;
    margin: 50px 0;
}

.single-blog-page-content blockquote::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 60%;
    transform: translateY(-50%);
    background: #000;
    border-radius: 15px;
}

.single-blog-page-content blockquote p{
    margin-bottom: 0;
    color: #393939;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.single-blog-page-content ul{
    margin-bottom: 30px;
}

.single-blog-page-content ul li{
    position: relative;
    padding-left: 30px;
    list-style: none;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
}

.single-blog-page-content ul li::before{
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    color: #000;
    font-weight: 700;
    font-family: 'fontawesome';
}

.single-blog-page-content h3{
    color: #181106;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

/* ===== Inquiry Form ===== */
.inquiry-form{
    margin-top: 50px;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    border: #ccc solid 1px;
}

.inquiry-form p{
    color: #4A4A4A;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.inquiry-form .row .col-sm-6:first-child,
.inquiry-form .row .col-sm-6:nth-child(3){
    padding-right: 5px;
}

.inquiry-form .row .col-sm-6:nth-child(2),
.inquiry-form .row .col-sm-6:nth-child(4){
    padding-left: 5px;
}

.inquiry-form .form-control{
    height: 50px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: #ccc solid 1px;
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.inquiry-form textarea.form-control{
    height: 175px;
}

.inquiry-form .btn-primary{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #000;
    padding: 10px 35px;
    border-color: #000;
}

/* ===== Side Related News ===== */
.single-blog-related-news{
    padding: 15px;
    border: #aaa solid 1px;
    border-radius: 5px;
}

.single-blog-related-news-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.single-blog-related-news-title h3{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.single-blog-related-news-title a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.news-articles-card-flex{
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    box-shadow: none;
    margin-bottom: 15px;
}

.news-articles-card-flex-thumbnail{
    width: 50%;
}

.news-articles-card-flex-thumbnail::before{
    display: none;
}

.news-articles-card-flex-content{
    position: initial;
    top: initial;
    left: initial;
    width: 80%;
    padding: 0;
}

.news-articles-card-flex-content .category{
    padding: 5px 10px;
    font-size: 12px;
}

.news-articles-card-flex-content .posted-date{
    display: block;
    color: #4A4A4A;
    font-size: 12px;
}

.news-articles-card-flex-content h4 a{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

/* ============================================= */
/* ============================== Booking Page */
/* ============================================= */
.booking-bredcrumb-title{
    padding: 100px 0 150px;
}

.bredcrumb-title-list .text-white{
    color: #fff;
}

.booking-content{
    padding: 70px 0 150px;
    background: #Fff;
}

.booking-content .page-description .page-title{
    text-align: left;
    margin-bottom: 50px;
}

.booking-form-stepper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.booking-form-stepper::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #AAAAAA;
    z-index: -1;
}

.booking-form-stepper-lebel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    background: #fff;
}

.booking-form-stepper-lebel:first-child{
    padding-right: 10px;
}

.booking-form-stepper-lebel:nth-child(2){
    padding: 0 10px;
}

.booking-form-stepper-lebel:last-child{
   padding-left: 10px;
}

.booking-form-stepper-lebel .counter{
    width: 40px;
    height: 40px;
    background: #F4F4F4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.booking-form-stepper-lebel .counter.active{
    background: #000;
    color: #fff;
}

.booking-form-stepper-lebel .lebel{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.package-form-child-item{
    display: flex;
}

.package-form-first-child-item{
    flex: 1;
}

.departure-arrival-group{
    flex-basis: 100%;
}

.package-form-group{
    padding: 15px;
    border: #D9D9D9 solid 1px;
    border-radius: 5px;
    margin-bottom: 30px;
}


.package-form-group-title{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.package-form-group-sub-title{
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.package-form-item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: #aaa solid 1px;
}

.departure-arrival-group label{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.departure-arrival-group .form-control{
    height: 45px;
    background: transparent;
    border-color: #ccc;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.package-form-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-bottom: #ccc solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.package-form-item-title{
    display: flex;
    gap: 10px;
}

.package-form-item-title h4{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.package-form-item-title p{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
}

.package-form-item .package-number{
    width: 35px;
    height: 35px;
    border: #000 solid 1px;
    border-radius: 0;
    text-align: center;
}

.package-form-item .package-price{
    min-width: 100px;
    text-align: right;
}

.package-form-item .package-price .selling-price{
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.package-form-item .package-price .discount-price{
    display: inline-block;
    padding: 5px 12px;
    background: #FFBB0D;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

/* ===== Package Booking Summary ===== */
.package-booking-summary{
    padding: 15px;
    border: #D9D9D9 solid 1px;
    border-radius: 5px;
}

.package-booking-summary .post-thumbnail{
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
}

.package-booking-summary .post-thumbnail img{
    width: 100%;
    height: auto;
}

.package-booking-summary h4{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.package-booking-summary .accordion{
    padding: 0;
    border-radius: 10px;
    margin-bottom: 15px;
    background: rgba(255, 187, 13, 0.06);
}

.package-booking-summary .accordion-item,
.package-booking-summary .accordion-item:first-of-type{
    background: transparent;
}

.package-booking-summary .accordion-item .accordion-button{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    background: transparent;
}

.package-booking-summary .accordion-body{
    padding: 5px 20px;
}

.package-booking-summary .accordion-body ul li{
    list-style: none;
    color: #181106;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.package-booking-summary .accordion-body ul li span{
    color: #393939;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.package-booking-summary .price-summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.package-booking-summary .price-summary h5{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.package-booking-summary .price-summary h5:last-child{
    font-weight: 600;
}

.cost-charge-details ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 24px;
    margin: 15px 0;
}

.cost-charge-details ul li span{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.cost-charge-details ul li span:last-child{
    color: #4A4A4A;
}

.cost-charge-details ul li span span{
    display: block;
    color: #4A4A4A;
    font-size: 14px;
}

.payment_image-clm{
    padding-top: 15px;
    border-top: #D9D9D9 solid 1px;
}

.payment_image-clm img{
    width: 100%;
    height: auto;
}

.booking-form-step-2-container{
    padding: 30px;
    border: #D9D9D9 solid 1px;
    border-radius: 5px;
}

.booking-form-step-2-container h4{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.booking-form-step-2-container h5{
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.btn-book-now,
.hidden-booking-form .btn-success{
    display: inline-block;
    padding: 12px 30px;
    border: #fff solid 1px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: all linear 0.3s;
}

.btn-book-now{
   margin-top: 30px;
}

.btn-book-now:hover,
.hidden-booking-form .btn-success:hover{
    background: #fff;
    color: #000;
    border: #000 solid 1px;
}

.booking-form-input label{
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.booking-form-input label span{
    color: red;
}

.booking-form-input .form-control{
    height: 50px;
    border-radius: 5px;
    background: #F4F4F4;
    border-color: #F4F4F4;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.booking-form-input .form-control:placehoder{
    color: #4A4A4A!important;
}

.booking-information-content,
.booking-confirmation-content{
    margin-bottom: 100px;
}

.booking-information-content .page-description{
    text-align: left;
}

.booking-information-content .page-description .page-title{
    margin-bottom: 30px;
}

/* ============================================= */
/* ================================= Commng Page */
/* ============================================= */
.common-banner{
    position: relative;
    min-height: 300px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
    background: url();
    background-size: cover;
}

.common-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.common-bredcrumb h1{
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.common-bredcrumb span,
.common-bredcrumb span a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.common-bredcrumb span .fa{
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
}

.common-content{
    padding: 70px 0 150px;
    background: #Fff;
}

.common-description .page-title{
    color: #181106;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

/* ============================================= */
/* ========================= Page Not Found Page */
/* ============================================= */
.page-not-found-banner{
    position: relative;
    min-height: 300px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
    background: url();
    background-size: cover;
}

.page-not-found-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.page-not-found-bredcrumb h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}

.page-not-found-bredcrumb a{
    display: inline-block;
    padding: 12px 40px;
    background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.page-not-found-bredcrumb a:hover{
    background: #fff;
    color: #000;
}

/* ============================================= */
/* =================================== Hide/Show */
/* ============================================= */
.fixed-book-now{
    display: none;
}

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

@media (max-width: 991px){


}

@media (max-width: 767px){
    /* ============================================= */
    /* ============================== Header Section */
    /* ============================================= */

    .header-top{
        display: none;
    }

    .header-bottom .header-logo img{
        width: 140px;
        height: auto;
    }

    .header-top .container,
    .header-bottom .container{
        max-width:100%;
    }

    .header-top-content,
    .header-top-nav,
    .header-nav{
        display: block;
    }

    .header-top-content .header-contact ul li{
        text-align: center;
    }

    .header-top-content .header-contact ul li:first-child{
        margin-right: 0;
    }

    .header-nav-link{
        margin: 10px 0;
    }

    .header-nav-link li a{
        padding-right: 10px;
        margin-right: 10px;
    }

    .header-nav-link li:last-child a{
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .header-bottom #mega-menu-wrap-header-menu{
        display: none;
    }

    .header-bottom .row{
        align-items: center;
    }

    .header-bottom .header-nav{
        text-align: right;
    }

    .sidebar-open{
        display: inline-block;
    }

    #sidebar.sidebar{
        width: 100%;
        right: -100%;
        padding: 30px 15px 0 15px;
    }

    #sidebar.active{
        right: 0;
    }

    .sidebar .show-desktop{
        display: none;
    }

    .sidebar .show-mobile{
        display: block;
    }

    .sidebar #mega-menu-wrap-header-menu .mega-menu-toggle{
        display: none;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu{
        display: block;
        margin-top: 30px;
        background: transparent;
    }

    /* ============================================= */
    /* ============================== Navbar Section */
    /* ============================================= */
    #mega-menu-wrap-header-menu{
        margin-bottom: 0;
        background: transparent;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle{
        background: transparent;
        border-radius: 3px;
        border: #D9D9D9 solid 1px;
        height: 45px;
    }

    .mega-toggle-blocks-left{
        padding-left: 10px;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{
        margin-right: 0;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        width: 30px;
        background: #000;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
        padding: 10px;
        font-size: 14px;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:nth-child(6) > a{
        width: 100%;
        padding-left: 45px;
        margin-bottom: 15px;
    }

    /* ============================================= */
    /* ============================== Banner Section */
    /* ============================================= */
    .banner{
        height: 100vh;
    }

    #bannerSlider{
        display: none;
    }

    .banner-text{
        margin-top: 0;
    }

    .banner-text p{
        font-size: 14px;
    }

    .banner-text h4{
        font-size: 18px;
    }

    .banner-text h2{
        font-size: 30px;
    }

    .banner-form{
        margin-top: 10px;
        max-width: 100%;
    }

    .banner-form .form-group .form-control{
        height: 50px;
    }

    .banner-form .form-group .btn-submit{
        right: 0;
    }

    /* ============================================= */
    /* ========================= Achivements Section */
    /* ============================================= */
    .achivements{
        display: none;
    }

    .banner .achivements-container{
        display: block;
        transform: translateY(0);
        background: transparent;
        margin-top: 100px;
        box-shadow: none;
        padding-left: 15px;
    }

    .achivements-container .item{
        padding: 20px;
    }

    .achivements-item{
        align-items: flex-start;
        justify-content: flex-start;
        border-right: none;
        min-height: auto;
        background: transparent;
        margin: 15px 0;
    }

    .achivements-item .item-icon .fa-solid{
        width: 25px;
        height: auto;
        color: #fff;
        margin-top: 5px;
        font-size: 20px;
    }

    .achivements-item span{
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }

    #achivementsSlider .owl-nav,
    #achivementsSlider .owl-dots{
        display: none;
    }

    /* ============================================= */
    /* ============================= Welcome Section */
    /* ============================================= */
    .welcome{
        padding: 50px 0;
    }

    .welcome-content h4{
        font-size: 18px;
    }

    .welcome-content h1{
        font-size: 36px;
    }

    .welcome-content p{
        line-height: 30px;
        text-align: left;
    }

    .welcome-content ul li{
        display: block;
        width: 100%;
        line-height: 30px;
    }

    .welcome-content .btn-link{
        padding: 10px 30px;
        font-size: 16px;
    }

    .welcome-thumbnail{
        margin-bottom: 50px;
    }

    /* ============================================= */
    /* ================== Best Selling Trips Section */
    /* ============================================= */
    .best-selling-trips{
        padding: 50px 0;
    }

    .best-selling-trips .section-title{
        margin-bottom: 30px;
    }

    .best-selling-trips .section-title h2{
        font-size: 30px;
    }

    #bestSellingTripsSlider .owl-nav button.owl-prev{
        left: -15px;
        color: #000;
    }

    #bestSellingTripsSlider .owl-nav button.owl-next{
        right: -15px;
        color: #000;
    }

    /* ============================================= */
    /* ================ Top Trekking Regions Section */
    /* ============================================= */
    .top-trekking-regions{
        padding: 50px 0;
    }

    .top-trekking-regions .section-title{
        margin-bottom: 30px;
    }

    .top-trekking-regions .section-title h2{
        font-size: 30px;
    }

    #topTrekkingRegionsSlider .owl-nav button.owl-prev{
        left: -15px;
        color: #000;
    }

    #topTrekkingRegionsSlider .owl-nav button.owl-next{
        right: -15px;
        color: #000;
    }

    /* ============================================= */
    /* ============================ Discover Section */
    /* ============================================= */
    .discover{
        padding: 50px 0;
    }

    .discover-left-content h2{
        font-size: 30px;
        line-height: 40px;
    }

    .discover-left-content h2 span{
        font-size: 30px;
    }

    .discover-left-content p{
        text-align: left;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .discover-left-content ul li a{
        margin-right: 0;
        padding: 10px 25px;
    }

    .discover-right-content{
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .discover-right-content h2{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .discover-right-content ul li{
        margin-bottom: 20px;
        gap: 10px;
    }

    .reviews-section{
        padding-bottom: 35px;
    }

    .reviews-item{
        margin-bottom: 15px;
    }

    /* ============================================= */
    /* ======================= Popular Treks Section */
    /* ============================================= */
    .popular-treks{
        padding: 50px 0;
    }

    .popular-treks .section-title{
        margin-bottom: 30px;
    }

    .popular-treks .section-title h2{
        font-size: 30px;
    }

    #popularTreksSlider .owl-nav button.owl-prev{
        left: -15px;
    }

    #popularTreksSlider .owl-nav button.owl-next{
        right: -15px;
    }

    /* ============================================= */
    /* ============================= Experts Section */
    /* ============================================= */
    .journey-lands{
        padding: 50px 0;
    }

    .journey-lands .section-title{
        margin-bottom: 30px;
    }

    .journey-lands .section-title h2{
        font-size: 30px;
    }

    .journey-lands .nav-pills .nav-link{
        font-size: 14px;
        font-weight: 400;
    }

    #journeyAllLandsSlider .owl-nav button.owl-prev,
    #journeyNepalLandsSlider .owl-nav button.owl-prev,
    #journeyBhutanLandsSlider .owl-nav button.owl-prev,
    #journeyTibetLandsSlider .owl-nav button.owl-prev{
        left: -15px;
    }

    #journeyAllLandsSlider .owl-nav button.owl-next,
    #journeyNepalLandsSlider .owl-nav button.owl-next,
    #journeyBhutanLandsSlider .owl-nav button.owl-next,
    #journeyTibetLandsSlider .owl-nav button.owl-next{
        right: -15px;
    }
    
    /* ============================================= */
    /* ========================= Testimonial Section */
    /* ============================================= */
    .testimonials{
        padding: 50px 0;
    }

    .testimonials .section-title{
        margin-bottom:30px;
    }

    .testimonials .section-title h2{
        font-size: 30px;
    }

    #testimonialsSlider .owl-nav button.owl-prev{
        left: -15px;
    }

    #testimonialsSlider .owl-nav button.owl-next{
        right: -15px;
    }

    /* ============================================= */
    /* ========== Frequently Asked Questions Section */
    /* ============================================= */
    .frequently-asked-questions{
        padding: 50px 0;
    }

    .frequently-asked-questions .section-title{
        margin-bottom: 30px;
    }

    .frequently-asked-questions .section-title h2{
        font-size: 30px;
    }

    /* ============================================= */
    /* ======================= News Articles Section */
    /* ============================================= */
    .news-articles{
        padding: 50px 0;
    }

    .news-articles .section-title{
        margin-bottom: 30px;
    }

    .news-articles .section-title h2{
        font-size: 30px;
    }

    .news-articles-card-content h4 a{
        font-size: 18px;
    }

    .news-articles .section-title .btn-link{
        margin-top: 15px;
        font-size: 16px;
    }

    /* ============================================= */
    /* ============================= Experts Section */
    /* ============================================= */
    .experts{
        padding-bottom: 50px;
    }

    .experts-container{
        padding: 30px 0 15px;
        border-radius: 15px;
    }

    .experts .section-title{
        max-width: 100%;
    }

    .experts .section-title h2{
        font-size: 30px;
    }

    .experts .section-title p{
        line-height: 30px;
    }

    .experts .section-content{
        width: 100%;
    }

    /* ============================================= */
    /* ============================== Footer Section */
    /* ============================================= */
    .footer-subcribe-block::before{
        display: none;
    }

    .footer{
        padding-top: 50px;
    }

    .footer-subcribe-block{
        margin-bottom: 50px;
        padding: 15px;
        transform: translateY(0);
    }

    .footer-block h4{
        margin: 30px 0 15px;
    }

    .footer-block h5{
        margin: 30px 0 15px;
    }

    .footer-contact ul li span{
        line-height: 16px;
        margin-top: 10px;
    }

    .footer-block-link ul li{
        line-height: 30px;
    }

    .footer-copyright{
        display: block;
    }

    .footer-copyright p{
        margin-bottom: 15px;
        font-size: 14px;
    }

    .footer-copyright p img{
        margin-left: 15px;
    }

    /* ============================================= */
    /* ============================ Destination Page */
    /* ============================================= */
    .destination-banner{
        padding: 100px 0;
        min-height: auto;
    }

    .destination-bredcrumb h1{
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .destination-bredcrumb span,
    .destination-bredcrumb span a{
        font-size: 14px;
        font-weight: 400;
    }

    .destination-bredcrumb span .fa{
        margin: 0 3px;
        font-size: 12px;
    }

    .destination-content .post-title h4{
        font-size: 18px;
    }

    .destination-content .post-title h2{
        font-size: 30px;
    }

    .destination-content .post-content p{
        margin-bottom: 15px;
        text-align: left;
    }

    .appointment{
        padding: 50px 0;
    }

    .appointment-container{
        display: block;
        padding: 30px;
    }

    .appointment-content h4{
        font-size: 24px;
    }

    .appointment-link .btn-link{
        margin-top: 15px;
        padding: 10px 30px;
        width: initial;
        font-size: 16px;
    }

    .travel-gallery{
        padding: 50px 0;
    }

    .travel-gallery .section-title{
        max-width: 100%;
    }

    .travel-gallery .section-title h2{
        font-size: 30px;
    }

    .travel-gallery .section-title p{
        margin-top: 10px;
        line-height: 30px;
    }

    /* ============================================= */
    /* =============================== Packages Page */
    /* ============================================= */
    .package-banner{
        min-height: auto;
        padding: 100px 0;
    }

    .package-bredcrumb h1{
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .package-bredcrumb span,
    .package-bredcrumb span a{
        font-size: 14px;
        font-weight: 400;
    }

    .package-bredcrumb span .fa{
        margin: 0 3px;
        font-size: 12px;
    }

    .navbar-packages-items{
        display: flex;
		justify-content: flex-start;
		overflow-x: scroll;
    }

    .navbar-packages-items a{
        display: flex;
		justify-content: center;
        padding: 10px 15px;
    }

	
	.navbar-packages-items a svg{
		width: 20px;
    	height: 20px;
	}

    .navbar-packages-items a span{
		display: block;
        font-size: 14px;
    }

    .package-content .main-post-title{
        font-size: 30px;
    }

    .package-content .short-description p{
        text-align: left;
        line-height: 30px;
    }

    #packagesSingleGallery .owl-nav button.owl-prev,
    #packagesSingleGallery .owl-nav button.owl-next{
        width: 30px;
        height: 30px;
    }

    .packages-gallery-indecator p{
        padding: 2px 10px;
        font-size: 12px;
    }

    .overview-good-to-know{
        padding: 30px 20px;
    }

    .overview-good-to-know h4{
        font-size: 20px;
    }

    .packages-overview h4{
        font-size: 20px;
    }

    .packages-overview p{
        text-align: left;
    }

    .packages-overview ul li{
        line-height: 30px;
        font-weight: 400;
    }

    .packages-overview blockquote p{
        font-size: 18px;
    }

    .package-content .post-sub-short-desciption p{
        text-align: left;
    }

    .scroll-package-content{
        padding-top: 30px;
    }

    .package-content .post-sub-title{
        font-size: 24px;
    }

    .itinerary-content .accordion{
        padding-left: 30px;
    }

    .itinerary-content .accordion .accordion-item::before{
        left: -37px;
    }

    .itinerary-content .accordion .accordion-item .accordion-header .accordion-button{
        font-size: 18px;
    }

    .itinerary-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
        font-size: 18px;
    }

    .itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul{
        display: block;
    }

    .itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul li:nth-child(2){
        margin: 15px 0;
    }

    .itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul li svg{
        width: 30px;
        height: 30px;
    }

    .itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul li .itinerary-value{
        font-size: 14px;
    }

    .itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul li .itinerary-name{
        font-size: 12px;
    }

    .itinerary-content .accordion .accordion-item .accordion-body p{
        text-align: left;
    }

    .inclusions-inner-content ul li{
        line-height: 30px;
        font-weight: 400;
    }

    .inclusions-inner-content blockquote p{
        font-size: 18px;
    }

    .inclusions-inner-content p{
        text-align: left;
    }

    .essential-info-desciption p{
        text-align: left;
    }

    .essential-info-desciption blockquote p{
        font-size: 18px;
    }

    .essential-info-desciption ul li{
        line-height: 30px;
        font-weight: 400;
    }

    .essential-info-desciption h4{
        font-size: 20px;
    }

    .inclusions-excluded-content{
        padding: 1px 25px;
    }

    .package-faqs-content .accordion .accordion-item .accordion-body p{
        text-align: left;
    }

    .package-side-content.sticky-top{
        position: initial;
    }

    .package-side-content{
        margin-top: 50px;
    }

    .offer-discount .accordion .accordion-item .accordion-header .accordion-button{
        font-size: 16px;
    }

    .offer-discount .accordion .accordion-body ul li{
        font-size: 14px;
    }

    .packages-book-form .btn-check-availability,
    .packages-book-form .btn-book-now{
        font-size: 16px;
    }

    .reviews .section-title h2{
        font-size: 30px;
    }

    .reviews .section-title p{
        line-height: 30px;
    }

    .similar-packages{
        padding: 50px 0;
    }

    .similar-packages .section-title{
        max-width: 100%;
    }

    .similar-packages .section-title h2{
        font-size: 30px;
    }

    .similar-packages .section-title p{
        margin-top: 10px;
    }
	
	.overview-good-to-know ul li svg{
		width: 20px;
		height: 20px;
	}

    /* ============================================= */
    /* ======================== Package Archive Page */
    /* ============================================= */
    .package-archive-banner{
        padding: 100px 0;
        min-height: auto;
    }

    .package-archive-bredcrumb h1{
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .package-archive-bredcrumb span,
    .package-archive-bredcrumb span a{
        font-size: 14px;
        font-weight: 400;
    }

    .package-archive-bredcrumb span .fa{
        margin: 0 3px;
        font-size: 12px;
    }

    .package-archive-page-title{
        margin-bottom: 30px;
    }

    .package-archive-page-title h4{
        font-size: 18px;
    }

    .package-archive-page-title h2{
        font-size: 30px;
    }

    .package-archive-page-pagination .pagination .nav-links .page-numbers{
        font-size: 14px;
        width: 30px;
        height: 30px;
        padding-top: 4px;
    }

    .package-archive-page-pagination .pagination .nav-links .prev.page-numbers,
    .package-archive-page-pagination .pagination .nav-links .next.page-numbers{
        font-size: 12px;
    }

    .package-archive-content{
        padding: 70px 0 50px;
    }

    /* ============================================= */
    /* ==================== Destination Archive Page */
    /* ============================================= */
    .destination-archive-banner{
        padding: 100px 0;
        min-height: auto;
    }

    .destination-archive-bredcrumb h1{
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .destination-archive-bredcrumb span,
    .destination-archive-bredcrumb span a{
        font-size: 14px;
        font-weight: 400;
    }

    .destination-archive-bredcrumb span .fa{
        margin: 0 3px;
        font-size: 12px;
    }

    .destination-archive-page-title{
        margin-bottom: 30px;
    }

    .destination-archive-page-title h4{
        font-size: 18px;
    }

    .destination-archive-page-title h2{
        font-size: 30px;
    }

    .destination-archive-page-pagination .pagination .nav-links .page-numbers{
        font-size: 14px;
        width: 30px;
        height: 30px;
        padding-top: 4px;
    }

    .destination-archive-page-pagination .pagination .nav-links .prev.page-numbers,
    .destination-archive-page-pagination .pagination .nav-links .next.page-numbers{
        font-size: 12px;
    }

    .destination-archive-content{
        padding: 70px 0 50px;
    }

    /* ============================================= */
    /* =========================== Blog Archive Page */
    /* ============================================= */
    .blog-banner{
        padding: 100px 0;
        min-height: auto;
    }

    .blog-bredcrumb h1{
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .blog-bredcrumb span,
    .blog-bredcrumb span a{
        font-size: 14px;
        font-weight: 400;
    }

    .blog-bredcrumb span .fa{
        margin: 0 3px;
        font-size: 12px;
    }

    .blog-page-title{
        margin-bottom: 30px;
    }

    .blog-page-title h4{
        font-size: 18px;
    }

    .blog-page-title h2{
        font-size: 30px;
    }

    .blog-page-pagination .pagination .nav-links .page-numbers{
        font-size: 14px;
        width: 30px;
        height: 30px;
        padding-top: 4px;
    }

    .blog-page-pagination .pagination .nav-links .prev.page-numbers,
    .blog-page-pagination .pagination .nav-links .next.page-numbers{
        font-size: 12px;
    }

    .blog-content{
        padding: 70px 0 50px;
    }

    /* ============================================= */
    /* ============================ Single Blog Page */
    /* ============================================= */
    .single-blog-banner{
        padding: 100px 0;
        min-height: auto;
    }

    .single-blog-bredcrumb h1{
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .single-blog-bredcrumb span,
    .single-blog-bredcrumb span a{
        font-size: 14px;
        font-weight: 400;
    }

    .single-blog-bredcrumb span .fa{
        margin: 0 3px;
        font-size: 12px;
    }

    .single-blog-page-title h2{
        font-size: 30px;
    }

    .single-blog-page-content p{
        text-align: left;
    }

    .single-blog-page-content h3{
        font-size: 24px;
    }

    .single-blog-page-content ul li{
        line-height: 30px;
        text-align: left;
    }

    .single-blog-page-content blockquote p{
        font-size: 18px;
    }

    .single-blog-page-comment-list{
        padding: 30px 0;
    }

    .single-blog-page-comment-list h3{
        font-size: 24px;
    }

    .single-blog-page-comment-list ul li{
        gap: 15px;
    }

    .single-blog-page-comment-list ul li .comment-avatar span{
        width: 40px;
        height: 40px;
    }

    .single-blog-page-comment-list ul li .comment-author{
        margin-bottom: 5px;
    }

    .single-blog-page-comment-list ul li .comment-author .comment-date{
        display: block;
        margin-left: 0;
        font-size: 14px;
    }

    .single-blog-page-comment-list ul li .comment-content{
        text-align: left;
    }

    .single-blog-page-comment .comment-reply-title{
        font-size: 20px;
    }

    .single-blog-page-comment textarea,
    .single-blog-page-comment input{
        height: 45px;
        padding-left: 15px;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .single-blog-page-comment .comment-form-cookies-consent{
        margin-bottom: 15px;
    }

    .single-blog-page-comment .form-submit .submit{
        margin: 0;
        padding: 10px 30px;
        font-size: 16px;
    }

    .single-blog-related-news.sticky-top{
        position: initial;
    }

    .single-blog-related-news{
        margin-top: 50px;
    }

    /* ============================================= */
    /* =============================== About Us Page */
    /* ============================================= */
    .about-us-banner{
        padding: 100px 0;
        min-height: auto;
    }

    .about-us-bredcrumb h1{
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .about-us-bredcrumb span,
    .about-us-bredcrumb span a{
        font-size: 14px;
        font-weight: 400;
    }

    .about-us-bredcrumb span .fa{
        margin: 0 3px;
        font-size: 12px;
    }

    .about-us-description .page-title{
        font-size: 30px;
        margin-bottom: 15px;
    }

    .about-us-description p{
        text-align: left;
    }

    .about-us-description blockquote p{
        font-size: 18px;
    }

    .about-us-timeline-item .page-child-title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-us-timeline-item{
        margin-top: 30px;
    }

    .about-us-timeline-item:first-child{
        margin-top: 0;
    }

    .about-us-timeline-item p{
        text-align: left;
    }

    .about-us-company{
        padding: 50px 0;
    }

    .about-us-company .page-sub-title{
        font-size: 24px;
    }

    .about-us-company p{
        text-align: left;
    }

    .about-us-company ul li{
        display: block;
        width: 100%;
        font-weight: 400;
    }

    .about-us-message .page-sub-title{
        font-size: 24px;
    }

    .about-us-message h6{
        font-size: 16px;
    }

    .founder-description p img{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .founder-description p{
        text-align: left;
    }

    .quick-inquiry.sticky-top{
        position: initial;
    }

    .quick-inquiry{
        margin-top: 30px;
    }

    .quick-inquiry h3{
        font-size: 20px;
    }

    .quick-inquiry-form .form-control{
        height: 45px;
        font-size: 15px;
    }

    .quick-inquiry-form .btn-primary{
        padding: 10px 30px;
        font-size: 16px;
    }

    .about-us-legal-documentation{
        padding: 50px 0;
    }

    .about-us-legal-documentation .page-sub-title{
        font-size: 24px;
    }

    .about-layer-container{
        display: block;
        padding: 50px 0;
    }

    .about-layer-content{
        width: 100%;
        margin-bottom: 50px;
    }

    .about-layer-content h2{
        font-size: 30px;
    }

    .about-layer-content a{
        padding: 10px 20px;    
    }

    .about-layer-image img{
        width: 100%;
        height: auto;
        margin: 0;
    }

    /* ============================================= */
    /* ============================= Contact Us Page */
    /* ============================================= */
    .contact-us-banner{
        padding: 100px 0;
        min-height: auto;
    }

    .contact-us-bredcrumb h1{
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .contact-us-bredcrumb span,
    .contact-us-bredcrumb span a{
        font-size: 14px;
        font-weight: 400;
    }

    .contact-us-bredcrumb span .fa{
        margin: 0 3px;
        font-size: 12px;
    }

    .contact-us-content{
        padding: 50px 0;
    }

    .contact-us-google-map.sticky-top,
    .contact-us-description.sticky-top{
        position: initial;
    }

    .contact-us-google-map{
        margin-bottom: 50px;
    }

    .contact-us-google-map iframe{
        height: 300px;
    }

    .contact-us-list-item{
        margin-top: 15px;
    }

    .contact-us-list-item span.list-value{
        font-size: 14px;
    }

    .contact-us-description .page-title{
        font-size: 30px;
        margin-bottom: 15px;
    }

    .contact-us-description p{
        margin-bottom: 20px;
    }

    .contact-us-form .form-control{
        height: 45px;
        font-size: 15px;
    }

    .contact-us-form .btn-primary{
        padding: 15px 30px;
        font-size: 16px;
    }

    /* ============================================= */
    /* ================================ Booking Page */
    /* ============================================= */
    .booking-banner{
        padding: 100px 0;
        min-height: auto;
    }

    .booking-bredcrumb h1{
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .booking-bredcrumb span,
    .booking-bredcrumb span a{
        font-size: 14px;
        font-weight: 400;
    }

    .booking-bredcrumb span .fa{
        margin: 0 3px;
        font-size: 12px;
    }

    .booking-content{
        padding: 50px 0;
    }

    .booking-form .form-content{
        padding: 25px;
    }

    .booking-form .form-content h3{
        font-size: 20px;
    }

    .booking-form .form-content .form-control{
        font-size: 15px;
        height: 45px;
        margin-bottom: 20px;
    }

    .booking-form .form-content .wpcf7-list-item{
        margin: 0;
    }

    .booking-form .form-content .btn-primary{
        padding: 10px 30px;
        margin-top: 15px;
        font-size: 16px;
    }

    .package-booking-summary.sticky-top{
        position: initial;
    }

    .package-booking-summary{
        margin-top: 50px;
    }

    /* ============================================= */
    /* ==========  Section */
    /* ============================================= */
    .bredcrumb-title h1{
        font-size: 30px;
    }

    .page-description .page-title{
        font-size: 30px;
    }
	
	/* ============================================= */
    /* =================================== Hide/Show */
    /* ============================================= */
	
	.fixed-book-now{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
        display: block;
    }

    .fixed-book-now-wrapper{
        background: #eee;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 10px 15px;
    }
	
	.fixed-book-now-wrapper-price{
		position: absolute;
		bottom: calc(100% - 10px);
		left: 0;
		background: #eee;
		padding: 10px;
		border-radius: 0 15px 0 0;
	}

    .fixed-book-now-wrapper .per-person-price{
        display: block;
        font-weight: 700;
        font-size: 14px;
        color: #666;
    }

    .fixed-book-now-wrapper .per-person-text{
        display: block;
        font-size: 12px;
        color: #666;
    }

    .fixed-book-now-wrapper .btn-blue-bg{
        display: inline-block;
        padding: 7px 15px;
        border-radius: 30px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Mulish', sans-serif;
        background: #0572BD;
        border-color: #0572BD;
    }

    .fixed-book-now-wrapper .btn-white-bg{
        display: inline-block;
        padding: 7px 15px;
        border-radius: 30px;
        color: #0572BD;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Mulish', sans-serif;
        background: transparent;
        border-color: #0572BD;
    }
	
    #navbar-packages{
        position: fixed;
        width: 100%;
        transform: translateY(-100%);
        transition: all ease-in-out 0.3s;
    }
	
	.page-content{
		padding: 50px 0;
	}
	
	.about-layer{
		margin-bottom: 0;
	}
	
	.tawk-min-container .tawk-button-circle.tawk-button-large{
		width: 50px !important;
    	height: 50px !important;
    	transform: translateX(15px) !important;
	}
	
	.booking-form-stepper{
		display: block;
	}
	
	.booking-form-stepper-lebel{
		justify-content: flex-start;
	}
	
	.booking-form-stepper-lebel:nth-child(2){
		padding:0;
		margin: 10px 0;
	}
	
	.booking-form-stepper-lebel:last-child{
		padding-left: 0;
	}
	
	.booking-form-group{
		padding: 20px
	}
	
	.package-number-inner-block{
		display:block;
	}
	
	.package-number-block{
		align-items: start;
    	margin-bottom: 20px;
	}
	
	
	
}