.counter-area-4 { --theme-color: #3d68ff; padding-top: 80px; }
.counter-card4-wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.counter-card4_icon {
  position: relative;
  width: 80px; height: 80px; line-height: 80px; border-radius: 50%;
  text-align: center; background-color: #fff; border: 1px solid #ebedf1;
  filter: drop-shadow(2.5px 2.5px 15px rgba(232, 234, 238, 0.55));
  transition: .4s ease-in-out; margin-bottom: 35px; z-index: 1;
}
.counter-card4_icon:before {
  content: ""; position: absolute; inset: 0; transform: scale(0);
  border-radius: 50%; background-color: var(--theme-color);
  transform-origin: center; transition: all .5s cubic-bezier(.62,.21,.45,1.52); z-index: -1;
}
.counter-card4_icon img { transition: .4s ease-in-out; }
.counter-card4_icon i {
  font-size: 32px;
  color: #3d68ff;
  line-height: 80px;
  transition: .4s ease-in-out;
}
.counter-card4-wrap .divider { background: #d4dae7; width: 1px; height: 245px; }
.counter-card4-wrap .divider:last-of-type { display: none; }
.counter-card4 .box-number { font-size: 40px; color: black; font-weight: 700; margin-bottom: 8px; margin-top: -.2em; }
.counter-card4 .counter-title { margin-bottom: 10px; font-weight: 600; color: #000; }
.counter-card4 .media-body { flex: 1; max-width: 312px; }
.counter-card4:hover .counter-card4_icon:before { transform: scaleX(1); }
.counter-card4:hover .counter-card4_icon img { transform: rotateY(180deg); filter: brightness(0) invert(1); }
.counter-card4:hover .counter-card4_icon i { transform: rotateY(180deg); color: #fff; }

@media (max-width: 991px) { .counter-card4-wrap .divider { display: none; } .counter-card4 .counter-title { font-size: 18px; }}
@media (min-width: 768px) and (max-width: 1199px) {
  .counter-card4-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 20px;
  }

  .counter-card4-wrap .divider {
    display: none;
  }

  .counter-card4 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .counter-card4_icon {
    margin: 0 auto 24px auto;
  }

  .counter-card4 .media-body {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .counter-card4 { flex: 50%; padding-left: 10px; padding-right: 10px; text-align: center; }
  .counter-card4_icon { display: block; margin: auto auto 35px auto; }
  .counter-card4-wrap { flex-wrap: wrap; position: relative; display: block; }
  .counter-card4-wrap .divider { display: none; }
  .counter-card4:nth-child(1), .counter-card4:nth-child(3) { padding-bottom: 30px; margin-bottom: 30px; }
  .counter-card4 .media-body { max-width: 100%; }
  .counter-card4 .counter-title { font-size: 20px; }
}
@media (max-width: 575px) { .counter-area-4 { padding-top: 80px; margin-top: 0; } }

.jump { animation: jump 2.5s ease-in-out infinite; }
@keyframes jump {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes movingX {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(12px); }
}
.movingX { animation: movingX 3.2s linear infinite; }

.process-area9 {
  background-color: #FFFFFF;
  background-size: 22px 22px, 100% 100%, 100% 100%, 100% 100%;
}
.process-area9 .sec-text {
  max-width: 760px;
  color: #676d7d;
}

.module-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: rgba(37, 99, 235, 0.06);
  color: #1d4ed8;
  transition: 0.4s ease-in-out;
}

.service-item.is-hidden { display: none; }
.exclusive-toggle-btn {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(90deg, #4a6de8 0%, #3f63df 100%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.exclusive-toggle-btn:hover,
.exclusive-toggle-btn:focus {
  color: #fff;
  opacity: 0.96;
}

.service-area5 {
  position: relative;
  background-color: #e7eefd;
}
.service-area5 .sec-title .text {
  position: relative;
  padding-top: 25px;
  margin-top: 10px;
}

/* Rounded light-blue panel (section stays white); cards inside are white */
.service-area5-panel {
  background: #eef4ff;
  border-radius: 28px;
  padding: 48px 40px 44px;
  box-shadow: 0 8px 32px rgba(52, 101, 223, 0.08);
}

@media (max-width: 991px) {
  .service-area5-panel {
    padding: 36px 28px 32px;
    border-radius: 22px;
  }
}

@media (max-width: 575px) {
  .service-area5-panel {
    padding: 28px 18px 24px;
    border-radius: 18px;
  }
}
.module-card {
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e9f2;
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  transition: box-shadow 220ms ease, border-color 220ms ease, transform 220ms ease;
}
@media (max-width: 1299px) { .module-card { padding: 30px 20px; } }

.module-icon {
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(37, 99, 235, 0.06);
}
.module-icon i {
  font-size: 35px;
  color: #3465df;
  line-height: 1;
}
.module-icon i,
.module-icon img {
  transition: transform 220ms ease, color 220ms ease;
}

.module-card h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1299px) { .module-card h3 { font-size: 20px; } }
@media (min-width: 1299px) { .module-card { min-height: 390px; } }
.module-card .line-btn {
  font-size: 16px;
  text-transform: capitalize;
  color: #3465df;
}
.module-card .line-btn:hover,
.module-card .line-btn:focus {
  color: #1d4ed8;
}
.module-card:hover {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
  transform: translateY(-2px);
}
.module-card:hover .module-icon i,
.module-card:hover .module-icon img {
  transform: scale(1.04);
}

.service-area5 .module-card {
  background-color: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}
.service-area5 .sec-title .text::before{
 position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 100%;
  background: var(--gradient-1);
  border-radius: 5px;
  content: "";
}
.service-area5 .module-card:hover {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

@media (min-width: 1200px) {
  .service-area5 #comprehensiveServices > [class*="col-"] {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.table-section {
  position: relative;
  background: #ffffff;
}
.table-section::before {
  position: absolute;
  left: -240px;
  top: -160px;
  height: 100%;
  width: 100%;
  background-image: url(/assets/images/icons/pattern-7.png);
  background-repeat: no-repeat;
  background-position: center left;
  pointer-events: none;
  z-index: 0;
  content: "";
}
.table-section::after {
  position: absolute;
  right: -240px;
  top: -160px;
  height: 100%;
  width: 100%;
  background-image: url(/assets/images/icons/shape-4-dark.png);
  background-repeat: no-repeat;
  background-position: center right;
  pointer-events: none;
  z-index: 0;
  content: "";
}
.table-section > .container {
  position: relative;
  z-index: 1;
}
.table-section .sec-title { margin-bottom: 46px; }

.compare-wrap {
  padding: 0;
  background: #ffffff;
  border: 1px solid #dbe4f3;
  border-top: 4px solid #3465df;
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.compare-wrap .compare-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #111827;
}

.compare-wrap .compare-table th,
.compare-wrap .compare-table td {
  padding: 17px 14px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #cfd8ea;
  border-right: 1px solid #cfd8ea;
}

.compare-wrap .compare-table th:last-child,
.compare-wrap .compare-table td:last-child {
  border-right: 0;
}

.compare-wrap .compare-table th {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background: #2f5fd3;
}

.compare-wrap .compare-table td:first-child {
  text-align: left;
}

.compare-wrap .compare-table strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

/* Product names — larger */
.compare-wrap .compare-table td:first-child strong {
  font-size: 21px;
  line-height: 1.15;
  color: #111827;
}

/* AnySecura row — hero title */
.compare-wrap .compare-table tr.is-brand td:first-child strong {
  font-size: 28px;
  line-height: 1.1;
  color: #1d4ed8;
}

/* Brand row — deployment & price emphasis */
.compare-wrap .compare-table tr.is-brand td:nth-child(2) strong,
.compare-wrap .compare-table tr.is-brand td:nth-child(3) strong {
  font-size: 22px;
  line-height: 1.2;
  color: #1d4ed8;
}

.compare-wrap .compare-table small {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: #555555;
}

/* Brand row: secondary lines (metrics + check columns) — same size & color */
.compare-wrap .compare-table tr.is-brand td small {
  font-size: 14px;
  font-weight: 600;
  color: #2f5fd3;
}

.compare-wrap .compare-table tr.is-brand td:last-child:not(:has(strong)) {
  font-size: 16px;
  font-weight: 700;
  color: #2f5fd3;
  line-height: 1.4;
}

.compare-wrap .compare-table tr.is-brand td:first-child ul {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
  color: #2a2a2a;
}

.compare-wrap .compare-table tr.is-brand td:first-child li {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
}

.compare-wrap .compare-table tr.is-brand td:first-child li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2f5fd3;
}

.compare-wrap .compare-table tr.is-brand td:first-child li:last-child {
  margin-bottom: 0;
}

/* Single layout hook: tag chips row */
.compare-wrap .compare-table .ct-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  font-size: 13px;
}

.compare-wrap .compare-table .ct-tags span {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #1d4ed8;
  background: #eef3ff;
  border: 1px solid #b8c8f2;
}

.compare-wrap .compare-table thead th:first-child {
  border-top-left-radius: 0;
}

.compare-wrap .compare-table thead th:last-child {
  border-top-right-radius: 0;
}

.compare-wrap .compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.compare-wrap .compare-table tbody tr:nth-child(even) td {
  background: #f3f3f3;
}

.compare-wrap .compare-table tbody tr:hover td {
  background: #f7faff;
}

.compare-wrap .compare-table tbody tr.is-brand td {
  background: #ffffff;
  border-bottom-color: #cfd8ea;
  padding: 22px 16px;
  vertical-align: middle;
}

.compare-wrap .compare-table tbody tr.is-brand td:first-child {
  vertical-align: top;
  box-shadow: inset 4px 0 0 #2f5fd3;
  border-top: 3px solid #2f5fd3;
}

.compare-wrap .compare-table tbody tr.is-brand td:not(:first-child) {
  border-top: 3px solid #2f5fd3;
}

.compare-wrap .compare-table tbody tr.is-brand:hover td {
  background: #f5f8ff;
}

.compare-wrap .compare-table .feature-check,
.compare-wrap .compare-table .feature-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 0 auto 8px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.compare-wrap .compare-table .feature-check {
  background: #e5edff;
  color: #2f5fd3;
}

.compare-wrap .compare-table .feature-check::after {
  content: "\2713";
}

.compare-wrap .compare-table .feature-cross {
  background: #efefef;
  color: #666666;
}

.compare-wrap .compare-table .feature-cross::after {
  content: "\2715";
}

.compare-wrap .compare-table tbody tr.is-brand td:has(.feature-check) .feature-check {
  width: 24px;
  height: 24px;
  background: #dbe7ff;
}

.compare-wrap .compare-table td:has(.feature-cross):not(:has(small)) .feature-cross,
.compare-wrap .compare-table td:has(.feature-check):not(:has(small)) .feature-check {
  margin-bottom: 0;
}

.tm-pricing-plan-switcher.is-seat-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.tm-pricing-plan-switcher.is-seat-selector .seat-label {
  margin: 0;
  font-weight: 700;
  color: #111827;
}

.tm-pricing-plan-switcher.is-seat-selector .seat-select {
  min-width: 150px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  transition: border-color 0.2s ease;
}

.tm-pricing-plan-switcher.is-seat-selector .seat-select:focus {
  border-color: #2563eb;
  box-shadow: none;
  outline: 0;
}

.pricing-section-three .tm-pricing-table .inner-box {
  border: 1px solid #e5eaf5;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.pricing-section-three .tm-pricing-table .inner-box:hover {
  transform: none;
  border-color: #d1d5db;
  box-shadow: none;
}

.pricing-section-three .inner-box .offer {
  white-space: nowrap;
}

.pricing-section-three .pricing-block-four .inner-box .offer span {
  width: auto;
  min-width: 45px;
  padding: 0 8px;
  white-space: nowrap;
}

.pricing-section-three .total-inline {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.35;
  color: #64748b;
  font-weight: 600;
  text-align: center;
}

.pricing-section-three .total-inline strong {
  margin-left: 4px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.pricing-section-three .total-inline .total-original {
  margin-left: 6px;
  display: inline-block;
  color: #475569;
  text-decoration-line: line-through !important;
  text-decoration-thickness: 2px;
  text-decoration-color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.contact-form__error {
  margin-top: 12px;
  color: #b91c1c;
  font-size: 14px;
  line-height: 1.4;
}

.contact-form__captcha {
  margin-top: 12px;
}

@media (max-width: 575px) {
  .tm-pricing-plan-switcher.is-seat-selector {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .tm-pricing-plan-switcher.is-seat-selector .seat-select {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .table-section { padding: 4.5rem 0; }
  .compare-wrap { border-top-width: 3px; }
  .compare-wrap .compare-table { min-width: 900px; }
}

@media (max-width: 575px) {
  .table-section { padding: 3.75rem 0; }
  .compare-wrap .compare-table {
    min-width: 860px;
    font-size: 14px;
  }
  .compare-wrap .compare-table th,
  .compare-wrap .compare-table td {
    padding: 12px 10px;
  }
  .compare-wrap .compare-table th {
    font-size: 15px;
  }
  .compare-wrap .compare-table td:first-child strong {
    font-size: 18px;
  }
  .compare-wrap .compare-table tr.is-brand td:first-child strong {
    font-size: 24px;
  }
  .compare-wrap .compare-table tr.is-brand td:nth-child(2) strong,
  .compare-wrap .compare-table tr.is-brand td:nth-child(3) strong {
    font-size: 19px;
  }
  .compare-wrap .compare-table small {
    font-size: 12px;
  }
  .compare-wrap .compare-table tr.is-brand td small {
    font-size: 13px;
    font-weight: 600;
    color: #1d4ed8;
  }
  .compare-wrap .compare-table .ct-tags span {
    font-size: 12px;
  }
  .compare-wrap .compare-table tr.is-brand td:first-child li {
    font-size: 13px;
  }
  .compare-wrap .compare-table tr.is-brand td:last-child:not(:has(strong)) {
    font-size: 15px;
  }
  .compare-wrap .compare-table tbody tr.is-brand td {
    padding: 16px 10px;
  }
}

#contact-sec { background: #0f1f3d; }
.appointment-area11 { position: relative; border-radius: 40px; padding: 64px; background: rgba(255,255,255,.08); }
.contact-info2 { margin-bottom: 25px; }
.contact-info2 .box-title, .contact-info2 .contact-title, .contact-info2_text { color: #fff; }
.contact-form4 .form-control, .contact-form4 input, .contact-form4 textarea { background: #16181d; border-radius: 100px; }
.contact-form4 textarea { min-height: 302px; border-radius: 20px; }
.contact-section-five{
background-color: #000000;
}
.contact-section-five .title-column,
.contact-section-five .title-column .sec-title,
.contact-section-five .title-column .sec-title .sub-title,
.contact-section-five .title-column .sec-title .text,
.contact-section-five .title-column .contact-info-block .title,
.contact-section-five .title-column .contact-info-block .text {
  color: #fff;
}
.contact-section-five .title-column .contact-info-block .text a {
  color: inherit;
}
.contact-section-five .title-column .contact-info-block .text a:hover,
.contact-section-five .title-column .contact-info-block .text a:focus {
  color: rgba(255, 255, 255, 0.85);
}

/* Home-only: contact-section-five left icons */
.contact-section-five .title-column .contact-info-block .icon {
  background-color: #3465df;
  color: #fff;
}
.contact-section-five .title-column .contact-info-block .inner:hover .icon {
  background-color: #1d4ed8;
  color: #fff;
}

.testi-area11 {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .testi-area11 {
    padding: 120px 0;
  }
}

@media (max-width: 991px) {
  .testi-area11 {
    padding: 80px 0;
  }
}

.testi-box3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(213, 222, 255, 0.16);
  border-radius: 30px;
  gap: 40px;
  padding: 50px;
}

@media (max-width: 1299px) {
  .testi-box3 {
    padding: 40px;
    gap: 20px;
  }
}

.testi-box3.style2 {
  position: relative;
  box-shadow: 0px 20px 50px rgba(179, 180, 184, 0.3);
  border-radius: 24px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  margin: 50px 57px;
}

@media (max-width: 991px) {
  .testi-box3.style2 {
    display: block;
    margin: 20px 20px 50px 20px;
  }
}

@media (max-width: 375px) {
  .testi-box3.style2 {
    margin: 20px 0 50px 0px;
  }
}

.testi-box3.style2:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgba(179, 180, 184, 0.3);
  border-radius: 24px;
  z-index: 1;
}

.testi-box3.style2 .testi_overlay {
  content: "";
  position: absolute;
  inset: 0;
  top: 37px;
  left: 57px;
  right: 57px;
  bottom: -28px;
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgba(179, 180, 184, 0.3);
  border-radius: 24px;
  z-index: -1;
}

.testi-box3.style2 .testi-box3_img {
  position: relative;
  min-width: 298px;
  z-index: 2;
}

@media (max-width: 991px) {
  .testi-box3.style2 .testi-box3_img {
    margin-bottom: 20px;
    min-width: 100%;
  }
}

.testi-box3.style2 .testi-box3_img img {
  width: 100%;
  border-radius: 32px;
  max-width: 298px;
}

.testi-box3.style2 .testi-box3_content {
  position: relative;
  z-index: 2;
}

.testi-box3.style2 .testi-case-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: black;
  line-height: 1.35;
  margin-top: 8px;
  margin-bottom: 12px;
}

.testi-box3.style2 .testi-author-meta {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(20, 29, 56, 0.08);
}

.testi-box3.style2 .testi-author-meta .testi-author-name {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: black;
  margin-bottom: 10px;
}

.testi-box3.style2 .testi-author-industry {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.55;
  color: #0059ff;
  margin-bottom: 6px;
}

.testi-box3.style2 .testi-author-size {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
  color: #7a828e;
  margin-bottom: 0;
}

.testi-box3.style2 .testi-box3_text {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #656A74;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .testi-box3.style2 .testi-box3_text {
    font-size: 18px;
  }
}

.testi-box3_img {
  min-width: 223px;
  text-align: center;
}

.testi-box3_img > img {
  border-radius: 15px;
  width: 100%;
}

.testi-box3 .box-title {
  margin-bottom: 2px;
}

.testi-box3_text {
  line-height: 26px;
  margin-bottom: 28px;
}

.testi-box3_review {
  color: #F9B317;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.testi-box3_review i {
  margin-right: 3px;
}

@media (max-width: 1199px) {
  .testi-box3 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  .testi-box3_review {
    bottom: 75px;
  }
}

@media (max-width: 767px) {
  .testi-box3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 30px;
  }
  .testi-box3_img {
    min-width: 120px;
    max-width: 120px;
  }
}

/* Testimonial section fine-tune */
.testi-area11 {
  background: #f3f5fa;
  padding-top: 95px;
  padding-bottom: 95px;
}
.testi-area11.overflow-hidden { overflow: visible !important; }
.testi-area11 .container,
.testi-area11 .slider-area { overflow: visible; }
.testi-area11 .title-area { margin-bottom: 10px; }
.testi-area11 .title-area p.fs-20 { max-width: 920px; margin: 0 auto; color: #656a74; }
.testi-area11 .th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}
.testi-area11 .th-slider.has-shadow .swiper-wrapper { padding: 25px 0; }

.testi-area11 .slider-arrow {
  display: inline-block !important;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  position: absolute !important;
  top: 50% !important;
  margin-top: 0 !important;
  transform: translateY(-50%);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  color: #3d68ff;
  border-color: #ebedf1;
  transition: all 0.25s ease;
}
.testi-area11 .slider-arrow.slider-prev {
  left: 68px !important;
  right: auto !important;
}
.testi-area11 .slider-arrow.slider-next {
  right: 68px !important;
  left: auto !important;
}
.testi-area11:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
  background-color: #3d68ff;
  border-color: #3d68ff;
  color: #fff;
}
.testi-area11:hover .slider-arrow:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
@media (max-width: 991px) {
  .testi-area11 .slider-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
  .testi-area11 .slider-arrow.slider-prev {
    left: 16px !important;
  }
  .testi-area11 .slider-arrow.slider-next {
    right: 16px !important;
  }
}
@media (hover: none) {
  .testi-area11 .slider-arrow {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
    background-color: #3d68ff;
    border-color: #3d68ff;
    color: #fff;
  }
  .testi-area11 .slider-arrow:active {
    background-color: #000;
    border-color: #000;
  }
}

/* Lock to one card per screen */
.testi-area11 #testiSlider21 { overflow: hidden; }
.testi-area11 #testiSlider21 .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
}

.checklist li {
  color: #000000;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}
.checklist li:not(:last-child) {
  margin-bottom: 10px;
}
  .checklist li > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #0f50f2;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    vertical-align: middle;
  }
 .mb-35 {
    margin-bottom: 35px !important;
  }
.space-bottom {
    margin-bottom: 60px !important;
  }

/* Home pricing cards — section.hpc */
.hpc {
  --hpc-blue: #3b66f5;
  --hpc-navy: #1e293b;
  --hpc-muted: #64748b;
  --hpc-soft: #94a3b8;
  --hpc-line: #e8ecf1;
  --hpc-bg: #f8f9fc;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hpc .anim-icons {
  max-width: none;
  pointer-events: none;
}

.hpc .anim-icons .shape-image2 {
  position: absolute;
  right: -80px;
  bottom: 0;
  max-width: 318px;
  opacity: 0.2;
}

.hpc .tm-pricing-plan-switcher.is-seat-selector {
  margin-bottom: 36px;
}

.hpc .row {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}

.hpc .pricing-block-four {
  margin-bottom: 0;
}

.hpc .pricing-box {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #eff1f9;
  border: none;
  padding: 40px 36px 36px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hpc .pricing-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(59, 102, 245, 0.12);
}

.hpc .hpc-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.hpc .hpc-ribbon::after {
  content: "Best Valued";
  position: absolute;
  top: 22px;
  right: -38px;
  width: 180px;
  padding: 8px 0;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--hpc-blue);
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(59, 102, 245, 0.35);
}

.hpc .hpc-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.hpc .hpc-top > div {
  min-width: 0;
}

.hpc .hpc-ico {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hpc-blue);
  font-size: 40px;
}

