/* =========================
   HERO TITLE
========================= */
#hero .etheme-advanced-headline {
  font-size: 56px;
  line-height: 1.1;
}

/* supaya span ikut ukuran judul */
#hero .etheme-advanced-headline .etheme-a-h-text {
  font-size: inherit;
  line-height: inherit;
}

/* Contact sales button */
.elementor-element-49beb2c .elementor-button{
  background: linear-gradient(to right, #5F5DFF 0%, #6083FF 100%) !important;
  color: #fff !important;
}

.elementor-element-49beb2c .elementor-button:hover{
  background: #263238 !important;
}

#hero-illustration img {
  max-width: 100%;
  max-height: 520px;
  height: auto;
}

#hero-illustration {
   transform: translateY(-12px);
  margin-left: 30px;
}

.elementor-element-6d24ca9,
.elementor-element-d3c5e34 {
  z-index: 1 !important;
  opacity: .35 !important; /* optional biar samar */
}
/* 
warna icon */
#overview .etheme-icon-box-icon{
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #0078D4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  gap: 18px;
}

#overview .feature-icon{
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* ===== HERO responsive upgrade ===== */
#hero .etheme-advanced-headline{
  font-size: clamp(28px, 4.2vw, 56px);
  line-height: 1.1;
}

/* Mobile: rapihin spacing & ukuran */
@media (max-width: 768px){
  #hero .etheme-advanced-headline{ font-size: 34px; }
  #hero .etheme-advanced-headline .etheme-a-h-text{ font-size: 28px; }

  #hero-illustration{
    transform: none !important;
    margin-left: 0 !important;
    margin-top: 12px;
  }
  #hero-illustration img{
    max-height: 360px;
  }
}

@media (max-width: 480px){
  #hero .etheme-advanced-headline{ font-size: 30px; }
  #hero .etheme-advanced-headline .etheme-a-h-text{ font-size: 24px; }
  #hero-illustration img{ max-height: 300px; }
}



/* mobile */
@media (max-width: 768px) {
  #hero .etheme-advanced-headline {
    font-size: 36px;
  }
}


/* ===============================
   PLANS SECTION - MICROSOFT 365
=============================== */
#plans {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 40%, #f6f8fc 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Lebar section */
#plans .elementor-container {
  max-width: 1300px;
  margin: 0 auto;
  justify-content: center;
}

/* Center semua card */
#plans .elementor-row,
#plans .elementor-container {
  justify-content: center;
}

/* Card layout: 3 kolom desktop */
#plans .elementor-column {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 12px; /* jarak antar card */
  box-sizing: border-box;
}

/* Isi card rata tengah */
#plans .elementor-widget-wrap {
  text-align: center;
  height: 100%;
}

/* Biar tinggi card konsisten */
#plans .elementor-widget-container {
  height: 100%;
}

/* Rapihin judul section */
#plans .elementor-heading-title {
  margin-bottom: 8px;
}

.etheme-flipbox-icon {
    width: 60px;
    height: 60px;
    background: #0078D4; /* Microsoft Blue */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flipbox-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* bikin icon jadi putih */
}

/* Biar container icon-nya jadi bulat + center */
.etheme-flipbox-icon-a,
.etheme-flipbox-icon-b {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #EEF2FF; /* soft blue */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto; /* ini bikin ketengah */
}

/* ukuran ikon di dalamnya */
.icon-plan{
  width: 36px;
  height: 36px;
  object-fit: contain;

  /* bikin icon jadi biru */
  filter: brightness(0) saturate(100%)
          invert(33%) sepia(84%) saturate(2100%)
          hue-rotate(187deg) brightness(92%) contrast(103%);
}

/* khusus icon di SIDE B biar jadi putih */
.etheme-flipbox-side_b .icon-plan{
  filter: brightness(0) invert(1) !important;
}

