/*
Theme Name: Captains Villa
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Captains Villa is a child theme of Hello Elementor.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: captains-villa-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Comfortaa", sans-serif;
  overflow-x: hidden;
}

p {
  margin: 0;
  padding: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

.p-box-small {
  padding: 2rem;
}

.m-box-small {
  margin: 2rem;
}

.p-top-small {
  padding-top: 2rem;
}

.m-top-small {
  margin-top: 2rem;
}

.p-bottom-small {
  padding-bottom: 2rem;
}

.m-bottom-small {
  margin-bottom: 2rem;
}

.p-left-small {
  padding-left: 2rem;
}

.m-left-small {
  margin-left: 2rem;
}

.p-right-small {
  padding-right: 2rem;
}

.m-right-small {
  margin-right: 2rem;
}

.p-box-normal {
  padding: 4rem;
}

.m-box-normal {
  margin: 4rem;
}

.p-top-normal {
  padding-top: 4rem;
}

.m-top-normal {
  margin-top: 4rem;
}

.p-bottom-normal {
  padding-bottom: 4rem;
}

.m-bottom-normal {
  margin-bottom: 4rem;
}

.p-left-normal {
  padding-left: 4rem;
}

.m-left-normal {
  margin-left: 4rem;
}

.p-right-normal {
  padding-right: 4rem;
}

.m-right-normal {
  margin-right: 4rem;
}

.p-box-large {
  padding: 6rem;
}

.m-box-large {
  margin: 6rem;
}

.p-top-large {
  padding-top: 6rem;
}

.m-top-large {
  margin-top: 6rem;
}

.p-bottom-large {
  padding-bottom: 6rem;
}

.m-bottom-large {
  margin-bottom: 6rem;
}

.p-left-large {
  padding-left: 6rem;
}

.m-left-large {
  margin-left: 6rem;
}

.p-right-large {
  padding-right: 6rem;
}

.m-right-large {
  margin-right: 6rem;
}

.p-box-xlarge {
  padding: 8rem;
}

.m-box-xlarge {
  margin: 8rem;
}

.p-top-xlarge {
  padding-top: 8rem;
}

.m-top-xlarge {
  margin-top: 8rem;
}

.p-bottom-xlarge {
  padding-bottom: 8rem;
}

.m-bottom-xlarge {
  margin-bottom: 8rem;
}

.p-left-xlarge {
  padding-left: 8rem;
}

.m-left-xlarge {
  margin-left: 8rem;
}

.p-right-xlarge {
  padding-right: 8rem;
}

.m-right-xlarge {
  margin-right: 8rem;
}

.cv-apartment-accessibility {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
}

.cv-rooms-title {
  margin: 0 0 2rem;
}

.cv-rooms-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

.cv-room {
  display: flex;
  align-items: center;
}

.cv-room-media {
  flex: 0 0 60%;
  max-width: 60%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.cv-room-content {
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: -10%;
  padding: 3rem;
  background: #ffffff;
  box-shadow: 0 1.5rem 3rem rgba(34, 34, 34, 0.15);
  position: relative;
  z-index: 2;
}

.cv-room-title {
  margin: 0 0 1rem;
}

.cv-room-description {
  margin-bottom: 1.5rem;
}

.cv-amenities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cv-amenities-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  .cv-room {
    flex-wrap: wrap;
  }
  .cv-room-media,
  .cv-room-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cv-room-content {
    margin-left: 0;
    margin-top: -3rem;
  }
}
.cv-apartments-title {
  margin: 0 0 2rem;
  text-align: center;
}

.cv-apartments-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 3rem;
}

.cv-apartment-card {
  display: flex;
  align-items: center;
}

.cv-apartment-card-media {
  flex: 0 0 60%;
  max-width: 60%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.cv-apartment-card-content {
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: -10%;
  padding: 3rem;
  background: #ffffff;
  box-shadow: 0 1.5rem 3rem rgba(34, 34, 34, 0.15);
  position: relative;
  z-index: 2;
}

.cv-apartment-card-title {
  margin: 0 0 1rem;
}

.cv-apartment-card-description {
  margin-bottom: 1.5rem;
}

.cv-apartment-card-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  background: #0b356f;
  color: #ffffff;
  text-decoration: none;
}
.cv-apartment-card-button:hover {
  background: #648ec8;
}

@media (max-width: 767px) {
  .cv-apartments-title {
    font-size: 2.4rem !important;
  }
  .cv-apartments-list {
    grid-template-columns: 1fr;
  }
  .cv-apartment-card {
    flex-wrap: wrap;
  }
  .cv-apartment-card-media,
  .cv-apartment-card-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cv-apartment-card-content {
    margin-left: 0;
    margin-top: -3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cv-room-gallery {
  position: relative;
  margin-top: 1.5rem;
}

.cv-room-gallery-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.25rem;
}
.cv-room-gallery-track::-webkit-scrollbar {
  height: 6px;
}
.cv-room-gallery-track::-webkit-scrollbar-thumb {
  background: rgba(34, 34, 34, 0.2);
  border-radius: 3px;
}

.cv-room-gallery-item {
  flex: 0 0 calc((100% - 2rem) / 3);
  scroll-snap-align: start;
  aspect-ratio: 4/3;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}
.cv-room-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}
.cv-room-gallery-item:hover img, .cv-room-gallery-item:focus-visible img {
  transform: scale(1.05);
}

.cv-room-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #222222;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(34, 34, 34, 0.25);
}
.cv-room-gallery-arrow:hover {
  background: #ffffff;
}

.cv-room-gallery-prev {
  left: -1.125rem;
}

.cv-room-gallery-next {
  right: -1.125rem;
}

@media (max-width: 767px) {
  .cv-room-gallery-item {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 480px) {
  .cv-room-gallery-item {
    flex-basis: 80%;
  }
}
.cv-apartment-gallery {
  position: relative;
  margin-top: 1.5rem;
}

.cv-apartment-gallery-track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cv-apartment-gallery-track::-webkit-scrollbar {
  display: none;
}

.cv-apartment-gallery-item {
  flex: 0 0 25%;
  scroll-snap-align: start;
  aspect-ratio: 2/3;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
.cv-apartment-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}
.cv-apartment-gallery-item:hover img, .cv-apartment-gallery-item:focus-visible img {
  transform: scale(1.05);
}

.cv-apartment-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #222222;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(34, 34, 34, 0.25);
}
.cv-apartment-gallery-arrow:hover {
  background: #ffffff;
}

.cv-apartment-gallery-prev {
  left: -1.125rem;
}

.cv-apartment-gallery-next {
  right: -1.125rem;
}

.cv-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(34, 34, 34, 0.92);
  align-items: center;
  justify-content: center;
}
.cv-lightbox.is-open {
  display: flex;
}

.cv-lightbox-image {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
}

.cv-lightbox-close,
.cv-lightbox-arrow {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cv-lightbox-close:hover,
.cv-lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.cv-lightbox-close {
  top: 1.5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
}

.cv-lightbox-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}

.cv-lightbox-prev {
  left: 1.5rem;
}

.cv-lightbox-next {
  right: 1.5rem;
}

body.cv-lightbox-open {
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
