/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */

html {
    scroll-behavior: smooth;
}

#home,
#hotels,
#about-naftalan,
#naftalan-blog,
#faq,
#contact,
#programs,
#why-naftalan {
    scroll-margin-top: 110px;
}

.homey-listing-detail-v6 .pn-hotel-header-area .gallery-grid-left-wrap,
.homey-listing-detail-v6 .pn-hotel-header-area .gallery-grid-right-wrap {
    min-width: 0;
}

.homey-listing-detail-v6 .pn-hotel-header-area .gallery-grid-wrap,
.homey-listing-detail-v6 .pn-hotel-header-area .gallery-grid-right-wrap {
    align-items: stretch;
}

.homey-listing-detail-v6 .pn-hotel-header-area .gallery-grid-wrap .gallery-grid-item {
    aspect-ratio: 1 / 1;
}

.homey-listing-detail-v6 .pn-hotel-header-area .gallery-grid-wrap .gallery-grid-item > a:not(.gallery-grid-button) {
    display: block;
    width: 100%;
    height: 100%;
}

.homey-listing-detail-v6 .pn-hotel-header-area .gallery-grid-wrap .gallery-grid-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pn-no-public-login .header-comp-right,
.pn-no-public-login .user-menu,
.pn-no-public-login .user-nav-wrap,
.pn-no-public-login .login-register,
.pn-no-public-login .login-register-v1,
.pn-no-public-login .account-login,
.pn-no-public-login .become-host,
.pn-no-public-login .become-host-btn,
.pn-no-public-login .add_fav,
.pn-no-public-login a[href*="login"],
.pn-no-public-login a[href*="register"] {
    display: none !important;
}

.pn-no-public-login .nav-area > .header-nav.hidden-sm.hidden-xs {
    padding-top: 26px;
    background: transparent !important;
    border-bottom: 0;
}

.pn-no-public-login .nav-area.transparent-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
}

.pn-no-public-login .nav-area > .header-nav.hidden-sm.hidden-xs > .container,
.pn-no-public-login .nav-area > .header-nav.hidden-sm.hidden-xs > .container-fluid {
    width: calc(100% - 48px);
    max-width: 1080px;
    padding-right: 0;
    padding-left: 0;
}

.pn-no-public-login .header-nav .header-inner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 68px;
    padding: 0 18px 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055)),
        rgba(15, 24, 38, 0.48);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    overflow: hidden;
}

.pn-no-public-login .header-nav .header-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
    pointer-events: none;
}

.pn-no-public-login .header-comp-logo,
.pn-no-public-login .header-comp-nav {
    position: relative;
    z-index: 1;
}

.pn-no-public-login .header-comp-logo {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: auto !important;
    min-width: 0;
    padding-right: 12px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.pn-no-public-login .header-comp-logo .homey_logo {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 64px;
    min-width: 82px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pn-no-public-login .header-comp-logo img {
    display: block;
    width: auto !important;
    height: 58px !important;
    max-width: none !important;
    max-height: none;
    object-fit: contain;
    transform: translateY(-1px);
    filter: brightness(1.18) contrast(1.08) drop-shadow(0 0 2px rgba(255, 255, 255, 0.58)) drop-shadow(0 5px 9px rgba(0, 0, 0, 0.4));
}

.pn-no-public-login .header-comp-nav {
    display: flex !important;
    align-items: center;
    justify-content: stretch;
    width: auto !important;
    min-width: 0;
    background: transparent !important;
}

.pn-main-navigation {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 22px;
    width: 100%;
    background: transparent !important;
}

.pn-main-navigation .main-menu,
.pn-mobile-navigation .mobile-menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    width: auto !important;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent !important;
}

.pn-main-navigation .main-menu {
    grid-column: 2;
    justify-self: center;
}

.pn-main-navigation .main-menu > li {
    display: flex !important;
    align-items: center;
    flex: 0 0 auto;
    overflow: visible !important;
    white-space: nowrap;
    background: transparent !important;
}

.pn-main-navigation .main-menu > li > a {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    height: 38px;
    width: auto !important;
    padding: 0 13px !important;
    border-radius: 999px;
    line-height: 1.2 !important;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    color: #fff !important;
    background: transparent !important;
}

.pn-main-navigation .main-menu > li > a:hover,
.pn-main-navigation .main-menu > li > a:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

.pn-main-navigation .main-menu > li.current-menu-item > a {
    color: #fff !important;
    background: transparent !important;
}

.pn-mobile-navigation .mobile-menu {
    display: block;
}

.pn-language-menu-item {
    margin-left: 8px;
}

.pn-logo-side-actions,
.pn-menu-side-actions {
    display: flex;
    align-items: center;
    min-width: 0;
}

.pn-logo-side-actions {
    grid-column: 1;
    justify-self: start;
}

.pn-menu-side-actions {
    grid-column: 3;
    justify-self: end;
}

.pn-language-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.pn-language-switcher li {
    line-height: 1;
    overflow: visible !important;
}

.pn-language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-height: 32px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    color: inherit;
    line-height: 1;
}

