/*
Theme Name: Starter Template
Text Domain: Starter Template
Version: 1.0
Tested up to: 6.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: ''
Author: Atlantis
Author URI: https://wordpress.org/

*/

@import url('https://fonts.cdnfonts.com/css/barlow');
@import url('https://fonts.cdnfonts.com/css/gilda-display');

body,
html {
  overflow-x: hidden;
}

body {
  font-family: 'Barlow', sans-serif;
  :normal ;
  font-style: normal;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gilda Display', sans-serif;
  color: #222;
}
p {
  font-family: 'Barlow', sans-serif;
}

.footer-logo {
  margin-left: -10px;
}

.site-logo {
  max-width: 200px;
}

.site-logo > a {
  height: 100%;
}

.site-logo > a > img {
  object-fit: cover;

  height: 100%;
}

.calendar-table select {
  border: none;
  font-size: 16px !important;
  background-color: #fff !important;
  outline: none !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #5a942e !important;
}
.daterangepicker {
  padding: 8px !important;
}

.daterangepicker .active {
  border-radius: 50% !important;
}
.drp-calendar,
.daterangepicker {
  max-width: 100% !important;
  width: auto !important;
}
.calendar-table td {
  font-size: 17px !important;
  padding: 10px 15px !important;
}
.calendar-table td.active {
  color: #fff !important;
}

/* Desktop devices (992px and above) */
@media screen and (min-width: 992px) {
  /* Your CSS styles for desktop devices here */
  .home-banner {
    height: 100vh;
    width: 100%;
    position: relative;
  }
  .banner-video {
    position: relative;
    width: 100%;
    height: 100%; /* Full height of the viewport */
    overflow: hidden;
  }

  .banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw; /* Full width of the viewport */
    height: 100vh; /* Full height of the viewport */
    object-fit: cover; /* Ensures the video covers the entire area */
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .booking-widget {
    margin-top: -160px !important;
    background-color: #fff;
    padding: 20px;
  }
  .booking-widget .inputs-field > label {
    color: #222 !important;
  }
  footer .info {
    max-width: 240px;
  }

  footer .bw-contact-box .contact-list li i {
    margin-top: 5px;
  }
}

/* Mobile devices (up to 767px) */
@media screen and (max-width: 767px) {
  /* Your CSS styles for mobile devices here */
  .home-banner {
    height: auto;
    background-color: #055e1e;
  }

  .booking-widget {
    padding: 20px 0;
  }
  #site-header {
    background-color: #5a942e;
  }
  .site-logo {
    max-width: 150px !important;
    margin-left: 20px;
  }
}

/* Tablets (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Your CSS styles for tablets here */

  .header-inner {
    padding: 10px 0 !important;
  }
  .home-banner {
    height: auto;
    background-color: #055e1e;
  }
  #site-header {
    background-color: #5a942e;
  }
  .site-logo {
    max-width: 150px !important;
    margin-left: 20px;
  }

  .booking-widget {
    padding: 20px 0;
  }
  .booking-widget .row {
    justify-content: center;
  }
}

.hp-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.header-titles-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.home-banner {
  padding: 0;
}

.header-navigation > ul {
  display: flex;
  margin: 0;
  gap: 20px;
}
.header-navigation > ul > li {
  list-style: none;
  margin: 0;
}
.header-navigation > ul > li > a {
  font-family: 'Barlow', sans-serif;
  :700 ;
  transition: color 0.3s;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.header-navigation > ul > li > a:hover {
  color: #5a942e;
}

/* Hamburger icon styles */
.hamburger-icon {
  display: none; /* Hide by default */
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .header-titles-wrapper {
    display: block !important;
  }
  .header-navigation {
    display: block;
    position: fixed;
    right: -240px;
    top: 0;
    z-index: 2;
    height: 100vh;
    width: 240px;
    background-color: #055e1e;
    transition: right 0.5s;
  }
  .header-navigation.active {
    right: 0 !important;
    transition: right 0.5s;
  }
  .header-inner.section-inner {
    margin: 0 !important;
    width: 100% !important;
  }

  .header-navigation ul.menu {
    display: block;
    margin-top: 80px;
    margin-left: 60px;
  }
  .header-navigation ul.menu li {
    line-height: 40px;
  }

  .hamburger-icon {
    display: block; /* Display the hamburger icon */
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 3;
  }

  /* Style the hamburger icon */
  .hamburger-icon i {
    font-size: 24px;
    color: #fff;
  }
  .header-titles {
    position: relative;
    z-index: 3;
  }
  .hp-title-01,
  .hp-title-02 {
    font-size: 65px !important;
  }

  .booking-widget .row {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .container .row {
    padding: 0 20px;
  }
  .swiper-slide .hp-title-wrap {
    top: 40%;
  }
  .hp-title-02 {
    margin-top: 0 !important;
  }
  .property-wrapper {
    flex-wrap: wrap;
  }

  .property-wrapper > .property-item {
    flex-grow: 1;
    width: 90% !important;
  }
}

.home-banner {
  position: relative;
}

.booking-widget {
  margin: auto;
  width: 90%;
  max-width: 1280px;
  position: relative;
  z-index: 1;
}

.booking-widget label {
  margin-bottom: 5px;
  display: block;
}

.booking-widget select,
.booking-widget input[type='text'] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.booking-widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px; /* Add padding for the custom arrow */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

/* Remove default blue border */
.booking-widget select:focus {
  outline: none;
}

/* Style for the custom arrow */
.booking-widget select option:checked {
  display: none;
}

.booking-widget button {
  padding: 13px 20px;
  background-color: #5a942e;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  transition: background 0.5s;
  text-decoration: none;
  width: 100%;
}

.booking-widget button:hover {
  background-color: #111;
  transition: background 0.5s;
  text-decoration: none;
}
.booking-widget .daterangepicker {
  margin-top: -30px;
}
.booking-widget .inputs-field > .input-text {
  position: relative;
}

.booking-widget .inputs-field > label {
  color: #fff;
}
.booking-widget .inputs-field > .input-text > input[type='text'] {
  padding-left: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}
.booking-widget .inputs-field > .input-text > .icon {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #055e1e;
}

.property-section {
  padding: 60px 0 120px 0;
  background-color: #f5f4eb;
}
.property-section .desc {
  font-size: 16px;
}
/* Desktop devices (992px and above) */
@media screen and (min-width: 992px) {
  /* Your CSS styles for desktop devices here */
  .property-section h2 {
    font-size: 80px;
  }
}

/* Mobile devices (up to 767px) */
@media screen and (max-width: 767px) {
  /* Your CSS styles for mobile devices here */
  .property-section h2 {
    font-size: 50px;
  }
}

/* Tablets (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Your CSS styles for tablets here */
  .property-section h2 {
    font-size: 60px;
  }
}
.property-section h2 {
  font-family: 'Gilda Display', sans-serif;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #111;
}

.property-section .visit-our-family {
  text-align: center;
  padding: 40px;
}
.property-wrapper {
  display: flex;
  gap: 25px;
}

.title-tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;

  margin-bottom: 20px;
}

