body {
/*color: #212529;*/
color: #000;
font-family: "Nunito Sans", sans-serif;
/*font-family: 'Playfair Display', serif;*/
/*background-color: #f7f7f7;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
/* font-family: "Nunito Sans", sans-serif;
font-weight: 600;*/

font-family: 'Playfair Display', serif;
font-weight: 700;

}

.container {
/*width: 1230px;*/
width: 90%;
}
.mb-50{
margin-bottom: 50px;
}
.mb-20{
  margin-bottom: 20px;
}
.mt-20{
  margin-top: 20px;
}
a{
color: #e67e22;
}
a:hover {
color: #e67e22;
}

.header-top {
background: #43205a;
padding: 10px 0;
display: none;
}

.header-top-info {
display: flex;
justify-content: space-between;
}

.social-media ul {
padding: 0;
margin: 0;
}

.social-media ul li {
display: inline-block;

}

.banner {
position: relative;
width: 100%;
height: 100vh;
min-height: 500px;
overflow: hidden;
display: flex;
align-items: center;
color: white;
}

.banner video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
object-fit: cover;
}

.banner .container {
position: relative;
z-index: 2;
}

.banner .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.1;
z-index: 1;
}
.page-banner {
position: relative;
width: 100%;
/*height: 485px;*/
min-height: 485px;
overflow: hidden;
display: flex;
align-items: center;
color: white;
}
.page-banner .container {
position: relative;
z-index: 2;
}

.page-banner .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.2;
z-index: 1;
}

/*.navbar-dark .navbar-nav .nav-link {
font-weight: 7000;
letter-spacing: 2;
font-size: 16px;
}*/
.fa-search {
color: #fff;
}

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
position: static;
}

.megamenu .container {
position: relative;
}

.megamenu .dropdown-menu {
left: auto;
padding-left: 0;
}

.megamenu .megamenu-content {
padding: 15px;
}

.megamenu .megamenu-content h3 {
margin-top: 0;
color: #555;
font-size: 18px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
left: 0;
right: 0;
padding: 50px;
}

.navbar-nav li:hover>ul.dropdown-menu {
display: block;
}

.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
}

.text-highlight {
color: #dbc393;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
text-decoration: underline;
transform: rotate(-90deg);
}

.megamenu ul {
padding-left: 20px;
}
.newmega .col-lg-3 ul li a {
color: #555;
text-decoration: none;
font-size: 16px;
text-transform: none;
}
.newmega h3 {
color: #555;
font-weight: bold;
font-size: 18px;
}
.megamenu ul li {
margin-right: 20px;
}
.megamenu ul li a {
text-decoration: none;
color: #fff;
font-size: 17px;
text-transform: uppercase;
font-weight: 700;
}
.megamenu ul li ul li a {
color: #555;
text-decoration: none;
font-size: 16px;
text-transform: none;
}

.megamenu ul li a.nott {
padding: 0;
color: #fff !important;
}
.dropdown-item:focus,
.dropdown-item:hover,
.megamenu ul li a:hover {
background: none;
color: #dbc393;
}
/*Trip detail page*/
.post-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.4;
z-index: 1;
}
.main-title {
position: relative;
font-family: 'Gilda Display', serif;
font-size: 27px;
line-height: 1.35em;
-webkit-animation-delay: .6s;
animation-delay: .6s;
color: #fff;
font-weight: 400;
letter-spacing: 3px;
text-align: center;
padding-top: 300px
}
.page-title {
position: relative;
font-family: 'Gilda Display', serif;
font-size: 27px;
line-height: 1.35em;
-webkit-animation-delay: .6s;
animation-delay: .6s;
color: #fff;
font-weight: 400;
letter-spacing: 3px;
text-align: center;
padding-top: 80px
}
.breadcrumb li a{
color: #fff;
font-weight: 600;
text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
color: #fff;
content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
color: #fff;
font-weight: 600;
text-decoration: none;
}
.trip-price .sell-price{
color: #e67e22;
}
.trip-price .reg-price{
color: #0d4a6c;
}
.depature-section .reg_price{
font-size: 14px;
}

/* over-view nav */
.overview-nav {
position: sticky;
top: 0;
z-index: 1030;
background-color: #43205a;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.overview-nav .nav-link {
  font-size: 14px;
  text-transform: uppercase;
color: #fff !important;
font-weight: 800;
display: flex;
align-items: center;
gap: 0.4rem;
padding: 20px 12px; !important;
}

/* .overview-nav .nav-link:hover {
background-color: #43205a;
color: white;
}*/
.overview-nav .nav-link:hover i {
color: #ffc107;
}
.overview-nav .nav-link.active {
background-color: #43205a;
}
.overview-nav .nav-link i {
color: #fff;
}
/*  */

.navbar-brand {
padding-top: 1.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}

/*#navbarMain{
margin-top: 15px;
}*/
/* dropdown menu */
.navbar {
padding: 0.5rem 1rem;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/*.navbar-brand img {
height: 100px;
}*/
.navbar-bg:hover {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 1.6) 75%, rgba(0, 0, 0, 0) 100%) !important;
}

.navbar-dark {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 1.6) 75%, rgba(0, 0, 0, 0) 100%) !important;
}

.navbar-nav .nav-link {
font-size: 14px;
text-transform: uppercase;
color: white !important;
font-weight: 800;
padding: 20px 10px !important;
position: relative;
}

.nav-link {
font-size: 17px;
color: white !important;
font-weight: 800;
padding: 20px 12px !important;
position: relative;
}
.nav-link:hover {
color: #e67e22 !important;
}
.nav-link .fa-home{
  font-size: 19px
} 
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
height: 85px;
/*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 1.6) 75%, rgba(0, 0, 0, 0) 100%) !important;*/
}
/* Dropdown Styles */
li {
list-style: none;
}
.trekkingDropdown {
font-size: 1rem;
color: #333;
}

.dropdown-menu {
margin-top: 0;
border: none;
border-radius: 0;
padding: 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
background-color: white;
}

.dropdown-item {
padding: 0.4rem 1.5rem;
color: #333;
}

.dropdown-item:hover {
background-color: #dbc39352;
color: #003a69;
}

/* Original Megamenu Styles */
.megamenu {
position: static !important;
}

.megamenu .dropdown-menu {
width: 100%;
padding: 20px;
left: 0;
right: 0;
background-color: white;
color: #333;
}

.megamenu-content {
padding: 20px;
}

.megamenu-content .title {
font-size: 1rem;
font-weight: 600;
color: #003a69;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}

.megamenu-content ul {
list-style: none;
padding-left: 0;
}

.megamenu-content ul li {
padding: 5px 0;
}

.megamenu-content ul li a {
color: #555;
text-decoration: none;
font-size: 0.9rem;
transition: all 0.3s ease;
}

.megamenu-content ul li a:hover {
color: #003a69;
padding-left: 5px;
background-color: #f0f8ff;
display: inline-block;
width: 100%;
}

/* Multi-level Dropdown */
.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
display: block;
}

/* country sidebar */
.country-sidebar {
background: #f8f9fa;
/* border-right: 3px solid #003a69; */
padding: 0;
min-height: 400px;
}

.country-tab {
display: block;
padding: 7px 20px;
color: #555;
text-decoration: none;
border-bottom: 1px solid #e9ecef;
transition: all 0.3s;
font-weight: 600;
font-size: 16px;
}

.country-tab:hover, .country-tab.active {
background: #43205a;
color: white;
text-decoration: none;
}

.country-content {
padding: 20px;
}

.content-section h4 {
color: #43205a;
border-bottom: 2px solid #e67e22;
padding-bottom: 8px;
margin-bottom: 15px;
font-size: 1.1rem;
font-weight: 600;
}
.content-section a{
text-decoration: none;
}

.content-list {
list-style: none;
padding: 0;
margin-bottom: 25px;
}

.content-list li {
margin-bottom: 8px;
}

.content-list a {
text-decoration: none;
color: #666;
font-size: 0.9rem;
transition: color 0.3s;
}

.content-list a:hover {
color: #003a69;
}

.country-tab.active {
font-weight: bold;
color: white; 
}
.country-content-section {
display: none;
}
.country-content-section.active {
display: block;
}


/* favourite icon */
.heart-icon-wrapper {
background-color: #fff;
color: #000;            
width: 24px;
height: 24px;
padding: 8px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
/* font-size: 12px; */
}

/* Language Selector */
.language-selector .dropdown-menu {
min-width: 240px;
padding: 15px;
}

.languages ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
}

/*.languages ul li {
width: 50%;
padding: 5px;
}*/

.languages ul li a {
display: flex;
align-items: center;
color: #333;
text-decoration: none;
padding: 5px;
}

.languages ul li a:hover {
background-color: #f8f9fa;
}

.languages ul li a img {
width: 24px;
margin-right: 10px;
}
/*  */
.hero-bg-img{
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100vw;
min-height: 100vh;
width: auto;
height: auto;
z-index: 0;
object-fit: contain;
/* object-fit: cover; */
} 
.hero-bg-img img{
width: 100%;
height: 100%;
}
.hero-bg-banner{
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100vw;
min-height: 100vh;
width: auto;
height: auto;
z-index: 0;
object-fit: contain;
} 
.hero-bg-banner img{
padding-top:20%;
width: 100%;
height: 100%;
}
.hero-bg-page-banner{
position: absolute;

top: 45%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100vw;
/*min-height: 100vh;*/
width: auto;
height: auto;
z-index: 0;
object-fit: contain;
} 
.hero-bg-page-banner img{

width: 100%;
/*height: 100%;*/
height: 550px;
}
.common-page-section{
  padding: 0rem 1rem;
position: relative;
}

/* sidebar */
.trip-section {
padding: 2rem 1rem;
position: relative;
/* background: #fff; */
}

