/**
 * Theme Name:     Floka Child
 * Author:         Inleads
 * Template:       floka
 * Text Domain:	   floka-child
 * Description:    Floka is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* start inl-header css */
/* .fixed-home-header */
.inl-header {
	max-width: 1320px;
}
.inl-header {
    padding: 0 20px;
    margin: 0 auto;
}

.inl-top-bar {
    background-color: #E82E4B;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 15px;
}

.inl-top-bar-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inl-top-bar-text {
    font-family: "Inter", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.inl-social-links,
.inl-contact-address-links {
    font-family: "Inter", sans-serif;
    display: flex;
    gap: 56px;
    list-style-type: none;
}
.inl-social-links {
    gap: 15px;
}
.inl-social-links li,
.inl-social-links li a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.inl-contact-address-links li {
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.inl-links-icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inl-contact-address-links li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.inl-social-links li:hover a,
.inl-social-links li:hover,
.inl-contact-address-links li:hover a,
.inl-contact-address-links li:hover {
    color: rgba(255, 255, 255, 0.5);
}

/* inl-header-wrap */
.pxl-header-fixed .inl-header-wrap {
    margin-top: 8px;
}
.inl-header-wrap {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.04);
    padding: 0 15px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.70);
    margin-top: 24px;
    backdrop-filter: blur(8px);
}
.inner-header-style .inl-header-wrap {
	background: rgba(72, 72, 72, 0.3);
}
.inl-header-container {
    --inl-logo-sieze: 106px;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.inl-logo img {
    width: var(--inl-logo-sieze);
    height: auto;
}

.inl-navigation > ul {
    font-family: "Inter", sans-serif;
    display: flex;
    list-style: none;
    position: relative;
}
.inl-navigation.megamenu-true > ul {
    position: static;
}

.inl-nav-list > li {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.inl-nav-list > li.inl-sub {
    position: relative;
}
.inl-nav-list > li + li {
    /* margin-left: 25px; */
}
.inl-dropdown-icon {
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.inl-nav-list > li > a {
    text-decoration: none;
    color: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 8px 16px;
    border-radius: 10px;
}
.inl-nav-list .inl-dropdown > a::after,
.inl-nav-list .inl-megamenu > a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    opacity: 0;
}
.inl-nav-list > li:hover > a:active,
.inl-nav-list > li:hover > a {
    color: #fff;
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}
.inl-nav-list > li:hover .inl-sub-menu,
.inl-nav-list > li:hover .inl-sub-megamenu,
.inl-nav-list > li:hover .inl-megamenu-wrap {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0);
}

/* inl-sub-menu css */
.inl-sub-megamenu,
.inl-sub-menu {
    --min-width: 230px;
    position: absolute;
    top: 53px;
    left: calc(-1 * (var(--min-width) / 5));
    left: -15px;
    z-index: 10;
    width: 100%;
    min-width: var(--min-width);
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    backdrop-filter: blur(18px);
    list-style: none;
    padding: 20px 0;
}
/* .inner-header-style .inl-sub-megamenu,
.inner-header-style .inl-sub-menu {
	background-color: rgba(72, 72, 72, 0.3);
} */
.inl-sub-megamenu > li,
.inl-sub-menu > li {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-in-out;
    padding: 0 15px;
}
.inl-sub-megamenu > li + li,
.inl-sub-menu > li + li {
    margin-top: 12px;
}
.inl-sub-megamenu > li > a,
.inl-sub-menu > li > a {
    text-decoration: none;
    color: #ffff;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.inl-sub-megamenu > li > a::after,
.inl-sub-menu > li > a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    bottom: 0;
    transform: scale(0, 1);
    transition: transform 0.3s;
    transform-origin: right top;
}
.inl-sub-megamenu > li:hover > a::after,
.inl-sub-menu > li:hover > a::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.inl-sub-megamenu > li:hover > a,
.inl-sub-menu > li:hover > a {
    color: #fff;
}

/* inl-sub-megamenu css */
.inl-sub-megamenu {
    flex-direction: column;
    column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid rgba(37, 37, 37, 0.3);
    left: 0;
}
.web-design-dev {
    width: 100%;
    column-count: 3;
}
.domain-hosting {
    width: 70%;
}

/* inl-megamenu-wrap css */
.inl-megamenu-wrap {
    --mega-menu-left-width: 23.3%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    display: flex;
    flex-wrap: wrap;
    backdrop-filter: blur(18px);
}
.inl-megamenu-left {
    background-color: #E8E8E8;
    width: var(--mega-menu-left-width);
    padding: 40px;
}
.inl-megamenu-title,
.inl-megamenu-services-title,
.inl-megamenu-products-title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffff;
    margin: 0 0 10px 0;
}
.inl-megamenu-title-desc,
.inl-solution-desc {
    font-family: "Inter", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 400;
    display: block;
}
.inl-megamenu-ai-services-list,
.inl-megamenu-services-list {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}
.inl-megamenu-ai-services-list > li,
.inl-megamenu-services-list > li {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.inl-megamenu-ai-services-list > li + li,
.inl-megamenu-services-list > li + li {
    margin-top: 10px;
}
.inl-megamenu-ai-services-list > li > a,
.inl-megamenu-services-list > li > a {
    text-decoration: none;
    color: currentColor;
    transition: all 0.3s ease-in-out;
}
.inl-megamenu-ai-services-list > li:hover > a,
.inl-megamenu-services-list > li:hover > a {
    color: #E82E4B;
}
.inl-megamenu-ai-services-btn {
    margin-top: 10px;
}
.inl-services-btn {
    font-family: "Inter", sans-serif;
    display: inline-block;
    color: #E82E4B;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
}
.inl-services-btn:hover {
    color: #202020;
    text-decoration: underline;
}
.inl-megamenu-services-btn {
    padding-top: 38px;
    padding-left: 40px;
}
.inl-megamenu-solution {
    border-top: 1px solid #252525;
    margin-top: 16px;
    padding-top: 16px;
}
.inl-solution-wrap {
    display: flex;
    align-items: center;
    gap: 42px;
    width: 100%;
    max-width: fit-content;
    position: relative;
}
.inl-solution-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    right: 0;
    width: 1px;
    height: 21px;
    margin: auto;
    background-color: rgba(37, 37, 37, 0.3);
}
.inl-solution-logo {
    width: 60px;
}
.inl-solution-logo img {
    width: 100%;
    height: auto;
}
.inl-megamenu-solution-desc {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    align-self: stretch;
    margin-top: 12px;
}
.inl-megamenu-solution-desc a {
    color: inherit;
}
.inl-megamenu-services-content-wrap,
.inl-megamenu-products-wrap {
    width: calc(100% - var(--mega-menu-left-width));
}
.inl-megamenu-services-content-wrap { padding-bottom: 40px; }
.inl-megamenu-services-wrap,
.inl-megamenu-products-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}
.inl-megamenu-services-item {
    width: 20%;
    padding: 0 40px;
    border-right: 1px solid rgba(37, 37, 37, 0.3);
}
.inl-megamenu-services-item:first-child {
    padding-left: 0;
}
.inl-megamenu-services-item:last-of-type {
    border-right: none;
    padding-right: 0;
}

