.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-849f476:#FFA600;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: #fff;
}

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 38px;
  justify-content: space-between;
  background: #fff;
  height: 82px;
  box-shadow: 0 4px 16px rgba(43, 38, 109, 0.05);
  position: relative;
  z-index: 99;
}
.logo img {
  height: 38px;
  vertical-align: middle;
}

.nav-right {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 31px;
}
.nav-links a {
  color: #393c4c;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  transition: color .18s;
}
.nav-links a.active,
.nav-links a:hover {
  color: #ffae2e;
}
.btn-signin {
  margin-left: 28px;
  background: none;
  color: #484a64;
  border: 1.5px solid #ffb449;
  border-radius: 8px;
  padding: 7px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background .18s, color .18s;
  font-family: 'Inter', Arial, sans-serif;
  text-decoration: none;
}
.btn-signin:hover {
  background: #ffb449;
  color: #fff;
}

/* HERO */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 54px 0 28px 0;
  background: #fff;
  min-height: 460px;
  gap: 28px;
}
.hero-content {
  max-width: 480px;
  margin-left: 40px;
}

.hero-content h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.13;
  color: #25306a;
  margin-bottom: 19px;
  margin-top: 0;
}
.hero-content h1 .highlight {
  color: #FDB83A;
  font-weight: 800;
  background: none;
}
.hero-content p {
  color: #484a64;
  font-size: 17px;
  margin-bottom: 30px;
  margin-top: 0;
}
.hero-buttons {
  display: flex;
  gap: 20px;
}
.btn-primary {
  background: #FDB83A;
  color: #232323;
  font-weight: bold;
  font-size: 16px;
  border: none;
  padding: 13px 32px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 3px 9px rgba(253,184,58,0.13);
  transition: background .18s;
}
.btn-primary:hover { background: #ffcb44; }
.btn-secondary {
  background: none;
  color: #FDB83A;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #FDB83A;
  padding: 11px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: color .18s, background .18s;
}
.btn-secondary:hover {
  background: #fff5de;
  color: #232323;
}

.hero-image {
  position: relative;
  min-width: 352px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image img {
  height: 315px;
  border-radius: 20px;
  box-shadow: none;
  display: block;
}

/* Badge pada gambar */
.badge {
  position: absolute;
  padding: 7px 19px;
  background: #fff;
  color: #FFB449;
  font-weight: bold;
  border-radius: 22px;
  font-size: 17px;
  border: 2px solid #FFB449;
  box-shadow: 0 2px 7px rgba(253,184,58,0.09);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 7px;
}
.badge-1 {
  top: 30px;
  left: -55px;
}
.badge-2 {
  bottom: 36px;
  right: -44px;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .hero {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0 16px 0;
  }
  .hero-content {
    max-width: 96vw;
    margin: 0 12px;
    text-align: center;
  }
  .hero-image {
    min-width: unset;
  }
  .badge-1, .badge-2 { position: static; margin: 17px 6px 0 0; }
}

@media (max-width: 600px) {
  .navbar {
    padding: 0 11px;
    height: auto;
    flex-direction: column;
    gap: 15px;
  }
  .hero-image img { height: 170px; }
}

/* End style */


.outsourcing-section, 
.outsourcing-section * {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.outsourcing-section {
  background-color: #fcd900;
  padding: 60px 30px;
  text-align: center;
}

.outsourcing-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  color: #10103c;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 40px;
}

.card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  width: 100%;
  max-width: 350px;
  flex: 1;
  text-align: center;
}

.card img {
  width: 80px;
  margin-bottom: 20px;
}

.card h3 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

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

.trusted-section {
  background: #fff;
  padding: 60px 30px;
  text-align: center;
}

.trusted-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #10103c;
  margin-bottom: 10px;
}

.section-title.second-title {
  margin-top: 60px;
}

.section-subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 20px;
  margin-bottom: 30px;
}

.stats strong {
  font-size: 50px;
  color: #f89b1c;
}

.logos-carousel {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.logos-carousel img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}

.highlight {
  color: #f89b1c;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.feature {
  text-align: center;
  margin-top: 50px;
}

.feature img {
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
}

.feature h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.feature p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Wrapper */
.attendance-card {
  width: 320px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  overflow: hidden;
  font-family: 'Inter', Arial, sans-serif;
  margin: 24px;
  border: 1px solid #f0f0f0;
}

