/*
Theme Name: GeneratePress Child
Author: 
Description: Your description goes here
Version: 1.3
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");
:root {
  --ink: #181d26;
  --canvas: #ffffff;
  --soft: #f8fafc;
  --strong: #e0e2e6;
  --dark: #181d26;
  --coral: #aa2d00;
  --forest: #0a2e0e;
  --cream: #f5e9d4;
  --peach: #fcab79;
  --mint: #a8d8c4;
  --yellow: #f4d35e;
  --mustard: #d9a441;
  --link: #1b61c9;
  --body: #333840;
  --muted: #41454d;
  --hairline: #e0e2e6;
}
html {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--body);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
header.entry-header {
  display: none;
}
.inside-header {
  padding: 15px 10px;
}
.separate-containers .site-main {
  margin: 0;
}
.site.grid-container.container.hfeed {
  max-width: 100%;
  overflow-x: hidden;
}
.separate-containers .inside-article {
  padding: 0;
}
.main-navigation li {
  margin: 0 20px;
}
.main-navigation .main-nav ul li a {
  padding-left: 0px;
  padding-right: 0px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
  position: relative;
  color: var(--body);
}
.main-navigation .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--ink);
  transition: width 0.2s ease;
}
.main-navigation .main-nav ul li a:hover {
  color: var(--ink) !important;
}
.main-navigation .main-nav ul li a:hover::after {
  width: 100%;
}
.nav-float-right #site-navigation {
  margin: 0 auto;
}
.nav-float-right .header-widget {
  display: flex;
  gap: 10px;
}
.header-widget a.wp-block-button__link.wp-element-button {
  font-size: 14px;
  padding: 7px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  background: transparent;
  color: var(--ink);
  font-weight: 500;
  border: 1.5px solid var(--strong);
}

.header-widget a.wp-block-button__link.wp-element-button:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}

.header-widget aside#block-9 a.wp-block-button__link {
  background: var(--ink);
  color: #fff;
}

.header-widget aside#block-9 a.wp-block-button__link:hover {
  background: #2a3042;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(24, 29, 38, 0.18);
}
.site-header.darkHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: headerSlideDown 0.35s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  z-index: 99;
  background: #ffff !important;
}
body.logged-in.admin-bar .site-header.darkHeader {
  top: 30px;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--ink) !important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a::after {
    width: 100%;
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}
.pl-50 {
  padding-left: 50px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-10 {
  padding-right: 10px;
}
.clientlogo figure.swiper-slide-inner {
  padding: 10px;
  background: #fff;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clientlogo figure.swiper-slide-inner img {
  max-height: 52px;
}

.clientlogo .swiper-slide {
  padding: 0 10px;
}

.postpilot_Warp .elementor-column.elementor-inner-column.elementor-element {
  padding: 12px;
}

.postpilot_Warp
  .elementor-column.elementor-inner-column.elementor-element
  .elementor-widget-wrap.elementor-element-populated {
  background: var(--soft);
  border-radius: 16px;
  padding: 40px 32px;
  position: relative;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.postpilot_Warp
  .elementor-column.elementor-inner-column.elementor-element
  .elementor-widget-wrap.elementor-element-populated:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(24, 29, 38, 0.1);
}
.agencies_warper .elementor-column.elementor-inner-column {
  padding: 30px 13px;
}
.counterbox span.elementor-counter-number-suffix {
  font-size: 35px;
}

.counterbox .elementor-counter-number-wrapper {
  align-items: baseline;
}
.text-center .elementor-counter-title {
  text-align: center;
}
.counterbox .elementor-widget-counter:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background: rgba(24, 29, 38, 0.1);
}
.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
  margin-top: 0;
}
.counterbox
  .elementor-column.elementor-inner-column:nth-child(1)
  .elementor-widget-counter:before {
  display: none;
}
.postpilot_Warp.campignBox
  .elementor-column.elementor-inner-column.elementor-element
  .elementor-widget-wrap.elementor-element-populated {
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 28px 24px;
}
.cf7-waitlist-form {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 500px;
  width: 100%;
  margin: 7px auto;
  position: relative;
  padding-bottom: 25px;
}

.cf7-waitlist-form p {
  margin: 0;
}

.cf7-waitlist-form .wpcf7-form-control-wrap {
  flex: 1;
}

.cf7-waitlist-form input[type="email"] {
  width: 100%;
  height: 52px;
  background: #1b2430;
  border: 1px solid #394250;
  border-radius: 12px;
  padding: 0 18px;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  box-shadow: none;
}

.cf7-waitlist-form input[type="email"]::placeholder {
  color: #9aa3af;
}

.cf7-waitlist-form input[type="email"]:focus {
  border-color: #5b6575;
}

.cf7-waitlist-form input[type="submit"] {
  height: 52px;
  padding: 0 26px;
  background: #f5f5f5 !important;
  color: #111827;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.cf7-waitlist-form input[type="submit"]:hover {
  background: #ffffff !important;
  transform: translateY(-1px);
}

.cf7-waitlist-form p {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cf7-waitlist-form span.wpcf7-spinner {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #ff4c4c;
  border-color: #ff6b6b;
  max-width: 500px;
  margin: 20px auto 0;
  font-size: 13px;
  text-align: center;
  border-width: 1px;
}

.cf7-waitlist-form span.wpcf7-not-valid-tip {
  font-size: 11px;
  position: absolute;
  bottom: -23px;
}
.conactBilling > .elementor-container.elementor-column-gap-no {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.conactBilling .elementor-column.elementor-inner-column.elementor-element {
  width: 100% !important;
}

/* Grid */
.cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
}