.inl-megamenu-products-wrap {
    width: 100%;
    gap: 20px;
}
.inl-megamenu-products-item {
    --title-width: 170px;
    width: calc((100% - (20px * 2)) / 3);
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    background-color: rgba(232, 46, 75, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.inl-megamenu-products-title-wrap {
    width: var(--title-width);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0 28px 20px;
}
.inl-megamenu-products-title {
    margin-bottom: 0;
}
.inl-megamenu-products-title strong {
    font-weight: 700;
}
.inl-megamenu-products-desc {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin: 8px 0;
}
.inl-megamenu-products-btn {
    display: inline-block;
    font-family: "Inter", sans-serif;
    padding: 8px 16px;
    background-color: #E82E4B;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.inl-megamenu-products-btn:hover {
    background-color: #af142c;
    color: #ffffff !important;
}
.inl-megamenu-products-img {
    width: calc(100% - var(--title-width));
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.inl-megamenu-products-img img {
    width: 100%;
    height: auto;
}
.inl-header-hamburger {
    display: none; 
    cursor: pointer;
    color: #fff;
}

.inl-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
/* btn css */
.inl-btn {
    font-family: "Inter", sans-serif;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}
.inl-btn {}
.inl-btn span {
    display: inline-block;
    padding: 13px 34px;
    border-radius: 10px;
    background: rgba(232, 46, 75, 1);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

@media (max-width:1440px) {
    .inl-megamenu-wrap {
        --mega-menu-left-width: 20.5%;
    }
    .inl-megamenu-services-content-wrap { padding-bottom: 30px; }
    .inl-megamenu-left,
    .inl-megamenu-services-wrap, 
    .inl-megamenu-products-wrap {
        padding: 30px;
    }
    .inl-megamenu-services-wrap { padding: 8px; }
    .inl-megamenu-services-item:first-child,
    .inl-megamenu-services-item:last-of-type,
    .inl-megamenu-services-item {
        padding: 22px;
    }
    .inl-megamenu-services-btn {
        padding-top: 20px;
        padding-left: 30px;
    }
}
@media (max-width:1366px) {
    .inl-megamenu-wrap {
        --mega-menu-left-width: 24.5%;
    }
    .inl-megamenu-services-content-wrap { padding-bottom: 20px; }
    .inl-megamenu-left,
    .inl-megamenu-services-wrap, 
    .inl-megamenu-products-wrap {
        padding: 20px;
    }
    .inl-megamenu-services-wrap { padding: 4px; }
    .inl-megamenu-services-item:first-child,
    .inl-megamenu-services-item:last-of-type,
    .inl-megamenu-services-item {
        width: 33.33%;
        padding: 16px;
        border: 0;
    }
    
    .inl-megamenu-services-btn {
        padding-top: 20px;
        padding-left: 20px;
    }
}
@media (max-width:1200px) {
	.inl-header-wrap { margin-top: 11px; }
    .inl-sub-megamenu > li,
    .inl-sub-menu > li,
    .inl-nav-list > li {
        font-size: 13px;
    }
    .inl-nav-list > li + li { margin-left: 18px; }
    .inl-dropdown-icon { margin-left: 4px;}

    .inl-megamenu-products-desc,
    .inl-megamenu-title, 
    .inl-megamenu-services-title, 
    .inl-megamenu-products-title,
    .inl-sub-megamenu > li > a, 
    .inl-sub-menu > li > a {
        color: #202020;
    }
}
@media (max-width:1200px) {
    .inl-top-bar,
    .inl-navigation {
        display: none;
    }
    .inl-header-hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.inl-sub-megamenu > li:hover > a,
	.inl-sub-menu > li:hover > a {
		color: #202020;
	}
}
@media (max-width:767px) {
    .inl-top-bar-container { justify-content: center; }
    .inl-contact-address-links { gap: 20px; }
    .inl-top-bar-text { text-indent: -99999px; }
    .inl-contact-address-links li { font-size: 12px; }
	.inl-header-right { gap: 12px; }
    .inl-btn span { padding: 13px 20px; }
}

/* mobile menu css */
.mobile-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}
.mobile-nav-wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav-container {
    margin-top: 25px;
}
.mobile-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 1);
    opacity: 0.3;
}
.mobile-nav-content {
    width: 320px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav-wrapper.expanded .mobile-nav-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.mobile-nav-close { margin-bottom: 20px; display: block; }
.mobile-nav-logo {
    width: 105px;
}
.mobile-nav-logo img {
    width: 100%;
    height: auto;
}

/* .inl-mobile {} */
.inl-nav-mobile {
    font-family: "Inter", sans-serif;
    list-style: none;
}
.inl-nav-mobile > li {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #202020;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.inl-nav-mobile > li + li {
    margin-top: 10px;
}
.inl-dropdown-icon {
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.inl-nav-mobile > li > a {
    text-decoration: none;
    color: #202020;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(37, 37, 37, 0.1);
    padding: 14px 12px;
    padding-right: 42px;
    border-radius: 5px;
}
.inl-mobile-dropdown-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #E82E4B;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    right: 12px;
    top: 14px;
    cursor: pointer;
}
.open-sub-menu .inl-mobile-dropdown-icon {
    transform: scaleY(-1);
}
.inl-nav-mobile > li.open-sub-menu > a {
    border-radius: 5px 5px 0 0;
}

.mobile-sub-menu {
    margin-top: 0;
    margin-bottom: 20px;
    background-color: rgba(37, 37, 37, 0.1);
    padding: 12px;
    padding-top: 5px;
    display: none;
    column-count: 1;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: initial;
    transform-origin: initial;
    min-width: 100%;
    box-shadow: none;
    border-radius: 0 0 5px 5px;
}
.mb-product-menu {
    background-color: transparent;
    padding: 0;
}
.mobile-sub-menu > li { 
    padding: 0;
}
.mobile-sub-menu-item {
    background-color: rgba(37, 37, 37, 0.1);
    padding: 12px;
    padding-bottom: 24px;
}
.mobile-sub-menu-item + .mobile-sub-menu-item {
    margin-top: 20px;
}
.mobile-nav-container .inl-megamenu-services-list {
    margin-top: 12px;
}
.mobile-nav-container .inl-megamenu-services-title, 
.mobile-nav-container .inl-megamenu-products-title { margin-bottom: 0; }

.mobile-nav-container .inl-megamenu-products-title-wrap {
    padding: 0;
    gap: 7px;
}
.pxl-image-scale-parallax,
.pxl-image-scale-parallax img {
	transition: all 0.3s ease-in-out !important;
	transform:  scale(1) rotate(0)!important;
}
.pxl-image-scale-parallax:hover img {
	transform: scale(1.1) rotate(0.8deg)!important;
}
@media screen and (max-width: 1200px) {
	body > header,
    #pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
        display: block!important;
    }
    .inl-header-blank {
        display: none;
    }
	#pxl-main {
		padding-top: 0px !important;
	}
	#pxl-header-elementor {
		z-index: 9999;
	}
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ===== PRICING SECTION ===== */
.pricing-section {
  width: 100%;
  overflow: hidden;
	padding-top: 20px;
}

