.elementor-9517 .elementor-element.elementor-element-cbb0dbf{--display:flex;}.elementor-9517 .elementor-element.elementor-element-434aaf5{--display:flex;}.elementor-9517 .elementor-element.elementor-element-16df1a7{--display:flex;}.elementor-9517 .elementor-element.elementor-element-40b87548{--display:flex;}.elementor-9517 .elementor-element.elementor-element-a752cdf{--display:flex;}.elementor-9517 .elementor-element.elementor-element-ce3ced4{width:100%;max-width:100%;}.elementor-9517 .elementor-element.elementor-element-4c64e3cd{--display:flex;}.elementor-9517 .elementor-element.elementor-element-234b4a70{width:100%;max-width:100%;}body.elementor-page-9517:not(.elementor-motion-effects-element-type-background), body.elementor-page-9517 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-272280d *//* ========== CYBERSECURITY & DATA PROTECTION - ENHANCED STYLES ========== */

/* ---- Scoped to avoid theme collisions ---- */
.cybersecurity-enhanced { 
  --navy:#0C2A4E; 
  --blue:#2DA8F8; 
  --ink:#0f172a; 
  --muted:#667085; 
  --bg:#ffffff; 
  --tint:#F5F9FC; 
  --radius:18px; 
  --shadow:0 16px 40px rgba(12,42,78,.10);
  --accent:#2DA8F8;
  --accent-dark:#1E8FD8;
}

.cybersecurity-enhanced *{box-sizing:border-box}
.cybersecurity-enhanced{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  color:var(--ink);
  background:linear-gradient(135deg,#f8fafc,#eef4fa);
  padding:40px 0
}
.cybersecurity-enhanced .container{max-width:1200px;margin:0 auto;padding:0 20px}

/* Hero */
.cs-hero{
  position:relative;
  border-radius:0; /* Full width */
  overflow:hidden;
  margin:0 0 60px 0;
  color:#fff;
  min-height:500px;
  display:flex;
  align-items:center;
  background:linear-gradient(135deg,rgba(12,42,78,.92),rgba(45,168,248,.88)),
              url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
  width:100vw;
  margin-left:calc(-50vw + 50%);
}
.cs-hero .content{
  padding:80px 28px;
  width:100%;
  max-width:1200px;
  margin:0 auto;
  position:relative;
  z-index:2
}
.cs-hero h1{font-size:clamp(32px,4.5vw,52px);margin:0 0 16px;font-weight:800;line-height:1.1}
.cs-hero p{max-width:760px;line-height:1.7;margin:0 0 28px;opacity:.95;font-size:18px}
.cs-hero .cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--blue);
  color:#fff;
  padding:16px 24px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(45,168,248,.35);
  transition:all .3s ease;
  font-size:16px
}
.cs-hero .cta:hover{
  transform:translateY(-2px);
  box-shadow:0 15px 30px rgba(45,168,248,.45);
  background:var(--accent-dark)
}

/* Section headers */
.cs-header{
  text-align:center;
  margin:60px 0 40px
}
.cs-header h2{
  font-size:clamp(28px,3vw,36px);
  margin:0 0 16px;
  color:var(--navy);
  font-weight:700
}
.cs-header .lead{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:18px;
  line-height:1.6
}

/* Cards grid */
.cs-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
  margin-bottom:60px
}
.cs-card{
  background:#fff;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:28px 24px;
  position:relative;
  overflow:hidden;
  border-top:6px solid var(--navy);
  transition:all .3s ease;
  height:fit-content
}
.cs-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 56px rgba(12,42,78,.18);
  border-top-color:var(--blue)
}
.cs-card .cs-icon{
  width:56px;
  height:56px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--blue),var(--navy));
  display:grid;
  place-items:center;
  color:#fff;
  margin-bottom:16px
}
.cs-card .cs-icon svg{width:28px;height:28px}
.cs-card h3{
  margin:0 0 12px;
  font-size:20px;
  color:var(--navy);
  font-weight:600
}
.cs-card p{
  color:var(--muted);
  margin:0;
  line-height:1.6;
  font-size:15px
}

/* Stats strip */
.cs-stats{
  background:var(--navy);
  color:#fff;
  border-radius:var(--radius);
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:space-around;
  gap:20px;
  box-shadow:var(--shadow);
  margin:40px 0 60px
}
.cs-stats .stat{
  text-align:center;
  flex:1
}
.cs-stats .value{
  display:block;
  font-weight:800;
  font-size:24px;
  line-height:1.1;
  margin-bottom:4px
}
.cs-stats .label{
  font-size:13px;
  opacity:.9;
  line-height:1.3
}
.cs-stats .divider{
  width:1px;
  height:40px;
  background:rgba(255,255,255,.25);
  border-radius:1px
}