.pn-language-switcher img {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.pn-language-switcher span {
    display: none;
}

.pn-language-switcher .active a {
    border-color: currentColor;
}

.pn-header-social {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pn-header-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 14px;
    line-height: 1;
}

.pn-header-social a:hover,
.pn-header-social a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.pn-header-social img {
    display: block;
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.pn-tiktok-social-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    vertical-align: middle;
}

.home .top-banner-wrap,
.home .banner-inner {
    height: 650px !important;
    min-height: 650px;
}

.home .banner-caption {
    top: 57%;
    transform: translate(50%, -50%);
}

.home .top-banner-wrap.pn-hero-slider-ready {
    position: relative;
    overflow: visible;
    z-index: 20;
    background: #2a1810;
}

.home .top-banner-wrap.pn-hero-slider-ready > .banner-inner {
    overflow: hidden;
    background: transparent !important;
}

.home .top-banner-wrap.pn-hero-slider-ready > .banner-inner .parallax-inner {
    opacity: 0 !important;
}

.home .pn-hero-slider-stage {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background: #2a1810;
}

.home .pn-hero-slider-slide {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 1200ms ease, transform 7200ms ease;
    will-change: opacity, transform;
}

.home .pn-hero-slider-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .home .pn-hero-slider-slide {
        transform: none;
        transition: opacity 200ms ease;
    }
}

.pn-naftalan-input,
.search-destination .pn-naftalan-input {
    cursor: default;
    background-color: #fff !important;
}

.home .banner-caption,
.home .search-banner,
.home .search-banner > form,
.home .search-date-range {
    overflow: visible !important;
}

.home .search-banner-desktop .search-calendar {
    z-index: 10050 !important;
}

.search-destination .clear-input-btn {
    display: none !important;
}

.pets-calculator,
input[name="pets"] {
    display: none !important;
}

.detail-property-page-v6 .sidebar-booking-module .btn,
.detail-property-page-v6 .sidebar-booking-module button,
.search-banner .btn,
.main-search .btn {
    border-radius: 4px;
}

.search-banner .search-filters,
.search-banner .full-width-filters,
.search-banner .search-filter-mobile-btn,
.main-search .search-filters,
.main-search .full-width-filters,
.main-search .search-filter-mobile-btn {
    display: none !important;
}

.homey_compare,
.btn-item-tools,
.item-tools,
.listing-contact-save,
.sidebar-booking-module-footer,
.single-listing-share,
.share_tooltip,
.detail-property-page-v6 .social-icons,
.detail-property-page-v6 .list-inline.social-icons {
    display: none !important;
}

.pn-page-content {
    color: #263238;
}

.pn-page-content,
.pn-page-content * {
    box-sizing: border-box;
}

.pn-section {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.pn-section + .pn-section {
    margin-top: 46px;
}

.pn-section h2 {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.25;
}

.pn-section h3 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.35;
}

.pn-section p {
    font-size: 16px;
    line-height: 1.7;
}

.pn-lead {
    max-width: 760px;
    margin: 0 0 28px;
}

.pn-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.home #hotels .pn-card-grid .pn-card:nth-child(n+4) {
    display: none;
}

.pn-hotels-more {
    margin-top: 28px;
    text-align: center;
}

.pn-hotels-more .pn-button {
    min-height: 44px;
    padding: 10px 18px;
}

.page-id-548 .homey-loadmore {
    display: none !important;
}

.pn-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e8ea;
    border-radius: 6px;
}

.pn-card-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #dfe5e7;
}

.pn-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elementor .pn-card-media img {
    height: 100% !important;
}

.pn-card-body {
    padding: 18px;
}

.pn-card-body p {
    margin-bottom: 16px;
}

.pn-button {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 4px;
    background: #1d6f6a;
    color: #fff !important;
    font-weight: 700;
}

.pn-two,
.pn-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.pn-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pn-contact-social {
    margin-top: 28px;
}

.pn-contact-social-title {
    margin-bottom: 12px;
    color: #064b60;
}

.pn-contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pn-contact-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #dfe8ea;
    border-radius: 8px;
    background: #fff;
    color: #24343b !important;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(8, 38, 45, 0.06);
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pn-contact-social-link:hover,
.pn-contact-social-link:focus {
    border-color: #d9a557;
    color: #064b60 !important;
    transform: translateY(-1px);
}

.pn-contact-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #d9a557;
    font-size: 18px;
}

.pn-contact-social-icon img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.pn-info-band,
.pn-program-section {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 68px max(20px, calc((100% - 1180px) / 2 + 20px));
}

.pn-info-band {
    background: #fbf6ef;
}

.pn-program-section {
    background: #fff;
    border-top: 1px solid #edf0f1;
    border-bottom: 1px solid #edf0f1;
}

.pn-section-heading {
    max-width: 780px;
    margin: 0 0 34px;
}

.pn-section-heading-wide {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.pn-section-heading h2 {
    margin-bottom: 14px;
    color: #064b60;
    font-size: 34px;
    line-height: 1.15;
}

.pn-section-heading p {
    margin: 0;
    color: #4e5b61;
    font-size: 17px;
    line-height: 1.7;
}

.pn-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.pn-feature-card,
.pn-condition-card {
    background: #fff;
    border: 1px solid #edf0f1;
    border-radius: 6px;
    text-align: center;
}

.pn-feature-card {
    min-height: 250px;
    padding: 28px 22px;
}

.pn-feature-icon,
.pn-condition-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d9a557;
}

.pn-feature-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    font-size: 30px;
}

.pn-feature-card h3,
.pn-condition-card h3 {
    color: #064b60;
}

.pn-feature-card h3 {
    min-height: 52px;
    margin-bottom: 12px;
}

.pn-feature-card p {
    margin: 0;
    color: #59656b;
    font-size: 15px;
    line-height: 1.65;
}

.pn-center {
    margin: 34px 0 0;
    text-align: center;
}

