.elementor-2741 .elementor-element.elementor-element-9dadf3b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2741 .elementor-element.elementor-element-843ddd5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2741 .elementor-element.elementor-element-ffac8ab{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2741 .elementor-element.elementor-element-0328919{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2741 .elementor-element.elementor-element-4c469b5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2741 .elementor-element.elementor-element-21d2aa1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2741 .elementor-element.elementor-element-2d73716{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d009a79 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

.raw-content-section {
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.raw-content-container {
  max-width: 860px;
  margin: 0 auto;
}

.raw-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.raw-content-text {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: #3c4043;
  margin: 0;
  padding: 0;
}

.raw-content-text:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #1a73e8;
}

@media (max-width: 768px) {
  .raw-content-section {
    padding: 60px 16px;
  }

  .raw-content-text {
    font-size: 16px;
  }

  .raw-content-text:first-child {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9f6b94 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ===========================
   SECTION BASE
=========================== */
.business-setup-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  color: #1a1a2e;
}

.bss-container {
  max-width: 860px;
  margin: 0 auto;
}

/* ===========================
   MAIN TITLE
=========================== */
.bss-main-title {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0a2463;
  line-height: 1.3;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

/* ===========================
   INTRO
=========================== */
.bss-intro {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0a2463;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* ===========================
   BODY TEXT
=========================== */
.bss-body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333354;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* ===========================
   IMAGE BLOCK
=========================== */
.bss-image-block {
  margin: 36px 0;
  border-radius: 10px;
  overflow: hidden;
}

.bss-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.bss-image-caption {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #7a7a9d;
  margin-top: 10px;
  text-align: center;
  font-style: italic;
  line-height: 1.5;
}

/* ===========================
   SUB TITLES (H2)
=========================== */
.bss-sub-title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0a2463;
  margin-top: 44px;
  margin-bottom: 16px;
  line-height: 1.35;
  letter-spacing: -0.3px;
  border-left: 4px solid #c8a951;
  padding-left: 14px;
}

/* ===========================
   LIST
=========================== */
.bss-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px 0;
}

.bss-list li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333354;
  line-height: 1.8;
  padding: 12px 16px 12px 20px;
  margin-bottom: 10px;
  border-left: 3px solid #c8a951;
  background-color: #f5f7ff;
  border-radius: 0 6px 6px 0;
}

.bss-list-label {
  font-weight: 700;
  color: #0a2463;
}

/* ===========================
   LINK
=========================== */
.bss-link {
  color: #c8a951;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.bss-link:hover {
  color: #0a2463;
}

/* ===========================
   FRAMEWORK GRID
=========================== */
.bss-framework {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 24px 0 28px 0;
}

.bss-framework-item {
  background-color: #f0f3ff;
  border: 1px solid #dde2f5;
  border-radius: 8px;
  padding: 20px 22px;
  transition: box-shadow 0.2s ease;
}

.bss-framework-item:hover {
  box-shadow: 0 4px 16px rgba(10, 36, 99, 0.10);
}

.bss-framework-title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0a2463;
  margin-bottom: 6px;
  margin-top: 0;
}

.bss-framework-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #444466;
  line-height: 1.75;
  margin: 0;
}

/* ===========================
   CALLOUT BOX
=========================== */
.bss-callout {
  background-color: #0a2463;
  border-radius: 8px;
  padding: 22px 26px;
  margin: 30px 0;
}

.bss-callout p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #f0f3ff;
  line-height: 1.8;
  margin: 0;
}

.bss-callout-label {
  font-weight: 700;
  color: #c8a951;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 768px) {
  .bss-main-title {
    font-size: 26px;
  }

  .bss-sub-title {
    font-size: 20px;
  }

  .bss-intro {
    font-size: 16px;
  }

  .business-setup-section {
    padding: 40px 16px;
  }

  .bss-callout {
    padding: 18px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3632aa7 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ===== BASE ===== */
.dubai-firms-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  color: #202124;
}

.dubai-firms-container {
  max-width: 1160px;
  margin: 0 auto;
}

/* ===== HEADING ===== */
.section-heading {
  margin-bottom: 36px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1a73e8;
  margin: 0 0 10px;
  line-height: 1.3;
}

.section-heading p {
  font-size: 16px;
  color: #5f6368;
  margin: 0;
  line-height: 1.6;
}

/* ===== TABLE WRAPPER ===== */
.table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(26, 115, 232, 0.08);
  margin-bottom: 28px;
}

.firms-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 720px;
}

.firms-table thead tr {
  background: #1a73e8;
  color: #fff;
}

.firms-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.firms-table thead th:first-child {
  border-radius: 12px 0 0 0;
}

.firms-table thead th:last-child {
  border-radius: 0 12px 0 0;
}

