@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

:root {
  --hh-black: #1C1C1C;
  --hh-white: #fff;
  --hh-theme: #b70c1f;
  --hh-text: #434343;
  --hh-border: #FCFCFC;
  --hh-bg: #F8F8F8;
  --hh-bg3: #F7F3EE;
  --hh-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Roboto Condensed', sans-serif;
    clear: both;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}
h2, .h2{
    font-size: 26px;
    font-weight: 700;
}
h3, .h3{
    font-size: 24px;
    font-weight: 600;
}
h4, .h4{
    font-size: 20px;
    font-weight: 500;
}
h5, .h5{
    font-size: 20px;
    font-weight: 400;
}
.card-title a,
.mphb-room-type-title.entry-title a,
.mphb-service-title a{
    color: var(--hh-black);
}
h2:hover a, h3:hover a, h4:hover a{
    color: var(--hh-theme); !important;
}
section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.element-row {
    padding: 80px 0;
}
.section-heading{
    padding-bottom: 40px;
}
.section-heading h2, .section-heading .h2{
    font-size: 36px;
}
.section-thumb,
.section-content {
    position: relative;
}
.section-content h2, .section-content .h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 8px 0;
}
body {
    font-family: 'Poppins', sans-serif;
}

.attraction-block .section-heading,
.holiday-package .section-heading,
.cab-rental .section-heading,
.news-block .section-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


p {
    font-size: 15px;
    line-height: 28px;
    color: #201c1c;
    font-weight: 400;
    transition: all 500ms ease;
}
.site-btn a::before, .gform_button::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 50%;
    background-color: var(--hh-black);
    z-index: -1;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
}
.site-btn a::after, .gform_button::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 0;
    height: 50%;
    background-color: var(--hh-black);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.site-btn a:hover::before, .gform_button:hover::before{
    width: 100%;
    color: #ffffff !important;
    opacity: 1;
}
.site-btn a:hover::after, .gform_button:hover::after{
    width: 100%;
    opacity: 1;
    color: #ffffff !important;
}
.site-btn a,
.gform_button,
.button,
#payumbolt-form #submit_payumbolt_payment_form,
#payumbolt-form .button.cancel {
    background-color: var(--hh-theme) !important;
    color: var(--hh-white); !important;
    padding: 0 30px !important;
    line-height: 50px !important;
    height: 50px !important;
    width: auto !important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    position: relative;
    z-index: 1;
}
.woocommerce button.button{
    line-height: 1 !important;
    opacity: 1 !important;
}
.mphb-to-book-btn-wrapper .button {
    height: 40px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
}
.button.wc-backward, .checkout-button.button.alt.wc-forward {
    line-height: 50px !important;
    padding: 0 30px !important;
    font-size: inherit;
}
.gform_button:hover,
.button:hover {
    background-color: var(--hh-black); !important;
    color: var(--hh-white);
}

.texture-btn a, .button.mphb-view-details-button, .button.product_type_variable {
    color: var(--hh-black) !important;
    border: 0 !important;
    padding: 0 0 0 50px !important;
    background-color: transparent !important;
    transition: all .4s cubic-bezier(0,.68,.58,1);
    text-transform: uppercase;
    font-size: 14px !important;
    position: relative !important;
    display: inline-block !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    height: auto !important;
    line-height: 1 !important;
}
.woocommerce ul.products li.product .button {
    margin-top: 0 !important;
}
.button.mphb-view-details-button{
    line-height: 1 !important;
    height: auto !important;
}
.texture-btn a::before, .button.mphb-view-details-button::before, .button.product_type_variable::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: var(--hh-theme);
    transition: width .4s cubic-bezier(0,.68,.58,1);
}
.texture-btn a:hover, .button.mphb-view-details-button:hover, .button.product_type_variable:hover {
    padding: 0 50px 0 0 !important;
    color: var(--hh-theme) !important;
}
.texture-btn a:hover::before, .button.mphb-view-details-button:hover::before, .button.product_type_variable:hover::before{
    width: 0;
}
h5, .highlight {
    font-family: 'Satisfy', cursive;
    font-weight: 400;
    color: var(--hh-theme);
    text-transform: capitalize;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 25px;
}

img{
	max-width:100%;	
    width: 100%;
	height:auto;
}
.slick-arrow {
    background-color: var(--hh-theme);
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 1;
}
.slick-arrow:hover,
.slick-arrow:focus{
    background-color: var(--hh-theme);
}
.slick-prev::before {
    content: '\f104';
}
.slick-next::before {
    content: '\f105';
}
.slick-prev::before, .slick-next::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    opacity: 1;
}

/*.rooms-slider .mphb-room-type.slick-slide:hover,
.attraction .attraction-card.slick-slide:hover,
.news .news-card.slick-slide:hover{
    transform: translateY(-10px);
    transition: all ease-in-out 0.5s;
}*/