/* Image sections */
.image-section{
  margin:60px 0;
  background:#fff;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden
}
.image-content{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  min-height:400px
}
.image-text{
  padding:48px 40px;
  display:flex;
  flex-direction:column;
  justify-content:center
}
.image-text h3{
  font-size:28px;
  color:var(--navy);
  margin:0 0 16px;
  font-weight:700
}
.image-text h4{
  font-size:20px;
  color:var(--navy);
  margin:24px 0 12px;
  font-weight:600
}
.image-text h5{
  font-size:16px;
  color:var(--navy);
  margin:16px 0 8px;
  font-weight:600
}
.image-text p{
  color:var(--muted);
  line-height:1.7;
  margin:0 0 16px;
  font-size:15px
}
.image-text ul{
  margin:0 0 16px;
  padding-left:20px;
  color:var(--ink)
}
.image-text li{
  margin:8px 0;
  line-height:1.6
}
.image-visual{
  background:var(--tint);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden
}
.image-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease
}
.image-section:hover .image-visual img{
  transform:scale(1.05)
}

/* Process flows */
.process-flows{
  margin:24px 0
}
.process-flow{
  margin-bottom:20px
}
.process-flow h5{
  color:var(--navy);
  margin:0 0 12px;
  font-size:16px;
  font-weight:600
}
.flow-steps{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap
}
.step{
  background:var(--navy);
  color:#fff;
  padding:6px 12px;
  border-radius:20px;
  font-size:12px;
  font-weight:600;
  white-space:nowrap
}
.arrow{
  color:var(--blue);
  font-weight:bold;
  font-size:16px
}

/* Exercise approaches */
.exercise-approaches{
  margin:20px 0
}
.approach{
  background:var(--tint);
  padding:16px;
  border-radius:12px;
  margin-bottom:12px;
  border-left:4px solid var(--blue)
}
.approach h5{
  margin:0 0 8px;
  color:var(--navy);
  font-size:15px;
  font-weight:600
}
.approach p{
  margin:0;
  font-size:14px;
  color:var(--muted)
}

/* Responsive */
@media (max-width:768px){
  .cs-hero .content{padding:60px 20px}
  .cs-hero h1{font-size:32px}
  .cs-hero p{font-size:16px}
  .image-content{grid-template-columns:1fr}
  .image-text{padding:32px 24px}
  .image-text h3{font-size:24px}
  .cs-stats{flex-direction:column;gap:16px}
  .cs-stats .divider{display:none}
  .flow-steps{justify-content:center}
  .step{font-size:11px;padding:4px 10px}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c3893ac *//* Section Styling */
.cybersecurity-section {
  padding: 80px 0;
  background: #f9fbfd;
}

.main-heading {
  font-size: 32px;
  font-weight: 800;
  color: #0C2A4E;
  margin-bottom: 15px;
}

.section-description {
  color: #6c7a89;
  font-size: 15px;
  line-height: 1.7;
}

/* Solution Cards */
.solution-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(12, 42, 78, 0.2);
}

/* Circle Icons */
.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #0C2A4E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.solution-card h4 {
  color: #0C2A4E;
  font-weight: 700;
  margin-bottom: 12px;
}
.solution-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .main-heading {
    font-size: 26px;
  }
  .solution-card {
    padding: 20px;
  }
  .icon-circle {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e665991 *//* Benefits Section */
.benefits-section {
  padding: 80px 0;
  background: #fff;
}

.benefits-section .main-heading {
  font-size: 32px;
  font-weight: 800;
  color: #0C2A4E;
  margin-bottom: 10px;
}

.benefits-section .section-description {
  max-width: 700px;
  margin: 0 auto;
  color: #6c7a89;
  font-size: 15px;
  line-height: 1.7;
}

/* Benefit Cards */
.benefit-card {
  background: #f9fbfd;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(12, 42, 78, 0.15);
}

/* Benefit Icons */
.benefit-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0C2A4E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 16px;
}

/* Titles */
.benefit-card h4 {
  color: #0C2A4E;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .benefits-section .main-heading {
    font-size: 26px;
  }
  .benefit-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e9afb12 *//* Section Styling */
.accreditations {
  padding: 80px 0;
  background: #f9fafa;
  font-family: 'Poppins', sans-serif;
}

/* Section Header */
.section-header {
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-header .subtitle {
  color: #0C2A4E;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 1.2px;
}

.section-header h2 {
  font-size: 32px;
  color: #0C2A4E;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-header p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Grid Layout — Always 4 Cards on Desktop */
.accreditation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Always 4 per row */
  gap: 30px;
}

/* Accreditation Card Styling */
.accreditation-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-top: 5px solid #0C2A4E;
}

.accreditation-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Logo Styling */
.accreditation-card .logo {
  width: 90px;
  height: auto;
  margin-bottom: 15px;
  transition: transform 0.3s ease-in-out;
}

.accreditation-card:hover .logo {
  transform: scale(1.1);
}

/* Title & Description */
.accreditation-card h3 {
  font-size: 18px;
  color: #0C2A4E;
  font-weight: 600;
  margin-bottom: 10px;
}

.accreditation-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

/* RESPONSIVENESS */
@media (max-width: 1024px) {
  .accreditation-grid {
    grid-template-columns: repeat(2, 1fr); /* Tablets → 2 cards per row */
  }
}