.sidebar {
/*position: sticky;*/
top: 6rem;
background-color: #fff;
padding: 1.5rem;
border: 2px dashed #dbc393;

border-radius: 2px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
z-index: 2;
}
.fixed-sticky{
position: sticky;
top: 5rem;
background-color: #fff;
padding: 1.5rem;
border: 2px dashed #dbc393;

border-radius: 2px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
z-index: 2;
}

.team-sidebar{
position: sticky;
top: 6rem;
background-color: #fff;
padding: 1.5rem;
border: 2px solid #eee;
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
z-index: 2;
}

.team-sidebar p.title{
background-color: #43205a;
font-size: 20px;
font-weight: 700;

}
.team-banner {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
}

.team-banner-image {
position: relative;
width: 100%;
height: 100%;
}

.team-banner-image img {
width: 100%;
height: 100%;
opacity: .9;
filter: contrast(1.2);
object-fit: cover;
object-position: center;
}

.team-banner-text {
position: absolute;
top: 50%;
left: 5%;
transform: translateY(-50%);
color: white;
z-index: 2;
max-width: 600px;
}

.team-banner-text .badge {
background-color: #ff7f30;
color: white;
font-weight: bold;
padding: 6px 12px;
border-radius: 3px;
display: inline-block;
margin-bottom: 1rem;
font-size: 0.85rem;
text-transform: uppercase;
}

.team-banner-text h1 {
font-size: 4.5rem;
line-height: 1.2;
margin-bottom: 1rem;
}

.team-banner-text p {
font-size: 1.5rem;
font-weight: 200;
}
.team-member p.small{
color: #f5b041;
}
.team h2{
font-size: 2rem !important;
}

   /* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    z-index: 9999;
    overflow-y: auto;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
}

/* Mobile Menu Header */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #000000;
    border-bottom: 1px solid #333;
}

.mobile-menu-logo img {
    height: 80px;
    width: auto;
}

.mobile-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
}

/* Mobile Menu Content */
.mobile-menu-content {
    padding: 0;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px); /* Adjust for header height */
}

/* Mobile Menu Footer */
.mobile-menu-footer {
    margin-top: 50px;
    padding: 20px;
    background-color: #000000;
    /*border-top: 1px solid #333;*/
    display: flex;
    gap: 15px;
    justify-content: center;
}

.mobile-footer-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid #333;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
    text-decoration: none;
}

.mobile-footer-btn:hover {
    background-color: #1a1a1a;
    border-color: #555;
    color: white;
}

.mobile-footer-btn i {
    font-size: 18px;
    margin-bottom: 5px;
}

.mobile-footer-btn span {
    font-size: 12px;
    font-weight: 500;
}

.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid #333;
}

.mobile-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.mobile-nav-link:hover {
    background-color: #1a1a1a;
    color: white;
    text-decoration: none;
}

/* Dropdown Arrow */
.mobile-dropdown-arrow {
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #ccc;
}

.mobile-nav-item.active .mobile-dropdown-arrow {
    transform: rotate(180deg);
}

/* Mobile Submenu */
.mobile-submenu {
    display: none;
    background-color: #000000;
    border-top: 1px solid #333;
}

.mobile-submenu.active {
    display: block;
}

.mobile-submenu-item {
    border-bottom: 1px solid #333;
}

.mobile-submenu-link {
    display: block;
    padding: 15px 40px;
    color: #ccc;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.mobile-submenu-link:hover {
    background-color: #1a1a1a;
    color: white;
    text-decoration: none;
    padding-left: 45px;
}





.mobile-dropdown-arrow {
  transition: transform 0.3s ease;
}

.mobile-dropdown-arrow.rotated {
  transform: rotate(180deg);
}

.mobile-submenu .mobile-submenu {
    background-color: #111; 
    border-top: 1px solid #444;
}

.mobile-submenu .mobile-submenu-link {
    padding-left: 60px; 
    font-size: 15px;
}

.mobile-submenu .mobile-submenu .mobile-submenu-link {
    padding-left: 10px; 
    font-size: 18px;
}

/* Nested submenu item borders */
.mobile-submenu .mobile-submenu-item {
    border-bottom: 1px solid #444;
}

/* Active state styling */
.mobile-nav-item.active > .mobile-nav-link,
.mobile-submenu-item.active > .mobile-nav-link {
    background-color: #1a1a1a;
}

/* Submenu transitions */
.mobile-submenu {
    display: none;
    background-color: #000000;
    border-top: 1px solid #333;
    transition: all 0.3s ease;
    overflow: hidden;
}

.mobile-submenu.active {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
    }
}


.circle-check{
color: #43205a;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

/* overlapping image */
.section-container {
/*padding: 40px 0;*/
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.image-section {
position: relative;
height: 600px;
}
.main-temple-image-box {
position: absolute;
top: 0;
left: 0;
width: 85%;
height: 350px;
object-fit: cover;
/*border: 5px solid white;*/

/*border-radius: 15px;*/
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
z-index: 1;
}
.main-temple-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 350px;
object-fit: cover;
/*border: 5px solid white;*/

/*border-radius: 15px;*/
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
z-index: 1;
}
.about-content p{
font-size: 1.05rem;
}

.buddha-statue-image-box {
position: absolute;
border: 5px solid white;
bottom: 0;
right: 0;
width: 80%;
height: 66%;
object-fit: cover;
/*border-radius: 15px;*/
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
z-index: 2;
}

.buddha-statue-image {
position: absolute;
border: 5px solid white;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
object-fit: cover;
/*border-radius: 15px;*/
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
z-index: 2;
}

.experience-badge {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
top: 70px;
right: 0%;
background: white;
padding: 10px 20px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
/*text-align: center;*/
z-index: 3;
min-width: 180px;
}

.experience-badge h2 {
font-size: 3.5rem;
font-weight: 700;
color: #1e3a8a;
margin: 0;
line-height: 1;
}

.experience-badge strong {
color: #1e3a8a;
font-weight: bold;
font-size: 0.9rem;
line-height: 1.3;
}


.quote-mark {
position: absolute;
top: 15px;
right: 2px;
background: transparent;
color: #fbbf24;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
font-weight: bold;
}

.content-section {
padding-left: 40px;
}

.section-title h1 {
font-size: 2.2rem;
font-weight: 700;
color: #1e3a8a;
margin-bottom: 20px;
line-height: 1.2;
}

.section-content p {
color: #6b7280;
font-size: 1rem;
line-height: 1.7;
margin-bottom: 20px;
}

.section-content p:first-of-type {
font-weight: 500;
color: #374151;
}

.company-name {
font-weight: 700;
color: #1e3a8a;
}

.chat-widget {
position: fixed;
bottom: 30px;
right: 30px;
background: #dc2626;
color: white;
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
cursor: pointer;
z-index: 1000;
}

.welcome-message {
position: fixed;
bottom: 100px;
right: 30px;
background: white;
padding: 15px 20px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
max-width: 250px;
font-size: 0.9rem;
color: #374151;
z-index: 999;
}
/*additioanl css*/
.gj-datepicker-md [role=right-icon] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    margin: 15px 8px 15px 15px;
}
.gj-textbox-md {
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding: 18px 16px;
    margin: 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: rgba(0,0,0,.87);
    border: 1px solid #ced4da;
}
.en-btn{
    margin-left: 8px;
}
/*.cat-map-img figure img{
    
}*/
.itinerary-img{
    margin-bottom:8px;
}
.equip-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.video-intro-layer{
    text-align: right;
}
.video-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50px;
    border: 3px solid #dbc393;
    cursor: pointer;
}
.video-icon .fa-play {
    color: #dbc393;
    font-size: 20px;
    display: flex;
    justify-content: center;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#popupvideo .modal-body {
  border-radius: 0;
  padding: 0;
}
#popupvideo .modal-content {
  border-radius: 0;
}
#popupvideo .modal-header{
  padding: 0;
}

/*print section css*/
.print-section .navbar-brand{
    justify-content: end;
    display: flex;
}
/*.pdf-breadcrumb{
    display: flex;
}*/
#pdf-faqs h3{
    font-size: 20px;
    color: #000;
}
.cat-text{
  cursor: pointer;
}
.text-muted{
  color: #414446 !important;
}
.modal-backdrop {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
/*blink css*/

  .blinking {

  -webkit-animation: 1.5s blink ease infinite;

  -moz-animation: 1.5s blink ease infinite;

  -ms-animation: 1.5s blink ease infinite;

  -o-animation: 1.5s blink ease infinite;

  animation: 1.5s blink ease infinite;

  

}



@keyframes "blink" {

  from, to {

    opacity: 0;

  }

  50% {

    opacity: 1;

  }

}



@-moz-keyframes blink {

  from, to {

    opacity: 0;

  }

  50% {

    opacity: 1;

  }

}



@-webkit-keyframes "blink" {

  from, to {

    opacity: 0;

  }

  50% {

    opacity: 1;

  }

}



@-ms-keyframes "blink" {

  from, to {

    opacity: 0;

  }

  50% {

    opacity: 1;

  }

}



@-o-keyframes "blink" {

  from, to {

    opacity: 0;

  }

  50% {

    opacity: 1;

  }

}

/**/

.circle-bg {

  -webkit-animation: 1.5s blink ease infinite;

  -moz-animation: 1.5s blink ease infinite;

  -ms-animation: 1.5s blink ease infinite;

  -o-animation: 1.5s blink ease infinite;

  animation: 1.5s blink ease infinite;

  

}



@keyframes "blink" {

  from, to {

    opacity: 0;

  }

  50% {

    opacity: 1;

  }

}



@-moz-keyframes blink {

  from, to {

    opacity: 0;

  }

  50% {

    opacity: 1;

  }

}



@-webkit-keyframes "blink" {

  from, to {

    opacity: 0;

  }

  50% {

    opacity: 1;

  }

}



@-ms-keyframes "blink" {

  from, to {

    opacity: 0;

  }

  50% {

    opacity: 1;

  }

}



@-o-keyframes "blink" {

  from, to {

    opacity: 0;

  }

  50% {

    opacity: 1;

  }

}
.btn-center{
  text-align: center;
}
/*pagination*/
 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .page-link {
    border: none;
    background: #43205a;
    color: #fff;
    margin: 0 10px;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    transition: all .5s ease-in-out;
}
.pagination .page-link:hover {
 color: #fff;
  }

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e67e22;
    border-color: #e67e22;
}