.card{
    transition: all ease-in-out 0.5s;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: none;
    padding: 10px;
}
.card .card-img-top{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.card .card-img-top img{
    aspect-ratio: 3 / 2;
}
.card .card-img-top::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
@keyframes circle{
    0% {
  opacity: 1;
}
40% {
  opacity: 1;
}
100% {
  width: 200%;
  height: 200%;
  opacity: 0;
}
}
.card:hover .card-img-top::before{
    -webkit-animation: circle .95s;
    animation: circle .95s;
}
@keyframes rubberBand
{
0%
{
    transform: scale3d(1, 1, 1);
}
35%
{
    transform: scale3d(1.25, .75, 1);
}
45%
{
    transform: scale3d(.75, 1, 1);
}
60%
{
    transform: scale3d(1.2, .8, 1);
}
75%
{
    transform: scale3d(1.05, .95, 1);
}
100%
{
    transform: scale3d(1,1,1);
}
}
.post-meta span a {
	color: var(--hh-text);
}
.post-meta.pb-3 span {
	font-size: 14px;
}
/*************** Booking ********************/

.room-form {
    overflow: visible;
    background-color: var(--hh-white);
    box-shadow: 0px 15px 10px -15px #11111163;
    z-index: 1;
}

.room-form .hotel-booking iframe.chbecm-booking-engine{
    position: relative !important;
    top: 0 !important;
    height: auto !important;
    min-height: auto !important;
}
.mphb_sc_search-form {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mphb_sc_search-form p {
    margin: 0;
}
.mphb-required-fields-tip {
    display: none;
}
.mphb_sc_search-form input {
    height: 46px;
    line-height: 46px;
    width: 100%;
}
.mphb_sc_search-form input.mphb-datepick{
    padding: 0 12px;
}
.mphb_sc_search-form select {
    height: 46px;
    padding: 0 15px;
    width: 100%;
    background: transparent;
    border: 1px solid #858585;
}
.booking-form .mphb_sc_search-form p,
.booking-form .mphb_sc_search-form p input,
.booking-form .mphb_sc_search-form p select{
    width: 100%;
}
.booking-form .mphb_sc_search-form p{
    margin: 6px 0;
}
.booking-form .mphb_sc_search-submit-button-wrapper {
    padding-top: 20px;
}
.booking-form .mphb_sc_search-form .mphb_sc_search-adults,
.booking-form .mphb_sc_search-form .mphb_sc_search-children {
    width: 48%;
}
.form_close {
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 26px;
    color: var(--hh-theme);
    cursor: pointer;
}
/*********** Login popup *******************/

.single-post-box .mphb-login-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    background: var(--hh-white);
    padding: 40px 60px;
    width: 40%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-post-box .mphb-login-form form p label{
    display: block;
}
.single-post-box .mphb-login-form form p input,
.single-post-box .mphb-login-form form p select{
    width: 100%;
}
.single-post-box .mphb-login-form form .login-remember label {
    display: inline-block !important;
}
.single-post-box .mphb-login-form form .login-remember input{
    width: auto;
}
.mphb-login-form a {
    color: var(--hh-theme);
}

/*************** Header ********************/

.home header {
    background-color: transparent;
    color: var(--hh-white);
    position: absolute;
    width: 100%;
    z-index: 99999999;
}

header{
    background-color: #121212;
}

.header-bar {
    padding: 10px 0;
    border-top: 1px solid #ffffff2b;
}
.header-top {
    padding: 10px 0;
    position: relative;
}
.social-bar ul li a{
    color: var(--hh-white);
}
.header-contact ul li.header-phone {
    animation: rubberBand 1s infinite;
}
.header-contact ul li.header-phone:hover {
    animation-play-state: paused;
}
.top-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header-inner ul li {
    list-style: none;
}
.header-contact ul {
    display: flex;
    justify-content:flex-end;
    gap: 25px;
    color: var(--hh-white);
    list-style: none;
}

.header-contact ul li a, .top-header-inner ul li a {
    color: var(--hh-white);
}
.navigation-bar .menubar li.current_page_item a {
    color: var(--hh-theme);
}
.site-brand img {
    width: 100%;
    max-width: 230px;
}

.menubar {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.menubar li a {
    color: var(--hh-white);
    font-size: 14px;
    line-height: 18px;
    transition: all 250ms ease 0s;
}

.toggle-nav {
    display: none;
}

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

.header-bar.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    background-color: #121212;
}

.header-bar.sticky .site-brand {
    display: block;
}

.header-bar.sticky .header-menu {
    justify-content: space-between;
}
.navigation-bar .menubar li {
    position: relative;
    cursor: pointer;
}
.main-menu ul li ul.sub-menu {
  position: absolute;
  left: 0;
  background: var(--hh-white);
  width: 300px;
  display: none;
  z-index: 999;
  padding: 8px 22px;
}
.main-menu ul li.has-submenu > ul.sub-menu li.has-submenu > ul.sub-menu {
  position: absolute;
  left: 20%;
  top: 0;
  width: 50%;
  display: none;
  z-index: 999;
}
.main-menu ul li.has-submenu ul.sub-menu > li {
  display: block;
  transition: .4s ease-in-out;
  padding: 0;
  margin: 12px 0;
}
.main-menu ul li.has-submenu ul.sub-menu > li a{
  color: #282828;
  line-height: 1;
}
.menu_click{
    position: absolute;
    top: 4px;
    right: -13px;
    color: var(--hh-white);
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}
.main-menu ul li.site-btn a{
    padding: 0 20px;
    line-height: 40px !important;
    height: 40px !important;
    letter-spacing: normal;
}
/*************** Footer **********************/

.footer {
    background: var(--hh-black);
    color: var(--hh-white);
    position: relative;
    width: 100%;
    padding: 60px 0 20px 0;
}

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

.footer ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin: 6px 0;
}

.footer ul li a {
    color: var(--hh-white);
    line-height: 30px;
    font-size: 15px;
}

.bottom-footer {
    padding-top: 20px;
    border-top: 1px solid #333;
    margin-top: 30px;
}
.footer .row .footer-column:nth-child(2){
    display: flex;
    justify-content: center;
}

.bottom-footer a {
    color: var(--hh-theme);
}

.footer p {
    color: var(--hh-white);
}
.footer-title {
    margin-bottom: 20px;
}
.footer ul li i {
    position: absolute;
    left: 0;
    top: 6px;
}
.footer .footer-menu ul li:before{
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    left: 0;
}
/****************** Page Header *********************/

.page-bg-banner {
    padding: 4rem 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.page-bg-banner::before {
    content: "";
    background: var(--hh-black);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
}

.page-title {
    z-index: 2;
    position: relative;
}

.page-title h1 {
    color: var(--hh-white);
    font-size: 40px;
}

.page-title ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.page-title ul li,
.page-title ul li a {
    color: var(--hh-white);
    font-size: 18px;
    position: relative;
}

.page-title ul li a::after {
    content: "/";
    position: absolute;
    right: -24px;
    top: 2px;
}

/****************** Hero Block ********************/
.hero-overlay {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-overlay::before {
    content: "";
    background: linear-gradient(148deg, rgba(0, 0, 0, 1) 0%, rgba(117, 116, 116, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-overlay-image {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 130px 0;
}
.hero-overlay-image::before {
    content: "";
    background: var(--hh-black);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.hero-slides-inner {
    width: 100%;
    z-index: 2;
    color: var(--hh-white);
    position: relative;
}

.site-btn.hero-btn {
    margin-top: 30px;
}

.hero-content .h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 1px;
}

.booking-form {
    max-width: 60%;
    margin: 0 0 0 auto; 
}

.booking-form-inner {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.booking-form-inner .section-content {
    margin-bottom: 0;
    color: var(--hh-white);
}
.hero-slider .slick-dots {
    bottom: 20px;
}

.hero-slider .slick-dots li button {
    padding: 0;
}

.hero-slider .slick-dots li button::before {
    font-size: 20px;
    opacity: 1;
    color: var(--hh-white);
}

.hero-slider .slick-dots li.slick-active button::before {
    color: var(--hh-theme);
}

.hero-slider {
    position: relative;
}

.booking-form .mphb_sc_search-form input.button {
    border-radius: 0;
}
.booking-form .mphb_sc_search-form input, .booking-form .mphb_sc_search-form select {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    color: var(--hh-white);
    font-size: 15px;
    transition: background 0.3s;
}
.booking-form .mphb_sc_search-form label {
    color: var(--hh-white);
}
.booking-form .mphb_sc_search-form select option{
    color: var(--hh-black);
}

/****************** About *******************/
.about-block{
    padding-bottom: 80px;
}
.about-thumb {
    display: flex;
    gap: 18px;
    padding-right: 30px;
}

.about-thumb img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.about-block .section-content img {
    width: 80px;
    display: inline-block;
}
.about-block .section-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin-top: 26px;
}

.about-block .section-content ul li {
    flex-basis: 80px;
    width: 80px;
}

.about-block .section-content ul li img {
    width: 100%;
}

.exp-block {
    position: absolute;
    top: 0;
    background: var(--hh-white);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 4px solid var(--hh-theme);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-block .section-content {
    margin-bottom: 0;
}
.exp-inner {
    border: 2px solid var(--hh-theme);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.exp-block .exp-inner>* {
    margin: 0;
    padding: 0;
}

.exp-inner p {
    line-height: 18px;
}

.exp-block .exp-inner .h4 {
    font-size: 42px;
    font-weight: bold;
}

.wdt-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.wdt-column-icon img {
    width: 60px;
}
.wdt-column {
    flex-basis: 47%;
    background-color: var(--hh-white);
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.wdt-column .wdt-column-content {
    padding-top: 20px;
}

.know-us {
    background-color: var(--hh-black);
}

.know-us-left, .know-us-right {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.know-us-left img,
.know-us-right img {
    width: 100%;
}

.know-us-middle {
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.know-us-middle .section-content .highlight,
.know-us-middle .section-content .h2,
.know-count-box .h4 {
    color: var(--hh-white);
}

.know-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.know-count-box {
    flex-basis: 50%;
    padding: 50px 30px;
    text-align: center;
    text-transform: uppercase;
}

.know-count .know-count-box:first-child,
.know-count .know-count-box:last-child {
    background-color: #0000005e;
}

.know-count-box .h3 {
    font-size: 60px;
    color: var(--hh-white);
    font-weight: 600;
}

.awards-wrapper .awards-block {
    width: 100%;
    background-color: var(--hh-black);
    padding: 30px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.awards-wrapper .awards-block::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    margin: auto;
    border: 1px dashed var(--hh-white);
}

.awards-wrapper .awards-block:last-child {
    margin-bottom: 0;
}

.awards-wrapper .awards-logo {
    width: 150px;
}

.awards-wrapper .awards-logo img {
    width: 120px;
    filter: brightness(0) invert(1);
}

.awards-wrapper .awards-block .awards-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--hh-white);
}

.awards-wrapper .awards-block .awards-content .section-content {
    width: 70%;
}

.awards-wrapper .awards-block .awards-content h5,
.awards-wrapper .awards-block .awards-content .section-content p {
    color: var(--hh-white);
}

.single-awards-wrapper {
    background: var(--hh-black);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.single-awards-wrapper .awards-block {
    text-align: center;
    color: var(--hh-white);
}

.single-awards-wrapper .awards-block p {
    color: var(--hh-white);
}

.single-awards-wrapper .awards-block .h4 {
    font-size: 40px;
}

.single-awards-wrapper .awards-block h5 {
    color: var(--hh-white);
}

.single-awards-wrapper .awards-block .awards-content {
    padding-top: 40px;
    max-width: 70%;
    margin: 0 auto;
}

.single-awards-wrapper .awards-block .awards-logo img {
    filter: brightness(0) invert(1);
    width: 150px;
}

.single-awards-wrapper::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    margin: auto;
    border: 1px dashed var(--hh-white);
}

/**************** Rooms Block *****************/

.element-rooms .mphb_sc_rooms-wrapper.mphb-room-types {
    column-count: 2;
    column-gap: 40px;
    max-width: 90%;
    margin: 0 auto;
}

.element-rooms .mphb-room-type {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: none;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    transition: all ease-in-out 0.5s;
}
.element-rooms .mphb-room-type:last-child {
	margin-bottom: 0;
}

.rooms-slides-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.wrap-rooms .col-lg-4 {
    margin-top: 30px;
}

.rooms-slides .card-body {
    position: relative;
    padding: 24px 20px;
}

.rooms-booking {
    position: absolute;
    top: -36px;
    right: 20px;
    background: #0f4261;
    font-size: 20px;
    color: var(--hh-white);
    text-align: center;
    box-shadow: 0 10px 15px rgba(155, 159, 166, 0.30);
    padding: 15px;
    width: 100px;
    line-height: 22px;
    font-weight: 400;
}

.rooms-slides .card-body h2 a {
    color: var(--hh-black);
}

.rooms-slides .card-body h2 {
    padding: 8px 0;
    margin: 0;
    font-size: 28px;
}

.rooms-slider .mphb-room-type, .rooms-blocks .mphb-room-type {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: none;
    padding: 10px;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
    transition: all ease-in-out 0.5s;
}
.rooms-slider .post-thumbnail.mphb-loop-room-thumbnail img {
    aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type){
    margin-top: 0 !important;
}

.rooms-services ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 16px 0;
}

.rooms-price,
.rooms-services ul li i {
    color: #858585;
}

.rooms-slider .mphb-room-type.slick-slide p,
.rooms-slider .mphb-room-type.slick-slide h2,
.rooms-blocks .mphb-room-type p,
.rooms-blocks .mphb-room-type h2 {
    padding: 0 20px;
}
.rooms-slider .mphb-room-type.slick-slide h2{
    font-size: 22px;
}
.post-thumbnail.mphb-loop-room-thumbnail{
    padding: 0 0 30px 0 !important;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.post-thumbnail.mphb-loop-room-thumbnail::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.rooms-slider .mphb-room-type.slick-slide:hover .post-thumbnail.mphb-loop-room-thumbnail::before{
    -webkit-animation: circle .95s;
  animation: circle .95s;
}
/* .mphb_sc_rooms-wrapper.mphb-room-types {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
} */
.rooms-blocks .mphb_sc_rooms-wrapper.mphb-room-types{
    margin: 0 ;
    gap: 20px;
}
.rooms-blocks .mphb_sc_rooms-wrapper.mphb-room-types .mphb-room-type{
    margin: 0;
}
.mphb_sc_rooms-wrapper.mphb-room-types .slick-track{
    padding: 12px 0;
}
.rooms-blocks .mphb-room-type {
    flex-basis: 32%;
    position: relative;
}
.rooms-blocks .mphb-room-type .post-thumbnail.mphb-loop-room-thumbnail{
    overflow: hidden;
}
.rooms-blocks .mphb-view-details-button-wrapper, .rooms-blocks .mphb-to-book-btn-wrapper {
    display: inline-block;
    vertical-align: top;
}
.rooms-blocks .mphb-view-details-button-wrapper,
.Rooms-block .mphb-view-details-button-wrapper{
    margin-top: 20px;
}
.mphb-to-book-btn-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
}


/****************** Facility *******************/
.amenities-for, .amenities-nav{
    opacity: 0;
    display: none;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.facility-block {
    background-color: #121212;
}
.facility-block .amenities-item{
    padding-top: 0;
}
.facility-block .section-content h2{
    color: var(--hh-white);
}
.amenities-for.slick-initialized,
.amenities-nav.slick-initialized {
    display: block;
    opacity: 1;    
}
.amenities-item {
    position: relative;
    padding-top: 50px;
}

.amenities-item .wrapper-amenities{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    list-style: none;
}

.hm-amenities {
    width: 1000%;
    overflow: hidden;
}
.hm-amenities .hm-amenities-item{
    padding: 0 50px;
    display: inline-block;
    text-align: center;
}

.amenities-item .hm-amenities .hm-amenities-item:hover img {
    filter: brightness(0) invert(1);
}
.amenities-item .hm-amenities .hm-amenities-item .h4{
    color: var(--hh-white);
}
.amenities-item .wrapper-amenities .amenities-box {
    flex-basis: 16%;
    text-align: center;
    transition: all ease-in-out 0.5s;
    padding: 14px 20px;
    margin: 10px 0;
}
.amenities-item .hm-amenities .hm-amenities-item h5{
    margin: 0;
    color: var(--hh-white);
}
.facility-block .amenities-item .amenities-box h4{
    color: var(--hh-white);
}
.facility-sldier.slick-slider {
    margin: 0 -10px;
}

.facility-sldier .facility-slides.slick-slide {
    margin-right: 10px;
    margin-left: 10px;
    transition: all ease-in-out 0.5s;
}

.facility-slides-overlay {
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    border-radius: 12px;
    align-items: end;
}

.facility-slides-overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9219887784215248) 24%, rgba(0, 0, 0, 0) 78%);
    transition: all 0.4s ease-in-out;
    pointer-events: none;
}

.facility-slides-overlay:hover::before {
    height: 50%;
    transition: all 0.4s ease-in-out;
}

.facility-content {
    padding: 0 26px;
    width: 100%;
}

.facility-content .section-content h2 {
    color: var(--hh-white);
    font-size: 30px;
}
.amenities-for .amenities-slides .amenities-slides-thumb img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.amenities-nav .amenities-slides .amenities-slides-thumb img{
    height: 120px;
    object-fit: cover;
}
.amenities .slick-initialized .slick-slide {
    opacity: 0.6;
}
.amenities .slick-initialized .slick-slide.slick-current{
    opacity: 1;
}

.amenities .amenities-nav .slick-arrow {
    width: 20px;
    height: 100%;
    background-color: #c8041a80;
}
.amenities .amenities-nav .slick-prev.slick-arrow {
    left: 0;
}
.amenities .amenities-nav .slick-next.slick-arrow{
    right: 0;
}
.amenities-item .hm-amenities .hm-amenities-item img, .amenities-item .wrapper-amenities .amenities-box img {
    height: 50px;
    margin: 0 auto;
    width: auto;
    margin-bottom: 10px;
}

/**************** Bg layout Block ********************/

.bg-layout-block {
    position: relative;
    aspect-ratio: 16 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-layout-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg-layout-content .section-content {
    margin-bottom: 0;
}
.bg-layout-overlay::after {
    content: "";
    background: var(--hh-black);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
}

.bg-layout-inner,
.bg-layout-inner .bg-layout-content p{
    color: var(--hh-white);
}

.bg-layout-inner .bg-layout-content {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

/***************** Gallery Block ********************/

.gallery {
    column-count: 2;
    column-gap: 14px;
}

.gallery .bg {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
    padding-bottom: 14px;
}

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

.slider-wrap {
    width: 100%;
    height: 600px;
    background: #ccc;
    display: flex;
    float: left;
    overflow: hidden
}

.slide {
    width: 20%;
    border-right: 1px solid var(--hh-black);
    transition: 0.5s;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.slide.active {
    width: 100%;
}

.slide.active .content {
    bottom: 0;
}

.slide .content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    box-sizing: border-box;
    text-align: center;
    color: var(--hh-white);
    background: var(--hh-black);
    padding: 20px 20px;
}

.slide .content p {
    color: var(--hh-white);
}

.slide:hover .content {
    transition: 0.5s;
    transition-delay: 0.3s
}

/******************* Attraction Block *********************/

.attraction-card .card-body {
    position: relative;
    padding: 30px 18px;
}
.attraction-block {
    padding-bottom: 60px;
}
.attraction.slick-slider {
    margin: 0 -10px;
}

.attraction .slick-track
{
    display: flex !important;
}

.attraction .slick-slide
{
    height: inherit !important;
}
.attraction .slick-list.draggable {
    padding: 12px 0;
}

.card.attraction-card {
    height: calc(100%);
}
.attraction-items .row .col-lg-4{
    margin-bottom: 20px;
}
.attraction-avail ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 16px 0;
}

.attraction-card .card-body h5 a {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--hh-theme);
    font-size: 20px;
}

/****************** News Block ******************/
.card.news-card {
	height: calc(100%);
}
.post-date-meta {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--hh-theme);
    color: var(--hh-white);
    width: 50px;
    font-size: 18px;
    text-align: center;
    border-radius: 12px;
    line-height: 20px;
    height: 70px;
    display: flex;
    align-items: center;
}
/***************** Reviews Block *********************/
.reviews-block {
    padding-top: 60px;
}
.reviews {
    max-width: 70%;
    margin: 0 auto;
}

.review-content {
    background: #f4f4f4;
    padding: 2em;
    border-radius: 8px;
    position: relative;
    display: block;
}

.review-content::after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f4;
    position: absolute;
    content: '';
    bottom: -26px;
}

.review-block.slick-slide {
    height: auto;
}

.review-details {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

/**************** Contact Us *******************/

.contact-details {
    padding-top: 80px;
}

.contact-top-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--hh-black);
}

.contact-block {
    position: relative;
    padding: 30px;
    color: var(--hh-white);
    display: flex;
    gap: 14px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.contact-top-details {
    padding-top: 40px;
}

.contact-block .contact-icon img {
    filter: brightness(0) invert(1);
    width: 40px;
}

.contact-block p,
.contact-block a {
    color: var(--hh-white);
    margin: 0;
}

.contact-map {
    height: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 500px;
}

.contact-form-thumb {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form-thumb::before {
    content: "";
    background: var(--hh-black);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
}

.contact-form-content .h2 {
    color: var(--hh-white);
}

.contact-form-content {
    padding: 0 20px;
}

.contact-form-content img {
    width: 200px;
    filter: brightness(0) invert(1);
}

.contact-form-content .section-content {
    padding-top: 30px;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    border: 1px solid #ddd;
    color: var(--hh-black);
    opacity: 1;
    height: 48px;
}
.gform_wrapper.gravity-theme .gfield textarea {
    border: 1px solid #ddd;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield {
    position: relative;
}

.gform_wrapper.gravity-theme .gfield input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.gform_wrapper.gravity-theme .gfield select.large {
    background: transparent;
    border: none;
    margin: 8px 0;
    border: 1px solid #ddd;
    color: #0000007a;
}
img.gform_ajax_spinner {
    width: 30px;
}
.validation_message.gfield_validation_message{
    position: absolute;
    top: 0;
    background: transparent !important;
    max-width: 100%;
    margin: 0 0 0 auto;
    text-align: right;
    border: none !important;
}
.gform_heading {
    padding-bottom: 30px;
}


/****************** Single Posts *******************/

/*.post-details-inner img {
  max-width: 100%;  
  height: auto;
  width: auto;   
}*/
.post-details-inner img {
    max-width: 100%;
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
table {
    border-collapse: collapse;
    padding: 20px 0 0 0;
    width: 100%;
}

table th,
table td {
    text-align: left;
    border: 1px solid var(--hh-black);
    padding: 8px 16px;
}

.rooms-facility ul {
    display: flex;
    gap: 14px;
}

.rooms-facility ul {
    display: flex;
    gap: 14px;
}

.rooms-facility ul li {
    list-style: none;
    background-color: #eee;
    padding: 10px 20px;
}
.mphb_sc_services-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.mphb-service {
    flex-basis: 48%;
    padding-bottom: 12px;
    margin: 0 !important;
    box-shadow: 0px 0px 15px #cccccc57;
    transition: all ease-in-out 0.5s;
    border: none;
}
.mphb-service p,
.mphb-service h2 {
    padding: 0 12px;
}
.mphb-loop-service-thumbnail{
    padding: 0 !important;
}

.single-post-box .mphb-service .mphb-loop-service-thumbnail .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 260px;
    object-fit: cover;
}
/*.single .post-description .mphb-calendar-title,
.single .post-description .mphb-calendar.mphb-datepick.inlinePicker.is-datepick{
    display: none !important;
}*/

/*.single .post-description .mphb-booking-form,
.single .post-description .mphb-reservation-form-title{
    display: none;
}*/

.single .post-description .mphb-single-room-type-attributes {
    list-style: none;
    width: 100%;
    border: 1px solid #ddd;
}
.single .post-description .mphb-single-room-type-attributes li {
    border-bottom: 1px solid #ddd;
    display: flex;
}
.single .post-description .mphb-single-room-type-attributes li > span{
    padding: 12px 14px;
    font-weight: 300;
}
.single .post-description .mphb-single-room-type-attributes li span a{
    color: #212529;
}
.single .post-description .mphb-single-room-type-attributes li:last-child{
    border-bottom: none;
}
.single .post-description .mphb-single-room-type-attributes li .mphb-attribute-title {
    min-width: 200px;
    display: inline-block;
    border-right: 1px solid #ddd;
    background-color: var(--hh-theme);
    color: var(--hh-white);
}
.single .post-description .fancybox-container {
    z-index: 999999999;
}
.single .post-description .mphb-regular-price {
    border: 1px solid #ddd;
    border-top: none;
}
.single .post-description .mphb-regular-price strong {
    min-width: 200px;
    display: inline-block;
    border-right: 1px solid #ddd;
    background-color: var(--hh-theme);
    color: var(--hh-white);
    padding: 12px 14px;
    margin-right: 14px;
}
.single .post-description .mphb-regular-price span{
    color: #212529;
}
.post-description {
    padding-top: 20px;
}
.post-description .mphb-booking-form p {
    width: 48%;
    display: inline-block;
}
.post-description .mphb-required-fields-tip {
    display: none !important;
}
.post-description .mphb-booking-form input,
.post-description .mphb-booking-form select{
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid #ddd;
}

/*.mphb-reservation-form-title{
    display: none;
}*/
.post-description .mphb-booking-form {
    /*display: none;*/
    border: 2px dotted #333;
    padding: 20px;
}

.distance-widget ul {
    border: 1px solid #f1f1f1;
}
.distance-widget ul li {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-weight: 400;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
}
.distance-widget ul li:last-child{
    border-bottom: none;
}
.distance-widget ul li .label {
    color: #343a40;
    font-weight: normal;
    font-size: 16px;
}
.distance-widget ul li .value {
    font-weight: 700;
}
.mphb-calendar-title, .mphb-reservation-form-title {
    margin: 1rem 0;
}
/* Search Result Page */

/*.single-post-box .mphb-recommendation-title {
    display: none;
}
.single-post-box #mphb-recommendation,
.single-post-box #mphb-reservation-cart {
    display: none;
}*/
.mphb_sc_search_results-wrapper .mphb-reservation-cart {
    margin-bottom: 0;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart {
    margin-bottom: 0;
}
.mphb-recommendation-item-link {
    font-size: 26px;
    font-weight: 700;
    color: var(--hh-text);
}
#mphb-recommendation {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: none;
    padding: 30px;
    margin: 30px 0;
    border-radius: 8px;
    transition: all ease-in-out 0.5s;
}
.mphb-recommendation-details-list {
    list-style: none;
}
.single-post-box code{
    color: var(--hh-black);
    font-family: 'Poppins', sans-serif;
}
.mphb_sc_search_results-info code {
    font-size: 20px;
    color: var(--hh-black);
    font-family: 'Poppins', sans-serif;
}
.mphb-rooms-quantity-wrapper.mphb-rooms-quantity-multiple {
    /*display: none;*/
    padding-bottom: 12px;
}
.single-post-box .mphb-rooms-quantity-wrapper .mphb-rooms-quantity {
    height: 40px;
    padding: 0 12px;
    background: transparent;
    border: 1px solid #ddd;
}
.single-post-box .mphb-room-type{
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
.single-post-box .mphb-room-type:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.single-post-box .mphb-room-type p{
    margin: 0;
}
.single-post-box .mphb-room-type h2{
    padding-top: 20px;
}
.single-post-box .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 400px;
    object-fit: cover;
}
.single-post-box .mphb-rooms-reservation-message-wrapper {
    padding-bottom: 12px;
}
.mphb-remove-from-reservation {
    color: var(--hh-theme);
}
.mphb-calendar td .mphb-available-date {
    /*background-color: var(--hh-theme);*/
    background-color: #39668e;
    cursor: pointer;
    color: var(--hh-white);
}
.mphb-calendar td .mphb-mark-as-unavailable--check-out {
    /*background: linear-gradient(to top left,var(--hh-theme) 0,var(--hh-theme) 50%,var(--mphb-not-available-date-bg,#ddd) 50%,var(--mphb-not-available-date-bg,#ddd) 100%);*/
    background: linear-gradient(to top left,#39668e 0,#39668e 50%,#5787b3 50%,#5787b3 100%);
}
.mphb-calendar .mphb-datepicker-dark-blue.datepick, .mphb-calendar .mphb-datepicker-dark-blue.datepick .datepick-month{
    width: 100% !important;
}
.mphb-calendar .mphb-datepicker-dark-blue.datepick .datepick-month td > span{
    padding: 8px 0 !important;
}
.mphb-calendar .mphb-datepicker-dark-blue.datepick .datepick-month.last{
    display: none;
}


/* Booking Confirmation */
.single-post-box .mphb_sc_checkout-wrapper .mphb-login-form-wrap {
    margin-bottom: 0em;
    position: absolute;
    top: -40px;
}
.mphb_sc_checkout-wrapper {
    position: relative;
}
.single-post-box .mphb-booking-details .mphb-check-in-date{
    margin: 0;
}
.single-post-box p a {
    color: var(--hh-theme);
}
.single-post-box .mphb-adults-chooser, .single-post-box .mphb-children-chooser {
    display: inline-block;
    width: 25%;
}
.single-post-box .mphb-guest-name-wrapper {
    display: inline-block;
    width: 48%;
}
.single-post-box .mphb-adults-chooser select, 
.single-post-box .mphb-children-chooser select,
.single-post-box .mphb-guest-name-wrapper input{
    width: 100%;
    height: 38px;
    background: transparent;
    border: 1px solid #7b7a7a;
}
.single-post-box .mphb-reserve-rooms-details {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.single-post-box .mphb-checkout-item-section {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 8px;
}
.single-post-box .mphb-booking-details {
    background: #f4f4f4;
    padding: 30px 20px;
}
.single-post-box .mphb_cb_checkout_form > .mphb-checkout-section:not(:first-of-type), 
.single-post-box .mphb_sc_checkout-form > .mphb-checkout-section:not(:first-of-type) {
    margin-top: 2em;
}
.single-post-box table th, .single-post-box table td {
    border: 1px solid #ddd;
}
.single-post-box .mphb-price-breakdown-accommodation.mphb-price-breakdown-expand {
    color: var(--hh-theme);
}
.single-post-box .mphb-customer-details {
    border: 3px dotted #ddd;
    padding: 30px 20px;
    background: var(--hh-theme);
}
.single-post-box .mphb-customer-details p{
    width: 32.8%;
    display: inline-block;
    color: var(--hh-white);
}
.single-post-box .mphb-customer-details p.mphb-customer-name,
.single-post-box .mphb-customer-details p.mphb-customer-last-name {
    width: 49.5%;
}
.single-post-box .mphb-customer-details p.mphb-customer-note {
    width: 100%;
    display: block;
}
.single-post-box .mphb-customer-details p.mphb-required-fields-tip{
    width: 100%;
}
.single-post-box .mphb-customer-details p input,
.single-post-box .mphb-customer-details p select,
.single-post-box .mphb-customer-details p textarea{
    width: 100%;
    border: none;
    background: var(--hh-white);
}
.mphb-customer-details h3 {
    color: var(--hh-white);
}
.single-post-box .mphb-customer-details p input,
.single-post-box .mphb-customer-details p select{
    height: 38px;
    padding: 0 10px;
}
.single-post-box .mphb-customer-details p input:focus,
.single-post-box .mphb-customer-details p select:focus,
.single-post-box .mphb-customer-details p textarea:focus{
    box-shadow: none;
    outline: none;
}
.mphb-gateway-chooser-title {
    background-color: #ddd;
    padding: 10px 12px;
}


/***********  My Account  ****************/
/*.single-post-box .mphb_sc_account {
    border: 2px dotted #333;
}*/
.single-post-box .mphb-account-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mphb-account-menu ul li {
    background-color: #ddd;
    line-height: 40px;
    padding: 8px 12px;
    border-right: 1px solid var(--hh-white);
    flex-basis: 25%;
}
.mphb-account-menu ul li:hover{
    background-color: var(--hh-theme);
}
/*.page-id-330 .mphb-account-menu ul li{
    background-color: var(--hh-theme);   
}
.page-id-330 .mphb-account-menu ul li a{
    color: var(--hh-white);
}*/
.mphb-account-menu ul li:hover a{
    color: var(--hh-white);
}
.mphb-account-menu ul li:last-child{
    border-right: none;
}
.mphb_sc_account .mphb-account-content {
    margin-top: 40px;
}
.mphb-account-menu ul li a{
    color: var(--hh-black);
}
.single-post-box .mphb-account-content table th{
    border: 1px solid #ddd;
    background-color: var(--hh-black);
    color: var(--hh-white);
    padding: 16px 12px;
}
.single-post-box .mphb-account-content table td.booking-actions {
    background-color: var(--hh-theme);
    text-align: center;
}
.single-post-box .mphb-account-content table td.booking-actions a{
    color: var(--hh-white);
}
.single-post-box .mphb-account-content .mphb-account-details {
    border: 2px dotted #333;
    padding: 30px;
}
.single-post-box .mphb-account-content .mphb-account-change-password{
    margin: 30px 0;
    padding: 30px;
    background-color: #ddd;
}
.mphb-account-details-form p Label {
    display: block;
}
.mphb-account-details-form p.mphb-customer-email label{
    display: inline-block;
}
.mphb-account-details-form .mphb-account-details p{
    width: 49%;
    display: inline-block;
}
.mphb-account-details-form p input,
.mphb-account-details-form p select{
    width: 100%;
    height: 38px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0 12px;
    background: var(--hh-white);
}
.mphb-account-details-form p input:focus,
.mphb-account-details-form p select:focus{
    box-shadow: none;
    outline: none;
}
.single-post-box .mphb-account-content .mphb-account-change-password p:first-child{
    width: 100%;
}
.single-post-box .mphb-account-content .mphb-account-change-password p{
    width: 32.5%;
    display: inline-block;
}

/************* Reservation Received   ***************/
.single-post-box .mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details {
    display: block;
}
.single-post-box .mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details li{
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 1px solid var(--hh-white);
}
.single-post-box .mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details li > span{
    padding: 12px;
}
.single-post-box .mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details li > span:first-child{
    background-color: var(--hh-theme);
    color: var(--hh-white);
    width: 30%;
    flex-basis: 30%;
}
.single-post-box .accommodations-list a {
    color: var(--hh-theme);
}


.woocommerce-info {
    border-top-color: var(--hh-theme);
}
.woocommerce-info::before, .woocommerce-info a, .woocommerce-error li a{
    color: var(--hh-theme);
}

.single-post-box .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.single-post-box .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding: 50px 0;
}
.single-post-box .woocommerce form p.form-row {
    width: 33%;
    display: inline-block;
    float: none;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text, 
.select2-container--default .select2-selection--single{
    height: 46px;
    padding: 0 15px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid #858585;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding: 0;
}
.form-row.notes {
    width: 100% !important;
    display: block !important;
}
.form-row.notes textarea {
    height: 100px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    top: 0;
}
#billing_phone_field, #billing_email_field{
    width: 50%;
}
.shop_table.woocommerce-checkout-review-order-table {
    border: none !important;
}
.shop_table.woocommerce-checkout-review-order-table {
    border: 3px dotted #ddd !important;
    padding: 30px 20px;
    background: var(--hh-theme);
    color: var(--hh-white);
}
.woocommerce td.product-name dl.variation p{
    color: var(--hh-white);
}

/********************************
            Cart Page
*********************************/
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: none;
}
.single-post-box table.cart.woocommerce-cart-form__contents th, 
.single-post-box table.cart.woocommerce-cart-form__contents td {
    border: none;
}
.single-post-box .cart.woocommerce-cart-form__contents tbody tr.cart_item td{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    clear: both;
}
.single-post-box .cart.woocommerce-cart-form__contents tbody tr.cart_item td dl p{
    color: var(--hh-black);
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 50px;
    width: 40%;
    padding: 0 15px;
    margin: 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid #858585;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 50%;
}
.woocommerce-cart-form {
    background-color: #eee;
    padding: 20px;
}
.shop_table.shop_table_responsive.cart {
    padding: 0;
    margin: 0;
}
.cart-collaterals {
    margin-top: 30px;
}
.shop_table.shop_table_responsive.cart .coupon {
    width: 60%;
    display: flex;
    gap: 18px;
}
.mphb-nav-links {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
span.page-numbers{
    background-color: var(--hh-theme);
    color: var(--hh-white);
}
a.page-numbers {
    background-color: #ddd;
    color: var(--hh-black);
}
.page-numbers {
    background-color: #ddd;
    color: var(--hh-white);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.woocommerce ul.order_details li {
    float: none;
    font-size: 13px;
    display: flex;
    gap: 30px;
    align-items: first baseline;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;
    border-right: none;
}
.woocommerce ul.order_details li strong {
    font-size: 14px;
}
.woocommerce ul.order_details {
    border: 1px solid #ddd;
    padding: 40px 30px;
}



/***** Holiday Package *****/
.holiday-package-overlay {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
}
.wrap-holiday-package .row .col-lg-10 {
    margin: 0 auto 20px auto;
}
.wrap-holiday-package .hp-slides-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hp-slides-block .hp-slides-thumb img{
    border-radius: 8px;
    aspect-ratio: 3 / 2;
}
.wrap-holiday-package .hp-slides-thumb {
    flex-basis: 30%;
}
.wrap-holiday-package .hp-slides-block .hp-slides-content {
    flex-basis: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrap-holiday-package .hp-slides-block .hp-slides-content a{
    color: var(--hh-black);
}
.wrap-holiday-package .hp-slides-block .hp-slides-content .hp-caption {
    flex-basis: 80%;
}
.wrap-holiday-package .hp-slides-block .hp-slides-content .hp-icon {
    flex-basis: 20%;
    text-align: end;
}
.wrap-holiday-package .hp-slides-block .hp-slides-content .hp-icon .hp-thumb {
    width: 90px;
    background: var(--hh-theme);
    border-radius: 50%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
}
.wrap-holiday-package .hp-slides-block .hp-slides-content .hp-icon img{
    width: 60px;
    filter: brightness(0) invert(1);
}
.wrap-holiday-package .row .col-lg-10:nth-child(2n) .hp-slides-block,
.wrap-holiday-package .row .col-lg-10:nth-child(2n) .hp-slides-block .hp-slides-content{
    flex-direction: row-reverse;
}
.wrap-holiday-package .row .col-lg-10:nth-child(2n) .hp-slides-block .hp-slides-content .hp-icon .hp-thumb{
    margin: 0 auto 0 0;
}

.package-price {
    display: flex;
    align-items: center;
    padding-top: 14px;
}
.package-price h3 {
    color: var(--hh-theme);
    font-weight: 800;
}
.package-meta ul {
    background: var(--hh-white);
    border: 1px solid #f1f1f1;
    list-style: none;
    margin-top: 20px;
}
.package-meta ul li {
    border-bottom: 1px solid #f1f1f1;
}
.package-meta ul li:last-child{
    border-bottom: none;
}
.package-meta ul li span:first-child {
    background-color: var(--hh-theme);
    min-width: 200px;
    color: var(--hh-white);
}
.package-meta ul li span{
    padding: 12px 12px;
    display: inline-block;
}
.package-meta ul li span i {
    width: 26px;
}

/*.package-tabs dt {
  padding: 0 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
}
.package-tabs dt:first-child {
  border-top: 0;
}
.package-tabs .active {
  background-color: #ccc;
}
.package-tabs .active + dd {
  display: block;
}
.package-tabs dd {
  display: none;
  padding: 0.5em;
}*/

.package-filter {
    z-index: 1020;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: var(--hh-white);
}
.package-filter.sticky{
    position: sticky;
}
.package-tabs {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.package-tabs li {
    display: inline-block;
    vertical-align: top;
    -ms-flex-preferred-size: 0;
    max-width: 100%;
    padding: 10px 10px;
    cursor: pointer;
}
.tour-info-tabs {
    overflow: hidden;
}
.responsive-tabs-placeholder{
    border: 1px solid #C4C4C4;
    border-radius: 0 0 10px 10px;
    background: var(--hh-white);
}
.responsive-tabs-placeholder ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.responsive-tabs-placeholder ul li{
    margin: 10px 0;
}


.responsive-tabs dt {
  padding: 1em;
  cursor: pointer;
  background: #c8041a47;
  color: var(--hh-theme);
  font-size: 14px;
  font-weight: 300;
}
.responsive-tabs dt:first-child {
  border-top: 0;
}
.responsive-tabs .active {
  background-color: var(--hh-theme);
  color: var(--hh-white);
}
.responsive-tabs .active + dd {
  display: block;
}
.responsive-tabs dd {
  display: none;
  padding: 0.5em;
}

.responsive-tabs-placeholder {
  display: none;
}










.term-packages .products.columns-3 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--hh-white);
    width: 100% !important;
    padding: 12px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.term-packages .products.columns-3 li:last-child{
    margin-bottom: 0 !important;
}
.term-packages .products.columns-3 li .woocommerce-LoopProduct-link{
    display: flex;
    align-items: center;
    gap: 30px;
}

.term-packages .products.columns-3 li img{
    width: 300px !important;
    height: 200px !important;
    object-fit: cover;
    margin: 0 !important;
}
.woocommerce .quantity .qty {
    height: 50px;
}

/***** Cab Rental *****/
.cab-rental{
    position: relative;
    width: 100%;
    background: #121212;
}
.cab-rental-block {
    display: flex;
    gap: 18px;
}
.car-rental-slides {
    transition: all ease-in-out 0.5s;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 10px;
}
.cab-rental-thumb img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.car-rental-block .cab-rental-thumb img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
}
.cab-rental .r-car-point, .wrap-cab-rental .r-car-point {
    display: flex;
    list-style: none;
    gap: 6px;
    flex-wrap: wrap;
}
.cab-rental .r-car-point li span, .wrap-cab-rental .r-car-point li span {
    padding-left: 6px;
}
.cab-rental .r-car-point li {
    background-color: rgba(255, 255, 255, 0.11);
    padding: 2px 8px;
    color: var(--hh-white);
    font-size: 14px;
}
.wrap-cab-rental .r-car-point li{
    background-color: #0000008f;
    padding: 2px 8px;
    color: var(--hh-white);
    font-size: 14px;
}
.cab-rental .cab-rental-content .h4, .cab-rental .cab-rental-content .r-price-discount {
    color: var(--hh-white);
}
.car-rental .col-lg-6 {
    margin-bottom: 30px;
}

.woocommerce-breadcrumb {
    display: none;
}
.woocommerce .package ul.products.columns-1 li.product, 
.woocommerce-page .package ul.products.columns-1 li.product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
}
.woocommerce .package ul.products.columns-1 li.product .woocommerce-LoopProduct-link, 
.woocommerce-page .package ul.products.columns-1 li.product .woocommerce-LoopProduct-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    color: var(--hh-black);
}
.woocommerce .package ul.products.columns-1 li.product .woocommerce-LoopProduct-link img, 
.woocommerce-page .package ul.products.columns-1 li.product .woocommerce-LoopProduct-link img{
    width: 200px;
    margin: 0;
}
.woocommerce .package ul.products.columns-1 li.product .woocommerce-LoopProduct-link h2, 
.woocommerce-page .package ul.products.columns-1 li.product .woocommerce-LoopProduct-link h2{
    font-size: 24px;
}
.variations tr {
    display: flex;
    flex-direction: column;
}
.variations tr th, .variations tr td{
    padding: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--hh-theme) !important;
}
.woocommerce .package div.product div.images, .woocommerce-page div.product div.images {
    width: 68%;
}
.woocommerce .package div.product div.summary, .woocommerce-page div.product div.summary {
   width: 30%;
}
.woocommerce .package div.product form.cart .variations select {
    background: var(--hh-white);
    border: 1px solid #ddd;
    height: 48px;
    padding: 0 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-weight: normal;
    font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    content: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #ddd;
}
.package-tab-block {
    padding-top: 20px;
    position: relative;
}
.package-tab-block .package-accodion{
    padding: 0;
    margin-top: 20px;
}
.package-tab-block .package-accodion:first-child{
    margin-top: 0;
}
.package-tab-block ul li {
    list-style: decimal;
    padding-left: 4px;
    margin: 7px 0 7px 16px;
}
.holiday-package .package-inner .woocommerce ul.products{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 14px;
}
.holiday-package .package-inner .woocommerce ul.products li.product {
    background: var(--hh-white);
    padding: 12px 12px 30px 12px;
    border-radius: 8px;
    margin-bottom: 0 !important;
    flex-basis: 32%;
    margin: 0;
    float: none;
}
.related.products ul.products {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 14px;
}
.related.products ul.products li.product {
    background: var(--hh-white);
    padding: 12px 12px 30px 12px;
    border-radius: 8px;
    margin: 0 !important;
    float: none;
    flex-basis: 32%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link{
    color: var(--hh-black);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}
ul.products::before {
  content: unset;
}
.related.products h2 {
    font-size: 36px;
    padding-bottom: 30px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: var(--hh-theme);
}



/* Custom Rooms */
.rooms-block{
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
.rooms-block:last-child, .taxonomy .blog-post-block:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.rooms-block .section-thumb img {
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}
.rooms-block .section-content{
    padding-top: 30px;
}
.rooms-block .section-content h2, .taxonomy .blog-post-block .blog-content h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}
.rooms-block .section-content h2 a, .taxonomy .blog-post-block .blog-content h2 a{
    color: var(--hh-black);
}
.rooms-block .section-content .site-btn{
    margin-top: 20px;
}
.rooms-search-bar {
    max-width: 50%;
    margin: 0 auto;
    background: var(--hh-white);
    padding: 30px;
}
.btn.search-btn {
    background-color: var(--hh-theme);
    color: var(--hh-white);
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
}

.rooms-items .row .col-lg-4{
    margin-bottom: 30px;
}
.card.rooms-card {
    height: calc(100%);
}
.rooms-card .section-thumb img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}

/* Post */
.blog-post-items {
	column-count: 2;
	column-gap: 40px;
	max-width: 90%;
	margin: 0 auto;
}
.taxonomy .blog-post-block {
    margin-bottom: 40px;
    position: relative;
}
.taxonomy .blog-post-block .news-thumbnails img {
    border-radius: 8px;
}
.taxonomy .blog-post-block .blog-content{
    padding: 30px 22px;
}
.tabs-filter ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 1px;
}
.tabs-filter ul li.tabs-btn {
    background: var(--hh-black);
    color: var(--hh-white);
    padding: 9px 14px;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
}
.tabs-filter ul li.tabs-btn.active {
    background: var(--hh-theme);
}
.tab-panel {
    display: none;
    padding-top: 20px;
}
.tab-panel.active {
    display: block;
}
.gform_wrapper.gravity-theme .ginput_container_date .ui-datepicker-trigger {
    position: absolute;
    right: 10px;
}
.single-booking-form {
    padding: 0 0 0 0;
    background: #f8f8f8;
    padding: 30px;
    margin-top: 30px;
}
.post-details-meta ul{
    border: 1px solid #ddd;
    list-style: none;
}
.post-details-meta ul li {
    border-bottom: 1px solid #ddd;
    display: flex;
}
.post-details-meta ul li:last-child{
    border-bottom: none;
}
.post-details-meta ul li span {
    padding: 12px 14px;
}
.post-details-meta ul li span:first-child {
    min-width: 200px;
    display: inline-block;
    border-right: 1px solid #ddd;
    background-color: var(--hh-theme);
    color: var(--hh-white);
}

/* Sidebar */
.widget {
    margin-bottom: 30px;
    background-color: var(--hh-bg);
    padding: 30px;
}
.widget.post-widget {
    background-color: #eee;
    padding: 30px 20px;
}
.widget.post-widget ul li {
   border-bottom: 1px solid #ccc;
   padding: 10px 0;
}
.widget.post-widget ul li a{
   font-size: 15px;
   transition: all .3s ease;
   font-weight: 300;
}
.widget ul li {
    list-style: none;
}
.widget.post_category, .widget.widget-helping {
    border: 1px solid #eee;
    padding: 30px 20px;
}
.widget.post_category ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.widget.post_category ul li {
    font-size: 14px;
    font-weight: 300;
    background: #eee;
    padding: 0 6px;
}
.widget ul li a {
    color: var(--hh-black);
}
.widget-package .media {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.widget-package .media:last-child{
    margin-bottom: 0;
}
.widget-package .media img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.widget-package .media h4 a{
    color: var(--hh-black);
}
.widget-title {
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1.5px solid rgba(129, 129, 129, 0.24);
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}
.widget.booking-widget {
    padding: 0;
}
.widget ul li {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 14px;
}
.widget ul li:last-child{
    margin-bottom: 0;
}
.widget ul li .post-meta span{
    font-size: 13px;
}
.booking-widget .widget-booking-overlay {
    color: var(--hh-white);
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-widget .widget-booking-overlay::before{
    content: "";
    background-color: #00000078;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.booking-inner {
    position: relative;
}
.widget.booking-widget .h2 {
    padding: 14px 0;
}
.widget.widget-booking-form {
    padding: 30px 20px;
    border: 3px dotted #333;
}
.widget-booking-form p{
    width: 100%;
}
.widget-booking-form .mphb_sc_search-submit-button-wrapper{
    padding-top: 20px;
}
.widget-rooms .mphb-room-type {
    background-color: var(--hh-white);
    padding: 14px;
    margin-bottom: 20px;
}
.widget-rooms .mphb-room-type .post-thumbnail.mphb-loop-room-thumbnail {
    padding: 0 0 10px 0;
}
.widget-rooms .mphb-room-type .attachment-post-thumbnail {
    border-radius: 8px;
}


.schedule_custom_pagination {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.schedule_custom_pagination .page {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    color: var(--hh-text);
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.button.mphb-confirm-reservation {
    display: block;
}