.elementor-459 .elementor-element.elementor-element-a80aaa2{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:20% 20%;--row-gap:20%;--column-gap:20%;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-459 .elementor-element.elementor-element-98dbd19{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-459 .elementor-element.elementor-element-98dbd19.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-459 .elementor-element.elementor-element-a80aaa2{--min-height:600px;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:20px 20px;--row-gap:20px;--column-gap:20px;--flex-wrap:wrap;--padding-top:10%;--padding-bottom:10%;--padding-left:5%;--padding-right:5%;}.elementor-459 .elementor-element.elementor-element-98dbd19{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:20px 0px 0px 0px;}}@media(max-width:767px){.elementor-459 .elementor-element.elementor-element-a80aaa2{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:30%;--padding-bottom:15%;--padding-left:2%;--padding-right:2%;}.elementor-459 .elementor-element.elementor-element-98dbd19{margin:-22px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-98dbd19 *//* Reset Framework & Master Canvas */
.sw-appraisal-body-wrapper {
  width: 100%;
  background-color: #FAFAFC; 
  font-family: 'Manrope', sans-serif !important;
  color: #111111;
  overflow: hidden;
}

/* Hero Section Layout Design Rules */
.sw-appraisal-hero {
  position: relative;
  background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat; 
  padding: 120px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(242,240,252,0.95) 100%); 
  z-index: 1;
}

/* Split Column Grid Engine */
.sw-hero-split-grid {
  position: relative;
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  z-index: 2;
}

/* Kaliwang Bahagi (Typography & Main Button) */
.sw-hero-left-column {
  text-align: left;
}
.sw-hero-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  letter-spacing: -2px;
  line-height: 1.05;
  margin-bottom: 24px;
}
.sw-hero-title .purple-tint {
  color: #9185DE !important; 
}
.sw-hero-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 32px;
}
.sw-hero-pill-btn {
  display: inline-flex;
  align-items: center;
  background-color: #BFFF43; 
  color: #111111 !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  padding: 16px 36px;
  border-radius: 30px;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 10px 25px rgba(191, 255, 67, 0.25);
  letter-spacing: 0.5px;
}
.sw-hero-pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(191, 255, 67, 0.4);
}

/* Kanang Bahagi (Boutique Clean Card Layout) */
.sw-hero-right-column {
  display: flex;
  justify-content: flex-end;
}
.sw-hero-features-card {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid rgba(145, 133, 222, 0.12);
  box-shadow: 0 20px 40px rgba(145, 133, 222, 0.05);
  max-width: 460px;
  text-align: left;
}
.features-intro-tag {
  font-size: 13px;
  font-weight: 800;
  color: #9185DE;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero-feature-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.hero-feature-row:last-child {
  margin-bottom: 0;
}
.hero-feature-row p {
  font-size: 13.5px;
  line-height: 1.5;
  color: #555555;
  margin: 0;
}
.hero-feature-row strong {
  color: #111111;
}
.feature-bullet-check {
  color: #9185DE;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
}

/* Feature Grid Section Design Rules */
.sw-features-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
}
.sw-section-heading {
  font-family: 'Manrope', sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  letter-spacing: -0.8px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 48px !important;
}
.sw-feature-rows-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sw-feature-item-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #FFFFFF;
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(145, 133, 222, 0.03); 
  border: 1px solid rgba(145, 133, 222, 0.06);
}
.sw-brand-icon-box {
  background: #F2EFFF;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sw-feature-text-block h3 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin: 0 0 6px 0 !important;
}
.sw-feature-text-block p {
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  margin: 0;
}

/* Form Stage Layout Alignment */
.sw-form-wrapper-stage {
  max-width: 760px;
  margin: 0 auto 80px auto;
  padding: 0 20px;
}

/* Responsive Tablet & Mobile Media Breakpoints */
@media (max-width: 991px) {
  .sw-hero-split-grid { grid-template-columns: 1fr; gap: 40px; }
  .sw-hero-left-column { text-align: center; }
  .sw-hero-right-column { justify-content: center; width: 100%; }
  .sw-hero-features-card { max-width: 100%; }
}
@media (max-width: 767px) {
  .sw-appraisal-hero { padding: 60px 16px; }
  .sw-hero-title { font-size: 36px !important; }
  .sw-section-heading { font-size: 24px !important; margin-bottom: 32px !important; }
  .sw-feature-item-card { flex-direction: column; padding: 24px; gap: 14px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a80aaa2 */.elementor-459 .elementor-element.elementor-element-a80aaa2 {
    padding: 0px ;
}/* End custom CSS */