/* background lingkaran di side B (bukan putih solid) */
.etheme-flipbox-side_b .etheme-flipbox-icon.etheme-flipbox-icon-b,
.etheme-flipbox-side_b .etheme-flipbox-icon-b.elementor-icon,
.etheme-flipbox-side_b .elementor-icon.etheme-flipbox-icon-b{
  background: rgba(255,255,255,0.28) !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
}

/* kalau theme bikin lingkaran dari pseudo-element */
.etheme-flipbox-side_b .etheme-flipbox-icon-b::before,
.etheme-flipbox-side_b .etheme-flipbox-icon-b::after{
  background: rgba(255,255,255,0.18) !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
}

@media (max-width: 768px){
  #overview .etheme-icon-box-icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-bottom: 10px;
  }
  #overview .feature-icon{
    width: 24px;
    height: 24px;
  }
}



/* Tablet: 2 card */
@media (max-width: 991px) {
  #plans .elementor-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile: 1 card */
@media (max-width: 576px) {
  #plans .elementor-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ===============================
   About Us Mini (above Contact)
=============================== */
.np-about-mini{
  padding: 0px 0 20px;
  margin-top: 25px;
}
.np-about-mini .container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.np-about-mini__card{
  position: relative;
  border-radius: 26px;
  padding: 50px 50px 40px;
  background: linear-gradient(180deg, rgba(37,99,235,0.10), rgba(37,99,235,0.03));
  border: 1px solid rgba(37,99,235,0.16);
  box-shadow: 0 18px 60px rgba(17,24,39,0.08);
  overflow: hidden;
}
.np-about-mini__card:before{
  content:"";
  position:absolute;
  inset:-60px -60px auto auto;
  width:260px;
  height:260px;
  background: radial-gradient(circle at 30% 30%, rgba(37,99,235,0.25), rgba(37,99,235,0));
  transform: rotate(8deg);
}
.np-about-mini__badge{
  display:inline-block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .2px;
  color: #1d4ed8;
  background: rgba(37,99,235,0.12);
  border: 1px solid rgba(37,99,235,0.18);
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.np-about-mini__title{
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.18;
  color: #111827;
}
.np-about-mini__brand{
  color: #2563eb;
}
.np-about-mini__text{
  margin: 0 0 24px;
  color: #4b5563;
  max-width: 90ch;
  font-size: 18px;
  line-height: 1.7;
}
.np-about-mini__points{
  display:flex;
  flex-wrap:wrap;
  gap: 14px 18px;
}
.np-point{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  color:#374151;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(37,99,235,0.12);
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 16px;
}
.np-point__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 6px;
  background: #2563eb;
  box-shadow: 0 6px 18px rgba(37,99,235,0.35);
}

@media (max-width: 768px){
  .np-about-mini__card{ padding: 28px 18px 22px; }
  .np-about-mini__title{ font-size: 26px; }
  .np-about-mini__text{ font-size: 15px; }
}


/* =========================
   CONTACT SECTION (RAPI & SEJAJAR)
========================= */
#contact.contact.section-bg {
  padding: 90px 0;
  background:
    radial-gradient(900px 400px at 50% 0%, rgba(47,91,255,.12), transparent 60%),
    linear-gradient(180deg, #eef3ff 0%, #ffffff 70%);
}

/* Judul */
#contact .section-title {
  text-align: center;
  margin-bottom: 40px;
}
#contact .section-title h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1f2937;
}
#contact .section-title p {
  max-width: 760px;
  margin: 0 auto;
  color: #6b7280;
  line-height: 1.7;
}

/* Row & kolom sejajar */
#contact .row {
  display: flex;
  align-items: stretch;
}
#contact .col-lg-5,
#contact .col-lg-7 {
  display: flex;
  flex-direction: column;
}

/* Card kiri & kanan (base) */
#contact .info,
#contact .php-email-form {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(47, 91, 255, 0.18);
  box-shadow: 0 26px 90px rgba(17,24,39,.12);

  position: relative;
  overflow: hidden;

  background: linear-gradient(180deg, #ffffff 0%, #eef2ff 100%);
  display: flex;
  flex-direction: column;
}

