.elementor-2383 .elementor-element.elementor-element-1e0dfb8{--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:0px;--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 container, class: .elementor-element-1e0dfb8 *//* =========================================================
   TICQC — UAS Certification Body Page CSS
   Paste into: Elementor → Custom CSS  OR  Appearance → Additional CSS
   Matches ticqc.ae design system (navy/red/white, Poppins, Inter)
   ========================================================= */

/* ---- RESET & BASE ---- */
.uas-hero, .uas-stats, .uas-section, .uas-cta {
  box-sizing: border-box;
  font-family: 'Poppins', 'Inter', sans-serif;
}

/* ---- CONTAINERS ---- */
.uas-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.uas-container--narrow {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}
.uas-text-center {
  text-align: center;
}

/* =========================================================
   HERO
   ========================================================= */
.uas-hero {
  background: linear-gradient(135deg, #0d1b2a 0%, #122340 60%, #1a2e4a 100%);
  padding: 90px 24px 80px;
  position: relative;
  overflow: hidden;
}
.uas-hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(200,16,46,0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.uas-hero::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(200,16,46,0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.uas-hero__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.uas-hero__badge {
  display: inline-block;
  background: rgba(200,16,46,0.15);
  border: 1px solid rgba(200,16,46,0.4);
  color: #f28b9a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.uas-hero__heading {
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 22px;
}
.uas-highlight {
  color: #c8102e;
}
.uas-hero__sub {
  font-size: 17px;
  color: #b0bec5;
  line-height: 1.7;
  margin: 0 0 36px;
}
.uas-hero__cta-group {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.uas-hero__pills {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.uas-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: #cfd8dc;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 100px;
}
.uas-pill__dot {
  width: 7px;
  height: 7px;
  background: #c8102e;
  border-radius: 50%;
  flex-shrink: 0;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.uas-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.uas-btn--primary {
  background: #c8102e;
  color: #ffffff;
  border: 2px solid #c8102e;
}
.uas-btn--primary:hover {
  background: #a50d25;
  border-color: #a50d25;
  color: #ffffff;
}
.uas-btn--outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.35);
}
.uas-btn--outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.6);
  color: #ffffff;
}
.uas-btn--white {
  background: #ffffff;
  color: #c8102e;
  border: 2px solid #ffffff;
}
.uas-btn--white:hover {
  background: #f4f4f4;
  color: #a50d25;
}
.uas-btn--lg {
  padding: 16px 38px;
  font-size: 16px;
}

/* =========================================================
   STATS BAR
   ========================================================= */
.uas-stats {
  background: #c8102e;
  padding: 0 24px;
}
.uas-stats__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 32px 0;
  flex-wrap: wrap;
  gap: 20px;
}
.uas-stat {
  text-align: center;
}
.uas-stat__num {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}
.uas-stat__plus {
  font-size: 24px;
}
.uas-stat__label {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.uas-stat__divider {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,0.25);
}

/* =========================================================
   SECTIONS — BASE
   ========================================================= */
.uas-section {
  padding: 80px 0;
  background: #ffffff;
}
.uas-section--dark {
  background: #0d1b2a;
}
.uas-section--dark .uas-section__label,
.uas-section--dark .uas-section__heading,
.uas-section--dark .uas-section__lead,
.uas-section--dark .uas-section__body,
.uas-section--dark p {
  color: inherit;
}
.uas-section--dark .uas-section__heading { color: #ffffff; }
.uas-section--dark .uas-section__lead { color: #b0bec5; }
.uas-section--dark p { color: #8fa8bb; }

.uas-section__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c8102e;
  margin-bottom: 12px;
}
.uas-section__label--light {
  color: rgba(255,255,255,0.7);
}
.uas-section__heading {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 18px;
  line-height: 1.25;
}
.uas-section__lead {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 20px;
}
.uas-section__body {
  font-size: 16px;
  color: #5a6a7a;
  line-height: 1.75;
  margin-bottom: 36px;
}

/* =========================================================
   ABOUT FEATURES
   ========================================================= */
.uas-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.uas-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f7f9fc;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #0d1b2a;
}
.uas-feature__icon {
  color: #c8102e;
  flex-shrink: 0;
}

/* =========================================================
   BENEFITS GRID
   ========================================================= */
.uas-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
  margin-top: 48px;
}
.uas-benefit-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 30px 28px;
  transition: border-color 0.2s, background 0.2s;
}
.uas-benefit-card:hover {
  border-color: rgba(200,16,46,0.5);
  background: rgba(200,16,46,0.04);
}
.uas-benefit-card__num {
  font-size: 13px;
  font-weight: 700;
  color: #c8102e;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  opacity: 0.85;
}
.uas-benefit-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.4;
}
.uas-benefit-card p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* =========================================================
   INDUSTRIES TAGS
   ========================================================= */