.section-title {
text-align: left;
}

.section-title p {
font-weight: 600;
margin-bottom: 0.2rem;
font-size: 16px;
color: #000;
}
.section-title .highlight {
color: #dbc393;
}
.destination-card {
position: relative;
color: white;
}
.destination-card img {
width: 100%;
height: 100%;
object-fit: cover;
}
.destination-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 1rem;
background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
}
.destination-overlay h5{
color: #fff;
font-size: 24px;
}
.destination-overlay p{
color: #fff;
font-weight: 700;
font-size: 14px;
}
.big-card {
height: 500px;
box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
}
.small-card {
/*height: 320px;*/
box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
}
.cat-card {
  height: 320px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
}

/* nepal in all season */
.yellow-line-top,
.yellow-line-bottom {
width: 35%;
height: 20px;
background-color: #ffd700;
margin: 0 auto;
}

.hero-section {
min-height: 70vh; 
position: relative;
}

.gradient-bg {
background: linear-gradient(135deg, #43205a 0%, #43205a 50%, #795548 75%, #795548 100%);
min-height: 70vh; 
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.content-wrapper {
position: relative;
z-index: 5;
padding: 0px 20px;
color: white;
max-width: 750px;
width: 100%;
}

.main-title-seasons {
font-size: 3.5rem;
font-weight: 300;
margin-bottom: 1rem;
line-height: 1.2;
}

.subtitle {
font-size: 1.25rem;
font-weight: 300;
margin-bottom: 2rem;
opacity: 0.9;
}

.underline {
width: 60px;
height: 4px;
background-color: white;
margin: 0 auto 2rem;
}

.description {
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 2.5rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}

.cta-buttons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
justify-content: center;
}

.btn-custom {
background-color: white;
color: #333;
border: none;
padding: 12px 30px;
font-size: 1rem;
font-weight: 500;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
transition: all 0.3s ease;
border-radius: 5px;
}

.btn-custom:hover {
background-color: #f8f9fa;
color: #333;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.arrow {
font-size: 1.2rem;
}

/* Optional: Placeholder image section if needed */
.image-section {
position: relative;
min-height: calc(100vh - 40px);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.image-placeholder {
width: 100%;
height: 100%;
background: rgba(0,0,0,0.2);
border: 2px dashed rgba(255,255,255,0.5);
display: flex;
align-items: center;
justify-content: center;
color: rgba(255,255,255,0.8);
font-size: 1.2rem;
min-height: calc(100vh - 40px);
box-sizing: border-box;
}

/*  */
.overview-heading {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 5px;
color: #43205a;
}


.overview-itenary-heading {
font-weight: 700;
margin-bottom: 1rem;
color: #43205a;
}

.overview-paragraph {
line-height: 1.7;
font-size: 1.05rem;
}
.overview-paragraph h3{
    font-size: 20px;
}
.overview-inner-title {
color: #e67e22;
}
.highlights ul li::before{
content: "\f178";
font-family: "Font Awesome 5 Pro";
left: 24px;
position: absolute;
color: #43205a;
font-weight: 700;
}
.common-module ul li::before{
  content: "\f178";
font-family: "Font Awesome 5 Pro";
left: 24px;
position: absolute;
color: #43205a;
font-weight: 700;
}
#include-exclude .card {
background-color:#f7f7f7 !important;
}
.include ul li::before{
content: "\f058";
font-family: "Font Awesome 5 Pro";
left: 19px;
position: absolute;
color: #198754;
font-weight: 700;
}
.exclude ul li::before{
content: "\f00d";
font-family: "Font Awesome 5 Pro";
left: 19px;
position: absolute;
color: #ff0000;
font-weight: 700;
}
.userful-info ul li::before{
content: "\f178";
    font-family: "Font Awesome 5 Pro";
    left: 24px;
    position: absolute;
    color: #43205a;
    font-weight: 700;
}
ul li{
font-size: 17px;
line-height: 2;
}

/*  itinerary timeline */

.timeline-container {
position: relative;
padding-left: 60px;
}

.timeline-item {
position: relative;
margin-bottom: 1rem;
}

.timeline-pin {
position: absolute;
left: -60px;
top: 12px;
width: 35px;
height: 35px;
background-color: #dbc393;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}

.timeline-pin i {
color: white;
font-size: 14px;
}

.timeline-line {
position: absolute;
left: -42.5px;
top: 47px;
width: 2px;
height: calc(100% + 0.5rem);
background: repeating-linear-gradient(
    to bottom,
    #ccc 0px,
    #ccc 5px,
    transparent 5px,
    transparent 10px
);
z-index: 1;
}

.timeline-item:last-child .timeline-line {
display: none;
}

.timeline-content {
background: white;
border-radius: 8px;
overflow: hidden;
}

.timeline-header {
background: #f8f9fa;
padding: 1rem;
cursor: pointer;
border: none;
border-bottom: 1px solid #dee2e6;
width: 100%;
text-align: left;
display: flex;
align-items: center;
gap: 1rem;
font-weight: 600;
color: #333;
transition: background-color 0.2s;
}

.timeline-header:hover {
background: #e9ecef;
}

.timeline-header .badge {
flex-shrink: 0;
}

.timeline-body {
/*padding: 1.5rem;*/
background: white;
display: none;
}

.timeline-body.show {
display: block;
}

.timeline-body p {
margin-bottom: 1rem;
/*color: #666;*/
line-height: 1.6;
}

.timeline-details {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
margin-bottom: 0;
/*background-color: #dbc393;
padding: 5px 5px 5px 10px;*/
}

.timeline-details > div {
display: flex;
align-items: center;
font-size: 14px;
color: #e67e22;
font-weight: 700;
}

.timeline-details i {
font-weight: 700;
margin-right: 0.5rem;
color: #e67e22;
}

.timeline-details strong {
font-weight: 700;
}


/*  */
.info-card {
position: sticky;

top: 200px;
border: 1px solid #e0e0e0;
border-radius: 4px;
overflow: hidden;
font-family: inherit;
}

.info-card-header {
background-color: #451d5c;
color: white;
padding: 12px 16px;
font-weight: bold;
position: relative;
}

.info-card-header::after {
content: "";
position: absolute;
bottom: -10px;
left: 20px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #451d5c;
}

.info-card-body {
padding: 16px;
float: left;
}
.ess-info{
background: white;
box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
border-radius: 6px;
overflow: hidden;
padding-bottom: 7px;
}

.price-card{
background: white;
box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
border-radius: 6px;
overflow: hidden;
padding: 0px 7px;
}
.common-module h3{
  font-size: 20px;
}

.info-link {
text-decoration: none;
color: #451d5c;
font-weight: 600;
display: inline-block;
margin-bottom: 6px;
}
/*  */
.expert-card {
background: white;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 10px 16px;
max-width: 328px;
}

.expert-img {
width: 55px;
height:55px;
border-radius: 50%;
object-fit: cover;
border: 4px solid #fff;
}

.expert-info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
}

.whatsapp-icon {
color: #25d366;
font-size: 20px;
}

.talk-label {
font-weight: 500;
color: #e67e22;
font-size: 15px;
}

.phone-number {
font-size: 15px;
font-weight: 500;
color: #333;
margin-top: 2px;

}
.expert-info a{
  text-decoration: none;
}

/*  */

/* contact page (contact + lcoation) */

/*.contact-section{
padding: 20px;
}*/

.map-section{
padding: 1px;
}

.contact-header {
color: #43205a;
font-weight: bold;
font-size: 2.5rem;
margin-bottom: 1rem;
position: relative;
}

.contact-header::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 60px;
height: 4px;
background-color: #8B4513;
}

.contact-info {
background: white;
padding: 2rem;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
margin-bottom: 2rem;
}

.contact-item {
display: flex;
align-items: flex-start;
margin-bottom: 2rem;
gap: 1rem;
}

.contact-icon {
width: 25px;
height: 24px;
color: #43205a;
margin-top: 3px;
font-size: 24px;
}

.contact-details h6 {
color: #43205a;
font-weight: 600;
margin-bottom: 0.5rem;
font-size: 1.5rem;
text-align: left;
}

.contact-details p {
color: #353c42;
margin-bottom: 0.25rem;
line-height: 1.6;
font-size: 1.4rem;
text-align: left;
}

