.pricing {
    position: relative;
    width: 100%;
    padding: 0 0 60px 0;
    background-color: #f5f5f5;
}

.pricing-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

/* Section Header */
.pricing-header {
    margin-bottom: 80px;
}

.pricing-title {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1.28px;
    line-height: normal;
    margin: 0 auto;
}

.title-highlight {
    color: #340061;
    font-weight: 600;
}

.title-normal {
    color: transparent;
    -webkit-text-stroke: 1px #340061;
    font-weight: 600;
}

.pricing .bottom {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.pricing .element {
    flex-direction: column;
    width: 392px;
    gap: 40px;
    padding: 60px 0px;
    position: relative;
    background: #f9f9fa;
    border: 2px solid #340061;
    display: flex;
    align-items: center;
}

/* Premium plan styling */
.pricing .element.premium-plan {
    background: linear-gradient(135deg, #f9f9fa 0%, #f0f0f0 100%);
    border: 3px solid #340061;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(52, 0, 97, 0.15);
}

/* Popular badge */
.pricing .popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #5e0da3, #340061);
    color: white;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 10;
}

/* Advanced Plans Container */
.pricing .advanced-plans-container {
    border: 3px solid #340061;
    background: linear-gradient(135deg, #f9f9fa 0%, #f0f0f0 100%);
    position: relative;
}

/* Plan Selector */
.pricing .plan-selector {
    /* margin: 16px 0; */
    width: 80%;
}

.pricing .plan-dropdown {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #340061;
    border-radius: 8px;
    background-color: white;
    color: #340061;
    font-family: "Sora", Helvetica;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing .plan-dropdown:hover {
    border-color: #5e0da3;
    box-shadow: 0 2px 8px rgba(52, 0, 97, 0.1);
}

.pricing .plan-dropdown:focus {
    outline: none;
    border-color: #5e0da3;
    box-shadow: 0 0 0 3px rgba(52, 0, 97, 0.1);
}

.pricing .plan-dropdown option {
    padding: 8px;
    background-color: white;
    color: #340061;
}

/* Plan Dropdown in Client Count Section */
.pricing .plan-dropdown-clients {
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    font-family: "Roboto", Helvetica;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.60px;
    line-height: 26px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.pricing .plan-dropdown-clients:focus {
    outline: none;
}

.pricing .plan-dropdown-clients option {
    padding: 8px;
    background-color: #340061;
    color: white;
    text-align: center;
}

/* Enhanced Plan Dropdown */
.pricing .selector-label {
    color: #fff;
    font-family: "Roboto", Helvetica;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    opacity: 0.8;
}

.pricing .plan-selector {
    position: relative;
    width: 80%;
}

.pricing .plan-dropdown-enhanced {
    width: 100%;
    padding: 8px 30px 8px 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: "Roboto", Helvetica;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1.2px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease;
}

.pricing .plan-dropdown-enhanced:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
}

.pricing .plan-dropdown-enhanced:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.pricing .plan-dropdown-enhanced option {
    padding: 10px;
    background-color: #340061;
    color: white;
    text-align: center;
    border: none;
}

.pricing .dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    pointer-events: none;
    opacity: 0.8;
}

/* Ensure consistent height across all plan cards */
.pricing .time {
    min-height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #340061;
}

.pricing .pricing-2 {
    align-items: center;
    gap: 24px;
    padding: 0px 40px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
}

.pricing .text-wrapper-2 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    color: #340061;
    text-align: center;
}

.pricing .element-month {
    position: relative;
    align-self: stretch;
    font-family: "Sora", Helvetica;
    font-weight: 600;
    color: transparent;
    font-size: 54px;
    text-align: center;
    letter-spacing: 0;
    line-height: 54px;
}

.pricing .text-wrapper-3 {
    color: #340061;
    line-height: 0.1px;
}

.pricing .text-wrapper-4 {
    color: #340061;
    font-size: 24px;
    line-height: 34px;
}

.pricing .time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #340061;
    min-height: 62px;
    /* Ensure consistent height across all cards */
}

.pricing .text-wrapper-5 {
    position: relative;
    width: 320px;
    margin-top: -1.00px;
    font-family: "Roboto", Helvetica;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.60px;
    line-height: 26px;
}

.pricing .facility {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0px 40px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.pricing .element-2 {
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.pricing .icon {
    position: relative;
    width: 16px;
    height: 16px;
}

.pricing .text-wrapper-6 {
    position: relative;
    width: fit-content;
    opacity: 0.6;
    color: #340061;
    white-space: nowrap;
}

.pricing .button {
    all: unset;
    box-sizing: border-box;
    display: flex;
    width: 320px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 32px;
    position: relative;
    flex: 0 0 auto;
    background-color: #340061;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    /* box-shadow: 0px 4px 18px #f2fd8417; */
}

.pricing .button:hover {
    background-color: #5e0da3;
    transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgba(52, 0, 97, 0.25);
}

.pricing .button:active {
    transform: translateY(0);
    box-shadow: 0px 4px 15px rgba(52, 0, 97, 0.2);
}

.pricing .START-NOW {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Sora", Helvetica;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.24px;
    line-height: 26px;
    white-space: nowrap;
}

.pricing .element-3 {
    flex-direction: column;
    width: 392px;
    gap: 40px;
    padding: 60px 0px;
    position: relative;
    background-color: #ffffff0a;
    border: 0.5px solid;
    border-color: transparent;
    border-image: linear-gradient(180deg,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0) 100%) 1;
    display: flex;
    align-items: center;
}

.pricing .text-wrapper-7 {
    color: #ffffff;
    line-height: 64px;
}

.pricing .element-4 {
    display: flex;
    flex-direction: column;
    width: 392px;
    align-items: center;
    gap: 40px;
    padding: 60px 0px;
    position: relative;
    background-color: #ffffff0a;
    border: 0.5px solid;
    border-color: transparent;
    border-image: linear-gradient(180deg,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0) 100%) 1;
}

.pricing .monthly-body {
    position: relative;
    width: fit-content;
    opacity: 0.6;
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .pricing-title {
        font-size: 56px;
    }
}

@media (max-width: 768px) {
    .pricing-header {
        margin-bottom: 60px;
    }

    .pricing-title {
        font-size: 42px;
        letter-spacing: -0.8px;
    }

    .pricing .plan-dropdown {
        font-size: 12px;
        padding: 10px 12px;
    }

    .pricing .plan-dropdown-clients {
        font-size: 14px;
        letter-spacing: 1.2px;
    }

    .pricing .plan-dropdown-enhanced {
        font-size: 12px;
        padding: 6px 25px 6px 6px;
        letter-spacing: 1.0px;
    }

    .pricing .selector-label {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .pricing .dropdown-arrow {
        font-size: 10px;
        right: 8px;
    }
}

@media (max-width: 480px) {
    .pricing-header {
        margin-bottom: 40px;
    }

    .pricing-title {
        font-size: 36px;
        letter-spacing: -0.5px;
    }

    .pricing .plan-dropdown {
        font-size: 11px;
        padding: 8px 10px;
    }

    .pricing .plan-dropdown-clients {
        font-size: 12px;
        letter-spacing: 1.0px;
    }

    .pricing .plan-dropdown-enhanced {
        font-size: 11px;
        padding: 5px 20px 5px 5px;
        letter-spacing: 0.8px;
    }

    .pricing .selector-label {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .pricing .dropdown-arrow {
        font-size: 9px;
        right: 6px;
    }

    .pricing .advanced-plans-container {
        border-width: 2px;
    }
}