.hpc .hpc-lbl {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hpc-blue);
  margin-bottom: 6px;
}

.hpc .pricing-box .title {
  border-bottom: none;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--hpc-navy);
  line-height: 1.25;
}

.hpc .hpc-sub {
  line-height: 1.5;
  color: var(--hpc-muted);
}

.hpc .hpc-line {
  height: 1px;
  background: var(--hpc-line);
  margin: 22px 0 14px;
}

.hpc .hpc-note {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--hpc-soft);
}

.hpc .pricing-box .price {
  color: var(--hpc-navy);
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.1;
}

.hpc .pricing-box .price sub {
  color: var(--hpc-soft);
  font-size: 15px;
  font-weight: 600;
  top: -0.15em;
  margin-left: 4px;
}

.hpc .hpc-sum {
  margin-top: 0;
  margin-bottom: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: var(--hpc-muted);
}

.hpc .hpc-sum strong {
  color: var(--hpc-navy);
  font-size: 15px;
  font-weight: 700;
}

.hpc .hpc-sum .total-original {
  margin-right: 6px;
  color: var(--hpc-soft);
  font-size: 13px;
  font-weight: 600;
}

.hpc .pricing-box .features-list {
  flex: 1;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

.hpc .pricing-box .features-list li {
  position: relative;
  color: var(--hpc-muted);
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 14px;
  padding-left: 34px;
  font-weight: 500;
}

.hpc .pricing-box .features-list li:last-child {
  margin-bottom: 0;
}

.hpc .pricing-box .features-list li i {
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--hpc-blue);
  color: #fff;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  line-height: 1;
}