.uas-industries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
.uas-industry-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0f4f8;
  border: 1px solid #dce4ed;
  color: #2d3e50;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 100px;
  transition: all 0.2s;
}
.uas-industry-tag:hover {
  background: #c8102e;
  border-color: #c8102e;
  color: #ffffff;
}
.uas-industry-tag svg {
  color: #c8102e;
  flex-shrink: 0;
  transition: color 0.2s;
}
.uas-industry-tag:hover svg {
  color: #ffffff;
}

/* =========================================================
   PROCESS
   ========================================================= */
.uas-process {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 52px;
  position: relative;
}
.uas-process::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #c8102e, rgba(200,16,46,0.1));
}
.uas-process__step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding-bottom: 36px;
  position: relative;
}
.uas-process__step:last-child {
  padding-bottom: 0;
}
.uas-process__step-num {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: #c8102e;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(200,16,46,0.35);
}
.uas-process__step-num--red {
  background: #7a0f1e;
}
.uas-process__step--alt .uas-process__step-num {
  background: #1e3a52;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.uas-process__step-content {
  padding-top: 12px;
}
.uas-process__step-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}
.uas-process__step-content p {
  font-size: 15px;
  color: #8fa8bb;
  line-height: 1.7;
  margin: 0;
}

/* =========================================================
   STRENGTHS GRID
   ========================================================= */
.uas-strengths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.uas-strength-card {
  background: #f7f9fc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px 28px;
  transition: all 0.2s;
}
.uas-strength-card:hover {
  border-color: #c8102e;
  box-shadow: 0 6px 24px rgba(200,16,46,0.08);
  transform: translateY(-2px);
}
.uas-strength-card__icon {
  color: #c8102e;
  margin-bottom: 18px;
}
.uas-strength-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 12px;
}
.uas-strength-card p {
  font-size: 14px;
  color: #5a6a7a;
  line-height: 1.7;
  margin: 0;
}

/* =========================================================
   DOCUMENTS GRID
   ========================================================= */
.uas-docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.uas-doc-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.2s;
}
.uas-doc-card:hover {
  border-color: rgba(200,16,46,0.5);
}
.uas-doc-card__icon {
  color: #c8102e;
}
.uas-doc-card__content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px;
}
.uas-doc-card__sub {
  font-size: 12px !important;
  color: #c8102e !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600 !important;
  margin: 0 0 10px !important;
}
.uas-doc-card__content p {
  font-size: 14px;
  color: #8fa8bb;
  line-height: 1.6;
  margin: 0 0 16px;
}
.uas-doc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #c8102e;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.uas-doc-link:hover {
  border-color: #c8102e;
  color: #c8102e;
}

/* =========================================================
   FAQ
   ========================================================= */
.uas-faq {
  margin-top: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.uas-faq__item {
  border-bottom: 1px solid #e2e8f0;
}
.uas-faq__item:last-child {
  border-bottom: none;
}
.uas-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0d1b2a;
  transition: background 0.15s;
}
.uas-faq__q:hover {
  background: #f7f9fc;
}
.uas-faq__arrow {
  flex-shrink: 0;
  color: #c8102e;
  transition: transform 0.25s ease;
}
.uas-faq__item--open .uas-faq__arrow {
  transform: rotate(180deg);
}
.uas-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
}
.uas-faq__item--open .uas-faq__a {
  max-height: 300px;
  padding: 0 24px 20px;
}
.uas-faq__a p {
  font-size: 15px;
  color: #5a6a7a;
  line-height: 1.75;
  margin: 0;
  padding-top: 4px;
}

/* =========================================================
   ACCENT SECTION (Complaints)
   ========================================================= */
.uas-section--accent {
  background: #122340;
  padding: 70px 24px;
}
.uas-section--accent .uas-section__heading {
  color: #ffffff;
}
.uas-section--accent p {
  color: #b0bec5;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* =========================================================
   CTA SECTION
   ========================================================= */
.uas-cta {
  background: #c8102e;
  padding: 80px 24px;
}
.uas-cta__heading {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
}
.uas-cta__sub {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 36px;
}
.uas-cta .uas-btn--primary {
  background: #ffffff;
  color: #c8102e;
  border-color: #ffffff;
  font-size: 15px;
  padding: 15px 38px;
}
.uas-cta .uas-btn--primary:hover {
  background: #f0f0f0;
  color: #a50d25;
  border-color: #f0f0f0;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 768px) {
  .uas-hero {
    padding: 60px 20px 56px;
  }
  .uas-stats__inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .uas-stat__divider {
    width: 60px;
    height: 1px;
  }
  .uas-section {
    padding: 56px 0;
  }
  .uas-process::before {
    display: none;
  }
  .uas-process__step {
    flex-direction: column;
    gap: 14px;
  }
  .uas-benefits-grid,
  .uas-strengths-grid,
  .uas-docs-grid {
    grid-template-columns: 1fr;
  }
  .uas-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .uas-hero__cta-group {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .uas-feature-grid {
    grid-template-columns: 1fr;
  }
  .uas-industries-grid {
    gap: 8px;
  }
  .uas-industry-tag {
    font-size: 13px;
    padding: 8px 14px;
  }
}/* End custom CSS */