.pn-condition-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 980px;
    margin: 0 auto;
}

.pn-condition-card {
    padding: 30px 26px 26px;
    background: #fbf6ef;
}

.pn-condition-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    color: #064b60;
    font-size: 32px;
}

.pn-condition-card ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.pn-condition-card li {
    color: #0b2f3b;
    font-size: 15px;
    line-height: 1.65;
}

.pn-disclaimer {
    max-width: 940px;
    margin: 28px auto 0;
    color: #657177;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.pn-about-section {
    padding-top: 64px;
}

.pn-about-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pn-about-card {
    min-height: 190px;
    padding: 26px 24px;
    border: 1px solid #e4e8ea;
    border-radius: 6px;
    background: #fff;
}

.pn-about-card h3 {
    color: #064b60;
}

.pn-about-card p {
    margin: 0;
    color: #59656b;
}

.pn-about-blog-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 22px;
    padding: 22px 24px;
    border: 1px solid #dfe8ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(8, 38, 45, 0.05);
}

.pn-about-blog-cta span {
    display: inline-flex;
    margin-bottom: 6px;
    color: #d09a47;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.pn-about-blog-cta h3 {
    margin: 0 0 6px;
    color: #064b60;
    font-size: 22px;
    line-height: 1.25;
}

.pn-about-blog-cta p {
    max-width: 680px;
    margin: 0;
    color: #59656b;
}

.pn-about-blog-cta .pn-button {
    flex: 0 0 auto;
}

.pn-contact-section {
    max-width: none;
    padding: 68px max(20px, calc((100% - 1180px) / 2 + 20px));
    background: #f4f8f8;
}

.pn-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 34px;
    align-items: start;
}

.pn-contact-info {
    display: grid;
    gap: 12px;
    max-width: 520px;
}

.pn-contact-info p {
    margin: 0;
    padding: 16px 18px;
    border: 1px solid #e1e8ea;
    border-radius: 6px;
    background: #fff;
}

.pn-contact-info strong {
    display: block;
    margin-bottom: 4px;
    color: #064b60;
}

.pn-contact-info a,
.pn-contact-info span {
    color: #46545a;
}

.pn-contact-info .pn-contact-social {
    margin-top: 0;
    padding: 16px 18px;
    border: 1px solid #e1e8ea;
    border-radius: 6px;
    background: #fff;
}

.pn-contact-info .pn-contact-social-title {
    margin: 0 0 10px;
    font-size: 16px;
}

.pn-contact-form-card {
    padding: 26px;
    border: 1px solid #dce5e7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(8, 38, 45, 0.08);
}

.pn-contact-form {
    margin: 0;
}

.pn-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.pn-contact-form label,
.pn-contact-form span {
    display: block;
}

.pn-contact-form label {
    margin: 0;
    color: #34464d;
    font-weight: 700;
}

.pn-contact-form label > span {
    margin-bottom: 7px;
    font-size: 14px;
}

.pn-contact-form input,
.pn-contact-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #d7e0e3;
    border-radius: 4px;
    color: #1f2d33;
    background: #fff;
    font: inherit;
}

.pn-contact-form textarea {
    min-height: 132px;
    resize: vertical;
}

.pn-contact-form .pn-button {
    border: 0;
    cursor: pointer;
}

.pn-form-message {
    grid-column: 1 / -1;
}

.pn-form-notice {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 4px;
    font-weight: 700;
}

.pn-form-notice-success {
    color: #11614f;
    background: #e5f5ef;
}

.pn-form-notice-error {
    color: #9b1c1c;
    background: #fde8e8;
}

.pn-blog-section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.pn-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pn-blog-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid #e1e8ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(8, 38, 45, 0.06);
}

.pn-blog-card-media {
    display: block;
    aspect-ratio: 16 / 10;
    background: #e7ecee;
}

.pn-blog-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pn-blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.pn-blog-card h3 {
    margin: 0 0 10px;
    color: #064b60;
    font-size: 19px;
    line-height: 1.35;
}

.pn-blog-card h3 a {
    color: inherit;
}

.pn-blog-card p {
    margin: 0 0 18px;
    color: #59656b;
    font-size: 15px;
    line-height: 1.65;
}

.pn-blog-card-link {
    margin-top: auto;
    color: #1d6f6a;
    font-weight: 800;
}

.pn-faq-section {
    max-width: none;
    padding: 68px max(20px, calc((100% - 1040px) / 2 + 20px));
    background: #fff;
}

.pn-faq-page-section {
    padding-top: 132px;
    padding-bottom: 78px;
}

.pn-faq-section .pn-section-heading {
    margin-bottom: 30px;
}

.pn-faq-section h1,
.pn-faq-section h2 {
    margin: 0 0 14px;
    color: #064b60;
    font-size: 38px;
    line-height: 1.15;
}

.pn-faq-list {
    display: grid;
    gap: 12px;
    max-width: 980px;
    margin: 0 auto;
}

.pn-faq-item {
    overflow: hidden;
    border: 1px solid #dfe8ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(8, 38, 45, 0.05);
}

.pn-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 18px 58px 18px 22px;
    color: #063f51;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.pn-faq-item summary::-webkit-details-marker {
    display: none;
}

.pn-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    background: #1d6f6a;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
}

.pn-faq-item[open] summary::after {
    content: "-";
}

.pn-faq-answer {
    padding: 0 22px 20px;
}