.firms-table tbody tr {
  border-bottom: 1px solid #e8f0fe;
  transition: background 0.18s;
}

.firms-table tbody tr:last-child {
  border-bottom: none;
}

.firms-table tbody tr:nth-child(odd) {
  background: #f8fbff;
}

.firms-table tbody tr:nth-child(even) {
  background: #ffffff;
}

.firms-table tbody tr:hover {
  background: #e8f0fe;
}

.firms-table td {
  padding: 13px 18px;
  color: #3c4043;
  vertical-align: top;
  line-height: 1.55;
}

.firms-table td strong {
  color: #1a73e8;
  font-weight: 700;
}

/* ===== BADGES ===== */
.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.badge-premium {
  background: #e8f0fe;
  color: #1a73e8;
}

.badge-mid {
  background: #e6f4ea;
  color: #1e8e3e;
}

.badge-broad {
  background: #fce8e6;
  color: #ea4335;
}

.badge-budget {
  background: #fef7e0;
  color: #f29900;
}

.badge-cost {
  background: #f1f3f4;
  color: #5f6368;
}

/* ===== RECOMMENDATION NOTE ===== */
.recommendation-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #e8f0fe;
  border-left: 4px solid #1a73e8;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 52px;
}

.note-icon {
  flex-shrink: 0;
  margin-top: 1px;
}

.recommendation-note p {
  margin: 0;
  font-size: 15px;
  color: #202124;
  line-height: 1.6;
}

.recommendation-note strong {
  color: #1a73e8;
}

/* ===== INFOGRAPHIC ===== */
.infographic-section {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(26, 115, 232, 0.10);
}

.infographic-title {
  background: #202124;
  padding: 24px 28px;
  text-align: center;
}

.infographic-title h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.2px;
}

.infographic-grid {
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  background: #f8fbff;
}

/* ===== LABEL COLUMN ===== */
.label-col {
  background: #ffffff;
  border-right: 2px solid #e8f0fe;
}

.label-col .city-icon-placeholder {
  height: 88px;
  background: #f1f3f4;
}

.label-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #202124;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 16px 14px;
  letter-spacing: 0.4px;
  min-height: 60px;
}

.label-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #202124;
  background: #f8fbff;
  border-top: 1px solid #e8f0fe;
  min-height: 64px;
  letter-spacing: 0.3px;
}

.label-row:nth-child(even) {
  background: #ffffff;
}

.label-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* ===== FIRM COLUMNS ===== */
.firm-col {
  border-right: 1px solid #e8f0fe;
  display: flex;
  flex-direction: column;
}

.firm-col:last-child {
  border-right: none;
}

.city-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  background: #f8fbff;
  padding: 8px;
}

.city-icon svg {
  width: 64px;
  height: 64px;
}

.firm-header {
  background: #202124;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  padding: 14px 12px;
  line-height: 1.4;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
}

.firm-row {
  padding: 14px 12px;
  font-size: 14px;
  color: #3c4043;
  text-align: center;
  border-top: 1px solid #e8f0fe;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #ffffff;
}

.firm-row:nth-child(odd) {
  background: #f8fbff;
}

.firm-row.rating {
  font-size: 18px;
  font-weight: 800;
  color: #1a73e8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .infographic-grid {
    grid-template-columns: 160px repeat(4, 1fr);
  }

  .infographic-title h2 {
    font-size: 20px;
  }

  .firm-header {
    font-size: 11px;
    padding: 10px 8px;
  }

  .firm-row {
    font-size: 12px;
    padding: 10px 8px;
  }

  .label-header,
  .label-row {
    font-size: 11px;
    padding: 12px 10px;
  }
}

@media (max-width: 680px) {
  .infographic-grid {
    grid-template-columns: 1fr;
  }

  .label-col {
    display: none;
  }

  .infographic-section {
    overflow-x: auto;
  }

  .infographic-grid {
    display: flex;
    flex-direction: row;
    min-width: 560px;
    overflow-x: auto;
  }

  .firm-col {
    min-width: 130px;
  }

  .firms-table {
    min-width: 600px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a39f9c1 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.review-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  color: #1a1a2e;
}

.review-container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Intro */
.review-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.review-main-title {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.3;
  margin: 0 0 16px;
}

.review-intro-text {
  font-size: 17px;
  color: #4a5568;
  font-weight: 500;
  margin: 0;
  font-style: italic;
}

/* Cards */
.review-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 16px rgba(26, 26, 46, 0.06);
}

