/**
Theme Name: Aloha Siargao
Author: Project Zealous
Author URI: https://www.projectzealous.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aloha-siargao
Template: astra
*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

.mb-0 p {
	margin-bottom: 0 !important;
}

/* Home Hero Slider */
.home-slide-img-container {
    position: relative;
}
.home-slide-img-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #111111;
    opacity: 0.35;
    z-index: 1;
    pointer-events: none;
}
.swiper-gallery .elementor-swiper-button-prev svg,
.swiper-gallery .elementor-swiper-button-next svg {
    transition: fill 300ms ease;
}
.swiper-gallery .elementor-swiper-button-prev:hover svg,
.swiper-gallery .elementor-swiper-button-next:hover svg{
    fill: #B16D40 !important;
}
.swiper-gallery .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
}
.swiper-gallery .swiper-pagination span.swiper-pagination-bullet:hover {
    background: #FFFFFF !important;
}

.icon-box-rooms span.elementor-icon {
    margin-top: 3px;
}


/* .site-header,
#masthead,
.ast-site-header-wrap,
header.site-header {
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    background-color: transparent; 
}
.header-scrolled .site-header,
.header-scrolled #masthead,
.header-scrolled .ast-site-header-wrap,
.header-scrolled header.site-header {
    background-color: #193d4d;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
} */

ul.sub-menu.elementor-nav-menu--dropdown {
  min-width: 200px !important;
}

#form-field-message {
	margin-bottom: 20px;
}

#send-message {
	width: 100%;
	max-width: 220px;
}

.text-icon a {
	text-decoration: none !important;
	color: #193d4d;
}

.blog-item {
	display: flex;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-bottom: 35px;
    transition: box-shadow 0.3s ease;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: box-shadow;
    width: 100%;
    align-items: stretch;
    border-radius: 4px;
    overflow: hidden;
}

.blog-item:hover { 
    box-shadow: 0 12px 25px -5px rgba(0,0,0,0.15); 
}

.slider-gallery .elementor-swiper-button {
  background-color: rgb(58, 49, 56) !important;
		height: 52px;
	align-items: center;
	justify-content: center;
	width: 52px;
}

.swiper-slide-inner{
	padding: 0 !important;
}

.image-facilities {
	overflow: hidden !important;
	position: relative;
}

.image-facilities img {
	object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .image-facilities img {
  transform: scale(1.08) rotate(2deg);
}

.image-services {
	overflow: hidden !important;
	position: relative;
}

.image-services img {
	object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05) !important;
}

.service-card:hover .image-services img {
  transform: scale(1.08);
}

.image-services::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgb(51, 65, 85);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.service-card:hover .image-services::after {
  opacity: 0.5;
}

.heading-services a {
	text-decoration: none !important;
}

.badge-heading a {
	text-decoration: none !important;
	color: #193d4d;
}

.search-box .wpr-search-form-submit:focus,
.search-box .wpr-search-form-submit:focus-visible,
.search-box .wpr-search-form:focus-within .wpr-search-form-submit {
    background-color: inherit !important;
    box-shadow: none !important;
}

.search-box .wpr-search-form:focus-within button.wpr-search-form-submit {
    border-top: 1px dotted #FFAC41 !important;
    border-right: 1px dotted #FFAC41 !important;
    border-bottom: 1px dotted #FFAC41 !important;
    border-left: none !important;
    border-radius: 1px !important;
}

.image-room img {
	max-width: 100%;
	width: 100%;
  height: 56.594px !important;
  object-fit: cover;
}

.badge {
	margin: 0;
    box-sizing: border-box;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffac41;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    z-index: 2;
    min-width: 80px;
    text-align: center;
}

.room-link a {
	text-decoration: none !important;
}



.menu-item-card {
	margin-top: 0 !important;
}

.menu-filter-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .menu-filter-label {
        font-size: 14px;
        font-weight: 700;
        color: #4a3728;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .menu-filter-select-wrap {
        position: relative;
        display: inline-flex;
        align-items: center;
    }
    .menu-filter-select {
        appearance: none;
        -webkit-appearance: none;
        background-color: #fff;
        border: 2px solid #c8956c;
        border-radius: 50px;
        padding: 10px 42px 10px 20px;
        font-size: 14px;
        font-weight: 500;
        color: #4a3728;
        cursor: pointer;
        outline: none;
        min-width: 200px;
        transition: border-color 0.25s, box-shadow 0.25s;
    }
    .menu-filter-select:hover,
    .menu-filter-select:focus {
        border-color: #a0633a;
        box-shadow: 0 0 0 3px rgba(200,149,108,0.25);
    }
    .menu-filter-arrow {
        position: absolute;
        right: 16px;
        pointer-events: none;
        font-size: 11px;
        color: #c8956c;
    }

