* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Noto Sans", sans-serif;
} .home .custom-top {
background: none;
}
.custom-top {
width: 100%;
clear: both;
margin: 0 auto;
background: #272d34;
display: flex;
height: 50px;
justify-content: flex-end;
backdrop-filter: blur(15px);
padding: 1px 23px 0 0;
z-index: 9999;
position: relative;
color: #fff;
align-items: center;
}
.custom-top > div {
margin: 0 0 0 20px;
display: flex;
align-items: center;
}
i.fa-solid.fa-envelope {
font-size: 19px;
margin: 1px 10px 0 0;
}
.whts {
background: #25D366;
padding: 5px 15px 5px 38px;
border-radius: 20px;
position: relative;
text-transform: uppercase;
color: white;
text-decoration: none;
font-size: 14px;
}
.whts a, .touch .whts a {
text-decoration: none;
color: #fff;
}
i.fa-brands.fa-whatsapp {
font-size: 21px;
position: absolute;
left: 14px;
top: 50%;
transform: translateY(-50%);
}
.cll a {
color: #fff;
text-decoration: none;
}
.cll a i {
color: #fff;
}
.cll span {
width: 30px;
height: 30px;
background: rgba(223, 10, 10, 1);
color: #fff;
border-radius: 50%;
font-size: 14px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 5px;
}
i.fa-solid.fa-phone-volume {
animation: icon-bounce 0.8s ease-out infinite;
position: relative;
}
@keyframes icon-bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-5px);
}
60% {
transform: translateY(-2px);
}
}
.cll.crt {
padding: 4px 10px;
border-radius: 6px;
border: 1px solid #746f6f;
}
.search-form {
position: relative;
display: inline-block;
}
.search-field {
width: 30px;
padding: 10px;
border: 1px solid #ffffff;
border-radius: 15px;
transition: width 0.4s ease-in-out, background-position 0.4s ease-in-out;
background: url(https://beyondhimalayas.in/wp-content/themes/theme/img/search2.png) no-repeat 3px 5px;
outline: none;
color: #fff;
height: 30px;
background-size: 20px;
}
.search-field:focus {
width: 200px;
border-radius: 15px;
background-position: 175px 5px;
border-color: #ffffff;
} .home header {
background: rgba(0, 0, 0, 0.5);
}
header {
background: #141b24;
color: white;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
position: sticky;
z-index: 9999;
backdrop-filter: blur(15px);
top: 32px;
height: 53px;
margin: 0 auto;
width: 100%;
} .nav-container {
background: #2c3e50;
padding: 0 20px;
position: relative;
} .nav-menu {
list-style: none;
display: flex;
justify-content: center;
max-width: 1200px;
margin: 0 auto;
}
.nav-menu > li {
position: relative;
padding: 15px 0;
}
.nav-menu > li.menu-item-292 {
padding: 2px 0px !important;
margin: 15px auto 0 20px;
line-height: 1;
background: #feee98;
height: 21px;
min-height: unset;
border-radius: 12px;
text-align: center;
}
.nav-menu > li.menu-item-292:hover {
background: #ffffff;
}
.nav-menu > li.menu-item-292:hover a {
border: none !important;
color: #152a1d;
}
.nav-menu > li.menu-item-292 a {
color: #152a1d;
margin: 0;
padding: 6px 14px;
} .sub-menu {
display: none;
position: absolute;
background: rgba(0, 0, 0, 0.5);
margin: 15px 0 0;
min-width: 200px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
z-index: 1000;
padding: 0;
}
.sub-menu li {
display: block;
}
nav .menu-item .sub-menu a {
padding: 10px 15px;
display: block;
margin: 0;
border-bottom: 1px solid #444444;
color: white;
text-decoration: none;
transition: background 0.3s;
}
.nav-menu li:hover > .sub-menu {
display: block;
} nav a {
color: white;
text-decoration: none;
margin: 0 15px;
font-size: 14px;
text-transform: uppercase;
}
nav a.active, .current-menu-item a, .current_page_item a, .menu-item:hover a {
color: #ffd700;
border-bottom: 1px solid #ffd700;
padding: 0 0 4px;
} .menu-toggle {
display: none;
position: absolute;
top: 9px;
right: 15px;
background: none;
float: right;
font-size: 24px;
padding: 0 10px;
border: 1px solid #40403c;
color: #ffffff;
border-radius: 5px;
z-index: 10000;
cursor: pointer;
transition: background 0.3s ease;
}
.menu-toggle:hover {
background: rgba(255, 215, 0, 0.2);
}
nav ul {
list-style: none;
transition: transform 0.3s ease;
z-index: 9999;
} body.menu-open::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9998;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
}
body.menu-open::before {
opacity: 1;
visibility: visible;
} .nav-close {
display: none;
position: absolute;
top: 15px;
right: 15px;
background: none;
border: none;
color: #FFD700;
font-size: 24px;
cursor: pointer;
z-index: 10001;
} .f-prt {
position: relative;
}
.prt {
width: 300px;
position: absolute;
border: 1px solid #b1b1b1;
backdrop-filter: blur(15px);
border-radius: 15px;
padding: 35px 10px 16px;
background: #fff;
top: 140px;
margin: 0 83px 40px 0;
right: 0;
z-index: 999999999999999;
}
.form-input, .form-select {
padding: 8px;
font-size: 14px;
background: #f5f5f5;
border: 1px solid #ddd;
border-radius: 6px;
outline: none;
transition: border-color 0.3s ease;
flex: 1;
}
.form-submit {
background: #0c4454;
}
.query-widget-form {
display: flex;
gap: 10px;
width: 100%;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
button.dButton.min_200 {
background: #ffd700;
color: #333;
}
.home .mpStyle {
margin: 0 !important;
}
.metaslider {
margin: -104px auto 0 !important;
}
.travel-carousel .metaslider {
margin: 0 auto !important;
}
.travel-carousel .flexslider .caption-wrap {
position: absolute !important;
bottom: 0;
background: url(https://beyondhimalayas.in/wp-content/themes/theme/img/bg.png) repeat-x !important;
border: none !important;
height: 131px;
border-radius: 0 0 10px 10px;
}
.container.catt {
min-height: 500px;
padding: 30px 0;
}
.container.catt, .mpStyle {
clear: both;
margin: 0 auto;
}
.m-prt {
max-width: 1200px;
margin: 0 auto;
}
.m-prt.stto {
display: flex;
justify-content: space-between;
}
.home .filter_item.grid_4 {
border-radius: 20px;
overflow: hidden;
}
.travel-carousel h3, .travel-carousel h3 a, .mid-prt h3 {
margin: 0 auto;
font-family: "Dancing Script", cursive;
text-align: center;
font-size: 30px;
text-decoration: none;
}
.travel-carousel h4, .mid-prt h4 {
margin: 0 0 10px;
font-size: 35px;
text-align: center;
color: #0c4454;
}
.prt h4 {
text-align: center;
margin: -21px auto 10px;
color: #0c1112;
font-size: 26px;
font-weight: normal;
}
.travel-carousel {
margin: 0 auto;
padding: 20px;
}
.travel-carousel .slick-slide {
padding: 10px;
text-align: center;
}
.travel-carousel img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.travel-carousel .slick-prev,
.travel-carousel .slick-next {
z-index: 1;
}
.travel-carousel .slick-dots {
margin-top: 10px;
}
.metaslider.ms-theme-clarity .flexslider {
margin-bottom: 30px !important;
}
.mid-prt {
display: flex;
flex-direction: column;
align-items: center;
}
.a-prt {
background: url(https://beyondhimalayas.in/wp-content/themes/theme/img/bg6.jpg);
min-height: 400px;
margin: 0 auto 40px;
background-size: 100% 100%;
}
.m-prt.innr {
display: flex;
justify-content: flex-end;
}
.m-lft {
margin: 0 15px 0 0;
}
.m-rgt {
padding: 20px 20px 40px;
width: 654px;
float: left;
margin: 0;
}
.m-rgt h1 {
font-size: 30px;
font-family: "Dancing Script", cursive;
margin: 16px 0 0;
}
.m-rgt h2 {
margin: 10px 0 20px;
font-size: 50px;
color: #0c4454;
text-shadow: 2px 2px 19px #fff;
}
.m-rgt p {
margin: 0;
font-size: 20px;
line-height: 33px;
}
.srvc {
margin: 30px auto 50px 0;
display: flex;
justify-content: space-between;
width: 100%;
position: relative;
}
.srvc span img {
width: 100%;
text-align: center;
border: 3px solid #fff;
margin: 0 auto 0;
font-size: 35px;
border-radius: 10px 10px 0 0;
}
.srvc span {
text-align: center;
font-size: 25px;
box-shadow: 2px 2px 9px -3px #333;
font-family: "Dancing Script", cursive;
color: #043D50;
padding: 0 0 10px;
width: 130px;
font-weight: 700;
border-radius: 7px;
backdrop-filter: sepia(1);
overflow: hidden;
}
.srvc span a {
color: #043D50;
text-decoration: none;
font-family: "Dancing Script", cursive;
}
.b-trip button {
background: #0c4454;
padding: 10px 30px;
border: none;
border-radius: 7px 7px 22px 7px;
margin: 0 18px 0 0;
}
.b-trip button a {
font-size: 16px;
text-decoration: none;
color: #ffffff;
font-weight: 500;
}
.b-trip {
font-size: 17px;
font-weight: 600;
color: #333;
}
.b-trip a {
color: #333;
text-decoration: none;
}
.b-trip i.fa-solid.fa-phone-volume {
animation: none;
}
.b-trip span {
background: #cc0000;
padding: 7px 10px;
border-radius: 20px;
margin: 0 4px 0 10px;
color: #fff;
}
.b-trip span i {
font-size: 16px;
}
.b-trip span .fa-phone-volume:before {
position: relative;
left: auto;
top: auto;
}
.abTopRight_xs.carousel_area {
margin: 23px 30px 0 0;
}
div.superSlider .sliderPopup {
z-index: 9999 !important;
}
.travel-carousel .metaslider.ms-theme-clarity .flexslider .caption-wrap .caption {
padding: 20px !important;
display: flex;
justify-content: flex-end;
flex-direction: column;
}
.pkg-price {
display: none;
margin: 0 0 10px;
color: #ffd700;
font-size: 18px;
}
.travel-carousel .ms-image {
border-radius: 20px;
overflow: hidden;
transition: all 0.3s ease;
}
.travel-carousel .ms-image:hover {
border: 10px solid #FFEB3B !important;
}
.travel-carousel .ms-image img {
transition: transform 0.3s ease;
}
.travel-carousel .ms-image:hover img {
transform: scale(1.2);
} .recent-posts-slider {
width: 100%;
margin: 30px auto 0;
}
.recent-posts-slider .slider-item {
padding: 0;
text-align: center;
min-height: 415px;
position: relative;
border-radius: 15px;
border: 1px solid #BCCED2;
margin: 0 20px 0 0;
}
.slider-thumbb {
width: 100%;
height: 200px;
margin: 0;
border-radius: 14px 10px 0 0;
overflow: hidden;
}
.recent-posts-slider img {
width: 100%;
min-height: 200px;
height: auto;
object-fit: cover;
}
.recent-posts-slider a {
text-decoration: none;
}
.recent-posts-slider h4 {
font-size: 18px;
text-align: left;
font-weight: 600;
margin-top: 18px;
}
.slider-ttl {
text-align: left;
margin: 0 20px;
}
.slider-ttl h5.post-subtitle {
font-size: 16px;
color: #666;
margin: 5px 0;
font-style: italic;
}
.slider-ttl p.post-price {
font-size: 18px;
margin: 5px 0;
}
.slider-ttl p.post-price strong {
font-size: 20px;
color: #104757;
}
.slider-ttl p.post-loc {
color: #6e7070;
margin: 5px 0;
}
.slider-ttl .view-package-btn {
display: inline-block;
margin-top: 10px;
}
.slider-ttl .view-package-btn button {
padding: 8px 19.5px;
background: #0073aa;
color: #fff;
border: 1px solid #ccc;
border-radius: 18px;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease-out;
}
.slider-ttl .view-package-btn button:hover {
background: #1ca8cb;
}
.slick-prev, .slick-next {
background: #000 !important;
width: 32px !important;
height: 32px !important;
border: 1px solid #333 !important;
border-radius: 100%;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
outline: none;
background: #000 !important;
}
.slick-prev:before, .slick-next:before {
font-size: 32px !important;
}
.slick-prev {
left: -42px !important;
}
#fluentform_3 fieldset {
margin: 10px!important;
box-sizing: border-box!important;
min-inline-size: unset!important;
}
.fluentform .ff-el-group {margin-bottom: 10px!important;}
textarea#ff_3_description {
height: 50px!important;
min-height: 20px;
}
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
font-size: 14px;
padding: 8px 16px;
width: 100%;
line-height: 1;
height: auto;
background: #0c4454;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
outline: none;
background: #000!important;
}
.ff-el-form-control {
background: #f5f5f5;
}
p.post-loc {
color: #6e7070;
}
.slider-ttl button:hover {
background: #1ca8cb;
color: #fff;
transition: all 0.3s 0s ease-out;
}
.slider-ttl button {
background: no-repeat;
padding: 8px 19.5px;
transition: all 0.3s 0s ease-out;
border: 1px solid #ccc;
font-size: 15px;
position: absolute;
border-radius: 18px;
cursor: pointer;
left: 18px;
bottom: 18px;
}
p.post-price {
font-size: 18px;
}
.search-bar {
background: white;
padding: 15px;
border-radius: 5px;
display: flex;
gap: 10px;
margin-top: 20px;
}
.search-bar select, .search-bar button {
padding: 10px;
border: none;
border-radius: 5px;
font-size: 14px;
}
.search-bar button {
background: #FFD700;
cursor: pointer;
} .destinations, .recommendations {
padding: 50px 20px;
text-align: center;
}
.destinations h2, .recommendations h2 {
font-size: 28px;
margin-bottom: 30px;
}
.destination-grid, .recommendation-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
max-width: 1200px;
margin: 0 auto;
}
.destination-card, .recommendation-card {
text-align: center;
}
.destination-card img, .recommendation-card img {
width: 100%;
border-radius: 10px;
}
.recommendation-card img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
} .promo {
display: flex;
background: #E6F0FA;
padding: 50px;
gap: 20px;
}
.promo img {
width: 50%;
border-radius: 10px;
}
.promo-text {
flex: 1;
}
.promo-text h2 {
font-size: 28px;
margin-bottom: 20px;
}
.promo-text ul {
list-style: none;
margin: 20px 0;
}
.promo-text ul li {
margin: 10px 0;
}
.promo-text button {
background: #FFD700;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
} .newsletter {
background: #1A3C34;
color: white;
padding: 30px;
text-align: center;
}
.newsletter h2 {
font-size: 24px;
margin-bottom: 20px;
}
.newsletter form {
display: flex;
justify-content: center;
gap: 10px;
}
.newsletter input {
padding: 10px;
border: none;
border-radius: 5px;
width: 300px;
}
.newsletter button {
background: #FFD700;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
} footer {
background: #113d47;
color: #dbf8ff;
padding: 30px;
display: flex;
margin: 50px auto 0;
justify-content: space-around;
font-size: 14px;
}
.f-logo {
width: 24%;
}
.f-logo img {
margin: 0 0 0 -12px;
}
.q-link li {
position: relative;
}
.q-link a {
color: #dbf8ff;
text-decoration: none;
margin: 0 0 0 5px;
}
.f-logo p {
line-height: 22px;
}
.touch i.fa-solid.fa-phone-volume {
animation: none;
}
.touch .fa-phone-volume:before {
position: relative;
left: 0;
top: 0;
}
.touch i, .f-social i {
margin: 0 5px 0 0 !important;
font-size: 16px !important;
}
.touch a {
color: #f0ffb3;
text-decoration: none;
}
.touch .whts {
text-align: left;
width: 129px;
padding: 5px 15px 5px 42px;
}
.touch .whts i {
left: 15px;
font-size: 20px !important;
}
.f-social a {
color: #dbf8ff;
text-decoration: none;
}
footer ul {
list-style: none;
}
footer ul li {
margin: 16px 0;
position: relative;
}
.archive-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.archive-header {
margin-bottom: 30px;
}
.post-list {
display: flex;
flex-direction: column;
gap: 20px;
}
.post-item {
display: flex;
gap: 20px;
padding: 20px 20px 20px 0;
border-bottom: 1px solid #eee;
}
.post-thumbnail img {
width: 300px;
height: 200px;
object-fit: cover;
}
.post-details {
flex: 1;
}
.post-title {
margin: 0 0 10px;
font-size: 1.5em;
}
.post-excerpt {
margin-bottom: 10px;
color: #666;
}
.read-more-link {
display: inline-block;
padding: 8px 16px;
background: #0073aa;
color: #fff;
text-decoration: none;
border-radius: 4px;
}
.read-more-link:hover {
background: #005177;
}
.pagination {
margin-top: 30px;
text-align: center;
}
.pagination a {
padding: 8px 12px;
margin: 0 5px;
border: 1px solid #ddd;
text-decoration: none;
color: #0073aa;
}
.pagination a:hover,
.pagination .current {
background: #0073aa;
color: #fff;
}
div#sidebar {
width: 350px;
}
.m-lfts {
max-width: 850px;
margin: 0 40px 0 0;
width: 100%;
}
.m-lfts h2 {
margin: 10px 0 20px;
}
.m-lfts img {
max-width: 100%;
height: auto;
margin: 0 0 25px;
}
.archive .m-lfts img {
height: 200px;
}
.archive h2.post-title a {
text-decoration: none;
color: #333;
}
.archive h2.post-title {
margin: 0 0 10px;
}
.post-categories {
margin: 5px 0 10px;
font-size: 0.9em;
color: #555;
}
span.crp_primary_term {
display: none;
}
.post-categories a {
text-decoration: none;
color: #0073aa;
}
.post-categories a:hover {
text-decoration: underline;
}
.m-rgts {
flex: 1;
padding: 20px;
max-width: 350px;
}
.m-rgts .widget {
margin-bottom: 30px;
}
.m-rgts .widget-title {
font-size: 1.2em;
margin-bottom: 10px;
color: #333;
text-transform: uppercase;
}
.m-rgts ul {
list-style: disc inside;
margin: 0;
padding: 0;
}
.m-rgts ul li {
margin-bottom: 8px;
}
.m-rgts ul li a {
color: #333;
text-decoration: none;
}
.m-rgts ul li a:hover {
color: #0073aa;
text-decoration: underline;
}
.m-rgts .widget_search .search-form {
display: flex;
gap: 10px;
}
.m-rgts .widget_search .search-field {
flex: 1;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
}
.m-rgts .widget_search .search-submit {
padding: 8px 16px;
background: #0073aa;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
}
.m-rgts .widget_search .search-submit:hover {
background: #005177;
}
.m-rgts .widget_text .textwidget p {
margin: 0;
color: #555;
}
.m-rgts .widget_recent_entries .recent-post-item {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.m-rgts .widget_recent_entries .recent-post-thumbnail img.recent-post-image {
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 4px;
}
.m-rgts .widget_recent_entries .recent-post-title {
flex: 1;
}
.m-rgts .widget_recent_entries .recent-post-title a {
font-size: 0.9em;
color: #333;
text-decoration: none;
}
.m-rgts .widget_recent_entries .recent-post-title a:hover {
color: #0073aa;
text-decoration: underline;
}
.m-rgts .metaslider {
margin: 0 !important;
} .m-rgts {
flex: 1;
padding: 20px;
}
.m-rgts .widget {
margin-bottom: 30px;
}
.m-rgts .widget-title {
font-size: 1.2em;
margin-bottom: 10px;
color: #333;
text-transform: uppercase;
}
.m-rgts ul {
list-style: disc inside;
margin: 0;
padding: 0;
}
.m-rgts ul li {
margin-bottom: 8px;
}
.m-rgts ul li a {
color: #333;
text-decoration: none;
}
.m-rgts ul li a:hover {
color: #0073aa;
text-decoration: underline;
}
.m-rgts .widget_search .search-form {
display: flex;
gap: 10px;
}
.m-rgts .widget_search .search-field {
flex: 1;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
}
.m-rgts .widget_search .search-submit {
padding: 8px 16px;
background: #0073aa;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
}
.m-rgts .widget_search .search-submit:hover {
background: #005177;
}
.m-rgts .widget_text .textwidget p {
margin: 0;
color: #555;
} .m-rgts .widget_recent_entries .recent-post-item {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.m-rgts .widget_recent_entries .recent-post-thumbnail img.recent-post-image {
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 4px;
}
.m-rgts .widget_recent_entries .recent-post-title {
flex: 1;
}
.m-rgts .widget_recent_entries .recent-post-title a {
font-size: 0.9em;
color: #333;
text-decoration: none;
}
.m-rgts .widget_recent_entries .recent-post-title a:hover {
color: #0073aa;
text-decoration: underline;
} .category-sort {
margin-bottom: 20px;
}
.category-sort form {
display: flex;
align-items: center;
gap: 10px;
}
.category-sort label {
font-size: 0.9em;
color: #333;
}
.category-sort select {
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
background: #fff;
color: #333;
cursor: pointer;
}
.category-sort select:focus {
outline: none;
border-color: #0073aa;
} .destinations-page.post-list {
display: grid;
grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.destinations-page .post-item {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: transform 0.3s ease;
border-bottom: none; padding: 0; }
.destinations-page .post-item:hover {
transform: translateY(-5px);
}
.destinations-page .post-thumbnail img.featured-image {
width: 100%;
margin: 0;
height: 200px;
border: 2px solid #ff8c00;
border-radius: 8px 8px 0 0;
transition: box-shadow 0.3s ease;
}
.destinations-page .post-thumbnail img.featured-image:hover {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transform: none; }
.destinations-page .post-details {
padding: 0 15px 15px;
}
.destinations-page .post-title {
font-size: 1.3em;
margin: 0 0 10px;
position: relative;
padding-bottom: 5px;
}
.destinations-page .post-title a {
background: linear-gradient(90deg, #006d77, #ff8c00); -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: opacity 0.3s ease;
text-decoration: none;
}
.destinations-page .post-title a:hover {
opacity: 0.8; }
.destinations-page .post-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 2px;
background: #ff8c00; }
.destinations-page .post-count {
color: #fff;
padding: 2px 6px;
border-radius: 12px;
font-size: 0.8em;
vertical-align: middle;
}
.cn .query-widget-container {
padding: 0;
}
.cn {max-width: 500px;}
.accordion-container {
max-width: 100%;
margin: 50px auto;
padding: 0;
}
.accordion-item {
margin: 0 0 6px;
}
.accordion-title {
background: #0c4454;
padding: 15px;
width: 100%;
text-align: left;
border-radius: 8px;
color: #fff;
border: none;
cursor: pointer;
font-size: 18px;
font-weight: bold;
transition: background 0.3s;
}
.accordion-title:hover {
background: #037a9c;
}
.accordion-title[aria-expanded="true"] {
background: #037a9c;
border-radius: 11px 11px 0 0;
}
.accordion-title::after {
content: "\25BC"; float: right;
transition: transform 0.3s;
}
.accordion-title[aria-expanded="true"]::after {
transform: rotate(180deg); }
.accordion-content {
display: none;
padding: 20px 20px 20px 20px;
background: #fff;
line-height: 35px;
border-top: 1px solid #ccc;
}
.accordion-content.active {
display: block;
border: 1px solid #ccc;
}
.m-rgts .query-widget-container {
margin: 0 auto;
padding: 0;
}
.rmp-results-widget {
margin: 0 0 20px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
text-align: unset!important;
margin: 2rem 0 0!important;
}
.info-content {
display: flex;
justify-content: space-between;
gap: 30px;
line-height: 30px;
font-size: 17px;
}
.inclusions {
width: 50%;
}
.exclusions {
width: 50%;
}
.info-content strong {
width: 100%;
display: block;
font-size: 24px;
margin: 0 0 15px;
color: #0c4454;
}
.exclusions ul, .inclusions ul {
padding: 0 0 0 30px;
}
.exclusions ul li, .inclusions ul li {
list-style: none;
margin: 0 auto 20px;
position: relative;
}
.inclusions ul li:before {
content: "\f00c";
position: absolute;
left: -30px;
font-weight: 900;
font-family: "Font Awesome 6 Free";
top: 2px;
font-size: 20px;
color: #25d366;
}
.exclusions ul li:before {
content: "\f00d";
position: absolute;
left: -30px;
font-weight: 900;
font-family: "Font Awesome 6 Free";
top: 1px;
font-size: 20px;
color: #d63638;
}
h3.post-price {
margin: 0 0 6px;
font-size: 22px;
}
p.post-tour {
margin: 0 0 10px;
}
.m-rgts .metaslider .flexslider .flex-direction-nav li a {
margin: -16px 0 0!important;
}
.m-rgts .metaslider.ms-theme-clarity .flexslider .flex-direction-nav li.flex-nav-prev {
left: -2px!important;
border-radius: 0 20px 20px 0!important;
}
.m-rgts .metaslider.ms-theme-clarity .flexslider .flex-direction-nav li {
height: 35px;
top: 41% !important;
width: 35px !important;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
}
.m-rgts .metaslider.ms-theme-clarity .flexslider .flex-direction-nav li a {
width: 32px!important;
height: 31px!important;
}
.m-rgts .metaslider.ms-theme-clarity .flexslider .flex-direction-nav li.flex-nav-next {
right: -2px!important;
border-radius: 20px 0 0 20px!important;
} @media (min-width: 769px) {
.menu-toggle {
display: none;
}
nav a {
margin: 0 0 0 25px;
}
.nav-menu {
display: flex !important;
}
.sub-menu {
display: none;
}
.nav-menu li:hover > .sub-menu {
display: block;
}
.nav-close {
display: none;
}
}
@media (max-width: 1024px) {
.custom-top {
padding: 1px 15px 0 0;
}
.custom-top > div {
margin: 0 0 0 10px;
}
.whts {
padding: 5px 10px 5px 30px;
font-size: 12px;
}
i.fa-brands.fa-whatsapp {
font-size: 18px;
left: 10px;
}
.search-field:focus {
width: 150px;
background-position: 125px 5px;
}
.travel-carousel h4, .mid-prt h4 {
font-size: 28px;
}
.m-rgt h2 {
font-size: 40px;
}
.m-rgt p {
font-size: 18px;
line-height: 28px;
}
.srvc {
margin: 40px auto 50px -15px;
}
.srvc span {
font-size: 16px;
}
.srvc span i {
font-size: 30px;
}
.promo {
padding: 30px;
}
.post-list {
grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.menu-toggle {
display: block;
}
nav {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 280px;
bottom: 0;
background: #141b24;
display: block;
padding: 20px;
transform: translateX(-100%);
transition: transform 0.3s ease;
z-index: 9999;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
}
.nav-menu > li.menu-item-292 {
width: 141px;
height: 24px;
background: #25D366;
margin: 15px 0 0 !important;
line-height: 10px;
border: none !important;
}
.nav-menu > li.menu-item-292 a:hover {
background: none;
}
.nav-menu > li.menu-item-292 a {
padding: 6px 0;
border: none;
} .custom-top {
height: auto;
background: #272d34 !important;
white-space: nowrap;
padding: 10px 15px;
overflow: auto;
width: 100%;
}
.custom-top > div {
margin: 5px 10px;
}
.infoo, .srch {
display: none !important;
}
.search-field:focus {
width: 120px;
background-position: 95px 5px;
} header {
padding: 10px;
top: 0;
background: #141b24 !important;
backdrop-filter: none;
}
nav.open {
transform: translateX(0);
}
.nav-menu {
display: block;
flex-direction: column;
width: 100%;
position: static;
background: transparent;
margin: 40px 0 0;
padding: 0;
}
.nav-menu.active {
display: block;
}
.nav-menu li {
width: 100%;
padding: 0;
position: relative;
}
.nav-menu a {
padding: 15px 20px;
border-bottom: 1px solid #34495e;
margin: 0;
display: block;
font-size: 16px;
transition: background 0.3s ease;
}
.nav-menu a:hover {
background: #2c3e50;
}
.sub-menu {
position: static;
background: #2c3e50;
box-shadow: none;
display: none;
margin: 0;
}
.sub-menu.active {
display: block;
}
.sub-menu a {
padding: 12px 40px;
font-size: 14px;
border-bottom: 1px solid #3e5a73;
}
.sub-menu a:hover {
background: #34495e;
} .menu-item-has-children > a::after {
content: '\f078'; font-family: 'Font Awesome 6 Free';
font-weight: 900;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
font-size: 12px;
transition: transform 0.3s ease;
}
.menu-item-has-children.active > a::after {
transform: translateY(-50%) rotate(180deg);
}
.nav-close {
display: block;
}
.post-list, .destinations-page.post-list {
grid-template-columns: 1fr; }
.post-item {
width: 100%;
display: block;
gap: unset;
margin: 0;
padding: 0;
}
.single .m-lfts {
padding: 0 20px 20px;
}
.info-content {
display: block;
width: 100%;
}
.exclusions, .inclusions {
width: 100%;
margin: 0 0 40px;
}
.archive .m-rgts {
padding: 0;
max-width: 100%;
}
.single .m-rgts {
max-width: 100%;
} .prt {
width: 100%;
margin: 0px auto 10px;
float: none;
position: relative;
top: 0;
border: none;
background: #141b24;
padding: 25px 10px 40px;
z-index: 999;
border-radius: unset;
}
.prt h4 {
color: #fff;
margin: 0 0 22px;
}
.metaslider {
margin: 0 auto 0 !important;
}
.metaslider .flexslider .slides li {
min-height: 171px;
}
.form-input, .form-select {
width: 100%;
margin: 0 0 7px;
}
div#fluentform_3_success {
background: #ccc;
}
.form-submit, button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
background: #cb8300 !important;
}
.prt .query-widget-container {
padding: 0 15px;
margin: 0 auto;
}
.travel-carousel, .destinations, .recommendations {
padding: 30px 10px;
}
.travel-carousel h4, .mid-prt h4 {
font-size: 24px;
}
.m-prt.innr {
flex-direction: column;
}
.m-lft {
margin: 0;
}
.m-rgt {
padding: 15px;
width: 100%;
}
.m-rgt h1 {
font-size: 24px;
}
.m-rgt h2 {
font-size: 32px;
}
.m-rgt p {
font-size: 16px;
line-height: 24px;
}
.srvc {
flex-wrap: wrap;
margin: 30px auto 40px 0;
justify-content: center;
}
.srvc:after {
display: none;
}
.srvc span {
margin: 10px;
font-size: 22px;
background: #fff1bc;
font-weight: 700;
}
.srvc span i {
font-size: 25px;
}
.b-trip button {
padding: 8px 20px;
}
.b-trip {
display: none;
}
.promo {
flex-direction: column;
padding: 20px;
}
.promo img {
width: 100%;
}
.promo-text {
text-align: center;
}
.promo-text h2 {
font-size: 24px;
}
.destination-grid, .recommendation-grid {
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.a-prt {
text-align: center;
background-size: cover;
} .recent-posts-slider .slider-item {
min-height: 350px;
}
.slider-ttl button {
position: relative;
left: 0;
bottom: 0;
margin: 10px 0 20px;
}
.recent-posts-slider img {
min-height: 150px;
}
.recent-posts-slider h4 {
font-size: 16px;
}
.slider-ttl h5.post-subtitle {
font-size: 14px;
}
.slider-ttl p.post-price, .slider-ttl p.post-loc {
font-size: 14px;
}
.slider-ttl .view-package-btn button {
padding: 6px 15px;
font-size: 14px;
}
.slick-prev, .slick-next {
width: 28px !important;
height: 28px !important;
}
.slick-prev {
left: -35px !important;
} footer {
flex-direction: column;
text-align: center;
}
footer div {
margin-bottom: 20px;
text-align: left;
}
.f-logo {
width: 100%;
}
.touch .whts {
width: 130px;
padding: 5px 15px 5px 42px;
}
.m-prt.stto {
display: block;
}
.container.catt.archive-container {
margin: 0 5%;
}
}
@media (max-width: 480px) { .custom-top {
padding: 5px 10px;
}
.whts {
font-size: 13px;
padding: 4px 17px 4px 38px;
}
i.fa-brands.fa-whatsapp {
font-size: 16px;
left: 16px;
}
.search-field:focus {
width: 100px;
background-position: 75px 5px;
} nav {
width: 260px;
}
nav a {
font-size: 14px;
}
.sub-menu a {
font-size: 12px;
padding: 10px 35px;
}
.menu-item-has-children > a::after {
font-size: 10px;
right: 15px;
}
#metaslider-id-86 .metaslider {
z-index: 0;
height: 300px;
position: relative;
margin: -97px auto 0 !important;
}
#metaslider-id-86 .slides li {
background-color: #fff;
text-align: center;
justify-content: center;
width: inherit;
vertical-align: middle;
display: flex !important;
}
#metaslider-id-86 .metaslider .slides img {
display: block;
width: 560px !important;
}
.slick-slider {
width: 93%;
overflow: hidden;
}
.recent-posts-slider .slider-item {
min-height: 350px;
margin: 0 13px;
} .travel-carousel h4, .mid-prt h4 {
font-size: 20px;
}
.m-rgt h2 {
font-size: 28px;
}
.promo-text h2 {
font-size: 20px;
} .newsletter input {
width: 100%;
}
}