﻿body, html {
    height: 100%;
    font-size: 16px;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    display: block;
}
meta {
    display: none;
}
title {
    display: none;
}
link {
    display: none;
}
style {
    display: none;
}
:root {
    view-transition-name: root;
}
img {
    display: block;
    max-width: 100%;
    border-style: none;
    overflow-clip-margin: content-box;
    overflow: clip;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
body {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #fff;
    margin: 0;
    display: block;
}
.pricing-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 640px;
    /*background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(33,0,82,1) 100%);*/
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}



.container {
    width: 100%;
    max-width: 1170px;
    min-width: 280px;
    margin: 0 auto;
}
.wrapper {
    max-width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
div {
    display: block;
    unicode-bidi: isolate;
}
head {
    display: none;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: block;
    unicode-bidi: isolate;
}
.header_body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 105px;
}
.col-12 {
    width: 100%;
}
[class^=col-] {
    padding: 0 15px;
    box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1170px;
    min-width: 280px;
    margin: 0 auto;
}
.login_header_body
{
    color:white;
    border-bottom:1px;
    border-color:white;
}
.header__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 105px;
}
.header__user {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
}
ol[class], ul[class] {
    list-style: none;
    padding: 0;
    color: white;
}
a:link {
    text-decoration: none;
    font-weight: 500;
}
.main-menu--header {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 35px;
}
.main-menu {
    display: flex;
}
.header_menu {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}
.main-menu--header {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 35px;
    list-style: none;
    padding: 0;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.header-menu-text {
    color: white;
}

.header-menu-text:hover {
        color: #0a58ca;
}
.transition, a {
    transition: color .3s ease-in-out;
}
a {
    text-decoration: none !important;
    background-color: transparent;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu li a {
    position: relative;
    top: 0;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: 500;
    opacity: .9;
    transition: opacity .1s ease-in-out, top .2s ease-in-out;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu li {
    margin-left: 40px;
}
.header__user {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
}
.page-inner-black .main-content-inner {
    display: block;
    padding-top: 0;
}
.main-content-inner {
    flex: 1;
    display: flex;
    padding-top: 105px;
}
main {
    display: block;
    box-sizing: border-box;
}
.user-panel__name {
    min-width: 0;
    flex: 1;
    color: #dbe3fc;
    font-size: 1.125rem;
    font-weight: 500;
    padding-left: 20px;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
element.style {
    color: #dbe3fc;
}
.user-panel {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    max-width: 100%;
    flex: 1;
    min-width: 0;
}
/*.user-panel__dropdown {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #dbe3fc;
    color: #dbe3fc;
    font-size: 1.125rem;
    font-weight: 500;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease-in-out, border .2s ease-in-out;
}*/

.user-panel__dropdown {
    position: relative;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #dbe3fc;
    color: #dbe3fc;
    font-size: 1.125rem;
    font-weight: 500;
}

/*.user-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 50;
    top: 70px;
    right: 0;
    background: #fff;
    border-radius: 10px;
    transform: translateY(-10px);
    transition: visibility .2s ease-in-out, opacity .2s ease-in-out, transform .2s ease-in-out;
}*/

.user-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    z-index: 1000;
    padding: 0.5rem 0;
    min-width: 180px;
}

/*ul.user-dropdown-menu {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0 0;
    border-radius: 5px;
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
}*/

.user-dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}


ul.user-dropdown-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 71px;
    top: -70px;
    right: 0;
}
ul.user-dropdown-menu li {
    white-space: nowrap;
}
/*ul.user-dropdown-menu li a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 12px 20px;
    font-size: 1.125rem;
    color: #888;
    font-weight: 500;
    transition: color .1s ease-in-out;
}*/

.user-dropdown-menu li a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #333;
    text-decoration: none;
}

    .user-dropdown-menu li a:hover {
        background-color: #f0f0f0;
    }

.user-panel__dropdown:hover .user-dropdown {
    display: block;
}

ul.user-dropdown-menu li a span {
    width: 28px;
    line-height: 0 !important;
}
ul.user-dropdown-menu li a span svg {
        fill: #888;
        transition: fill .1s ease-in-out;
    }
