/* ================================
   GLOBAL STYLING
================================= */
body {
    font-family: 'Inter', 'Poppins', sans-serif;
    color: #39424a;
    background: #ffffff;
    line-height: 1.75;
}

/* ================================
   HERO SECTION
================================= */
.hero-section {
    height: 60vh;
    background: url('/static/blog_odoo_production/img1.webp') center/cover no-repeat;
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    color: #fff;
    max-width: 1200px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
}




/* Breadcrumb – white text, no box, highly visible */
.linem {
    font-size: 17px;
    /* font-weight: 900; */
    color: #ffffff !important;
    text-shadow:
        0px 3px 8px rgba(0, 0, 0, 0.85),
        0px 2px 5px rgba(0, 0, 0, 0.65);
    margin-top: 10px;
    margin-left: 190px;
}





/* Breadcrumb links visible and stylish */
/* Breadcrumb links - white & visible */
.breadcrumb-link {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
    text-shadow:
        0px 3px 8px rgba(0, 0, 0, 0.85),
        0px 2px 5px rgba(0, 0, 0, 0.65);
    transition: 0.2s;
}

/* Link hover */
.breadcrumb-link:hover {
    color: #ffd2f2 !important;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 1);
}

/* Current page text - blue & visible */
.breadcrumb-current {
    color: #c4c4d4;
    /* soft bright blue */
    font-weight: 500;
    text-shadow: none !important;
}








/* Hero Description Text */
.hero-sub {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 300;
    color: #f2f2f2;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
}

/* Hero Button – VERY VISIBLE */
.btn-primary {
    background: linear-gradient(120deg, #5b4df2, #8253d4);
    /* strong bold color */
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 38px;
    border-radius: 40px !important;
    border: none !important;
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.45) !important;
}

/* ================================
   INTRODUCTION SECTION
================================= */
.intro-heading {
    font-size: 28px;
    font-weight: 800;
    color: #1f2d3a;
    position: relative;
    padding-left: 12px;
}

.intro-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 26px;
    background: linear-gradient(180deg, #6f42c1, #d63384);
    border-radius: 10px;
}

.intro-box {
    background: #ffffff;
    border-left: 4px solid #d63384;
    border-radius: 8px;
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.08);
    padding: 24px 28px;
}

.intro-text {
    font-size: 17px;
    color: #464f57;
    line-height: 1.85;
}

/* ================================
   SECTIONS & HEADINGS
================================= */
.section-heading {
    font-size: 26px;
    font-weight: 700;
    color: #222831;
    margin-bottom: .75rem;
}

.subheading {
    font-size: 20px;
    font-weight: 700;
    color: #1f2d3a;
    margin-bottom: .8rem;
}

/* ================================
   CTA CARD
================================= */
/* CTA CARD – taller, vertical center alignment */
.cta-card .card {
    background: linear-gradient(180deg, rgba(243, 246, 255, 1), #ffffff);
    border: 1px solid rgba(18, 70, 160, 0.2);
    box-shadow: 0 18px 60px rgba(20, 45, 105, 0.06);
    border-radius: 32px !important;

    /* FIX FOR HEIGHT + VERTICAL ALIGN */
    height: 140px;
    /* increase height as required */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical center */
    align-items: center;
    /* horizontal center */

    padding: 20px;

    transition: transform 0.35s ease, box-shadow 0.35s ease;
}


.cta-card .card h4 {
    font-size: 25px;
    font-weight: 700;
}


/* Hover effect */
.cta-card .card:hover {
    transform: translateY(-6.5px);
    box-shadow: 15px 25px 75px rgba(20, 45, 105, 0.4);
}

/* CTA button */
.btn-cta {
    background: linear-gradient(90deg, #5b4df2, #7f3ef2);
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(126, 58, 255, 0.14);
    margin-top: 14px;
    transition: 0.3s ease;
}

.btn-cta:hover {
    transform: scale(1.08);
    box-shadow: 15px 15px 20px rgba(126, 58, 255, 0.2);
    color: #fff;
}

.cta-svg-icon {
    width: 26px;
    height: 26px;
    fill: #fff;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}


.img-secs {
    width: 100%;
    max-height: 400px;   
    object-fit: cover;
}


/* ================================
   MODULE LIST
================================= */
.module-list {
    list-style: none;
    counter-reset: modules;
    padding-left: 0;
}

.module-list li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 28px;
    min-height: 40px;
}

.module-list li h5 {
    font-weight: 700;
    font-size: 18px;
    color: #23303b;
    margin-bottom: 8px;
}

/* Number Circle */
.module-list li::before {
    counter-increment: modules;
    content: counter(modules);
    position: absolute;
    left: 0;
    top: -8px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #6f42c1;
    box-shadow: 0 6px 18px rgba(43, 55, 95, 0.06);
    border: 2px solid rgba(111, 66, 193, 0.08);
}


/* ================================
   RESPONSIVE
================================= */
@media (max-width: 767px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-breadcrumb {
        font-size: 14px;
    }

    .hero-sub {
        font-size: 15px;
    }

    .chat-circle {
        width: 56px;
        height: 56px;
    }
}