/*
Theme Name: himalayan-yang-khil
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: himalayan-yang-khil
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

himalayan-yang-khil is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap");

:root {
  --primary-color: #024f47;
  --secondary-color: #c2b239;
  --orange-color: #f88c20;
  --body-color: #f4f1ed;
  --dark-color: #333333;
  --light-color: #e0f0e6;
  --primary-font: "Marcellus", serif;
  --secondary-font: "Jost", sans-serif;
}

body {
  font-size: 16px;
  font-family: var(--secondary-font);
  line-height: 1.5;
  overflow-x: hidden;
  background-color: var(--body-color);
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-orange {
  background-color: var(--orange-color) !important;
}

.bg-body {
  background-color: var(--body-color) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}

.bg-light {
  background-color: var(--light-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-orange {
  color: var(--orange-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-dark {
  color: var(--dark-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
.h1 {
  font-size: 65px;
}

h2,
.h2 {
  font-size: 50px;
}

h3,
.h3 {
  font-size: 45px;
}

h4,
.h4 {
  font-size: 35px;
}

h5,
.h5 {
  font-size: 28px;
}

h6,
.h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--primary-font);
  line-height: 1.1;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  color: var(--primary-color);
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

.hyk-section {
  padding: 80px 0;
}

.hyk-title {
  margin-bottom: 10px;
}

.hyk-head {
  margin-bottom: 30px;
}

.hyk-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.hyk-content-sm {
  font-size: 16px;
}

.hyk-content blockquote {
  color: var(--primary-color);
  font-weight: 600;
  padding: 20px;
  margin-bottom: 30px;
  background-color: var(--body-color);
  border: 1px solid var(--secondary-color);
}

.hyk-content blockquote p:last-child {
  margin-bottom: 0;
}

.hyk-content a {
  color: var(--primary-color);
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.text-primary {
  color: var(--primary-color) !important;
}

/* ----Card---- */

.hyk-card {
  overflow: hidden;
  border-radius: 0 !important;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.hyk-card__price {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  z-index: 1;
}

.hyk-card__header {
  color: #fff;
  padding: 15px 10px;
  background-color: var(--primary-color);
}

.hyk-card__img {
  border-radius: 0;
  aspect-ratio: 416/295;
}

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

.hyk-card__body {
  padding: 30px;
}

.hyk-card a {
  color: var(--primary-color);
}

.hyk-card__overlay .hyk-card__body {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.hyk-card__overlay .hyk-card__body a {
  color: #fff;
}

.hyk-card__overlay .hyk-card__body .hyk-card__body-desc {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.hyk-card__overlay:hover .hyk-card__body .hyk-card__body-desc {
  height: max-content;
  opacity: 1;
  visibility: visible;
}

.hyk-badge {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  margin-bottom: 20px;
  background-color: var(--primary-color);
}

/* ------Buttons------- */

.btn {
  padding: 10px 30px;
  border-radius: 0;
  white-space: nowrap;
}

.btn-sm {
  padding: 5px 20px;
}

.btn-primary {
  color: #fff !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--orange-color);
  border-color: var(--orange-color);
}

.btn-orange {
  color: #fff !important;
  background-color: var(--orange-color);
  border-color: var(--orange-color);
}

.btn-orange:hover {
  color: var(--orange-color);
  background-color: var(--light-color);
  border-color: var(--light-color);
}

.btn-light {
  color: var(--dark-color);
}

.btn-light:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-close:focus {
  box-shadow: none;
}

.btn-link {
  padding: 0;
  color: var(--dark-color);
  text-decoration: none;
  position: relative;
  --width: 50px;
  margin-left: var(--width);
  padding-left: 10px;
}

.btn-link:hover {
  color: var(--primary-color);
}

.btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: var(--width);
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--primary-color);
}

.btn-link-white {
  color: var(--light-color);
}

.btn-link-white:hover {
  color: var(--orange-color);
}

.btn-link-white::after {
  background-color: var(--light-color);
}

.btn-link-white:hover::after {
  background-color: var(--orange-color);
}

/* Shine Effect */
.hyk-shine__overlay {
  position: relative;
  overflow: hidden;
}

.hyk-card:hover .hyk-shine {
  display: block;
}

.hyk-shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

/* Swiper Slider */
.hyk-slider__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hyk-slider__pagination {
  transform: none !important;
  width: 100% !important;
  text-align: center;
  margin-top: 20px;
}

.hyk-slider__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.modal .slider-item img {
  height: 350px;
}

.modal .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* Header */
.hyk-header {
  padding: 8px 0;
}

.hyk-header:not(.hyk-header--default),
.hyk-header.hyk-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.hyk-header--default {
  background-color: var(--primary-color);
}

.hyk-header.hyk-fixed-header {
  background-color: var(--primary-color);
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.hyk-header .custom-logo {
  width: 120px;
  height: 96px;
  object-fit: contain;
  transition: ease all 0.3s;
}

.hyk-header.hyk-fixed-header .custom-logo {
  width: 60px;
  height: 50px;
}

.hyk-header__menu-btn {
  position: relative;
  z-index: 10;
  height: 42px;
  display: block;
  width: 50px;
  padding: 12px;
}

.hyk-header__menu-btn #hyk-header__menu-icon {
  width: 24px;
  height: 22px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.hyk-header__menu-btn #hyk-header__menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hyk-header--default:not(.hyk-fixed-header) #hyk-header__menu-icon span {
  background-color: #0000;
}

.hyk-header__menu-btn #hyk-header__menu-icon span:nth-child(2) {
  top: 10px;
  width: 20px;
}