.icon-home {
    width: 16px;
    height: 15px;
}
.icon {
    display: inline-block;
  /*  width: 1em;
    height: 1em;
    fill: currentColor;*/
}
.icon-settings {
    width: 16px;
    height: 17px;
}
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
:not(svg) {
    transform-origin: 0px 0px;
}
ul.user-dropdown-menu li {
        white-space: nowrap;
    }
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ul.user-dropdown-menu li a.user-logout {
    margin-top: 6px;
    padding: 20px;
    border-top: 1px solid rgba(136, 136, 136, .2);
}
ul.user-dropdown-menu li a.user-logout span {
    padding-left: 2px;
}
.icon-logout {
    width: 16px;
    height: 16px;
}
ul.user-dropdown-menu:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 13px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    transform: rotate(45deg);
    background: #fff;
}
.hamburger {
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    margin-left: 30px;
    overflow: visible;
    line-height: 0;
    outline: 0;
}
.hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 35px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.page-inner-black .main-content-inner {
    display: block;
    padding-top: 0;
}
.pricing-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 640px;
   /* background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(33,0,82,1) 100%);*/
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

.col-xl-6 {
    width: 50%;
}
.pricing-hero__text {
    color: #fff;
}
.pricing-hero__text h1 {
     margin: 50px 0 30px;
     font-size: 3.625rem;
     line-height: 4rem;
     letter-spacing: -.01em;
}
.pricing-hero__text span {
        display: block;
        max-width: 490px;
        font-size: 1.4375rem;
        line-height: 2.1875rem;
        opacity: .8;
}
.pricing-hero__image {
    margin-left: -10px;
}
.pricing-hero__image img {
        width: 450px;
        height: 450px;
        max-width: 450px;
    }

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated-image {
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0; /* Ensures it's hidden before animation runs */
}

/*Pricing Panels*/
.pricing-panels {
    margin-top: -60px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 640px;
    background: #fff;
}
element.style {
    transition: transform 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    width: 1170px;
    transform: translate3d(0px, 0px, 0px);
    margin-right: 0px;
}
.relative {
    position: relative;
}
.det-most-popular {
    position: absolute;
    left: 0;
    top: -40px;
    width: calc(100% - 30px);
    height: 60px;
    margin: 0 15px;
    padding: 12px 0;
    border-radius: 10px;
    background: #fe7109;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: -65px;
    opacity: 0;
}
element.style {
    opacity: 1;
    transform: translate(0px, 0px px );
}
.pricing-det {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.1);
    margin-top:-60px;
    margin-bottom:40px
}
.pricing-det__title {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -.01em;
    text-align: center;
}
.pricing-det__description {
    padding: 10px 0 30px;
    font-size: 1.125rem;
    opacity: .5;
    text-align: center;
}
.pricing-det__value {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.pricing-det__value .old-value {
        position: relative;
        top: -4px;
        display: flex;
        align-items: flex-start;
        margin-right: 10px;
        padding: 0 5px;
        font-size: 1.875rem;
        font-weight: 600;
        letter-spacing: -.01em;
        color: #707070;
 }
    .pricing-det__value .old-value:before {
        content: "₱";
        padding-right: 2px;
        font-size: 1.5rem;
        font-weight: 500;
    }
    .pricing-det__value .old-value:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 100%;
        height: 2px;
        background: #ff6a6a;
    }
.pricing-det__value .new-value--blue {
        color: #4770ec;
}
.pricing-det__value .new-value {
        display: flex;
        align-items: flex-start;
        font-size: 2.75rem;
        font-weight: 600;
}
.pricing-det__value .new-value:before {
            content: "₱";
            padding-right: 2px;
            font-size: 2rem;
            font-weight: 500;
 }
