.elementor-510 .elementor-element.elementor-element-3beb76a{--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;--margin-top:-3px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-510 .elementor-element.elementor-element-aa2d1a1{--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;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-510 .elementor-element.elementor-element-7d5affc{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-510 .elementor-element.elementor-element-6227769{--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;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-510 .elementor-element.elementor-element-cf40dc4{--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;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-dc998ab *//* ================================
   UK HERO SECTION
================================ */

.uk-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: url('https://images.unsplash.com/photo-1528909514045-2fa4ac7a08ba?q=80&w=1600') center/cover no-repeat;
  padding: 120px 20px 140px;
  text-align: center;
  overflow: hidden;
}

.uk-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 6, 15, 0.65);
}

.uk-hero-inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  color: #e2e8f0;
}

.uk-hero-inner h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #ffffff;
}

.uk-hero-inner p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #cbd5e1;
  margin-bottom: 32px;
}

.uk-hero-btn {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

.uk-hero-btn:hover {
  background: #1e40af;
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3e5dfa *//* ================================
   UK PROP COMPARISON TABLE
================================ */

.uk-prop-compare {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 80px 20px;
  background: #050814;
  text-align: center;
}

.uk-sec-title {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.uk-sec-sub {
  max-width: 780px;
  margin: 0 auto 40px;
  color: #94a3b8;
  font-size: 1rem;
  line-height: 1.6;
}

.uk-table-wrap {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
}

.uk-prop-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #0b0f19;
  border-radius: 14px;
  overflow: hidden;
  font-size: 0.95rem;
}

/* Table header */
.uk-prop-table thead tr {
  background: #1d3557;
}

.uk-prop-table th {
  padding: 14px 12px;
  color: #f1f5f9;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #1e293b;
}

/* First column sticky */
.uk-prop-table th:first-child,
.uk-prop-table td:first-child {
  background: #0b1324;
  color: #e2e8f0;
  font-weight: 600;
  position: sticky;
  left: 0;
  z-index: 3;
}

/* Table cells */
.uk-prop-table td {
  padding: 12px 14px;
  color: #cbd5e1;
  border-bottom: 1px solid #1e293b;
  border-right: 1px solid #111827;
  vertical-align: top;
}

/* Row zebra */
.uk-prop-table tbody tr:nth-child(even) td:not(:first-child) {
  background: #09101e;
}
.uk-prop-table tbody tr:nth-child(odd) td:not(:first-child) {
  background: #0c1628;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2e0df9 *//* Full-width dark background */
.pf-meta-wrapper {
  width: 100%;
  background: #0d1626;
  padding: 60px 0;
}

/* Main meta content */
.pf-meta-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 28px;
  border-radius: 14px;
  background: #111827;
  border: 1px solid #1f2937;
  color: #f3f4f6;
}

/* Top row: author + updated */
.pf-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

/* Author */
.pf-meta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pf-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #374151;
}

.pf-meta-label {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pf-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}

.pf-role {
  font-size: 0.9rem;
  color: #d1d5db;
}

/* Last updated */
.pf-meta-right {
  text-align: right;
  color: #e5e7eb;
}

.pf-updated-label {
  font-weight: 600;
  font-size: 0.95rem;
}

.pf-updated-date {
  font-size: 0.95rem;
  color: #ffffff;
}

/* Divider */
.pf-divider {
  width: 100%;
  height: 1px;
  background: #1f2937;
  margin: 20px 0;
}

/* Reviewer */
.pf-reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.pf-reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #374151;
}

.pf-reviewer-label {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
}

.pf-reviewer-name {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.pf-reviewer-role {
  font-size: 0.9rem;
  color: #d1d5db;
}

/* Disclaimer */
.pf-disclaimer {
  font-size: 0.9rem;
  color: #d1d5db;
  line-height: 1.55;
}

.pf-disclaimer a {
  color: #60a5fa;
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 720px) {
  .pf-meta-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .pf-meta-right {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6aa9a52 *//* ================================
   UK TOP PROP FIRMS GRID SECTION
================================ */

.uk-topfirms {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 80px 20px;
  background: #0b0f19;
  text-align: center;
}

.uk-topfirms-grid {
  max-width: 1200px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 28px;
}

.uk-firm-card {
  background: #111827;
  border: 1px solid #1e293b;
  border-radius: 16px;
  padding: 26px 22px;
  text-align: left;
  transition: 0.25s ease;
}

.uk-firm-card:hover {
  border-color: #2563eb;
  box-shadow: 0 0 14px rgba(37, 99, 235, 0.35);
}

.uk-firm-card h3 {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.uk-firm-badge {
  color: #60a5fa;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.uk-firm-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.uk-firm-card ul li {
  color: #cbd5e1;
  padding: 4px 0;
  font-size: 0.95rem;
}

.uk-card-btn {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: 0.25s ease;
}

.uk-card-btn:hover {
  background: #1e40af;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1102a96 *//* =====================================
   Enhanced FCA Section with Gradient,
   Title Line, Icon Bars
===================================== */

.uk-regulation.enhanced {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 90px 20px;
  background: linear-gradient(180deg, #060a13 0%, #0b0f19 100%);
  color: #e2e8f0;
}

/* Title with left vertical line */
.line-title {
  position: relative;
  padding-left: 22px;
}


.uk-reg-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.uk-reg-intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.7;
  color: #cbd5e1;
}

/* Grid layout */
.uk-reg-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* Each card */
.uk-reg-card {
  background: #0d121f;
  border: 1px solid #1e293b;
  border-radius: 14px;
  padding: 24px 22px;
  transition: 0.3s ease;
}

.uk-reg-card:hover {
  border-color: #2563eb;
  box-shadow: 0 0 16px rgba(37, 99, 235, 0.35);
}

/* Enhanced top bar with icon + label */
.uk-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1e293b;
}

.uk-card-icon {
  font-size: 1.4rem;
}

.uk-card-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #60a5fa;
}

.uk-reg-card h3 {
  color: #ffffff;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.uk-reg-card p {
  color: #cbd5e1;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 900px) {
  .uk-reg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .uk-reg-grid {
    grid-template-columns: 1fr;
  }
}


.line-title-wrapper {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.uk-sec-title {
  margin: 0 auto !important;
  text-align: center !important;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}/* End custom CSS */