/* ========================================================
1. GLOBAL SAAS TYPOGRAPHY & SETUP
======================================================== */


/* Glassmorphism Navbar */
.header-bar {
    background-color: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* Dark SaaS Top Bar */
.top-bar-bg,
#the7-body #phantom .top-bar-bg,
#the7-body .sticky-on .top-bar-bg,
#the7-body .sticky-top-line-on .top-bar-bg {
    background-color: #0F172A !important;
    /* Slate 900 */
}

.masthead.line-decoration:not(.side-header):not(.mixed-header):not(.masthead-mobile-header) {
    border-bottom: none !important;
}

/* ========================================================
   2. HERO SECTION REDESIGN
   ======================================================== */
/* Target the inner box of the hero to make it look premium */
.vc_column-inner.vc_custom_1623682118733 {
    border-width: 0 !important;
    border-radius: 24px !important;
    background: rgb(255 255 255 / 80%) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15) !important;
    padding: 60px 40px !important;
}

.vc_column-inner.vc_custom_1623682118733 h3 span {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    /* Dark slate text */
    letter-spacing: -0.5px !important;
}

/* ========================================================
   3. COURSE CARDS REDESIGN (The 3 Columns)
   ======================================================== */
/* Strip the old thick colored borders from specific WPBakery IDs */
.vc_custom_1769198470400,
.vc_custom_1769198595400,
.vc_custom_1769198762689 {
    border-width: 0px !important;
    background-color: transparent !important;
    padding: 0 !important;
}

/* Turn the 3 columns into modern SaaS cards */
.vc_row.vc_inner.vc_row-flex .vc_col-sm-4 .vc_column-inner {
    background-color: #ffffff !important;
    border: 1px solid #F1F5F9 !important;
    /* Very soft border */
    border-radius: 16px !important;
    /* 16px corners */
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01) !important;
    /* Soft depth */
    padding: 40px 32px 32px 32px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* Hover effect to lift cards up */
.vc_row.vc_inner.vc_row-flex .vc_col-sm-4 .vc_column-inner:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.01) !important;
}

/* Card Titles */
.vc_row.vc_inner.vc_row-flex .vc_col-sm-4 .wpb_wrapper h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
}

.vc_row.vc_inner.vc_row-flex .vc_col-sm-4 .wpb_wrapper h2 span {
    color: #0F172A !important;
}

/* Card Badges (Converting the h3 subheadings into pill badges) */
.vc_row.vc_inner.vc_row-flex .vc_col-sm-4 .wpb_wrapper h3 {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #003e7e !important;
    /* SaaS Blue */
    background-color: #EFF6FF !important;
    /* Light blue bg */
    padding: 6px 16px !important;
    border-radius: 9999px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 24px !important;
}

/* Clean up paragraph text inside cards */
.vc_row.vc_inner.vc_row-flex .vc_col-sm-4 .wpb_wrapper p {
    font-size: 14px !important;
    color: #475569 !important;
    /* Slate 600 */
    line-height: 1.6 !important;
    text-align: left !important;
    /* Left align is much easier to read than centered */
}

/* Hide those thin hr lines for a cleaner aesthetic */
.vc_row.vc_inner.vc_row-flex .vc_col-sm-4 .hr-thin {
    display: none !important;
}

/* Left align all content in the card for SaaS look */
.vc_row.vc_inner.vc_row-flex .vc_col-sm-4 .wpb_wrapper h2,
.vc_row.vc_inner.vc_row-flex .vc_col-sm-4 .wpb_wrapper h3 {
    text-align: left !important;
}

/* ========================================================
   4. MODERN BUTTONS (Cards & General)
   ======================================================== */
.btn-align-center a.dt-btn,
a.default-btn-shortcode {
    background-color: #003e7e !important;
    /* Vibrant SaaS blue */
    color: #ffffff !important;
    border-radius: 8px !important;
    /* Clean rounded button */
    font-weight: 500 !important;
    padding: 14px 24px !important;
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2) !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    border: none !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    /* Make buttons span full width of the card */
    margin-top: 16px !important;
}

.btn-align-center a.dt-btn:hover,
a.default-btn-shortcode:hover {
    background-color: #1D4ED8 !important;
    /* Darker blue on hover */
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3) !important;
}

/* ========================================================
   5. "WHO WE ARE" TRUST SECTION
   ======================================================== */

/* 1. Section Container - Adding a soft SaaS gradient */
#who-we-are {
    background: #fff !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* 2. Main Headline - Bold, tight, and professional */
#who-we-are h1 {
    margin-bottom: 40px !important;
}

#who-we-are h1 span {
    font-size: 42px !important;
    font-weight: 800 !important;
    letter-spacing: -1.5px !important;
    color: #0F172A !important;
    display: block;
    line-height: 1.1 !important;
}

