body {
  background: #fff;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.8;
  color: #6c757d;
  position: relative; }

::-moz-selection {
  color: #fff;
  background: #ffba5a; }

::selection {
  color: #fff;
  background: #ffba5a; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "Playfair Display", times, serif; }

.font-family-serif {
  font-family: "Playfair Display", times, serif; }

.font-family-sans-serif {
  font-family: "Roboto", arial, sans-serif; }

.bg-light {
  background: #ffffff !important; }

.container-fluid {
  max-width: 1600px; }

.btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px; }
  .btn.btn-outline-white {
    border: 2px solid #fff; }
    .btn.btn-outline-white:hover {
      border: 2px solid transparent;
      background: #000;
      color: #fff; }
  .btn.btn-outline-white-primary {
    border: 2px solid #fff; }
    .btn.btn-outline-white-primary:hover {
      border: 2px solid transparent;
      background: #ffba5a;
      color: #fff; }
  .btn.uppercase {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em; }

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .btn:focus, .btn:active, .form-control:focus, .form-control:active {
    outline: none; }

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px; }
  .form-control:active, .form-control:focus {
    border-color: #ffba5a; }

textarea.form-control {
  height: inherit; }

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 60px 0;
  z-index: 2;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .site-header.scrolled {
    padding: 20px 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1); }
    .site-header.scrolled .site-menu-toggle {
      top: 10px;
      position: relative; }
      .site-header.scrolled .site-menu-toggle span {
        background: #000; }
    .site-header.scrolled .site-logo {
      position: relative;
      z-index: 100; }
      .site-header.scrolled .site-logo a {
        color: #000; }

.menu-open {
  position: relative; }
  .menu-open .site-header {
    position: fixed; }
  .menu-open .site-logo {
    position: relative;
    z-index: 100; }
    .menu-open .site-logo a {
      color: #000; }
  .menu-open .site-navbar {
    border: 10px solid #f8f9fa; }

.site-logo {
  padding-left: 40px; }
  .site-logo a {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-family: "Playfair Display", times, serif; }
    @media (max-width: 991.98px) {
      .site-logo a {
        font-size: 27px; } }

.site-navbar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  border: 20px solid transparent;
  background: #fff;
  min-height: 300px;
  overflow-y: scroll; }
  .site-navbar nav {
    text-align: left; }
    .site-navbar nav .menu {
      font-family: "Playfair Display", times, serif; }
      .site-navbar nav .menu li a {
        color: #000;
        font-size: 40px;
        padding: 5px 10px;
        position: relative; }
        .site-navbar nav .menu li a:hover:before {
          width: 100%; }
      .site-navbar nav .menu li.active a {
        color: #ffba5a; }
        .site-navbar nav .menu li.active a:before {
          width: 100%; }
  .site-navbar .extra-info a {
    color: #000; }
  .site-navbar .extra-info ul li a {
    color: #000; }
  .site-navbar .extra-info h3 {
    font-family: "Roboto", arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .2em;
    color: #adb5bd;
    margin-bottom: 30px; }
  .site-navbar .extra-info p {
    color: #212529; }

.full-height {
  height: 100vh;
  min-height: 700px; }

.site-hero {
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  position: relative; }
  .site-hero .heading {
    font-family: "Playfair Display", times, serif;
    font-weight: bold; }
  .site-hero .scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff; }
  .site-hero.overlay:before {
    background: rgba(0, 0, 0, 0.45);
    content: "";
    position: absolute;
    height: 100vh;
    min-height: 700px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .site-hero.inner-page {
    height: 50vh;
    min-height: 700px; }
    .site-hero.inner-page.overlay:before {
      height: 50vh;
      min-height: 700px; }

.site-hero-inner {
  height: 100vh;
  min-height: 700px; }
  .site-hero-inner .heading {
    font-size: 80px;
    font-family: "Playfair Display", times, serif;
    color: #fff;
    line-height: 1;
    font-weight: bold; }
    @media (max-width: 991.98px) {
      .site-hero-inner .heading {
        font-size: 40px; } }
  .site-hero-inner .sub-heading {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .site-hero-inner .sub-heading {
        font-size: 18px; } }

.inner-page .site-hero-inner {
  height: 50vh;
  min-height: 700px; }

.page-inside .site-hero-inner, .page-inside {
  height: 70vh;
  min-height: 500px; }

.page-inside.overlay:before {
  height: 70vh;
  min-height: 500px; }

.menu-open .site-menu-toggle span {
  background: #000; }

.site-menu-toggle {
  top: 0;
  float: right;
  width: 40px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-right: 40px; }
  .site-menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .site-menu-toggle span:nth-child(1) {
    top: 0px; }
  .site-menu-toggle span:nth-child(2) {
    top: 10px; }
  .site-menu-toggle span:nth-child(3) {
    top: 20px; }
  .site-menu-toggle.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .site-menu-toggle.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .site-menu-toggle.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.section {
  padding: 7em 0; }
  @media (max-width: 991.98px) {
    .section {
      padding: 3em 0; } }

@media (max-width: 991.98px) {
  .lead {
    font-size: 16px; } }

.visit-section .heading {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Roboto", arial, sans-serif;
  color: #b3b3b3;
  letter-spacing: .2em;
  margin-bottom: 30px; }

.visit-section .visit a {
  color: #000; }
  .visit-section .visit a:hover {
    color: #ffba5a; }

.visit-section .visit img {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px; }

.visit-section .visit h3 {
  font-size: 20px;
  margin-bottom: 0; }

.visit-section .reviews-star span {
  font-size: 18px;
  color: #ffba5a; }

.visit-section .reviews-count {
  color: #adb5bd;
  font-style: italic; }

.heading-serif, .heading, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
  font-size: 60px;
  font-family: "Playfair Display", times, serif;
  font-weight: 700; }
  @media (max-width: 991.98px) {
    .heading-serif, .heading, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
      font-size: 40px; } }

.bg-pattern {
  background: #e9ecef url("../img/round.png"); }

.slider-section {
  position: relative; }

.blog-post-entry {
  position: relative; }

.half .image, .half .text {
  width: 50%; }
  @media (max-width: 991.98px) {
    .half .image, .half .text {
      width: 100%; } }

.half .image {
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991.98px) {
    .half .image {
      height: 300px; } }

.half .text {
  padding: 100px 7%; }
  @media (max-width: 991.98px) {
    .half .text {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .half .text h2 {
    font-size: 70px; }
    @media (max-width: 991.98px) {
      .half .text h2 {
        font-size: 40px; } }

.testimonial blockquote {
  padding: 0; }

.testimonial .author-image img {
  width: 70px; }

.post .media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1); }
  .post .media-custom:hover, .post .media-custom:focus {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1); }
  .post .media-custom a {
    color: #000; }
    .post .media-custom a:hover {
      color: #ffba5a; }
  .post .media-custom .media-body {
    padding: 10px 30px; }
  .post .media-custom h2 {
    font-size: 26px; }

.media-custom .meta-post {
  color: #adb5bd;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 14px; }

.owl-carousel .owl-item {
  opacity: .4; }
  .owl-carousel .owl-item.active {
    opacity: 1; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px; }
    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
    .owl-carousel .owl-nav .owl-next:hover,
    .owl-carousel .owl-nav .owl-next:focus,
    .owl-carousel .owl-nav .owl-next:active {
      outline: none; }
    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
      font-size: 40px; }
  .owl-carousel .owl-nav .owl-prev {
    left: 30px !important; }
  .owl-carousel .owl-nav .owl-next {
    right: 30px !important; }

.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    border-width: 2px !important;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%; }

.owl-carousel.home-slider {
  z-index: 1;
  position: relative; }
  .owl-carousel.home-slider .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-carousel.home-slider .owl-nav button {
      color: #fff; }
  .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible; }
  .owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 117px);
    min-height: 700px;
    position: relative; }
    .owl-carousel.home-slider .slider-item .slider-text {
      color: #fff;
      height: calc(100vh - 117px);
      min-height: 700px; }
      .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px;
        color: #fff;
        line-height: 1.2;
        font-weight: 800 !important;
        text-transform: uppercase; }
        @media (max-width: 991.98px) {
          .owl-carousel.home-slider .slider-item .slider-text h1 {
            font-size: 40px; } }
      .owl-carousel.home-slider .slider-item .slider-text p {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 300;
        color: white; }
    .owl-carousel.home-slider .slider-item.dark .child-name {
      color: #000; }
    .owl-carousel.home-slider .slider-item.dark h1 {
      color: #000; }
    .owl-carousel.home-slider .slider-item.dark p {
      color: #000; }
  .owl-carousel.home-slider .owl-dots {
    position: absolute;
    bottom: 100px;
    width: 100%; }
    .owl-carousel.home-slider .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      border: 2px solid transparent;
      outline: none !important;
      position: relative;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      background: #fff; }
      .owl-carousel.home-slider .owl-dots .owl-dot.active {
        border: 2px solid white;
        background: none; }

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px; }

.owl-carousel.major-caousel .slider-item {
  height: inherit;
  min-height: inherit; }
  .owl-carousel.major-caousel .slider-item img {
    margin-bottom: 0; }

.owl-carousel.major-caousel .owl-nav {
  opacity: 1;
  visibility: visible; }
  .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #495057; }
    .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
      color: #6c757d;
      outline: none; }
    .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
      color: #dee2e6; }
  .owl-carousel.major-caousel .owl-nav .owl-prev {
    left: -60px !important; }
  .owl-carousel.major-caousel .owl-nav .owl-next {
    right: -60px !important; }

.owl-carousel.major-caousel .owl-dots {
  bottom: 50px !important; }
  @media (max-width: 991.98px) {
    .owl-carousel.major-caousel .owl-dots {
      bottom: 10px !important; } }

.owl-carousel.js-carousel-2 .slider-item {
  padding: 0 20px;
  text-align: center; }

.owl-carousel.js-carousel-2 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 299; }
  .owl-carousel.js-carousel-2 .owl-nav .owl-prev,
  .owl-carousel.js-carousel-2 .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px; }
    .owl-carousel.js-carousel-2 .owl-nav .owl-prev:hover, .owl-carousel.js-carousel-2 .owl-nav .owl-prev:focus, .owl-carousel.js-carousel-2 .owl-nav .owl-prev:active,
    .owl-carousel.js-carousel-2 .owl-nav .owl-next:hover,
    .owl-carousel.js-carousel-2 .owl-nav .owl-next:focus,
    .owl-carousel.js-carousel-2 .owl-nav .owl-next:active {
      outline: none; }
    .owl-carousel.js-carousel-2 .owl-nav .owl-prev span:before,
    .owl-carousel.js-carousel-2 .owl-nav .owl-next span:before {
      font-size: 40px; }
  .owl-carousel.js-carousel-2 .owl-nav .owl-prev {
    left: -30px !important; }
  .owl-carousel.js-carousel-2 .owl-nav .owl-next {
    right: -30px !important; }

.owl-carousel.js-carousel-2 .owl-dots .owl-dot {
  display: inline-block;
  border: none; }
  .owl-carousel.js-carousel-2 .owl-dots .owl-dot > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e9ecef;
    display: inline-block; }
  .owl-carousel.js-carousel-2 .owl-dots .owl-dot.active > span {
    background: #ffba5a; }
  .owl-carousel.js-carousel-2 .owl-dots .owl-dot:active, .owl-carousel.js-carousel-2 .owl-dots .owl-dot:focus, .owl-carousel.js-carousel-2 .owl-dots .owl-dot:hover {
    outline: none; }

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10; }
  .owl-custom-nav .owl-custom-prev,
  .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block; }

.footer-section {
  background: #1a1a1a;
  color: #fff; }
  .footer-section a {
    color: rgba(255, 255, 255, 0.7); }
    .footer-section a:hover {
      color: #fff; }
  .footer-section p {
    color: rgba(255, 255, 255, 0.5); }
  .footer-section .bordertop {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px; }
  .footer-section .contact-info span.d-block {
    font-style: italic;
    color: #fff; }
  .footer-section .social a {
    font-size: 18px;
    padding: 10px; }
  .footer-section .link li {
    margin-bottom: 10px; }

.footer-newsletter .form-group {
  position: relative; }

.footer-newsletter .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff; }
  .footer-newsletter .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.2);
    font-style: italic; }
  .footer-newsletter .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.2);
    font-style: italic; }
  .footer-newsletter .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.2);
    font-style: italic; }
  .footer-newsletter .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.2);
    font-style: italic; }
  .footer-newsletter .form-control:active, .footer-newsletter .form-control:focus {
    border-bottom: 1px solid white; }

.footer-newsletter button[type="submit"] {
  background: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0; }

.side-box, .sidebar-search {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .side-box .heading, .sidebar-search .heading {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: "Roboto", arial, sans-serif; }

.post-list li {
  margin-bottom: 20px; }
  .post-list li a > div {
    margin-top: -10px; }
  .post-list li a .meta {
    font-size: 13px;
    color: #adb5bd; }
  .post-list li a .image {
    width: 150px; }
  .post-list li a h3 {
    font-size: 16px; }
  .post-list li:last-child {
    margin-bottom: 0; }

.sidebar-search .form-group {
  position: relative;
  margin-bottom: 0; }

.sidebar-search .icon-search {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sidebar-search .search-input {
  border-color: #dee2e6;
  padding-left: 40px;
  border-radius: 0px; }
  .sidebar-search .search-input:focus, .sidebar-search .search-input:active {
    border-color: #343a40; }

.contact-section .contact-info p {
  font-family: "Playfair Display", times, serif;
  font-size: 30px;
  margin-bottom: 30px; }
  .contact-section .contact-info p .d-block {
    font-size: 14px;
    letter-spacing: .2em;
    font-weight: bold;
    font-family: "Roboto", arial, sans-serif;
    text-transform: uppercase; }

.post-categories li {
  display: block; }
  .post-categories li a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9ecef; }
    .post-categories li a .count {
      position: absolute;
      top: 0;
      right: 0;
      color: #6c757d; }

.custom-pagination .page-item .page-link {
  text-align: center;
  border: none;
  background: none;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  margin-right: 10px;
  margin-bottom: 10px; }

.custom-pagination .page-item.active .page-link {
  background: #ffba5a;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2); }

.line-height-1-2 {
  line-height: 1.2; }

/* Mouse Animation */
.mouse {
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 140px;
  z-index: 1;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%); }

.mouse-icon {
  width: 25px;
  height: 45px;
  border: 2px solid white;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center; }

.mouse-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down; }

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

.site-block-half .image, .site-block-half .text {
  width: 100%; }
  @media (min-width: 992px) {
    .site-block-half .image, .site-block-half .text {
      width: 50%; } }

@media (max-width: 991.98px) {
  .site-block-half .image {
    margin-bottom: 50px;
    height: 300px; } }

.site-block-half .text {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }
  @media (min-width: 992px) {
    .site-block-half .text {
      padding: 4rem; } }

.site-block-half .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991.98px) {
    .site-block-half .bg-image {
      height: 400px; } }

.site-block-half.site-block-video .image {
  position: relative; }
  .site-block-half.site-block-video .image .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #ffba5a !important; }
    .site-block-half.site-block-video .image .play-button:hover {
      opacity: 1; }
    .site-block-half.site-block-video .image .play-button > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%); }

.field-icon-wrap {
  position: relative; }
  .field-icon-wrap .form-control {
    position: relative;
    padding-right: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #a6a6a6; }
  .field-icon-wrap .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    z-index: 2; }
  .field-icon-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

.block-32 {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
  width: 100%; }
  .block-32 .field-icon-wrap {
    position: relative; }
    .block-32 .field-icon-wrap .form-control {
      position: relative;
      padding-right: 40px;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      color: #a6a6a6; }
    .block-32 .field-icon-wrap .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 15px;
      z-index: 2; }
    .block-32 .field-icon-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%; }

.block-2 {
  margin-bottom: 50px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d; }
  .block-2:hover .back, .block-2.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .block-2:hover .front, .block-2.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .block-2, .block-2 .front, .block-2 .back {
    width: 100%;
    height: 427px; }
  .block-2 .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; }
  .block-2 .front, .block-2 .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0; }
  .block-2 .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: lightgreen;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .block-2 .front:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .block-2 .front .box {
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      bottom: 20px; }
      .block-2 .front .box h2, .block-2 .front .box p {
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 1.5; }
      .block-2 .front .box h2 {
        font-size: 20px; }
      .block-2 .front .box p {
        font-size: 12px; }
  .block-2 .back {
    background: #fff;
    -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .block-2 .back p {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 18px; }
  .block-2 .author {
    bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }
    .block-2 .author .image {
      width: 40px; }
      .block-2 .author .image img {
        border-radius: 50%;
        max-width: 100%; }
    .block-2 .author .position {
      display: block;
      font-size: 12px; }
  @media (max-width: 991.98px) {
    .block-2 .back {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .block-2 .front {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); } }

.text-black {
  color: #000 !important; }

.check-availabilty {
  margin-top: -170px;
  position: relative; }
  .check-availabilty .block-32 {
    background: #fff;
    border-radius: 10px; }

.room {
  position: relative;
  display: block; }
  .room .img-wrap {
    position: relative;
    overflow: hidden; }
    .room .img-wrap img {
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      margin-bottom: 0 !important; }
  .room:hover .img-wrap img, .room:focus .img-wrap img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.letter-spacing-1 {
  letter-spacing: .1em; }

.text-opacity-8 {
  opacity: .8; }

.text-opacity-7 {
  opacity: .7; }

.text-opacity-6 {
  opacity: .6; }

.text-opacity-5 {
  opacity: .5; }

.letter-spacing-2 {
  letter-spacing: .2em; }

.bg-image {
  background-size: cover;
  background-attachment: fixed; }

.bg-image-2 {
  background-size: cover;
  background-position: center center; }

.food-menu-tabs {
  text-align: center; }
  .food-menu-tabs .nav-tabs {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: none; }
    .food-menu-tabs .nav-tabs li {
      display: inline-block; }
      .food-menu-tabs .nav-tabs li a {
        border: none;
        background: none;
        font-size: 1.2rem;
        font-weight: bold;
        position: relative;
        display: block; }
        .food-menu-tabs .nav-tabs li a:before {
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease;
          content: "";
          position: absolute;
          bottom: 0;
          left: 16px;
          right: 20px;
          height: 2px;
          background: transparent; }
        .food-menu-tabs .nav-tabs li a.active {
          border: none;
          background: none;
          color: #fff; }
          .food-menu-tabs .nav-tabs li a.active:before {
            background: #fff; }

.custom-caption {
  font-size: 14px;
  letter-spacing: .2em; }

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay > .container {
      position: relative;
      z-index: 3; }
    .bg-image.overlay:before {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: rgba(0, 0, 0, 0.6); }

.img-absolute {
  position: absolute;
  bottom: -100px;
  right: -100px; }
  .img-absolute img {
    max-width: 250px;
    border-radius: 50%;
    border: 10px solid #f2f4fb; }
  @media (max-width: 991.98px) {
    .img-absolute {
      right: 0px; }
      .img-absolute img {
        max-width: 160px; } }

.custom-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0; }
  .custom-breadcrumbs li {
    display: inline-block;
    color: #fff;
    margin: 0 4px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold; }
    .custom-breadcrumbs li a {
      font-weight: normal; }
      .custom-breadcrumbs li a:hover {
        color: #fff; }

.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  border-left: 2px solid #dee2e6; }
  .timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 1em;
    display: block;
    font-weight: 700;
    font-size: .785rem; }
  .timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 1em;
    position: absolute;
    left: -6px;
    border-radius: 10px;
    content: '';
    border: 2px solid #dee2e6;
    background: white; }
  .timeline-item:last-child {
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
    border-image: linear-gradient(to bottom, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%; }

.custom-pagination {
  text-align: center; }
  .custom-pagination ul {
    padding: 0;
    margin: 0; }
    .custom-pagination ul li {
      display: inline-block; }
      .custom-pagination ul li a {
        background: #fff;
        border-radius: 50%;
        border: 1px solid transparent; }
        .custom-pagination ul li a:hover {
          border: 1px solid #d9d9d9;
          -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1); }
      .custom-pagination ul li a, .custom-pagination ul li span {
        display: inline-block;
        width: 47px;
        margin: 2px;
        height: 47px;
        font-size: 1.2rem;
        line-height: 47px; }
      .custom-pagination ul li.active span {
        background: #ffba5a;
        color: #fff;
        border-radius: 50%; }
.contact-section {
  background: #fff;
  padding: 60px 20px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info {
  flex: 1 1 40%;
}

.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
}

.contact-info p {
  margin: 8px 0;
  font-size: 1rem;
  color: #555;
}

.contact-info a {
  color: #25D366;
  text-decoration: none;
  font-weight: bold;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-map {
  flex: 1 1 55%;
  min-width: 300px;
}
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 999;
  animation: pulse 1.5s infinite;
}

.whatsapp-btn img {
  width: 30px;
  height: 30px;
  filter: invert(1);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.animate-text {
  display: inline-block;
  font-size: 3rem; /* ajusta según tu diseño */
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid #fff; /* cursor parpadeando */
  width: 0;
  animation: typing 4s steps(40, end) forwards, blink 0.8s infinite;
}

/* efecto de escritura */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* cursor parpadeando */
@keyframes blink {
  50% { border-color: transparent }
}
/* Modal personalizado */
.custom-modal {
  border-radius: 20px;
  padding: 30px 20px;
  border: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  animation: fadeInUp 0.5s ease;
}

.custom-modal h4 {
  font-weight: 600;
  color: #2c3e50;
}

.custom-modal p {
  font-size: 15px;
  color: #555;
}

/* Animación entrada */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Check animado */
.checkmark-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkmark-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  background: #28a745;
  position: relative;
  animation: pop 0.4s ease-out forwards;
}

.checkmark-stem {
  position: absolute;
  width: 4px;
  height: 25px;
  background: #fff;
  left: 38px;
  top: 18px;
  transform: rotate(45deg) scaleY(0);
  transform-origin: bottom;
  animation: drawStem 0.3s 0.4s forwards;
}

.checkmark-kick {
  position: absolute;
  width: 4px;
  height: 12px;
  background: #fff;
  left: 28px;
  top: 34px;
  transform: rotate(-45deg) scaleY(0);
  transform-origin: bottom;
  animation: drawKick 0.3s 0.7s forwards;
}

/* Animaciones check */
@keyframes pop {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes drawStem {
  to { transform: rotate(45deg) scaleY(1); }
}

@keyframes drawKick {
  to { transform: rotate(-45deg) scaleY(1); }
}

/* Fondo elegante con degradado */
.quienes-somos {
  background: linear-gradient(to right, #f8f9fa, #f1f3f6);
  position: relative;
  z-index: 1;
}

/* Título con animación typing SOLO en desktop */
@media (min-width: 992px) {
  .typing {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid #ff3c00;
    animation: typing 3s steps(30, end), blink 0.7s infinite;
    font-size: 2.5rem;
    font-weight: bold;
    color: #ff3c00;
  }
}
@media (max-width: 991px) {
  .typing {
    font-size: 2rem;
    color: #ff3c00;
    border: none;
    animation: none;
    white-space: normal;
  }
}

/* Keyframes para typing */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@keyframes blink {
  50% { border-color: transparent }
}

/* Tarjetas con efecto hover */
.card {
  border: none;
  border-radius: 15px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Animaciones fade-in */
.animate-fade {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s forwards;
}
.animate-fade.delay {
  animation-delay: 0.5s;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Estilo de la lista */
.card ul li {
  margin-bottom: 10px;
  font-size: 1rem;
}
.parallax-section {
  background-image: url('../images/hero_4.jpg'); /* Cambia por tu imagen */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

.parallax-section .overlay {
  background: rgba(0, 0, 0, 0.55);
  padding: 70px 25px;
  border-radius: 25px;
}

.parallax-section h2 {
  font-size: 2.2rem;
  margin-bottom: 60px;
  font-weight: 700;
  color: #fff;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 35px;
}

.feature {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  backdrop-filter: blur(4px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* ✨ Degradado verde→turquesa aplicado a los íconos */
.feature i {
  font-size: 3rem;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #25a244, #00c7c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature p {
  font-size: 1rem;
  line-height: 1.5;
  color: #f5f5f5;
}



.carousel { 
  width: 92%; 
  max-width: 1200px; 
  margin: 2.2rem auto; 
} 

.carousel h2 { 
  text-align: center; 
  font-size: 2rem; 
  margin-bottom: 1rem; 
  font-family: Georgia, serif; 
  font-weight: 500; 
} 

/* ---------- Tabs ---------- */ 
.tabs { 
  display: flex; 
  justify-content: center; 
  gap: 2rem; 
  margin-bottom: 1rem; 
  border-bottom: 1px solid #e6e6e6; 
  padding-bottom: 0.5rem; 
} 

.tab { 
  background: none; 
  border: none; 
  font-size: 1rem; 
  padding: 0.5rem 0.6rem; 
  cursor: pointer; 
  color: #333; 
} 

.tab:hover { color: #2e7d32; } 

.tab.active { 
  border-bottom: 3px solid #2e7d32; 
  color: #2e7d32; 
  font-weight: 600; 
} 

/* ---------- Contenido de las tabs ---------- */ 
.tab-content-wrapper { 
  position: relative; 
  overflow: hidden; 
  min-height: 360px; /* evita saltos */ 
} 

.tab-content { 
  display: flex; 
  gap: 2.2rem; 
  align-items: flex-start; 
  opacity: 0; 
  transform: translateX(40px); 
  transition: all 0.45s cubic-bezier(.22,.9,.35,1); 
  position: absolute; 
  width: 100%; 
  top: 0; 
  left: 0; 
} 

.tab-content.active { 
  opacity: 1; 
  transform: translateX(0); 
  position: relative; 
} 

/* ---------- Imagen / Info (layout) ---------- */ 
/* Ajuste principal: imagen más grande que el texto */ 
.tab-image { flex: 1.2; } /* puedes cambiar a 1.4 si quieres más grande */ 
.tab-info { flex: 0.8; max-width: 640px; } 

.tab-image img { 
  width: 100%; 
  height: 100%; 
  max-height: 520px; /* controla cuánto crece la imagen */ 
  border-radius: 10px; 
  object-fit: cover; 
  display: block; 
  box-shadow: 0 8px 20px rgba(0,0,0,0.08); 
  
  /* Animación de entrada */
  opacity: 0; 
  transform: scale(0.96); 
  animation: fadeZoomIn 0.8s ease forwards;
  
  /* Animación hover */
  transition: transform 0.45s ease, box-shadow 0.45s ease;
} 

.tab-image img:hover { 
  transform: scale(1.05); 
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
} 

@keyframes fadeZoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.tab-info { text-align: left; padding-top: 0.2rem; } 

.tab-info .category { 
  display: inline-block; 
  color: #8b8b8b; 
  font-size: 0.85rem; 
  letter-spacing: 1px; 
  text-transform: uppercase; 
  margin-bottom: 0.6rem; 
  font-family: Arial, sans-serif; 
} 

.tab-info h3 { 
  font-size: 1.55rem; 
  margin-bottom: 0.8rem; 
  color: #111; 
} 

.tab-info p { 
  color: #666; 
  margin-bottom: 0.9rem; 
  font-family: Arial, sans-serif; 
} 

/* ---------- Lista de amenidades (dos columnas compactas) ---------- */ 
.amenities { 
  list-style: none; 
  padding: 0; 
  margin: 1rem 0 0.6rem 0; 
  display: grid; 
  grid-template-columns: repeat(2, minmax(180px, 1fr)); 
  gap: 0.45rem 1.2rem; 
} 

.amenities li { 
  position: relative; 
  padding-left: 1.6rem; 
  font-size: 0.99rem; 
  color: #333; 
  line-height: 1.45; 
} 

.amenities li::before { 
  content: "✔"; 
  position: absolute; 
  left: 0; 
  top: 0; 
  color: #2e7d32; 
  font-weight: 700; 
  font-size: 0.95rem; 
  transform: translateY(1px); 
} 

/* ---------- Títulos secundarios ---------- */ 
.tab-info h4 { 
  margin-top: 0.6rem; 
  margin-bottom: 0.45rem; 
  font-size: 1.05rem; 
  font-weight: 600; 
} 

/* ---------- Responsive (movil) ---------- */ 
@media (max-width: 900px) { 
  .tab-content { gap: 1.2rem; } 
  .tab-image { flex: 1; } 
  .tab-info { flex: 1; max-width: 100%; } 
  .tab-image img { max-height: 420px; } 
} 

@media (max-width: 768px) { 
  .tabs { gap: 1rem; flex-wrap: wrap; } 
  .tab-content { flex-direction: column; align-items: center; text-align: left; } 
  .tab-image, .tab-info { width: 100%; } 
  .tab-image img { max-height: 340px; } 
  .amenities { grid-template-columns: 1fr; gap: 0.45rem 0.8rem; } 
  .carousel h2 { font-size: 1.6rem; } 
  .tab-info h3 { font-size: 1.25rem; } 
} 



:root {
  --hotel-bg: url('https://cdn.pixabay.com/photo/2017/08/02/01/53/palms-2569719_960_720.jpg'); /* cambia por tu foto */
  --hotel-overlay: rgba(0,0,0,0.45);
  --hotel-color: #ffffff; /* 🔹 letras blancas */
  --hotel-accent: #ffcc00;
}

/* Sección parallax */
.hotel-parallax {
  position: relative;
  background-image: var(--hotel-bg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 25vh;  /* franja más baja */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hotel-overlay {
  position: absolute;
  inset: 0;
  background: var(--hotel-overlay);
  z-index: 0;
}

.hotel-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  color: var(--hotel-color);
  gap: 2rem;
  padding: 1.5rem 0;
}

/* Lado izquierdo */
.hotel-left {
  flex: 1 1 60%;
}

.hotel-title {
  font-size: 2.2rem; /* 🔹 más grande */
  font-weight: 800;
  margin-bottom: 0.6rem;
  color: var(--hotel-color); /* 🔹 blanco */
}

.hotel-typing {
  font-size: 1.6rem; /* 🔹 más grande */
  font-weight: 600;
  min-height: 2rem;
  color: var(--hotel-color); /* 🔹 blanco */
}

/* Efecto cursor */
.hotel-typing::after {
  content: "|";
  margin-left: 6px;
  animation: blink 1s infinite;
  color: var(--hotel-color); /* 🔹 blanco */
}
@keyframes blink {
  50% { opacity: 0; }
}

/* Lado derecho */
.hotel-right {
  flex: 0 0 auto;
}

.hotel-btn {
  padding: 14px 32px;
  border-radius: 40px;
  border: 2px solid var(--hotel-color);
  color: var(--hotel-color);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem; /* 🔹 más grande */
  transition: 0.3s;
}

.hotel-btn:hover {
background: #20c997;
border-color: #20c997;
  color: #111;
}

/* Responsive */
@media (max-width: 768px) {
  .hotel-parallax {
    min-height: 20vh; /* más delgada en móvil */
    background-attachment: scroll;
  }
  .hotel-inner {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 1rem 0;
  }
  .hotel-right {
    margin-top: 1rem;
  }
}

 * { box-sizing: border-box; margin: 0; padding: 0; }

  /* CONTENEDOR */
 .inst-carousel-root {
  max-width: 900px;
  margin: 40px auto;
  position: relative;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  overflow: hidden;       /* 🔑 Evita que las imágenes se salgan del contenedor */
  border-radius: 12px;    /* Opcional, queda más limpio */
  z-index: 1;             /* Mantiene el carrusel en su capa normal */
}

.inst-carousel-title {
  text-align: center;
  font-family: 'Raleway', sans-serif; /* nueva fuente */
  font-weight: 700;
  font-size: 2.8rem; /* más grande */
  margin-bottom: 24px;
  color: #111827;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

/* Decoración sutil debajo del título */
.inst-carousel-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #9333ea);
  margin: 10px auto 0;
  border-radius: 2px;
}

/* PISTA (track) */
.inst-carousel-track {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;  /* 🔑 Ahora recorta bien las imágenes */
  border-radius: 14px;
}

/* SLIDE */
.inst-carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(0) scale(0.96) rotate(-4deg);
  transition: transform .72s cubic-bezier(.2,.9,.2,1), opacity .6s ease;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* 🔑 Cada slide también recorta */
}

/* SLIDE ACTIVO */
.inst-carousel-slide.inst-active {
  opacity: 1;
  transform: translateX(0) scale(1) rotate(0deg);
  z-index: 2;
}

/* IMAGEN */
.inst-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(2,6,23,0.2);
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

/* BOTONES */
.inst-carousel-btn {
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
  color: #111827;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  z-index: 5; /* 🔽 ya no 9999, así no pisa al navbar */
}

.inst-carousel-btn:hover {
  background: #111827;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.inst-carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.inst-carousel-prev {
  left: 14px;
}

.inst-carousel-next {
  right: 14px;
}

/* Estilo para las flechas internas */
.inst-carousel-btn svg {
  width: 22px;
  height: 22px;
  pointer-events: none;
}

.inst-carousel-btn:active { 
  transform: translateY(-50%) scale(.95); 
}

.inst-carousel-btn:hover { 
  background: rgba(0,0,0,0.65); 
}

/* Pequeño estilo responsive */
@media (max-width: 720px) {
  .inst-carousel-track { height: 320px; }
  .inst-carousel-btn { width:46px; height:46px; font-size:20px; }
}

  /* Sección principal */
.seccion-contacto-unique {
  position: relative;
  width: 100%;
  min-height: 80vh; /* Menos alto que antes */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  text-align: center;
  padding: 2rem;
  overflow: hidden;
}

/* Video de fondo */
.fondo-video-unique {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6); /* oscurece un poco para que resalte el texto */
  z-index: -2;
}

/* Oscurecer video extra */
.capa-oscura-unique {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/* Contenido */
.contenido-contacto-unique {
  max-width: 650px;
  width: 100%;
  background: rgba(0,0,0,0.55);
  border-radius: 20px;
  padding: 2rem 3rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.7);
  text-align: left;
}

/* Título */
.titulo-contacto-unique {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
  text-align: center;
  color: #00ffb3;
  letter-spacing: 1px;
}

/* Items */
.item-contacto-unique {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  margin: 1.2rem 0;
}

/* Etiquetas como WhatsApp: Dirección: */
.label-contacto {
  font-weight: 600;
  color: #00ffb3;
  margin-right: 6px;
}

/* Iconos */
.icono-contacto-unique {
  font-size: 1.8rem;
  color: #00ffb3;
  min-width: 30px;
  text-align: center;
}

/* Texto */
.texto-contacto-unique {
  color: #f2f2f2;
  text-decoration: none;
  transition: color 0.3s ease;
}
.texto-contacto-unique:hover {
  color: #00ffb3;
}

/* Mapa */
.mapa-contacto-unique {
  margin-top: 2rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.7);
}


/* Botones flotantes generales */
.btn-floating {
  position: fixed;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  border: none;
  outline: none;
  transition: transform 0.3s ease, opacity 0.4s ease, visibility 0.4s ease;
  animation: pulse 1.8s infinite;
}

/* WhatsApp */
.btn-whatsapp {
  left: 22px;
  background-color: #25D366;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.6);
}

/* Volver arriba */
.btn-top {
  right: 22px;
  background-color: #2563eb;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Mostrar el botón arriba */
.btn-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Hover efecto */
.btn-floating:hover {
  transform: scale(1.15);
}

/* Animación pulsante */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 18px rgba(0,0,0,0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
}


.cards-section { 
  display: flex; 
  justify-content: center; 
  flex-wrap: nowrap; 
  gap: 20px; 
  padding: 40px; 
}

.card-box { 
  width: 250px; 
  background: #fff; 
  border-radius: 16px; 
  box-shadow: 0 4px 20px rgba(0,0,0,0.1); 
  text-align: center; 
  overflow: hidden; 
}

.card-slider { 
  width: 100%; 
  height: 180px; 
  overflow: hidden; 
  position: relative; 
  border-top-left-radius: 16px; 
  border-top-right-radius: 16px; 
}

.card-slides { 
  display: flex; 
  width: max-content; 
  animation: cardScroll 16s linear infinite; 
}

.card-slides img { 
  width: 250px;        
  height: 180px; 
  object-fit: cover; 
  flex-shrink: 0; 
}

/* 🔁 animación infinita */
@keyframes cardScroll { 
  0% { transform: translateX(0); } 
  100% { transform: translateX(-50%); } 
}

.card-box h3 { 
  margin: 15px 0 10px; 
  font-size: 18px; 
  font-weight: 600; 
  color: #333; 
}

.card-btn { 
  display: inline-block; 
  margin: 10px 0 20px; 
  padding: 12px 28px; 
  background: linear-gradient(90deg, #22c55e, #06b6d4); 
  color: #fff !important; 
  font-weight: bold; 
  border-radius: 30px; 
  text-decoration: none !important; 
  position: relative; 
  overflow: hidden; 
  transition: transform 0.3s ease; 
}

.card-btn:visited, 
.card-btn:active, 
.card-btn:hover { 
  color: #fff !important; 
  text-decoration: none !important; 
}

.card-btn::before { 
  content: ""; 
  position: absolute; 
  top: 0; 
  left: -75%; 
  width: 50%; 
  height: 100%; 
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 60%, transparent 100%); 
  transform: skewX(-25deg); 
}

.card-btn:hover { 
  transform: scale(1.05); 
}

.card-btn:hover::before { 
  animation: shine 0.9s ease forwards; 
}

@keyframes shine { 
  0% { left: -75%; } 
  100% { left: 125%; } 
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .cards-section {
    flex-wrap: wrap;
    padding: 20px;
    gap: 15px;
  }

  .card-box {
    width: 100%;
    max-width: 280px; /* 👈 reduce un poco en móvil */
    margin: 0 auto;
  }

  .card-slides {
    justify-content: center;
  }

  .card-slides img {
    width: 250px;   /* 👈 igual que escritorio */
    height: 180px;  /* 👈 sin cambios */
    object-fit: cover;
  }

  .card-btn {
    width: auto;
    padding: 12px 28px;
  }
}