/* padding final (biar sama persis dengan yang sekarang) */
#contact .info { padding: 32px; }
#contact .php-email-form { padding: 26px; }

/* strip aksen atas */
#contact .info::before,
#contact .php-email-form::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: linear-gradient(90deg, #2F5BFF, rgba(47,91,255,.65));
}

/* ===== LEFT (INFO) ===== */
#contact .info h4 {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #111827;
}
#contact .info p {
  margin: 0;
  color: #6b7280;
  line-height: 1.55;
}
#contact .info .address,
#contact .info .phone,
#contact .info .email {
  margin-bottom: 18px;
}

#contact .info iframe {
  margin-top: 12px;
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.08);
  flex: 1;
  min-height: 240px;
  height: auto !important;
}

/* ===== RIGHT (FORM) ===== */
#contact .php-email-form label {
  font-weight: 800;
  font-size: 13px;
  color: #111827;
  margin-bottom: 8px;
  display: inline-block;
}

#contact .php-email-form .form-group {
  margin-bottom: 14px;
}

#contact .php-email-form .form-control {
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 14px;

  background: #f4f7ff;
  border: 1px solid rgba(17,24,39,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  transition: all .2s ease;
}

#contact .php-email-form .form-control:focus {
  outline: none;
  border-color: rgba(47, 91, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(47, 91, 255, 0.12);
  background: #fff;
}

#contact .php-email-form textarea.form-control {
  resize: vertical;
  min-height: 183px; /* final yang kepake */
  background: #f4f7ff;
}

/* area tombol (final) */
#contact .php-email-form .text-center {
  display: flex;
  justify-content: center;

  border-top: 1px dashed rgba(17, 24, 39, 0.14);
  margin-top: 18px;      /* final yang kepake */
  padding-top: 8px;      /* final yang kepake */
}

#contact .php-email-form .btn.btn-primary {
  min-width: 200px;
  height: 48px;
  padding: 0 32px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 15px;
  letter-spacing: 0.3px;

  border-radius: 14px;
  transition: all .2s ease;
  box-shadow: 0 12px 26px rgba(47, 91, 255, 0.22);
}

#contact .php-email-form .btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(47, 91, 255, 0.30);
}

/* invalid: border lebih tebel */
/* border merah soft */
.form-control.is-invalid {
  border-color: #f28b8b !important;   /* merah soft */
  border-width: 2px !important;
}

/* focus + glow merah soft */
.form-control.is-invalid:focus {
  border-color: #f28b8b !important;
  border-width: 2px !important;
  outline: none !important;
  box-shadow: 0 0 0 0.45rem rgba(242, 139, 139, 0.25) !important;
}





/* ===== RESPONSIVE CONTACT ===== */
@media (max-width: 992px) {
  #contact.contact.section-bg { padding: 70px 0; }
  #contact .section-title h2 { font-size: 32px; }

  #contact .col-lg-5,
  #contact .col-lg-7 { display: block; }

  #contact .info iframe {
    min-height: 180px;
    flex: unset;
  }

  #contact .php-email-form textarea.form-control {
    min-height: 180px;
  }
}

/* ===== CONTACT mobile stack fix ===== */
@media (max-width: 992px){
  #contact .row{
    flex-direction: column;
    gap: 18px;
  }

  #contact .info,
  #contact .php-email-form{
    height: auto;
  }

  #contact .info{ padding: 22px; }
  #contact .php-email-form{ padding: 20px; }

  #contact .section-title h2{ font-size: 30px; }
}

@media (max-width: 480px){
  #contact.contact.section-bg{ padding: 56px 0; }
  #contact .section-title h2{ font-size: 26px; }
}



/* =========================
   SHOW/HIDE DESKTOP/MOBILE
========================= */
@media (max-width: 767px) {
  .show-desktop-only { display: none !important; }
  .show-mobile-only { display: block !important; }
}
@media (min-width: 768px) {
  .show-desktop-only { display: block !important; }
  .show-mobile-only { display: none !important; }
}