.cf7-full {
  grid-column: 1 / -1;
}
.cf7-field p {
  margin-bottom: 0;
}
/* Labels */
.cf7-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
}

.cf7-field .optional {
  color: #64748b;
  font-weight: 400;
}
.cf7-full.form-note br {
  display: none;
}
/* Inputs */
.hypelab-contact-card input[type="text"],
.hypelab-contact-card input[type="email"],
.hypelab-contact-card select,
.hypelab-contact-card textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cfd5dd;
  border-radius: 7px;
  padding: 10px 16px;
  font-size: 14px;
  color: #545454;
  box-sizing: border-box;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}
.cf7-field p {
  margin-bottom: 0;
}

.cf7-full input.wpcf7-form-control.wpcf7-submit.hypelab-submit {
  font-size: 15px !important;
  border-radius: 10px !important;
  padding: 11px 24px !important;
  transition: all 0.5s ease;
}

.cf7-full input.wpcf7-form-control.wpcf7-submit.hypelab-submit:hover {
  background: #30155a !important;
}
.hypelab-contact-card textarea {
  min-height: 170px;
  resize: vertical;
}
.hypelab-contact-card textarea {
  min-height: 60px;
  resize: vertical;
  max-height: 120px;
}
.hypelab-contact-card input::placeholder,
.hypelab-contact-card textarea::placeholder {
  color: #94a3b8;
}

.hypelab-contact-card input:focus,
.hypelab-contact-card select:focus,
.hypelab-contact-card textarea:focus {
  border-color: #94a3b8;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

/* Custom select arrow */
.hypelab-contact-card select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23334155' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 44px;
}
.conactBilling .elementor-icon-box-title a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
p.table-note {
  font-size: 13px;
  color: var(--muted);
  margin: -4px 0 14px;
  line-height: 1.4;
}
/* Submit button */
.hypelab-submit {
  background: #111827 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 15px 26px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.15s ease;
}
.cf7-full p {
  margin-bottom: 0 !important;
}
.hypelab-submit:hover {
  background: #0b1220 !important;
}

.hypelab-submit:active {
  transform: translateY(1px);
}

/* Footer note */
.form-note p {
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
  color: #3f4b5c;
}

.form-note a {
  color: #2563eb;
  text-decoration: none;
}

.form-note a:hover {
  text-decoration: underline;
}

/* Contact Form 7 messages */
.hypelab-contact-card .wpcf7-spinner {
  margin-left: 12px;
}