.pn-faq-answer p {
    margin: 0;
    color: #59656b;
    font-size: 16px;
    line-height: 1.75;
}

.pn-single-post-wrap {
    overflow-x: hidden;
    min-height: 70vh;
    padding: 128px 20px 72px;
    background: #f7f8f9;
}

.pn-single-post-wrap,
.pn-single-post-wrap * {
    box-sizing: border-box;
}

.pn-single-post-inner {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.pn-single-back {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin-bottom: 24px;
    padding: 7px 12px;
    border: 1px solid rgba(6, 75, 96, 0.16);
    border-radius: 999px;
    color: #064b60;
    background: rgba(255, 255, 255, 0.76);
    font-weight: 700;
}

.pn-single-header {
    width: 100%;
    max-width: 820px;
    margin-bottom: 30px;
}

.pn-single-kicker {
    margin: 0 0 10px;
    color: #d09a47;
    font-weight: 800;
}

.pn-single-header h1 {
    margin: 0;
    color: #063f51;
    font-size: 42px;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.pn-single-excerpt {
    margin: 18px 0 0;
    color: #4e5b61;
    font-size: 18px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.pn-single-hero {
    overflow: hidden;
    margin: 0 0 34px;
    border-radius: 10px;
    background: #e7ecee;
}

.pn-single-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.pn-single-content {
    width: 100%;
    padding: 34px 38px;
    border: 1px solid #e1e8ea;
    border-radius: 10px;
    background: #fff;
}

.pn-single-content p,
.pn-single-content li {
    color: #263238;
    font-size: 17px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.pn-single-content p {
    margin: 0 0 18px;
}

.pn-single-content p:last-child {
    margin-bottom: 0;
}

.pn-single-content strong {
    color: #064b60;
}

@media (max-width: 991px) {
    #home,
    #hotels,
    #about-naftalan,
    #naftalan-blog,
    #faq,
    #contact {
        scroll-margin-top: 92px;
    }

    .pn-no-public-login .header-mobile {
        padding: 0;
        background: transparent !important;
        border-bottom: 0;
    }

    .pn-no-public-login .nav-area.transparent-header .header-mobile {
        position: absolute !important;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1002;
    }

    .pn-no-public-login .nav-area.transparent-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1002;
    }

    .pn-mobile-header-wrap {
        height: auto;
        padding: 14px 14px 0;
        background: transparent !important;
    }

    .pn-mobile-header-pill {
        position: relative;
        overflow: hidden;
        display: grid;
        grid-template-columns: 40px minmax(84px, 1fr) auto;
        align-items: center;
        gap: 8px;
        min-height: 62px;
        padding: 0 10px;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 999px;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055)),
            rgba(15, 24, 38, 0.5);
        box-shadow:
            0 16px 34px rgba(0, 0, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.22);
        backdrop-filter: blur(18px) saturate(150%);
        -webkit-backdrop-filter: blur(18px) saturate(150%);
    }

    .pn-mobile-header-pill::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
        pointer-events: none;
    }

    .pn-mobile-header-pill > * {
        position: relative;
        z-index: 1;
    }

    .pn-no-public-login .header-mobile .btn-mobile-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        min-width: 40px;
        padding: 0;
        border: 0;
        color: #fff;
        background: transparent;
        font-size: 18px;
        line-height: 1;
    }

    .pn-mobile-logo {
        justify-self: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 58px;
        height: 52px;
        min-width: 58px;
        padding: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: #fff;
        font-weight: 700;
        line-height: 1;
    }

    .pn-mobile-logo img {
        display: block;
        width: auto;
        height: 46px !important;
        max-width: none;
        max-height: none;
        object-fit: contain;
        transform: translateY(-1px);
        filter: brightness(1.18) contrast(1.08) drop-shadow(0 0 2px rgba(255, 255, 255, 0.58)) drop-shadow(0 5px 9px rgba(0, 0, 0, 0.4));
    }

    .pn-mobile-actions {
        justify-self: end;
        display: flex;
        align-items: center;
        gap: 6px;
        min-width: 0;
    }

    .pn-mobile-actions .pn-header-social {
        gap: 4px;
    }

    .pn-mobile-actions .pn-header-social a,
    .pn-mobile-actions .pn-language-switcher a {
        width: 28px;
        height: 28px;
        min-height: 28px;
    }

    .pn-mobile-actions .pn-language-switcher {
        gap: 3px;
        justify-content: flex-end;
    }

    .pn-mobile-actions .pn-language-switcher img {
        width: 18px;
        height: 18px;
    }

    .pn-mobile-menu-shell {
        position: relative;
        z-index: 1001;
        padding: 8px 14px 0;
    }

    .pn-mobile-menu-shell .mobile-nav-wrap {
        position: static !important;
        width: 100% !important;
        max-width: 420px;
        margin: 0 auto;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .pn-mobile-navigation.nav-dropdown {
        position: static !important;
        width: 100% !important;
        overflow: hidden;
        margin: 0;
        padding: 8px 0;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 18px;
        outline: 0;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
            rgba(15, 24, 38, 0.72);
        background-clip: padding-box;
        box-shadow:
            0 18px 34px rgba(0, 0, 0, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(18px) saturate(150%);
        -webkit-backdrop-filter: blur(18px) saturate(150%);
    }

    .pn-mobile-navigation.navbar-collapse {
        border-top: 0 !important;
        box-shadow: none !important;
    }

    .pn-mobile-navigation .mobile-menu {
        display: block !important;
        width: 100% !important;
    }

    .pn-mobile-navigation .mobile-menu > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .pn-mobile-navigation .mobile-menu > li:last-child {
        border-bottom: 0;
    }

    .pn-mobile-navigation .mobile-menu > li > a {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 18px;
        color: #fff;
        font-weight: 700;
        line-height: 1.2;
    }

    .pn-language-menu-item {
        padding: 10px 20px;
    }

    .pn-language-switcher {
        justify-content: flex-start;
    }

    .pn-card-grid,
    .pn-feature-grid,
    .pn-about-grid,
    .pn-blog-grid,
    .pn-two,
    .pn-condition-grid,
    .pn-contact-grid {
        grid-template-columns: 1fr;
    }

    .home #hotels .pn-card-grid .pn-card:nth-child(n+3) {
        display: none;
    }

    .pn-contact-layout,
    .pn-form-grid {
        grid-template-columns: 1fr;
    }

    .pn-about-blog-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px;
    }

    .pn-about-blog-cta h3 {
        font-size: 20px;
    }

    .pn-info-band,
    .pn-program-section,
    .pn-blog-section,
    .pn-faq-section,
    .pn-contact-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .pn-faq-page-section {
        padding-top: 108px;
    }

    .pn-faq-section h1,
    .pn-faq-section h2 {
        font-size: 28px;
    }

    .pn-faq-item summary {
        min-height: 56px;
        padding: 16px 52px 16px 18px;
        font-size: 16px;
    }

    .pn-faq-item summary::after {
        right: 18px;
    }

    .pn-faq-answer {
        padding-right: 18px;
        padding-left: 18px;
    }

    .pn-about-section {
        padding-top: 48px;
    }

    .pn-contact-form-card {
        padding: 20px;
    }

    .pn-section h2 {
        font-size: 25px;
    }

    .pn-section-heading,
    .pn-section-heading-wide {
        text-align: left;
    }

    .pn-section-heading h2 {
        font-size: 28px;
    }

    .pn-feature-card h3 {
        min-height: 0;
    }

    .pn-single-post-wrap {
        width: 100vw;
        max-width: 100vw;
        padding: 34px 16px 52px;
    }

    .pn-single-post-inner {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
    }

    .pn-single-header,
    .pn-single-hero,
    .pn-single-content {
        max-width: 100%;
    }

    .pn-single-header h1 {
        font-size: 30px;
        line-height: 1.18;
    }

    .pn-single-excerpt {
        font-size: 16px;
    }

    .pn-single-content {
        padding: 22px;
    }

    .pn-single-content p,
    .pn-single-content li {
        font-size: 16px;
    }

    .home .top-banner-wrap,
    .home .banner-inner {
        height: 760px !important;
        min-height: 760px;
    }

    .home .banner-caption {
        width: calc(100% - 32px) !important;
        max-width: 360px !important;
        padding: 0 !important;
    }

    .home .banner-title,
    .home .banner-subtitle {
        display: block !important;
        max-width: 100% !important;
        overflow: visible !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
        hyphens: none;
    }

    .home .banner-title {
        font-size: 28px !important;
        line-height: 1.24 !important;
    }

    .home .banner-subtitle {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    .home .search-banner {
        width: 100%;
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
    }

    .home .search-banner-mobile.mobile-search-js {
        display: none !important;
        pointer-events: none;
    }

    .home .search-banner-desktop.hidden-xs {
        display: block !important;
    }

    .home .search-banner-desktop > form {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 9px;
        width: 100%;
    }

    .home .search-banner-desktop .search-destination,
    .home .search-banner-desktop .search-date-range,
    .home .search-banner-desktop .search-date-range-arrive,
    .home .search-banner-desktop .search-date-range-depart,
    .home .search-banner-desktop .search-guests,
    .home .search-banner-desktop .search-button {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding-right: 0 !important;
        clear: none !important;
    }

    .home .search-banner-desktop .search-date-range {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        position: relative;
    }

    .home .search-banner-desktop .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
    .home .search-banner-desktop .bootstrap-select > .dropdown-toggle,
    .home .search-banner-desktop input,
    .home .search-banner-desktop .search-button .btn {
        width: 100% !important;
        height: 52px !important;
        min-height: 52px;
        border-radius: 6px !important;
        font-size: 15px;
    }

    .home .search-banner-desktop .with-select .bootstrap-select .dropdown-toggle .filter-option {
        line-height: 52px !important;
    }

    .home .search-banner-desktop .search-button {
        grid-column: 1 / -1;
    }

    .home .search-banner-desktop .search-button .btn {
        padding: 0 18px !important;
        font-weight: 700;
    }

    .home .search-banner-desktop .search-calendar {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        max-width: 360px;
        height: auto !important;
        max-height: 68vh;
        margin-top: 0 !important;
        padding: 16px !important;
        overflow-y: auto;
        border-radius: 16px;
        transform: none !important;
        z-index: 10020;
    }

    .home .search-banner-desktop .search-calendar .left-calendar,
    .home .search-banner-desktop .search-calendar .right-calendar {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .home .search-banner-desktop .search-calendar .right-calendar {
        display: none !important;
    }

    .home .search-banner-desktop .search-guests-wrap {
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        max-width: 360px;
        border-radius: 16px;
        z-index: 10020;
    }
}

.pn-footer {
    background: #f7f8f9;
}

.pn-footer-bar {
    padding: 18px 0;
    border-top: 1px solid rgba(6, 75, 96, 0.14);
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.pn-footer-bar p {
    margin: 0;
    color: #5f6d73;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.pn-quick-contact {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 10080;
    display: grid;
    justify-items: end;
    gap: 8px;
    max-width: min(300px, calc(100vw - 32px));
    font-family: inherit;
}

.pn-quick-contact-panel {
    width: min(280px, calc(100vw - 32px));
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 60px rgba(21, 36, 44, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px) scale(0.98);
    transition: opacity 0.18s ease, transform 0.18s ease;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.pn-quick-contact.is-open .pn-quick-contact-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.pn-quick-contact-title {
    margin: 0 0 4px;
    color: #064b60;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.pn-quick-contact-text {
    margin: 0 0 10px;
    color: #5f6d73;
    font-size: 13px;
    line-height: 1.4;
}

.pn-quick-contact-actions {
    display: grid;
    gap: 8px;
}

.pn-quick-contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid rgba(6, 75, 96, 0.1);
    border-radius: 14px;
    background: #fff;
    color: #24323a;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pn-quick-contact-link:hover,
.pn-quick-contact-link:focus {
    color: #064b60;
    text-decoration: none;
    transform: translateY(-1px);
    border-color: rgba(6, 75, 96, 0.22);
    box-shadow: 0 12px 28px rgba(21, 36, 44, 0.12);
}

.pn-quick-contact-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 24px;
}

.pn-quick-contact-toggle {
    display: grid;
    grid-template-columns: 12px auto;
    grid-template-areas:
        "pulse title";
    align-items: center;
    column-gap: 9px;
    min-height: 46px;
    max-width: min(280px, calc(100vw - 32px));
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(36, 50, 58, 0.88);
    color: #fff;
    box-shadow: 0 20px 50px rgba(21, 36, 44, 0.24);
    text-align: left;
    cursor: pointer;
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.pn-quick-contact-toggle:hover,
.pn-quick-contact-toggle:focus {
    outline: none;
    background: rgba(6, 75, 96, 0.92);
}

.pn-quick-contact-pulse {
    grid-area: pulse;
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #30d158;
    box-shadow: 0 0 0 0 rgba(48, 209, 88, 0.44);
    animation: pn-quick-pulse 1.8s infinite;
}

.pn-quick-contact-toggle-text {
    display: none;
}

.pn-quick-contact-toggle-title {
    grid-area: title;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
}

@keyframes pn-quick-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(48, 209, 88, 0.44);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(48, 209, 88, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(48, 209, 88, 0);
    }
}

@media (max-width: 767px) {
    .pn-quick-contact {
        right: 12px;
        bottom: 12px;
        max-width: calc(100vw - 24px);
    }

    .pn-quick-contact-panel,
    .pn-quick-contact-toggle {
        max-width: calc(100vw - 24px);
    }

    .pn-quick-contact-panel {
        width: min(280px, calc(100vw - 24px));
        padding: 14px;
        border-radius: 16px;
    }

    .pn-quick-contact-toggle {
        min-height: 44px;
        padding: 9px 13px;
    }

    .pn-quick-contact-toggle-title {
        font-size: 13px;
    }
}

.pn-hotel-header-area .title-section {
    margin-bottom: 20px;
}

.pn-hotel-detail-page {
    background: #f7f8f9;
}

.pn-hotel-detail,
.pn-hotel-detail * {
    font-family: inherit;
}

.pn-hotel-section {
    margin: 0 0 22px;
    padding: 28px;
    border: 1px solid rgba(6, 75, 96, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 38px rgba(21, 36, 44, 0.06);
}

.pn-hotel-section h2 {
    margin: 0 0 16px;
    color: #064b60;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.pn-hotel-section h3 {
    margin: 0;
    color: #064b60;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.pn-hotel-section p,
.pn-hotel-content,
.pn-hotel-content p {
    color: #5f6d73;
    font-size: 16px;
    line-height: 1.8;
}

.pn-hotel-content p:last-child,
.pn-hotel-section p:last-child {
    margin-bottom: 0;
}

.pn-hotel-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(227, 167, 83, 0.14);
    color: #0b5669;
    font-size: 13px;
    font-weight: 800;
}

.pn-hotel-subtitle {
    margin-bottom: 18px;
    color: #24323a !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    font-weight: 600;
}

.pn-hotel-room-grid,
.pn-hotel-similar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pn-hotel-room-card {
    min-height: 188px;
    padding: 22px;
    border: 1px solid rgba(6, 75, 96, 0.12);
    border-radius: 12px;
    background: #fbfcfc;
}

.pn-hotel-room-meta {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
}

.pn-hotel-room-meta span {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(6, 75, 96, 0.08);
    color: #5f6d73;
    font-size: 14px;
}

.pn-hotel-room-meta strong {
    color: #24323a;
    font-weight: 800;
}

.pn-hotel-price-wrap {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

.pn-hotel-price-box {
    display: grid;
    gap: 5px;
    padding: 20px;
    border-radius: 12px;
    background: #0b5669;
    color: #fff;
}

.pn-hotel-price-box span,
.pn-hotel-price-box em {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.pn-hotel-price-box strong {
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
}

.pn-hotel-badge-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pn-hotel-badge-list li {
    position: relative;
    min-height: 46px;
    padding: 12px 14px 12px 38px;
    border: 1px solid rgba(6, 75, 96, 0.1);
    border-radius: 10px;
    background: #fbfcfc;
    color: #24323a;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 650;
}

.pn-hotel-badge-list li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #e3a753;
}

.pn-hotel-note {
    background: #f7f1e8;
    border-color: rgba(227, 167, 83, 0.22);
}

.pn-hotel-muted {
    color: #7d8a90 !important;
}

.pn-hotel-address {
    padding: 18px 20px;
    border-radius: 12px;
    background: #fbfcfc;
    color: #24323a !important;
    font-weight: 700;
}

.pn-hotel-similar-card a {
    display: grid;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(6, 75, 96, 0.12);
    border-radius: 12px;
    background: #fff;
    color: #24323a;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pn-hotel-similar-card a:hover,
.pn-hotel-similar-card a:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(21, 36, 44, 0.12);
}

.pn-hotel-similar-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.pn-hotel-similar-card span,
.pn-hotel-similar-card strong {
    padding: 0 16px;
}

.pn-hotel-similar-card span {
    padding-top: 14px;
    color: #064b60;
    font-size: 17px;
    font-weight: 800;
}

.pn-hotel-similar-card strong {
    padding-bottom: 16px;
    color: #e3a753;
    font-size: 16px;
}

.pn-hotel-sidebar .sidebar-booking-module .block {
    border-radius: 16px;
    border-color: rgba(6, 75, 96, 0.12);
    box-shadow: 0 18px 42px rgba(21, 36, 44, 0.12);
}

.pn-hotel-sidebar .btn-primary {
    border-color: #0b5669;
    background: #0b5669;
}

.pn-hotel-sidebar .btn-primary:hover,
.pn-hotel-sidebar .btn-primary:focus {
    border-color: #064b60;
    background: #064b60;
}

.pn-booking-contact-fields {
    display: grid;
    gap: 10px;
    margin: 12px 0;
}

.pn-booking-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.pn-booking-input {
    min-height: 48px;
    border-radius: 6px;
}

.pn-booking-input.pn-input-invalid {
    border-color: #d93025 !important;
    box-shadow: 0 0 0 1px rgba(217, 48, 37, 0.16);
}

.pn-booking-error {
    display: none;
    padding: 10px 12px;
    border: 1px solid rgba(217, 48, 37, 0.25);
    border-radius: 6px;
    background: rgba(217, 48, 37, 0.06);
    color: #b42318;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
}

.pn-booking-error.is-visible {
    display: block;
}

.pn-booking-guests {
    width: 100%;
    margin: 0 0 12px;
}

.pn-booking-guests .animated-label {
    display: none;
}

.pn-booking-guests > input.form-control {
    width: 100%;
    height: 48px;
    min-height: 48px;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
}

.pn-booking-guests .search-guests-wrap {
    left: 0;
    right: auto;
    width: 100%;
    min-width: 0;
    padding: 12px;
    border-radius: 8px;
    z-index: 10030;
}

.pn-booking-guests .adults-calculator,
.pn-booking-guests .children-calculator {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 34px 34px;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.2;
}

.pn-booking-guests .calculator-label {
    display: block;
    min-width: 0;
    color: #4b5963;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
}

.pn-booking-guests .quantity-calculator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    min-width: 28px;
    height: 34px !important;
    margin: 0 !important;
    color: #18272f;
    font-weight: 800;
}

.pn-booking-guests .adult_plus,
.pn-booking-guests .adult_minus,
.pn-booking-guests .child_plus,
.pn-booking-guests .child_minus {
    position: static !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 6px !important;
    line-height: 32px !important;
    text-align: center;
}

.pn-booking-guests .adult_plus,
.pn-booking-guests .child_plus {
    grid-column: 4;
}

.pn-booking-guests .adult_minus,
.pn-booking-guests .child_minus {
    grid-column: 3;
    grid-row: 1;
}

.pn-booking-guests .adult_plus,
.pn-booking-guests .child_plus {
    grid-row: 1;
}

.pn-booking-guests .adult_plus i,
.pn-booking-guests .adult_minus i,
.pn-booking-guests .child_plus i,
.pn-booking-guests .child_minus i {
    margin: 0 !important;
}

.pn-booking-guests .guest-apply-btn {
    margin-top: 8px;
}

.pn-booking-guests .guest-apply-btn .btn {
    width: 100%;
    height: 42px;
    min-height: 42px;
    border-radius: 6px;
}

.pn-hotel-sidebar .homey_extra_price,
#overlay-booking-module .homey_extra_price {
    display: none !important;
}

#homey_booking_cost {
    margin-top: 14px;
}

#homey_booking_cost .payment-list-detail-btn,
#homey_booking_cost .collapseExample {
    display: none !important;
}