.hyk-header__menu-btn #hyk-header__menu-icon span:nth-child(3) {
  top: 20px;
}

.hyk-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hyk-nav ul li a {
  color: var(--body-color);
  font-family: var(--secondary-font);
}

.hyk-header.hyk-fixed-header .hyk-nav ul li:not(.current-menu-item) a {
  color: var(--light-color);
}

.hyk-nav ul li a:hover,
.hyk-nav ul li.current-menu-item a {
  color: var(--orange-color) !important;
}

.hyk-nav ul li.hyk-nav__btn a {
  display: inline-block;
  color: #fff !important;
  background-color: var(--orange-color);
  padding: 8px 15px !important;
  border-radius: 0;
}

.hyk-nav ul li.hyk-nav__btn a:hover {
  background-color: var(--body-color);
  color: var(--primary-color) !important;
}

/* Offcanvas */
#hyk-offcanvas .offcanvas-header {
  border-bottom: 1px solid #ddd;
  justify-content: center;
}

#hyk-offcanvas .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.hyk-offcanvas__logo img {
  width: 100px;
  object-fit: cover;
}

#hyk-offcanvas .offcanvas-body {
  padding: 0;
}

.hyk-offcanvas__nav ul li a {
  font-size: 18px;
  color: var(--primary-color);
  display: block;
  padding: 15px 20px;
}

.hyk-offcanvas__nav .hyk-nav__btn a {
  display: inline-block;
  color: #fff !important;
  background-color: var(--orange-color);
  padding: 10px 16px !important;
  border-radius: 0;
  margin: 15px 20px;
  font-size: 16px;
}

.hyk-offcanvas__nav ul li.current-menu-item a {
  color: var(--orange-color);
}

.hyk-offcanvas__nav ul li a:hover,
.hyk-offcanvas__nav ul li a.active {
  background-color: var(--light-color);
}

.hyk-offcanvas__nav .hyk-nav__btn a:hover {
  background-color: var(--primary-color);
}

/* Banner Section */
.hyk-banner__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.hyk-banner__content {
  margin: 80px 0;
}

.hyk-banner__content-title {
  font-size: 100px;
}

.hyk-banner__content-subtitle {
  font-family: var(--primary-font);
  font-size: 26px;
  margin-bottom: 20px;
}

.hyk-banner__content-location {
  font-size: 38px;
}

/* Intro Section */
.hyk-intro .hyk-slider__slider .swiper-slide {
  height: 450px;
  overflow: hidden;
}

.hyk-intro__slider {
  padding: 80px 30px 30px;
}

.hyk-intro__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  opacity: 0.1;
  width: 70%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
}

/* Accomodation Section */
.hyk-accomodation__slider-img {
  aspect-ratio: 758/505;
  overflow: hidden;
}

.hyk-accomodation__slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.5s;
}

.hyk-accomodation__slider-img:hover img {
  transform: scale(1.1);
}

/* Dining Section */
.hyk-dining__card .hyk-card__img {
  height: 450px;
}

/* Facilities Section */
.hyk-facilities .hyk-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.hyk-facilities .hyk-content li {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.5;
}

.hyk-facilities__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.hyk-facilities__grid-item:first-child {
  grid-row: span 2;
}