.hpc .pricing-box .features-list li.hpc-x {
  color: var(--hpc-soft);
  font-weight: 400;
}

.hpc .pricing-box .features-list li.hpc-x i {
  background: #e2e8f0;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
}

.hpc .pricing-box .hpc-btn {
  margin-top: auto;
  width: 100%;
  display: block;
  text-align: center;
  padding: 16px 24px;
  background: var(--hpc-blue) !important;
}

.hpc .pricing-box .hpc-btn:hover,
.hpc .pricing-box .hpc-btn:focus {
  background: #2f56d4 !important;
  color: #fff !important;
}

.hpc .pricing-box .hpc-btn .btn-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .hpc .pricing-box {
    padding: 32px 24px 28px;
  }
}


@media (max-width: 767.98px) {
  .process-area9#process-sec {
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .process-area9#process-sec .sec-title h2 {
    margin-bottom: 0;
  }

  .about-section-nine.mt-50 {
    margin-top: 20px !important;
  }

  .about-section-nine .tabs-three .tab-buttons {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .about-section-nine .tabs-three .tab-buttons::-webkit-scrollbar {
    display: none;
  }

  .about-section-nine .tabs-three .tab-buttons .tab-btn {
    width: auto;
    min-width: max-content;
    padding: 12px 18px;
    white-space: nowrap;
  }

  .about-section-nine .tabs-three .tabs-content {
    margin-top: 8px;
    padding: 24px 18px 10px;
  }

  .about-section-nine .tabs-three .tabs-content .tab .row {
    display: flex;
    flex-direction: column;
  }

  .about-section-nine .tabs-three .tabs-content .tab .row > .blocks-column,
  .about-section-nine .tabs-three .tabs-content .tab .row > .image-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-section-nine .blocks-column.mt-30 {
    margin-top: 10px !important;
  }

  .about-section-nine .blocks-column .inner-column {
    margin-right: 0;
  }

  .about-section-nine .icon-box-style .inner-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .about-section-nine .image-column {
    margin-bottom: 20px;
  }

  .about-section-nine .image-column h3 {
    margin-bottom: 14px;
  }
}