.message-form {
background: #fff;
padding: 1rem;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.form-section-title {
color: #43205a;
font-weight: 600;
font-size: 1.5rem;
margin-bottom: 2rem;
}

/* Custom floating label styles */
.form-floating {
position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
/* height: calc(3.5rem + 2px); */
/* line-height: 1.25; */
/* border: 2px solid #8B4513; */
border-radius: 8px;
/* padding: 1rem 0.75rem 0.25rem 0.75rem; */
background-color: white;
transition: border-color 0.15s ease-in-out;
outline: none;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
border-color: #8B4513;
box-shadow: none;
outline: none;
}

.form-floating > label {
position: absolute;
top: -0.3rem; /* adjust as needed */
left: 0.75rem;
pointer-events: none;
/* transform-origin: 0 0; */
color: #000;
background-color: white;
padding: 0 4px;
z-index: 2;
font-size: 1rem;
/* transition: all 0.2s ease-in-out; */
height: auto;
opacity: 1;
line-height: 1;
}

.form-floating > .form-control::placeholder {
color: transparent;
opacity: 1;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
/* opacity: 0.65; */
/* transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); */
opacity: 1  ;
color: #8B4513;
background-color: white;
}

.required-asterisk {
color: #dc3545;
margin-left: 2px;
}

.form-floating textarea.form-control {
height: auto;
resize: vertical;
padding-top: 1.625rem;
}

.btn-send {
background-color: #8B4513;
border-color: #8B4513;
color: white;
padding: 12px 30px;
font-weight: 600;
border-radius: 8px;
transition: all 0.3s ease;
}

.btn-send:hover {
background-color: #6d3410;
border-color: #6d3410;
color: white;
transform: translateY(-1px);
}

.company-name {
    color: #43205a;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0px 2rem;
    text-align: left;
    margin-top: 15px;
}

/* Validation Styles */
.form-control.is-invalid {
border-color: #dc3545;
}

.form-control.is-valid {
border-color: #28a745;
}

.invalid-feedback {
display: block;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}

.valid-feedback {
display: block;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #28a745;
}

.form-floating > .form-control.is-invalid:focus ~ label,
.form-floating > .form-control.is-invalid:not(:placeholder-shown) ~ label {
color: #dc3545;
}

.form-floating > .form-control.is-valid:focus ~ label,
.form-floating > .form-control.is-valid:not(:placeholder-shown) ~ label {
color: #28a745;
}

.alert {
border-radius: 8px;
margin-bottom: 1rem;
}


/*  */
.bg-orange {
background-color: #f57c00 !important;
}

.accordion-button {
transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed) {
background-color: #fef6f0;
color: #d35400;
}

.accordion-item {
border-radius: 12px;
border: 1px solid #ececec;
}

.accordion-body {
font-size: 0.95rem;
line-height: 1.7;
}
.accordion-body p{
  font-size: 16px;
}

/* cost detail */

.cost-detail-title{
color: #ffc107;
}
/*  */


/* depature style */
.depature-heading{
font-size: 2rem;
font-weight: 700;
margin-bottom: 1rem;
color: #43205a; 

}
.depature-section{
color: #43205a;
}

.route-map h2{
color: #43205a;
}

.route-image img{
max-width: 100%;
height: auto;
}
/*  */
.price-tag {
font-size: 2rem;
font-weight: 700;
color: #43205a;
}

.features-box {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 2rem;
}

.feature-item {
flex: 1 1 220px;
background-color: #e6e5e1;
padding: 1rem;
border-radius: 8px;
/* text-align: center; */
font-weight: 500;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.badge-price {
position: absolute;
top: 80px;
left: -20px;
transform: rotate(-45deg);
transform-origin: top left;
background: #e67e22;
color: white;
font-weight: bold;
padding: 0.4rem 2rem;
font-size: 0.8rem;
z-index: -1;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


/* .badge-price::after {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 0;
z-index: -2;
border-style: solid;
border-width: 10px 0 0 10px;
border-color: transparent transparent transparent #c56b1c;
} */




/* Contact Info */
.contact-info {
padding: 5px 15px;
text-align: right;
color: white;
}

.contact-info small {
display: block;
font-size: 0.8rem;
opacity: 0.8;
}

.contact-info h6 {
margin: 0;
font-weight: 600;
font-size: 1.1rem;
}

.contact-info p {
margin: 0;
font-size:16px;
letter-spacing: 0.5px;
}

/* Search Button */
.search-btn {
color: white;
font-size: 1.2rem;
margin-left: 10px;
cursor: pointer;
}

.search-container {
position: relative;
}

.search-input {
height: 50px;
border-radius: 30px;
padding-left: 35px;
border: none;
box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.search-icon {
position: absolute;
top: 50%;
padding-right: 15px;
transform: translateY(-50%);
color: #888;
right: 0;
}

/* New Trek Mega Menu Styles */
.trek-megamenu {
position: static !important;
}

.trek-megamenu .dropdown-menu {
width: 100%;
left: 0;
right: 0;
padding: 30px;
}

.trek-region {
height: 430px;
margin-bottom: 10px;
}

.trek-region h3 {
color: #003a69;
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #e67e22;
}

.trek-list {
padding-left: 0;
}

.trek-list li {
margin-bottom: 8px;
}

.trek-list li a {
color: #000;
text-decoration: none;
display: block;
padding: 0px 0;
font-size: 15px;
transition: all 0.3s ease;
}

.trek-list li a:hover {
color: #e67e22;
/*padding: 10px;*/
}

/*.trek-list li a:before {
content: "¦";
color: #003a69;
margin-right: 10px;
font-size: 0.8rem;
}*/
 .menu-section{
        position: relative;
    overflow: hidden;
    height: 430px;
    overflow-y: scroll;
      }

/* Mega menu background and spacing */
.mega-background {
/*margin-top: 15px;*/
background-color: white;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/*gallery*/
.gallery-container {
display: grid;
grid-template-columns: 4fr 1fr;
grid-template-rows: auto auto;
gap: 15px;
/*height: 500px;*/
}
.gallery-main {
grid-column: 1;
grid-row: 1 / 3;
}
/*.gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}*/
.gallery-right {
display: flex;
flex-direction: column;
gap: 15px;
}
.gallery-small {
height: 100px;
}

/*.gallery-item {
position: relative;
cursor: pointer;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}*/

.gallery-item:hover img {
transform: scale(1.05);
}

.gallery-item .caption {
position: absolute;
bottom: 0;
width: 100%;
padding: 8px;
text-align: center;
background: rgba(0, 0, 0, 0.6);

font-weight: bold;
font-size: 16px;
}

/* rating summary */
.rating-summary {
background-color: #f8f9fa;
border-radius: 8px;
padding: 2rem;
margin-bottom: 2rem;
}
.overall-rating {
font-size: 4rem;
font-weight: bold;
color: #e67e22;
line-height: 1;
}
.rating-scale {
color: #e67e22;
font-size: 1.2rem;
}
.rating-label {
color: #6c757d;
font-size: 1.5rem;
font-weight: 600;
margin-top: 0.5rem;
}
.rating-breakdown {
padding-left: 2rem;
}
.rating-row {
display: flex;
align-items: center;
margin-bottom: 0.75rem;
}
.rating-name {
width: 100px;
text-align: right;
margin-right: 1rem;
font-weight: 500;
color: #495057;
}
/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 1.5rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
   font-family: "Font Awesome 5 Pro";
    content: "\f005 "; /* full star */
}

/* Click + hover color */
.rate input:checked ~ label, /* color current and previous stars on checked */
.rate label:hover, .rate label:hover ~ label {
 color: #73B100;  
 } /* color previous stars on hover */

/* Hover highlights */
.rate input:checked + label:hover, .rate input:checked ~ label:hover, /* highlight current and previous stars */
.rate input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate label:hover ~ input:checked ~ label /* highlight previous selected stars */
 { color: #73B100; 
  } 
.progress-container {
flex: 1;
margin-right: 1rem;
}
.progress {
height: 8px;
background-color: #e9ecef;
}
.progress-bar-excellent {
background-color: #e67e22;
}
.progress-bar-very-good {
background-color: #e67e22;
}
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #2ecc71;
transition: width 0.6s ease;
}
.rating-count {
width: 20px;
text-align: center;
font-weight: 600;
color: #495057;
}
.review-count {
color: #6c757d;
font-size: 0.9rem;
margin-top: 0.5rem;
}
.review-section {
margin-top: 2rem;
}



.custom-arrow i {
color: #f5b041; 
font-size: 2rem;
}

.carousel-control-prev,
.carousel-control-next {
background: transparent; /* Keeps no background */
border: none;
}


.review-section h2,.review-section h5{
color: #43205a;
}
.review-title{
color: #43205a;
}

.banner-title{
z-index: 10;
}
.banner-title h1 {
position: relative;
margin-bottom: 20px;
font-size: 55px;
text-transform: uppercase;
line-height: 1.35em;
-webkit-animation-delay: .6s;
animation-delay: .6s;
font-weight: 400;
letter-spacing: 13px;
text-align: center;
}

.banner-title {
position: relative;
margin-bottom: 20px;
font-family: 'Gilda Display', serif;
font-size: 27px;
text-transform: uppercase;
line-height: 1.35em;
-webkit-animation-delay: .6s;
animation-delay: .6s;
color: #fff;
font-weight: 400;
letter-spacing: 15px;
text-align: center;
}

.wrap-link {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
}

.banner-title .wrap-link li {
display: inline-block;
margin-right: 10px;
}

.banner-title .wrap-link li a {
color: #fff;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .25rem;
text-decoration: none;
}

.banner-title .wrap-link li a .icon {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
border: 1.5px solid #fff;
border-radius: 50%;
margin-left: 15px;

}

/*  */
.newmenu {
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
border-bottom: 1px solid #fff;
padding: 20px;
box-sizing: border-box;
}

.navbar-expand-md .navbar-collapse {
justify-content: end;
}

.menu-right {
padding-top: 20px;
color: #fff;
display: none;
}

.menu-right h6 {
margin: 0;
color: #fff;
}

.menu-right ul {
padding: 0;
margin: 0;
}

.menu-right ul li {
list-style: none;
margin-right: 20px;
display: inline-block;
}

.search button {
background: #dbc393;
border: 1px solid #dbc393;
}

.country button.nobg {
background: transparent;
border-radius: 100px;
border: 1px solid #fff;
padding: 8px 18px;
}

.country button.nobg:hover {
background: none;
}
.country button.nobg a {
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
}
.country button.nobg a img {
margin-right: 10px;
}

.languages ul {
padding-left: 0;
}

.languages ul li {
list-style: none;
display: inline-block;
margin-right: 20px;
margin-bottom: 10px;
}

.languages img {
width: 24px;
height: 24px;
margin-right: 5px;
}

.languages ul li a {
font-size: 15px;
color: #000;
text-decoration: none;
}

.modal-header {
background-color: #0d4a6c;
}

.banner h1,
.banner h6 {
color: #fff;
}
.page-banner h1,
.page-banner h6 {
color: #fff;
}

.banner-title {
padding-top: 220px;
}

.banner h1 {

font-size: 3.65rem;
line-height: 50px;
}

.banner h6 {
margin: 20px 0;
}
.page-banner h1,.page-banner h2 {
font-size: 3.65rem;
line-height: 50px;
}


.page-banner h6 {
margin: 20px 0;
}

.common-btn button {
background: #43205a;
/*  border-radius:100px;*/
border: 1px solid #43205a;
padding: 15px 30px;
font-weight: 600;
font-size: 15px;
}

.common-btn button:hover {
background: #dbc393;
border: 1px solid #dbc393;
}

.newmenu ul li.eng {
margin-top: -8px;
}

.tl {
padding: 52px;
}

.travel-prog {
background: #dbc393 url(../images/m_program_bg-1.jpg) no-repeat;
width: 100%;
max-height: 193px;
}

.travel-left h3 {
text-transform: uppercase;
font-size: 22px;
color: #fff;
margin-bottom: 20px;
}

.travel-left small {
font-size: 14px;
padding-left: 5px;
color: #fff;
}

.travel-left ul {
padding-left: 0;
}

.travel-left ul li {
display: inline-block;
margin-right: 10px;
list-style: none;
border: 1px solid #fff;
padding: 10px;
}

.travel-left ul li a {
color: #fff;
text-decoration: none;
font-weight: 600;
}

.travel-left ul li a:hover {
color: #dbc393;
}

.phone-detail {
display: flex;
justify-content: end;
padding-top: 20px;
}

.phone-detail .phone {
margin: 32px 10px;
}

.phone-info h5,
.phone-info h6,
.phone-info a {
color: #fff;
font-family: "Nunito Sans", sans-serif;
font-weight: 500;
font-size: 22px;
margin: 0;
}

.phone-info a i {
margin-right: 5px;
}

.phone-info a {
text-decoration: none;
}

.phone-info h6 {
margin-top: 10px;
margin-bottom: 0;
}
.phone img {
height: 80px;
}
.section-title h2:after,.section-title h1:after {
content: '';
display: block;
width: 80px;
height: 4px;
background: #e67e22;
margin: 5px 0;
}
.text-primary .fas {
color: #0d4a6c;
}
.social-media ul li.facebook a {
color: #1877F2;
}
.social-media ul li.twitter a {
color: #1DA1F2;
}
.social-media ul li.youtube a {
color: #FF0000;
}
.social-media ul li.instagram a {
color: #d62976;
}
.section-title h2 {
color: #43205a;
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 20px;
}
.common-titles h2 {
max-width: 38%;
}
.common-space {
padding: 30px 0 10px 0;
}
.common-bg {
background: #e6e5e1;
}
.bg-light {
background: #f8f9fa;
}
.seller-box {
border-bottom:2px solid #dbc393;
box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
position: relative;
background-color: #fff;
height: 540px;
}
.seller-box i.far.fa-heart {
position: absolute;
top: 0;
right: 0;
font-size: 25px;
color: #fff;
padding: 20px;
}
/*.seller-box a{
background: #000;
display: block;
}*/
.seller-box img {
width: 100%;
height: 320px;
object-fit: cover;
}
.seller-box h4 a {
text-decoration: none;
color: #032139;
font-size: 1.55rem;
}

.common-hover a:hover {
color: #dbc393;
}
.seller-info p {
color: #000;
}
.seller-info {
background: #fff;
padding: 0px 20px 20px 20px;
}
.seller-info i{
padding-right: 2px;
}
.seller-info strong{
font-size: 14px;
}
.seller-info .fa-2x{
font-size: 2.5em;
}
.user-review ul {
padding-left: 20px;
}

.user-review ul li img {
border-radius: 100px;
width: 37px;
height: 37px;
border: 4px solid #fff;
margin-left: -10px;
}

.user-review ul li {
display: inline-block;
margin-left: -10px;
}

.plus-count span {
display: flex;
border-radius: 20px;
width: 37px;
height: 37px;
background-color: #eeeed7;
border: 4px solid #fff;
margin-left: -14px;
padding: 4px;
font-size: 13px;
}

.ratings ul {
padding-left: 20px;
}

.ratings ul li {
display: inline-block;
list-style: none;
}

.ratings ul li i {
color: #e67e22;
margin-right: 0;
padding: 0;
}

.user-review-details {
display: flex;
}

/*.price span{
font-size: 14px;
color: #502419;
}*/
.trek-level-1 {
color: #00a680;
font-size: 22px;
margin-right: 2px;
}

.trek-level-2 {
color: #00a6805c;
font-size: 22px;
margin-right: 2px;
}

.price .sell-price {
font-size: 24px;
color: #e67e22;
font-weight: 700;
}

.price .reg-price {
color: #43205a;
font-weight: 600;
margin-right: 4px;
font-size: 20px;
text-decoration: line-through;
}

.price h6 {
font-weight: 400;
color: #502419;
margin: 0;
}

.price p {
font-weight: 400;
color: #502419;
margin: 0;
font-size: 12px;
text-transform: uppercase;
}

.price small {
color: #000;
}

/* Upcoming Trips */
.trip-table {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.trip-table table {
margin-bottom: 0;
}

.trip-table th {
background-color: #43205a;
color: white;
font-weight: 600;
padding: 15px;
}

.trip-table td {
padding: 10px 10px 10px 10px;
vertical-align: middle;
}

.trip-table tr:nth-child(even) {
background-color: #f8f9fa;
}

.btn-primary {
background-color: #dbc393;
border-color: #dbc393;
padding: 12px 30px;
font-weight: 700;
border-radius: 30px;
transition: all 0.3s ease;
}

.btn-primary:hover {
background-color: #e67e22;
border-color: #e67e22;
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.price-card .btn-primary {
background-color: #e67e22;
border-color: #e67e22;
padding: 12px 30px;
font-weight: 700;
border-radius: 30px;
transition: all 0.3s ease;
}
.customize-section{
     padding: 15px 0px;
    position: relative;
 }
.plan-your-own-trip {
    position: relative;
    background-color: #dbc393;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.plan-your-own-trip::before {
    position: absolute;
    content: "";
    left: -2px;
    right: 0;
    top: 15px;
    bottom: 15px;
    width: 4px;
    background-color: #43205a;
    border-radius: 2px;
    z-index: -1;
}
.btn-plan-your-trip {
    padding: 0 38px;
    font-size: 16px;
    background-color: #e67e22;
    color: #fff;
    border: 2px solid transparent;
    line-height: 46px;
    text-decoration: none;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
}
.text-plan-trip{
    font-size: 17px;
}
.btn-plan-your-trip:hover {
    color: #fff;

    }
.left-section .btn-primary {
background-color: #e67e22;
border-color: #e67e22;
padding: 12px 30px;
font-weight: 700;
border-radius: 30px;
transition: all 0.3s ease;
}


.btn-outline-primary {
color: #0d4a6c;
border-color: #0d4a6c;
}

.btn-outline-primary:hover {
color: #fff;
background-color: #e67e22;
border-color: #e67e22;
}
.btn-check:focus + .btn-primary, .btn-primary:focus{
    color: #fff;
    background-color: #e67e22;
    border-color: #e67e22;
    box-shadow: #e67e22;
}
.btn-dark{
padding: 12px 30px;
font-weight: 700;
}
.w-60{
width: 68%;
}
.d-contact-info a{
color: #414446;
text-decoration: none;
}
.trip-fact .icon{
padding: 1rem 1rem 0px 1rem;
}
.icon .small{
font-size: 0.975em;
}

.trip-img img {
width: 100%;
}

.trip-img figure {
position: relative;
overflow: hidden;
}

.trip-img .img-wrap {
display: block;
position: relative;
overflow: hidden;
}

.trip-img .img-wrap img {
-webkit-transition: .3s linear all;
/* transition: .3s linear all; */
height: auto;
object-fit: cover;
}

.trip-img .img-wrap:hover img {
transform: scale(1.2, 1.2);
}
.gallery img {
width: 100%;
height: 200px;
object-fit: cover;
}


.trip-tag {
line-height: 42px;
display: inline-block;
padding: 0 20px;
color: #fff;
font-size: .8375rem;
font-weight: 400;
position: absolute;
right: 0;
bottom: 0;
z-index: 9;
}

.trip-tag:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: -5px;
bottom: 0;
z-index: -1;
background-color: rgba(0, 0, 0, .5);
-webkit-transform: skewX(-10deg);
transform: skewX(-10deg);
}


/* team */
.table.mountain-summited thead th {
background-color: transparent;
color: #f5b041;
border-bottom: 2px solid #888;
font-size: 1rem;
}

.table.mountain-summited tbody tr:nth-child(even) {
background-color: #dbc393;
}

.table.mountain-summited tbody td {
vertical-align: middle;
}

.custom-table-wrapper {
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.table.mountain-summited th, .table td {
padding: 1rem;
}
.table.fixed-dep td{
padding: 10px 5px 10px 5px;
}
.avai{
color: #008000;
font-weight: 700;
}
.depature-section .sell_price,.depature-section .save-amt{
color: #e67e22;
font-weight: 700;
}
.not-avai{
color: #D22B2B;
font-weight: 700;
text-align: center;
padding: 50px 0px;
}

.sidebar-box {
background-color: #fff;
border-radius: 8px;
padding: 1.2rem;
}

.sidebar-box h5 {
background-color: #0d355e;
padding: 0.75rem 1rem;
color: #fff;
border-radius: 6px;
}

.member {
display: flex;
align-items: center;
margin-top: 1.5rem;
}

.member img {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 50%;
margin-right: 1rem;
}

.member h6 {
margin-bottom: 0;
}

.member p {
margin-bottom: 0;
color: #f5b041;
font-size: 0.9rem;
}
.team-paragraph{
line-height: 1.7;
font-size: 1.05rem;
color: #0d355e;
}
#fullscreenModal {
display: none;
position: fixed;
z-index: 9999;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0, 0, 0, 0.9);
justify-content: center;
align-items: center;
flex-direction: column;
padding: 20px;
}

#fullscreenModal img {
max-width: 90%;
max-height: 90vh;
border-radius: 10px;
box-shadow: 0 0 20px black;
}

.close-btn {
position: absolute;
top: 20px;
right: 30px;
font-size: 36px;

cursor: pointer;
font-weight: bold;
user-select: none;
}

.cat-map-img {
padding: 10px 10px 3px 10px;
box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
position: relative;
}

.cat-map-img a {
margin-top: 5px;
text-align: center;
text-decoration: none;
color: #032139;
font-size: 1.55rem;
}
.cat-map-img a img{
  width: 100% !important;
    height: 275px !important;
}

.cat-map-img h4 {
margin-top: 8px;
}

.cat-map-img h4 i {
font-size: 16px;
}

.cat-map-img h4:hover {
margin-top: 8px;
color: #dbc393;
}

.cat-map-img h4 i:hover {
font-size: 16px;
color: #dbc393;
}

.name-text {
font-weight: bold;
}

.sm-cat-img img {
width: 100%;
height: 275px;
}

.sm-cat-img a {
text-decoration: none;
color: #032139;
}

.sm-cat-img h4>i {
font-size: 16px;
}

.sm-cat-img h4 {
margin-top: 15px;
}

.sm-screen .carousel-indicators {
bottom: -50px;
}

.faqs .accordion-header {
border: 1px solid #032139;
}

/* testimonial part */
.testimonial-part {
position: relative;
/*margin-bottom: 20px;*/
padding-bottom: 0;

}

.testimonial {
display: flex;
flex-direction: row;
align-items: flex-start;
background: #fff;

padding: 8px 8px 0 8px;

box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);

height: 100%;
width: 100%;
}

.testimonial-img {
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 20px;
flex-shrink: 0;
object-fit: cover;
}

.testimonial-text {
position: relative;
font-size: 1rem;
color: #4B535D;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.p-text{
height: 100px;
overflow: hidden;
}
.show-more,.show-less{
font-size: 16px;
font-weight: 700;
color: #43205a;
cursor: pointer;
}

.testimonial-text::before {
content: "\201C";
font-family: Arial, sans-serif;
color: #e2e2e2;
font-weight: bold;
font-size: 48px;
position: absolute;
left: -30px;
top: -10px;
}

.testimonial .overview b {
color: #dbc393;
text-transform: uppercase;
display: inline-block;
margin-top: 10px;
}
.testimonial-block{
border-bottom: 2px solid #dbc393 !important;
border-radius: 12px
}

.carousel-indicators {
bottom: -80px;
}

.carousel-indicators li {
background: #e2e2e2;
width: 12px;
height: 12px;
border-radius: 50%;
margin: 2px;
}

.carousel-indicators .active {
background-color: #dbc393;
}

.testimonial-part .owl-carousel .owl-dots.disabled,
.testimonial-part .owl-carousel .owl-nav.disabled {
display: block;
margin: 20px auto 0;
text-align: center;
}

.testimonial-part .owl-nav.disabled span {
color: #fff;
font-size: 40px;
line-height: 36px;
}

.testimonial-part .owl-carousel .owl-dot,
.testimonial-part .owl-carousel .owl-nav .owl-next,
.testimonial-part .owl-carousel .owl-nav .owl-prev {
width: 40px;
height: 40px;
position: absolute;
border: 1px solid #ccc !important;
background-color: #43205a !important;
border-radius: 100px;
top: 80px;

}

.testimonial-part .owl-carousel .owl-nav .owl-next {

right: 20px;
}

.testimonial-part .owl-carousel .owl-nav .owl-prev {
left: 20px;
}

.testimonial-part .owl-dots {
display: none;
}

.carousel-indicators [data-bs-target]{
background-color: #000;
}
.trip-reviews .carousel-indicators {
bottom: -20px;
}

.search-btn h5 {
color: #43205a;
margin: 15px 0;
}

.search-btn ul {
padding-left: 0px;
}
.search-btn ul li {
border: 1px solid #ccc;
padding: 4px 15px;
margin-bottom: 10px;
border-radius: 100px;
list-style: none;
text-decoration: none;
color: #000;
font-size: 16px;
}
.search-btn ul li:hover {
color: #fff;
background-color: #e67e22;
border-color: #e67e22;
}
.modal-header {
background-color: #fff;
}

.searchbtt {
background: none;
border: none;
padding: 0;
}

.ntrimg img {
height: 150px !important;
}

.paa {
padding: 0;
}

.paa h4 {
font-size: 20px;
}

.statics h4 {
color: #e67e22;
}

.accordion-button {
color: #032139;
font-size: 20px;
font-weight: 500;
}

.accordion-button:focus {
z-index: 3;
border-color: #fff;
outline: 0;
box-shadow: none;
}

.accordion-button:not(.collapsed) {
color: #032139;
background-color: #fff;
box-shadow: none;
}

.accordion-item {
margin-bottom: 12px;
}

.accordion-item i {
margin-right: 5px;
color: #f57c00; 
}


/* rating form */
.star-rating {
font-size: 2rem;
color: orange;
cursor: pointer;
}

.star-rating .inactive {
color: lightgray;
}
/*my css*/
    .breadcrumb {
    background: linear-gradient(to right, #dbc393 0%, #dbc393 100%);
    box-shadow: 0 0 15px rgb(0 0 0 / 17%);
    position: relative;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    /*z-index: 1;*/
}
.breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}
.breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumb-menu i {
    position: absolute;
    margin-left: 5px;
    top: 9px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.breadcrumb .breadcrumb-menu li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}
#navbarMain li.dropdown{
    margin-right: 10px;
}
.navbar-nav .dropdown .dropdown-toggle:after{
    content: "\f107";
font-family: "Font Awesome 5 Pro";
position: absolute;
color: #fff;
font-weight: 700;
}
/*sitemap*/
.trekking-list {
      background: #fff;
      padding: 10px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .trekking-list h2 {
      margin-bottom: 10px;
      color: #333;
    }

    .trekking-list ul {
      list-style: none;
      padding-left: 20px;
    }

    .trekking-list ul li {
      margin: 6px 0;
      position: relative;
    }
    .trekking-list ul li a {
      color: #000;
    font-weight: 600;
}

    .trekking-list ul li::before {
      content: "▪";
      color: #666;
      position: absolute;
      left: -15px;
    }

    .region {
      font-weight: bold;
      margin-top: 10px;
      color: #2c3e50;
    }

/*  */
@media (min-width: 1200px) {

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1230px;
}
}
@media (max-width: 1200px) {
.travel-prog {
background: #dbc393 url(../images/m_program_bg-1.jpg) no-repeat;
width: 100%;
max-height: 193px;
}
}