.hypelab-contact-card .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
}
.cf7-field br {
  display: none;
}
.hypelab-contact-card .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  border-radius: 12px;
}
.comparison-table tr:nth-child(odd) td:nth-child(2) {
  background: #f0fff8;
}
.comparison-table thead tr {
  background: var(--ink);
  color: white;
}
.comparison-table td {
  padding: 14px 20px;
  font-size: 14px;
  color: #333840;
  border-bottom: 1px solid var(--hairline);
}
.comparison-table tr:nth-child(even) {
  background: #f8fafc;
}
.comparison-table tr:nth-child(even) td:nth-child(2) {
  background: #e8fff4;
}
.faq_according .elementor-accordion-item {
  border-bottom: 1px solid #dddddd !important;
}
.text-yes {
  color: #16803c;
  font-weight: 600;
}
.comparison-table th {
  font-size: 14px;
  font-weight: 500;
  padding: 16px 20px;
  text-align: left;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}
.table-scroll {
  overflow-x: auto;
}
.compare-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1.5px solid var(--hairline);
  background: #fff;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 560px;
}
.compare-table thead th:first-child {
  border-radius: 12px 0 0 0;
}

.compare-table thead th {
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 20px;
  text-align: left;
}
.compare-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #f0f2f5;
  color: var(--body);
  line-height: 1.45;
}
.compare-table td:not(:first-child) {
  text-align: center;
}
.check-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #bcc0c9;
}
.val-pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 100px;
  background: #e8f5ec;
  color: #1a6b30;
}
.compare-table tbody tr:nth-child(even):not(.group-header) {
  background: #fafbfc;
}
.val-pill-ink {
  background: #181d26;
  color: #fff;
}

.hypelab-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
img.avatar.photo {
    border-radius: 60px;
}
body .hypelab-filter button {
  color: #414141;
  cursor: pointer;
  transition: 0.2s;
  background: #f3f5f7;
  padding: 6px 16px;
  border-radius: 9999px !important;
  font-size: 13px;
  font-weight: 500;
}
body .hypelab-filter button.active,
body .hypelab-filter button:hover {
  background: #111827;
  color: #fff;
}
#hypelab-post-grid.loading {
  opacity: 0.5;
}
.hypelab-card .thumb {
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.hypelab-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.badge {
  display: inline-block;
  background: #eef2ff;
  color: #2563eb;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.meta {
  display: flex;
  color: #404040;
  font-size: 13px;
  margin-bottom: 30px;
  gap: 20px;
      align-items: center;
}
.meta span img {
    max-width: 26px;
}

.meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid #cdcdcd;
}

.author-avatar img {
    max-width: 30px;
}

.meta-row .author-info {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 6px;
    font-size: 12px;
    color: var(--muted);
    flex: 1;
    line-height: 1.4;
}

.read-time {
    font-size: 12px;
    color: var(--muted);
    flex: 1;
    line-height: 1.4;
    display: contents;
}

span.post-date {
    display: block;
}

.newsletterSide  .newsletter-fields p {
    grid-template-columns: 1fr;
}

.newsletterSide p.newsletter-note {
    color: #a1a1a1ee;
}

.newsletterSide  .newsletter-fields input.wpcf7-form-control.wpcf7-submit {
    transition: all 0.5s ease;
    background: var(--coral);
    padding: 12px 10px !important;
}
.standartdPrice:hover {
    background-color: var(--e-global-color-primary) !important;
    border-color: olor: var(--e-global-color-primary);
}

.standartdPrice:hover .elementor-widget-heading, .standartdPrice:hover .elementor-widget-heading > * {
    color: #fff !important;
}

.standartdPrice:hover .elementor-widget-heading,.standartdPrice:hover .elementor-widget-heading > *, .standartdPrice {
    transition: all 0.5s ease !important;
}

.standartdPrice:hover a.elementor-button.elementor-button-link {
    background: #fff;
    border-color: #fff;
}
.newsletterSide .newsletter-fields input.wpcf7-form-control.wpcf7-submit:hover {
    background: #8a2400;
}
.hypelab-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.hypelab-filter a {
  padding: 10px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  text-decoration: none;
  color: #111827;
  background: #fff;
  font-size: 14px;
  transition: 0.2s;
}

.hypelab-filter a.active,
.hypelab-filter a:hover {
  background: #111827;
  color: #fff;
}