.attendance-header {
  display: flex;
  align-items: flex-start;
  padding: 16px 16px 5px 16px;
  background: #F6F8FB;
}

.building-img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 12px;
}

.location-info {
  flex: 1;
}
.place-name {
  font-weight: 600;
  color: #212121;
  font-size: 16px;
}
.location-desc, .organization {
  color: #969799;
  font-size: 13px;
  margin-top: 2px;
}
.organization {
  font-weight: 500;
}

.map-badge img {
  width: 28px;
  height: 28px;
}

/* Body */
.attendance-body {
  padding: 12px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.attendance-title {
  font-size: 14px;
  color: #969799;
  font-weight: 500;
  margin-bottom: 4px;
}
.attendance-time {
  font-size: 35px;
  color: #FFB449;
  font-weight: bold;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.attendance-date {
  font-size: 14px;
  color: #868686;
  margin-bottom: 10px;
}
.attendance-btn {
  background: #FFB449;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(255, 180, 73, 0.15);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s;
}

.attendance-btn:hover {
  background: #FFA600;
}

.testimonial-section {
  width: 100%;
  background: #fff;
  padding: 48px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-header {
  text-align: center;
  margin-bottom: 24px;
}
.testimonial-label {
  color: #969799;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
}
.testimonial-title {
  font-size: 32px;
  font-weight: bold;
  margin: 6px 0 0 0;
  color: #212121;
}

.testimonial-card {
  background: #fff;
  max-width: 880px;
  margin: 0 auto;
  padding: 36px 48px 32px 48px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
}

.testimonial-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 42px;
  margin-bottom: 24px;
}

/* Kutipan besar */
.testimonial-quote {
  flex: 1.5;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.quote-mark {
  color: #FFB449;
  font-size: 48px;
  font-family: serif;
  font-weight: bold;
  margin-top: -14px;
}
.testimonial-subtitle {
  color: #212121;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 7px;
  letter-spacing: 0.5px;
}
.testimonial-text {
  color: #373737;
  font-size: 16px;
  line-height: 1.8;
}

/* Author */
.testimonial-author {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 125px; /* Atur nilainya sampai kelihatan di tengah */
}
.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid #fff8ea;
  box-shadow: 0 2px 6px rgba(255,180,73,0.13);
}
.author-name {
  font-weight: bold;
  color: #212121;
  font-size: 16px;
  margin-bottom: 3px;
}
.author-role {
  color: #969799;
  font-size: 14px;
  line-height: 1.3;
}

/* Pagination Dots */
.testimonial-pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 8px;
}
.pagination-dot {
  display: inline-block;
  width: 36px;
  height: 5px;
  background: #f3f3f3;
  border-radius: 2.5px;
  transition: background 0.2s;
}
.pagination-dot.active {
  background: #FFB449;
}

.pricing-section {
  padding: 40px 0 80px 0;
  background: #f7f7fa;
  font-family: 'Inter', Arial, sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 30px;
}
.pricing-subtitle {
  font-size: 14px;
  color: #969799;
  margin-bottom: 5px;
}
.pricing-title {
  font-size: 28px;
  font-weight: bold;
  color: #232323;
  line-height: 1.3;
}

.pricing-table-wrapper {
  width: 100%;
  max-width: 1018px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
  padding: 33px 22px 18px 22px;
}

.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
}

.pricing-table thead {
  background: #F6F8FB;
}
.pricing-table th,
.pricing-table td {
  text-align: center;
  padding: 17px 8px;
}
.pricing-table th {
  font-size: 17px;
  color: #222;
  font-weight: 600;
  border-bottom: 2px solid #f3f3f3;
}
.pricing-table td:first-child,
.pricing-table th:first-child {
  text-align: left;
  font-weight: 500;
  width: 240px;
}

.plan-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #2B2B2B;
}
.plan-price {
  font-size: 18px;
  color: #FFB449;
  font-weight: bold;
}
.plan-price span {
  color: #969799;
  font-size: 12px;
  font-weight: 400;
}

.section-row {
  background: #eeeeee;
  font-weight: 700;
  font-size: 15px;
  color: #393c4c;
}

/* Baris Section */
.section-row td {
  text-align: left !important;
  background: #F7F7FA;
  font-weight: bold;
  font-size: 15px;
  color: #212121;
  border-top: 2px solid #ececec;
  padding: 27px 8px 8px 8px;
}


/* Centang */
.pricing-table img {
  width: 80px;
  height: 28px;
  object-fit: contain;
  vertical-align: middle;
}

