.elementor-669 .elementor-element.elementor-element-00001ba8{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-669 .elementor-element.elementor-element-00001ba8:not(.elementor-motion-effects-element-type-background), .elementor-669 .elementor-element.elementor-element-00001ba8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#060A14;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-669 .elementor-element.elementor-element-00001ba8{--padding-top:58px;--padding-bottom:58px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-983be46 *//* ==========================================================================
   SWIFT SECURITY — CCTV SYSTEMS CUSTOM CSS (BLACK & NAVY EXECUTIVE THEME)
   Paste into: Elementor → Site Settings → Custom CSS (or WP Customizer CSS)
   ========================================================================== */

/* Scoped Root Container */
.swift-cctv {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #ffffff;
  background-color: #030710;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

.swift-cctv *,
.swift-cctv *::before,
.swift-cctv *::after {
  box-sizing: border-box;
}

/* Color Tokens & Utility Classes */
.swift-cctv .swift-blue {
  color: #3b82f6 !important;
}

.swift-cctv .swift-blue-bg {
  background-color: #2563eb !important;
}

.swift-cctv .swift-border-blue {
  border-color: #3b82f6 !important;
}

/* Layout Containers */
.swift-cctv .swift-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.swift-cctv .swift-container-narrow {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.swift-cctv .swift-container-text {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Glassmorphic Card Style */
.swift-cctv .swift-glass {
  background: linear-gradient(145deg, rgba(13, 32, 63, 0.85) 0%, rgba(5, 8, 16, 0.95) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s ease, box-shadow 0.28s ease;
}

.swift-cctv .swift-glass:hover {
  border-color: rgba(59, 130, 246, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(37, 99, 235, 0.2);
}

/* Accents & Dividers */
.swift-cctv .swift-accent-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  margin-bottom: 20px;
  border-radius: 2px;
}

.swift-cctv .swift-heading-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  margin: 16px auto 0;
  border-radius: 2px;
}

/* Reusable Buttons */
.swift-cctv .swift-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: 1px solid rgba(37, 99, 235, 0.35);
  color: #e2e8f0;
  background: rgba(13, 32, 63, 0.6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.24s ease;
  cursor: pointer;
  text-align: center;
}

.swift-cctv .swift-btn-outline:hover {
  background: rgba(17, 40, 77, 0.95);
  border-color: #3b82f6;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.3);
}

.swift-cctv .swift-btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #3b82f6;
  border-radius: 8px;
  transition: all 0.24s ease;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
}

.swift-cctv .swift-btn-solid:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.6);
}

/* ==========================================================================
   Section 0: Top Navigation (Optional)
   ========================================================================== */
.swift-cctv .swift-nav {
  padding: 18px 0;
  border-bottom: 1px solid rgba(29, 78, 216, 0.2);
  background: #02050a;
}

.swift-cctv .swift-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swift-cctv .swift-logo {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.swift-cctv .swift-nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.swift-cctv .swift-nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  transition: color 0.2s ease;
}

.swift-cctv .swift-nav-links a:hover,
.swift-cctv .swift-nav-links a.active {
  color: #3b82f6;
}

.swift-cctv .swift-nav-btn {
  padding: 10px 22px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border: 1px solid #3b82f6;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.25s ease;
}

.swift-cctv .swift-nav-btn:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  transform: translateY(-1px);
}

/* ==========================================================================
   Section 1: Hero Section
   ========================================================================== */
.swift-cctv .swift-hero {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
  background-color: #030710;
  background:
    radial-gradient(ellipse 70% 50% at 50% 20%, rgba(29, 78, 216, 0.16), transparent 60%),
    linear-gradient(180deg, #030710 0%, #050b14 100%);
  text-align: center;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
}

.swift-cctv .swift-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.swift-cctv .swift-hero-eyebrow {
  margin-bottom: 14px;
}

.swift-cctv .swift-hero-kicker {
  display: inline-block;
  color: #93c5fd;
  background: rgba(13, 32, 63, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.4);
  padding: 6px 18px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0;
  box-shadow: 0 0 15px rgba(29, 78, 216, 0.15);
}

.swift-cctv .swift-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 4.25rem);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 18px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.swift-cctv .swift-hero-subtitle {
  color: #93c5fd;
  font-size: clamp(1.1rem, 2.3vw, 1.35rem);
  font-weight: 600;
  margin: 0 0 26px;
  letter-spacing: -0.3px;
}

.swift-cctv .swift-hero-text {
  max-width: 820px;
  margin: 0 auto 30px;
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.75;
}

.swift-cctv .swift-hero-text p {
  margin: 0 0 18px;
}

.swift-cctv .swift-hero-text p:last-child {
  margin-bottom: 0;
}

.swift-cctv .swift-hero-footer-note {
  max-width: 720px;
  margin: 0 auto 32px;
  color: #cbd5e1;
  font-size: 14.5px;
  line-height: 1.6;
}

.swift-cctv .swift-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ==========================================================================
   Section 2: Why Choose a CCTV System (5-Card Grid)
   ========================================================================== */
.swift-cctv .swift-why {
  padding: 90px 0;
  background: #02050a;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
}

.swift-cctv .swift-why-header {
  text-align: center;
  margin-bottom: 50px;
}

