/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: #f35525;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #f35525;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f35525;
  color: #fff;
}

/* ARIYO additions */
.hero-buttons {
  margin-top: 25px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-buttons a {
  border-radius: 999px;
  padding: 0px 30px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transition: all .3s;
}

.hero-buttons a.primary {
  background-color: #f35525;
  color: #fff;
}

.hero-buttons a.primary:hover {
  background-color: #fff;
  color: #1e1e1e;
}

.hero-buttons a.secondary {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.hero-buttons a.secondary:hover {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.75);
}

.ar-bullets {
  margin: 0;
  padding-left: 18px;
}

.ar-bullets li {
  margin: 8px 0;
}

/* Welcome section — icon feature lists */
.welcome-features {
  margin-top: 28px;
}

.welcome-feature-card {
  background: linear-gradient(145deg, #faf8f5 0%, #fff 100%);
  border: 1px solid rgba(243, 85, 37, 0.12);
  border-radius: 12px;
  padding: 26px 24px 22px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(30, 30, 30, 0.06);
}

.welcome-feature-card--amenities {
  border-color: rgba(30, 30, 30, 0.08);
}

.welcome-feature-title {
  font-size: 17px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.welcome-feature-title > i {
  color: #f35525;
  font-size: 18px;
}

.welcome-feature-card--amenities .welcome-feature-title > i {
  color: #1e1e1e;
}

.ar-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ar-icon-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.45;
  color: #4a4a4a;
}

.ar-icon-list li:last-child {
  margin-bottom: 0;
}

.ar-icon-list .ar-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f35525 0%, #ff8a65 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: 0 4px 14px rgba(243, 85, 37, 0.28);
}

.ar-icon-list .ar-icon.ar-icon--dark {
  background: linear-gradient(135deg, #2a2a2a 0%, #4a4a4a 100%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.ar-icon-list li > span:last-child {
  flex: 1;
}

.sub-header ul.info li a {
  color: inherit;
  text-decoration: none;
}

.sub-header ul.info li a:hover {
  color: #f35525;
}

.whatsapp-float {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 24px;
  right: 24px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 56px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.contact-office-block {
  margin-top: 24px;
  line-height: 1.9;
}

.contact-office-block h4 {
  font-size: 18px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.contact-office-block p {
  margin-bottom: 10px;
}

.contact-head-office {
  margin-bottom: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.contact-office-block .office-name {
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 8px;
}

.sub-header ul.info li a + a {
  margin-left: 4px;
}

.contact-content .item h6 a,
.contact-page .item h6 a {
  color: #1e1e1e;
  text-decoration: none;
}

.contact-content .item h6 a:hover,
.contact-page .item h6 a:hover {
  color: #f35525;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #f35525;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #f35525;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header ul.social-links li a:hover {
  background-color: #f35525;
}

.sub-header ul.info li {
  font-size: 14px;
  color: #7a7a7a;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #f35525;
  margin-right: 8px;
}

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: relative;
  background-color: #fff;
  height: 110px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
}

.header-area .main-nav .logo img.site-logo {
  height: auto;
  max-height: 58px;
  max-width: 300px;
  width: auto;
  display: block;
  margin: 20px auto 8px;
  object-fit: contain;
  object-position: center;
}

.background-header .main-nav .logo img.site-logo {
  max-height: 50px;
  max-width: 260px;
  margin: 16px 0 6px;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.header-area .main-nav .nav li:last-child a {
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0px;
}

.header-area .main-nav .nav li:last-child a i {
  background-color: #f35525;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

.header-area .main-nav .nav li:last-child:hover a {
  background-color: #1e1e1e;
}

.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}

.header-area .main-nav .nav li:hover a {
  color: #f35525;
}

.header-area .main-nav .nav li a.active {
  color: #f35525;
}


.background-header .main-nav .nav li a.active {
  color: #f35525;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .header-area .main-nav .logo img.site-logo {
    max-height: 44px;
    max-width: 220px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-color: #f7f4ef;
  overflow: hidden;
  --banner-height: 450px;
}

.main-banner .owl-carousel .owl-stage-outer,
.main-banner .owl-carousel .owl-stage,
.main-banner .owl-carousel .owl-item {
  height: var(--banner-height);
}

/* All slides — same fixed height */
.main-banner .item,
.main-banner .banner-slide-bg,
.main-banner .banner-slide-image {
  height: var(--banner-height) !important;
  min-height: var(--banner-height) !important;
  max-height: var(--banner-height) !important;
  margin-top: 0;
}

/* Image-only slides */
.main-banner .banner-slide-image {
  padding: 0 !important;
  display: block !important;
  background: #1e1e1e;
  overflow: hidden;
}

.main-banner .banner-slide-image a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 0;
}

.main-banner .banner-slide-image .banner-slide-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* Photo slides with text overlay */
.main-banner .banner-slide-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 60px 12%;
}

.main-banner .item-banner-3 {
  background-image: url(../images/banner-3.png);
}

.main-banner .item-banner-collage {
  background-image: url(../images/banner-collage.png);
  position: relative;
  padding: 0;
  background-position: center center;
  background-size: cover;
}

.main-banner .item-banner-6 {
  background-image: url(../images/banner-6.png);
}

.main-banner .item-banner-4 {
  background-image: url(../images/banner-4.png);
  position: relative;
  padding: 0;
}

.main-banner .banner-slide-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.main-banner .item-banner-2 {
  background-image: url(../images/banner-2.png);
}

.main-banner .item-2 {
  background-image: url(../images/banner-main.png);
}

.main-banner .item-3 {
  background-image: url(../images/banner-main.png);
}

.main-banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 60px 12%;
}

.main-banner .item span.category {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 30px;
}

.main-banner .item span.category em {
  font-style: normal;
  color: #f35525;
}

.main-banner .item h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 56px;
  width: 70%;
  margin-bottom: 0px;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}

.main-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .5s;
}

