/* ===================================
    Crafto - Seo agency
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {      
    --alt-font: 'Urbanist', sans-serif;
    --primary-font: 'Atkinson Hyperlegible', sans-serif;
    --base-color: #4c46c0;
    --orange-color: #fa9039;
    --dark-gray: #2a2b3f;
    --medium-gray: #797a8c;
}   
/* reset */
body{
    font-size: 17px;
    line-height: 30px; 
}
.placeholder-medium-gray::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.3;
}
.placeholder-medium-gray::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.3;
}
.placeholder-medium-gray:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.3;
}
/* bg color */
.bg-sea-buckthorn {
    background-color: #ec954d;
}
/* bg transparent color */
.bg-dark-gray-transparent {
    background-color: rgba(42, 43, 63,.8);
}
/* bg gradient color */
.bg-gradient-chablis-red-quartz-white {
    background-image: linear-gradient(to right, #fce7e1, #fce7e1, #efe2ea, #dcdaf5, #dcdaf5);
    background: #000;
    color: #fff;
}
.bg-gradient-top-very-light-gray {
    background-image: linear-gradient(to top, #f4f7fd, #f4f7fd, #f9fbff, #f9fbff, #ffffff);
}
/* text gradient color */
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f36b4a, #c26772, #6256c8, #6256c8, #6256c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* btn */
.btn {
    font-weight: 600;
}
.btn-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f36b4a, #5b3fc0, #5b3fc0);
    background-size: 200% auto;
    color: var(--white);
    background: #5b3fc0;
}
/* heading */
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.375rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* opacity */
.opacity-05 {
    opacity: .05;
}
/* header */
header .navbar-brand img {
    max-height: 64px;
}
header .btn.btn-rounded.btn-very-small{
    font-size: 12px;
    font-weight: 600;
    padding: 8px 25px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 18px;
}
header .left-nav .navbar-nav:before {
    background: rgba(0,0,0,.3); 
}
/* footer */
footer .nav-link {
    color: var(--dark-gray);  
}
.nav-link {
    padding: 0.5rem 1.5rem;
}
footer.half-footer {
    padding: 40px 0 40px 0;
}
footer .elements-social ul li:last-child {
    margin-right: 0;
}
/* page title */
.page-title-large h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
}
.page-title-large h2 {
    font-size: 20px;
    line-height: 30px;
}
/* media query responsive */
@media (max-width: 991px) {
    .tab-style-04 .nav-tabs .nav-item {
        padding: 0 20px;
    }
    .process-step-style-02 .progress-step-separator {
        display: block;
    }
    footer .nav-link {
        padding: 0.5rem 1rem; 
    }
    .navbar-full-screen-menu-inner.bg-transparent, .navbar-modern-inner.bg-transparent, .navbar.bg-transparent {
        background-color: #5b3fc0 !important;
    }
}
@media (max-width: 768px) {
    .tab-style-04 .nav-tabs .nav-item {
        padding: 0 10px;
    }
    .header-button  a.btn.btn-small.btn-dark-gray.btn-box-shadow.btn-rounded
    {
        display: none;
    }
}
@media (max-width: 575px) {
    .process-step-style-02 .progress-step-separator {
        display: none;
    }
    .background-position-center-bottom {
        background-position: center bottom -1px !important;
    }
}

.features-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-right: 40px;
}
.features-icon {
    float: left;
    display: block;
    margin-right: 20px;
}
.single-features {
    border-radius: 5px;
    transition: .3s;
    margin: 30px 0;
    border-radius: 20px;
}
.features-icon img {
    filter: invert(2);
    width: 46px;
}

.single-pricing ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #ddd;
}
.single-pricing ul {
    text-align: left;
    max-width: 340px;
    margin: 30px 0;
}
.single-pricing ul li i {
    font-size: 10px;
    display: flex;
    width: 19px;
    height: 19px;
    background-color: #615cbc;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.single-pricing ul {
    text-align: left;
    max-width: 340px;
    margin: 30px 0;
    padding: 0;
    min-height: 350px;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
}

.single-pricing p{
    color:#000;
    font-weight:200;
    font-size:14px;
    line-height:22px;
}

