/* =========================================================
   GENERAL SECTION & GRID
========================================================= */
.our-pricing {
    padding: 80px 0 !important;
    background: #fff;
}

/* Card Container */
.pec-box {
    background: #ffffff !important;
    border: 2px solid #f3c5dd !important; /* Soft Pink Border */
    border-radius: 20px !important;
    height: 660px !important; /* Fixed Height */
    position: relative !important;
    padding: 40px 25px !important;
    margin-bottom: 60px; /* Space for absolute button */
    transition: 0.3s ease;
    text-align: center;
    box-sizing: border-box;
}
.meinaefae{
    color: #000 !important;
    text-align: center;
}
.pec-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(133, 0, 255, 0.1);
}

/* =========================================================
   TOP SECTION (Title & Price)
========================================================= */
.pec-name h1 {
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin-bottom: 10px !important;
    text-transform: capitalize;
}

.pec-name h3 {
    font-size: 80px !important; /* Price size */
    font-weight: 800 !important;
    line-height: 1 !important;
    margin: 10px 0 !important;
    background: linear-gradient(#8500ff, #e91e76);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Old Price / Strikethrough */
.pec-name h3 span del {
    font-size: 24px !important;
    color: #e91e76 !important;
    text-decoration: line-through;
    -webkit-text-fill-color: #e91e76 !important; /* Gradient override */
    font-weight: 600;
    margin-left: 10px;
}

/* Decorative image (bor.png) styling */
.pec-name img {
    max-width: 100%;
    margin: 15px 0;
    opacity: 0.3; /* Subtle divider */
}

/* =========================================================
   LIST AREA & SCROLLBAR
========================================================= */
.pec-list.pkg_list {
    height: 300px !important; /* Fixed height for scroll */
    overflow-y: auto !important;
    text-align: left !important;
    padding-right: 10px !important;
    margin: 20px 0 !important;
}

/* List Styling */
.pec-list.pkg_list ul {
    list-style: none !important;
    padding: 0 !important;
}

.pec-list.pkg_list li {
    font-size: 15px !important;
    color: #555 !important;
    margin-bottom: 12px !important;
    font-weight: 500;
    line-height: 1.4;
}

/* SCROLLBAR STYLING */
.pec-list.pkg_list::-webkit-scrollbar {
    width: 4px !important;
}
.pec-list.pkg_list::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px;
}
.pec-list.pkg_list::-webkit-scrollbar-thumb {
    background: linear-gradient(#8500ff, #e91e76) !important;
    border-radius: 10px;
}

/* =========================================================
   ORDER BUTTON
========================================================= */
.themeBtn.pkg_btn {
    position: absolute !important;
    bottom: -28px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 210px !important;
    height: 55px !important;
    background: linear-gradient(90deg, #8800ff 0%, #e51b76 100%) !important;
    color: #fff !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(136, 0, 255, 0.2) !important;
    z-index: 100;
    border: none !important;
}

.themeBtn.pkg_btn:hover {
    bottom: -23px !important;
    box-shadow: 0 12px 25px rgba(136, 0, 255, 0.4) !important;
}

/* =========================================================
   POPULAR PACKAGE (Automatic 2nd Column)
========================================================= */
/* Agar aapka PHP loop hai to ye doosre box ko automatically purple karega */
.our-pricing .row > div:nth-child(2) .pec-box {
    background: linear-gradient(180deg, #8500ed 0%, #e71877 100%) !important;
    border: none !important;
}

/* White text for popular card */
.our-pricing .row > div:nth-child(2) .pec-name h1,
.our-pricing .row > div:nth-child(2) .pec-name h3,
.our-pricing .row > div:nth-child(2) .pec-name h3 span del,
.our-pricing .row > div:nth-child(2) .pec-list li {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Popular Badge */
.our-pricing .row > div:nth-child(2) .pec-box::before {
    content: "Popular";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 10px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    z-index: 101;
}

/* Black button for popular card */
.our-pricing .row > div:nth-child(2) .themeBtn.pkg_btn {
    background: #000 !important;
}

/* White scrollbar for popular card */
.our-pricing .row > div:nth-child(2) .pec-list.pkg_list::-webkit-scrollbar-thumb {
    background: #ffffff !important;
}

/* Divider image hide for popular card if needed */
.our-pricing .row > div:nth-child(2) .pec-name img {
    filter: brightness(0) invert(1);
    opacity: 0.2;
}

.afhuiw{
    width: 170px;
}

@media (min-width: 320px) and (max-width: 1440px) {
    .afhuiw {
        width: 170px !important;
    }
}