/* Hide parallax image widget on mobile */
@media (max-width: 767px) {
  .etheme-parallax-scroll_effects { display: none !important; }
}


/* ===== Fix mobile: section BUSINESS (reverse-mobile) ===== */
@media (max-width: 767px) {
  .reverse-mobile .elementor-container {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .reverse-mobile [data-id="da411cc"] {
    padding-top: 0 !important;
  }

  /* Rapihin area teks */
  .reverse-mobile .elementor-widget-wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .reverse-mobile .etheme-advanced-headline,
  .reverse-mobile .etheme-advanced-headline * {
    line-height: 1.15 !important;
  }

  .reverse-mobile .etheme-advanced-headline {
    margin: 10px 0 12px 0 !important;
    font-size: 34px !important;
  }

  .reverse-mobile .etheme-a-h-text {
    display: block !important;
    font-size: 28px !important;
    margin-top: 8px !important;
    line-height: 1.15 !important;
  }

  .reverse-mobile .elementor-widget-text-editor {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .reverse-mobile .elementor-widget-text-editor[style*="max-width"] {
    max-width: 100% !important;
  }
}


/* ===== Fix mobile: ENTERPRISE ===== */
@media (max-width: 767px) {
  .enterprise-section .elementor-widget-wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .enterprise-section .etheme-advanced-headline,
  .enterprise-section .etheme-advanced-headline * {
    line-height: 1.15 !important;
  }

  .enterprise-section .etheme-advanced-headline {
    margin: 10px 0 12px 0 !important;
    font-size: 34px !important;
  }

  .enterprise-section .etheme-a-h-text {
    display: block !important;
    font-size: 28px !important;
    margin-top: 8px !important;
    line-height: 1.15 !important;
  }

  .enterprise-section .elementor-widget-text-editor {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .enterprise-section .elementor-widget-text-editor[style*="max-width"] {
    max-width: 100% !important;
  }

  .enterprise-section [style*="padding-top"] {
    padding-top: 0 !important;
  }
}


/* ===============================
   FEATURE MATRIX
=============================== */
.fm.section-bg {
  background: transparent !important;
  padding-top: 70px;
  padding-bottom: 70px;
}

.fm .section-title h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #111827;
}
.fm .section-title p {
  max-width: 760px;
  margin: 0 auto;
  color: #6b7280;
}

/* Card */
.fm-block {
  margin-top: 22px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  box-shadow: 0 18px 60px rgba(17,24,39,.08);
  overflow: hidden;
}

.fm-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(15,23,42,.06);
}

.fm-dot {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
}

/* Table */
.fm-table-wrap {
  /* wrapper: jangan jadi horizontal scroller, biar sticky header bisa sync */
  overflow-x: visible;
}

.fm-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.fm-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 720px;
}

:root{
  --np-nav-h: 90px; /* tinggi navbar (default), nanti bisa dibuat auto pakai JS */
}

/* ini jjuga dipake di nama kolom */
.fm-table thead th {
  position: sticky;
  top: 140px; 
  z-index: 50;

  background: linear-gradient(
    to right,
    #1e5bd7 0%,
    #2f74ea 25%,
    #4b93f5 55%,
    #74b3ff 80%,
    #a7d0ff 100%
  );
  background-attachment: fixed;  /* ✅ bikin gradient 1 bar nyambung */
  background-size: 100vw 100%;
  background-repeat: no-repeat;
  -webkit-text-fill-color: #ffffff; /* ✅ jaga teks biar nggak “ilang” */

  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0,0,0,.18);
  font-weight: 800;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15,23,42,.08);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;

  
}



.fm-table thead th:first-child {
  text-align: left !important;
  padding-left: 24px;
}

.fm-table tbody td {
  padding: 16px 16px;
  border-bottom: 1px solid rgba(15,23,42,.06);
  color: #334155;
  vertical-align: middle;
  background: #ffffff;
}

.fm-table tbody tr:nth-child(even) td {
  background: #f9fbff;
}

.fm-table tbody td:first-child {
  width: 45%;
  text-align: left;
  font-weight: 500;
}