.main-banner .owl-dots .active {
  background-color: #f35525;
}

.main-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.main-banner .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}



/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 55px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  max-height: 520px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #f35525;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 28px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Accommodations Section
--------------------------------------------- 
*/

.accommodations-section {
  padding-bottom: 90px;
  background-color: #f7f4ef;
}

.accommodations-hero {
  background-image: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0 120px;
  position: relative;
}

.accommodations-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.accommodations-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.accommodations-hero .section-heading h2 {
  color: #fff;
  width: 100%;
}

.accommodations-hero .section-heading h6 {
  color: #ff9a7a;
}

.accommodations-body {
  margin-top: -72px;
  position: relative;
  z-index: 2;
}

.accommodation-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accommodation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
}

.accommodation-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f35525 0%, #ff8a65 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(243, 85, 37, 0.3);
}

.accommodation-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1e1e1e;
}

.accommodation-card p {
  margin: 0;
  line-height: 1.85;
  color: #5a5a5a;
  font-size: 15px;
}

.accommodations-cta {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .accommodations-hero {
    padding: 70px 0 100px;
  }
  .accommodations-body {
    margin-top: -48px;
  }
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/

.video {
  background-image: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.video-content {
  margin-top: -240px;
}

.video .section-heading h2 {
  color: #fff;
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.video-content .video-frame img {
  border-radius: 10px;
}

.video-content .video-frame a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-26px, -26px);
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: #f35525;
  outline: 15px solid rgba(254, 85, 37, 0.5);
  font-size: 18px;
}

/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin-top: 125px;
}

.fun-facts .counter {
  background-color: #ffeee9;
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: #f35525;
}

.fun-facts .counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #f35525;
  border-radius: 50%;
  content: '';
  right: -25px;
  top: -25px;
}


/* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/

.best-deal {
  background-color: #fafafa;
  padding: 100px 0px;
}

.best-deal .tab-content img {
  padding: 0px 45px;
}

.best-deal .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #1e1e1e !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: #f35525 !important;
  color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 80px;
  align-items: end;
  justify-content: end;
  margin-top: -130px;
}

.best-deal .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}

.best-deal .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.best-deal .info-table ul li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.best-deal .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.best-deal .info-table ul li span {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  float: right;
  display: inline-block;
}

.best-deal .tabs-content {
  padding: 0px;
  background-color: transparent;
}

.best-deal .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.best-deal .icon-button {
  margin-top: 30px;
}


/* 
---------------------------------------------
Villa Details / Amenities Page
--------------------------------------------- 
*/