.sub-arrow {
	padding: 0 0 0 2px !important;
}

.sub-menu {
	min-width: 200px;
}

.arrow-home.elementor-view-framed {
  aspect-ratio: 1/1;
}
.arrow-home.elementor-view-framed .elementor-icon-wrapper {
  width: 100%;
}
.arrow-home.elementor-view-framed .elementor-icon {
  width: 100%;
}
.arrow-home.elementor-view-framed .elementor-icon:hover {
  border-color: transparent !important;
}


.filter-box{
    margin-bottom:20px;
}
.filter-title{
	font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #193d4d;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgb(25 61 77 / 50%);
    line-height: 23px;
    font-family: "Questrial", Sans-serif;
}
.filter-content{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 8px;
}
.filter-item{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #193D4DCC;
    cursor: pointer;
    line-height: 20px;
    margin: 0;
    white-space: nowrap;
	transition: all ease-in-out .3s;
}

.filter-item input[type="checkbox"]{
    appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid rgb(25 61 77 / 50%);
    background: transparent;
    margin: 0;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 4px;
}
.filter-item input[type="checkbox"]:checked::after{
    content:"✓";
    position:absolute;
    left:1px;
    top:-4px;
    font-size:13px;
    color:#b16d40;
    line-height:1;
}
.filter-item:hover{
    color:#b16d40;
}
.filter-box:last-child{
    margin-bottom:20px;
}

#hotel-features {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0px;
}

#hotel-features .hotel-features-grid .hf-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

#hotel-features .hotel-features-grid .hf-icon .elementor-icon {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hotel-features .hotel-features-grid .hf-icon .elementor-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 3px 3px 17px rgba(51, 51, 51, 0.15);
  transition: 3s ease;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all
}

#hotel-features .hotel-features-grid .hf-icon .elementor-icon i,
#hotel-features .hotel-features-grid .hf-icon .elementor-icon svg {
  position: relative;
  z-index: 2;
  font-size: 70px;
  width: 80px;
  height: 80px;
  color: #000;
  fill: #000;
  transition: color .3s ease, fill .3s ease;
}


#hotel-features .hotel-features-grid .hf-icon:hover .elementor-icon::before {
  transform: scale(1.15);
  box-shadow: rgba(51, 51, 51, 0.15) 3px 3px 17px 0px
}

#hotel-features .hotel-features-grid .hf-icon:hover .elementor-icon i,
#hotel-features .hotel-features-grid .hf-icon:hover .elementor-icon svg {
  color: #b16d40;
  fill: #b16d40;
}

#hotel-features .hotel-features-grid .elementor-heading-title {
  color: #193d4d;
  font-size: 14px;
  font-family: "Questrial", sans-serif;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 20px;
}

/* Blog Pagination - Start */
.aloha-siargao-blog-loop-grid .page-numbers {
    padding: 4px 10px;
    border: 1px solid #193D4D;
    cursor: pointer;
}
.aloha-siargao-blog-loop-grid .page-numbers.current,
.aloha-siargao-blog-loop-grid .page-numbers:hover {
    background: #B16D40;
    border: 1px solid #B16D40;
    color: #FFFFFF !important;
}
/* Blog Pagination - End */

.wpr-sticky-active {
  position: absolute !important;
  top: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
}

.wpr-sticky-section-yes {
  background: transparent !important;
  background-color: transparent !important;
}

header.header-wrappers {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: transparent !important;
}

/* Accommodation Featured Image - Start */
.accom-featured-image a {
    width: 100%
}
.room-card-info {
    height: 100%;
}
/* Accommodation Featured Image - End */

@media (max-width: 376px) {
	.bdg-price {
		top: 160px !important;
	}
	.bdg-price-facilities {
		bottom: 170px !important;
	}
	.hero-title h1 {
		font-size: 67px !important;
	}
}

@media (max-width: 321px) {
	.bdg-price {
		top: 120px !important;
	}
	.bdg-price-facilities {
		bottom: 185px !important;
	}
	.hero-title h1 {
		font-size: 56px !important;
	}
}