.fm-table thead th:nth-child(n+2),
.fm-table tbody td:nth-child(n+2) {
  width: calc(55% / 4);
  text-align: center;
  vertical-align: middle;
  padding: 16px 12px;
}

.fm-table td.yes {
  color: #2563eb;
  font-weight: 700;
  font-size: 20px;
}
.fm-table td.no {
  color: #94a3b8;
  font-weight: 700;
  font-size: 20px;
}

.fm-table tbody tr:hover td {
  background: rgba(37,99,235,.05);
  transition: background .2s ease;
}

/* Grouped table rows */
.fm-table tr.fm-group td {
  background: #f8fafc;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: .03em;
  padding: 18px 16px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  font-size: 16px;
  font-style: italic;
}

.fm-table tr.fm-item td:first-child {
  padding-left: 40px !important;
}

/* HAPUS bullet/titik */
.fm-table tr.fm-item td:first-child::before {
  content: none !important;
}

/* hover rapi untuk item */
.fm-table tr.fm-item:hover td {
  background: #f8fafc;
}

/* Responsive */
@media (max-width: 991px) {
  .fm.section-bg { padding: 70px 0; }
  .fm .section-title h2 { font-size: 32px; }
  .fm-title { font-size: 18px; padding: 16px 16px 12px; }
  .fm-table { min-width: 640px; }
  .fm-table tbody td { padding: 14px 14px; }
}

@media (max-width: 575px) {
  .fm-table { min-width: 600px; }
  .fm-table tbody td:first-child { font-size: 14px; }
}

/* RAPETIN JARAK */
#feature-matrix {
  padding-bottom: 24px !important;
  margin-bottom: 0 !important;
}

section.elementor-element-50971fd {
  padding-top: 24px !important;
  margin-top: 0 !important;
}


/* ================= FOOTER FINAL (RAPI, JARAK SAMA, RESPONSIF) ================= */
.sk-footer-wrapper,
.sk-footer-wrapper * {
  color: #fff !important;
  opacity: 1 !important;
}

/* Link */
.sk-footer-wrapper a { text-decoration: none; }
.sk-footer-wrapper a:hover { opacity: .85 !important; }