/* Responsive Styles */
@media (max-width: 992px) {
.content-section {
    padding-left: 0;
    margin-top: 40px;
}

.image-section {
    height: 500px;
}

.main-temple-image {
    width: 90%;
    height: 280px;
}

.buddha-statue-image {
    width: 75%;
    height: 320px;
}

.experience-badge {
    top: 100px;
    right: 15%;
}
.trek-region {
margin-bottom: 20px;
}

.trek-megamenu .dropdown-menu {
padding: 15px;
}
.navbar-collapse {
max-height: 80vh;
overflow-y: auto;
background-color: rgba(0, 58, 105, 0.95);
}

.dropdown-menu,
.megamenu .dropdown-menu {
background-color: rgba(0, 58, 105, 0.95);
}

.dropdown-item,
.megamenu-content ul li a {
color: white;
}

.dropdown-item:hover,
.megamenu-content ul li a:hover {
background-color: rgba(255, 255, 255, 0.1);
color: #ffc107;
}

.megamenu-content {
padding: 10px;
}

.megamenu-content .col-lg-3 {
margin-bottom: 15px;
}

.dropdown-submenu>.dropdown-menu {
left: 0;
margin-left: 15px;
border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info {
text-align: left;
padding: 15px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.language-selector .dropdown-menu {
position: static !important;
background-color: transparent;
border: none;
box-shadow: none;
}

.languages ul li {
width: 100%;

}

.languages ul li a {
color: white;
}

/* In mobile view, dropdowns only show on click */
.dropdown:hover>.dropdown-menu,
.megamenu:hover>.dropdown-menu {
display: block;
}
.lg-screen {
display: none;
}
   .navbar-toggler {
        border: none;
        padding: 4px 8px;
        background: transparent;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
display: block;
}

.megamenu:hover>.dropdown-menu {
display: block;
}
.sm-screen {
display: none;
}
 .mobile-menu-overlay {
        display: none !important;
    }
}



.article-part h4 a {
text-decoration: none;
color: #032139;
}

.article-part ul {
padding-left: 0;
margin: 0;
/*padding-top: 50px;*/
}

.article-part ul li {
display: inline-block;
margin-right: 5px;
color: #032139;
}

.article-part ul li a {
color: #fff;
text-decoration: none;
padding: 1px 10px;
background-color: #e67e22;
}

.team-box {
padding: 8px 8px 8px 8px;
box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
}

.team-box h4 {
text-align: center;
padding: 10px 0px 0px 10px;
}

.team-box p {
padding: 0px 0px 15px 0px;
text-align: center;
color: #e67e22;
font-size: 17px;
font-weight: 700;
}
.video-box {
padding: 8px 8px 8px 8px;
box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
}

.blog-box {
padding: 8px 8px 0px 8px;
box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
}

.blog-box h4 {
padding: 10px 0px 15px 10px;
}

.trip-table .joinbtn:hover {
background: #43205a;
color: #fff;
}

.common-a a:hover {
color: #43205a;
}

.newsocial {
margin-top: 10px;
}

.newsocial ul li {
width: 30px;
height: 30px;
border: 1px solid #000;
border-radius: 100px;
line-height: 30px;
margin-right: 10px;
}

.newsocial ul li a {
color: #032139;
}

.receive-part h5 {
text-align: left;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
}

.receive-part input {
border: none;
border-bottom: 1px solid #43205a;
border-radius: 0;
/*background-color: #f7f7f7;*/
}

.receive-part button {
background: none;
border: none;
color: #032139;

}

.common-hover button:hover {
background: #43205a;
}

.footer-top {
margin-top: 30px;
}

.footer-list ul {
padding-left: 0px;
}

.footer-list ul li {
list-style: none;
margin-bottom: 18px;
position: relative;
}

.footer-list ul li i {
margin-right: 27px;
color: #43205a;
position: relative;
font-size: 18px;
}

.footer-list ul li i:after {
position: absolute;
content: '';
border: 1px dashed
#dbc393;

border-radius: 4px;
text-align: center;

padding: 10px;
font-size: 18px;
width: 40px;
height: 40px;
line-height: 50px;
left: -11px;
top: -10px;

}

.footer-list ul li a {
text-decoration: none;
display: flex;
color: #000;

}

.footer-list h5 {
margin-bottom: 22px;
font-size: 22px;
}

.footer-list ul li:after {
position: absolute;

}

.footer-lists {
position: relative;
}

/*.footer-lists ul li::before {
font-weight: 900;
color: #43205a;
font-family: FontAwesome;
content: "\f0DA";
display: inline-block;
padding-right: 5px;
vertical-align: middle;
}*/
.footer-lists ul li a {
display: inline-block;
}

.newimg img {
width: 100%;
}

.footer-left {
display: flex;
}

.footer-left h6 {
padding-top: 15px;
margin-right: 15px;
}

.footer-btm {
display: flex;
justify-content: space-between;
}

.footer-bottom {
border-top: 1px solid #ccc;
padding-top: 20px;
}

.receve {
width: 55%;
margin: 0 auto;
}

.footer-right strong {
color: #43205a;
}

.affialited ul li {
list-style: none;
display: inline-block;
margin-right: 10px;
}

.affialited ul li img {
width: 60px;
height: 60px;
}

.affialited ul {
padding-left: 0;
}

.modal-backdrop.show {
opacity: 0.3;
}

.about-us p {
font-size: 18px;
}

.about-us span {
font-size: 20px;
color: #43205a;
}

.dropdown-toggle::after {
border: none;
}

.testimonial-card {
border: 1px solid #ccc;
width:100%;
margin: 0 auto;
}
.testimonial-author img{
width: 75px;
height: 75px;
border-radius: 50%;
object-fit: cover;
margin-right: 15px;
border: 4px solid rgba(219,195,147,.75);
}
.testimonial-author small{
    font-size: 0.975em;
}
.fp-gallery {
overflow: hidden;
}








/*#newm{

z-index: 999;
position: fixed;
top: 0;
width: 100%;
transition: 0.4s;
}
#newm .megamenu ul li a{
color: red;
}*/
.fp-gallery img {
width: 100%;
height: auto;
display: block;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin: 0 auto;
/* Centers the image */

}

/*blog css*/
.blog-detail-section {
padding: 2rem;
}
.blog-sidebar {
color: #fff;
/*padding: 2rem 1.5rem;*/
min-height: 100vh;
}
.blog-sidebar h4 {
color: #212529;
font-size: 17px;
margin-bottom: 3px;
}
.category-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem 0.3rem;
border-bottom: 1.5px solid #212529;
color: #212529;
text-decoration: none;
transition: opacity 0.3s;
}
.category-badge {
background: rgba(255, 255, 255, 0.2);
padding: 0.25rem 0.5rem;
border-radius: 12px;
font-size: 0.875rem;
}
.post-item {
display: flex;
align-items: center;
margin: 1.5rem 0;
color: #212529;
text-decoration: none;
}
.post-thumbnail {
width: 80px;
height: 80px;
border-radius: 8px;
object-fit: cover;
margin-right: 1rem;
}
.post-date {
color: #e67e22;
font-size: 0.9rem;
}
ul.blog-meta{
display: flex;
padding-left: 0rem;
}
ul.blog-meta li{
font-size: 15px;
color: #212529;
margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
.banner-title h1 {
font-size: 3.5rem;
}

.banner-title h6 {
font-size: 1.3rem;
}
}

}
/*responsive end*/