.villa-details-hero.section {
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.villa-details-intro.section {
  margin-top: 0;
}

.villa-details-gallery.section {
  margin-top: 60px;
}

.villa-details-block.section {
  margin-top: 60px;
}

.villa-details-rules.section {
  margin-top: 0;
  padding-top: 0;
}

.villa-details-cta.section {
  margin-top: 0;
  padding-top: 0;
}

.villa-details-hero-image {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  line-height: 0;
}

.villa-details-hero-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}

.villa-details-intro {
  padding-top: 50px;
  margin-top: 0;
}

.villa-details-badge {
  display: inline-block;
  background: #fbd9cf;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 14px;
}

.villa-details-title {
  font-size: 32px;
  line-height: 1.25;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.villa-details-lead {
  font-size: 17px;
  line-height: 1.85;
  color: #4a4a4a;
  margin-bottom: 16px;
}

.villa-details-intro p {
  font-size: 15px;
  line-height: 1.9;
  color: #5a5a5a;
  margin-bottom: 14px;
}

.villa-details-location {
  margin-top: 28px;
  padding: 22px 24px;
  background: #faf8f5;
  border-radius: 12px;
  border-left: 4px solid #f35525;
}

.villa-details-location h4 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #1e1e1e;
}

.villa-details-location h4 i {
  color: #f35525;
  margin-right: 8px;
}

.villa-details-location p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}

.villa-details-sidebar {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(243, 85, 37, 0.12);
  position: sticky;
  top: 110px;
}

.villa-details-sidebar h4 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #1e1e1e;
}

.villa-facts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.villa-facts-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
}

.villa-facts-list li:last-child {
  border-bottom: none;
}

.villa-facts-list li i {
  color: #f35525;
  font-size: 16px;
  margin-top: 2px;
  width: 20px;
  text-align: center;
}

.villa-details-gallery {
  background-color: #f7f4ef;
  padding-bottom: 90px;
}

.villa-gallery-intro {
  max-width: 560px;
  margin: 12px auto 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5a5a5a;
}

.villa-details-gallery .section-heading h2 {
  width: 100%;
}

.villa-gallery-filters {
  margin: 28px 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallery-filter-btn {
  border: 1px solid rgba(243, 85, 37, 0.35);
  background: #fff;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active {
  background: #f35525;
  border-color: #f35525;
  color: #fff;
}

.villa-gallery-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.villa-gallery-item {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  background: #1e1e1e;
}

.villa-gallery-item.is-hidden {
  display: none;
}

.villa-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(1.03) contrast(1.05) saturate(1.08);
  transition: transform 0.4s ease, filter 0.35s ease;
}

.villa-gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(1.06) contrast(1.07) saturate(1.12);
}

.villa-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.villa-gallery-item:hover .villa-gallery-overlay {
  opacity: 1;
}

.villa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.villa-lightbox.is-open {
  display: flex;
}

.villa-lightbox-inner {
  max-width: min(1100px, 96vw);
  max-height: 90vh;
  text-align: center;
}

.villa-lightbox-inner img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  filter: brightness(1.02) contrast(1.04) saturate(1.06);
}

.villa-lightbox-inner p {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 14px;
  font-size: 15px;
}

.villa-lightbox-close,
.villa-lightbox-prev,
.villa-lightbox-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.villa-lightbox-close:hover,
.villa-lightbox-prev:hover,
.villa-lightbox-next:hover {
  background: #f35525;
}

.villa-lightbox-close {
  top: 20px;
  right: 24px;
  font-size: 32px;
  line-height: 1;
}

.villa-lightbox-prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.villa-lightbox-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .villa-gallery-masonry {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .villa-lightbox-prev {
    left: 8px;
  }
  .villa-lightbox-next {
    right: 8px;
  }
}

.villa-details-block {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 90px;
}

.villa-details-block .section-heading h2 {
  width: 100%;
}

.villa-amenity-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 18px 16px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  line-height: 1.55;
  color: #4a4a4a;
}

.villa-amenity-item i {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #f35525 0%, #ff8a65 100%);
  color: #fff;
  font-size: 15px;
}

.villa-details-extras {
  background: linear-gradient(180deg, #ffeee9 0%, #fff 100%);
}

.villa-extra-card {
  background: #fff;
  border-radius: 12px;
  padding: 26px 22px;
  height: 100%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(243, 85, 37, 0.1);
  text-align: center;
}

.villa-extra-card i {
  font-size: 28px;
  color: #f35525;
  margin-bottom: 14px;
}

.villa-extra-card h4 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #1e1e1e;
}

