.elementor-592 .elementor-element.elementor-element-27e0325:not(.elementor-motion-effects-element-type-background), .elementor-592 .elementor-element.elementor-element-27e0325 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F3EE;}.elementor-592 .elementor-element.elementor-element-27e0325{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-592 .elementor-element.elementor-element-27e0325 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-592 .elementor-element.elementor-element-bccf83f{margin-top:080px;margin-bottom:0px;}.elementor-592 .elementor-element.elementor-element-c4f2e42 .pbmit-heading-subheading{text-align:left;}.elementor-592 .elementor-element.elementor-element-fe0a92d{margin-top:0px;margin-bottom:50px;}/* Start custom CSS for html, class: .elementor-element-74e3601 */.suk-services-section {
  background: #ffffff;
  padding: 100px 40px;
}

.suk-services-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.suk-services-header {
  margin-bottom: 60px;
}

.suk-services-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #caa075;
  margin: 0 0 16px;
}

.suk-services-heading {
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0 0 20px;
  max-width: 850px;
}

.suk-services-rule {
  width: 52px;
  height: 2px;
  background: #caa075;
  border: 0;
  margin: 0 0 26px;
}

.suk-services-subtext {
  font-size: 19px;
  line-height: 1.85;
  color: #666;
  max-width: 680px;
  margin: 0;
}

.suk-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #e7e1d9;
}

.suk-service-card {
  display: flex;
  flex-direction: column;
  padding: 42px 36px 36px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

.suk-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #caa075;
  transition: height 0.35s ease;
}

.suk-service-card:hover {
  background: #faf7f3;
}

.suk-service-card:hover::before {
  height: 100%;
}

.suk-service-num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d4cfc8;
  margin: 0 0 22px;
  transition: color 0.3s ease;
}

.suk-service-card:hover .suk-service-num {
  color: #caa075;
}

.suk-service-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0 0 16px;
}

.suk-service-desc {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  margin: 0;
  flex: 1;
}

.suk-service-meta {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #ede8e0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #caa075;
  transition: color 0.2s ease;
}

@media (max-width: 991px) {
  .suk-services-section { padding: 80px 30px; }
  .suk-services-heading { font-size: 42px; }
  .suk-services-subtext { font-size: 17px; }
  .suk-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .suk-services-section { padding: 70px 20px; }
  .suk-services-header { margin-bottom: 40px; }
  .suk-services-heading { font-size: 32px; line-height: 1.2; }
  .suk-services-subtext { font-size: 16px; }
  .suk-services-grid { grid-template-columns: repeat(2, 1fr); }
  .suk-service-card { padding: 28px 22px; }
  .suk-service-title { font-size: 19px; }
  .suk-service-desc { font-size: 15px; }
}

@media (max-width: 480px) {
  .suk-services-heading { font-size: 28px; }
  .suk-services-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fd773e */.ws-wrap { padding: 48px 0 32px; background: #fff; }
.ws-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #caa075; margin: 0 0 14px; }
.ws-heading { font-size: 36px; font-weight: 400; line-height: 1.15; color: var(--color-text-primary); margin: 0 0 12px; max-width: 560px; }
.ws-rule { width: 48px; height: 2px; background: #caa075; border: none; margin: 0 0 18px; }
.ws-sub { font-size: 16px; line-height: 1.75; color: var(--color-text-secondary); max-width: 560px; margin: 0 0 44px; }
.ws-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #e7e1d9; }
.ws-card { background: #ffffff; padding: 32px 28px 28px; position: relative; overflow: hidden; transition: background 0.3s; display: flex; flex-direction: column; }
.ws-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: #caa075; transition: height 0.35s ease; }
.ws-card:hover { background: #faf7f3; }
.ws-card:hover::before { height: 100%; }
.ws-icon { width: 44px; height: 44px; border-radius: 50%; background: #f5ede2; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; flex-shrink: 0; }
.ws-icon svg { width: 22px; height: 22px; stroke: #caa075; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ws-num { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #d4cfc8; margin: 0 0 10px; transition: color 0.3s; }
.ws-card:hover .ws-num { color: #caa075; }
.ws-title { font-size: 20px; font-weight: 500; color: #1a1a1a; margin: 0 0 10px; line-height: 1.3; }
.ws-desc { font-size: 15px; line-height: 1.8; color: #666; margin: 0; flex: 1; }
.ws-badge { display: inline-block; margin-top: 20px; padding-top: 16px; border-top: 1px solid #ede8e0; font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #caa075; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6a566d */@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 */