/* =========================
   BADGES
========================= */

.badge-green {
    background: var(--origin-green);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
}

.badge-orange {
    background: var(--origin-orange);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}


/* =========================
   SECTIONS
========================= */
.section-padding {
    padding: 90px 0;
}

.bg-soft {
    background-color: var(--bg-light);
}


/* =========================
   HERO SLIDER (NEW LAYOUT)
========================= */
/* =========================
   HERO – MODERN SYSTEM
========================= */
.hero-modern {
    background: #0b2c2d;
    color: #fff;
}

.hero-eyebrow {
    display: inline-block;
    color: var(--origin-green);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-title span {
    color: var(--origin-green);
}

.hero-subtitle {
    font-size: 1.05rem;
    color: #d8f3ef;
    max-width: 520px;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-outline {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

.btn-outline:hover {
    background: #ffffff;
    color: #083b3c;
}

/* Circle image already designed earlier */

.hero-slider {
    background: #0b2c2d;
    height: 100vh;
}

.hero-slider .swiper-slide {
    display: flex;
    align-items: center;
}

.hero-slider .container {
    position: relative;
    z-index: 2;
}

.hero-slider h1 {
    color: #fff;
}

.hero-slider h1 span {
    color: var(--origin-green);
}

.hero-slider p {
    color: #e5f6f3;
}

.hero-img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    object-fit: cover;
}

/* Swiper Controls */
.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
}

.swiper-pagination-bullet-active {
    background: #fff;
}


/* =========================
   HERO CIRCULAR IMAGE
========================= */
.hero-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-image-circle {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 8px solid #ffffff;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================
   TRUST STRIP – MODERN
========================= */
.trust-strip-modern {
    background: #f4fbf9;
    padding: 50px 0;
}

.trust-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 15px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.trust-icon {
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    font-size: 45px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border: 1px solid #222;
}

.trust-card p {
    margin: 0;
    font-size: 15px;
    color: #083b3c;
    line-height: 1.4;
}

.trust-card strong {
    font-weight: 600;
}


/* =========================
   PROBLEMS SECTION
========================= */

.problems-section {
    background: #f8fdfb;
}

.problems-section h2 {
    color: #083b3c;
}

/* Card */
.problem-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
}

.problem-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0,0,0,0.12);
}

/* Icon container */
.problem-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgb(255 122 24);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon image */
.problem-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

/* Text */
.problem-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #083b3c;
    line-height: 1.4;
}


/* =========================
   CARDS
========================= */
/* =========================
   STEP TEST – SOLUTION
========================= */
.step-solution {
    background: #ffffff;
}

.step-image-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 10px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.step-image-card img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.solution-badge {
    display: inline-block;
    background: rgba(111, 214, 197, 0.15);
    color: var(--origin-green);
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.solution-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #083b3c;
    margin-bottom: 16px;
}

.solution-subtitle {
    font-size: 1rem;
    color: #4f6f6b;
    max-width: 520px;
    margin-bottom: 22px;
}

.solution-points {
    list-style: none;
    padding-left: 0;
    margin-bottom: 26px;
}

.solution-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #083b3c;
    font-weight: 500;
}

.solution-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--origin-green);
    font-weight: bold;
}

.solution-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.solution-note {
    font-size: 14px;
    color: #6b8f8a;
}

/* Mobile */
@media (max-width: 768px) {
    .solution-title {
        font-size: 1.9rem;
    }
}

/* =========================
   DIAGNOSTIC ICON
========================= */
/* =========================
   DIAGNOSIS FLOW
========================= */
.diagnosis-flow {
    background: #ffffff;
}

.flow-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 20px;
    height: 100%;
    box-shadow: 0 14px 35px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flow-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(0,0,0,0.14);
}

.flow-step {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(111, 214, 197, 0.18);
    color: var(--origin-green);
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.flow-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #083b3c;
    margin-bottom: 10px;
}

.flow-card p {
    font-size: 14px;
    color: #5f7f7a;
    margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .flow-card {
        padding: 26px 16px;
    }
}