.hyk-facilities__grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Review Section */
.hyk-review {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.hyk-review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

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

.hyk-review__card {
  background-color: #ffffffcf;
}

.hyk-review__quote svg {
  width: 50px;
  height: 50px;
}

.hyk-review__info {
  border-top: 1px solid #33333330 !important;
}

.hyk-review__name {
  font-family: var(--secondary-font);
  font-size: 18px;
  color: var(--dark-color);
}

.hyk-review__icon img {
  height: 25px;
}

/* Gallery Section */
.hyk-gallery {
  background-color: var(--primary-color);
}

.hyk-gallery__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hyk-gallery__item {
  aspect-ratio: 418/450;
}

.hyk-gallery__item:nth-child(2),
.hyk-gallery__item:nth-child(7),
.hyk-gallery__item:nth-child(11),
.hyk-gallery__item:nth-child(16) {
  grid-column: span 2;
  aspect-ratio: 857/450;
}

.hyk-gallery__item:hover .hyk-shine {
  display: block;
}

/* Blog Section */
.hyk-blog__card-img {
  aspect-ratio: 395 / 265;
}

.hyk-blog__card-title a {
  color: var(--primary-color);
  word-break: break-word;
}

.hyk-blog__card:hover .hyk-shine {
  display: block;
}

/* Responsive */
@media (max-width: 1200px) {
  .hyk-banner__content-title {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  .hyk-banner__content-title {
    font-size: 65px;
  }
}

@media (max-width: 992px) {
}

@media (max-width: 576px) {
  .hyk-banner__content-subtitle {
    font-size: 20px;
  }

  .hyk-banner__content-title {
    font-size: 50px;
  }

  .hyk-banner__content-location {
    font-size: 26px;
  }

  .hyk-intro__slider {
    padding: 60px 20px 20px;
  }

  .hyk-intro__overlay {
    width: 85%;
  }

  .hyk-gallery__lists {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hyk-gallery__item {
    grid-column: span 1 !important;
    aspect-ratio: 418/450 !important;
  }

  .hyk-gallery__item:nth-child(3),
  .hyk-gallery__item:nth-child(6),
  .hyk-gallery__item:nth-child(9),
  .hyk-gallery__item:nth-child(12),
  .hyk-gallery__item:nth-child(15),
  .hyk-gallery__item:nth-child(18) {
    grid-column: span 2 !important;
    aspect-ratio: 857/450 !important;
  }
}

/* Footer */
.hyk-footer {
  color: var(--dark-color);
  background-color: var(--light-color);
}

.hyk-footer__logo .custom-logo {
  width: 115px;
}

.hyk-footer__title {
  font-size: 18px;
  font-family: var(--secondary-font);
  margin-bottom: 25px;
  color: var(--dark-color);
}

.hyk-footer__contact li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.hyk-footer__contact li:last-child {
  margin-bottom: 0;
}

.hyk-footer__contact li .hyk-footer__contact-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 15px;
  height: 15px;
}

.hyk-footer__contact li .hyk-footer__contact-info a {
  color: var(--dark-color);
}

.hyk-footer__social {
  margin-bottom: 20px;
}

.hyk-footer__social-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-color);
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border: 1px solid var(--dark-color);
  border-radius: 50%;
}

.hyk-footer__social-item:hover {
  color: #fff;
  background-color: var(--dark-color);
}

.hyk-footer__social-item svg {
  width: 15px;
  height: 15px;
}

/* Leadspace with breadcrumb */
.hyk-leadspace-with-breadcrumb {
  padding: 7.5rem 0 3rem;
}

.hyk-leadspace-with-breadcrumb__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hyk-leadspace-with-breadcrumb__container .breadcrumb li::before {
  color: #fff;
}

.hyk-leadspace-with-breadcrumb__container .breadcrumb li > a:hover {
  color: var(--orange-color) !important;
}

/* Room Listing */
.hyk-rooms .hyk-rooms__listing-img {
  aspect-ratio: 636/424;
}

.hyk-rooms .hyk-rooms__listing-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: 16px;
}

.hyk-rooms .hyk-rooms__listing-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

/* Featured Blog Post */
.hyk-blog-featured__img {
  aspect-ratio: 636/400;
  overflow: hidden;
}

.hyk-blog-featured__img img {
  transition: transform 0.3s ease;
}

.hyk-blog-featured__img:hover img {
  transform: scale(1.05);
}

/* Dining slider */
.hyk-dining-listing .hyk-slider__slider .swiper-slide {
  aspect-ratio: 758/505;
}

/* Facility slider */
.hyk-facility-listing__wrapper .hyk-slider__slider .swiper-slide {
  min-height: 400px;
}

.hyk-facility-listing__wrapper .hyk-slider__pagination {
  position: absolute;
  z-index: 1;
  left: 0 !important;
}

/* Blog single post */
.hyk-post-thumbnail {
  max-height: 500px;
  overflow: hidden;
}

.hyk-post-thumbnail img {
  object-fit: cover;
  height: 100%;
}

.hyk-post-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.hyk-post-content ul,
.hyk-post-content ol {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

.hyk-post-content li {
  margin-bottom: 10px;
}

.hyk-post-content blockquote {
  border-left: 4px solid var(--primary-color);
  padding-left: 20px;
  margin: 2rem 0;
  font-style: italic;
  color: #666;
}

/* Go to Top Button Styles */
.go-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
  z-index: 1000;
}

.go-to-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

.go-to-top-btn:hover {
  background-color: #555;
  transform: translateY(-5px);
}

.go-to-top-btn::before {
  content: "↑";
  font-size: 24px;
  font-weight: bold;
}