@media (max-width: 480px) {
  .about-section-nine .tabs-three .tabs-content {
    padding: 20px 14px 8px;
  }
}

@media (max-width:991px){
 .about-section-nine .tabs-three .tabs-content .tab .row > .image-column {
    order: 1;
  }

  .about-section-nine .tabs-three .tabs-content .tab .row > .blocks-column {
    order: 2;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .about-section-twelve .image-column .inner-column {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-section-twelve .image-column .image-box {
    align-items: flex-start;
  }

  .about-section-twelve .image-column .image-1 {
    min-width: 62%;
    width: 62%;
    margin-right: 16px;
    margin-bottom: 0;
  }

  .about-section-twelve .image-column .image-2 {
    display: block;
    width: 32%;
    margin-bottom: 16px;
  }

  .about-section-twelve .image-column .exp-box {
    right: 0;
    width: 32%;
    margin-bottom: 0;
    padding: 16px 14px;
  }


}
@media (min-width: 540px) and (max-width: 991px) {
.why-choose-six,
.about-section-seven,
.features-section-style-two,
  .about-section-twelve {
    padding-left: 40px;
    padding-right: 40px;
  }
  }
  @media (max-width: 991px) {
  .why-choose-six .content-column{
  margin-bottom: 0;
  }
  }
@media (min-width: 450px) and (max-width: 767.98px) {
  .about-section-twelve .image-column .inner-column {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-section-twelve .image-column .image-1 {
    min-width: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-six .image-column .image-box {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-choose-six .image-column .image-box .image img {
    height: auto;
    object-fit: contain;
  }
}