.villa-extra-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5a5a5a;
}

.villa-rules-card {
  background: #fff;
  border-radius: 14px;
  padding: 40px 36px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.villa-rules-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.villa-rules-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
}

.villa-rules-list li:last-child {
  border-bottom: none;
}

.villa-rules-list li i {
  color: #f35525;
  font-size: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}

.villa-details-cta {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 120px;
}

.villa-details-cta .hero-buttons a.secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

@media (max-width: 991px) {
  .villa-details-sidebar {
    position: static;
    margin-top: 20px;
  }
  .villa-details-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .villa-details-hero {
    margin-top: 80px;
  }
  .villa-details-hero-image img {
    max-height: 360px;
  }
}

/* 
---------------------------------------------
About Us Page
--------------------------------------------- 
*/

.about-intro {
  margin-top: 100px;
}

.about-heading-left h2 {
  width: 100%;
}

.about-lead {
  font-size: 17px;
  line-height: 1.85;
  color: #4a4a4a;
  margin-bottom: 16px;
}

.about-intro p {
  font-size: 15px;
  line-height: 1.9;
  color: #5a5a5a;
}

.about-hero-image {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  line-height: 0;
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
}

.about-story {
  padding-top: 0;
  margin-top: 0;
}

.about-story-card {
  background: linear-gradient(145deg, #faf8f5 0%, #fff 100%);
  border: 1px solid rgba(243, 85, 37, 0.1);
  border-radius: 14px;
  padding: 40px 44px;
  box-shadow: 0 12px 40px rgba(30, 30, 30, 0.06);
}

.about-story-card p {
  font-size: 16px;
  line-height: 1.9;
  color: #5a5a5a;
  margin-bottom: 18px;
}

.about-story-card p:last-child {
  margin-bottom: 0;
}

.about-tagline {
  font-size: 18px !important;
  color: #1e1e1e !important;
  margin-top: 8px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(243, 85, 37, 0.2);
}

.about-gallery {
  background-color: #f7f4ef;
}

.about-gallery-grid {
  margin-top: 10px;
}

.about-gallery-item {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 100%;
}

.about-gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.about-gallery-item--tall img {
  height: 280px;
}

.about-gallery-item figcaption {
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
  background: #fff;
}

.about-features {
  padding-bottom: 80px;
}

.about-feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(243, 85, 37, 0.12);
}

.about-feature-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #f35525 0%, #ff8a65 100%);
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
  box-shadow: 0 6px 16px rgba(243, 85, 37, 0.28);
}

.about-feature-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1e1e1e;
}

.about-feature-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #5a5a5a;
}

.about-villa {
  background: linear-gradient(180deg, #fff 0%, #ffeee9 100%);
  padding-bottom: 100px;
}

.about-cta {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 120px;
}

.about-cta-box {
  background: linear-gradient(135deg, #1e1e1e 0%, #2d2d2d 100%);
  border-radius: 16px;
  padding: 56px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(243, 85, 37, 0.25) 0%, transparent 60%);
  pointer-events: none;
}

.about-cta-box h6,
.about-cta-box h2,
.about-cta-box p {
  position: relative;
  z-index: 1;
}

.about-cta-box h6 {
  color: #ff9a7a;
}

.about-cta-box h2 {
  color: #fff;
  width: 100%;
  margin-top: 12px;
}

.about-cta-box p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.85;
  max-width: 640px;
  margin: 16px auto 0;
}

.about-cta-box .main-button {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .about-hero-image img {
    min-height: 300px;
  }
  .about-story-card {
    padding: 28px 24px;
  }
}

@media (max-width: 767px) {
  .about-intro {
    margin-top: 80px;
  }
  .about-gallery-item img {
    height: 240px;
  }
}

/* 
---------------------------------------------
Experience, Testimonials & Offers
--------------------------------------------- 
*/

.experience-section {
  background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
}

.experience-heading .experience-lead,
.offers-heading .offers-lead {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.85;
  color: #5a5a5a;
  font-weight: 400;
}

.experience-heading h2,
.testimonials-heading h2,
.offers-heading h2 {
  width: 100%;
}

.experience-highlights {
  margin-top: 10px;
}

.experience-pill {
  background: #fff;
  border-radius: 12px;
  padding: 28px 22px;
  height: 100%;
  text-align: center;
  border: 1px solid rgba(243, 85, 37, 0.1);
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(243, 85, 37, 0.12);
}