.review-card-header {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review-card-header.aa {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.review-card-header.shuraa {
  background: linear-gradient(135deg, #0f3460 0%, #1a1a2e 100%);
}

.review-card-header.cz {
  background: linear-gradient(135deg, #e94560 0%, #c73652 100%);
}

.review-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.review-firm-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

.review-card-body {
  padding: 28px 32px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.review-card-body p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #374151;
  margin: 0;
}

.review-label {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
}

/* List */
.review-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-list li {
  font-size: 15px;
  color: #374151;
  line-height: 1.65;
  padding-left: 22px;
  position: relative;
}

.review-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e94560;
}

/* Highlight */
.review-highlight {
  background: #f0f4ff;
  border-left: 4px solid #1a1a2e;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
}

.review-highlight p {
  font-size: 15px;
  color: #1a1a2e;
  font-weight: 500;
  margin: 0;
  line-height: 1.7;
}

/* Tradeoff */
.review-tradeoff {
  background: #fff8f0;
  border-left: 4px solid #e94560;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tradeoff-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e94560;
}

.review-tradeoff p {
  font-size: 15px;
  color: #374151;
  margin: 0;
  line-height: 1.7;
}

/* Three Points */
.review-three-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.point-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.point-num {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  background: #1a1a2e;
  border-radius: 6px;
  padding: 4px 10px;
  flex-shrink: 0;
  margin-top: 2px;
  letter-spacing: 0.5px;
}

.point-item p {
  font-size: 15px;
  color: #374151;
  margin: 0;
  line-height: 1.7;
}

/* Comparison */
.review-comparison {
  background: #f8faff;
  border-radius: 12px;
  padding: 36px 32px;
  border: 1px solid #e2e8f0;
}

.comparison-title {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.comparison-intro {
  font-size: 15px;
  color: #6b7280;
  margin: 0 0 24px;
  font-style: italic;
}

.comparison-table-wrap {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
}

.comparison-table thead tr {
  background: #1a1a2e;
}

.comparison-table thead th {
  padding: 14px 20px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.comparison-table thead th:first-child {
  border-radius: 8px 0 0 0;
}

.comparison-table thead th:last-child {
  border-radius: 0 8px 0 0;
  width: 200px;
}

.comparison-table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  transition: background 0.2s ease;
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-table tbody tr:hover {
  background: #eef2ff;
}

.comparison-table tbody td {
  padding: 16px 20px;
  font-size: 15px;
  color: #374151;
  line-height: 1.6;
  background: #ffffff;
  vertical-align: middle;
}

.comparison-table tbody tr:hover td {
  background: #eef2ff;
}

.firm-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.aa-badge {
  background: #1a1a2e;
  color: #ffffff;
}

.shuraa-badge {
  background: #0f3460;
  color: #ffffff;
}

.cz-badge {
  background: #e94560;
  color: #ffffff;
}

/* Opinion */
.review-opinion {
  border-radius: 12px;
  padding: 36px 32px;
  background: #1a1a2e;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.opinion-title {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
}

.review-opinion p {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  margin: 0;
}

/* Responsive */
@media (max-width: 640px) {
  .review-section {
    padding: 40px 16px;
  }

  .review-main-title {
    font-size: 24px;
  }

  .review-card-header,
  .review-card-body,
  .review-comparison,
  .review-opinion {
    padding: 20px 20px;
  }

  .review-firm-title {
    font-size: 17px;
  }

  .comparison-title,
  .opinion-title {
    font-size: 18px;
  }

  .comparison-table thead th:last-child {
    width: auto;
  }

  .review-three-points {
    gap: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f131ad0 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.beyond-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  color: #1a1a2e;
}

.beyond-container {
  max-width: 860px;
  margin: 0 auto;
}

.beyond-header {
  margin-bottom: 32px;
}

.beyond-title {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.25;
  margin: 0 0 8px 0;
  padding: 0;
}

.beyond-intro {
  margin-bottom: 40px;
}

.beyond-intro p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 1.8;
  margin: 0 0 18px 0;
  padding: 0;
}

.beyond-image-block {
  margin-bottom: 48px;
  border-left: 4px solid #c8a96e;
  padding-left: 20px;
}

.beyond-image-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #c8a96e;
  background-color: #fdf8f1;
  border: 2px dashed #c8a96e;
  padding: 40px 24px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.beyond-image-caption {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  font-style: italic;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.beyond-body {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.beyond-subsection {
  border-top: 2px solid #1a1a2e;
  padding-top: 28px;
}

.beyond-heading {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin: 0 0 20px 0;
  padding: 0;
}

.beyond-subsection p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 1.8;
  margin: 0 0 16px 0;
  padding: 0;
}

.beyond-subsection p:last-child {
  margin-bottom: 0;
}

.beyond-list {
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
}

.beyond-list li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 1.8;
  padding: 10px 0 10px 24px;
  position: relative;
  border-bottom: 1px solid #f0ede8;
}

.beyond-list li:first-child {
  border-top: 1px solid #f0ede8;
}

.beyond-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #c8a96e;
  border-radius: 50%;
}

.beyond-highlight-text {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
  background-color: #fdf8f1;
  border-left: 4px solid #c8a96e;
  padding: 16px 20px !important;
  margin: 20px 0 20px 0 !important;
  border-radius: 0 6px 6px 0;
  font-style: italic;
}

@media (max-width: 768px) {
  .beyond-section {
    padding: 40px 16px;
  }

  .beyond-title {
    font-size: 26px;
  }

  .beyond-heading {
    font-size: 19px;
  }

  .beyond-intro p,
  .beyond-subsection p,
  .beyond-list li {
    font-size: 15px;
  }

  .beyond-highlight-text {
    font-size: 16px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b80f3aa */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.mistakes-section {
  font-family: 'Inter', sans-serif;
  padding: 80px 20px;
  color: #1a1a2e;
}

.mistakes-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Header */
.mistakes-header {
  margin-bottom: 48px;
}

.mistakes-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.2;
  margin: 0 0 24px 0;
  letter-spacing: -0.5px;
}

.mistakes-intro {
  font-size: 17px;
  font-weight: 400;
  color: #4a4a6a;
  line-height: 1.8;
  margin: 0;
  border-left: 4px solid #c8a84b;
  padding-left: 20px;
}

/* Image Block */
.mistakes-image-block {
  margin-bottom: 56px;
}

.mistakes-image-placeholder {
  background: linear-gradient(135deg, #f0ebe0 0%, #e8dfc8 100%);
  border: 1px solid #c8a84b;
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
}

.mistakes-image-placeholder span {
  font-size: 14px;
  font-weight: 500;
  color: #6b5c2e;
  font-style: italic;
  line-height: 1.6;
}

/* Mistake Items */
.mistakes-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.mistake-item {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding-bottom: 48px;
  border-bottom: 1px solid #e8e0cc;
}

.mistake-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Number Badge */
.mistake-number {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: #c8a84b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  margin-top: 4px;
}

/* Mistake Body */
.mistake-body {
  flex: 1;
}

.mistake-heading {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 14px 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.mistake-lead {
  font-size: 16px;
  font-weight: 600;
  color: #c8a84b;
  line-height: 1.7;
  margin: 0 0 14px 0;
}

.mistake-text {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a6a;
  line-height: 1.8;
  margin: 0 0 14px 0;
}

.mistake-text:last-child {
  margin-bottom: 0;
}

/* List */
.mistake-list {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mistake-list li {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a6a;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.mistake-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #c8a84b;
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 640px) {
  .mistakes-section {
    padding: 48px 16px;
  }

  .mistakes-title {
    font-size: 26px;
  }

  .mistake-item {
    flex-direction: column;
    gap: 16px;
  }

  .mistake-number {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .mistake-heading {
    font-size: 19px;
  }

  .mistake-text,
  .mistake-lead {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d5d769 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.faq-section {
  font-family: 'Inter', sans-serif;
  padding: 80px 20px;
  color: #1a1a2e;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Header */
.faq-header {
  margin-bottom: 56px;
  text-align: center;
}

.faq-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.2;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

.faq-subtitle {
  font-size: 17px;
  font-weight: 400;
  color: #4a4a6a;
  line-height: 1.7;
  margin: 0;
}

/* FAQ List */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e8e0cc;
}

/* FAQ Item */
.faq-item {
  border-bottom: 1px solid #e8e0cc;
  overflow: hidden;
}

/* Question Button */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  color: #1a1a2e;
  transition: color 0.25s ease;
}

.faq-question span:first-child {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: inherit;
  flex: 1;
}

.faq-question:hover {
  color: #c8a84b;
}

/* Icon */
.faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5f0e6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8a84b;
  transition: background 0.25s ease, transform 0.3s ease;
}

.faq-active .faq-icon {
  background: #c8a84b;
  color: #ffffff;
  transform: rotate(180deg);
}

.faq-active .faq-question {
  color: #c8a84b;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0;
}

.faq-active .faq-answer {
  max-height: 400px;
  padding-bottom: 24px;
}

.faq-answer p {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a6a;
  line-height: 1.8;
  margin: 0;
  padding-right: 48px;
}

/* Responsive */
@media (max-width: 640px) {
  .faq-section {
    padding: 48px 16px;
  }

  .faq-title {
    font-size: 26px;
  }

  .faq-subtitle {
    font-size: 15px;
  }

  .faq-question span:first-child {
    font-size: 15px;
  }

  .faq-answer p {
    font-size: 15px;
    padding-right: 0;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
  }
}/* End custom CSS */