section.terms_sec h1, h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}


   /* -----------------------------------------------------------
       1. TECH-SAAS VARIABLES & RESET
       ----------------------------------------------------------- */
    :root {
        --tech-primary: #4f46e5; /* Indigo */
        --tech-accent: #06b6d4; /* Cyan */
        --tech-dark: #0f172a;
        --tech-gray: #64748b;
        --tech-bg: #f8fafc;
        --card-bg: #ffffff;
        --border-light: #e2e8f0;
        --radius-card: 16px;
        --radius-btn: 8px;
        --shadow-soft: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
        --shadow-hover: 0 20px 40px -5px rgba(79, 70, 229, 0.15);
        --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }

    /* -----------------------------------------------------------
       2. LAYOUT & GRID ENHANCEMENTS
       ----------------------------------------------------------- */
    .pricing-table-style-06 {
        position: relative;
        z-index: 2;
    }

    /* Ensure equal height cards */
    .pricing-table-style-06 > div {
        display: flex;
        flex-direction: column;
    }

    .bg-white {
        background: var(--card-bg);
        display: flex;
        flex-direction: column;
        height: 100%;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        border: 1px solid var(--border-light);
        overflow: hidden; /* Contains top glow */
    }

    /* Subtle top gradient line for all cards */
    .bg-white::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, var(--tech-primary), var(--tech-accent));
        opacity: 0.5;
        transition: opacity 0.3s ease;
    }

    /* -----------------------------------------------------------
       3. CARD TYPOGRAPHY & HIERARCHY
       ----------------------------------------------------------- */
    .alt-font {
        font-family: var(--font-sans);
        letter-spacing: -0.02em; /* Tight tracking for modern look */
    }
    
    .fw-600 { font-weight: 600; }
    .text-dark-gray { color: var(--tech-dark); }
    
    /* Product Name */
    .bg-white > h6 {
        font-size: 1.25rem;
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-size: 0.85rem;
        color: var(--tech-gray);
        font-weight: 700;
    }

    /* Funnel Name (Sub-label) */
    .bg-white > span {
        font-size: 0.9rem;
        color: var(--tech-primary);
        font-weight: 500;
        margin-bottom: 15px;
        display: block;
    }

    /* Price Display */
    .pricing-table-style-06 h2.text-dark-gray {
        font-size: 3.5rem;
        line-height: 1;
        margin: 20px 0 10px 0;
        font-weight: 800;
        background: linear-gradient(135deg, var(--tech-dark) 0%, #334155 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* -----------------------------------------------------------
       4. FEATURE LIST STYLING (Assuming UL/LI from ng-bind-html)
       ----------------------------------------------------------- */
    .single-pricing {
        margin: 30px 0;
        padding: 0 20px;
        text-align: left;
        flex-grow: 1; /* Pushes footer to bottom */
    }

    .single-pricing span {
        display: block;
        color: var(--tech-gray);
        font-size: 0.95rem;
    }

    /* Style the list inside the bind-html */
    .single-pricing ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .single-pricing li {
        margin-bottom: 14px;
        padding-left: 28px;
        position: relative;
        color: #475569;
    }

    .single-pricing li::before {
        content: "\f00c"; /* FontAwesome Check */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 2px;
        color: var(--tech-accent);
        font-size: 14px;
    }

    /* Divider Line */
    .pricing-footer {
        border-top: 1px solid var(--border-light);
        padding: 25px;
        background: #fdfdfd;
        margin-top: auto;
    }

    /* -----------------------------------------------------------
       5. CTA BUTTON
       ----------------------------------------------------------- */
    .btn-base-color {
        background-color: var(--tech-dark) !important; /* Override */
        background-image: linear-gradient(135deg, #0f172a 0%, #334155 100%);
        color: #ffffff !important;
        border: none;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        font-weight: 600;
        letter-spacing: 0.5px;
        font-family: var(--font-sans);
        text-decoration: none;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    /* Button Hover */
    .btn-base-color:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.4);
        background-color: var(--tech-primary) !important;
        background-image: linear-gradient(135deg, var(--tech-primary) 0%, var(--tech-accent) 100%);
        color: #fff !important;
    }

    /* -----------------------------------------------------------
       6. HOVER STATES & "DASHING" EFFECTS
       ----------------------------------------------------------- */
    .box-shadow-quadruple-large {
        box-shadow: var(--shadow-soft);
        border-radius: var(--radius-card);
    }

    /* Card Hover */
    .pricing-table-style-06 > div:hover .bg-white {
        transform: translateY(-8px) scale(1.02);
        box-shadow: var(--shadow-hover);
        border-color: rgba(79, 70, 229, 0.3);
    }

    .pricing-table-style-06 > div:hover .bg-white::before {
        opacity: 1;
        box-shadow: 0 0 15px rgba(79, 70, 229, 0.5);
    }

    /* -----------------------------------------------------------
       7. "MOST POPULAR" BADGE (MIDDLE CARD)
       ----------------------------------------------------------- */
    /* Targeting the second child of the flex row */
    .pricing-table-style-06 > div:nth-child(2) .bg-white {
        border-color: var(--tech-primary);
        box-shadow: 0 0 0 1px var(--tech-primary), var(--shadow-soft);
    }

    .pricing-table-style-06 > div:nth-child(2) .bg-white::after {
        content: 'BEST VALUE';
        position: absolute;
        top: 20px;
        right: -30px;
        background: linear-gradient(90deg, var(--tech-primary), var(--tech-accent));
        color: white;
        font-size: 0.7rem;
        font-weight: 700;
        padding: 5px 35px;
        transform: rotate(45deg);
        z-index: 10;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    /* -----------------------------------------------------------
       8. RESPONSIVE TWEAKS
       ----------------------------------------------------------- */
    @media (max-width: 991px) {
        .pricing-table-style-06 > div {
            max-width: 500px;
            margin-left: auto !important;
            margin-right: auto !important;
        }
    }