.hypelab-main {
  display: grid;
  grid-template-columns: 2fr 340px;
  gap: 28px;
}

.hypelab-featured {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 28px;
}

.hypelab-featured-content {
  padding: 34px;
}

.hypelab-featured h2 {
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 16px;
}

.hypelab-featured h2 a,
.hypelab-card h3 a {
  text-decoration: none;
  color: #111827;
}

.hypelab-featured p {
  color: #3a3a3a;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 15px;
}

.read-more {
  color: #111827;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}

.hypelab-featured-image {
  background: linear-gradient(135deg, #f5c59d, #d4551e);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.hypelab-featured-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.placeholder {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

.hypelab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.hypelab-card h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hypelab-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
.hypelab-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:48px 0 20px;
    flex-wrap:wrap;
}

.hypelab-pagination a{
    width:39px;
    height:39px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #d9d9df;
    border-radius:8px;
    color:#111827;
    text-decoration:none;
    font-weight: 500;
    transition:all .25s ease;
    background:#fff;
      font-size: 14px;
}
.card-top-bar {
    height: 3px;
    width: 100%;
    background: #2563eb;
    position: absolute;
    top: 0;
    left: 0;
}
.hypelab-card.cat-engagement .card-top-bar{
    background:  var(--coral);
}
.hypelab-card.cat-engagement span.badge{
    background: rgba(170, 45, 0, 0.08);
    color: var(--coral);
}
.hypelab-card.cat-agency .card-top-bar{
    background:  var(--forest);
}
.hypelab-card.cat-agency span.badge{
      background: rgba(10, 46, 14, 0.08);
    color: var(--forest);
}
.hypelab-card.cat-agency .card-top-bar{
    background:  var(--forest);
}
.hypelab-card.cat-agency span.badge{
      background: rgba(10, 46, 14, 0.08);
    color: var(--forest);
}
.hypelab-pagination a:hover{
    border-color:#111827;
}

.hypelab-pagination a.active{
    background:#111827;
    color:#fff;
    border-color:#111827;
}

.hypelab-pagination .page-next{
    width:auto;
    padding:0 16px;
}
.hypelab-card h3 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hypelab-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.08);
}

.hypelab-card h3 {
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 12px;
}

.hypelab-card p {
  color: #424242;
  line-height: 1.5;
  margin-bottom: 18px;
  font-size: 13px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hypelab-pagination {
  margin-top: 32px;
}

.hypelab-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-decoration: none;
  color: #111827;
  margin-right: 8px;
  font-size: 14px;
}

.hypelab-pagination .current {
  background: #111827;
  color: #fff;
  border-color: #111827;
}
.hypelab-card .meta {
    margin-bottom: 0;
}
.newsletter-fields p {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 130px;
    gap: 15px;
}

.newsletter-fields span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.newsletterBlogs {
    margin-left: auto;
    max-width: 440px;
}

.newsletter-fields input {
    width: 100%;
}

.newsletterBlogs input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 6px !important;
    font-size: 15px;
}

.newsletter-fields input.wpcf7-form-control {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-size: 15px;
    padding: 15px 17px;
}

p.newsletter-note {
    font-size: 12px;
    color: var(--muted);
    margin: 6px 2px 0;
}
.mainpost  h2 {
    font-size: 32px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1.3;
}
.mainpost  h3 {
    font-size: 27px;
    font-weight: 500;
    color: var(--ink);
}

.roi-col {
    background: #fff;
    border-radius: 14px;
    padding: 32px;
    border: 1.5px solid rgba(217, 164, 65, 0.25);
}
.roi-col-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 20px;
}
.roi-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid var(--hairline);
    font-size: 14px;
}
.roi-row-label {
    color: var(--body);
}
.roi-row-val.bad {
    color: var(--coral);
}
.roi-row-val {
    font-weight: 600;
    color: var(--ink);
    text-align: right;
}
.roi-row-val.good {
    color: #1a6b30;
}
.roi-row:last-child {
    border-bottom: none;
}
 /* Billing toggle */