/* =========================
   DIAGNOSTIC SOLUTIONS – ORANGE SYSTEM
========================= */
.diagnostics-pro {
    background: linear-gradient(180deg, #fff7f1 0%, #ffffff 100%);
    padding-top: 90px;
    padding-bottom: 90px;
}

/* Section Header */
.diagnostics-pro h2 {
    color: #083b3c;
}

.badge-green {
    background: #ff7a18;
    color: #ffffff;
}

/* Group Titles */
.group-title {
    text-align: center;
    font-weight: 800;
    color: #ff7a18;
    margin-bottom: 6px;
}

.group-meta {
    text-align: center;
    font-size: 13px;
    color: #8c6b5a;
    margin-bottom: 30px;
}

/* Card */
.diagnostic-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 24px;
    height: 100%;
    box-shadow: 0 16px 40px rgba(255, 122, 24, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1px solid rgba(255, 122, 24, 0.08);
}

.diagnostic-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(255, 122, 24, 0.25);
}

/* Card Title */
.diagnostic-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #083b3c;
    margin-bottom: 10px;
}

/* Description */
.diagnostic-card p {
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 18px;
}

/* CTA */
.diag-link {
    font-weight: 700;
    color: #ff7a18;
    text-decoration: none;
    position: relative;
}

.diag-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #ff7a18;
    transition: width 0.3s ease;
}

.diag-link:hover::after {
    width: 100%;
}

/* =========================
   FOR PATIENTS – EMPATHY
========================= */
.patients-pro {
    background: #e1ece8;
}

.patients-badge {
    display: inline-block;
    background: #ff7a18;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.patients-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #083b3c;
    line-height: 1.15;
    margin-bottom: 16px;
}

.patients-subtitle {
    font-size: 1rem;
    color: #5f7f7a;
    max-width: 520px;
    margin-bottom: 22px;
}

.patients-points {
    list-style: none;
    padding-left: 0;
    margin-bottom: 28px;
}

.patients-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #083b3c;
    font-weight: 500;
}

.patients-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff7a18;
    font-weight: bold;
}

/* Image */
.patients-image {
    background: #ffffff;
    border-radius: 22px;
    padding: 10px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.patients-image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {
    .patients-title {
        font-size: 1.9rem;
    }
}

/* =========================
   ACADEMY – PREMIUM SYSTEM
========================= */
.academy-pro {
    background: #ffffff;
}

.academy-badge {
    display: inline-block;
    background: rgba(8, 59, 60, 0.08);
    color: #083b3c;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.academy-title {
    font-size: 2.3rem;
    font-weight: 800;
    color: #083b3c;
    margin-bottom: 14px;
}

.academy-subtitle {
    color: #5f7f7a;
    font-size: 1rem;
}
/* =========================
   ACADEMY – WITH IMAGES
========================= */
.academy-img-wrap {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.academy-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.academy-card {
    background: linear-gradient(145deg, #ffffff, #f6f9f8);
    border-radius: 22px;
    padding: 2px;
    transition: transform 0.35s ease;
}

.academy-card-inner {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 22px;
    height: 100%;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    transition: box-shadow 0.35s ease;
}

.academy-card:hover {
    transform: translateY(-8px);
}

.academy-card:hover .academy-card-inner {
    box-shadow: 0 28px 60px rgba(0,0,0,0.14);
}

.academy-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #083b3c;
    margin-bottom: 12px;
}

.academy-card p {
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 18px;
}

.academy-link {
    font-weight: 600;
    color: #ff7a18;
    text-decoration: none;
}

.academy-link:hover {
    text-decoration: underline;
}

/* =========================
   B-SMART – TRAINING
========================= */
.bsmart-pro {
    background: #ffffff;
}

.bsmart-badge {
    display: inline-block;
    background: rgba(255, 122, 24, 0.12);
    color: #ff7a18;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.bsmart-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #083b3c;
    margin-bottom: 16px;
}

.bsmart-subtitle {
    font-size: 1rem;
    color: #5f7f7a;
    max-width: 520px;
    margin-bottom: 22px;
}

.bsmart-points {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.bsmart-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #083b3c;
    font-weight: 500;
}

.bsmart-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff7a18;
    font-weight: bold;
}

/* Image */
.bsmart-image {
    background: #ffffff;
    border-radius: 22px;
    padding: 10px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.bsmart-image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {
    .bsmart-title {
        font-size: 1.9rem;
    }
}

/* ==========================================
   WHY CHOOSE ORIGIN LIFE – PREMIUM VERSION
========================================== */

.why-origin-pro {
    position: relative;
    /* background: linear-gradient(180deg, #fff3ea 0%, #ffffff 70%); */
    background: #fff3ea;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

/* Subtle decorative glow */
.why-origin-pro::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,122,24,0.15) 0%, transparent 70%);
    top: -200px;
    right: -150px;
    z-index: 0;
}