/* ===== HEADER ===== */
.pricing-header {
  text-align: center;
  padding: 40px 24px 24px;
}

.pricing-header h1 {
  font-size: 1.85rem;
  font-weight: 800;
  color: #1a1a2e;
  letter-spacing: -0.02em;
}

.pricing-header h1 .highlight {
  color: #e82d4b;
}

.pricing-header .subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  margin-top: 4px;
  font-weight: 400;
}

/* ===== TOP BAR (Disclaimer + Cards) ===== */
.pricing-top {
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 0 0 24px;
}

.disclaimer {
  flex: 1;
  border: 1px solid #e82d4b;
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
}

.disclaimer p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.5;
}

/* ===== PRICING CARDS ===== */
.pricing-cards {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.pricing-card {
  width: 180px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e82d4b;
  position: relative;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  background: #ffffff;
}

.pricing-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pricing-card .card-header {
  color: #1a1a2e;
  padding: 16px 14px 14px;
  text-align: left;
  background: #ffffff;
  height: 100%;
}

/* Match card backgrounds to table column colors */
.pricing-card:nth-child(1) .card-header {
  background: #ffffff;
}

.pricing-card:nth-child(2) .card-header {
  background: #fef2f5;
}

.pricing-card:nth-child(3) .card-header {
  background: #ffe2e2;
}

.pricing-card .card-header h3 {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #1a1a2e;
}

.pricing-card .price {
  font-size: 0.8rem;
  font-weight: 500;
  color: #e82d4b;
}

.pricing-card .price strong {
  font-size: 1.5rem;
  font-weight: 800;
  color: #e82d4b;
}

.pricing-card .price span {
  font-size: 0.7rem;
  color: #6b7280;
}

.pricing-card .badge {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.badge-starter {
  background: #e82d4b;
  color: #ffffff;
}

.badge-popular {
  background: #e82d4b;
  color: #ffffff;
}

.badge-best {
  background: #e82d4b;
  color: #ffffff;
}

/* Popular tag ribbon */
.popular-tag {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #e82d4b;
  color: white;
  font-size: 0.55rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 0 8px 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
	line-height: 1.5;
  z-index: 2;
}

.best-tag {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  object-fit: contain;
  z-index: 2;
}

/* ===== MOBILE PRICING CARDS (compact) ===== */
.mobile-pricing-cards {
  padding: 0 0 8px 0;
  gap: 8px;
}

.mobile-pricing-cards .pricing-card {
  flex: 1;
  width: auto;
}

/* ===== MOBILE PLAN SELECTOR ===== */
.mobile-plan-selector {
  display: none;
  padding: 0 0 12px 0;
  gap: 0;
}

.plan-tab {
  flex: 1;
  padding: 10px 8px !important;
  border: 1px solid #e82d4b !important;
  background: #ffffff !important;
  color: #e82d4b !important;
  font-family: inherit;
  font-size: 0.85rem !important;
  font-weight: 600;
	line-height: 1 !important;
  cursor: pointer;
  transition: all 0.2s ease;
	border-radius: 0 !important;
}

.plan-tab:first-child {
  border-radius: 8px 0 0 8px !important;
}

.plan-tab:last-child {
  border-radius: 0 8px 8px 0 !important;
}

.plan-tab:not(:last-child) {
  border-right: none !important;
}

.plan-tab.active {
  background: linear-gradient(135deg, #e82d4b 0%, #ff6b81 100%) !important;
  color: #ffffff !important;
  border-color: #e82d4b !important;
}

/* ===== ACCORDIONS ===== */
.accordions {
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.accordion {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.accordion-header {
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 14px 20px;
  background: linear-gradient(90deg, #e82f4a 0%, #c10007 51%, #e82f4a 97%);
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  transition: filter 0.2s ease;
}

.accordion-header:hover {
  filter: brightness(1.05);
}

.accordion-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sparkle-icon {
	flex-shrink: 0;
    width: 20px;
    max-width: 20px !important;
}

.accordion-icon {
  font-size: 1.5rem;
  font-weight: 300;
}

/* Panel */
.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-panel > * {
  overflow: hidden;
}

.accordion.open .accordion-panel {
  grid-template-rows: 1fr;
}

/* ===== FEATURES TABLE ===== */
.features-table {
  width: 100%;
  border-collapse: collapse;
	margin: 0;
}

.features-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}

.features-table td {
  padding: 12px 16px;
  font-size: 0.85rem;
  vertical-align: middle;
  background: #ffffff;
}

/* Column backgrounds: col3 = standard, col4 = premium */
.features-table td:nth-child(3) {
  background: #fef2f5;
}

.features-table td:nth-child(4) {
  background: #ffe2e2;
}

.feature-name {
  font-weight: 500;
  color: #1a1a2e;
  max-width: 54.6875%;
}

.val {
  text-align: center;
  font-weight: 500;
  color: #1a1a2e;
  width: 15.104%;
  font-size: 0.8rem;
}

/* Icons */
.icon-yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00a63e;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.icon-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e7000b;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
}

/* =======================================================
   RESPONSIVE — TABLET (≤ 900px)
   ======================================================= */
@media (max-width: 900px) {
  .pricing-top {
    flex-direction: column;
  }

  .pricing-cards {
    width: 100%;
    justify-content: center;
  }

  .pricing-card {
    flex: 1;
    max-width: 180px;
  }

  .disclaimer {
    text-align: center;
    justify-content: center;
  }
}

/* =======================================================
   RESPONSIVE — MOBILE (≤ 680px)
   ======================================================= */
@media (max-width: 680px) {
  .pricing-section {
    border-radius: 8px;
  }

  .pricing-header {
    padding: 28px 16px 16px;
  }

  .pricing-header h1 {
    font-size: 1.4rem;
  }

  .pricing-top {
    padding: 0 0px 12px 0;
  }

  .disclaimer {
    padding: 14px 16px;
  }

  .disclaimer p {
    font-size: 0.85rem;
  }

  /* Hide desktop pricing cards, show mobile pricing cards + tabs */
  .mobile-pricing-cards {
    display: flex;
  }

  .mobile-plan-selector {
    display: flex;
  }

  /* Accordions */
  .accordions {
    padding: 0 0 16px;
    gap: 6px;
  }

  .accordion-header {
    padding: 12px 16px;
    font-size: 0.88rem;
  }

  /* Table: single-plan view on mobile */
  .features-table td.val {
    display: none;
  }

  .features-table td.val.show {
    display: table-cell;
    width: 35%;
  }

  .feature-name {
    width: 65%;
    font-size: 0.8rem;
    padding: 10px 12px;
  }

  .val {
    padding: 10px 12px;
    font-size: 0.78rem;
  }

  .pricing-card .card-header h3 {
    font-size: 0.6rem;
}
.pricing-card .price strong {
    font-size: 0.8rem;
}
  .pricing-card .card-header {
    padding: 22px 8px 10px 8px;
  }
  .pricing-card .badge {
    padding: 3px 5px;
    font-size: 0.5rem;
	  line-height: 1.65;
  }
}

/* =======================================================
   RESPONSIVE — SMALL MOBILE (≤ 420px)
   ======================================================= */
@media (max-width: 420px) {
  .pricing-header h1 {
    font-size: 1.2rem;
  }

  .pricing-header .subtitle {
    font-size: 0.82rem;
  }

  .plan-tab {
    font-size: 0.78rem;
    padding: 9px 6px;
  }

  .accordion-header {
    padding: 10px 14px;
    font-size: 0.82rem;
  }

  .feature-name {
    font-size: 0.75rem;
    padding: 9px 10px;
  }

  .val {
    font-size: 0.73rem;
    padding: 9px 10px;
  }

  .icon-yes,
  .icon-no {
    width: 22px;
    height: 22px;
    font-size: 0.78rem;
  }
  .pricing-card .badge {
    padding: 3px 5px;
    font-size: 0.5rem;
  }
  .disclaimer {
    padding: 9px 12px;
  }
  .disclaimer p {
      font-size: 0.8rem;
    }
}

.pxl-list1 .pxl-item--content {
	align-items: flex-start !important;
}