.billing-toggle-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--soft);
    border: 1px solid var(--hairline);
    border-radius: 100px;
    padding: 6px 18px;
    max-width: 303px;
    margin: 20px auto 50px;
}

    .billing-label {
      font-size: 14px;
      font-weight: 500;
      color: var(--muted);
      transition: color 0.2s ease;
      cursor: pointer;
      user-select: none;
    }
    .billing-label.active { color: var(--ink); font-weight: 600; }

    .billing-switch {
      position: relative;
      width: 44px;
      height: 24px;
      cursor: pointer;
    }

    .billing-switch input {
      opacity: 0;
      width: 0;
      height: 0;
      position: absolute;
    }

    .billing-switch-track {
      position: absolute;
      inset: 0;
      background: var(--ink);
      border-radius: 100px;
      transition: background 0.2s ease;
    }

    .billing-switch-thumb {
      position: absolute;
      top: 3px;
      left: 3px;
      width: 18px;
      height: 18px;
      background: #fff;
      border-radius: 50%;
      transition: transform 0.25s ease;
    }

    .billing-switch input:checked ~ .billing-switch-track { background: var(--ink); }
    .billing-switch input:checked ~ .billing-switch-thumb { transform: translateX(20px); }

    .billing-save-pill {
      font-size: 11px;
      font-weight: 700;
    color: #1a6b30;
    background: #e8f5ec;
      padding: 2px 8px;
      border-radius: 100px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
    }

    /* ============================================================
       PRICING CARDS
    ============================================================ */
    .pricing-cards-section {
      padding: 0 0 80px;
      background: var(--canvas);
    }

    .pricing-cards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      align-items: start;
    }

    .plan-card {
      background: #fff;
      border: 1.5px solid var(--hairline);
      border-radius: 16px;
      padding: 36px 32px;
      position: relative;
      transition: transform 0.22s ease, box-shadow 0.22s ease;
    }

    .plan-card:hover {
      border-color: var(--ink);
      border-width: 1.5x;
           box-shadow: 0 12px 32px rgba(24,29,38,0.09);
		  transform: translateY(-4px);
    }

    .plan-popular-badge {
      position: absolute;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--coral);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 100px;
      white-space: nowrap;
    }

    .plan-name {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 10px;
    }

    .plan-price-block {
      margin-bottom: 6px;
      min-height: 60px;
    }

    .plan-price {
      font-size: 48px;
      font-weight: 800;
      color: var(--ink);
      letter-spacing: -0.03em;
      line-height: 1;
      transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .plan-price.price-animating {
      opacity: 0;
      transform: translateY(-6px);
    }

    .plan-price-period {
      font-size: 15px;
      font-weight: 400;
      color: var(--muted);
      margin-left: 2px;
    }

    .plan-billing-note {
      font-size: 12px;
      color: var(--muted);
      margin-bottom: 18px;
      min-height: 18px;
      transition: opacity 0.25s ease;
    }

    .plan-tagline {
      font-size: 14px;
      color: var(--body);
      line-height: 1.55;
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid var(--hairline);
    }

    .plan-features {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 32px;
		margin-left: 0;
    }

    .plan-feature {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
      color: var(--body);
      line-height: 1.45;
    }

    .plan-feature-check {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      margin-top: 1px;
    }

    .plan-cta {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      padding: 13px 20px;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
      text-decoration: none;
    }
    .plan-cta:focus-visible { outline: 2px solid var(--link); outline-offset: 3px; }

   
    .plan-card:hover .plan-cta-outline, .plan-card:hover  .plan-cta-dark {
      background: #2a3042;
      border-color: #2a3042;
      transform: translateY(-1px);
      box-shadow: 0 6px 18px rgba(24,29,38,0.18);
		color: #fff;
    }

    .plan-cta-outline, .plan-cta-dark {
	   background: transparent;
		color: var(--ink);
		border: 2px solid var(--hairline);
    }
    

@media(min-width:1199px){
	.simpleMostpop ul.plan-features {
    min-height: 190px;
}
}
@media (max-width: 1250px) {
  .pl-50 {
    padding-left: 40px;
  }
  .pr-50 {
    padding-right: 40px;
  }
  .pl-40 {
    padding-left: 30px;
  }
  .pr-40 {
    padding-right: 30px;
  }
}
@media (max-width: 1150px) {
  .counterbox .elementor-widget-counter:before {
    left: -20px;
  }
  .main-navigation li {
    margin: 0 15px;
  }
  .pl-50 {
    padding-left: 30px;
  }
  .pr-50 {
    padding-right: 30px;
  }
  .pl-40 {
    padding-left: 20px;
  }
  .pr-40 {
    padding-right: 20px;
  }
  .pl-30 {
    padding-left: 15px;
  }
  .pr-30 {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .main-navigation li {
    margin: 0 15px;
  }
  .pl-50,
  .pl-40,
  .pl-30,
  .pl-20,
  .pl-10 {
    padding-left: 0px;
  }
  .pr-50,
  .pr-40,
  .pr-30,
  .pr-20,
  .pr-10 {
    padding-right: 0px;
  }
  .conactBilling > .elementor-container.elementor-column-gap-no {
    grid-template-columns: 1fr;
  }
  .hypelab-main {
    grid-template-columns: 1fr;
  }

  .hypelab-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hypelab-featured {
    grid-template-columns: 1fr;
  }
.pricing-cards-grid {
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 767px) {
  .agencies_warper .elementor-column.elementor-inner-column {
    padding: 10px 0px;
  }
  .counterbox span.elementor-counter-number-suffix {
    font-size: 24px;
  }
  .counterbox .elementor-column.elementor-inner-column.elementor-element {
    width: 50%;
  }
  .counterbox .elementor-widget-counter:before {
    display: none;
  }
  .main-navigation .menu-toggle {
    padding: 7px 12px 10px;
    line-height: 1;
    background: #4f2485 !important;
    color: #fff !important;
    border-radius: 4px !important;
  }
  .main-navigation.sub-menu-right {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    background: #f8fafc !important;
  }

  .main-navigation.sub-menu-right li a {
    padding: 12px !important;
    border-bottom: 1px solid #eee;
  }

  .main-navigation .main-nav ul li {
    margin: 0;
  }
  .header-widget a.wp-block-button__link.wp-element-button {
    font-size: 13px;
  }
  .nav-float-right .header-widget {
    gap: 6px;
    margin: 0px 0 0;
    order: 2;
  }
  .main-navigation.mobile-menu-control-wrapper {
    order: 3;
  }
  .site-header .inside-header.grid-container {
    display: grid !important;
    grid-template-columns: 1fr 236px 50px;
    gap: 2px;
    align-items: center;
  }
  .site-logo {
    order: 1;
  }
  .ptb-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .postpilot_Warp.campignBox
    .elementor-column.elementor-inner-column.elementor-element
    .elementor-widget-wrap.elementor-element-populated {
    padding: 25px 18px;
  }

  .cf7-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cf7-full {
    grid-column: auto;
  }

  .hypelab-submit {
    width: 100%;
  }
  .newsletterBlogs {
    margin-left: 0;
}
}

@media (max-width: 650px) {
  .hypelab-grid {
    grid-template-columns: 1fr;
  }

  .hypelab-featured h2 {
          font-size: 22px;
        line-height: 1.4;
  }
  .mainpost  h2 {
        font-size: 27px;
    }
    .mainpost  h3 {
        font-size: 24px;
}
}
@media (max-width: 480px) {
  aside#block-9 {
    display: none;
  }
  .site-header .inside-header.grid-container {
    grid-template-columns: 1fr 76px 50px;
  }
  .main-navigation .menu-toggle {
    padding: 7px 14px 12px;
  }
  .cf7-waitlist-form {
    flex-direction: column;
    align-items: stretch;
  }

  .cf7-waitlist-form input[type="submit"] {
    width: 100%;
  }
  .elementor-widget-search .e-search-form input {
    padding: 10px 10px 10px 50px;
}
  .elementor-widget-search .e-search-form svg.e-font-icon-svg.e-fas-search {
    left: 20px;
}
.hypelab-featured-content {
    padding: 25px 16px;
}
}
@media(max-width:375px){
    .newsletter-fields p {
        grid-template-columns: 1fr;
    }
    .newsletterBlogs input.wpcf7-form-control.wpcf7-submit.has-spinner {
        padding: 11px !important;
    }
}