.why-origin-pro .container {
    position: relative;
    z-index: 2;
}

/* Badge */
.why-badge {
    display: inline-block;
    background: rgba(255,122,24,0.15);
    color: #ff7a18;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
}

/* Title */
.why-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #083b3c;
    margin-bottom: 16px;
    line-height: 1.2;
}

/* Subtitle */
.why-subtitle {
    font-size: 1rem;
    color: #5f7f7a;
    max-width: 520px;
    margin-bottom: 35px;
}

/* Grid */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Cards – darker orange-warm tone */
.why-item {
    background: #fff;
    border-radius: 18px;
    padding: 22px 20px;
    border: 1px solid rgba(255,122,24,0.18);
    box-shadow: 0 14px 35px rgba(255,122,24,0.15);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.why-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(255,122,24,0.30);
}

/* Card Title */
.why-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #083b3c;
    margin-bottom: 6px;
}

/* Card Text */
.why-item p {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0;
}

/* Image Styling */
.why-image {
    background: #ffffff;
    border-radius: 24px;
    padding: 12px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.why-image img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-title {
        font-size: 2rem;
    }
}
/* ==========================================
   INSIGHTS / BLOG – MEDICAL EDITORIAL
========================================== */
.insights-pro {
    background: #ffffff;
}

.insights-badge {
    display: inline-block;
    background: rgba(255,122,24,0.15);
    color: #ff7a18;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.insights-title {
    font-size: 2.3rem;
    font-weight: 800;
    color: #083b3c;
    margin-bottom: 14px;
}

.insights-subtitle {
    font-size: 1rem;
    color: #5f7f7a;
}

/* Card */
.insight-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.insight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(0,0,0,0.14);
}

/* Image */
.insight-image {
    height: 220px;
    overflow: hidden;
}

.insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.insight-content {
    padding: 22px 20px 26px;
}

.insight-tag {
    display: inline-block;
    background: rgba(255,122,24,0.12);
    color: #ff7a18;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.insight-heading {
    font-size: 18px;
    font-weight: 700;
    color: #083b3c;
    margin-bottom: 10px;
    line-height: 1.35;
}

.insight-excerpt {
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 16px;
}

.insight-link {
    font-weight: 600;
    color: #ff7a18;
    text-decoration: none;
}

.insight-link:hover {
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
    .insights-title {
        font-size: 2rem;
    }
}


/* ==========================================
   FINAL CTA – HIGH CONVERSION
========================================== */
.final-cta-pro {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(
            rgba(0,0,0,0.65),
            rgba(0,0,0,0.65)
        ),
        url("https://originlife.drishitech.com/wp-content/uploads/2026/02/homepage-image-1.jpg")
        center / cover no-repeat;
    color: #ffffff;
    overflow: hidden;
}

/* Orange glow */
.final-cta-pro::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255,122,24,0.35) 0%, transparent 70%);
    bottom: -250px;
    left: -200px;
    z-index: 0;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
    z-index: 1;
}

.final-cta-pro .container {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

/* Badge */
.cta-badge {
    display: inline-block;
    background: rgba(255,122,24,0.2);
    color: #ff7a18;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
}

/* Title */
.cta-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
}

.cta-title span {
    color: #ffb37a;
}

/* Subtitle */
.cta-subtitle {
    font-size: 1.05rem;
    color: #f1f1f1;
    margin-bottom: 34px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Actions */
.cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.cta-secondary {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
    .final-cta-pro {
        padding: 90px 0;
    }

    .cta-title {
        font-size: 2.2rem;
    }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
    .hero-image-circle {
        width: 340px;
        height: 340px;
    }
}

@media (max-width: 768px) {
    .hero-image-wrap {
        margin-top: 30px;
    }
    .hero-image-circle {
        width: 260px;
        height: 260px;
        border-width: 6px;
    }
    .hero-slider {
        padding: 60px 0;
    }
    .hero-img {
        margin-top: 30px;
    }
    .trust-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 10px 0;
    }
    .hero-slider h1 {
        font-size: 2rem;
    }
    .problem-card {
        padding: 24px 16px;
    }
    .problem-card h4 {
        font-size: 15px;
    }
}