.experience-pill-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f35525 0%, #ff8a65 100%);
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
  box-shadow: 0 6px 18px rgba(243, 85, 37, 0.28);
}

.experience-pill h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1e1e1e;
}

.experience-pill p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5a5a5a;
}

.testimonials-section {
  background-color: #1e1e1e;
  background-image: linear-gradient(135deg, #1e1e1e 0%, #2d2d2d 50%, #1a1a1a 100%);
  position: relative;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(243, 85, 37, 0.15) 0%, transparent 55%);
  pointer-events: none;
}

.testimonials-section .container {
  position: relative;
  z-index: 1;
}

.testimonials-heading h6 {
  color: #ff9a7a;
}

.testimonials-heading h2 {
  color: #fff;
}

.testimonial-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 28px 26px;
  height: 100%;
  position: relative;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

/* Prevent global `footer` styles from affecting testimonial author rows */
.testimonials-section .testimonial-author {
  margin-top: 0;
  background: transparent;
  min-height: 0;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-card--featured {
  border: 2px solid #f35525;
  box-shadow: 0 20px 56px rgba(243, 85, 37, 0.25);
}

.testimonial-quote {
  position: absolute;
  top: 22px;
  right: 24px;
  font-size: 28px;
  color: rgba(243, 85, 37, 0.2);
}

.testimonial-stars {
  color: #f35525;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.85;
  color: #4a4a4a;
  font-style: italic;
  margin: 0 0 22px;
}

.testimonial-author {
  padding-top: 18px;
  border-top: 1px solid #eee;
  margin: 0;
}

.testimonial-author strong {
  display: block;
  font-size: 15px;
  color: #1e1e1e;
  font-weight: 600;
}

.testimonial-author > span {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 2px;
}

.offers-section {
  background: linear-gradient(180deg, #ffeee9 0%, #fff 45%);
  padding-bottom: 100px;
}

.offers-grid {
  margin-top: 8px;
}

.offer-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 28px 28px;
  height: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 36px rgba(30, 30, 30, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(243, 85, 37, 0.15);
}

.offer-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f35525;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 20px;
}

.offer-badge--alt {
  background: #1e1e1e;
}

.offer-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #ffeee9;
  color: #f35525;
  font-size: 24px;
  margin-bottom: 18px;
}

.offer-card h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1e1e1e;
}

.offer-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5a5a5a;
}

.offers-cta {
  margin-top: 42px;
}

@media (max-width: 991px) {
  .testimonial-card--featured {
    border-width: 1px;
  }
}