.property-wrapper > .property-item {
  width: 30%;
  flex-grow: 1;

  text-align: center;
}

.property-wrapper > .property-item .image {
  overflow: hidden;
  position: relative;
  height: 500px;
}

.property-wrapper > .property-item .image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.property-wrapper > .property-item .image > img:hover {
  transform: scale(1.1);
  transition: transform 1s;
}
.property-wrapper > .property-item .text {
  margin-top: 30px;
}
.property-wrapper > .property-item .text > h5 {
  letter-spacing: 2px;
  font-weight: 600;
}

.property-wrapper > .property-item .text > .description {
  color: #333;
  font-size: 14px;
}
.property-wrapper > .property-item .text > .a-explore {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.property-wrapper > .property-item .text > .a-explore > a {
  text-decoration: none;
  font-weight: 700;
  color: #5a942e;
}
.property-wrapper > .property-item .text > .a-explore {
  transition: transform 0.3s;
}
.property-wrapper > .property-item .text > .a-explore:hover {
  transform: scale(1.2);
  transition: transform 0.3s;
}
.property-item .text h4:hover {
  color: #5a942e;
}
.property-item .text h4 {
  font-family: 'Gilda Display', sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 22px;
}
.property-item .text > .description {
  padding: 20px 0;
  display: inline-block;
  color: #777 !important;
  font-size: 16px !important;
  font-family: 'Barlow', sans-serif;
}

footer {
  padding: 60px 0 0 0;
  background-color: #222;
}

footer .footer-logo {
  max-width: 220px;
  margin-bottom: 20px;
}

footer .widget-title {
  font-size: 20px;

  color: #fff;
}
.bw-contact-box .contact-list {
  margin: 0;
}

.bw-contact-box .contact-list li {
  display: flex;
  gap: 10px;

  color: #fff;
}
footer .bw-contact-box {
  padding: 20px 0;
}
footer h6 {
  color: #fff !important;
}
footer .desc {
  font-size: 14px;
  color: #fff;
}

footer .desc > a {
  text-decoration: none;
  color: #fff;
}

footer .widget p {
  font-size: 14px;
  color: #fff;
}

footer .social-links {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  font-size: 24px;
}

footer .terms {
  margin-top: 40px;
  color: #5a942e;
}

footer .terms > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
footer i {
  color: #5a942e;
}
.footer-note {
  padding: 20px 0;
  background-color: #111;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}

.consent-wrapper .left-column .zoomable img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.consent-wrapper .left-column .zoomable:hover img {
  transform: scale(1.2);
  cursor: zoom-in;
}

.consent-wrapper .left-column .zoomable {
  display: inline-block;
}

.consent-wrapper {
  display: flex;
}

.consent-wrapper .left-column {
  width: 30%;
  flex-grow: 1;
  flex-shrink: 0;
}
.consent-wrapper .right-column {
  flex-grow: 1;
}

.page-banner {
  background: url('https://www.acaciahotelsbacolod.com/wp-content/uploads/2024/02/contact-us-banner.jpg');
  background-size: cover;
  min-height: 500px;
  position: relative;
}

.page-banner h1 {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
