.elementor-554 .elementor-element.elementor-element-ccc592f{margin-top:080px;margin-bottom:0px;}.elementor-554 .elementor-element.elementor-element-e262dec .pbmit-heading-subheading{text-align:left;}.elementor-554 .elementor-element.elementor-element-5ddf420{margin-top:0px;margin-bottom:50px;}.elementor-554 .elementor-element.elementor-element-dfe005c > .elementor-widget-container{margin:050px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-dfe005c */@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');

.faq-luxury-section{
  background:#ffffff;
  padding:0px 20px;
  overflow:hidden;
}

.faq-container{
  max-width:2000px;
  margin:auto;
}

.faq-heading{
  text-align:center;
  margin-bottom:45px;
}

.faq-tag{
  display:inline-block;
  padding:8px 18px;
  border:1px solid #e7e7e7;
  border-radius:100px;
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#777;
  margin-bottom:20px;
}

.faq-heading h2{
  font-family:'Abhaya Libre', serif;
  font-size:48px;
  line-height:1.1;
  color:#111;
  margin-bottom:16px;
  font-weight:700;
  letter-spacing:-0.5px;
}

.faq-heading p{
  max-width:1000px;
  margin:auto;
  font-size:16px;
  line-height:1.7;
  color:#666;
}

.faq-wrapper{
  max-width:1040px;
  margin:auto;
}

.faq-item{
  border:1px solid #ececec;
  border-radius:18px;
  margin-bottom:14px;
  background:#fff;
  overflow:hidden;
  transition:all .35s ease;
}

.faq-item.active{
  border-color:#d8c0a3;
  box-shadow:0 6px 20px rgba(0,0,0,0.04);
}

.faq-question{
  width:100%;
  background:none;
  border:none;
  padding:22px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  cursor:pointer;
  text-align:left;
}

.faq-question span{
  font-family:'Abhaya Libre', serif;
  font-size:20px;
  line-height:1.45;
  color:#111;
  font-weight:700;
}

.faq-icon{
  min-width:40px;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#f6f6f6;
  position:relative;
  transition:all .3s ease;
}

.faq-icon::before,
.faq-icon::after{
  content:"";
  position:absolute;
  background:#111;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  transition:.3s;
}

.faq-icon::before{
  width:14px;
  height:2px;
}

.faq-icon::after{
  width:2px;
  height:14px;
}

.faq-item.active .faq-icon{
  background:#111;
}

.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after{
  background:#fff;
}

.faq-item.active .faq-icon::after{
  opacity:0;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .45s ease;
}

.faq-answer p{
  padding:0 26px 24px;
  font-size:15px;
  line-height:1.9;
  color:#5c5c5c;
}

.faq-item.active .faq-answer{
  max-height:350px;
}

.more-faqs{
  display:none;
}

.more-faqs.show{
  display:block;
}

.faq-btn-wrap{
  text-align:center;
  margin-top:28px;
}

.view-more-btn{
  border:none;
  background:#111;
  color:#fff;
  padding:16px 34px;
  border-radius:100px;
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
  cursor:pointer;
  transition:.35s ease;
}

.view-more-btn:hover{
  background:#c7a27c;
  transform:translateY(-2px);
}

/* Tablet */

@media(max-width:991px){

  .faq-luxury-section{
    padding:60px 18px;
  }

  .faq-heading h2{
    font-size:40px;
  }

  .faq-question{
    padding:20px 22px;
  }

  .faq-question span{
    font-size:18px;
  }

  .faq-answer p{
    padding:0 22px 22px;
    font-size:14px;
  }
}

/* Mobile */

@media(max-width:767px){

  .faq-luxury-section{
    padding:50px 15px;
  }

  .faq-heading{
    margin-bottom:35px;
  }

  .faq-heading h2{
    font-size:32px;
    line-height:1.15;
  }

  .faq-heading p{
    font-size:14px;
    line-height:1.7;
  }

  .faq-item{
    border-radius:16px;
    margin-bottom:12px;
  }

  .faq-question{
    padding:18px 16px;
    gap:12px;
  }

  .faq-question span{
    font-size:17px;
    line-height:1.5;
  }

  .faq-icon{
    min-width:34px;
    width:34px;
    height:34px;
  }

  .faq-answer p{
    padding:0 16px 18px;
    font-size:14px;
    line-height:1.8;
  }

  .view-more-btn{
    width:100%;
    padding:15px 18px;
    font-size:12px;
  }
}/* End custom CSS */