.demo-6 {
--color-text: #fff;
--color-bg: #000;
--color-link: #f0f0f0;
--color-link-hover: #fff;
--color-title: #fff;
--img-maxwidth: none;
--blendmode-title: overlay;
}

/* Page Loader */
.js .loading::before {
content: '';
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}

.js .loading::after {
content: '';
position: fixed;
z-index: 100000;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
pointer-events: none;
border-radius: 50%;
opacity: 0.4;
background: var(--color-link);
animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
to {
opacity: 1;
transform: scale3d(0.5, 0.5, 1);
}
}

.message {
padding: 1rem;
color: var(--color-bg);
background: var(--color-text);
text-align: center;
font-weight: bold;
}

.frame {
padding: 1rem;
text-align: center;
position: relative;
z-index: 1000;
grid-area: 1 / 1 / 2 / 2;
align-self: start;
}

.frame__title {
font-size: 1rem;
margin: 0 0 1rem;
}

.frame__links {
display: inline;
}

.frame__github,
.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
margin-right: 1rem;
}

.frame__demos {
margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
color: var(--color-text);
text-decoration: line-through;
letter-spacing: 40px;
}

.frame__pagetitle {
margin: 3rem 0 0 0;
}

.frame__pagetitle span {
display: block;
font-weight: normal;
font-size: 0.85rem;
}

