* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

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;
}

a{
    text-decoration: none;
    color: #FF8A00;
}

a:hover{
    color: #FF8A00;
}

/* ============================== Slickk Slider */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

.btn-container{
    margin-top: 15px;
    text-align: center;
}
.btn-permalink{
    isplay: inline-block;
    padding: 10px 30px;
    background: #F57F23;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.btn-permalink:hover{
    background: #FF8A00;
    color: #fff;
}

/* ============================================= */
/* ============================== Header Section */
/* ============================================= */
.header-top{
    padding: 10px 0;
    background: #F57F23;
}

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

/* =============== Header Contact =============== */
.header-contact ul li{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* =============== Header Advisor Social =============== */
.header-advisor-social{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}

/* =============== Header Trip Advisor =============== */
.header-trip-advisor{
    background: #fff;
    padding: 5px 15px;
    border-radius: 3px;
}
.header-trip-advisor ul,
.header-trip-advisor ul li{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.header-trip-advisor ul li .svg-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.header-trip-advisor ul li:first-child{
    margin-right: 15px;
}

.header-trip-advisor ul li:first-child .svg-icon{
    background: #31D99C;
}

.header-trip-advisor ul li:last-child .svg-icon{
    background: #25D366;
}

.header-trip-advisor ul li .advisor-text{
    color: #170D05;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: initial;
}

/* =============== Header Social =============== */
.header-social-link ul li{
    display: inline-block;
}

.header-social-link ul li a{
    text-decoration: none;
}

.header-social-link ul li a .fa-brands{
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #F57F23;
}

.header-social-link ul li:first-child a .fa-brands{
    position: relative;
    top: 2px;
    background: transparent;
    color: #fff;
    font-size: 24px;
}

/* =============== Header Bottom =============== */
.header-bottom{
    background: #fff;
}

.header-bottom .header-logo img{
	display: inline-block;
	margin-top: 20px;
    width: 120px;
    height: auto;
}

/* =============== Mega Menu =============== */
#mega-menu-wrap-header-menu{
    background: #fff;
    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: 30px 10px;
    height: auto;
    line-height: inherit;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	color: #170D05;
}

#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;
	color: #F57F23;
}

#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;
	color: #F57F23;
}

.header-bottom .mobile-bars{
    display: none;
    background: #f57f23;
    color: #fff;
    float: right;
    border-radius: 0;
}

.mobile-nav{
    display: none;
}

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

.banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 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 p{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

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

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

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

.banner-form .form-group .btn-submit{
    position: absolute;
    top: 50%;
    right: 5px;
    width: 60px;
    height: 50px;
    transform: translateY(-50%);
    background: #F57F23;
    border-radius: 3px;
    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: 3px;
    height: 60px;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* ============================================= */
/* ============================= Welcome Section */
/* ============================================= */
.welcome{
    padding: 70px 0 50px;
    background: #fff;
}

.welcome-content span{
    position: relative;
    display: inline-block;
    color: #F57F23;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.welcome-content span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: #F57F23;
}

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

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

.welcome-content .btn-link{
    display: inline-block;
    padding: 12px 40px;
    background: #F57F23;
    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: #FF8A00;
}

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

/* ============================================= */
/* ==================== Destination Card Section */
/* ============================================= */
.destination-card{
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 0.3s;
}

.destination-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
}

.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 .reviews{
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    z-index: 2;
}

.destination-card-thumbnail .reviews .fa{
    color: #FF8A00;
}

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

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

.destination-card-content h4 a{
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #170D05;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    transition: all linear 0.3s;
}

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

.destination-card-content span{
    text-decoration: none;
    color: #F57F23;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* ============================================= */
/* ======================== Package Card Section */
/* ============================================= */
.package-card{
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 0.3s;
}

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

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

.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-content{
    position: relative;
    padding: 10px 0;
}

.package-card-content .destination-name{
    position: absolute;
    top: -15px;
    right: 15px;
    font-size: 13px;
    display: inline-block;
    padding: 5px 15px;
    background: #3468C0;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    z-index: 9;
    border-radius: 3px;
}

.package-card-content ul{
    margin: 10px 0;
}

.package-card-content ul li{
    list-style: none;
}

.package-card-content ul li span{
    color: #3F3F3F;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.package-card-content ul li span.duration{
    color: #170D05;
    font-weight: 600;
}

.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-content h4 a{
    text-decoration: none;
    color: #181106;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    transition: all linear 0.3s;
}

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

.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: 10px 20px;
    background: #F57F23;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    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: #3F3F3F;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.package-card-link .price{
    color: #05A140;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.package-card-link .price .per-person{
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

/* ============================================= */
/* ================ Popular Destinations Section */
/* ============================================= */
.popular-destinations{
    padding: 70px 0 50px;
    background-image: linear-gradient(#F8F8F8,rgba(255, 255, 255, 0));
}

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

.popular-destinations .section-title h2{
    color: #170D05;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

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

.popular-destinations .destination-card{
    margin-bottom: 30px;
}

.popular-destinations .hero-destination-card h4 a{
    font-size: 24px;
    margin-top: 15px;
}

.popular-destinations .hero-destination-card-content span{
    font-size: 18px;   
}

/* ============================================= */
/* ========================== Facilities Section */
/* ============================================= */
.facilities{
    padding: 70px 0;
    background: #EDF2FF;
}

.facility-card{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.facility-card-icon svg{
    width: 80px;
    height: 80px;
}

.facility-card-content h4{
    color: #170D05;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.facility-card-content p{
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

/* ============================================= */
/* =================== Featured Packages Section */
/* ============================================= */
.featured-packages{
    padding: 70px 0;
    background: #F8F8F8;
}

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

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

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

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

#featuredPackagesSlider .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -50px;
    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);
}

#featuredPackagesSlider .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -50px;
    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);
}

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

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

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

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

/* ============================================= */
/* ====================== Trip Of The Month Section */
/* ============================================= */
.trip-of-the-month{
    padding: 70px 0;
/*    background: url('../imgs/trip-of-the-month-bg.png') no-repeat fixed center center;*/
    background-size: cover;
}

.trip-of-the-month-thumbnail img{
    width: 100%;
    height: auto;
}

.trip-of-the-month-content{
/*    margin-top: -50px;*/
    padding-left: 15px;
}

.trip-of-the-month-content h4{
    position: relative;
    display: inline-block;
    color: #F57F23;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.trip-of-the-month-content h4::before{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: #F57F23;
}

.trip-of-the-month-content h2{
    color: #181106;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0 15px;
}

.trip-of-the-month-content p{
    margin-bottom: 15px;
    color: #393939;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

.trip-of-the-month-content ul{
    margin: 15px 0 20px;
}

.trip-of-the-month-content ul li{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
}

.trip-of-the-month-content ul li span{
    margin-left: 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.trip-of-the-month-content ul li .fa{
    color: #FF8A00;
}

.trip-of-the-month-content .btn-link{
    display: inline-block;
    padding: 10px 40px;
    background: #FF8A00;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.trip-of-the-month-content .btn-link:hover{
    background: #fff;
    color: #181106;
}

/* ============================================= */
/* =============== Top Trekking Packages Section */
/* ============================================= */
.top-trekking-packages{
    padding: 70px 0 50px;
    background: #F8F8F8;
}

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

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

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

.top-trekking-packages .package-card{
    margin-bottom: 30px;
}

/* ============================================= */
/* ======================= Why Choose Us Section */
/* ============================================= */
.why-choose-us{
    padding: 70px 0;
    background: #fff;
}

.why-choose-us h2{
    color: #181106;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.why-choose-us p{
    margin-bottom: 15px;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

.why-choose-us p strong{
    font-weight: 700;
}

.why-choose-us-list{
    margin-top: 15px;
    padding: 40px 30px;
    background: #86A7FC;
    border-radius: 10px;
    box-shadow: 0 5px 30px -15px rgba(0, 0, 0, 0.5);
    border-bottom: #F57F23 solid 5px;
}

.why-choose-us-list h4{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.why-choose-us-list ul li{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
}

/* ============================================= */
/* ======================== Testimonials Section */
/* ============================================= */
.testimonials{
    padding: 70px 0 50px;
    background-image: linear-gradient(#F8F8F8,rgba(255, 255, 255, 0));
}

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

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

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

.testimonials-card{
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 20px -15px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    border-radius: 10px;
}

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

.testimonials-card-title .user-avatar img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonials-card-title .user-name{
    display: block;
    color: #170D05;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.testimonials-card-title .country,
.testimonials-card-title .rating{
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

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

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

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

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

.testimonials-card-content .package-name{
    margin: 10px 0;
    color: #3468C0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    font-style: italic;
}

.testimonials-card-content .reviewed-data{
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
}

.tripadvisor{
    padding: 30px;
    border: #04D187 solid 1px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px -15px rgba(0, 0, 0, 0.5);
}

.tripadvisor-title .sub-title{
    color: #170D05;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.tripadvisor-title .main-title{
    color: #170D05;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    line-height: 36px;
    margin: 15px 0 20px;
}

.tripadvisor-content .tripadvisor-rating p{
    color: #170D05;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.tripadvisor-content .tripadvisor-rating span{
    color: #170D05;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.tripadvisor-content .tripadvisor-rating span .fa{
    color: #31D99C;
}

.tripadvisor-content .tripadvisor-ranking{
    margin: 15px 0;
}

.tripadvisor-content .tripadvisor-ranking h4{
    color: #170D05;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.tripadvisor-content .tripadvisor-ranking p{
    color: #170D05;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.tripadvisor-content .review-recent h4{
    color: #170D05;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.tripadvisor-content .review-recent ul li{
    list-style: none;
    color: #3F3F3F;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}

.tripadvisor-content .review-link{
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.tripadvisor-content .review-link a{
    color: #170D05;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.tripadvisor-content .review-link a:hover{
    color: #F57F23;
}

/* ============================================= */
/* ===================== News & Articles Section */
/* ============================================= */
.news-articles{
    padding: 70px 0 150px;
    background-image: linear-gradient(#F8F8F8,rgba(255, 255, 255, 0));
}

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

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

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

.section-parmalink{
    margin-top: 30px;
    text-align: center;
}

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

.section-parmalink .btn-link:hover{
    background: #FF8A00;
}

.news-articles-item{
    position: relative;
    padding: 10px;
    border-radius: 10px;
    border: #D9D9D9 solid 1px;
    box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 0.3s;
}

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

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

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

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

.news-articles-thumbnail .category{
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    padding: 5px 10px;
    background: #3468C0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    z-index: 2;
}

.news-articles-content .posted-date{
    display: block;
    margin: 15px 0 10px;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.news-articles-content h4 a{
    display: block;
    text-decoration: none;
    color: #181106;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    transition: all linear 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

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

.news-articles-content p{
    display: block;
    text-decoration: none;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.news-articles-content .btn-link{
    text-decoration: none;
    color: #F57F23;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.news-articles-content .btn-link:hover{
    color: #FF8A00;
}

/* ============================================= */
/* ========================== footer Top Section */
/* ============================================= */
.associated-container{
    position: relative;
    padding: 30px;
    margin-top: -150px;
    margin-bottom: 70px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 1.0);
    z-index: 9;
}

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

.associated-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.associated-item h4{
    color: #170D05;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

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

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

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

.footer-contact ul li{
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
}

.footer-contact ul li span{
    display: block;
    color: #FF8A00;
    font-size: 18px;
    font-weight: 500;
}

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

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

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

.footer-logo{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;
}

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

.footer-copyright{
    margin-top: 40px;
    padding-top: 20px;
    border-top: rgba(255, 255, 255, 0.5) solid 1px;
    text-align: center;
}

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

.footer-copyright p span{
    color: #FF8A00;
    font-weight: 700;
}

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

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

.scroll-to-top a .fa{
    background: #F57F23;
    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: #FF8A00;
}

/* ============================================= */
/* ===================== Destination Single Page */
/* ============================================= */
.destination-banner{
    position: relative;
    min-height: 678px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
}

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

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

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

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

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

.destination-content .post-title h4{
    position: relative;
    padding-left: 40px;
    color: #F57F23;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.destination-content .post-title h4::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: #F57F23;
}

.destination-content .post-title h1{
    color: #181106;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.destination-content .post-content p{
    margin-bottom: 30px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

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

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

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

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

/* ===== Get Appointment ===== */
.appointment{
    padding: 70px 0;
    background: url('../imgs/appointment-bg.jpg') no-repeat center center;
    background-size: cover;
}

.appointment-container{
    padding: 50px;
    border: #D9D9D9 solid 1px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.package-card{
    position: relative;
}

.the-permalink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.appointment-content h4{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.appointment-content h4 span{
    color: #F57F23;
}

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

.appointment-link .btn-link{
    display: inline-block;
    padding: 15px 10px;
    width: 210px;
    background: #F57F23;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.appointment-link .btn-link:hover{
    background: #fff;
    color: #FF8A00;
}

/* ===== Travel Gallery ===== */
.travel-gallery{
    padding: 70px 0 150px;
    background-image: linear-gradient(#F8F8F8, rgba(255, 255, 255, 0));
}

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

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

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

/* ============================================= */
/* ============================== Site Map Page */
/* ============================================= */
.site-map h2{
    color: #FF8A00;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.site-map ul{
    list-style: none;
    margin-bottom: 30px;
}

.site-map ul li h4 a{
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.site-map ul li h4 a:hover{
    text-decoration: underline;
    color: #FF8A00;
}


/* ============================================= */
/* ======================== Packages Single Page */
/* ============================================= */
.package-banner{
    position: relative;
    min-height: 678px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
}

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

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

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

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

.package-content{
    background: #Fff;
}

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

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

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

.scroll-package-content-testimonials{
    padding-bottom: 150px;
}

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

.package-content .post-sub-short-desciption p{
    margin-bottom: 30px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

/*========== Packages Navbar Items ==========*/
#navbar-packages{
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 5px 30px -15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.navbar-packages-items a{
    display: inline-block;
    padding: 15px;
    min-width: 130px;
    min-height: 50px;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

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

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

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

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

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

.navbar-packages-items a.active svg path{
    fill: #fff;
}

/*========== Packages Gallery ==========*/
.packages-gallery{
    position: relative;
}

.packages-gallery-indecator{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 9;
}

.packages-gallery-indecator p{
    display: inline-block;
    background:#ff8a00;
    padding: 3px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

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

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

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

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

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

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

/*========== Packages Good To Know ==========*/
.overview-good-to-know{
    padding: 30px;
    background: #F8F8F8;
    margin: 25px 0 50px;
}

.overview-good-to-know h4{
    color: #181106;
    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: 15px;
}

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

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

.overview-good-to-know ul li .good-to-know-name{
    color: #F57F23;
    font-weight: 500;
}

.overview-good-to-know ul li .good-to-know-value{
    color: #393939;
    font-weight: 600;
}

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

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

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

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

.packages-overview ul li::before{
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    color: #F57F23;
    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: #F57F23;
    border-radius: 15px;
}

.packages-overview blockquote p{
    margin-bottom: 0;
    color: #393939;
    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;
    padding: 30px;
    padding-left: 35px;
    background: #F8F8F8;
    margin: 25px 0 0;
}

.itinerary-content .accordion::before{
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 5px;
    height: calc(100% - 100px);
    background: #F57F23;
    border-radius: 30px;
}

.itinerary-content .accordion .accordion-item{
    border: none;
    background: transparent;
}

.itinerary-content .accordion .accordion-item .accordion-header .accordion-button{
    position: relative;
    display: block;
    padding: 10px 0;
    padding-right: 30px;
    border: none;
    background: transparent;
    color: #181106;
    font-size: 20px;
    font-weight: 600;
    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: #181106;
    font-size: 20px;
    font-weight: 600;
    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: #181106;
    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;
}

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

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

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

.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: #F57F23;
    font-weight: 500;
}

.itinerary-content .accordion .accordion-item .accordion-body .itinerary-list-item-table ul li .itinerary-value{
    color: #393939;
    font-size: 18px;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

/*========== Packages Essential ==========*/
.essential-info-desciption h4{
    color: #393939;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 15px;
}

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

.essential-info-desciption ol,
.essential-info-desciption ul{
    margin: 15px 0 20px;
}

.essential-info-desciption ol li,
.essential-info-desciption ul li{
    position: relative;
    padding-left: 30px;
    list-style: none;
    color: #393939;
    font-size: 16px;
    line-height: 42px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.essential-info-desciption ol li::before,
.essential-info-desciption ul li::before{
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    color: #F57F23;
    font-weight: 700;
    font-family: 'fontawesome';
}

.essential-info-desciption blockquote{
    position: relative;
    background: #F8F8F8;
    padding: 30px;
}

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

.essential-info-desciption blockquote p{
    margin-bottom: 0;
    color: #393939;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/*========== Packages FAQ's ==========*/
.faqs-content .accordion .accordion-item{
    border: none;
    background: transparent;
}

.faqs-content .accordion .accordion-item .accordion-header .accordion-button{
    position: relative;
    display: block;
    padding: 15px;
    padding-right: 30px;
    margin-bottom: 10px;
    border: none;
    background: #F8F8F8;
    color: #181106;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
}

.faqs-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
    box-shadow: none;
    background: #F8F8F8;
    color: #181106;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

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

.faqs-content .accordion .accordion-item .accordion-header .accordion-button span{
    display: inline;
}

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

.faqs-content .accordion .accordion-item .accordion-body{
    padding: 15px 30px 30px;
}

.faqs-content .accordion .accordion-item .accordion-body p{
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

/* ============================== Package Side Section */
.package-side-content{
    top: 115px;
    padding: 30px;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

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

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

.package-side-title h4 span{
    color: #05A140;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.package-side-title h4 span sup{
    font-size: 16px;
    font-weight: 600;
}

.package-side-title h4 strike{
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.offer-discount{
    padding: 20px;
    background: #F8F8F8;
    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: #181106;
    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: #393939;
    font-size: 18px;
    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 .label-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: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: #F57F23;
}

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

.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: #F57F23;
    color: #fff;
}

.similar-packages{
    padding: 70px 0;
    background-image: linear-gradient(#F8F8F8, rgba(255, 255, 255, 0));
    margin-top: 70px;
}

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

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

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

/* ============================================= */
/* ============================== About Us Page */
/* ============================================= */
.about-us-banner{
    position: relative;
    min-height: 678px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
}

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

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

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

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

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

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

.about-us-description p{
    color: #181106;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 15px;
}

.about-us-description p strong{
    color: #181106;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.about-us-description blockquote{
    position: relative;
    background: #F8F8F8;
    padding: 30px;
}

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

.about-us-description blockquote p{
    margin-bottom: 0;
    color: #393939;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* ===== About Us Timeline ===== */
.about-us-timeline{
    position: relative;
    background: #F8F8F8;
    padding: 40px 30px 20px 50px;
}

.about-us-timeline::before{
    content: '';
    position: absolute;
    top: 45px;
    left: 25px;
    width: 2px;
    height: calc(100% - 90px);
    background: #F57F23;
}

.about-us-timeline-item{
    position: relative;
    margin-top: 50px;
}

.about-us-timeline-item:first-child{
    margin-top: 0;
}

.about-us-timeline-item::before{
    content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 12px;
    height: 12px;
    background: #F57F23;
    border-radius: 50%;
}

.about-us-timeline-item .page-child-title{
    color: #181106;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.about-us-timeline-item p{
    color: #181106;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 15px;
}

/* ===== About Us Company ===== */
.about-us-company{
    padding: 70px 0;
    background: #fff;
}
.about-us-company .page-sub-title{
    color: #181106;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.about-us-company p{
    color: #181106;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 15px;
}

.about-us-company ul li{
    position: relative;
    display: inline-block;
    width: 49%;
    padding-left: 30px;
    color: #181106;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 30px;
}

.about-us-company ul li::before{
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    color: #F57F23;
    font-weight: 700;
    font-family: 'fontawesome';
}

.about-us-company .video-iframe{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 450px;
    width: 100%;
    margin-top: 30px;
}

.about-us-company .video-iframe iframe{
    height: 100%;
    width: 100%;
}

/* ===== About Us Message ===== */
.about-us-message .page-sub-title{
    color: #181106;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.about-us-message h6{
    color: #181106;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.about-us-message h6 span{
    color: #F57F23;
}

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

.founder-description p img{
    float: right;
    width: 330px;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: -60px;
}

/* ===== About Us Legal Documentation ===== */
.about-us-legal-documentation{
    padding: 60px 0 150px;
    background: #F8F8F8;
}

.about-us-legal-documentation .page-sub-title{
    color: #181106;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

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

.about-us-legal-documentation .item span{
    display: block;
    text-align: center;
    color: #393939;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

/* ===== Quick Inquiry Form ===== */
.quick-inquiry{
    padding: 30px;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.quick-inquiry h3{
    position: relative;
    color: #181106;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif
}

.quick-inquiry h3::before{
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    width: 110px;
    height: 2px;
    background: #F57F23;
}

.quick-inquiry p{
    color: #181106;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0 ;
}

.quick-inquiry-form .form-group{
    margin-bottom: 10px;
}

.quick-inquiry-form .form-group p{
    margin: 0;
    padding: 0;
}

.quick-inquiry-form .form-control{
    padding-left: 15px;
    height: 50px;
    border: #D9D9D9 solid 1px;
    background: #fff;
    border-radius: 3px;
    color: #B7B7B7;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.quick-inquiry-form .form-control:placehoder{
    color: #B7B7B7;
    font-family: 'Poppins', sans-serif;
}

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

.quick-inquiry-form .btn-primary{
    display: inline-block;
    padding: 10px 40px;
    background: #F57F23;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 3px;
    border: none;
    transition: all linear 0.3s;
}

.quick-inquiry-form .btn-primary:hover{
    background: #FF8A00;
}

/* ============================================= */
/* ============================== Contact Us Page */
/* ============================================= */
.contact-us-banner{
    position: relative;
    min-height: 678px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
}

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

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

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

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

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

.contact-us-google-map{
    position: relative;
    padding: 15px;
    border-radius: 10px;
    border: #D9D9D9 solid 1px;
}

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

.contact-us-description .page-title{
    position: relative;
    color: #181106;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.contact-us-description .page-title::before{
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    width: 140px;
    height: 2px;
    background: #FF8A00;
}

.contact-us-description p{
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    margin-bottom: 30px;
}

.contact-us-form .form-group{
    margin-bottom: 10px;
}

.contact-us-form .form-group p{
    margin: 0;
    padding: 0;
}

.contact-us-form .form-control{
    padding-left: 15px;
    height: 50px;
    border: #D9D9D9 solid 1px;
    background: #fff;
    border-radius: 3px;
    color: #B7B7B7;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.contact-us-form .form-control:placehoder{
    color: #B7B7B7;
    font-family: 'Poppins', sans-serif;
}

.contact-us-form textarea.form-control{
    height: 130px;
}

.contact-us-form .btn-primary{
    display: inline-block;
    padding: 15px 40px;
    background: #F57F23;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    border: none;
    transition: all linear 0.3s;
}

.contact-us-form .btn-primary:hover{
    background: #FF8A00;
}

.contact-us-list-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-top: 30px;
}

.contact-us-list-item .list-icon .fa{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #F57F23;
    border-radius: 50%;
    border: #F57F23 solid 1px;
    font-size: 16px;
    margin-right: 15px;
}

.contact-us-list-item span{
    display: block;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.contact-us-list-item span.list-value{
    color: #181106;
    font-size: 15px;
    font-weight: 600;
}

/* ============================================= */
/* ======================== Package Archive Page */
/* ============================================= */
.package-archive-banner{
    position: relative;
    min-height: 678px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
}

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

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

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

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

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

.package-archive-page-title{
    margin-bottom: 50px;
}

.package-archive-page-title h4{
    position: relative;
    padding-left: 40px;
    color: #F57F23;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.package-archive-page-title h4::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: #F57F23;
}

.package-archive-page-title h2{
    color: #181106;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.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: #F57F23;
    border: #F57F23 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-banner{
    position: relative;
    min-height: 678px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
}

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

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

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

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

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

.destination-archive-page-title{
    margin-bottom: 50px;
}

.destination-archive-page-title h4{
    position: relative;
    padding-left: 40px;
    color: #F57F23;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.destination-archive-page-title h4::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: #F57F23;
}

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

.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: #F57F23;
    border: #F57F23 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-banner{
    position: relative;
    min-height: 678px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
}

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

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

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

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

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

.blog-page-title{
    margin-bottom: 50px;
}

.blog-page-title h4{
    position: relative;
    padding-left: 40px;
    color: #F57F23;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.blog-page-title h4::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: #F57F23;
}

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

.blog-page-content .news-articles-item{
    margin-bottom: 30px;
}

.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: #F57F23;
    border: #F57F23 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-banner{
    position: relative;
    min-height: 678px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
}

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

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

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

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

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

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

.single-blog-page-title h4{
    color: #FF8A00;
    font-size: 16px;
    font-weight: 500;
    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{
    margin-right: 20px;
}

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

.single-blog-page-content p{
    color: #181106;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 30px;
    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: #F57F23;
    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: #181106;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 36px;
}

.single-blog-page-content ul li::before{
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    color: #F57F23;
    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;
}

/* ===== Comment Reply ===== */
.single-blog-page-comment-list{
    padding: 40px 0;
    margin: 50px 0;
    border-top: #D9D9D9 solid 1px;
    border-bottom: #D9D9D9 solid 1px;
}
.single-blog-page-comment-list h3{
    color: #181106;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.single-blog-page-comment-list ul li{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.single-blog-page-comment-list ul li .comment-avatar span{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 2px;
}

.single-blog-page-comment-list ul li .comment-author{
    color: #181106;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.single-blog-page-comment-list ul li .comment-author .comment-date{
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
}

.single-blog-page-comment-list ul li .comment-content{
    color: #181106;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 15px;
}

.single-blog-page-comment-list ul li:last-child .comment-content{
    margin-bottom: 0;
}

/* ===== Comment Form ===== */
.single-blog-page-comment .comment-reply-title{
    color: #181106;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.single-blog-page-comment .comment-notes{
    margin-bottom: 15px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.single-blog-page-comment label{
    display: block;
    color: #181106;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.single-blog-page-comment textarea,
.single-blog-page-comment input{
    display: block;
    padding-left: 15px;
    width: 100%;
    height: 50px;
    border: #D9D9D9 solid 1px;
    background: #fff;
    border-radius: 3px;
    color: #B7B7B7;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    margin-top: 10px;
}

.single-blog-page-comment textarea{
    height: 130px;
}

.single-blog-page-comment .comment-form-cookies-consent{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.single-blog-page-comment .comment-form-cookies-consent input{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

.single-blog-page-comment .form-submit .submit{
    display: inline-block;
    height: initial;
    width: initial;
    padding: 15px 40px;
    background: #F57F23;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    border: none;
    transition: all linear 0.3s;
}

.single-blog-page-comment .form-submit .submit:hover{
    background: #FF8A00;
}

.single-blog-related-news{
    top: 30px;
}

.single-blog-related-news h3{
    color: #181106;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.single-blog-related-news .news-articles-item{
    margin-bottom: 30px;
}

/* ============================================= */
/* ============================== Booking Page */
/* ============================================= */
.booking-banner{
    position: relative;
    min-height: 678px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1;
}

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

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

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

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

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

.booking-form .form-content{
    padding: 30px;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.5);
}

.booking-form .form-content-mb{
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.booking-form .form-content h3{
    color: #181106;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.booking-form .form-content .form-group label{
    color: #7B7B7B;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.booking-form .form-content .form-control{
    padding-left: 15px;
    height: 50px;
    border: #D9D9D9 solid 1px;
    background: #fff;
    border-radius: 3px;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.booking-form .form-content .form-control:placehoder{
    color: #B7B7B7;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

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

.booking-form .form-content .btn-primary{
    display: inline-block;
    padding: 15px 40px;
    background: #F57F23;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    border: none;
    transition: all linear 0.3s;
}

.booking-form .form-content .btn-primary:hover{
    background: #FF8A00;
}

.form-group-number{
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    align-items: center;
    border: rgba(0, 0, 0, 0.3) solid 1px;
    border-radius: 5px;
    padding: 3px;
}

.form-group-number br{
    display: none;
}

.form-group-number .btn-number{
    background: #eee;
    border-radius: 3px;
    outline: none;
    padding: 8px 20px;
}

.booking-form .form-content .form-group-number .form-control{
    background: #fff;
    text-align: center;
    height: 40px;
    border-radius: 3px;
    border:none;
     margin-bottom: 0;
}

.booking-form .form-content .form-group-number .form-control:disabled {
    background-color: #fff;
    opacity: 1;
    border: none;
    text-align: center;
}

/* ===== 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: #181106;
    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: #F57F23;
    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: #181106;
    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: #181106;
    font-size: 18px;
    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;
}

/* ============================================= */
/* ================================= Commng Page */
/* ============================================= */
.common-banner{
    position: relative;
    min-height: 678px;
    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;
}

.recommended-packages{
    padding-bottom: 150px;
}

/* ============================================= */
/* ========================= Page Not Found Page */
/* ============================================= */
.page-not-found-banner{
    position: relative;
    min-height: 678px;
    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: #F57F23;
    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: #F57F23;
}

.packages-overview .addtoany_share_save_container{
    display: none;
}

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

@media (max-width: 991px){


}

@media (max-width: 767px){
    /* ============================================= */
    /* ============================== Header Section */
    /* ============================================= */
    .header-top{
        display: none;
    }
    .header-top .container{
        display: block;
    }

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

    .header-contact ul li{
        font-weight: 400;
    }

    .header-advisor-social{
        display: block;
        margin-top: 10px;
    }

    .header-social-link ul{
        text-align: center;
        margin-top: 10px;
    }

    .header-bottom .header-logo{
        padding: 5px;
        text-align: left;
        padding-left: 0;
    }

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

    .header-bottom .header-nav{
        display: none;
    }

    .header-bottom .mobile-bars{
        display: block;
    }

    #mobileNav.active{
        display: block;
    }

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

    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu,
    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu{
        display: block;
    }
    /* ============================================= */
    /* ============================== Navbar Section */
    /* ============================================= */
    #mega-menu-wrap-header-menu{
        margin-bottom: 0;
        background: #222222;
        padding: 10px;
    }

    #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;
    }

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

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

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

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

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

    .banner-form{
        margin-top: 20px;
        max-width: 80%;
    }

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

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


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

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

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

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

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

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

    .welcome-thumbnail{
        transform: translateY(0);
    }

    /* ============================================= */
    /* ================ Popular Destinations Section */
    /* ============================================= */
    .popular-destinations{
        padding: 50px 0 30px;
    }

    .popular-destinations .section-title{
        max-width: 100%;
        margin: 0 auto 30px;
    }

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

    .popular-destinations .section-title p{
        margin-top: 10px;
        line-height: 30px;
    }

    /* ============================================= */
    /* ========================== Facilities Section */
    /* ============================================= */
    .facilities{
        padding: 50px 0 30px;
    }

    .facility-card{
        margin-bottom: 15px;
    }

    .facility-card-icon svg{
        width: 60px;
        height: 60px;
    }

    .facility-card-content h4{
        font-size: 20px;
    }

    /* ============================================= */
    /* ================== Packages Card Item Section */
    /* ============================================= */

    .package-card-content{
        padding: 10px 0 5px;
    }

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

    .package-card-content span{
        font-size: 16px;
    }

    .package-card-link .btn-link{
        padding: 10px;
        width: 130px;
        text-align: center;
        font-weight: 400;
    }

    .package-card-link .price{
        font-size: 16px;
    }
    .package-card-link .starting,
    .package-card-link .price .per-person{
        font-size: 12px;
    }

    /* ============================================= */
    /* =================== Featured Packages Section */
    /* ============================================= */
    .featured-packages{
        padding: 50px 0 100px;
    }

    .featured-packages .section-title{
        max-width: 100%;
        margin: 0 auto 30px;
    }

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

    .featured-packages .section-title p{
        margin-top: 10px;
        line-height: 30px;
    }

    #featuredPackagesSlider .owl-nav button.owl-prev{
        top: calc(100% + 30px);
        left: calc(50% - 47px);
        opacity: 1;
    }

    #featuredPackagesSlider .owl-nav button.owl-next{
        top: calc(100% + 30px);
        right: calc(50% - 47px);
        opacity: 1;
    }

    /* ============================================= */
    /* =================== Trip Of The Month Section */
    /* ============================================= */
    .trip-of-the-month{
        padding: 50px 0;
    }

    .trip-of-the-month-content{
        padding-left: 0;
        margin-top: 50px;
    }

    .trip-of-the-month-content h2{
        font-size: 30px;
    }

    .trip-of-the-month-content p,
    .trip-of-the-month-content ul li{
        line-height: 30px;
    }

    .trip-of-the-month-content .btn-link{
        padding: 10px 30px;
        font-size: 16px;
    }

    /* ============================================= */
    /* =============== Top Trekking Packages Section */
    /* ============================================= */
    .top-trekking-packages{
        padding: 50px 0 30px;
    }

    .top-trekking-packages .section-title{
        margin: 0 auto 30px;
        max-width: 100%;
    }

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

    .top-trekking-packages .section-title p{
        margin-top: 10px;
        line-height: 30px;
    }

    .trekking-packages-content h4 a{
        font-size: 18px;
    }

    /* ============================================= */
    /* ======================= Why Choose Us Section */
    /* ============================================= */
    .why-choose-us{
        padding: 50px 0;
    }

    .why-choose-us h2{
        font-size: 30px;
    }

    .why-choose-us p{
        line-height: 30px;
        text-align: left;
    }

    .why-choose-us-list{
        padding: 40px 30px 15px;
    }

    .why-choose-us-list h4{
        font-size: 20px;
    }

    .why-choose-us-list ul li p{
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    /* ============================================= */
    /* ========================= Testimonial Section */
    /* ============================================= */
    .testimonials{
        padding: 50px 0;
    }

    .testimonials .section-title{
        margin: 0 auto 30px;
        max-width: 100%;
    }

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

    .testimonials .section-title p{
        margin-top: 10px;
        line-height: 30px;
    }

    .testimonials-card-title .user-avatar img{
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }

    .testimonials-card-title .icon-qoute .fa{
        font-size: 48px;
    }


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

    .news-articles .section-title{
        display: block;
    }

    .news-articles .section-title h4{
        font-size: 18px;
    }

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

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

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

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

    .news-articles-content .btn-link{
        font-size: 16px;
    }

    .section-parmalink{
        margin-top: 0;
    }

    /* ============================================= */
    /* ============================== Footer Section */
    /* ============================================= */
    .footer{
        padding: 50px 0 20px;
    }

    .associated-container{
        margin-top: 0;
        margin-bottom: 15px;
    }

    .footer-logo{
        margin-bottom: 15px;
        text-align: center;
    }

    .footer-logo img{
        width: 100%;
        height: auto;
    }

    .associated-content{
        display: block;
    }

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

    .associated-item h4{
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 18px;
    }

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

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

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

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

    .destination-bredcrumb p{
        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 h1{
        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 p{
        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.sticky-top{
        position: initial;
    }

    .navbar-packages-items{
        text-align: center;
    }

    .navbar-packages-items a{
        padding: 5px;
        min-width: 70px;
    }

    .navbar-packages-items a span{
        font-size: 12px;
    }

    .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: 20px;
        padding-left: 30px;
    }

    .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 ol li,
    .essential-info-desciption ul li{
        line-height: 30px;
        font-weight: 400;
    }

    .essential-info-desciption h4{
        font-size: 20px;
    }

    .faqs-content .accordion .accordion-item .accordion-body{
        padding: 15px;
    }

    .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;
    }

    /* ============================================= */
    /* ======================== 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 p{
        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 h1{
        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;
    }

    /* ============================================= */
    /* ============================= 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;
    }
}