/* --- ALTERNATIF: SVG CHECK --- */
.pricing-table td svg {
  width: 26px;
  height: 26px;
  display: inline;
  margin: 0 auto;
}

.cta-section {
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  padding: 32px 0;
}

.cta-container {
  background: #FFCB44;
  border-radius: 35px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  max-width: 1100px;
  min-height: 240px;
  width: 100%;
  padding: 44px 48px 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cta-text {
  max-width: 350px;
  flex: 1;
}

.cta-subtitle {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  margin-bottom: 2px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.cta-title {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 11px 0;
  color: #222;
  line-height: 1.12;
  font-family: 'Montserrat', Arial, sans-serif;
}

.cta-desc {
  font-size: 15.5px;
  color: #3d3d3d;
  margin-bottom: 23px;
  line-height: 1.52;
}

.cta-btn {
  background: #181818;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  border: none;
  border-radius: 8px;
  padding: 11px 28px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background .19s;
}
.cta-btn:hover {
  background: #343434;
}

/* Stack images */
.cta-img-stack {
  position: relative;
  min-width: 270px;
  height: 202px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.img-cleaning {
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: 1;
  width: 123px;
  height: auto;
}

.img-satpam {
  position: relative;
  z-index: 2;
  width: 146px;
  height: auto;
  left: 0;
  bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .cta-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 16px 35px 16px;
    min-height: unset;
    gap: 20px;
  }
  .cta-img-stack {
    min-width: 140px;
    height: 178px;
  }
  .img-satpam, .img-cleaning {
    width: 93px;
  }
  .img-cleaning { left: 40px; }
  .cta-text { max-width: 100%; }
}

@media (max-width: 500px) {
  .cta-container {
    border-radius: 18px;
    padding: 18px 5vw 22px 5vw;
  }
  .cta-title { font-size: 22px; }
  .cta-img-stack { height: 105px; min-width: 70px; }
  .img-satpam,
  .img-cleaning { width: 53px; }
  .img-cleaning { left: 22px; }
}



.footer {
  background: #585858;
  color: #fff;
  font-family: 'Inter', Arial, sans-serif;
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 14px;
  margin-top: 40px;
}

.footer-container {
  max-width: 1200px;
  margin: 20px auto;
  display: flex;
  gap: 48px;
  padding: 0 28px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 182px;
}
.col-logo { max-width: 240px; }
.footer-logo {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}
.footer-desc {
  color: #ededed;
  font-size: 14px;
  margin-bottom: 16px;
}
.footer-tag {
  font-size: 12px;
  color: #ffd275;
  margin-top: 7px;
  opacity: 0.9;
}

.footer-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 7px;
}
.footer-address {
  color: #ededed;
  line-height: 1.45;
  font-size: 14px;
}
.footer-list a {
  color: #ffd275;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-list a:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 14px; /* jarak antar gambar, boleh diubah */
  margin-top: 9px; /* boleh diubah atau dihapus */
}

.footer-social img {
  display: block;
  width: 100px; /* lebar gambar, boleh diubah */
  height: 29px;        /* sesuaikan tinggi yang diinginkan */
  background: none;    /* pastikan gaada bg */
  box-shadow: none;
  padding: 0;          /* hapus ruang dalam */
  margin: 0;           /* hapus ruang luar */
  border: none;        /* pastikan gaada border */
}

/* Garis bawah copyright */
.footer-bottom {
  border-top: 1.5px solid #aaa;
  color: #ededed;
  text-align: right;
  padding: 12px 34px 12px 0;
  font-size: 13px;
  margin-top: 23px;
  opacity: .85;
}

.footer-col.col-apps,
.footer-social {
  padding: 0;
  margin: 0;
  background: none;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    flex-wrap: wrap;
    gap: 27px;
  }
  .footer-bottom {
    text-align: center;
    padding: 10px 8px;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    gap: 15px;
    padding: 0 8px;
  }
  .col-logo {
    max-width: 100%;
    margin-bottom: 12px;
  }
}

/* Section background & wrapper */
.outsourcing-section {
  background: #fcd900;
  padding: 64px 0 62px 0;
}
.container.gallery-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 0;
}

/* Gambar gallery */
.gallery-image {
  width: 245px;
  height: 470px;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(30,50,100,0.10);
  background: #fff;
  display: block;
  border: 1.5px solid #eee;
  transition: box-shadow 0.18s, transform 0.18s;
  object-fit: contain; /* atau HAPUS sekalian, karena img by default sudah cover */
}