#homey_booking_cost .payment-list-price-detail {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(6, 75, 96, 0.12);
    border-bottom: 1px solid rgba(6, 75, 96, 0.12);
}

#homey_booking_cost .payment-list-price-detail::before,
#homey_booking_cost .payment-list-price-detail::after {
    display: none;
}

#homey_booking_cost .payment-list-price-detail .pull-left,
#homey_booking_cost .payment-list-price-detail .pull-right {
    float: none !important;
}

#homey_booking_cost .payment-list-price-detail-total-price {
    color: #18272f;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

#homey_booking_cost .payment-list-price-detail-note {
    margin-top: 3px;
    color: #7d8a90;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.homey_notification .notify {
    white-space: normal;
}

#overlay-booking-module .sidebar-booking-module .block {
    border-radius: 16px;
}

#overlay-booking-module .homey_notification {
    display: grid;
    gap: 10px;
}

#overlay-booking-module .search-message {
    margin: 0;
}

@media (max-width: 1200px) {
    .sidebar-booking-module #single-listing-date-range .search-date-range-arrive,
    .sidebar-booking-module #single-listing-date-range .search-date-range-depart,
    #overlay-booking-module #single-listing-date-range .search-date-range-arrive,
    #overlay-booking-module #single-listing-date-range .search-date-range-depart {
        float: none;
        width: 100%;
    }

    .sidebar-booking-module #single-listing-date-range .search-date-range-depart,
    #overlay-booking-module #single-listing-date-range .search-date-range-depart {
        margin-top: 10px;
        margin-left: 0;
    }
}

