/*
Theme Name: Newcenturyhill Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root { --body-color: #304143; --secondary-color: var(--fs-color-secondary); }

.header-main .menu-title { font-size: 16px; color: #fff; font-weight: 300; }
.header-main .header-divider { height: 24px; border-color: #fff; }
.header-main .header-language-dropdown a { display: flex; gap: 5px; align-items: center; }
.header-main .header-language-dropdown .icon-angle-down { opacity: 1; }
.header-main .html_topbar_left { font-size: 16px !important; font-weight: 300; }
.header-main .html_topbar_left a { font-size: 16px !important; font-weight: 300; }
.header-main .header-button-1 .button { background: #FFF; color: var(--body-color); font-weight: 300; font-size: 14px; padding: 0px 20px; min-width: 140px; border: none; min-height: 40px; line-height: 40px; }
.header-main .header-button-1 .button:hover { color: #fff; background: var(--body-color); }

.stuck .header-main .menu-title { color: var(--body-color); }
.stuck .header-main .nav > li > a { color: var(--body-color); }
.stuck .header-main .header-button-1 .button { color: #fff; background: var(--body-color); }
.stuck .header-main .header-button-1 .button:hover { color: #fff; background: var(--secondary-color); }

.off-canvas-left.dark .mfp-content { background-color: var(--primary-color) !important; display: flex; align-items: center; min-width: 340px; padding: 20px 40px; }
.off-canvas-left.dark .mfp-content .mobile-sidebar { display: block; width: 100%; }
.off-canvas-left.dark .mfp-content .nav.nav-vertical li + li { border-top: none; }
.off-canvas-left.dark .mfp-content .nav.nav-vertical li a { color: #fff; font-size: 16px; font-weight: 300; text-transform: none; }
.off-canvas-left.dark .mfp-content .hotline { display: flex; align-items: center; color: var(--secondary-color); font-size: 15px; font-weight: 400; gap: 8px; }
.off-canvas-left.dark .mfp-content .hotline a { display: block; font-size: 24px !important; font-weight: 300; }

.banner h3 { font-size: 60px; }

.wbc-title { text-align: center; }
.wbc-title:has(.sub-title) { transform: translateY(-37px); }
.wbc-title .main-title { font-size: 40px; color: var(--primary-color); text-transform: uppercase; margin-bottom: 10px; }
.wbc-title .sub-title { color: rgba(0, 0, 0, 0.1); font-family: Oswald; text-align: center; font-size: 80px; font-weight: 400; position: relative; transform: translateY(37px); display: block; z-index: -1; }
.wbc-title .sub-title:after { content: ""; display: block; width: 100%; height: 50%; position: absolute; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.81) 62.98%, #FFF 81.73%); }

.button:not(.icon) { font-size: 14px; font-weight: 400; line-height: 40px; min-height: 40px; min-width: 120px; box-shadow: none; border: none; }
.button:not(.icon).is-large { line-height: 48px; min-height: 48px; min-width: 180px; }
.button:not(.icon).primary:hover { color: #fff; background: var(--secondary-color); }
.button:not(.icon).is-outline { border: 1px solid var(--primary-color); color: var(--primary-color); }
.button:not(.icon).is-outline:hover { color: #fff; }
.button:not(.icon) .icon-angle-right:before { content: ""; background: url("assets/images/ArrowLeft.png") no-repeat center center; width: 24px; height: 24px; display: block; }

.max-width-700 { max-width: 700px; }

.max-width-900 { max-width: 900px; }

.max-width-1000 { max-width: 1000px; }

.slider-nav-circle .flickity-prev-next-button { opacity: 1 !important; height: 45px; min-width: 45px; }
.slider-nav-circle .flickity-prev-next-button svg { border: none !important; padding: 29% !important; color: #fff; border-radius: 0; background-color: rgba(33, 52, 62, 0.4); }
.slider-nav-circle .flickity-prev-next-button:hover svg { background-color: rgba(33, 52, 62, 0.6); }

.flickity-page-dots .dot { height: 3px !important; width: 40px !important; background: var(--fs-color-primary) !important; border: none; border-radius: 0 !important; margin: 0 !important; }
.flickity-page-dots .dot.is-selected { height: 5px !important; opacity: 1; transform: translateY(1px); }

.slider-nav-light .dot { background: #fff !important; }

.section-title { border-bottom: none; }
.section-title b { opacity: 0; }
.section-title span.section-title-main { font-size: 36px; font-weight: 400; line-height: 1; border-bottom: none; }

.slider-nav-simple .flickity-prev-next-button { opacity: 1; transform: none; margin-top: 0 !important; }
.slider-nav-simple .flickity-prev-next-button svg { color: var(--primary-color) !important; }
.slider-nav-simple .flickity-prev-next-button:hover svg, .slider-nav-simple .flickity-prev-next-button:hover .arrow { fill: var(--primary-color) !important; }

.slider-nav-simple .flickity-button { opacity: 1; }
.slider-nav-simple .flickity-button > svg { display: none; }
.slider-nav-simple .flickity-button:before, .slider-nav-simple .flickity-button:after { content: ''; height: 25px; width: 25px; display: block; transform: translate(0, -50%) rotate(45deg); -moz-transform: translate(0, -50%) rotate(45deg); -webkit-transform: translate(0, -50%) rotate(45deg); -o-transform: translate(0, -50%) rotate(45deg); z-index: 2; margin: auto; position: absolute; }
.slider-nav-simple .flickity-button.previous:before { border-bottom: 2px solid #fff; border-left: 2px solid #fff; }
.slider-nav-simple .flickity-button.next::before { border-top: 2px solid #fff; border-right: 2px solid #fff; }
.slider-nav-simple .flickity-button:hover:before { border-color: var(--secondary-color); }
.slider-nav-simple.slider-nav-dark .flickity-button.previous:before { border-bottom: 2px solid #000; border-left: 2px solid #000; }
.slider-nav-simple.slider-nav-dark .flickity-button.next::before { border-top: 2px solid #000; border-right: 2px solid #000; }

.slider-nav-outside .flickity-prev-next-button.previous { right: 100%; left: auto; margin-top: 0; }
.slider-nav-outside .flickity-prev-next-button.next { right: auto; left: 100%; margin-top: 0; }
.slider-nav-outside.slider-nav-simple .flickity-button:before { border-color: var(--primary-color); }
.slider-nav-outside.slider-nav-simple.slider-nav-light .flickity-button:before { border-color: #fff; }

.slider-nav-outside-bottom .flickity-page-dots { bottom: -15px; }
.slider-nav-outside-bottom .flickity-prev-next-button.previous { right: 90%; left: auto; margin-top: 0; bottom: -30px; top: auto; }
.slider-nav-outside-bottom .flickity-prev-next-button.next { right: auto; left: 90%; margin-top: 0; bottom: -30px; top: auto; }
.slider-nav-outside-bottom.slider-nav-simple .flickity-button:before { height: 20px; width: 20px; }

.slide-room-gallery .flickity-page-dots { bottom: 55px; }

.slide-status { color: var(--body-color); font-size: 18px; font-weight: 300; padding-top: 15px; text-align: center; }

.box-shadow-1 { background: #FFFFFF; box-shadow: 7px 0px 14px 0px rgba(0, 0, 0, 0.15); }

.nav-pills > li { margin: 0 10px; }
.nav-pills > li > a { font-weight: 600; font-size: 16px; border-radius: 10px; text-align: center; text-transform: capitalize; color: var(--primary-color); border: 1px solid var(--primary-color); }
.nav-pills > li:hover > a, .nav-pills > li.active > a { color: #fff; background-color: var(--primary-color) !important; }

.nav-line-bottom > li { min-width: 220px; margin: 0; }
.nav-line-bottom > li > a { display: block; text-align: center; }
.nav-line-bottom > li > a:before { height: 2px; }

.text-justify { text-align: justify; }

.post-item .shade { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000 100%); opacity: 1; }
.post-item.room-item .post-title { font-family: "Cormorant Garamond"; font-size: 24px; color: #000; }
.post-item.room-item .from_the_blog_excerpt { font-size: 18px; letter-spacing: 0.36px; color: var(--primary-color); padding: 10px 0; min-height: 106px; }
.post-item.room-item .post-meta { display: flex; gap: 28px; }
.post-item.room-item .post-meta:has(.meta-item) { border-top: 1px solid #F7F5EF; border-bottom: 1px solid #F7F5EF; padding: 12px 0; }
.post-item.room-item .post-meta .meta-item { display: flex; align-items: center; gap: 7px; }
.post-item.room-item .button-group { display: flex; gap: 12px; }
.post-item.room-item .button-group .button { position: relative; flex: 1; }
.post-item.room-item .box-shade .post-title { color: #fff !important; }
.post-item.service-item .post-title { display: flex; justify-content: space-between; align-items: center; font-size: 20px; font-family: "Manrope"; font-style: normal; font-weight: 500; }
.post-item.promotion-item .post-title { color: var(--body-color); text-align: center; font-family: Manrope; font-size: 24px; font-weight: 400; line-height: 28px; letter-spacing: 2px; text-transform: uppercase; }
.post-item.promotion-item .from_the_blog_excerpt { text-align: left; }
.post-item.gallery-item .post-title { text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); font-family: "Cormorant Garamond"; font-size: 24px; font-weight: 500; line-height: 28px; text-transform: uppercase; }
.post-item.gallery-item .from_the_blog_excerpt { color: #fff; }
.post-item.gallery-item .button { margin: 0; }
.post-item.gallery-item .box-shade .box-text { transform: translateY(50px); transition: all 0.3s ease-in-out; }
.post-item.gallery-item:hover .box-text { transform: translateY(0px); }
.post-item .from_the_blog_excerpt { color: #535353; font-size: 14px; }

.row-box-shadow-1 .col-inner { box-shadow: none; }
.row-box-shadow-1 .post-item .box-text { background-color: #F9F3EC; border-right: 1px solid var(--primary-color); border-bottom: 1px solid var(--primary-color); border-left: 1px solid var(--primary-color); }

.custom-badge { background: rgba(255, 255, 255, 0.1); height: 40px; width: 40px; top: 20px; right: 20px; display: flex; align-items: center; justify-content: center; }
.custom-badge:hover { background: rgba(255, 255, 255, 0.2); }

.slide-full-width .flickity-viewport { overflow: initial; }

.wpcf7 .col { padding-bottom: 0; }
.wpcf7 .wpcf7-spinner { display: none; }
.wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=number], .wpcf7 textarea { background-color: #fff; box-shadow: none; height: 48px; }
.wpcf7 .wpcf7-submit { height: 44px; min-width: 180px; line-height: 44px; font-size: 14px; }

body .social-icons > a { height: 40px; width: 40px; border: none !important; background: var(--secondary-color) !important; color: #fff; font-size: 16px !important; line-height: 42px !important; margin-right: 10px !important; }

.booking-form-container { max-width: 100%; background-color: rgba(255, 255, 255, 0.9); padding: 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.booking-form { display: flex; flex-wrap: wrap; padding: 16px 20px; margin-bottom: 0; }

.booking-form input { background-color: #fff; box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.2); min-height: 48px; margin-bottom: 0; }

.date-field:after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 10px; width: 18px; height: 18px; background: url("assets/images/i-calendar.png") no-repeat center center; }

.time-field:after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 10px; width: 18px; height: 18px; background: url("assets/images/i-clock.png") no-repeat center center; }

.form-field { position: relative; padding: 0; flex: 1; }

.form-field:last-child { border-right: none; }

.select-field select { box-shadow: none; min-height: 48px; margin-bottom: 0; border: 1px solid rgba(0, 0, 0, 0.2); border-left: none; }

.submit-field { display: flex; align-items: center; justify-content: center; }

.search-btn { width: 100%; padding: 5px 20px; background-color: var(--primary-color); color: #fff; border: none; font-size: 14px; font-weight: 700; cursor: pointer; text-transform: uppercase; height: 100%; transition: background-color 0.3s ease; margin: 0; }

.search-btn:hover { background-color: #2a2e31; }

/* Responsive adjustments */
@media (max-width: 768px) { .form-field { border-right: none; border-bottom: 1px solid #e0e0e0; min-width: 33.33%; }
  .form-field:last-child { border-bottom: none; } }
@media (max-width: 512px) { .form-field { min-width: 50%; } }
.page-header-wrapper .page-title-inner { display: flex; }
.page-header-wrapper .title-wrapper { order: 2; }
.page-header-wrapper .page-title-sub { order: 3; opacity: 1; }
.page-header-wrapper .title-content { order: 1; }
.page-header-wrapper .page-title-sub p { font-size: 18px; }
.page-header-wrapper h1.entry-title { font-size: 60px; text-transform: uppercase; }
.page-header-wrapper .title-overlay { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(0, 0, 0, 0.2); }

.rank-math-breadcrumb { text-transform: none; font-family: Manrope; font-size: 16px; }

.first-news .post-title { font-size: 40px; font-weight: 600; line-height: 125%; }
.first-news .category a { font-size: 16px; font-weight: 500; color: var(--secondary-color); }
.first-news .post-title-related { font-size: 36px; font-weight: 600; line-height: 40px; }

.user-info { display: flex; align-items: center; gap: 10px; }
.user-info .user-avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; }
.user-info .user-avatar img { width: 100%; height: 100%; object-fit: cover; }
.user-info .user-details .user-name { font-size: 16px; font-weight: 500; }
.user-info .user-details .user-date { font-size: 12px; color: #000; }

.tag-list { display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; }
.tag-list a { border: 1px solid var(--primary-color); color: var(--primary-color); text-align: center; font-family: Manrope; font-size: 14px; font-weight: 400; line-height: 28px; text-transform: uppercase; padding: 10px 20px; display: inline-block; }
.tag-list a:hover { background-color: var(--primary-color); color: #fff; }

.category-title { font-family: Manrope; font-size: 20px; font-weight: 400; line-height: 54px; text-transform: uppercase; display: flex; align-items: center; gap: 10px; color: var(--secondary-color); }

.box-vertical .box-image, .box-vertical .box-text { vertical-align: top; padding-top: 0; }

.list-post-primary .post-item .post-title { font-family: "Cormorant Garamond"; font-size: 16px; font-style: normal; font-weight: 500; text-transform: uppercase; }
.list-post-primary .post-meta { display: flex; align-content: center; justify-content: space-between; }
.list-post-primary .post-meta-text { display: flex; align-items: center; gap: 8px; }
.list-post-primary .user-date { display: flex; align-items: center; }
.list-post-primary .user-avatar { width: 25px; height: 25px; }

.sidebar-news .post-item, .sidebar-news .box-text { padding-bottom: 0; }
.sidebar-news .post-item:not(:first-child) { padding-top: 15px; }
.sidebar-news .post-item:not(:first-child) .col-inner { border-top: 1px solid rgba(0, 0, 0, 0.2); }
.sidebar-news .post-item:not(:first-child) .box-image { display: none; }

.blog-single .category { font-size: 16px; font-weight: 500; color: var(--secondary-color); }
.blog-single h1.entry-title { color: var(--Neutral-06, #282828); font-family: "Cormorant Garamond"; font-size: 40px; font-style: normal; font-weight: 600; }
.blog-single .post-meta { display: flex; justify-content: space-between; }
.blog-single .entry-content h1, .blog-single .entry-content h2, .blog-single .entry-content h3, .blog-single .entry-content h4, .blog-single .entry-content h5 { font-family: Manrope; }
.blog-single .entry-content h2 { font-size: 20px; }

.post-sidebar .searchform input { border: none; box-shadow: none; border-bottom: 1px solid #9C9C9C; }
.post-sidebar .searchform button { background: transparent; border: none; box-shadow: none; color: var(--body-color); }
.post-sidebar .widget-title { color: var(--Neutral-05, #4F4F4F); font-family: "Cormorant Garamond"; font-size: 24px; font-style: normal; font-weight: 500; display: block; margin-bottom: 12px; }
.post-sidebar .is-divider { display: none; }
.post-sidebar .list-post-primary .post-item { padding-bottom: 0; }
.post-sidebar .list-post-primary .post-title { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ line-clamp: 2; -webkit-box-orient: vertical; color: #000; }
.post-sidebar .list-post-primary .from_the_blog_excerpt { display: none; }
.post-sidebar .tagcloud { display: flex; flex-wrap: wrap; gap: 10px; }
.post-sidebar .tagcloud a { border: 1px solid var(--primary-color); color: var(--body-color); text-align: center; font-family: Manrope; font-size: 14px; font-weight: 400; line-height: 28px; text-transform: uppercase; padding: 10px 20px; display: inline-block; }
.post-sidebar .tagcloud a:hover { background-color: var(--primary-color); color: #fff; }

.single-content-promotion { background: #F9F3EC; }
.single-content-promotion a { color: var(--primary-color); }
.single-content-promotion ul { margin-left: 20px; }
.single-content-promotion ul li::marker { color: #E1AB65; }

.career-item .col-inner { background: #F4F5F4; padding: 20px; }
.career-item .post-title { color: var(--primary-color); font-family: "Cormorant Infant"; font-size: 24px; font-weight: 600; line-height: 30px; /* 125% */ letter-spacing: 1px; text-transform: uppercase; }
.career-item .post-meta { position: relative; padding-left: 15px; }
.career-item .post-meta strong { color: var(--secondary-color); }
.career-item .post-meta:before { content: ""; width: 8px; height: 8px; background-color: var(--secondary-color); position: absolute; top: 50%; left: 0; transform: translateY(-50%) rotate(-45deg); border-radius: 0; }

.single-content-career { padding-top: 80px; }
.single-content-career ul { margin-left: 20px; }
.single-content-career .recruitment-form { border: 1px solid var(--primary-color); background: #FFF; padding: 28px; }
.single-content-career .recruitment-form input[type=email], .single-content-career .recruitment-form input[type=tel], .single-content-career .recruitment-form input[type=text], .single-content-career .recruitment-form input[type=number], .single-content-career .recruitment-form textarea, .single-content-career .recruitment-form input[type=date] { background-color: #fff; box-shadow: none; height: 48px; border: none; border-bottom: 1px solid #d4d4d4; }
.single-content-career .icon-user:before { content: ""; background: url(assets/images/i-user.png) no-repeat center center; width: 24px; height: 24px; display: inline-block; margin-right: 10px; border-radius: 100px; transform: translateY(4px); }

.room-header { position: relative; }
.room-header .page-title { background-color: transparent !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); position: absolute; top: 0px; height: 100%; display: flex; align-items: center; justify-content: center; width: 100%; }
.room-header .flickity-page-dots, .room-header .flickity-prev-next-button { z-index: 1; }

.slide-room-nav { margin-top: 18px; }

.single-content-room { padding-top: 80px; }
.single-content-room .bg-gray { background: #F5F5F5; padding: 30px; }
.single-content-room .booking-form { padding: 0; }
.single-content-room ul li::marker { color: var(--secondary-color); }
.single-content-room .service-item .post-title { font-size: 18px; font-weight: 500; color: var(--primary-color); }
.single-content-room .service-item .post-content { font-size: 16px; }
.single-content-room .service-item .button { color: var(--secondary-color); display: flex; gap: 10px; margin-top: 15px; }
.single-content-room .service-item .button:hover { color: var(--primary-color) !important; }
.single-content-room .room-facility ul { display: flex; flex-wrap: wrap; }
.single-content-room .room-facility ul li { margin-left: 0; list-style: none; display: inline-flex; gap: 10px; align-items: center; flex-basis: 50%; box-sizing: border-box; }

i[class*=" bg-"]:before, i[class^=bg-]:before { content: ""; display: inline-block; background: url("assets/images/css_sprites.png") no-repeat center center; width: 24px; height: 24px; }

.bg-area:before { background-position: -62px -10px !important; }

.bg-capacity:before { background-position: -55px -59px !important; }

.bg-bed:before { background-position: -10px -59px !important; }

.bg-bathroom_amenities:before { background-position: -197px -55px !important; }

.bg-hair_dryer:before { background-position: -107px -10px !important; }

.bg-luxury_bathrobe:before { background-position: -142px -147px !important; }

.bg-jacuzzi_bathtub:before { background-position: -107px -54px !important; }

.bg-mini_bar:before { background-position: -10px -103px !important; }

.bg-led_mirror:before { background-position: -55px -103px !important; }

.bg-safe_deposit_box:before { background-position: -100px -103px !important; }

.bg-smart_toilet:before { background-position: -152px -10px !important; }

.bg-smart_tv:before { background-position: -152px -54px !important; }

.bg-air_conditioning:before { background-position: -197px -95px !important; }

.bg-work_desk:before { background-position: -152px -98px !important; }

.bg-ArrowLeft:before { background-position: -10px -147px !important; }

.bg-i_user:before { background-position: -54px -147px !important; }

.bg-i_calendar:before { width: 19px; height: 18px; background-position: -197px -131px !important; }

.bg-Star:before { width: 32px !important; height: 29px !important; background-position: -10px -10px !important; }

.bg-facebook:before { background-position: -98px -147px !important; }

.bg-instagram:before { background-position: -197px -10px !important; }

.single-content-review { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding-top: 100px; }
.single-content-review .review-item { padding: 0px 40px; }
.single-content-review .review-item .review-rating { margin-bottom: 15px; }
.single-content-review .review-item .review-rating i { margin-right: 5px; }
.single-content-review .review-item .review-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--primary-color); margin-bottom: 10px; }
.single-content-review .review-item .review-content { font-size: 16px; line-height: 1.6; color: #666666; margin-bottom: 20px; }
.single-content-review .review-item .review-author { display: flex; align-items: center; }
.single-content-review .review-item .review-author .author-avatar { margin-right: 15px; }
.single-content-review .review-item .review-author .author-avatar img { border-radius: 50%; width: 50px; height: 50px; object-fit: cover; }
.single-content-review .review-item .review-author .author-info .author-name { font-weight: 500; font-size: 16px; color: var(--primary-color); }
.single-content-review .review-item .review-author .author-info .author-meta { font-size: 14px; color: #999; }
.single-content-review .flickity-page-dots { bottom: -140px; }
.single-content-review .slide-status { transform: translateY(140px); }

.single-related-room { padding-top: 160px; }

.footer { padding-top: 40px; font-size: 14px; font-weight: 300; }
.footer h2 { font-size: 24px; font-weight: 300; }
.footer .address { color: #B3B3B3; }
.footer p.contact { display: flex; align-items: center; gap: 10px; color: #fff; }
.footer p.contact span:nth-child(1) { min-width: 100px; }
.footer p.contact i { font-size: 20px; margin-right: 10px; }
.footer ul li { display: inline-block; width: 50%; float: left; }
.footer ul li a { color: #fff; }
.footer .wpcf7 label { font-size: 14px; font-style: normal; font-weight: 500; }
.footer .wpcf7 input[type=email] { height: 40px; border: none; border-bottom: 1px solid #B3B3B3; box-shadow: none; background-color: transparent !important; }
@media screen and (min-width: 768px) { .footer .row > .col:nth-child(1) { flex-basis: 38%; max-width: 38%; }
  .footer .row > .col:nth-child(2) { flex-basis: 31%; max-width: 31%; padding-left: 50px; }
  .footer .row > .col:nth-child(3) { flex-basis: 31%; max-width: 31%; } }

.absolute-footer .menu-menu-footer-container { border-top: 1px solid rgba(255, 255, 255, 0.05); border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding: 10px 0; }
.absolute-footer .container { width: 100%; max-width: 100%; padding: 0; }
.absolute-footer ul li { margin: 0 12px; position: relative; }
.absolute-footer ul li:before { content: ""; background: rgba(255, 255, 255, 0.05); width: 1px; height: 20px; position: absolute; left: -12px; top: 50%; transform: translateY(-50%); }
.absolute-footer ul li:last-child:before { display: none; }
.absolute-footer ul li a { color: #A6A6A6; }

.copyright-footer { color: #A6A6A6; font-family: "Bricolage Grotesque"; font-size: 14px; font-style: normal; font-weight: 300; padding-top: 25px; letter-spacing: 0.56px; text-transform: uppercase; padding-bottom: 12px; }

.back-to-top { border: none !important; height: 47px; width: 47px; bottom: 51px; right: 25px; background: var(--secondary-color) !important; box-shadow: 0px 4px 4px rgba(15, 111, 183, 0.15); color: #fff !important; font-size: 19px; line-height: 50px !important; }

.nav-pagination-box { display: block; text-align: center; margin: 0 auto; width: 100%; }
.nav-pagination-box .nav-pagination li:before { display: none; }

.nav-pagination { margin: 0 auto !important; padding-top: 10px; width: 100%; }
.nav-pagination li { margin-left: 5px !important; }
.nav-pagination li span { border-radius: 0px; height: 40px; width: 40px; line-height: 38px; }
.nav-pagination li a { height: 40px; width: 40px; line-height: 38px; font-weight: 600; font-size: 14px; color: #151515; background-color: transparent !important; border: 1px solid #BEBEBE; border-radius: 0px; }
.nav-pagination li.active a, .nav-pagination li:hover a { color: var(--primary-color) !important; border-color: var(--primary-color) !important; }
.nav-pagination li .current { border-color: var(--primary-color) !important; }

.white-popup-block { background: #F3F1ED; padding: 0px 0px; text-align: left; max-width: 1200px; margin: 40px auto; position: relative; border-radius: 0; overflow: hidden; padding: 60px; }
.white-popup-block .modal-close { position: absolute; text-align: right; margin-bottom: 13px; right: 20px; top: 20px; color: #000; }
.white-popup-block .modal-close svg { height: 20px; width: 20px; fill: #000; }
.white-popup-block .col { padding-bottom: 0; }
.white-popup-block .modal-header h3 { font-size: 45px; text-align: center; }
.white-popup-block .modal-body { color: #000; font-size: 14px; max-width: 950px; margin: 0 auto; }
.white-popup-block .wpcf7-form input:not([type="submit"]), .white-popup-block .wpcf7-form textarea { height: 48px; border-bottom: 1px solid var(--Neutral-2, #F7F5EF); background: #FFF; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04); }
.white-popup-block .wpcf7-form .wpcf7-submit { height: 44px; min-width: 180px; line-height: 44px; }
.white-popup-block .wpcf7-form .date-field:after { top: 42%; right: 20px; }

@media (prefers-reduced-motion: no-preference) { .row-slider.slider [data-animated=true], .slider .is-selected [data-animated=true], [data-animated=true] { -webkit-animation-delay: 0s !important; animation-delay: 0s !important; }
  [data-animate=bounceInUp] { transition: transform 0.4s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.2s ease-in !important; }
  .slider [data-animate], [data-animate] { transition: filter 0.7s, transform 0.7s, opacity 0.4s ease-in !important; } }
@media screen and (max-width: 820px) { .banner h3, .page-header-wrapper h1.entry-title, .first-news .post-title, .blog-single h1.entry-title { font-size: 35px; }
  .wbc-title .main-title { font-size: 24px; }
  .wbc-title .sub-title { font-size: 60px; }
  .single-content-career, .single-content-room { padding-top: 40px; }
  .single-related-room { padding-top: 80px; }
  .button:not(.icon).is-large { min-width: 120px; }
  .room-header.page-header-wrapper .page-title-sub, .room-header.page-header-wrapper .flickity-page-dots { display: none; }
  .nav-line-bottom > li { min-width: 160px; margin: 0; } }
@media screen and (max-width: 512px) { .page-header-wrapper h1.entry-title, .first-news .post-title, .first-news .post-title-related, .blog-single h1.entry-title, .section-title span.section-title-main { font-size: 24px; }
  .tag-list { gap: 15px; }
  .single-content-career, .single-content-room { padding-top: 30px; }
  .single-related-room { padding-top: 120px; } }