/* 2) TOP FOOTER: 3 kolom rapi (DESKTOP) */
@media (min-width: 769px) {
  .sk-footer-wrapper .elementor-element-3644ca63 .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    align-items: start !important;
  }

  .sk-footer-wrapper .elementor-element-3644ca63 .elementor-column {
    width: auto !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  .sk-footer-wrapper .sk-footer-opening-row {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .sk-footer-wrapper .footer-opening-hours {
    text-align: center;
  }

  .sk-footer-wrapper .footer-opening-hours p {
    white-space: nowrap;
  }
}

/* 3) TOP FOOTER: MOBILE stack */
@media (max-width: 768px) {
  .sk-footer-wrapper .elementor-element-3644ca63 .elementor-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .sk-footer-wrapper .elementor-element-3644ca63 .elementor-column {
    text-align: left !important;
  }

  .sk-footer-wrapper .sk-footer-opening-row {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }

  .sk-footer-wrapper .footer-opening-hours {
    text-align: center;
  }
}

/* 4) Quick Links spacing rapet */
.sk-footer-wrapper .et-menu-list ul {
  margin: 8px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.sk-footer-wrapper .et-menu-list ul li { margin: 0 0 8px !important; }
.sk-footer-wrapper .et-menu-list h3 {
  margin: 0 0 10px !important;
  font-weight: 700 !important;
}

/* 5) CONTACT: icon + teks rapi */
.sk-footer-wrapper .elementor-column:nth-child(3) .elementor-widget-etheme_icon_box {
  width: 100%;
  margin: 0 0 4px !important;
}

.sk-footer-wrapper .elementor-column:nth-child(3) .etheme-icon-box { display: block !important; }

.sk-footer-wrapper .elementor-column:nth-child(3) .etheme-icon-box-icon-position-left {
  display: grid !important;
  grid-template-columns: 22px 1fr !important;
  column-gap: 10px !important;
  align-items: start !important;
}

.sk-footer-wrapper .elementor-column:nth-child(3) .etheme-icon-box-icon {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.sk-footer-wrapper .elementor-column:nth-child(3) .etheme-icon-box-content p {
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* 6) Opening Hours typography rapet */
.sk-footer-wrapper .footer-opening-hours h5 {
  margin: 0 0 4px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.sk-footer-wrapper .footer-opening-hours p {
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* 7) Divider halus */
.sk-footer-wrapper .elementor-divider-separator { opacity: .25 !important; }

/* 8) Footer bottom center */
.sk-footer-wrapper .elementor-element-14c77c71 .elementor-container {
  justify-content: center !important;
  text-align: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}
.sk-footer-wrapper .elementor-element-14c77c71 .elementor-column {
  width: auto !important;
  flex: none !important;
}

/* KECILKAN LOGO SOFTWAREKANTOR DI FOOTER */
.sk-footer-wrapper .footer-brand-logo img {
  max-width: 170px !important; /* ubah: 120px / 100px sesuai kebutuhan */
  width: 100% !important;
  height: auto !important;
}

.sk-footer-wrapper .footer-brand-logo {
  margin-bottom: 12px !important;
}

.sk-footer-wrapper .footer-brand {
  max-width: 340px; /* optional biar kolom kiri nggak melebar */
}

.sk-footer-wrapper .footer-brand-logo {
  margin-left: -10px !important;  /* ubah -5 / -15 sesuai selera */
}

.sk-footer-wrapper,
.sk-footer-wrapper .elementor-element-7419cea5 {
  background-image: none !important;
  background: linear-gradient(135deg, #0A2A4A 0%, #071827 100%) !important;
}

/* paksa setiap icon-box jadi block + ada jarak */
.elementor-column.elementor-col-25 .etheme-icon-box {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}

.elementor-column.elementor-col-25 .etheme-icon-box:last-child{
  margin-bottom: 0 !important;
}

/* FIX spacing Contact Us biar tidak dempet */
.sk-footer-wrapper .elementor-element-3644ca63 .elementor-column:nth-child(3) .elementor-widget-etheme_icon_box{
  margin-bottom: 18px !important;   /* jarak antar item */
}

.sk-footer-wrapper .elementor-element-3644ca63 .elementor-column:nth-child(3) .etheme-icon-box-content p{
  line-height: 1.9 !important;      /* jarak antar baris address */
}

/* Desktop */
@media (min-width: 769px) {
  .sk-footer-wrapper .footer-brand-logo img {
    max-width: 200px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .sk-footer-wrapper .footer-brand-logo img {
    max-width: 150px !important;
    margin: 0 auto !important;
    display: block !important;
  }
}



/* Matikan grid/garis vertikal background dari template */
html, body {
  background-image: none !important;
}

/* Kadang pattern-nya ditempel di wrapper template */
.site,
.site-content,
.main,
.main-wrapper,
.wrapper,
#content,
#page {
  background-image: none !important;
}

/* menghapus garis vertikal background */
body::before,
body::after,
.site::before,
.site::after,
.main::before,
.main::after,
#page::before,
#page::after {
  background-image: none !important;
  content: none !important;
}

/* ================= Back To Top (ring + arrow) ================= */
.sk-backtotop{
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 54px;
  height: 54px;
  border: none;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
  display: grid;
  place-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .25s ease;
}

.sk-backtotop.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sk-backtotop-ring{
  position: absolute;
  inset: 6px;
  border-radius: 999px;
  background: conic-gradient(#2563EB var(--progress, 0%), #E5E7EB 0);
  -webkit-mask: radial-gradient(transparent 62%, #000 63%);
  mask: radial-gradient(transparent 62%, #000 63%);
}

.sk-backtotop-arrow{
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1;
}


@media (max-width: 768px){
  .sk-backtotop{
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
  .sk-backtotop-ring{ inset: 5px; }
  .sk-backtotop-arrow{ font-size: 16px; }
}


/* tambahan hover  */
/* Hover baris (khusus tabel feature matrix) */
section.fm .fm-item:hover {
  background-color: #f5f9ff;
}

/* Link di kolom Feature */
section.fm .fm-item td:first-child a {
  display: inline-block;
  width: 100%;
  padding: 6px 0;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* Saat hover, keliatan clickable */
section.fm .fm-item:hover td:first-child a {
  color: #0078d4;
  text-decoration: underline;
  cursor: pointer;
}


/* =========================
   Security Card - FIX HOVER
   ========================= */

.mp-security {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
}

.mp-security__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  padding: 18px 14px;
  border-radius: 16px;

  background: #ffffff;
  border: 1px solid #e5e7eb;

  text-decoration: none;
  color: #0f172a;

  cursor: pointer;

  /* PENTING */
  position: relative;
  z-index: 1;

  transition: all 0.2s ease;
}

.mp-security__item img {
  width: 42px;
  height: auto;
}

.mp-security__item span {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* ===== HOVER YANG JELAS ===== */
.mp-security__item:hover {
  transform: translateY(-6px);
  border-color: #2563eb;
  background: #f0f6ff;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.25);
}

/* Icon ikut naik dikit */
.mp-security__item:hover img {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

/* Text jadi lebih tegas */
.mp-security__item:hover span {
  color: #1d4ed8;
}

/* ===============================
   FM STICKY HEADER CLONE (MOBILE)
   =============================== */

/* 1) Sticky thead asli hanya Desktop, biar tidak bentrok di mobile */
@media (min-width: 768px) {
  .fm-table thead th {
    position: sticky;
    top: 140px;
    z-index: 50;
  }
}

@media (max-width: 767px) {
  .fm-table thead th {
    position: static;   /* penting: matikan sticky bawaan di mobile */
    top: auto;
  }

  /* Sticky header clone container */
  .fm-sticky-head {
    position: sticky;
    top: 110px;                /* samakan dengan tinggi navbar kamu */
    z-index: 9999;
    background: #fff;

    overflow-x: auto;          /* ✅ INI KUNCINYA: bikin dia bisa “scrollLeft” */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* Biar tabel di dalam sticky head punya lebar yang sama dengan tabel asli */
  .fm-sticky-head .fm-table {
    width: max-content;        /* ikut konten/scrollWidth */
    min-width: 720px;          /* samakan dengan table kamu */
    border-collapse: collapse;
    table-layout: fixed;
  }

  /* Optional: sembunyikan scrollbar sticky head (biar rapi) */
  .fm-sticky-head::-webkit-scrollbar { height: 0; }
  .fm-sticky-head { scrollbar-width: none; }

  /* Optional: kalau kamu mau thead asli disembunyikan setelah clone siap */
  .fm-sticky-ready .fm-table thead {
    visibility: hidden;        /* tetap “ngaruh” ke layout kolom, tapi tidak kelihatan */
  }
}


/* =========================================================
   PATCH: FIX sidebar vs sticky FEATURE (fm-fixed-head)
   Tempel paling bawah (override)
========================================================= */
@media (max-width: 1024px){
  html.et-mini-content-opened .fm-fixed-head,
  body.et-mini-content-opened .fm-fixed-head,
  html.etheme-elementor-off-canvas--shown .fm-fixed-head,
  body.etheme-elementor-off-canvas--shown .fm-fixed-head,
  html.etheme-elementor-modal-popup--shown .fm-fixed-head,
  body.etheme-elementor-modal-popup--shown .fm-fixed-head,
  html.et-content-opened .fm-fixed-head,
  body.et-content-opened .fm-fixed-head,
  html.et-off-canvas-opened .fm-fixed-head,
  body.et-off-canvas-opened .fm-fixed-head{
    display:none !important;
  }

  /* Sticky clone jangan “nyangkut” di atas overlay */
  .fm-fixed-head{
    z-index: 1 !important;
  }
}