/* 3. The Feature Grid - Turning columns into "Feature Cards" */
#who-we-are .vc_column-inner {
    transition: all 0.3s ease !important;
    padding-top: 20px !important;
}

/* Modernizing the Icons */
#who-we-are .vc_icon_element.vc_icon_element-outer {
    margin-bottom: 20px !important;
}

#who-we-are .vc_icon_element-inner {
    background-color: #fff5d9 !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.3s ease !important;
    margin: auto;
}

#who-we-are .vc_icon_element-icon {
    color: #003e7e !important;
    /* Icon color */
    font-size: 38px !important;
}

/* 4. Feature Headings */
#who-we-are h3 {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

#who-we-are h3 span {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1E293B !important;
    letter-spacing: -0.3px !important;
}

/* 5. Feature Text */
#who-we-are p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #64748B !important;
    /* Muted slate for better hierarchy */
    font-weight: 400 !important;
}

/* 6. Vertical Divider (Optional - adds a modern touch) */
/* This adds a tiny accent line to the left of the cards */
#who-we-are .wpb_column {
    position: relative;
}

@media (min-width: 768px) {
    #who-we-are .wpb_column:not(:first-child)::before {
        content: "";
        position: absolute;
        left: -15px;
        top: 20%;
        height: 60%;
        width: 1px;
        background: linear-gradient(to bottom, transparent, #E2E8F0, transparent);
    }
}

.tribe-events-widget .tribe-events-widget-events-list__event-title {
    background: var(--tec-color-category-secondary);
}

.tribe-events-widget .tribe-events-widget-events-list__event-title {
    background: var(--tec-color-category-secondary);
}

.vc_message_box.vc_message_box-standard.vc_message_box-rounded.vc_color-info {
    background-color: #ffffff !important;
    border-radius: 14px !important;
    border-color: #f0f0f0 !important;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%), 0px 1px 3px 0px rgb(0 0 0 / 8%);
    padding: 2em 2em 2em 4em;
    margin-bottom: 3rem;
}

.main-nav>li>a .menu-text,
.main-nav .sub-nav>li>a .menu-text {
    text-transform: none !important;
    font-weight: 400 !important;
    font-family: 'Inter', "Arial", Helvetica, Arial, Verdana, sans-serif !important;
    color: #000 !important;
}

.vc_color-info.vc_message_box {
    color: #1a1a1a !important;
}

.vc_color-info.vc_message_box .vc_message_box-icon {
    color: #0d3d7e !important;
}

.products .product {
    display: block;
    list-style: none;
    border: 1px solid #eee;
    border-radius: 14px;
    padding-bottom: 1rem;
}

.content .woocommerce .wf-cell img,
.woocommerce .content .wf-cell img {
    height: 200px !important;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.related-product .product-title,
.woocom-list-content .entry-title {
    font-weight: 600 !important;
    text-align: left;
    margin: 0 !important;
    font-family: 'Inter' !important;
}

/* 1. Container Setup */
figcaption.woocom-list-content {
    display: flex !important;
    flex-direction: column !important;
    /* Stack rows vertically */
    padding: 20px !important;
    background: #ffffff;
}

/* 2. Heading (Always on Top) */
figcaption.woocom-list-content .entry-title {
    width: 100% !important;
    order: 1;
    margin-bottom: 12px !important;
    /* Force to top */
}

/* 3. The Bottom Row (Price & Button) */
/* We create a wrapper effect using a flex row for price and buttons */
figcaption.woocom-list-content {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* 4. Price (Aligned Left) */
figcaption.woocom-list-content .price {
    order: 2;
    margin: 0 !important;
    flex: 1;
    text-align: left !important;
    /* Takes up available space on the left */
}

figcaption.woocom-list-content .price * {
    color: #1E293B !important;
}

figcaption.woocom-list-content .price .amount {
    font-size: 20px !important;
    font-weight: 800 !important;
}

/* 5. Add to Cart Button (Aligned Right) */
figcaption.woocom-list-content .woo-buttons {
    order: 3;
    margin: 0 !important;
    padding-top: 0 !important;
}

figcaption.woocom-list-content .woo-buttons a.add_to_cart_button {
    padding: 10px 20px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
}

figcaption.woocom-list-content .woo-buttons a.add_to_cart_button:hover {
    transform: translateY(-2px);
}

/* Ensure price and button stay on one line on desktop */
@media (min-width: 480px) {
    figcaption.woocom-list-content {
        flex-direction: row !important;
    }

    figcaption.woocom-list-content .entry-title {
        flex: 0 0 100% !important;
        /* Force title to occupy full width above */
    }
}