@media (max-width: 1025px) {

  ul.sub-menu.elementor-nav-menu--dropdown {
    padding: 10px !important;
    column-gap: 10px;
  }

  .siargao-grid {
    width: 100%;
}

.zoom-img img {
        height: 450px !important;
    }

    .image-room {
      width: 75px;
    }

  .social-number {
    display: none !important;
  }

  .menu-wrapper .elementor-nav-menu--layout-horizontal {
        display: none;
  }

  .aloha-nav-menu {
        justify-content: flex-end !important;
        margin-left: auto !important;
    }
.aloha-nav-menu .elementor-widget-nav-menu {
    margin-left: auto !important;
}
    
    .aloha-nav-menu .elementor-nav-menu--main {
        justify-content: flex-end !important;
    }
    
    .aloha-nav-menu .elementor-nav-menu {
        justify-content: flex-end !important;
    }

    .header-wrappers {
      padding: 0 20px;
    }

    .imaeg-location .elementor-image-box-wrapper {
        gap: 8px !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }

    .imaeg-location .elementor-image-box-content {
        flex: 1 !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .imaeg-location .elementor-image-box-description {
        width: 100% !important;
        display: block !important;
    }
}

@media (max-width: 769px) {
	.badge-accommodation {
		width: 100%;
	}
	.grid-accommodation {
		width: 100%;
	}
	
  .zoom-img img {
    height: 400px !important;
  }
  
	.badge-price {
		width: 100%;
		align-self: center;
	}
	
	.date-badge {
		width: 100%;
		max-width: 140px;
	}
	
	.image-room {
		width: 100%;
		max-width: 75px;
	}

  body {
    overflow-x: hidden !important;
  }

	.divider-heading p {
		margin-bottom: 0 !important;
	}
	
	
  #hotel-features {
    max-width: 720px;
  }

  #hotel-features .hotel-features-grid {
    display: flex !important;
  }
}

@media (max-width: 767px) {
	.room-card-info {
    	height: auto;
	}
	
	.bdg-price {
		top: 190px !important;
	}
	
  .tabs-accommodation .e-n-tabs-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 28px;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 32px;
  }

  .tabs-accommodation .e-n-tab-title {
    background-color: transparent;
    border: none !important;
    border-radius: 0;
    padding: 0 !important;
    margin: 0 !important;
    font-family: "Questrial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: rgb(103, 118, 142);
    cursor: pointer;
    position: relative;
    transition: all 0.2s linear;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: unset !important;
    max-width: unset !important;
    flex: 0 0 auto !important;
  }

  .tabs-accommodation .e-n-tab-title-text {
    font-family: "Questrial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 23.1px;
  }
    
  .tabs-accommodation .e-n-tab-title[aria-selected="true"]::after {
    content: "";
    display: block;
    height: 2px;
    background-color:#B16D40;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
  }

  .tabs-accommodation .e-n-tab-title[aria-selected="true"] {
    color: #193D4D;
  }

  .tabs-accommodation .e-n-tab-title[aria-selected="false"] {
    color: #193D4D;
  }

  .tabs-accommodation .e-n-tab-title:hover {
    color: #B16D40;
  }
}

@media (max-width: 426px) {

  .siargao-grid {
    width: 50% !important;
  }
  .zoom-img img {
    height: 205px !important;
  }

	.badge-price {
		width: 100%;
		max-width: 100% !important;
	}
	
	.hero-title h1{
		font-size: 75px !important;
	}
	
  .image-box-reviews .elementor-image-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
  }

  .image-box-reviews .elementor-image-box-img {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .image-box-reviews .elementor-image-box-img img {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
  }

  .image-box-reviews .elementor-image-box-content {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
    margin: 0 !important;
  }

  .image-box-reviews .elementor-image-box-title {
    display: block !important;
    margin: 0 0 3px !important;
  }

  .image-box-reviews .elementor-image-box-description {
    margin: 0 !important;
  }
}

@media (max-width: 1200px) {


  #hotel-features {
    max-width: 940px;
  }

  #hotel-features .hotel-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
  }


  #hotel-features .hotel-features-grid .hf-icon .elementor-icon,
  #hotel-features .hotel-features-grid .hf-icon .elementor-icon::before {
    width: 140px;
    height: 140px;
  }

  #hotel-features .hotel-features-grid .hf-icon .elementor-icon i,
  #hotel-features .hotel-features-grid .hf-icon .elementor-icon svg {
    font-size: 60px;
    width: 70px !important;
    height: 70px !important;
  }

}

@media (max-width: 980px) {

  #hotel-features {
    max-width: 720px;
  }

  #hotel-features .hotel-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
  }


  #hotel-features .hotel-features-grid .hf-icon .elementor-icon,
  #hotel-features .hotel-features-grid .hf-icon .elementor-icon::before {
    width: 110px;
    height: 110px;
  }

  #hotel-features .hotel-features-grid .hf-icon .elementor-icon i,
  #hotel-features .hotel-features-grid .hf-icon .elementor-icon svg {
    font-size: 45px;
    width: 50px !important;
    height: 50px !important;
  }

  #hotel-features .hotel-features-grid .elementor-heading-title {
    font-size: 13px;
    letter-spacing: 1.5px;
  }

}

@media (max-width: 510px) {
    .icon-box-rooms {
        width: 100% !important;
    }
}