@media (max-width: 600px) {
  .accreditation-grid {
    grid-template-columns: 1fr; /* Mobile → 1 card per row */
  }
}

.elementor-9517 .elementor-element.elementor-element-3e9afb12 .accreditation-card {
    text-align: center;
}

.elementor-9517 .elementor-element.elementor-element-3e9afb12 .accreditation-card .logo {
    display: block;
    margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce3ced4 *//* CTA Section */
.cta-section {
  padding: 80px 0;
  background: #0C2A4E;
  color: #fff;
  position: relative;
}

.cta-heading {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}

.cta-subtext {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  line-height: 1.7;
}

.cta-btn {
  display: inline-block;
  background: #fff;
  color: #0C2A4E;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.cta-btn:hover {
  background: #f1f5f9;
  color: #0C2A4E;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .cta-heading { font-size: 26px; }
  .cta-subtext { font-size: 14px; }
  .cta-btn { font-size: 15px; padding: 12px 26px; }
}


.elementor-9517 .elementor-element.elementor-element-ce3ced4 .cta-btn {
    color: navy;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-234b4a70 *//* ===== Layout ===== */
.contact-split { padding: 0; background: #f2f6fb; }
.contact-split .contact-split-wrap {
  min-height: 560px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(12,42,78,.10);
}

/* Left Pane */
.left-pane {
  position: relative; min-height: 560px;
  background: url("https://stellartech.com.sg/wp-content/uploads/2025/08/ChatGPT-Image-Aug-28-2025-at-08_27_38-AM.png") center/cover no-repeat;
}
.left-overlay { position:absolute; inset:0; background: linear-gradient(120deg, rgba(12,42,78,.86), rgba(12,42,78,.72)); }
.left-content { position:relative; z-index:2; color:#fff; padding: 54px 48px; max-width: 640px; }

/* Foreground Image Card */
.brand-card {
  display:inline-block;
  background:#ffffff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:10px;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  margin-bottom: 22px;
}
.brand-mark { display:block; width: 280px; height:auto; border-radius:12px; }

/* Left Text */
.left-content h2 { font-size: 32px; font-weight: 800; margin: 10px 0 12px; }
.left-content p { font-size: 15px; line-height: 1.75; opacity:.96; margin-bottom: 16px; }

/* Bullets */
.trust-points { list-style:none; padding:0; margin: 2px 0 18px; }
.trust-points li {
  position:relative; padding-left:18px; margin: 6px 0; font-size:14.5px; opacity:.96;
}
.trust-points li::before {
  content:""; position:absolute; left:0; top:.55em;
  width:8px; height:8px; border-radius:50%;
  background:#cfe3ff;
}

/* Micro contacts */
.mini-contacts div { font-size:14px; margin-bottom:6px; }
.mini-contacts a { color:#fff; text-decoration: underline; text-underline-offset: 2px; }

/* Right Pane */
.right-pane { background:#fff; display:flex; align-items:center; padding: 48px 44px; }
.form-box { width:100%; max-width: 600px; }
.form-box h3 { color:#0C2A4E; font-size:28px; font-weight:800; margin: 0 0 6px; }
.form-sub { color:#5b6a7b; font-size:14.5px; margin-bottom: 22px; }

/* Inputs */
.split-form .form-label { font-size: 13.5px; font-weight: 600; color:#123455; margin-bottom: 6px; }
.split-form .form-control, .split-form .form-select {
  border-radius: 12px;
  border: 1px solid #d7e3f1;
  padding: 12px 14px;
  font-size: 15.5px;
  color:#0b223d;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.split-form .form-control::placeholder { color:#98a7b8; }
.split-form .form-control:focus, .split-form .form-select:focus {
  border-color:#0C2A4E;
  box-shadow: 0 0 0 4px rgba(12,42,78,.12);
  outline: none;
}

/* Consent Row */
.terms-row { margin-top: 6px; gap:10px!important; }
.terms-row input[type="checkbox"] { accent-color:#0C2A4E; width:18px; height:18px; margin-top:3px; }
.terms-row label { font-size: 13.5px; color:#3a4a5c; }

/* On-Brand Button */
.contact-btn,
button[type="submit"],
input[type="submit"],
.wpcf7-submit,
.wpforms-submit {
  background:#0C2A4E !important;
  color:#fff !important;
  border:0 !important;
  border-radius: 50px !important;
  padding: 13px 28px !important;
  font-weight:800 !important;
  font-size:16px !important;
  line-height:1 !important;
  box-shadow: 0 10px 24px rgba(12,42,78,.25) !important;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease !important;
}
.contact-btn:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.wpcf7-submit:hover,
.wpforms-submit:hover {
  background:#103a6b !important; /* darker brand shade */
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(12,42,78,.30) !important;
}

/* Responsive */
@media (max-width: 992px) {
  .left-content { padding: 40px 32px; }
  .left-content h2 { font-size: 28px; }
  .right-pane { padding: 32px 28px; }
}
@media (max-width: 768px) {
  .left-pane { min-height: 340px; }
  .left-content h2 { font-size: 24px; }
  .brand-mark { width: 220px; }
}/* End custom CSS */