.pricing-det__spec {
    padding-top: 5px;
    text-align: center;
    letter-spacing: -.01em;
}
b, strong {
    font-weight: bolder;
}
.pricing-det__button {
    margin: 0 0 25px;
    padding: 35px 0 25px;
    border-bottom: 1px solid #eee;
}
.btn--disabled {
    color: #e1e4eb;
}
.btn--padding {
    padding: 0 37px;
}
.btn--black {
    width: 100%;
    border-color: #bbbdc5;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: background .2s ease-in-out, color .1s ease-in-out;
}
.btn {
    position: relative;
    display: inline-block;
    height: 50px;
    max-width: 300px;
    padding: 0 20px;
    font-size: 1.125rem;
    background: 0 0;
    line-height: 48px;
    border: 1.5px solid #dbe3fc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.btn--full {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
/*.btn--green { 
    background: #7acb59;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
    border: 0;
    transition: background .2s ease-in-out, color .1s ease-in-out;
}*/
.btn--blue {
    background-color: dodgerblue;
    color: white;
    text-decoration: none;
}
.btn--disabled {
    background-color: rgba(0, 128, 0, 0.3);
    color: white;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
    text-align: center;
}

ul[class] {
    list-style: none;
    padding: 0;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
ul.plan-features li {
        position: relative;
        display: block;
        padding-left: 37px;
        padding-bottom: 18px;
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #111;
}
ul.plan-features--blue li:not(.feature-disabled):before {
        display: inline-block;
        background-image: url(../images/icons/sprite-bg.svg);
        background-size: 560px 287px;
    }
ul.plan-features--blue li:not(.feature-disabled):before {
        top: 3px;
        left: 0;
        width: 22px;
        height: 22px;
        background-position: -388px -192px;
}
ul.plan-features--blue li {
        padding-left: 37px;
}
ul.plan-features li strong {
        font-weight: 600;
}
ul.plan-features li:not(.feature-disabled):before {
        content: '';
        position: absolute;
        top: 8px;
        left: 6px;
        width: 14px;
        height: 12px;
        background-position: -450px -192px;
}
.btn--green-white:after, .form-group input[type=checkbox]:checked ~ label:after, .form-group--select:after, .steps__item:nth-child(2n) .steps__item-text h3:after, .steps__item:nth-child(2n+1) .steps__item-text h3:after, .validation-summary-errors:after, ul.plan-features li.feature-disabled:before, ul.plan-features li:not(.feature-disabled):before, ul.plan-features--blue li.feature-unfilled:before, ul.plan-features--blue li:not(.feature-disabled):before {
        display: inline-block;
        background-image: url(../images/icons/sprite-bg.svg);
        background-size: 560px 287px;
}
.row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.col-12 {
    width: 100%;
}
[class^=col-] {
    padding: 0 15px;
    box-sizing: border-box;
}
.pricing-bottom {
    padding-top: 30px;
    color: #2c354d;
    opacity: .4;
    text-align: center;
}
.inside-title {
    margin: 80px auto 60px;
    color: #2c354d;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: -.02em;
    text-align: center;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.col-xl-6 {
    width: 50%;
}

/*Pricing*/
.pricing-det {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    padding: 16px;
    background-color: #f8f9fa;
}

    .pricing-det:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

.pricing-det--pro:hover {
    background-color: #dbe9ff;
}

.pricing-det--std:hover {
    background-color: #f3e5ff;
}

.pricing-det--free:hover {
    background-color: #e6f2ff;
}

.feature-disabled {
    color: gray;
    text-decoration: line-through;
}

    .feature-disabled::before {
        content: "❌ ";
        color: gray;
    }

/*FAQ*/
.faq {
    margin-top: -60px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 640px;
    background: #fff;
}
/*.faq-item:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: background .3s ease-in-out;
}*/

.faq-item {
    position: relative;
    margin-bottom: 40px;
    padding: 0 10px 0 25px;
    color: #2c354d;
}
.faq-item h4, .faq-item h5 {
        position: relative;
        margin: 0 0 20px;
        font-size: 1.5rem;
        line-height: 1.875rem;
        letter-spacing: -.02em;
}
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.faq-item__text {
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
    opacity: .7;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.faq-item__text p {
    margin-bottom: 10px;
}
/*Support Section*/
.support-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* stack on smaller screens */
    gap: 20px;
}

.support-info__text {
    flex: 1;
    min-width: 250px;
}

.support-info__image {
    flex: 1;
    min-width: 200px;
    max-width: 400px;
    text-align: left; 
}

    .support-info__image img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

.support-info {
    padding-top: 60px;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
}
section {
    display: block;
}
.support-info__text h5 {
    margin: 0 0 20px;
    font-size: 2rem;
    line-height: 2.5rem;
}
.support-info__text a {
    color: #4770ec;
}
h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.support-info__text p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    opacity: .7;
}
.col-12 {
    width: 100%;
}
[class^=col-] {
    padding: 0 15px;
    box-sizing: border-box;
}
body {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
}
.support-info__image {
    position: relative;
    bottom: 0;
}
/*.support-info__image {
    margin-left: -250px;
}*/
.support-info__text {
    position: relative;
    padding-left: 205px;
    color: #2c354d;
}
.support-info__body {
    position: relative;
    padding-bottom: 100px;
}
/*Footer*/
.footer {
    overflow: hidden;
    display: block;
}
.footer__body {
    position: relative;
    padding-top: 45px;
}
.page-inner-black .footer .footer-bottom-line {
    display: none;
}
.page-inner-black .footer {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #000000 -2.5%, #000000 101.17%);
}
.footer-bottom-line {
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
    margin-bottom: 40px;
}
.footer__text {
    text-align: center;
}
.footer__text h4 {
    margin: 0 0 40px;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 4.5rem;
    letter-spacing: -.02em;
    color: #fff;
}
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.rotalic {
    display: inline-block;
}
.rotalic i {
        display: inline-block;
        font-style: unset;
        transform: rotate(12deg);
}
.footer__text-sub {
    display: block;
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -.015em;
    color: #fff;
    opacity: .5;
}
.footer__menu {
    display: flex;
    justify-content: center;
}
.col-8 {
    width: 66.66667%;
}
.main-menu--footer {
    margin-top: 0;
    margin-bottom: 0;
}
.main-menu--footer li a {
        font-size: 1.0625rem;
}
.main-menu li a {
    position: relative;
    top: 0;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: 500;
    opacity: .9;
    transition: opacity .1s ease-in-out, top .2s ease-in-out;
}
.col-2 {
    width: 16.66667%;
}
[class^=col-] {
    padding: 0 15px;
    box-sizing: border-box;
}

/*Footer Socials*/

.footer__socials {
    display: flex;
    justify-content: flex-end;
}
.socials {
    position: relative;
    right: -10px;
    display: flex;
    align-items: center;
}
.socials__item:first-child {
    margin-left: 0;
}
.socials__item {
    padding: 10px;
    line-height: 0;
    opacity: .5;
    transition: opacity .3s ease-in-out;
}
.socials__item:before {
        content: '';
}
.icon-linkedin {
    width: 16px;
    height: 16px;
}
.icon {
    display: inline-block;
    fill: currentColor;
}
.icon-facebook {
    width: 8px;
    height: 16px;
}
.icon-instagram {
    width: 16px;
    height: 16px;
}
.icon-twitter {
    width: 16px;
    height: 14px;
}
:not(svg) {
    transform-origin: 0px 0px;
}
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

/* Base styles for slides */
/*.glide__slide {
    width: 390px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.pricing-det {
    transition: all 0.3s ease;
}

.glide__slide:hover .pricing-det {
    filter: blur(2px);
    transform: scale(1.02);
    opacity: 0.9;
}

.row.glide__slides {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}*/

/* Responsive layout */
/*@media (max-width: 992px) {
    .row.glide__slides {
        flex-direction: column;
        align-items: center;
    }

    .glide__slide {
        width: 100% !important;
        max-width: 90%;
    }
}*/

/* Optional: card hover shadow */
/*.glide__slide:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}*/

/* Base styles for slides */
.glide__slide {
    width: 390px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.pricing-det {
    transition: all 0.3s ease;
}

/* Blur only siblings' .pricing-det when a .glide__slide is hovered */
.glide__slide:hover ~ .glide__slide .pricing-det,
.glide__slide:hover .glide__slide .pricing-det:not(:hover) {
    filter: blur(2px);
    transform: scale(1.02);
    opacity: 0.9;
}

/* Prevent blur on hovered element */
.glide__slide:hover .pricing-det:hover {
    filter: none;
    transform: none;
    opacity: 1;
}

.row.glide__slides {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

/* Responsive layout */
@media (max-width: 992px) {
    .row.glide__slides {
        flex-direction: column;
        align-items: center;
    }

    .glide__slide {
        width: 100% !important;
        max-width: 90%;
    }
}

/* Optional: card hover shadow */
.glide__slide:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}



/* Add smooth scale effect */
.nav-item {
    display: inline-block;
    padding: 8px 14px;
    transition: all 0.3s ease;
    color: black;
    border-radius: 6px;
    position: relative;
}

    .nav-item:hover {
        background-color: #f0f0f0;
    }

    /* Active style */
    .nav-item.active {
        background-color: #007BFF;
        color: white !important;
        transform: scale(1.05);
        box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
    }
/* Plans and Pricing */
/* Container flex layout */
.pricing-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: nowrap; /* use wrap if needed for small screens */
    padding: 20px;
}

/* Individual card container */
.pricing-card {
    width: 390px;
    display: flex;
    flex-direction: column;
}

/* Shared pricing card styles */
.pricing-det {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 16px;
}

/* Top label spacer */
.det-most-popular {
    height: 30px;
    margin-bottom: 10px;
}

/* Title styles by plan */
.pricing-det__title {
    padding: 6px 12px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.title-pro {
    background-color: darkblue;
}

.title-std {
    background-color: #4b0082;
}

.title-free {
    background-color: #007BFF;
}

/* Common content alignment */
.pricing-det__description,
.pricing-det__value,
.pricing-det__spec {
    text-align: center;
    margin: 8px 0;
}

.old-value {
    text-decoration: line-through;
    color: gray;
    margin-right: 8px;
}

/* Button styles */
.pricing-det__button {
    margin-top: 16px;
}

.btn--full {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border-radius: 6px;
    color: white;
    text-decoration: none;
}
.btn--full {
    color: white !important;
    background-color: darkblue; /* or override per button */
    text-align: center;
    padding: 10px;
    display: block;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
}