.frame__pagetitle span::before {
content: '\2015   ';
}

.content {
height: 300px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
isolation: isolate;
}

.content__title {
font-family: forma-djr-display, sans-serif;
font-weight: 700;
position: relative;
z-index: 10000;
font-size: 8vw;
mix-blend-mode: var(--blendmode-title);
-webkit-text-stroke: 2px var(--color-title);
text-stroke: 2px var(--color-title);
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
color: transparent;
pointer-events: none;
}

.content__img {
max-width: var(--img-maxwidth);
position: absolute;
top: 0;
left: 0;
opacity: 0;
will-change: transform;
filter: var(--filter-img);
}

.content__img--full {
width: 100%;
height: 100%;
background-size: cover;
}


/* booking section  */
.booking-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.booking-title {
color: #451d5c;
font-weight: 700;
font-size: 2rem;
margin-bottom: 30px;
font-family: "Nunito Sans", sans-serif;
}
.card {
border: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 12px;
}
.card-header {
background: linear-gradient(135deg, #451d5c, #4a90e2);
color: white;
border-radius: 12px 12px 0 0 !important;
padding: 20px;
}
.form-floating > label {
color: #6c757d;
font-weight: 500;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
color: #451d5c;
font-weight: 600;
}

.receive-part .form-control:focus {
border-color: #451d5c;
box-shadow: none;
}

.form-select:focus {
border-color: #451d5c;
box-shadow: 0 0 0 0.2rem rgba(44, 90, 160, 0.25);
}

.btn-payment {
background: #451d5c;
border: 2px solid transparent;
color: white;
padding: 12px 30px;
font-weight: 600;
border-radius: 8px;
transition: all 0.3s ease;
}

.btn-payment:hover {
transform: translateY(-2px);
background-color: transparent;
border: 2px solid #451d5c;
color: #451d5c;
}

/* Updated EBC Trek Card */
.trek-card {
background: white;
color: #333;
border-radius: 12px;
overflow: hidden;
position: relative;
border: 1px solid #e0e0e0;
}

.trek-image {
height: 200px;
background: linear-gradient(135deg, #0066cc 0%, #0080ff 100%);
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}

.trek-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.trek-card .card-title {
color: #451d5c;
font-weight: 600;
font-size: 1.1rem;
margin-bottom: 15px;
}

.trek-info-row {
display: flex;
justify-content: space-between;
margin-bottom: 8px;
}

.trek-info-label {
color: #666;
font-size: 0.9rem;
}

.trek-info-value {
color: #333;
font-weight: 600;
font-size: 0.9rem;
}

/* Updated Pricing Section */
.pricing-card {
background: white;
border-radius: 12px;
border: 1px solid #e0e0e0;
}

.pricing-title {
color: #451d5c;
font-weight: 600;
font-size: 1rem;
margin-bottom: 12px;
}

.pricing-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
}

.pricing-label {
color: #666;
font-size: 0.9rem;
}

.pricing-value {
font-weight: 600;
color: #333;
font-size: 0.9rem;
}

.pricing-value.highlight {
color: #6c757d;
font-size: 1rem;
}

.pricing-divider {
border-top: 1px solid #e0e0e0;
margin: 15px 0;
}

.payment-security {
background: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 8px;
padding: 15px;
text-align: center;
margin-top: 15px;
}

.payment-card-icon {
width: 45px;
height: 28px;
border: 1px solid #ddd;
border-radius: 4px;
margin: 0 2px;
background: white;
object-fit: contain;
padding: 2px;
}

.required-field::after {
content: " *";
color: #dc3545;
}

.payment-icons {
display: flex;
justify-content: center;
gap: 5px;
margin-top: 10px;
}

.number-input-group {
display: flex;
align-items: center;
background: white;
border: 1px solid #ced4da;
border-radius: 0.375rem;
overflow: hidden;
height: 58px;
}

.number-input-group:focus-within {
border-color: #451d5c;
box-shadow: 0 0 0 0.2rem rgba(44, 90, 160, 0.25);
}

.number-btn {
background: #f8f9fa;
border: none;
width: 40px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
color: #6c757d;
cursor: pointer;
transition: background-color 0.2s;
}

.number-btn:hover {
background: #e9ecef;
}

.number-input {
border: none;
text-align: center;
width: 60px;
height: 38px;
outline: none;
}
/*404 css*/
.error-404 header h1 {
color: #006699;
font-size: 15.625em;
font-weight: bold;
line-height: 200px;
text-align: center;
}
.page-content{
margin-bottom: 10px;
text-align: center;
}


.img-wrapper {
  overflow: hidden;
}
.heart-icon {
  top: 20px;
  right:25px;
  color: #fff;
/*background:#fff;*/
    padding: 2px 5px 0px 5px;
  border-radius: 50%;
  font-size: 16px;
  z-index: 2;
  border:1px solid;
}

.activity-label {
  bottom: 10px;
  left: 10px;
  background-color: #43205a;
  color: #fff;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 2;
}


.label-badge-wrapper {
  display: inline-block;
  margin-top: 5px;
  z-index: 2;
}
.label-badge-wrapper i {
font-size: 14px;
}

/*.label-badge {
  background-color: #e67e22; 
  color: white;
  font-weight: bold;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 0 0 4px 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1;
}*/

.label-notch {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f26522;
  position: absolute;
  top: -8px;
  left: 20px; 
  z-index: 0;
}
.search-wrapper {
      max-width: 1000px;
      margin: 0 auto;
      font-size: 0.95rem;
    }

    .search-label {
      font-weight: 700;
      color: #451d5c;
      white-space: nowrap;
      font-size: 0.95rem;
    }

    .form-select {
      min-width: 160px;
      font-size: 0.95rem;
    }

    .search-btn {
      color: #032139;
      font-weight: 700;
      font-size: 0.95rem;
      padding: 6px 10px;
    }

.overview-nav .nav-link.active {
  color: #ffc107; 
 
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 5px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.gallery-number {
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  /*background: rgba(0, 0, 0, 0.6);*/
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 4px;
  z-index: 2;
  pointer-events: none;
}
.preparation{
  background-color: #43205a;
}

    .icon-box {
      /*background-color: #dbc393de;*/
      padding: 40px 30px;
      border-radius: 8px;
      height: 100%;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .icon-box i {
      font-size: 50px;
      margin-bottom: 10px;
      color: #fff;
    }

    .icon-box h4 {
      font-weight: 700;
      margin-bottom: 15px;
      color: #fff;
    }

    .icon-box hr {
      width: 60px;
      height: 2px;
      background: #d0e7ff;
      opacity: 1;
      margin: 0 0 20px;
    }
p.position-relative{
  /*color: #fff;*/
  font-size: 17px;
  font-weight: 600;
}
.preparation p.position-relative{
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}


@media screen and (min-width: 53em) {
.message {
display: none;
}

.frame {
position: fixed;
text-align: left;
z-index: 10000;
top: 0;
left: 0;
display: grid;
align-content: space-between;
width: 100%;
max-width: none;
height: 100vh;
padding: 2rem;
pointer-events: none;
grid-template-columns: 75% 25%;
grid-template-rows: auto auto auto;
grid-template-areas: 'pagetitle github'
'... ...'
'title ...';
}

.frame__pagetitle {
grid-area: pagetitle;
margin: 0;
}

.frame__title-wrap {
grid-area: title;
display: flex;
}

.frame__title {
margin: 0;
font-weight: normal;
}

.frame__links {
padding: 0;
margin: 0 0 0 3rem;
justify-self: end;
}

.frame__demos {
margin: 0 0 0 3rem;
}

.frame__github {
grid-area: github;
justify-self: end;
}

.frame a {
pointer-events: auto;
}

.content {
height: 100vh;
overflow: hidden;
}
}


@media (max-width: 768px) {
.hero-section {
min-height: 500px;
}

.hero-content h1 {
font-size: 2rem;
}
.page-banner h1 {
    font-size: 2.2rem;
    line-height: 50px;
}
.page-banner {
    position: relative;
    width: 100%;
   /*height: 470px;*/
  min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: white;
}
.hero-bg-page-banner {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100vw;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: contain;
}
.hero-bg-page-banner img {
    width: 100%;
    height: 550px;
}
.banner {
min-height: 400px;
}

.banner-title h6 {
margin-bottom: 1.5rem;
letter-spacing: 6px;
}
.section-title h2 {
color: #43205a;
font-size: 1.9rem;
font-weight: 700;
margin-bottom: 20px;
}
.left-section button{
  width: 100%;
}
.video-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50px;
    border: 3px solid #dbc393;
    cursor: pointer;
}
.page-title {
    padding-top: 20px;
    font-size: 2.5rem;
}
.video-intro-layer{
  text-align: center;
}

.trip-table table,
.trip-table thead,
.trip-table tbody,
.trip-table th,
.trip-table td,
.trip-table tr {
display: block;
}

.trip-table thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}

.trip-table tr {
margin-bottom: 15px;
border-bottom: 2px solid #eee;
}

.trip-table td {
border: none;
position: relative;
padding-left: 50%;
}

.trip-table td:before {
position: absolute;
top: 15px;
left: 15px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
font-weight: 600;
}

.trip-table td:nth-of-type(1):before {
content: "Trip Name";
}

.trip-table td:nth-of-type(2):before {
content: "Departure Date";
}

.trip-table td:nth-of-type(3):before {
content: "Trip Status";
}

.trip-table td:nth-of-type(4):before {
content: "Price";
}
.table.fixed-dep td{
 padding-left:50%;
}
.rating-breakdown{
  padding-left: 0px;
}
.rating-name{
  width: auto;
}
.timeline-pin,.timeline-line{
  display: none;
}
.timeline-container {
    position: relative;
    padding-left: 0px;
}
.timeline-details {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0;
}
.image-section {
    height: 400px;
}

.main-temple-image {
    width: 95%;
    height: 220px;
}

.buddha-statue-image {
    width: 80%;
    height: 260px;
}

.experience-badge {
    top: 0px;
    right: 0%;
  padding: 10px 25px; 
    min-width: 140px;
}

.experience-badge h2 {
    font-size: 2.8rem;
}

.buddha-statue-image-box{
  border:none;
}


.section-title h1 {
    font-size: 2rem;
}

.team-banner-text {
left: 5%;
top: 40%;
transform: translateY(-40%);
}

.banner-title h6 {
font-size: 1.1rem;
}

.wrap-link a {
font-size: 1rem;
padding: 10px 20px;
}


.team-banner-text h1 {
font-size: 2.2rem;
}

.team-banner-text p {
font-size: 1rem;
}
.booking-container {
    padding: 10px;
}

.booking-title {
    font-size: 1.5rem;
}
.main-title {
font-size: 2.5rem;
}
.subtitle {
font-size: 1.1rem;
}

.content-wrapper {
padding: 40px 15px;
}

.hero-section,
.gradient-bg {
min-height: 80vh;
}

.image-section,
.image-placeholder {
min-height: 40vh;
}

.cta-buttons {
flex-direction: column;
align-items: center;
}

.btn-custom {
width: auto;
}
.big-card {
height: 250px;
}
/*.small-card {
height: 200px;
}*/
.contact-header {
    font-size: 2rem;
}

.contact-info{
    padding: 0 0 0 15px;
}
.message-form {
    padding: 15 0 0 15px;
}
    /*trip package*/
.seller-box {
    border-bottom: 2px solid #dbc393;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
    position: relative;
    background-color: #fff;
    height: 745px;
}
/**/
.banner-title {
padding-top: 65%;
}

.banner-title h1 {
font-size: 20px;
line-height: 20px;
letter-spacing: 6px;
}

.travel-prog {
background: #43205a;
background-image: none;
max-height: 100%;
}

.travel-left ul li {
display: inline-table;
width: 45%;
margin-bottom: 20px;
padding: 8px;
}

.tl {
padding: 15px 0px;
}

.travel-left h3 {
font-size: 18px;
}

.phone-detail {

background: #dbc393;
}

.travel-left ul li a {
font-size: 16px;
}

.phone img {
height: 40px;
margin-top: 100%;
}

.trip-img .img-wrap img {
width: 100%;
}

.receve {
width: 100%;
}

.affialited .col-lg-6.text-end {
text-align: left !important;
}

.footer-top .col-lg-3.fl {
width: 50%;
float: left;
}

.footer-top .col-lg-3.fr {
width: 50%;

}

.footer-list ul li i {
padding: 10px;
font-size: 15px;
}

.footer-list h5 {
font-size: 20px;
}

.container {
width: 100%;
}

.testimonial-part h2 {
font-size: 22px;
}

.newsocial {
margin: 30px 0;
}

.footer-btm {
display: block;
}

.travel-prog .col-lg-4 {
padding: 0;
}

.paa {
padding: 0 15px;
}

.footer-list ul li i:after {
left: 0;
top: 0;
}

.footer-list ul li {
margin-bottom: 15px;
}

.phone-detail .phone {
margin: 0;
}
.page-breadcrumb,.breadcrumb-section{
    display: none;
}
.navbar-bg{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 1.6) 75%, rgba(0, 0, 0, 0) 100%) !important;
}
.common-a{
    margin-top: 6rem;
}
.common-b{
    margin-top: 1rem;
}

.navbar-brand{
  padding-top: 0rem;
}
.navbar-brand img{
  width: 125px;
}
.align-items-start{
    margin-bottom: 10px;
}
.overview-nav ul{
overflow-x: auto;
display: -webkit-box;
flex-wrap: initial;
}
.testimonial-img {
width: 40px;
height: 40px;
}
#price-card{
    display: none;
}
li .mobile-submenu-item {
    line-height: 1;
}