/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties .item {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.properties .item img {
  border-radius: 10px;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.properties-box.justify-content-center {
  margin-top: 10px;
}

.properties-single .item {
  margin-left: auto;
  margin-right: auto;
}

.properties .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.properties .item h4 {
  font-size: 19px;
  margin: 25px 0px;
}

.properties .item h4 a {
  color: #1e1e1e;
}

.properties .item ul li {
  display: inline-block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties .item h6 {
  font-size: 20px;
  color: #f35525;
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.properties .item .main-button {
  text-align: center;
}


/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 60px;
}

.contact-content .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-info-row {
  margin-top: 8px;
}

/* Contact info cards — flex layout (phone & email) */
.contact-info-card,
.contact-page .contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 24px 22px;
  background-color: #fff;
  height: 100%;
  min-width: 0;
}

.contact-info-icon {
  flex-shrink: 0;
  width: 52px;
  line-height: 0;
}

.contact-info-icon img {
  width: 52px;
  max-width: 52px;
  height: auto;
  display: block;
  float: none;
  margin: 0;
}

.contact-info-body {
  flex: 1;
  min-width: 0;
}

.contact-info-links {
  margin: 0 0 10px;
  padding: 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}

.contact-info-links a {
  display: block;
  color: #1e1e1e;
  word-break: break-word;
  overflow-wrap: anywhere;
  margin-bottom: 4px;
}

.contact-info-links a:last-child {
  margin-bottom: 0;
}

.contact-content .contact-info-links a:hover,
.contact-page .contact-info-links a:hover {
  color: #f35525;
}

.contact-info-label {
  display: block;
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
  line-height: 1.4;
}

.contact-content .phone {
  margin-right: 0;
}

.contact-content .email {
  margin-left: 0;
}

.contact-content .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-content .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-content #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-content #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-content #contact-form button:hover {
  background-color: #f35525;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer.footer-no-gap {
  margin-top: 0px;
}

footer {
  margin-top: 150px;
  background-color: #1e1e1e;
  min-height: 100px;
  padding: 36px 0;
}

footer p {
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer-main p {
  text-align: left;
  line-height: 1.6 !important;
  margin: 0;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}

.footer-main {
  align-items: center;
}

.footer-tagline {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  line-height: 1.8 !important;
  font-size: 14px !important;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: flex-end;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #f35525;
}

@media (max-width: 767px) {
  .footer-links {
    justify-content: flex-start;
    margin-top: 16px;
  }
}

/* Legal pages */
.legal-page {
  margin-top: 80px;
  padding-bottom: 100px;
}

.legal-content {
  background: #fff;
  border-radius: 14px;
  padding: 40px 44px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.legal-content .legal-updated {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}

.legal-content h2 {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #1e1e1e;
}

.legal-content p,
.legal-content li {
  font-size: 15px;
  line-height: 1.85;
  color: #5a5a5a;
}

.legal-content ul {
  padding-left: 22px;
  margin-bottom: 16px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content a {
  color: #f35525;
}

.legal-content a:hover {
  text-decoration: underline;
}

.category-coming-soon {
  padding-bottom: 120px;
}

.category-coming-soon-box {
  background: #fff;
  border-radius: 14px;
  padding: 48px 40px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(243, 85, 37, 0.12);
}

.category-coming-soon-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f35525 0%, #ff8a65 100%);
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}

.category-coming-soon-box h2 {
  font-size: 28px;
  margin-bottom: 16px;
  color: #1e1e1e;
}

.category-coming-soon-box p {
  font-size: 15px;
  line-height: 1.85;
  color: #5a5a5a;
  margin-bottom: 12px;
}

.category-coming-soon-box a {
  color: #f35525;
  font-weight: 600;
}

.category-coming-soon-box a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .legal-content {
    padding: 28px 22px;
  }

  .category-coming-soon-box {
    padding: 32px 24px;
  }
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
  text-align: center;
}

.page-heading span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 30px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties ul.properties-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.properties ul.properties-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.properties ul.properties-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all .3s;
}

.properties ul.properties-filter li a.is_active {
  background-color: #f35525;
  color: #fff;
}

.properties ul.properties-filter li a.is_active:hover {
  color: #fff;
}

.properties ul.properties-filter li a:hover {
  color: #f35525;
}

.properties ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.properties ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.properties ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.properties ul.pagination li a:hover,
.properties ul.pagination li a.is_active {
  background-color: #f35525;
  color: #fff;
}


/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-property .main-image img {
  float: none;
}

.single-property .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.single-property .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.single-property .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property #headingThree {
  border-bottom: none;
}

.single-property .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-property .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.single-property .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}


/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 100px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
  margin-right: 280px;
}

.contact-page p {
  margin-bottom: 50px;
}

.contact-page .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
  display: inline-block;
  min-width: 360px;
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: #f35525;
}

#booking-enquiry {
  scroll-margin-top: 120px;
}

.booking-form-heading {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.booking-form-heading h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #1e1e1e;
}

.booking-form-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #5a5a5a;
}

.contact-page #contact-form select,
.contact-content #contact-form select {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0 15px;
  color: #3a3a3a;
  appearance: auto;
}

.contact-page #contact-form .row fieldset,
.contact-content #contact-form .row fieldset {
  margin-bottom: 0;
}

.villa-booking-form .col-lg-6 fieldset label,
.villa-booking-form .col-lg-12 fieldset label {
  display: block;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }
  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
}

@media (max-width: 992px) {
  .sub-header {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item h2 {
    width: 100%;
    font-size: 36px;
    line-height: 44px;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }
  .fun-facts .counter {
    margin-bottom: 45px;
  }
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content img {
    padding: 0px;
  }
  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .properties .item .main-button {
    text-align: center;
  }
  .properties .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
  .contact-page .section-heading {
    margin-right: 100px;
  }
}

@media (max-width: 767px) {
  .main-banner {
    --banner-height: 340px;
  }
  .main-banner .banner-slide-bg,
  .main-banner .item {
    padding: 40px 20px;
  }
  .main-banner .item h2 {
    font-size: 28px;
    line-height: 36px;
  }
}