.pn-admin-hotel-panel h3 {
    margin-top: 18px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #f0f6f7;
    color: #064b60;
}

.pn-admin-room-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    background: #fff;
}

.pn-admin-room-row p {
    margin: 0;
}

.pn-admin-room-description {
    grid-column: 1 / -1;
}

@media (max-width: 991px) {
    .pn-hotel-section {
        padding: 22px;
        border-radius: 12px;
    }

    .pn-hotel-price-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .pn-hotel-section {
        margin-bottom: 16px;
        padding: 18px;
    }

    .pn-hotel-section h2 {
        font-size: 22px;
    }

    .pn-hotel-room-grid,
    .pn-hotel-similar-grid,
    .pn-hotel-badge-list {
        grid-template-columns: 1fr;
    }

    .pn-hotel-room-card {
        min-height: 0;
        padding: 18px;
    }

    .pn-hotel-room-meta span {
        display: grid;
        gap: 2px;
    }

    .pn-booking-field-grid {
        grid-template-columns: 1fr;
    }

    #homey_booking_cost .payment-list-price-detail {
        align-items: flex-start;
    }
}

@media (max-width: 782px) {
    .pn-admin-room-row {
        grid-template-columns: 1fr;
    }
}

.pn-quick-contact-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: none;
    grid-template-areas: none;
    width: 52px;
    height: 52px;
    min-height: 52px;
    max-width: none;
    padding: 0;
    border-radius: 999px;
}