.swift-cctv .swift-why-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0;
  color: #ffffff;
}

.swift-cctv .swift-why-intro {
  margin-top: 16px;
  color: #94a3b8;
  font-size: 16px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.swift-cctv .swift-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.swift-cctv .swift-card {
  padding: 26px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.swift-cctv .swift-card-icon {
  color: #3b82f6;
  font-size: 1.8rem;
  margin-bottom: 16px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swift-cctv .swift-card h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  color: #ffffff;
}

.swift-cctv .swift-card-text {
  font-size: 13px;
  color: #94a3b8;
  margin: 0 0 12px;
  line-height: 1.55;
  text-align: center;
}

.swift-cctv .swift-more-text {
  display: none;
  margin-top: 6px;
  color: #cbd5e1;
  animation: swiftCardFade 0.3s ease;
}

.swift-cctv .swift-card.is-expanded .swift-more-text {
  display: inline;
}

.swift-cctv .swift-read-toggle {
  display: inline-block;
  margin-top: 8px;
  color: #60a5fa;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
  background: none;
  border: none;
  padding: 0;
}

.swift-cctv .swift-read-toggle:hover {
  color: #ffffff;
}

@keyframes swiftCardFade {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.swift-cctv .swift-why-cta-block {
  margin-top: 50px;
  text-align: center;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.swift-cctv .swift-why-cta-block p {
  font-size: 16px;
  color: #cbd5e1;
  margin: 0 0 24px;
  line-height: 1.6;
}

/* ==========================================================================
   Section 3: Key Benefits & Features (2-Column Grid)
   ========================================================================== */
.swift-cctv .swift-features {
  padding: 90px 0;
  background: #030710;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
}

.swift-cctv .swift-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.swift-cctv .swift-features-left h2 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 1.15;
  margin: 0 0 20px;
  color: #ffffff;
}

.swift-cctv .swift-features-copy {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 32px;
}

.swift-cctv .swift-features-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.swift-cctv .swift-feature-card {
  padding: 22px 18px;
  border-radius: 10px;
  border-left: 3px solid #3b82f6;
  background: linear-gradient(145deg, rgba(13, 32, 63, 0.8) 0%, rgba(5, 8, 16, 0.95) 100%);
  border-top: 1px solid rgba(37, 99, 235, 0.2);
  border-right: 1px solid rgba(37, 99, 235, 0.2);
  border-bottom: 1px solid rgba(37, 99, 235, 0.2);
}

.swift-cctv .swift-feature-card h4 {
  color: #93c5fd;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 6px;
}

.swift-cctv .swift-feature-card p {
  color: #94a3b8;
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}

/* ==========================================================================
   Section 4: Contact / Footer
   ========================================================================== */
.swift-cctv .swift-contact {
  padding: 90px 0 40px;
  background: #02050a;
}

.swift-cctv .swift-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 60px;
}

.swift-cctv .swift-contact-left h2 {
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 30px;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.swift-cctv .swift-contact-item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.swift-cctv .swift-contact-item:last-child {
  margin-bottom: 0;
}

.swift-cctv .swift-contact-icon {
  font-size: 2rem;
  color: #3b82f6;
  width: 44px;
  flex-shrink: 0;
}

.swift-cctv .swift-contact-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #94a3b8;
  font-weight: 700;
  margin: 0 0 4px;
}

.swift-cctv .swift-contact-value {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
}

.swift-cctv .swift-contact-value a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.swift-cctv .swift-contact-value a:hover {
  color: #93c5fd;
}

.swift-cctv .swift-form-box {
  padding: 32px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(13, 32, 63, 0.9) 0%, rgba(5, 8, 16, 0.98) 100%);
  border: 1px solid rgba(37, 99, 235, 0.28);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

.swift-cctv .swift-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.swift-cctv .swift-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.swift-cctv .swift-form input,
.swift-cctv .swift-form textarea {
  width: 100%;
  background: #030710;
  border: 1px solid rgba(37, 99, 235, 0.25);
  padding: 14px 16px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.swift-cctv .swift-form input::placeholder,
.swift-cctv .swift-form textarea::placeholder {
  color: #64748b;
}

.swift-cctv .swift-form input:focus,
.swift-cctv .swift-form textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
}

.swift-cctv .swift-form textarea {
  resize: vertical;
  min-height: 120px;
}

.swift-cctv .swift-form .swift-btn-solid {
  width: 100%;
  padding: 16px;
  font-size: 13px;
  cursor: pointer;
}

.swift-cctv .swift-copyright {
  text-align: center;
  font-size: 11px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  border-top: 1px solid rgba(29, 78, 216, 0.15);
  padding-top: 28px;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
  .swift-cctv .swift-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .swift-cctv .swift-nav-links {
    display: none;
  }
  
  .swift-cctv .swift-hero {
    padding: 60px 0 80px;
  }

  .swift-cctv .swift-hero-title {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .swift-cctv .swift-why {
    padding: 60px 0;
  }

  .swift-cctv .swift-grid-5 {
    grid-template-columns: 1fr;
  }

  .swift-cctv .swift-features {
    padding: 60px 0;
  }

  .swift-cctv .swift-features-grid {
    grid-template-columns: 1fr;
    gap/* End custom CSS */