.gallery-image:hover {
  box-shadow: 0 8px 32px rgba(43, 38, 109, 0.16);
  transform: translateY(-4px) scale(1.01);
}

.outsourcing-section {
  background-color: #fcd900;
  padding: 60px 30px;
  text-align: center;
}

/* Responsive */
@media (max-width: 1080px) {
  .gallery-image {
    width: 170px;
    height: 280px;
  }
  .container.gallery-row {
    gap: 12px;
  }
}
@media (max-width: 700px) {
  .container.gallery-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .gallery-image {
    width: 92vw;
    max-width: 380px;
    height: auto;
    aspect-ratio: 245/470;
  }
}

.faq-section {
  background: #fff;
  padding: 54px 0 36px 0;
}

.faq-container {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.05);
  padding: 36px 36px 24px;
}

.faq-title {
  font-size: 28px;
  font-weight: bold;
  color: #1d1d1d;
  text-align: left;
  margin-bottom: 28px;
}

.faq-item {
  margin-bottom: 6px;
  border-bottom: 1px solid #efefef;
}

.faq-item input[type="checkbox"] {
  display: none;
}

.faq-question {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #222;
  padding: 17px 0;
  transition: color 0.18s;
  position: relative;
}

.faq-question::after {
  content: '+';
  color: #FDB83A;
  font-size: 21px;
  font-weight: bold;
  right: 0;
  position: absolute;
  margin-right: 7px;
}

.faq-item input:checked ~ .faq-question::after {
  content: '-';
}

.faq-answer {
  display: none;
  padding-bottom: 20px;
  padding-right: 12px;
  color: #545454;
  font-size: 15px;
  line-height: 1.7;
}
.faq-item input:checked ~ .faq-answer {
  display: block;
}

.faq-answer a {
  color: #FDB83A;
  text-decoration: underline;
}

thead tr th {
  vertical-align: top;
  background: none;
  border: none;
  padding: 0 14px;
}

/* CARD STYLE */
.plan-card {
  background: #fff;
  border-radius: 15px 15px 12px 12px;
  /* Hanya border atas yang diwarnai, sisi lain transparan */
  border-top: 4px solid #e7e7e7;  /* default, akan dioverride spesifik plan */
  box-shadow: 0 4px 24px rgba(43,38,109,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 12px 20px 12px;
  min-width: 178px;
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 2px;
  transition: box-shadow 0.22s, border-top 0.2s;
  text-align: center;
  position: relative;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

/* KHUSUS WARNA BORDER ATAS PLAN */
.plan-optima  { border-top-color: #22CA6F;}
.plan-suprema { border-top-color: #EA3333;}
.plan-maxima  { border-top-color: #5D5FEF;}
.plan-custom  { border-top-color: #5D5FEF;} /* abu custom */

/* Name */
.plan-name {
  font-size: 1.17em;
  font-weight: 700;
  color: #272727;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

/* Price */
.plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #232323;
  margin-bottom: 8px;
}
.plan-price span {
  display: block;
  font-size: 0.70em;
  color: #838383;
  font-weight: 500;
  margin-top: 2px;
}

.plan-desc {
  font-size: 0.93em;
  color: #888;
  margin-bottom: 7px;
  margin-top: -2px;
}

.plan-btn {
  width: 161px;
  height: 40px;
  margin-top: 25px;
  border-radius: 4px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1em;
  /* font-weight: 700; */
  border: none;
  padding: 11px 0;
  color: #fff;
  background: #a3a3a3;
  cursor: pointer;
  transition: background .17s, box-shadow .15s;
  box-shadow: 0 2px 12px rgba(43,38,109,0.09);
}

.btn-optima   { background: #FF9500; }
.btn-suprema  { background: #FF9500; }
.btn-maxima   { background: #FF9500; }
.btn-custom   { background: #FF9500; }

.plan-card:hover {
  box-shadow: 0 8px 32px rgba(43,38,109,0.13);
  border-top-width: 7px;
}
.plan-btn:hover { filter: brightness(0.91); }

@media (max-width: 900px) {
  .plan-card { min-width: 137px; padding: 17px 4px 13px 4px; }
  .plan-name, .plan-price { font-size: 1em; }
  thead tr th { padding: 0 4px;}
}/* End custom CSS */