.pn-quick-contact-toggle::after {
    content: "?";
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.pn-quick-contact-pulse {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 9px;
    height: 9px;
}

.pn-quick-contact-toggle-text {
    display: none !important;
}

.pn-quick-contact-toggle-title {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    width: max-content;
    max-width: min(220px, calc(100vw - 28px));
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 999px;
    background: rgba(36, 50, 58, 0.9);
    color: #fff;
    box-shadow: 0 16px 40px rgba(21, 36, 44, 0.22);
    text-align: center;
    white-space: normal;
    transform: translateY(0);
    transition: opacity 0.18s ease, transform 0.18s ease;
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.pn-quick-contact-toggle-title::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: rgba(36, 50, 58, 0.9);
    transform: rotate(45deg);
}

.pn-quick-contact.is-open .pn-quick-contact-toggle-title {
    opacity: 0;
    pointer-events: none;
    transform: translateY(5px);
}

.pn-single-listing .pn-quick-contact {
    bottom: 96px;
}

@media (max-width: 767px) {
    .pn-quick-contact {
        right: 14px;
        bottom: 14px;
        max-width: calc(100vw - 28px);
    }

    .pn-single-listing .pn-quick-contact {
        bottom: calc(94px + env(safe-area-inset-bottom));
    }

    body.pn-booking-overlay-open.pn-single-listing .pn-quick-contact {
        bottom: calc(14px + env(safe-area-inset-bottom));
    }

    .pn-quick-contact-toggle {
        width: 50px;
        height: 50px;
        min-height: 50px;
        padding: 0;
    }

    .pn-quick-contact-toggle-title {
        max-width: min(210px, calc(100vw - 28px));
        font-size: 13px;
        line-height: 1.25;
    }

    body.pn-booking-overlay-open.pn-single-listing .pn-quick-contact-toggle-title {
        top: 50%;
        right: calc(100% + 8px);
        bottom: auto;
        max-width: min(190px, calc(100vw - 90px));
        transform: translateY(-50%);
    }

    body.pn-booking-overlay-open.pn-single-listing .pn-quick-contact-toggle-title::after {
        right: -5px;
        bottom: 50%;
        transform: translateY(50%) rotate(45deg);
    }

    .pn-quick-contact-panel {
        width: min(276px, calc(100vw - 28px));
        margin-bottom: 4px;
    }

    .overlay-booking-btn {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-height: 78px;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    }

    .overlay-booking-btn > .pull-left {
        order: 2;
        float: none !important;
        flex: 1 1 auto;
        min-width: 0;
        text-align: right;
    }

    .overlay-booking-btn .trigger-overlay {
        order: 1;
        float: none !important;
        flex: 0 0 auto;
        min-width: 132px;
        max-width: 46vw;
        min-height: 42px;
        padding: 0 14px;
        border-radius: 8px;
        white-space: normal;
        line-height: 1.2;
    }

    .overlay-booking-btn .overlay-booking-price {
        font-size: 19px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .overlay-booking-btn .overlay-booking-price span {
        font-size: 12px;
    }

    .overlay-booking-btn .rating {
        text-align: right;
    }
}

@media (max-width: 380px) {
    .overlay-booking-btn .trigger-overlay {
        min-width: 122px;
        max-width: 44vw;
        padding: 0 10px;
        font-size: 13px;
    }

    .overlay-booking-btn .overlay-booking-price {
        font-size: 17px;
    }
}
